- 22 Oct, 2010 1 commit
-
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1188415
-
- 20 Oct, 2010 2 commits
-
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1187780
-
Script Kiddy authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1187703
-
- 19 Oct, 2010 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1187502
-
- 18 Oct, 2010 3 commits
-
-
Bertjan Broeksema authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1187127
-
Bertjan Broeksema authored
extract the AKONADI_AGENT_FACTORY for ical into a seperate file in order to avoid duplicate qt_plugin_instance definition. svn path=/trunk/KDE/kdepim/runtime/; revision=1187114
-
Script Kiddy authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1187089
-
- 17 Oct, 2010 5 commits
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186791
-
Volker Krause authored
Saves another few percent during deserialization and >10% during serialization. The same can probably be applied to the remaining encoded header fields such as the subject. svn path=/trunk/KDE/kdepim/runtime/; revision=1186777
-
Till Adam authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186742
-
Volker Krause authored
on envelope deserialization. svn path=/trunk/KDE/kdepim/runtime/; revision=1186726
-
Volker Krause authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186724
-
- 16 Oct, 2010 4 commits
-
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186574
-
Tobias Koenig authored
This allows us to use an Envelope query instead of an Headers query for the message list in kmail. This makes loading a folder 20% faster. svn path=/trunk/KDE/kdepim/runtime/; revision=1186483
-
Volker Krause authored
kdepim/runtime (former kdepim/akonadi, the place where it all started) when the various components were moved out of there. svn path=/trunk/KDE/kdepim/runtime/; revision=1186454
-
Volker Krause authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186445
-
- 15 Oct, 2010 3 commits
-
-
Bertjan Broeksema authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186288
-
Bertjan Broeksema authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1186280
-
Volker Krause authored
ported. The necessary code changes got lost during the merge. svn path=/trunk/KDE/kdepim/runtime/; revision=1186239
-
- 14 Oct, 2010 6 commits
-
-
Volker Krause authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1185905
-
Volker Krause authored
technically using a derived format, it's something different semantically, causing all kinds of unexpected side-efects such as notes objects appearing in various places in the kmail(-mobile) UI. svn path=/trunk/KDE/kdepim/runtime/; revision=1185897
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1185835
-
Laurent Montel authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1185788
-
Volker Krause authored
where it differs from the default of the breadcrumb view, such as the favorite list on the home screen and the bulk action screen. BUG: 253232 svn path=/trunk/KDE/kdepim/runtime/; revision=1185779
-
Volker Krause authored
BUG: 251898 svn path=/trunk/KDE/kdepim/runtime/; revision=1185761
-
- 13 Oct, 2010 4 commits
-
-
Sergio Luis Martins authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1185599
-
Grgory Oestreicher authored
MIME-Type for collection that do not have the supported-calendar-component-set property. Thanks to Martin Tlustos for the initial bug report. CCBUG: 252035 svn path=/trunk/KDE/kdepim/runtime/; revision=1185582
-
Grgory Oestreicher authored
regarding supported-calendar-component-set support. - Compensate for missing supported-calendar-component-set tag in responses by assigning the text/calendar MIME-Type only. CCBUG: 252035 svn path=/trunk/KDE/kdepim/runtime/; revision=1185573
-
Grgory Oestreicher authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1185562
-
- 11 Oct, 2010 1 commit
-
-
Bertjan Broeksema authored
Merged revisions 1181272,1181572,1181600,1181606,1181635,1182377,1182387,1182389,1182437-1182438,1182622,1182635,1182638,1182640-1182642,1182733,1182978 via svnmerge from svn+ssh://bbroeksema@svn.kde.org/home/kde/branches/work/akonadi-agentserver-kdepim-runtime CCMAIL: kde@nyblom.org ........ r1181272 | bbroeksema | 2010-09-30 16:59:16 +0200 (Thu, 30 Sep 2010) | 1 line Merge the changes from branches/work/~vkrause/akonadi-in-process-resource/ ........ r1181572 | bbroeksema | 2010-10-01 13:58:27 +0200 (Fri, 01 Oct 2010) | 2 lines Replace X-Akonadi-RunInAgentServer with X-Akonadi-LaunchMethod ........ r1181600 | bbroeksema | 2010-10-01 15:20:50 +0200 (Fri, 01 Oct 2010) | 3 lines That was easy! Make the mail dispatcher a plugin which is ran in the AgentServer. ........ r1181606 | bbroeksema | 2010-10-01 15:26:58 +0200 (Fri, 01 Oct 2010) | 6 lines For testing purposes we run the knut resource using the launcher. We now have agents that: - run as before (in a separate process) - are launched into a separate process (knut) - run in AgentServer (mail dispatcher) ........ r1181635 | bbroeksema | 2010-10-01 17:23:01 +0200 (Fri, 01 Oct 2010) | 4 lines To make the Mail Dispatcher Agent suitable for running in the AgentServer it shouldn't use QDBusConnection::sessionBus(). Replace these calls with the thread safe DBusConnectionPool::threadConnection() equivalent. ........ r1182377 | bbroeksema | 2010-10-04 13:32:59 +0200 (Mon, 04 Oct 2010) | 3 lines Add a dummy implementation of configure( WId ) to SFR base so that moc actually recognizes it as a slot for SFR derived resources. ........ r1182387 | bbroeksema | 2010-10-04 13:57:05 +0200 (Mon, 04 Oct 2010) | 3 lines AgentBase is a better place to make configure(WId) a slot. Therefore, revert r1182377. ........ r1182389 | bbroeksema | 2010-10-04 13:58:57 +0200 (Mon, 04 Oct 2010) | 2 lines Make the ical resource a plugin that runs in the agent server. ........ r1182437 | bbroeksema | 2010-10-04 17:13:29 +0200 (Mon, 04 Oct 2010) | 9 lines For now disable the following SFR based resources: - kdeaccounts - vcard - mbox Currently I'm working on making SFR based resources suitable for running in the AgentServer and this requires changes to how the resources deal with settings. ICal will be the first, the obove will follow soon. ........ r1182438 | bbroeksema | 2010-10-04 17:14:50 +0200 (Mon, 04 Oct 2010) | 4 lines Singletons don't work when running multiple resource instances in the same thread. Adapt the SingleFileResource class to this by requiring the settings to be a member of the class in stead of being a singleton. ........ r1182622 | bbroeksema | 2010-10-05 10:23:07 +0200 (Tue, 05 Oct 2010) | 3 lines Adapt the kdeaccounts resource to the fact that Settings should not be a Singleton anymore. ........ r1182635 | bbroeksema | 2010-10-05 11:02:13 +0200 (Tue, 05 Oct 2010) | 1 line Make sure that the notes resource is launched in the AgentServer as well ........ r1182638 | bbroeksema | 2010-10-05 11:03:43 +0200 (Tue, 05 Oct 2010) | 2 lines Adapt and reenable the mbox resource for running in the AgentServer. ........ r1182640 | bbroeksema | 2010-10-05 11:04:56 +0200 (Tue, 05 Oct 2010) | 1 line Forgot to save, adapt the desktop file as well ........ r1182641 | bbroeksema | 2010-10-05 11:15:01 +0200 (Tue, 05 Oct 2010) | 3 lines And last but not least, also adapt the vcard SFR for running in the AgentServer. ........ r1182642 | bbroeksema | 2010-10-05 11:20:31 +0200 (Tue, 05 Oct 2010) | 2 lines Use the DBusConnectionPool in resources that run in the AgentServer. ........ r1182733 | bbroeksema | 2010-10-05 15:51:58 +0200 (Tue, 05 Oct 2010) | 7 lines The MailDispatcherAgent randomly creates widgets while running (e.g. to ask for a password). This makes it unsuitable for running in a thread. That is, only when we know when and where widgets are created we might be able to redirect the call to the main thread (as we did for AgentBase::configure()). Therefore, run the MDA using the AgentLauncher method. ........ r1182978 | bbroeksema | 2010-10-06 09:26:51 +0200 (Wed, 06 Oct 2010) | 1 line Install the plugin in the right directory ........ svn path=/trunk/KDE/kdepim/runtime/; revision=1184805
-
- 10 Oct, 2010 2 commits
-
-
Christophe Giboudeaux authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1184590
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1184582
-
- 09 Oct, 2010 1 commit
-
-
Vishesh Handa authored
Removed the pre-generated ncal ontology class. Generate it via ontology2vocabulary. It was not generated at runtime, because there was some problem with the generator. It seems to be fixed. svn path=/trunk/KDE/kdepim/runtime/; revision=1184034
-
- 08 Oct, 2010 2 commits
-
-
Stephen Kelly authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1183802
-
Andreas Holzammer authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1183623
-
- 06 Oct, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1183098
-
- 05 Oct, 2010 4 commits
-
-
Anselmo Melo authored
Dialog is a no draggable SlideoutPanel, without the collapsed state. This element will replace the SlideouPanel for time/calendar qml widgets in incidence-view (next commit). svn path=/trunk/KDE/kdepim/runtime/; revision=1182846
-
Volker Krause authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1182825
-
Volker Krause authored
CCMAIL: tokoe@kde.org svn path=/trunk/KDE/kdepim/runtime/; revision=1182800
-
Tobias Koenig authored
svn path=/trunk/KDE/kdepim/runtime/; revision=1182795
-