HomePhorge

SVN_MERGE
13f32d3f674aUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

SVN_MERGE

Merged revisions 1009910,1010004,1010030,1010086,1010090,1010094,1010107,1010114,1010164,1010192,1010197,1010199,1010214,1010304 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepimlibs

........

r1009910 | vkrause | 2009-08-11 10:12:52 +0200 (Tue, 11 Aug 2009) | 7 lines

Hierarchical RID support for resources, that is the collection/item
arguments to retrieveItem[s]() can now optionally contain the full
ancestor chain.
Also, no longer ignore the return value of requestItem() which some
resources indeed use to signal errors (which is what the documentation
suggests). Might explain a few resource hangs.

........

r1010004 | vkrause | 2009-08-11 14:21:28 +0200 (Tue, 11 Aug 2009) | 3 lines

Set the correct parent collection for the items/collections provided by
change notification signals.

........

r1010030 | skelly | 2009-08-11 15:26:40 +0200 (Tue, 11 Aug 2009) | 9 lines

Make receiving a Collection not have the side effect of fetching all Items in it.

When a monitored Collection is added, we will get the Items in it afterward from the Monitor.

When we fetched the Collection ourselves, we do fetch the items.

Except if we're only fetching said Collection becuase it's an ancestor of a Collection we need in the model and isn't there yet.

In that case, we already know we don't need the items in it.

........

r1010086 | tokoe | 2009-08-11 17:34:23 +0200 (Tue, 11 Aug 2009) | 2 lines

API and apidocs cleanup

........

r1010090 | ahartmetz | 2009-08-11 17:45:36 +0200 (Tue, 11 Aug 2009) | 1 line

link with gold

........

r1010094 | vkrause | 2009-08-11 18:00:30 +0200 (Tue, 11 Aug 2009) | 2 lines

Move ResourceSynchronizationJob to the core library and clean up its API.

........

r1010107 | ahartmetz | 2009-08-11 18:21:53 +0200 (Tue, 11 Aug 2009) | 1 line

link with gold

........

r1010114 | tokoe | 2009-08-11 18:40:19 +0200 (Tue, 11 Aug 2009) | 2 lines

Cleanup apidox

........

r1010164 | dfaure | 2009-08-11 21:40:22 +0200 (Tue, 11 Aug 2009) | 2 lines

libboost-graph-dev is required, say so from the start

........

r1010192 | dfaure | 2009-08-11 23:13:36 +0200 (Tue, 11 Aug 2009) | 2 lines

fix compilation

........

r1010197 | winterz | 2009-08-11 23:37:49 +0200 (Tue, 11 Aug 2009) | 3 lines

add comments for comparison operators that should be made const in KDE5.
SVN_SILENT:

........

r1010199 | winterz | 2009-08-11 23:38:55 +0200 (Tue, 11 Aug 2009) | 5 lines

conditional compile a const version of the == operator for MSVC only.
move qHash into a static method in person.cpp
should restore BC.
CCMAIL: romain@kdab.net

........

r1010214 | winterz | 2009-08-11 23:59:32 +0200 (Tue, 11 Aug 2009) | 2 lines

use the Boost_MINIMUM_VERSION string in the macro_log_feature message

........

r1010304 | vkrause | 2009-08-12 09:24:43 +0200 (Wed, 12 Aug 2009) | 2 lines

SVN_SILENT remove obsolete comments

........

svn path=/branches/work/akonadi-ports/kdepimlibs/; revision=1010308

Event Timeline

Volker Krause <vkrause@kde.org> committed rKPL13f32d3f674a: SVN_MERGE (authored by Volker Krause <vkrause@kde.org>).Aug 12 2009, 9:32 AM