date | project | content | link |
|---|
| 19:09 on Nov 25, 2010 | KDE | Commit by mleupold :: r 1200786 ktimechooser/trunk/kdereview/ktimechooser/ktimevalidator.cpp: ( link) Fix compiler warning. | # |
| 20:42 on Nov 09, 2010 | KDE | Commit by mleupold :: r 1194769 /trunk/playground/base/ksecretservice/: ( link) Moved to git://git.kde.org/ksecretservice. | # |
| 13:18 on Nov 01, 2010 | KDE | Commit by mleupold :: r 1191929 ksecretservice/trunk/playground/base/ksecretservice/backend/ (3 files in 2 dirs): ( link) Extend KSecretTest to also create, check and change items. Fix small bugs on the go. | # |
| 17:38 on Oct 30, 2010 | KDE | Commit by mleupold :: r 1191341 ksecretservice/trunk/playground/base/ksecretservice/backend/ (6 files in 2 dirs): ( link) (Almost) complete the test for the ksecret backend. Also introduce a sync-timer which syncs collections to disk when changed. | # |
| 21:33 on Oct 29, 2010 | KDE | Commit by mleupold :: r 1191187 ksecretservice/trunk/playground/base/ (18 files in 9 dirs): ( link) Get some of the unit-tests back into shape after the latest commits. Some parts still missing unfortunately. | # |
| 21:40 on Oct 02, 2010 | KDE | Commit by mleupold :: r1181982 webtech/trunk/playground/libs/webtech/ (CMakeLists.txt README.webtech kxmlrpc/): Remove kxmlrpc. Parts of it live on inside git://git.confuego.org/qrpc.git which might - at some point - make it back into KDE git's playground. | # |
| 18:55 on Sep 27, 2010 | KDE | Commit by mleupold :: r1180351 ksecretservice/trunk/playground/base/ksecretservice/backend/tests/ (5 files): Rename BackendTest to TemporaryCollectionTest to reflect what it really is. This should help avoiding confusion. | # |
| 18:48 on Sep 27, 2010 | KDE | Commit by mleupold :: r1180349 ksecretservice/trunk/playground/base/ksecretservice/backend/ (7 files in 3 dirs): Make the test for unlocking the collection work. | # |
| 18:47 on Sep 27, 2010 | KDE | Commit by mleupold :: r1180348 ksecretservice/trunk/playground/base/ksecretservice/backend/ksecret/ (3 files): Decided to put the master key verification code in a separate place after all. More thinking in the first place would have helped avoiding unneeded commits *gah*. On to finishing the ksecret backend unit-test. | # |
| 15:21 on Sep 26, 2010 | KDE | Commit by mleupold :: r1179938 ksecretservice/trunk/playground/base/ksecretservice/backend/ksecret/FORMAT: Even more clarification. Remove some TODOs which are already done and add an integrity check for encrypted parts. | # |
| 15:03 on Sep 26, 2010 | KDE | Commit by mleupold :: r1179933 ksecretservice/trunk/playground/base/ksecretservice/backend/ksecret/FORMAT: Refine format and list possible part types. Also explain what happens if a part type appears several times. | # |
| 14:05 on Sep 18, 2010 | KDE | Commit by mleupold :: r1176747 ksecretservice/trunk/playground/base/ksecretservice/ (5 files in 4 dirs): Avoid the common mistake of calling QueuedJob::start() directly instead of calling QueuedJob::enqueue() by making start() protected and only accessible to JobQueue(Private). | # |
| 14:05 on Sep 18, 2010 | KDE | Commit by mleupold :: r1176746 ksecretservice/trunk/playground/base/ksecretservice/backend/ (12 files in 3 dirs): Start a test for the ksecret file format backend for ksecretservice. In the process of creating it, fix some bugs and start integrating the UI. | # |
| 19:40 on Sep 04, 2010 | KDE | Commit by mleupold :: r1171666 ksecretservice/trunk/playground/base/ksecretservice/ (8 files in 4 dirs): Make BackendMaster a K_GLOBAL_STATIC so the AbstractUiManager it holds can be accessed from anywhere. | # |
| 18:53 on Sep 01, 2010 | KDE | Commit by mleupold :: r1170646 kdecore/trunk/KDE/kdelibs/kdecore/ (3 files in 2 dirs): Add a time format option to add hours * 60 to seconds and not output hours. This is useful for displaying the playing length for music songs in a minute-and-second only format (eg. 70:00 instead of 01:10:00). | # |
| 16:38 on Aug 29, 2010 | KDE | Commit by mleupold :: r1169545 ksecretservice/trunk/playground/base/ksecretservice/ui/ (7 files in 2 dirs): Add a user interface manager without user interface for unit-testing various backend/daemon functionality. Also add a unit-test for the user interface manager itself which can be used to unit-test the underlying classes as well. | # |
| 13:06 on Aug 29, 2010 | KDE | Commit by mleupold :: r1169509 ksecretservice/trunk/playground/base/ksecretservice/ui/ (10 files in 2 dirs): Fix a naming inconsistency: DialogUiFactory -> DialogUiManager. This accounts better for what it actually is. | # |
| 13:06 on Aug 29, 2010 | KDE | Commit by mleupold :: r1169508 ksecretservice/trunk/playground/base/ksecretservice/ui/ (7 files in 2 dirs): Rename result() in user interface jobs to cancelled() and reverse the meaning. Add a ui job for asking the user for a new password. | # |
| 21:42 on Aug 28, 2010 | KDE | Commit by mleupold :: r1169263 ksecretservice/trunk/playground/base/ksecretservice/backend/ (9 files in 2 dirs): Add the architecture for UI frameworks for the daemon using QueuedJob as its base. | # |
| 21:30 on Aug 28, 2010 | KDE | Commit by mleupold :: r1169261 ksecretservice/trunk/playground/base/ksecretservice/ (4 files in 4 dirs): Fix a messup while refactoring: to execute a QueuedJob asynchronously, use enqueue() to run it through the JobQueue instead of start()ing it like a KJob. | # |