573 commits found for author vkrause.
Mostly active for:   kdepim   kdelibs   kdebase

TimeProjectRevisionAuthorRepliesMessageThursday, 31. August 2006
15:23kdepim579246vkrause10The agentInstanceAdded signal is emitted when the resource process is started not when the resource instance is created, ie. more than once.


TimeProjectRevisionAuthorRepliesMessageWednesday, 30. August 2006
17:04kdepim578949vkrause0- support recursive and non-recursive collection monitoring - emit collectionChanged() signals if an item has been added/changed/removed from a collection
16:57kdepim578945vkrause1Don't mix item and collection identifiers. This allows recursive monitoring of collections.
14:17kdepim578893vkrause0Resources are no longer treated special.
14:14kdepim578891vkrause0add test cases for collections with a whitespace in the name
13:31kdepim578865vkrause0Handle collection names with spaces.
12:22kdepim578847vkrause0Quote the collection name.
12:21kdepim578846vkrause0Fix APPEND to collection with a space in the name. It was easy to fix by using parts of libakonadi/imapparser.cpp, but to avoid code duplication we need to find a way to share code between the server and the client library (or allow the server to link against libakonadi).
12:11kdepim578842vkrause0fix crash
10:53kdepim578825vkrause0Client side support for listing collections of a specific resource.


TimeProjectRevisionAuthorRepliesMessageTuesday, 29. August 2006
16:11kdepim578555vkrause0Abuse the IMAP namespacing feature to allow listing of all collections of a specific resource.
09:51kdepim578412vkrause1Update to recent changes.
09:28kdepim578408vkrause0Adapt to ktnef/kcal changes.


TimeProjectRevisionAuthorRepliesMessageTuesday, 22. August 2006
12:11kdepim575881vkrause0compile with new qt-copy


TimeProjectRevisionAuthorRepliesMessageMonday, 14. August 2006
18:13kdepim573067vkrause0Make sure we always have the prefix in front of the collection path.
18:09kdepim573065vkrause0Emit notification signals when creating or removing collections.
16:36kdepim573041vkrause0Listen to resource creation/deletion notifications and create/remove the corresponding entries in the database.
15:36kdepim573016vkrause0This is a flat model, so don't report child items.
15:25kdepim573014vkrause0Simplify collection model now that we can do full recursive listings.
15:21kdepim573013vkrause0Adapt to recent changes in the backend.
15:07kdepim573010vkrause0Don't show resource nodes in the collection tree but use regular collections instead. This allows: - full recursive collection listing - collections with the same name in multiple resources - folder-less resources


TimeProjectRevisionAuthorRepliesMessageSaturday, 12. August 2006
12:41kdepim572373vkrause0Remove no longer needed hack.
10:40kdepim572329vkrause0Allow fetching the remote id.


TimeProjectRevisionAuthorRepliesMessageThursday, 10. August 2006
19:45kdepim571821vkrause0Add support for default values to DbInitializer.
17:59kdepim571786vkrause0Support modification of item data.
14:25kdepim571729vkrause0Extend the STORE command to allow to modify the data of existing items.


TimeProjectRevisionAuthorRepliesMessageMonday, 07. August 2006
17:57kdepim570777vkrause0Adapt tests to reality and mark those that test not yet implemented stuff as expected fails. All tests pass now.
17:55kdepim570775vkrause0Listing an empty collection is not an error.
17:25kdepim570766vkrause0The mimetype is not really a flag, so filter it out and handle it differently.
16:56kdepim570760vkrause0Test if the location is valid before appending a new item.
15:50kdepim570737vkrause0Implement deleting of items.
15:20kdepim570683vkrause0Implement EXPUNGE command.
15:20kdepim570680vkrause0Allow EXPUNGE without selecting a collection. This is needed since we might not even know which collection an item is in, e.g. when deleting all items in a virtual folder.
14:45kdepim570653vkrause0Implement the STORE command.


TimeProjectRevisionAuthorRepliesMessageSunday, 06. August 2006
14:56kdepim570371vkrause0Use fixed ids for the unit tests.
14:47kdepim570364vkrause0Share flag parsing.
14:35kdepim570362vkrause0Implement fetching of raw item data.
14:08kdepim570354vkrause0Rename ItemListJob to ItemFetchJob and use it as a base class for MessageFetchJob.


TimeProjectRevisionAuthorRepliesMessageSaturday, 05. August 2006
15:33kdepim570051vkrause0Allow to store the remote id.
14:47kdepim570034vkrause1Add some tests for ItemAppendJob. Shows the server does not detect the following problems: - appending to a non-existent collection - appending an item with a type that the collection does not support
14:36kdepim570027vkrause0Make is usable for the unit tests again.
13:21kdepim570003vkrause0Implement requestItemDelivery(), ie. we now have a resource that is able to write real data into the storage.
12:33kdepim569989vkrause0requestItemDelivery() calls are forwarded to the resources again, at least if they are already running.


TimeProjectRevisionAuthorRepliesMessageWednesday, 02. August 2006
21:27kdepim569078vkrause0fix build


TimeProjectRevisionAuthorRepliesMessageMonday, 24. July 2006
19:36kdelibs565911vkrause0KDE4_KRESOURCES_LIBS is used but not defined anywhere.


TimeProjectRevisionAuthorRepliesMessageSaturday, 22. July 2006
11:25kdepim565086vkrause0fix KDialog porting
11:22kdelibs565085vkrause0fix vertical button layout


TimeProjectRevisionAuthorRepliesMessageFriday, 21. July 2006
15:16kdelibs564863vkrause0Revert 560119, the .la files seem to be needed. At least I can now start KMail without clicking away several error messages about missing phonon backends.
15:09kdelibs564859vkrause1compile
14:25kdepim564846vkrause0Fix KDialog porting.


TimeProjectRevisionAuthorRepliesMessageMonday, 17. July 2006
16:03kdepim563441vkrause0fix DBus connection to the notification manager.
14:47kdepim563417vkrause1fix signal/slot connection
14:21kdepim563407vkrause0Fix/add references.


TimeProjectRevisionAuthorRepliesMessageSunday, 16. July 2006
16:30kdepim563086vkrause0install into prefix
16:22kdepim563084vkrause0fix install
16:06kdepim563075vkrause0fix install
16:00kdepim563072vkrause0KUrls need to be passed as strings over DBus. Now kdepim compiles again :)
12:30kdepim562999vkrause0Kontact compiles, but I don't want to know how broken it is...
12:15kdepim562994vkrause0Some more plugins compile. Weather and newsticker plugins have been disabled since they rely on DCOP services.
11:56kdepim562987vkrause0Three plugins "ported", ie. disabled all DCOP stuff.
11:27kdepim562970vkrause0Disable DCOP stuff (the Kontact shell compiles again).
10:52kdepim562956vkrause0compile
10:38kdepim562949vkrause0Disable the Kolab resource until the necessary KMail interfaces are ported to DBus.
10:16kdepim562937vkrause0KMail compiles again.
09:43kdepim562924vkrause0Revert 562603 and adjust the DBus interface instead.


TimeProjectRevisionAuthorRepliesMessageSaturday, 15. July 2006
17:38kdepim562755vkrause0compile
17:28kdepim562752vkrause0link
17:17kdepim562750vkrause0libkcal has been moved
17:13kdepim562748vkrause0compile
16:36kdepim562741vkrause0fix adaptor name, fix linking
16:08kdepim562731vkrause0link


TimeProjectRevisionAuthorRepliesMessageThursday, 13. July 2006
15:09kdepim561893vkrause0Disable some more DCOP stuff.


TimeProjectRevisionAuthorRepliesMessageWednesday, 12. July 2006
21:21kdepim561669vkrause0Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable some DCOP stuff, etc.).
20:34kdepim561654vkrause0Disable the remaining unported DCOP stuff.


TimeProjectRevisionAuthorRepliesMessageTuesday, 11. July 2006
12:37kdelibs560859vkrause0Allow to manually set the LIB_INSTALL_DIR (needed to install into lib64).
12:15kdepim560851vkrause0One is enough.


TimeProjectRevisionAuthorRepliesMessageSaturday, 08. July 2006
15:16kdepim559876vkrause0Pass the agent identifier to the resource process. This is needed to determine the resource configuration and a unique DBus service name.
14:53kdepim559821vkrause1- Implement starting and stopping of agents. Starting currently only works for one agent because of a DBus service name conflict, stopping doesn't show any effect at all. - Forward the requestItemDelivery() call to the corresponding resource.
11:45kdepim559774vkrause0Put the database into a fixed place.


TimeProjectRevisionAuthorRepliesMessageFriday, 07. July 2006
12:35kdepim559465vkrause0compile after the move


TimeProjectRevisionAuthorRepliesMessageThursday, 06. July 2006
13:15kdepim559012vkrause0compile the akonadi clients
13:11kdepim559009vkrause0build again
12:55kdepim559006vkrause0The DBus interface has been moved.


TimeProjectRevisionAuthorRepliesMessageWednesday, 05. July 2006
21:49kdepim558716vkrause0compile
21:38kdepim558710vkrause0KSpell -> K3Spell
21:27kdepim558708vkrause0Fix installation.
21:24kdepim558706vkrause0Fix installation.
19:30kdepim558664vkrause0Some more porting.
18:46kdepim558641vkrause0compile


TimeProjectRevisionAuthorRepliesMessageTuesday, 04. July 2006
15:19kdelibs558025vkrause0That's in FindQt4.cmake now.
11:45kdepim557913vkrause0Compile after notification manager move.


TimeProjectRevisionAuthorRepliesMessageMonday, 03. July 2006
17:46kdepim557641vkrause0argh, fix monitoring
16:36kdepim557613vkrause0Disabled all dcop macros, ie. cmake runs again.


TimeProjectRevisionAuthorRepliesMessageMonday, 26. June 2006
17:16kdepim555204vkrause0compile
16:58kdepim555201vkrause0Port to DBus. It compiles but there are still some issues left for someone who knows the code.


TimeProjectRevisionAuthorRepliesMessageSunday, 25. June 2006
20:49kdepim554952vkrause0Allen says krazy complains about this file. That can be fixed... ;-)
20:29kdepim554947vkrause0Add missing annotations for QDate parameters needed by dbusidl2cpp.
19:20kdepim554932vkrause0Add missing files.
13:11kdepim554823vkrause0Start of the DBus port. dbusidl2cpp fails on the calendar interface because of type '(iii)' which dbuscpp2xml seems to use for QDate.


TimeProjectRevisionAuthorRepliesMessageSaturday, 24. June 2006
14:45kdepim554601vkrause0I started porting KMail and quickly decided that I really don't want to do this...