Revision 693774
Go back to digest for 5th August 2007Features in KDE-PIM
Jason vanRijn Kasper committed changes in /trunk/KDE/kdepim/kpilot/kpilot:
- more dbus touchups
- note--we have to call KAboutData::setOrganizationDomain("kpilot.kde.org") so that our dbus connections show up as org.kde.kpilot.*. If we don't do that, then the reverse name is driven by the URL in the about page, which is <a href="http://www.kpilot.org/">http://www.kpilot.org/.</a> All of our dbus connections were showing up in qdbusviewer as org.kpilot.*, so none of the dbus communications were working.
- pulling out the KAboutData stuff from kpilot.cc, pilotDaemon.cc, and main-test.cc and putting it in kpilotConfig.h as a #define
- pilotDaemon->kpilot configure is now working properly, woot!
- have to make kpilot's configure a slot
File Changes
Modified 6 files
- /trunk/KDE/kdepim/kpilot/kpilot
- /kpilot.cc
- /kpilot.h
- /kpilotConfig.h
- /main-test.cc
- /pilotDaemon.cc
- /pilotDaemon.h
6 files changed in total