Skip to content
Commit 4a654ecb authored by Bertjan Broeksema's avatar Bertjan Broeksema
Browse files

CCMAIL: kde@nyblom.org

Merged revisions 1178274,1178282,1178288,1178303,1178625,1178671,1181282,1181598,1181639,1182324,1182386,1182442 via svnmerge from 
svn+ssh://bbroeksema@svn.kde.org/home/kde/branches/work/kdepimlibs-agentserver

........
  r1178274 | bbroeksema | 2010-09-22 17:47:17 +0200 (Wed, 22 Sep 2010) | 2 lines
  
  Namespace DBusConnectionPool and add a note about usage.
........
  r1178282 | bbroeksema | 2010-09-22 18:16:13 +0200 (Wed, 22 Sep 2010) | 3 lines
  
  Remove the sessionBus() method we added to AgentBase. Start using the
  threadConnection method from the DBusSessionPool.
........
  r1178288 | bbroeksema | 2010-09-22 18:33:16 +0200 (Wed, 22 Sep 2010) | 2 lines
  
  Export the method so that it can be used by subtargets in kdepimlibs/akonadi
........
  r1178303 | bbroeksema | 2010-09-22 19:16:15 +0200 (Wed, 22 Sep 2010) | 3 lines
  
  Use the DBus connection pool instead of QDBusConnection::sessionBus().
  This is a workaround as long as the libdbus requirment < 1.4.
........
  r1178625 | bbroeksema | 2010-09-23 13:44:27 +0200 (Thu, 23 Sep 2010) | 2 lines
  
  Install the dbus connection pool header for use by agents/resources.
........
  r1178671 | bbroeksema | 2010-09-23 15:24:16 +0200 (Thu, 23 Sep 2010) | 3 lines
  
  Add a new config() method to avoid KGlobal::config() use in the case of
  in-process agents.
........
  r1181282 | bbroeksema | 2010-09-30 17:25:58 +0200 (Thu, 30 Sep 2010) | 4 lines
  
  Don't assert when it's the same thread but create a componentData as well.
  This happens when an agent *plugin* is launched in its own process. This
  is a QApplication and will therefore not register KGlobal*.
........
  r1181598 | bbroeksema | 2010-10-01 15:02:03 +0200 (Fri, 01 Oct 2010) | 5 lines
  
  When the Agent runs in the main thread, but hasLocalData() returns
  true, it means that the agent was launched by akonadi_agent_launcher
  and the created main component in stead of KGlobal::mainComponent
  should be used.
........
  r1181639 | bbroeksema | 2010-10-01 17:41:02 +0200 (Fri, 01 Oct 2010) | 3 lines
  
  Add some documentation about creating agents that have to run in
  the AgentServer.
........
  r1182324 | bbroeksema | 2010-10-04 10:25:03 +0200 (Mon, 04 Oct 2010) | 1 line
  
  Ignore qt-creator files
........
  r1182386 | bbroeksema | 2010-10-04 13:55:57 +0200 (Mon, 04 Oct 2010) | 2 lines
  
  AgentServer requires configure(WId) to be a slot, so let it be.
........
  r1182442 | bbroeksema | 2010-10-04 17:27:41 +0200 (Mon, 04 Oct 2010) | 3 lines
  
  Moving a virtual method is BIC, therefore move configure back to the
  original place.
........

svn path=/trunk/KDE/kdepimlibs/; revision=1184785
parent 335386af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment