diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 204 |
1 files changed, 102 insertions, 102 deletions
@@ -31,8 +31,8 @@ TODO: only re-write a local database if it is changed. removed code from KDE 3.5.6's kpilot for usb workaround code and fit it into the new threaded model. This fixes syncing for me on my Palm Treo 700p. -* Reformatting and cleaning up kpilotdevicelink.cc. -* New Private.h to hold the bits of kpilotdevicelink.cc that should not be +* Reformatting and cleaning up kpilotdevicelink.cpp. +* New Private.h to hold the bits of kpilotdevicelink.cpp that should not be exposed via kpilotdevicelink.h. Also, DeviceCommThread extends QObject and QThread, so we need to have automoc run on it. * Switching from using QCustomEvent to using QEvent for device tickle @@ -582,8 +582,8 @@ TODO: only re-write a local database if it is changed. * Fixed double dialog when cancelling a change in the selection in the config dialog. Took patch from Joern to fix resize problem in abbrowser resolution dialog. Minor constructor mod in pilotMemo.h, and a much more nasty problem - in pilotMemo.cc, which seems to use a wrong memo length. Added some - docs. Removed a warning in addressWidget.cc. + in pilotMemo.cpp, which seems to use a wrong memo length. Added some + docs. Removed a warning in addressWidget.cpp. * [conduitConfigWizard] Can't assign copyright except in writing, and even then in the EU you can't renounce your copyright. Added a "None" sync setting, for the use-case described on 4-11. @@ -1096,7 +1096,7 @@ KPilot Developer's notes for July 9th 2003-6-20 Adriaan de Groot * Updated the hardware lists on the website. * Updated some "What's This?" texts. -* Removed evil static QStrings in kpilotConfigDialog.cc. +* Removed evil static QStrings in kpilotConfigDialog.cpp. * Discovered that the "start at login" functionality has been broken forever. * Added a workaround for KTimeWidget not present in KDE 3.1.x. @@ -1179,7 +1179,7 @@ KPilot Developer's notes for June 15th, 2003 2003-6-1 Adriaan de Groot -* pilotComponent.cc Another fix for 52138 - I'd missed the category +* pilotComponent.cpp Another fix for 52138 - I'd missed the category drop-down box. * Woo. After months of wrestling, I actually managed to run KPilotTest and list the contents of my m500. Sometimes, there is something @@ -1224,7 +1224,7 @@ KPilot Developer's notes for May 30th, 2003 2003-5-11 Adriaan de Groot * kpilotDCOP.h Changed enum values so that you can distinguish between call failed and normal operation. -* conduitConfigDialog.cc When closing config dialog, release last +* conduitConfigDialog.cpp When closing config dialog, release last selected conduit. 2003-5-9 Adriaan de Groot @@ -1242,7 +1242,7 @@ KPilot Developer's notes for May 30th, 2003 * Spent lots of time panicing my system and causing fatal exceptions on my Pilot by playing with pilot-link 0.11.7 and FreeBSD's USB stack. -* kpilotlink.cc Suppress printing the "accidentally in acceptDevice" +* kpilotlink.cpp Suppress printing the "accidentally in acceptDevice" more than once. Try to escape from the infinite socketnotifier loop. @@ -1293,7 +1293,7 @@ KPilot Developer's notes for April 30th, 2003 * Added the sources for a generic DB viewer and a datebook viewer. These don't show up anywhere yet though. The datebook viewer has no functionality yet. -* kpilot.cc Minor change to detect non-functioning daemon better. +* kpilot.cpp Minor change to detect non-functioning daemon better. * Restored the tooltip code to the conduit config dialog. Removed the "description" column again. * uiDialog.{h,cc} Moved the addAboutPage() code to a static function so @@ -1357,10 +1357,10 @@ KPilot Developer's notes for March 26th, 2003 ============================================= 2003-3-26 Adriaan de Groot -* pilotLocalDatabase.cc [BOTH] Qt 3.0 compatibility. +* pilotLocalDatabase.cpp [BOTH] Qt 3.0 compatibility. * More merging: lib/ just spacing fixes. * kpilot/ In HEAD, muck about with the toggle actions that were removed - from kpilot.cc. This stuff is supposed to build in all KDE 3.x. + from kpilot.cpp. This stuff is supposed to build in all KDE 3.x. * I've been thinking about _where_ to hack next. HEAD is evolving further under Reinhold's influence, and I feel pretty much stymied in BRANCH because I can't touch strings and the like. However, I'm @@ -1414,28 +1414,28 @@ KPilot Developer's notes for March 26th, 2003 2003-3-20 Adriaan de Groot * Merging between BRANCH and HEAD. * options.h [BRANCH] Upped the version number again. -* lib/ [BOTH] Merged documentation, fixed minor bug in plugin.cc in HEAD. +* lib/ [BOTH] Merged documentation, fixed minor bug in plugin.cpp in HEAD. * kpilot/ [BOTH] Merged stuff. * pilotDaemon.{h,cc} [HEAD] The daemon has extra DCOP features and kroupware. * kpilot.h [HEAD] Extra in-use code and Ben's removal of toolbars (supported by standards in KDE 3.2 - this needs backporting and #ifdeffing). -* conduitConfigDialog.cc [HEAD] Has all the setup stuff for the checkbox +* conduitConfigDialog.cpp [HEAD] Has all the setup stuff for the checkbox list conversion (a GJJ) but #if 0'ed out. * kpilotConfig{Dialog,}.{h,cc} [HEAD] Adds a GUI for the pilot encoding. * kpilotDCOP.h [HEAD] Extra configure methods from David. * listCat.h [BOTH] One-up the spelling mafia. 2003-3-17 Adriaan de Groot -* [fileInstallWidget.cc] Applied file-installer multiselect patch +* [fileInstallWidget.cpp] Applied file-installer multiselect patch from Ulrik Mikaelsson. -* [pilotDaemon.cc] Applied DCOP interface additions from David Mott. +* [pilotDaemon.cpp] Applied DCOP interface additions from David Mott. 2003-3-15 Adriaan de Groot * The popmail conduit runs in backup mode during syncs. So do all the other conduits. What's going on? Thanks to Tobia Baier for spotting this. Worse still, the bug comes from the difference between & and &&. Fixed. -* syncStack.cc [BOTH] Fixed --backup bug. +* syncStack.cpp [BOTH] Fixed --backup bug. * David Mott is back with more patches, but he's got competition from Ulrik Mikaelsson, who's also doing GJJs. @@ -1451,7 +1451,7 @@ KPilot Developer's notes for March 12th, 2003 2003-3-4 Adriaan de Groot * Welcome back to David Mott, author of several patches already and ready to dive into the code again for GJJs. Happy distraction, dude. -* [vcal-conduitbase.cc] Checked against wrong TDE_VERSION. [BRANCH] +* [vcal-conduitbase.cpp] Checked against wrong TDE_VERSION. [BRANCH] * Various merging from BRANCH to HEAD. Layout fixups here and there. * Test mode in the vcal conduit by default uses local databases from /tmp. @@ -1506,7 +1506,7 @@ KPilot Developer's notes for March 12th, 2003 KDE to actually maintain it in the docs. * Updated version to 4.3.9 now that 4.3.8 is out. * Started work on a real test mode for the vcal conduit. -* syncStack.cc [BRANCH] Set conduit action name to the conduit's name. +* syncStack.cpp [BRANCH] Set conduit action name to the conduit's name. KPilot Developer's notes for February 26th, 2003 ================================================ @@ -1532,7 +1532,7 @@ KPilot Developer's notes for February 14th, 2003 2003-2-12 Adriaan de Groot * Applied David Mott's DCOP patches to HEAD. Also applied his RMB patches to HEAD. This takes care of some GJJs. -* memoWidget.cc [BOTH] Replaced the label "Memos:" beside the +* memoWidget.cpp [BOTH] Replaced the label "Memos:" beside the category combobox by "Category:" which is also used by the address widget. Kept the old string around for safekeeping. * Dealing with non-latin1 Pilots again, now in Russian. And it @@ -1541,19 +1541,19 @@ KPilot Developer's notes for February 14th, 2003 from the JPilot source. 2003-2-10 Adriaan de Groot -* popmail-conduit.cc [HEAD] Did some actual TODO_I18N work, +* popmail-conduit.cpp [HEAD] Did some actual TODO_I18N work, removed printfs from the message construction in the conduit. Added a GJJ for it. -* pilotDaemon.cc has lots of Kroupware additions in HEAD and +* pilotDaemon.cpp has lots of Kroupware additions in HEAD and also changes "unix" -> "KDE" in the about box. -* conduitConfigDialog.cc has lots of new code for changing the +* conduitConfigDialog.cpp has lots of new code for changing the conduit list to a list of checkboxes. * kpilotConfigDialog_base has been edited in HEAD for new Kroupware - options. Same with kpilotConfigDialog.cc, kpilotConfig.{h,cc}. -* conduitSetup.cc may be deprecated, but there was a minor difference + options. Same with kpilotConfigDialog.cpp, kpilotConfig.{h,cc}. +* conduitSetup.cpp may be deprecated, but there was a minor difference between files. HEAD <- BRANCH (ie. HEAD gets BRANCH version). -* hotSync.cc variable names changed, BRANCH <- HEAD. -* interactiveSync.cc typos and latin1() fixes. BRANCH <-> HEAD. +* hotSync.cpp variable names changed, BRANCH <- HEAD. +* interactiveSync.cpp typos and latin1() fixes. BRANCH <-> HEAD. * logWidgetDCOP.h still had Log: tag in it,. removed [HEAD,BRANCH] * abbrowser conduit has new custom field code. Did BRANCH <- HEAD for the includes, though, just to normalize 'em. But, to quote @@ -1617,22 +1617,22 @@ KPilot Developer's notes for February 7th, 2003 operator <<s and do it all by hand. 2003-2-2 Adriaan de Groot -* conduitConfigDialog.cc [HEAD] Started inserting code for improved +* conduitConfigDialog.cpp [HEAD] Started inserting code for improved conduit selection and activation. -* kpilot.cc [BRANCH] Improve perceived startup time by delaying +* kpilot.cpp [BRANCH] Improve perceived startup time by delaying the loading of databases till the GUI is up. * options.h [BRANCH] To enforce discipline, use NO_ASCII_CAST. NOT COMMITTED - it'll break a lot of debug stuff as well. However, as an occasional test, it's a good idea. * {many files} [BRANCH] Clean up random char * conversions. * kpilotConfig.{h,cc} [BRANCH] Introduce config entry for encoding. -* kpilot.cc pilotDaemon.cc pilotAppCategory.h pilotRecord.cc [BRANCH] +* kpilot.cpp pilotDaemon.cpp pilotAppCategory.h pilotRecord.cpp [BRANCH] Use the config entry for encoding. Applications that use any PilotAppCategory derived class - ie. that interpret data from the Pilot in any way - should call setupPilotCodec() beforehand with the name of the encoding (QString::null == "ISO8859-1", the default, or use something like "Shift-JIS"). -* pilotMemo.{h,cc} memoWidget.cc [BRANCH] Use the codec for the returned +* pilotMemo.{h,cc} memoWidget.cpp [BRANCH] Use the codec for the returned title of the memo. This is the first step on making PilotMemo return everything in QString format suitable for any encoding. In order to change the encoding, add @@ -1649,10 +1649,10 @@ KPilot Developer's notes for February 7th, 2003 as well related to slotUpdateButtons(). Reverted the multiple-select. * options.h [BRANCH] Added the TODO_I18N macro to BRANCH as well, where it's more important. -* kpilotlink.cc [BRANCH] Reordered ReadSysInfo and ReadUserInfo to +* kpilotlink.cpp [BRANCH] Reordered ReadSysInfo and ReadUserInfo to copy JPilot's setup, maybe that will help with password issues. -* kpilot.cc [BRANCH] Cleaned up deprecated headers. -* conduitConfigDialog.cc [BRANCH] Preparing to repair the clumsy +* kpilot.cpp [BRANCH] Cleaned up deprecated headers. +* conduitConfigDialog.cpp [BRANCH] Preparing to repair the clumsy conduit selection and activation @@ -1767,16 +1767,16 @@ KPilot Developer's notes for January 17th, 2003 * Weirdness comes in threes: after a while the debug output stops printing. Even when it's sent to cerr directly. Hmm .. has something to do with printing NULL QStrings. -* [hotSync.cc] Every "Backing up:" message was logged twice. -* [logWidget.cc] Added more version information. Discovered that +* [hotSync.cpp] Every "Backing up:" message was logged twice. +* [logWidget.cpp] Added more version information. Discovered that QTextView is obsolete. Fixed log tailing problem. #ifdeffed it to Qt 3.1 and later. 2003-1-10 Adriaan de Groot -* [kpilot/interactivesync.cc] Some strlcpy problems when compiling HEAD +* [kpilot/interactivesync.cpp] Some strlcpy problems when compiling HEAD (or BRANCH) KPilot on a KDE 3.0 system. Since we don't maintain branches, backwards compatibility in HEAD is essential. Added #if TDE_VERSION < 310. -* [lib/kpilotlink.cc] Might have found the source of the KPilot-hangs-with-USB +* [lib/kpilotlink.cpp] Might have found the source of the KPilot-hangs-with-USB problems. There's a note in the QSocketNotifier docs saying not to disable read-notifiers. I did anyway, and it never caused problems before. Added some workaround crud. @@ -1936,20 +1936,20 @@ KPilot Developer's notes for september 19th, 2002 * Add a "Fail Now" mode to the NULL conduit to help debugging. 2002-08-24 Adriaan de Groot -* (syncAction.cc) Whoops, forgot to implement the timeout feature +* (syncAction.cpp) Whoops, forgot to implement the timeout feature in interactive questionYesNo. * One more go through all the sources removing warnings. 2002-08-23 Adriaan de Groot -* (addressWidget.cc) Added more debugging output in response to bug #45977. +* (addressWidget.cpp) Added more debugging output in response to bug #45977. Gosh, it's even a FreeBSD user. This basically means that the database can't be opened, and I have no idea why. -* (kpilotlink.cc) Added more debugging output in KPilotLink::acceptDevice() +* (kpilotlink.cpp) Added more debugging output in KPilotLink::acceptDevice() to deal with problems from Chris Cowell and Beat Straehl. -* (kpilotlink.cc) (Perhaps) check pilot-link version more gracefully. +* (kpilotlink.cpp) (Perhaps) check pilot-link version more gracefully. * (pilotUser.h) bzero() new KPilotUser data structures, just in case. -* (interactiveSync.cc) Fix compile warnings. -* (knotes-action.cc) Fix bug that causes the KNotes conduit to hang +* (interactiveSync.cpp) Fix compile warnings. +* (knotes-action.cpp) Fix bug that causes the KNotes conduit to hang when KNotes isn't running. * (everything dependent on SyncAction) Changed the type of exec() to virtual bool, and removed it from the slots. Added a new slot execConduit() which @@ -2162,7 +2162,7 @@ KPilot Developer's notes for sometime in march 2002 2002-03-09 Adriaan de Groot * Sanitized syncStack so that nextAction isn't so ambiguous. * Fixed missing default (--list) in kpilotTest. -* Some neatness fixes in pilotDaemon.cc and pilotDaemonDCOP.h. +* Some neatness fixes in pilotDaemon.cpp and pilotDaemonDCOP.h. * Test syncs shouldn't run conduits or install files. Fixed in pilotDaemon. * The daemon leaked 2 FD's on every sync, which is bad. Added some extra ::close() calls, which fixes this (under p-l 0.9.5 and 0.10.1). @@ -2197,11 +2197,11 @@ KPilot Developer's notes for february 11th 2002 =============================================== 2002-02-06 Adriaan de Groot -* kpilot/listItems.cc lib/pilotRecord.cc +* kpilot/listItems.cpp lib/pilotRecord.cpp - Removed some FUNCTIONSETUPs, since they were really clogging debugging output and not adding anything interesting. Changes some other debug output as well. -* kpilot/addressWidget.cc +* kpilot/addressWidget.cpp - I *think* I squashed a memory leak, caused by createTitle which was still returning char * instead of QString. Moved to QString anyway. @@ -2229,7 +2229,7 @@ from KPilot (which should be just a viewer). Opinions? 2002-01-27 Adriaan de Groot * Wherever - Got rid of the remaining dlp_ functions in code outside - of kpilotlink.cc and pilotSerialDatabase.cc. This leaves the pi_ stuff. + of kpilotlink.cpp and pilotSerialDatabase.cpp. This leaves the pi_ stuff. Development of KPilot is now done on a 80x25 serial terminal running at 38400 baud. I have no idea what kind of effect this will have, but it means @@ -2239,10 +2239,10 @@ I can sit on the couch and do devel work :) * lib/kpilotlink.{h,cc} - Continue moving pilot-link related things (pi_*) into the KPilotLink class, so that Dag might have an easier time of it. -* lib/options.cc +* lib/options.cpp - Removed some messy #ifdef DEBUG stuff, with debugging enabled call tracing is now default on. -* kpilot/logWidget.cc +* kpilot/logWidget.cpp - Added some text stating that KPilot is really alpha. No-one will read this, of course, and it will only piss off the translators. @@ -2262,12 +2262,12 @@ PilotTodoEntry, etc. could use a good dose of sanity. 2002-01-21 Adriaan de Groot * conduits/vcalconduit/* - Some serious rewriting going on. -* kpilot/hotSync.cc +* kpilot/hotSync.cpp - Removed old KPilotLink code - Moved calls from dlp_OpenConduit to KPilotDeviceLink::openConduit() * lib/syncAction.h lib/kpilotlink.{h,cc} - Added openConduit to abstract the underlying lib interface more. -* kpilot/logWidget.cc +* kpilot/logWidget.cpp - suppress empty log lines. * lib/pilotLocalDatabase.{h,cc} - Added a hook for UserCheck to set the default search path for @@ -2299,9 +2299,9 @@ will be leaving us for tdelibs, where weird and wonderful things await ... - Of course the daemon was exiting after each sync .. I forgot to initialize fQuitAfterSync (which isn't used, BTW, except if you use DCOP to call quitNow()) to false. -* kpilot/kpilot.cc +* kpilot/kpilot.cpp - Forgot to inform daemon of changing settings. -* kpilot/syncStack.cc +* kpilot/syncStack.cpp - All conduits now put *something* in the Sync log. @@ -2373,10 +2373,10 @@ things, like closing the device handle, allowing multiple syncs, and running file install correctly. After that, testing testing testing. 2001-12-28 Adriaan de Groot -* kpilot/main-test.cc +* kpilot/main-test.cpp - Added one-letter cmd-line-options, sanity checking. - Switched to SyncStack integrated syncing (see below). -* kpilot/main-config.cc +* kpilot/main-config.cpp - Removed unused new-style option. * kpilot/syncStack.{h,cc} - New files encapsulating sync sequence knowledge. @@ -2384,9 +2384,9 @@ running file install correctly. After that, testing testing testing. 2001-12-29 Adriaan de Groot * kpilot/pilotDaemon.{h,cc} - Switched to SyncStack. -* lib/kpilotlink.cc +* lib/kpilotlink.cpp - Work around an off-by-one bug in pilot-link versions < 0.9.6. -* kpilot/interactiveSync.cc +* kpilot/interactiveSync.cpp - Added support for don't ask again in the check-user questions. This changes the API of questionYesNo, but only inserts a (defaulted) parameter, so "regular" calls of this should be @@ -2457,16 +2457,16 @@ thing you know, I'll be using KPilot to sync my Pilot. Ewwwww. from the name in KPilot. Gotta fix that. 2001-12-30 Aaron J Seigo -* kpilot/logWidget.cc -* kpilot/kpilot.cc +* kpilot/logWidget.cpp +* kpilot/kpilot.cpp - Paint the KPilot version number in the splash screen. 2001-12-30 Adriaan de Groot -* conduits/vcalconduit/vcal-conduit.cc -* conduits/vcalconduit/vcalBase.cc +* conduits/vcalconduit/vcal-conduit.cpp +* conduits/vcalconduit/vcalBase.cpp - Removed some __FUNCTION__ things, added #ifdef DEBUG to debug code. In some other files, too. - - The code in vcalBase.cc is in heavy need of an invocation of indent. + - The code in vcalBase.cpp is in heavy need of an invocation of indent. It's horrible and ugly in other ways, too, but this is a start. 2001-12-31 Adriaan de Groot @@ -2592,7 +2592,7 @@ sync part which has not been tested at all. * Makefile.am - Fixed up includes, removed old PISOCK_INCLUDE. -* abbrowser-conduit.cc +* abbrowser-conduit.cpp - Changed kdDebug() to DEBUGCONDUIT, applied indent style, #ifdef DEBUGs - Replaced static QString objects by const char * (TDEConfig keys) - Removed old files @@ -2605,9 +2605,9 @@ And in other news, little bugfixes and other neat stuff sometimes shows up in my mailbox. Martin Junius is a long-time contributor, and he's volunteered (again) to make new KPilot rpms for RH 7.2 once the system is stable again. -* kpilot/addressWidget.cc +* kpilot/addressWidget.cpp setupWidget() - Martin Junius found a display bug and sent a patch. -* conduits/vcalconduit/vcal-conduit.cc +* conduits/vcalconduit/vcal-conduit.cpp setRepetition() - Philipp Hullmann noticed that the Pilot's week starts on day 0 = sunday, and in KDE day 0 = monday. @@ -2618,11 +2618,11 @@ More work on the expense conduit. In conduits/expense: * setupDialog.h - Added an #include <qwidget.h> to make header self-contained. -* setupDialog.cc +* setupDialog.cpp - Disabled MySQL button, since there's no code to make it work. - Disabled "logRotate" stuff, since I can't remember what was wanted there and there's no code for it. -* expense.cc +* expense.cpp - Reordered #includes, removed extra #ifdeffing. Removed extra #includes. - Split up actions into CSV, MySQL and Postgres specific parts. - Made the other-db methods also write CSV files if needed. @@ -2637,13 +2637,13 @@ More work on the expense conduit. In conduits/expense: In other news: -* conduits/knotes/knotes-action.cc +* conduits/knotes/knotes-action.cpp listNotes() - Removed spurious #ifdef DEBUG. Test mode should always work. And oh, wow, thanks to messing around with the logWidget for KPilot, KPilotTest now also has a funky splash screen :) -* kpilot/main-test.cc +* kpilot/main-test.cpp main() - connect signals from the test action to the log widget. KPilot Developer's notes for november 25th 2001 @@ -2677,7 +2677,7 @@ Shuffling the DCOP interfaces and cleaning up the UI, by [ade]: * kpilot.{h,cc} Removed the inheritance from kpilotDCOP.h, moved the DCOP interface to LogWidget. Removed the status bar, since it's all in the LogWidget anyway. -* pilotDaemon.cc +* pilotDaemon.cpp Renamed KPilotDCOP interface, removed filesChanged DCOP signal. * Makefile.am Now logWidget requires kpilotDCOP, so moved that. @@ -2802,7 +2802,7 @@ complete. * lib/options.h Upped the version number to 4.2.9b just because. -* kpilot/kpilot.cc +* kpilot/kpilot.cpp Changed some credits around, copyright notice, etc. * kpilot/Makefile.am kpilot/Makefile-standalone Fixed some breakage caused by all the moving around of files. You may @@ -2932,7 +2932,7 @@ existing conduits. 2001-09-24 Adriaan de Groot * kpilot/uiDialog.{h,cc} -* kpilot/kpilotConfigDialog.cc +* kpilot/kpilotConfigDialog.cpp * kpilot/kpilotConfigDialog_base.ui Minor changes to get the dialog to size correctly when other fonts / other settings are used. This solves David's complaint about ugly dialogs. @@ -2953,7 +2953,7 @@ existing conduits. Made exec() pure virtual for SyncActions, since that makes more sense than having an empty default action. * kpilot/Makefile.am - Added interactiveSync.cc to the list of sources. + Added interactiveSync.cpp to the list of sources. * kpilot/pilotUser.h Squashed a buffer overflow. Squashed several buffer overflows. Yowk! This code has been around since 1996? @@ -2976,19 +2976,19 @@ KPilot dialogs with something sensible made with designer. * kpilot/options.h * kpilot/kpilotConfig.{h,cc} -* kpilot/kpilot.cc kpilot/kpilotDaemon.cc kpilot/main-*.cc +* kpilot/kpilot.cpp kpilot/kpilotDaemon.cpp kpilot/main-*.cpp Factored out the --debug flags from each individual app, now in - options.cc. This means each file with a main() was modified too. + options.cpp. This means each file with a main() was modified too. I must say it was a real bitch figuring out exactly which sequence of calls were needed for TDECmdLineArgs::addCmdLineOptions(), and then finding out that ParsedArgs() also needed help. -* kpilot/kpilotDaemon.cc +* kpilot/kpilotDaemon.cpp Sneaking in the QStack<> stuff just under the wire was a bad idea. Fixed an uninitialized pointer bug. -* kpilot/hotSync.cc +* kpilot/hotSync.cpp Fixed missing syncDone() signal in FileInstallAction; added some logProgress() calls, extra debugging. -* kpilot/kpilot.cc +* kpilot/kpilot.cpp Added KillDaemonOnExit logic to KPilotInstaller. 2001-09-23 Adriaan de Groot @@ -3009,9 +3009,9 @@ KPilot dialogs with something sensible made with designer. * kpilot/kpilotOptions.{h,cc} Is deprecated and removed. Say hello to the new world of .ui files. * kpilot/kpilot.{h,cc} -* kpilot/memoWidget.cc -* kpilot/addressWidget.cc -* kpilot/conduitSetup.cc +* kpilot/memoWidget.cpp +* kpilot/addressWidget.cpp +* kpilot/conduitSetup.cpp Lots of little changes to reflect the KPilotConfig changes. Mostly removing calls to setGroup() and readEntry(), which are now safely encapsulated. @@ -3068,7 +3068,7 @@ take another look at Qt3 -- I saw Cornelius has already put some changes in. variants to deal with. () Added functions installFiles() and installFile() to handle the installation (!) of files to the Pilot. -* kpilot/pilotDaemon.cc +* kpilot/pilotDaemon.cpp () Finally dealt with all the changed classes and methods of the device link. (slotEndHotSync) No need to tell the link to end the Sync, since @@ -3079,7 +3079,7 @@ take another look at Qt3 -- I saw Cornelius has already put some changes in. () I've installed RH 7.1 and gone back to KDE 2.1.1. Whee. They've somehow utterly broken kdDebug() and kdWarning(). Added compile flag DEBUG_CERR to make all the debugging info go to cerr instead. -* kpilot/kpilot.cc +* kpilot/kpilot.cpp () Startup notification was added to startService...() in 2.2, so now there's an #ifdef handling that case. @@ -3093,8 +3093,8 @@ take another look at Qt3 -- I saw Cornelius has already put some changes in. 2001-09-06 Adriaan de Groot * kpilot/Makefile.am - () Forgot to add logWidget.cc to kpilot_SOURCES -* kpilot/kpilotOptions.cc + () Forgot to add logWidget.cpp to kpilot_SOURCES +* kpilot/kpilotOptions.cpp () Added more tooltips, switched most to <qt></qt> rich text. () Changed default value for SyncFiles to true. * kpilot/kpilotlink.{h,cc} @@ -3197,17 +3197,17 @@ udirng the freeze, so it may not get in into KDE 2.2. 2001-08-01 Adriaan de Groot -* kpilot/pilotDaemon.cc +* kpilot/pilotDaemon.cpp (PilotSystemTray) Fix for bug #29764 -- I'd forgotten to initialize some pointers in the constuctor again. -* conduits/abbrowser/abbrowser-conduit.cc +* conduits/abbrowser/abbrowser-conduit.cpp (main) Workaround for bug #28104 allowing abbrowser to start from the conduit. * conduits/abbrowser/Makefile.am Minuscule change enabling --enable-final builds here. 2001-07-23 Martin Junius <mj@m-j-s.net> -* kpilot/addressEditor.cc (MakeField, MakeFieldL): removed i18n(), +* kpilot/addressEditor.cpp (MakeField, MakeFieldL): removed i18n(), now done in initLayout(). (initLayout): use i18n() for label strings passed to MakeField. This is IMHO a cleaner approach than using I18N_NOOP() @@ -3220,13 +3220,13 @@ udirng the freeze, so it may not get in into KDE 2.2. 2001-07-21 Martin Junius <mj@m-j-s.net> -* kpilot/addressEditor.cc (initLayout): use m_phoneLabel[] for +* kpilot/addressEditor.cpp (initLayout): use m_phoneLabel[] for display phone labels because this change from entry to entry and cannot be set to fixed texts. (fillFields): update phone labels for editor dialog. (initLayout): reworked and hopefully ;-) improved spacing. -* kpilot/addressWidget.cc (setupWidget): replaced QMultiLineEdit +* kpilot/addressWidget.cpp (setupWidget): replaced QMultiLineEdit with QTextView for address info widget. (slotShowAddress): function totally rewritten to use QTextView and the Qt pseudo-XHTML code for formatted display of the @@ -3277,7 +3277,7 @@ doing silly things (like moving). mostly splits the large sync functions into smaller pieces, simplifies the code for recurring events a lot, and moves some more code to vcalBase. -* kpilot/pilot*Entry.cc +* kpilot/pilot*Entry.cpp ... and one more patch to PilotDateEntry and PilotTodoEntry: replace notes of length 0 with empty ones. @@ -3290,7 +3290,7 @@ doing silly things (like moving). 2001-05-25 Adriaan de Groot -* *.cc, options.h +* *.cpp, options.h Simplified the debugging code, no more #ifdef DEBUG if (debug_level &) stuff, just straightforward DEBUGXXX statements which get optimized aay for free when debugging is turned off. @@ -3331,14 +3331,14 @@ listed here, please let me know. 2001-04-28 Martin Junius <mj@m-j-s.net> -* kpilot/kpilot.cc +* kpilot/kpilot.cpp (initMenu): use TDEToggleAction and setExclusiveGroup for view menu. (addComponentPage): same here for the other components. (initMenu): setChecked for view_kpilot action. 2001-05-07 Philipp Hullmann -* conduits/vcalconduit/todo-conduit.cc +* conduits/vcalconduit/todo-conduit.cpp (): fixed missing due-date bugs @@ -4159,7 +4159,7 @@ Some other minor issues have been fixed as well: And new questions raised for people who know the code (I'm thinking Preston or Cornelius may be able to explain): -* vcal-conduit.cc line 522, what's the purpose of voStatus there? +* vcal-conduit.cpp line 522, what's the purpose of voStatus there? @@ -4182,13 +4182,13 @@ A whole slew of minor fixes: * Added quit icon into file menu * Added hotsync and backup icons into file menu * Cleaned up include files in conduitSetup.h -* Cleaned up dialog code in conduitSetup.cc for KDE2 compliance -* Fixed conduits-not-running-during-sync bug in kpilotlink.cc -* Fixed a minor Qt2 incompatibility in messageDialog.cc -* Fixed some i18n issues in kpilotlink.cc -* Replaced sprintf stuff with QString operations in kpilotlink.cc +* Cleaned up dialog code in conduitSetup.cpp for KDE2 compliance +* Fixed conduits-not-running-during-sync bug in kpilotlink.cpp +* Fixed a minor Qt2 incompatibility in messageDialog.cpp +* Fixed some i18n issues in kpilotlink.cpp +* Replaced sprintf stuff with QString operations in kpilotlink.cpp * Added hot-sync to file menu for consistency (it's in the toolbar) -* Added logic in showTitlePage in kpilot.cc to reduce flicker +* Added logic in showTitlePage in kpilot.cpp to reduce flicker Some remaining issues: @@ -4197,7 +4197,7 @@ Some remaining issues: Some questions: -* Is there a memory leak with the config file in kpilotOptions.cc? +* Is there a memory leak with the config file in kpilotOptions.cpp? * Do we really want to be new() and delete()ing the config file so often? Perhaps getConfig() should do some caching. * Should we add icons for the other menu items? |