CIA.vc
knewstuff
Real-time open source activity stats
Stats » Projects » KDE » Kdelibs » knewstuff
informationsyndicateUTC clock
06:13 on May 19, 2012
event counters
The last message was received 7.16 years ago at 08:40 on Mar 23, 2005
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
40 messages since the first one, 7.81 years ago, for an average of 2.38 months between messages
recent messages
dateReversed sort columnprojectcontentlink
08:40 on Mar 23, 2005kde
Commit by lukas on KDE_3_4_BRANCH :: kdelibs/knewstuff/downloaddialog.cpp:

backport CVS commit by josef:

  • fix sorting for date and rating columns too
#
23:25 on Mar 14, 2005kde
Commit by josef :: kdelibs/knewstuff/data/ (4 files):

  • update to reflect move of "type" attribute and addition of "icon" and "webaccess"
#
21:43 on Mar 14, 2005kde
Commit by josef :: kdelibs/knewstuff/ (downloaddialog.cpp provider.cpp):

  • allow provider.xml files to specify KDE icons such as 'khangman'
  • thus, if no valid KURL is given, the local icon is used instead, which is useful for icon themes (but still allows providers to control their external icon) BUGS:101492
#
20:35 on Mar 12, 2005kde
Commit by rich :: kdelibs/knewstuff/README.knewstuff:
Added a note about d pointers as a reminder for kde 4
#
20:09 on Mar 12, 2005kde
Commit by aseigo :: kdelibs/knewstuff/knewstuffbutton.h:
documentation is good(tm)
#
14:47 on Mar 08, 2005kde
Commit by josef :: kdelibs/knewstuff/README.knewstuff:

  • mention the two tutorials so nobody can complain anymore that there are no docs
  • includes pointer to the repository browser
#
14:24 on Mar 08, 2005kde
Commit by josef :: kdelibs/knewstuff/downloaddialog.cpp:

  • fix sorting for date and rating columns too
#
12:20 on Mar 08, 2005kde
Commit by josef :: kdelibs/knewstuff/ (khotnewstuffrc provider.cpp):

  • new default provider.xml for the 'khotnewstuff' application to display all known GHNS repositories in existance (7 of them)
  • more resistent provider.xml loader: skip XML comments
#
11:39 on Mar 08, 2005kde
Commit by josef :: kdelibs/knewstuff/ (3 files):

  • filling out the upload form now depends on the filename (payload)
  • fill out the user's fullname based on KUser
#
12:17 on Mar 05, 2005kde
Commit by amantia on KDE_3_4_BRANCH :: kdelibs/knewstuff/ (engine.cpp knewstuffsecure.cpp):
Backport KNewStuff fixes.
#
11:14 on Mar 05, 2005kde
Commit by amantia :: kdelibs/knewstuff/knewstuffsecure.cpp:
Make it possible to download two secure resources one after the other without closing the download dialog.
#
21:01 on Mar 03, 2005kde
Commit by amantia :: kdelibs/knewstuff/engine.cpp:
Don't fail when trying to upload two resources one after the other. The meta data file name was not re-generated.
There is still a problem that the error dialog appears and quickly disappears, but I don't know the reason of it.
I'd like to ask for permission to backport.
CCMAIL: kde-core-devel at kde dot org
#
03:26 on Mar 01, 2005kde
Commit by orlovich on KDE_3_4_BRANCH :: kdelibs/knewstuff/ (4 files):
Backport the BC restoration fix, as posted to kde-core-devel
#
03:23 on Mar 01, 2005kde
Commit by orlovich :: kdelibs/knewstuff/ (4 files):
Restore BC with 3.3.2, as posted on k-c-d.
#
22:20 on Feb 21, 2005kde
Commit by helio :: kdelibs/knewstuff/knewstuff.h:

  • Missing KDE_EXPORT on public API. Fix kdebindings smoke compilation
#
21:43 on Feb 21, 2005kde
Commit by helio :: kdelibs/knewstuff/provider.h:

  • Missing KDE_EXPORT on public API.
#
21:23 on Feb 21, 2005kde
Commit by helio :: kdelibs/knewstuff/ (engine.h provider.h):

  • Missing KDE_EXPORT on public API. fix kdebindings smoke compilation
#
10:26 on Feb 13, 2005kde
Commit by mkoller :: kdelibs/knewstuff/entry.cpp:
Make sure to initialize the members in ctor (parseDomElement() could return without setting those)
#
09:47 on Feb 08, 2005kde
Commit by amantia :: kdelibs/knewstuff/ (9 files):

Integrating the KNewStuffSecure for signed resource upload/download.
Some other classes had to modified to resolve the problems described in the mail sent to kde-core-devel, namely:

  • possibility to turn off the automatic dialog that the resource was installed. Due to the asynch way of signature verification, the dialog would appear before the actual verification ends. The user can display a dialog in the overriden installResource() method.
  • emit a signal (uploadFinished) when uploading was finished. Used to clean up the temporary files and directories.
  • make it posible to access the mEngine for subclasses Plus some cleanup, apidocs changes.
#
09:33 on Feb 08, 2005kde
Commit by adrian :: kdelibs/knewstuff/ (Makefile.am knewstuffsecure.cpp):
fix compile (rename #includes with old name and add missing files to Makefile.am)
#