Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 3 years ago
parent 51b78ed87e
commit 66abbed5e0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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?

@ -217,9 +217,9 @@ service_DATA = mal_conduit.desktop
kde_module_LTLIBRARIES = libmalconduit.la
libmalconduit_la_SOURCES = \
mal-factory.cc \
mal-setup.cc \
mal-conduit.cc \
mal-factory.cpp \
mal-setup.cpp \
mal-conduit.cpp \
mal-setup_dialog.ui
libmalconduit_la_LDFLAGS = $(KDE_RPATH) -L../../lib
libmalconduit_la_LIBADD = -lkpilot $(MAL_LIB)
@ -281,7 +281,7 @@ always returns a pointer to a \class{KLibFactory} instance. Whenever a program n
the conduit, it calls the \code{createObject} of the \class{KLibFactory} to get an appropriate object.
Furthermore, the conduit factory initializes the about dialog of the conduit.
The factories of all conduits are very similar, so you best just copy the .h and .cc file of an existing conduit
The factories of all conduits are very similar, so you best just copy the .h and .cpp file of an existing conduit
for your conduit. All you need to do is to change the copyright notices for the about dialog, and
change the class names of the \class{ConduitAction} and \class{ConduitSetup} to your own class names. Also,
the factory is a good place to define the strings for the config settings' entries to the config file.
@ -297,7 +297,7 @@ private:
} ;
\end{verbatim}
}
and in the .cc file
and in the .cpp file
{\small\begin{verbatim}
const char*MALConduitFactory::fConfigSetting1="NameOfSetting";
\end{verbatim}
@ -311,7 +311,7 @@ Everything else in the factory can stay as it is.
Here is an example of the malsync's factory:
\begin{htmlonly}
\htmladdnormallink{Source code of mal-factory.h}{mal-factory.h}
\htmladdnormallink{Source code of mal-factory.cc}{mal-factory.cc}
\htmladdnormallink{Source code of mal-factory.cpp}{mal-factory.cpp}
\end{htmlonly}
@ -320,9 +320,9 @@ Here is an example of the malsync's factory:
{\scriptsize
\verbatiminput{mal-factory.h}
}
\subsubsection{mal-factory.cc}
\subsubsection{mal-factory.cpp}
{\scriptsize
\verbatiminput{mal-factory.cc}
\verbatiminput{mal-factory.cpp}
}
\end{latexonly}

@ -1,4 +1,4 @@
/* Time-factory.cc KPilot
/* Time-factory.cpp KPilot
**
** Copyright (C) 2002 by Reinhold Kainhofer
**

@ -6,7 +6,7 @@ SUBDIRS = lib kpilot conduits doc
messages:
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp"` -o $(podir)/kpilot.pot
$(XGETTEXT) `find . -name "*.cpp" -o $(podir)/kpilot.pot
-rm -f rc.cpp
DOXYGEN_REFERENCES = kpilot/lib kpilot/kpilot
@ -16,5 +16,5 @@ include $(top_srcdir)/admin/Doxyfile.am
devel-pot :
extractrc `find . -name "*.rc" -o -name "*.ui"` > /tmp/rc.cpp
xgettext -C --keyword=i18n --keyword=I18N_NOOP -o /tmp/kpilot.po \
`find . -name "*.cc"` /tmp/rc.cpp
`find . -name "*.cpp"` /tmp/rc.cpp

@ -47,9 +47,9 @@ build-check:
test -f "$(BUILD_DIR)/Makefile" || (cd "$(BUILD_DIR)" && $(CMAKE) .. )
messages:
extractrc `find . -name *.rc` > rc.cc
extractrc `find . -name *.ui` >> rc.cc
xgettext -o kpilot.po --keyword=i18n rc.cc `find . -name *.h` `find . -name *.cc`
extractrc `find . -name *.rc` > rc.cpp
extractrc `find . -name *.ui` >> rc.cpp
xgettext -o kpilot.po --keyword=i18n rc.cpp `find . -name *.h` `find . -name *.cpp`
clean:
@rm -rf $(BUILD_DIR)

@ -158,7 +158,7 @@ FINISHED TODO jobs
+(28) GJJ: The question asked when kpilot and the pilot's usernames don't
match isn't very intuitive. It should be changed to a yes/no/cancel
with "Use KPilot name" "Use Pilot name" "Cancel". This is in
interactiveSync.cc.
interactiveSync.cpp.
-(29) Fix the NULL conduit's tooltip - OR - make it actually do what the
current tooltip says.
RESOLUTION: The NULL conduit is no longer needed at all, so I disabled

@ -17,8 +17,8 @@ link_directories(
tde_add_kpart( conduit_address AUTOMOC
SOURCES resolutionDialog_base.ui kaddressbookConduit.ui
abbrowserSettings.kcfgc resolutionDialog.cc abbrowser-factory.cc
abbrowser-setup.cc tdeabcRecord.cc abbrowser-conduit.cc
abbrowserSettings.kcfgc resolutionDialog.cpp abbrowser-factory.cpp
abbrowser-setup.cpp tdeabcRecord.cpp abbrowser-conduit.cpp
LINK kpilot-shared tdeabc-shared tdeabc_file-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -6,11 +6,11 @@ conduit_address_la_SOURCES = \
resolutionDialog_base.ui \
kaddressbookConduit.ui \
abbrowserSettings.kcfgc \
resolutionDialog.cc \
abbrowser-factory.cc \
abbrowser-setup.cc \
tdeabcRecord.cc \
abbrowser-conduit.cc
resolutionDialog.cpp \
abbrowser-factory.cpp \
abbrowser-setup.cpp \
tdeabcRecord.cpp \
abbrowser-conduit.cpp
conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_address_la_LIBADD = ../../lib/libkpilot.la -ltdeabc -ltdeabc_file

@ -2,7 +2,7 @@
**
** Copyright (C) 2002-2003 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -4,7 +4,7 @@
**
** Copyright (C) 2002-2003 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -4,7 +4,7 @@
**
** Copyright (C) 2003 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -18,16 +18,16 @@ link_directories(
##### palmdoc (static) ##########################
tde_add_library( palmdoc STATIC_PIC AUTOMOC
SOURCES makedoc9.cc pilotDOCHead.cc
pilotDOCEntry.cc pilotDOCBookmark.cc
DOC-converter.cc
SOURCES makedoc9.cpp pilotDOCHead.cpp
pilotDOCEntry.cpp pilotDOCBookmark.cpp
DOC-converter.cpp
)
##### kpalmdoc (executable) #####################
tde_add_executable( kpalmdoc AUTOMOC
SOURCES kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cc
SOURCES kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cpp
kpalmdoc.cpp
LINK tdecore-shared tdeui-shared tdeio-shared kpilot-shared palmdoc-static
DESTINATION ${BIN_INSTALL_DIR}
@ -37,8 +37,8 @@ tde_add_executable( kpalmdoc AUTOMOC
##### conduit_doc (kpart) #######################
tde_add_kpart( conduit_doc AUTOMOC
SOURCES docconduitSettings.kcfgc doc-factory.cc doc-setup.cc doc-conduit.cc
doc-setupdialog.ui doc-conflictdialog.cc
SOURCES docconduitSettings.kcfgc doc-factory.cpp doc-setup.cpp doc-conduit.cpp
doc-setupdialog.ui doc-conflictdialog.cpp
LINK kpilot-shared tdeui-shared palmdoc-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -16,18 +16,18 @@ noinst_LTLIBRARIES = libpalmdoc_shared.la
kde_module_LTLIBRARIES = conduit_doc.la
bin_PROGRAMS = kpalmdoc
libpalmdoc_shared_la_SOURCES = makedoc9.cc pilotDOCHead.cc pilotDOCEntry.cc pilotDOCBookmark.cc DOC-converter.cc
libpalmdoc_shared_la_SOURCES = makedoc9.cpp pilotDOCHead.cpp pilotDOCEntry.cpp pilotDOCBookmark.cpp DOC-converter.cpp
libpalmdoc_shared_la_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB)
libpalmdoc_shared_la_LIBADD = $(PISOCK_LDFLAGS) $(PISOCK_LIB)
conduit_doc_la_SOURCES = docconduitSettings.kcfgc doc-factory.cc doc-setup.cc doc-conduit.cc doc-setupdialog.ui doc-conflictdialog.cc
conduit_doc_la_SOURCES = docconduitSettings.kcfgc doc-factory.cpp doc-setup.cpp doc-conduit.cpp doc-setupdialog.ui doc-conflictdialog.cpp
conduit_doc_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_doc_la_LIBADD = ../../lib/libkpilot.la libpalmdoc_shared.la \
$(LIB_TDEUI) $(LIB_TDEFILE) $(PISOCK_LDFLAGS) $(PISOCK_LIB)
##libpalmdoc_shared.la
kpalmdoc_SOURCES = kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cc kpalmdoc.cpp
kpalmdoc_SOURCES = kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cpp kpalmdoc.cpp
kpalmdoc_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kpalmdoc_LDADD = $(LIB_TDEFILE) $(PISOCK_LDFLAGS) $(PISOCK_LIB) ../../lib/libkpilot.la libpalmdoc_shared.la

@ -2,7 +2,7 @@
**
** Copyright (C) 2003 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -2,7 +2,7 @@
**
** Copyright (C) 2002 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -2,7 +2,7 @@
**
** Copyright (C) 2002 by Reinhold Kainhofer
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -20,8 +20,8 @@ tde_import( libkcal )
##### conduit_knotes (kpart) ####################
tde_add_kpart( conduit_knotes AUTOMOC
SOURCES knotesconduitSettings.kcfgc knotes-factory.cc
knotes-setup.cc knotes-action.cc setup_base.ui
SOURCES knotesconduitSettings.kcfgc knotes-factory.cpp
knotes-setup.cpp knotes-action.cpp setup_base.ui
LINK kpilot-shared tdeui-shared kcal-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -10,9 +10,9 @@ kde_module_LTLIBRARIES = conduit_knotes.la
conduit_knotes_la_SOURCES = \
knotesconduitSettings.kcfgc \
knotes-factory.cc \
knotes-setup.cc \
knotes-action.cc \
knotes-factory.cpp \
knotes-setup.cpp \
knotes-action.cpp \
setup_base.ui
conduit_knotes_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal

@ -17,7 +17,7 @@ link_directories(
tde_add_kpart( conduit_mal AUTOMOC
SOURCES malconduitSettings.kcfgc mal-setup_dialog.ui
mal-factory.cc mal-setup.cc mal-conduit.cc
mal-factory.cpp mal-setup.cpp mal-conduit.cpp
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -12,7 +12,7 @@ kde_kcfg_DATA = malconduit.kcfg
kde_module_LTLIBRARIES = conduit_mal.la
conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc
conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cpp mal-setup.cpp mal-conduit.cpp
conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI)

@ -1,4 +1,4 @@
/* Time-factory.cc KPilot
/* Time-factory.cpp KPilot
**
** Copyright (C) 2002 by Reinhold Kainhofer
**

@ -1,4 +1,4 @@
/* MAL-setup.cc KPilot
/* MAL-setup.cpp KPilot
**
** Copyright (C) 2002 by Reinhold Kainhofer
**

@ -16,8 +16,8 @@ link_directories(
##### conduit_memofile (kpart) ##################
tde_add_kpart( conduit_memofile AUTOMOC
SOURCES memofileSettings.kcfgc setup_base.ui memofile-factory.cc
memofile.cc memofiles.cc memofile-conduit.cc
SOURCES memofileSettings.kcfgc setup_base.ui memofile-factory.cpp
memofile.cpp memofiles.cpp memofile-conduit.cpp
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = conduit_memofile.la
conduit_memofile_la_SOURCES = memofileSettings.kcfgc setup_base.ui \
memofile-factory.cc memofile.cc memofiles.cc memofile-conduit.cc
memofile-factory.cpp memofile.cpp memofiles.cpp memofile-conduit.cpp
conduit_memofile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_memofile_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEFILE)

@ -1,4 +1,4 @@
/* memofile-conduit.cc KPilot
/* memofile-conduit.cpp KPilot
**
** Copyright (C) 2004-2007 by Jason 'vanRijn' Kasper
**

@ -1,4 +1,4 @@
/* memofile-factory.cc KPilot
/* memofile-factory.cpp KPilot
**
** Copyright (C) 2004-2007 by Jason 'vanRijn' Kasper
**

@ -1,4 +1,4 @@
/* memofile.cc KPilot
/* memofile.cpp KPilot
**
** Copyright (C) 2004-2007 by Jason 'vanRijn' Kasper
**

@ -1,4 +1,4 @@
/* memofile-conduit.cc KPilot
/* memofile-conduit.cpp KPilot
**
** Copyright (C) 2004-2007 by Jason 'vanRijn' Kasper
**

@ -17,7 +17,7 @@ link_directories(
tde_add_kpart( conduit_notepad AUTOMOC
SOURCES notepadconduit.kcfgc notepad-setup.ui
notepad-conduit.cc notepad-factory.cc
notepad-conduit.cpp notepad-factory.cpp
LINK kpilot-shared tdeui-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -8,7 +8,7 @@ service_DATA = notepad-conduit.desktop
kde_module_LTLIBRARIES = conduit_notepad.la
conduit_notepad_la_SOURCES = notepadconduit.kcfgc notepad-setup.ui \
notepad-conduit.cc notepad-factory.cc
notepad-conduit.cpp notepad-factory.cpp
conduit_notepad_la_LDFLAGS= -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_notepad_la_LIBADD= ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO)

@ -16,7 +16,7 @@ link_directories(
##### conduit_null (kpart) ######################
tde_add_kpart( conduit_null AUTOMOC
SOURCES nullSettings.kcfgc setup_base.ui null-conduit.cc null-factory.cc
SOURCES nullSettings.kcfgc setup_base.ui null-conduit.cpp null-factory.cpp
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -8,7 +8,7 @@ service_DATA = null-conduit.desktop
kde_module_LTLIBRARIES = conduit_null.la
conduit_null_la_SOURCES = nullSettings.kcfgc setup_base.ui null-conduit.cc null-factory.cc
conduit_null_la_SOURCES = nullSettings.kcfgc setup_base.ui null-conduit.cpp null-factory.cpp
conduit_null_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_null_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI)

@ -16,8 +16,8 @@ link_directories(
##### conduit_popmail (kpart) ###################
tde_add_kpart( conduit_popmail AUTOMOC
SOURCES popmailSettings.kcfgc setup-dialog.ui popmail-factory.cc
setupDialog.cc popmail-conduit.cc
SOURCES popmailSettings.kcfgc setup-dialog.ui popmail-factory.cpp
setupDialog.cpp popmail-conduit.cpp
LINK kpilot-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -14,8 +14,8 @@ kde_module_LTLIBRARIES = conduit_popmail.la
# Which sources should be compiled for popmail_conduit
conduit_popmail_la_SOURCES = popmailSettings.kcfgc setup-dialog.ui \
popmail-factory.cc setupDialog.cc \
popmail-conduit.cc
popmail-factory.cpp setupDialog.cpp \
popmail-conduit.cpp
conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lDCOP
conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEIO)

@ -16,7 +16,7 @@ link_directories(
##### conduit_record (kpart) ####################
tde_add_kpart( conduit_record AUTOMOC
SOURCES settings.kcfgc setup_base.ui factory.cc
SOURCES settings.kcfgc setup_base.ui factory.cpp
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -8,7 +8,7 @@ service_DATA = record-conduit.desktop
kde_module_LTLIBRARIES = conduit_record.la
conduit_record_la_SOURCES = settings.kcfgc setup_base.ui factory.cc
conduit_record_la_SOURCES = settings.kcfgc setup_base.ui factory.cpp
conduit_record_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_record_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI)

@ -16,8 +16,8 @@ link_directories(
##### conduit_sysinfo (kpart) ###################
tde_add_kpart( conduit_sysinfo AUTOMOC
SOURCES sysinfoSettings.kcfgc sysinfo-factory.cc sysinfo-setup.cc
sysinfo-conduit.cc sysinfo-setup_dialog.ui
SOURCES sysinfoSettings.kcfgc sysinfo-factory.cpp sysinfo-setup.cpp
sysinfo-conduit.cpp sysinfo-setup_dialog.ui
LINK kpilot-shared tdeui-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -11,9 +11,9 @@ service_DATA = sysinfo_conduit.desktop
kde_module_LTLIBRARIES = conduit_sysinfo.la
conduit_sysinfo_la_SOURCES = sysinfoSettings.kcfgc \
sysinfo-factory.cc \
sysinfo-setup.cc \
sysinfo-conduit.cc \
sysinfo-factory.cpp \
sysinfo-setup.cpp \
sysinfo-conduit.cpp \
sysinfo-setup_dialog.ui
conduit_sysinfo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_sysinfo_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO)

@ -1,4 +1,4 @@
/* SysInfo-factory.cc KPilot
/* SysInfo-factory.cpp KPilot
**
** Copyright (C) 2003 by Reinhold Kainhofer
**

@ -1,4 +1,4 @@
/* SysInfo-setup.cc KPilot
/* SysInfo-setup.cpp KPilot
**
** Copyright (C) 2003 by Reinhold Kainhofer
**

@ -16,8 +16,8 @@ link_directories(
##### conduit_time (kpart) ######################
tde_add_kpart( conduit_time AUTOMOC
SOURCES timeConduitSettings.kcfgc time-factory.cc time-setup.cc
time-conduit.cc time-setup_dialog.ui
SOURCES timeConduitSettings.kcfgc time-factory.cpp time-setup.cpp
time-conduit.cpp time-setup_dialog.ui
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -12,9 +12,9 @@ kde_module_LTLIBRARIES = conduit_time.la
conduit_time_la_SOURCES = timeConduitSettings.kcfgc \
time-factory.cc \
time-setup.cc \
time-conduit.cc \
time-factory.cpp \
time-setup.cpp \
time-conduit.cpp \
time-setup_dialog.ui
conduit_time_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_time_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI)

@ -1,4 +1,4 @@
/* Time-factory.cc KPilot
/* Time-factory.cpp KPilot
**
** Copyright (C) 2002 by Reinhold Kainhofer
**

@ -1,4 +1,4 @@
/* Time-setup.cc KPilot
/* Time-setup.cpp KPilot
**
** Copyright (C) 2002 by Reinhold Kainhofer
**

@ -21,17 +21,17 @@ tde_import( libkcal )
tde_add_library( vcalconduit STATIC_PIC AUTOMOC
SOURCES vcalconduitSettings.kcfgc korganizerConduit.ui
kcalRecord.cc vcal-setupbase.cc vcal-conduitbase.cc
cleanupstate.cc deleteunsyncedhhstate.cc
deleteunsyncedpcstate.cc hhtopcstate.cc
initstate.cc pctohhstate.cc teststate.cc
kcalRecord.cpp vcal-setupbase.cpp vcal-conduitbase.cpp
cleanupstate.cpp deleteunsyncedhhstate.cpp
deleteunsyncedpcstate.cpp hhtopcstate.cpp
initstate.cpp pctohhstate.cpp teststate.cpp
)
##### conduit_vcal (kpart) ######################
tde_add_kpart( conduit_vcal AUTOMOC
SOURCES vcal-conduit.cc vcalRecord.cc vcal-factory.cc vcal-setup.cc
SOURCES vcal-conduit.cpp vcalRecord.cpp vcal-factory.cpp vcal-setup.cpp
LINK kpilot-shared kcal-shared tderesources-shared vcalconduit-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -40,7 +40,7 @@ tde_add_kpart( conduit_vcal AUTOMOC
##### conduit_todo (kpart) ######################
tde_add_kpart( conduit_todo AUTOMOC
SOURCES todo-conduit.cc todoRecord.cc todo-factory.cc todo-setup.cc
SOURCES todo-conduit.cpp todoRecord.cpp todo-factory.cpp todo-setup.cpp
LINK kpilot-shared kcal-shared tderesources-shared vcalconduit-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -16,21 +16,21 @@ noinst_LTLIBRARIES = libvcalconduit_shared.la
libvcalconduit_shared_la_SOURCES = vcalconduitSettings.kcfgc \
korganizerConduit.ui \
kcalRecord.cc \
vcal-setupbase.cc \
vcal-conduitbase.cc \
cleanupstate.cc deleteunsyncedhhstate.cc deleteunsyncedpcstate.cc \
hhtopcstate.cc initstate.cc pctohhstate.cc teststate.cc
conduit_vcal_la_SOURCES = vcal-conduit.cc vcalRecord.cc \
vcal-factory.cc vcal-setup.cc
kcalRecord.cpp \
vcal-setupbase.cpp \
vcal-conduitbase.cpp \
cleanupstate.cpp deleteunsyncedhhstate.cpp deleteunsyncedpcstate.cpp \
hhtopcstate.cpp initstate.cpp pctohhstate.cpp teststate.cpp
conduit_vcal_la_SOURCES = vcal-conduit.cpp vcalRecord.cpp \
vcal-factory.cpp vcal-setup.cpp
conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources
conduit_vcal_la_LIBADD = ../../lib/libkpilot.la \
libvcalconduit_shared.la
conduit_vcal_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h
conduit_todo_la_SOURCES = todo-conduit.cc todoRecord.cc \
todo-factory.cc todo-setup.cc
conduit_todo_la_SOURCES = todo-conduit.cpp todoRecord.cpp \
todo-factory.cpp todo-setup.cpp
conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources
conduit_todo_la_LIBADD = ../../lib/libkpilot.la \
libvcalconduit_shared.la

@ -1,4 +1,4 @@
/* kcalRecord.cc KPilot
/* kcalRecord.cpp KPilot
**
** Copyright (C) 2006 by Adriaan de Groot <groot@kde.org>
** Copyright (C) 2002-2003 by Reinhold Kainhofer

@ -1,4 +1,4 @@
/* vcalRecord.cc KPilot
/* vcalRecord.cpp KPilot
**
** Copyright (C) 2006 by Adriaan de Groot <groot@kde.org>
** Copyright (C) 2002-2003 by Reinhold Kainhofer

@ -1,4 +1,4 @@
/* vcal-setup.cc KPilot
/* vcal-setup.cpp KPilot
**
** Copyright (C) 2002-2003 Reinhold Kainhofer
** Copyright (C) 2001 by Dan Pilone

@ -1,4 +1,4 @@
/* vcalRecord.cc KPilot
/* vcalRecord.cpp KPilot
**
** Copyright (C) 2006 by Adriaan de Groot <groot@kde.org>
** Copyright (C) 2002-2003 by Reinhold Kainhofer

@ -18,7 +18,7 @@ link_directories(
##### configuration (static) ####################
tde_add_library( configuration STATIC_PIC AUTOMOC
SOURCES kpilotConfig.cc kpilotSettings.kcfgc
SOURCES kpilotConfig.cpp kpilotSettings.kcfgc
LINK tdecore-shared tdeui-shared tdeio-shared
)
@ -26,12 +26,12 @@ tde_add_library( configuration STATIC_PIC AUTOMOC
##### kpilot (executable) #######################
tde_add_executable( kpilot AUTOMOC
SOURCES pilotDaemonDCOP.stub kpilotDCOP.skel loggerDCOP.skel kpilot.cc
pilotComponent.cc logWidget.cc memoWidget.cc addressWidget.cc
addressEditor.cc dbviewerWidget.cc dbFlagsEditor.cc dbFlagsEditor_base.ui
dbRecordEditor.cc dbAppInfoEditor.cc datebookWidget.cc todoWidget.cc
todoEditor.cc todoEditor_base.ui fileInstaller.cc fileInstallWidget.cc
listItems.cc
SOURCES pilotDaemonDCOP.stub kpilotDCOP.skel loggerDCOP.skel kpilot.cpp
pilotComponent.cpp logWidget.cpp memoWidget.cpp addressWidget.cpp
addressEditor.cpp dbviewerWidget.cpp dbFlagsEditor.cpp dbFlagsEditor_base.ui
dbRecordEditor.cpp dbAppInfoEditor.cpp datebookWidget.cpp todoWidget.cpp
todoEditor.cpp todoEditor_base.ui fileInstaller.cpp fileInstallWidget.cpp
listItems.cpp
LINK tdecore-shared tdeui-shared tdeio-shared tdeutils-shared
kpilot-shared configuration-static
DESTINATION ${BIN_INSTALL_DIR}
@ -42,8 +42,8 @@ tde_add_executable( kpilot AUTOMOC
tde_add_executable( kpilotDaemon AUTOMOC
SOURCES pilotDaemonDCOP.skel kpilotDCOP.stub loggerDCOP.stub loggerDCOP.skel
pilotDaemon.cc logFile.cc hotSync.cc internalEditorAction.cc
fileInstaller.cc
pilotDaemon.cpp logFile.cpp hotSync.cpp internalEditorAction.cpp
fileInstaller.cpp
LINK tdecore-shared tdeui-shared tdeio-shared kpilot-shared
configuration-static
DESTINATION ${BIN_INSTALL_DIR}
@ -53,13 +53,13 @@ tde_add_executable( kpilotDaemon AUTOMOC
##### kcm_kpilot (kpart) ########################
tde_add_kpart( kcm_kpilot AUTOMOC
SOURCES pilotDaemonDCOP.stub kpilotConfigDialog.cc
SOURCES pilotDaemonDCOP.stub kpilotConfigDialog.cpp
kpilotConfigDialog_device.ui kpilotConfigDialog_sync.ui
kpilotConfigDialog_startup.ui kpilotConfigDialog_viewers.ui
kpilotConfigDialog_backup.ui conduitConfigDialog.cc kpilotProbeDialog.cc
kpilotConfigDialog_backup.ui conduitConfigDialog.cpp kpilotProbeDialog.cpp
kpilotConfigWizard_address.kcfgc kpilotConfigWizard_notes.kcfgc
kpilotConfigWizard_vcal.kcfgc kpilotConfigWizard_user.ui
kpilotConfigWizard_app.ui kpilotConfigWizard.cc dbSelectionDialog.cc
kpilotConfigWizard_app.ui kpilotConfigWizard.cpp dbSelectionDialog.cpp
dbSelection_base.ui
LINK tdecore-shared tdeui-shared tdeio-shared kpilot-shared
configuration-static

@ -96,7 +96,7 @@ kpilotConfig.tar.gz :
test -d $(CONFIG_DISTDIR) || mkdir $(CONFIG_DISTDIR)
sed -e 's/^all *:.*/all : kpilotConfig/' Makefile-standalone \
> $(CONFIG_DISTDIR)/Makefile
-cp $(CONFIG_OBJS:%.o=%.cc) $(CONFIG_OBJS:%.o=%.h) $(CONFIG_DISTDIR)
-cp $(CONFIG_OBJS:%.o=%.cpp) $(CONFIG_OBJS:%.o=%.h) $(CONFIG_DISTDIR)
-cp $(CONFIG_EXTRA) $(CONFIG_DISTDIR)
tar cvzf $@ $(CONFIG_DISTDIR)
-rm -f $(CONFIG_DISTDIR)/*
@ -106,7 +106,7 @@ kpilotTest.tar.gz :
test -d $(TEST_DISTDIR) || mkdir $(TEST_DISTDIR)
sed -e 's/^all *:.*/all : kpilotTest/' Makefile-standalone \
> $(TEST_DISTDIR)/Makefile
-cp $(TEST_OBJS:%.o=%.cc) $(TEST_OBJS:%.o=%.h) $(TEST_DISTDIR)
-cp $(TEST_OBJS:%.o=%.cpp) $(TEST_OBJS:%.o=%.h) $(TEST_DISTDIR)
-cp $(TEST_EXTRA) $(TEST_DISTDIR)
tar cvzf $@ $(TEST_DISTDIR)
-rm -f $(TEST_DISTDIR)/*
@ -116,7 +116,7 @@ kpilot.tar.gz :
test -d $(KPILOT_DISTDIR) || mkdir $(KPILOT_DISTDIR)
sed -e 's/^all *:.*/all : kpilot/' Makefile-standalone \
> $(KPILOT_DISTDIR)/Makefile
-cp $(KPILOT_OBJS:%.o=%.cc) $(KPILOT_OBJS:%.o=%.h) $(KPILOT_DISTDIR)
-cp $(KPILOT_OBJS:%.o=%.cpp) $(KPILOT_OBJS:%.o=%.h) $(KPILOT_DISTDIR)
-cp $(KPILOT_EXTRA) $(KPILOT_DISTDIR)
tar cvzf $@ $(KPILOT_DISTDIR)
-rm -f $(KPILOT_DISTDIR)/*
@ -126,13 +126,13 @@ kpilotDaemon.tar.gz :
test -d $(DAEMON_DISTDIR) || mkdir $(DAEMON_DISTDIR)
sed -e 's/^all *:.*/all : kpilotDaemon/' Makefile-standalone \
> $(DAEMON_DISTDIR)/Makefile
-cp $(DAEMON_OBJS:%.o=%.cc) $(DAEMON_OBJS:%.o=%.h) $(DAEMON_DISTDIR)
-cp $(DAEMON_OBJS:%.o=%.cpp) $(DAEMON_OBJS:%.o=%.h) $(DAEMON_DISTDIR)
-cp $(DAEMON_EXTRA) $(DAEMON_DISTDIR)
tar cvzf $@ $(DAEMON_DISTDIR)
-rm -f $(DAEMON_DISTDIR)/*
-rmdir $(DAEMON_DISTDIR)
conduitConfigDialog_base.cc : conduitConfigDialog_base.h conduitConfigDialog_base.ui
conduitConfigDialog_base.cpp : conduitConfigDialog_base.h conduitConfigDialog_base.ui
echo '#include <tdelocale.h>' > $@
$(UIC) -tr i18n -i conduitConfigDialog_base.h conduitConfigDialog_base.ui | \
sed -e "s,i18n( \"\" ),QString::null,g" >> $@
@ -141,7 +141,7 @@ conduitConfigDialog_base.cc : conduitConfigDialog_base.h conduitConfigDialog_bas
conduitConfigDialog_base.h : conduitConfigDialog_base.ui
$(UIC) -o $@ $<
kpilotConfigDialog_base.cc : kpilotConfigDialog_base.h kpilotConfigDialog_base.ui
kpilotConfigDialog_base.cpp : kpilotConfigDialog_base.h kpilotConfigDialog_base.ui
echo '#include <tdelocale.h>' > $@
$(UIC) -tr i18n -i kpilotConfigDialog_base.h kpilotConfigDialog_base.ui | \
sed -e "s,i18n( \"\" ),QString::null,g" >> $@
@ -154,13 +154,13 @@ kpilotConfigDialog_base.h : kpilotConfigDialog_base.ui
%.kidl : %.h
$(DCOPIDL) $< > $@ || ( rm -f $@ ; /bin/false )
%_stub.cc : %.kidl
%_stub.cpp : %.kidl
$(DCOPIDL2CPP) --c++-suffix cc --no-skel $<
%_skel.cc : %.kidl
%_skel.cpp : %.kidl
$(DCOPIDL2CPP) --c++-suffix cc --no-stub $<
%.o : %.cc
%.o : %.cpp
g++ -c $(CXXFLAGS) $(INCLUDES) -o $@ $<
%.moc : %.h

@ -17,24 +17,24 @@ METASOURCES = AUTO
INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/lib $(all_includes)
libconfiguration_la_SOURCES = kpilotConfig.cc kpilotSettings.kcfgc
libconfiguration_la_SOURCES = kpilotConfig.cpp kpilotSettings.kcfgc
libconfiguration_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kcm_kpilot_la_SOURCES = pilotDaemonDCOP.stub kpilotConfigDialog.cc \
kcm_kpilot_la_SOURCES = pilotDaemonDCOP.stub kpilotConfigDialog.cpp \
kpilotConfigDialog_device.ui \
kpilotConfigDialog_sync.ui \
kpilotConfigDialog_startup.ui \
kpilotConfigDialog_viewers.ui \
kpilotConfigDialog_backup.ui \
conduitConfigDialog.cc \
kpilotProbeDialog.cc \
conduitConfigDialog.cpp \
kpilotProbeDialog.cpp \
kpilotConfigWizard_address.kcfgc \
kpilotConfigWizard_notes.kcfgc \
kpilotConfigWizard_vcal.kcfgc \
kpilotConfigWizard_user.ui \
kpilotConfigWizard_app.ui \
kpilotConfigWizard.cc \
dbSelectionDialog.cc dbSelection_base.ui
kpilotConfigWizard.cpp \
dbSelectionDialog.cpp dbSelection_base.ui
kcm_kpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -module -avoid-version -no-undefined
kcm_kpilot_la_LIBADD = $(LIB_TDEFILE) $(PISOCK_LIB) \
../lib/libkpilot.la \
@ -43,29 +43,29 @@ kcm_kpilot_la_LIBADD = $(LIB_TDEFILE) $(PISOCK_LIB) \
kpilot_SOURCES = \
pilotDaemonDCOP.stub kpilotDCOP.skel loggerDCOP.skel \
kpilot.cc \
pilotComponent.cc logWidget.cc memoWidget.cc \
addressWidget.cc addressEditor.cc \
dbviewerWidget.cc dbFlagsEditor.cc dbFlagsEditor_base.ui \
dbRecordEditor.cc dbAppInfoEditor.cc \
datebookWidget.cc \
todoWidget.cc todoEditor.cc todoEditor_base.ui \
fileInstaller.cc fileInstallWidget.cc \
listItems.cc
kpilot.cpp \
pilotComponent.cpp logWidget.cpp memoWidget.cpp \
addressWidget.cpp addressEditor.cpp \
dbviewerWidget.cpp dbFlagsEditor.cpp dbFlagsEditor_base.ui \
dbRecordEditor.cpp dbAppInfoEditor.cpp \
datebookWidget.cpp \
todoWidget.cpp todoEditor.cpp todoEditor_base.ui \
fileInstaller.cpp fileInstallWidget.cpp \
listItems.cpp
kpilot_COMPILE_FIRST = kpilotSettings.h
kpilotDaemon_SOURCES = \
pilotDaemonDCOP.skel kpilotDCOP.stub loggerDCOP.stub loggerDCOP.skel \
pilotDaemon.cc logFile.cc \
hotSync.cc internalEditorAction.cc \
fileInstaller.cc
pilotDaemon.cpp logFile.cpp \
hotSync.cpp internalEditorAction.cpp \
fileInstaller.cpp
kpilotTest_SOURCES = \
logWidget.cc pilotComponent.cc \
hotSync.cc internalEditorAction.cc \
logWidget.cpp pilotComponent.cpp \
hotSync.cpp internalEditorAction.cpp \
loggerDCOP.skel \
main-test.cc
main-test.cpp
kpilot_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

@ -1,4 +1,4 @@
/* dbRecordEditor.cc KPilot
/* dbRecordEditor.cpp KPilot
**
** Copyright (C) 2003 Reinhold Kainhofer <reinhold@kainhofer.com>
**

@ -1,4 +1,4 @@
/* dbViewerWidget.cc KPilot
/* dbViewerWidget.cpp KPilot
**
** Copyright (C) 2003 by Dan Pilone.
** Copyright (C) 2003 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -521,7 +521,7 @@ void KPilotInstaller::initMenu()
connect(syncPopup, TQT_SIGNAL(activated()),
TQT_TQOBJECT(this), TQT_SLOT(slotHotSyncRequested()));
// File actions, keep this list synced with kpilotui.rc and pilotDaemon.cc
// File actions, keep this list synced with kpilotui.rc and pilotDaemon.cpp
a = new TDEAction(i18n("&HotSync"), CSL1("hotsync"), 0,
TQT_TQOBJECT(this), TQT_SLOT(slotHotSyncRequested()),
actionCollection(), "file_hotsync");
@ -972,7 +972,7 @@ void KPilotInstaller::componentUpdate()
//
if (kind)
{
return "kpilot.cc";
return "kpilot.cpp";
}
else
{

@ -102,7 +102,7 @@ public:
* but might return ConfigureAndContinue as well.
*
* This function can call functions to update from different versions
* to current; these are static in kpilotConfig.cc.
* to current; these are static in kpilotConfig.cpp.
*/
static RunMode interactiveUpdate();

@ -1,4 +1,4 @@
/* conduitConfigDialog.cc KPilot
/* conduitConfigDialog.cpp KPilot
**
** Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
**

@ -3,7 +3,7 @@
<kpartgui name="kpilot" version="5">
<MenuBar>
<Menu name="file" noMerge="1"><text>&amp;File</text>
<!-- Keep this list synchronized with pilotDaemon.cc and kpilot.cc -->
<!-- Keep this list synchronized with pilotDaemon.cpp and kpilot.cpp -->
<Action name="file_hotsync" />
<Action name="file_fullsync" />
<Action name="file_backup" />

@ -5,7 +5,7 @@
** Copyright (C) 1998-2001 by Dan Pilone
** Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold@kainhofer.com>
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -170,7 +170,7 @@ void PilotDaemonTray::setupWidget()
0);
fSyncTypeMenu->insertSeparator();
// Keep this synchronized with kpilotui.rc and kpilot.cc if at all possible.
// Keep this synchronized with kpilotui.rc and kpilot.cpp if at all possible.
MI(eHotSync);
MI(eFullSync);
MI(eBackup);

@ -5,7 +5,7 @@
** Copyright (C) 1998-2001 by Dan Pilone
** Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold@kainhofer.com>
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -19,11 +19,11 @@ tde_import( libkcal )
##### kpilot (shared) ###########################
tde_add_library( kpilot SHARED AUTOMOC
SOURCES kpilotlibSettings.kcfgc options.cc plugin.cc syncAction.cc
kpilotlink.cc kpilotdevicelink.cc kpilotlocallink.cc actions.cc
actionQueue.cc pilot.cc pilotAppInfo.cc pilotRecord.cc pilotDatabase.cc
pilotLocalDatabase.cc pilotSerialDatabase.cc pilotMemo.cc pilotAddress.cc
pilotDateEntry.cc pilotTodoEntry.cc
SOURCES kpilotlibSettings.kcfgc options.cpp plugin.cpp syncAction.cpp
kpilotlink.cpp kpilotdevicelink.cpp kpilotlocallink.cpp actions.cpp
actionQueue.cpp pilot.cpp pilotAppInfo.cpp pilotRecord.cpp pilotDatabase.cpp
pilotLocalDatabase.cpp pilotSerialDatabase.cpp pilotMemo.cpp pilotAddress.cpp
pilotDateEntry.cpp pilotTodoEntry.cpp
LINK tdeui-shared tdecore-shared tdeio-shared tdeabc-shared kcal-shared
${PILOTLINK_LIBRARIES}
VERSION 0.0.0

@ -17,16 +17,16 @@ INCLUDES = $(PISOCK_INCLUDE) -I$(top_srcdir) $(all_includes)
lib_LTLIBRARIES = libkpilot.la
libkpilot_la_SOURCES = kpilotlibSettings.kcfgc \
options.cc plugin.cc syncAction.cc \
kpilotlink.cc kpilotdevicelink.cc kpilotlocallink.cc \
actions.cc actionQueue.cc \
pilot.cc \
pilotAppInfo.cc pilotRecord.cc pilotDatabase.cc \
pilotLocalDatabase.cc pilotSerialDatabase.cc \
pilotMemo.cc \
pilotAddress.cc \
pilotDateEntry.cc \
pilotTodoEntry.cc
options.cpp plugin.cpp syncAction.cpp \
kpilotlink.cpp kpilotdevicelink.cpp kpilotlocallink.cpp \
actions.cpp actionQueue.cpp \
pilot.cpp \
pilotAppInfo.cpp pilotRecord.cpp pilotDatabase.cpp \
pilotLocalDatabase.cpp pilotSerialDatabase.cpp \
pilotMemo.cpp \
pilotAddress.cpp \
pilotDateEntry.cpp \
pilotTodoEntry.cpp
libkpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) -no-undefined $(all_libraries) $(KDE_EXTRA_RPATH) $(KDE_RPATH)
libkpilot_la_LIBADD = $(PISOCK_LIB) $(LIB_TDEUI) $(LIB_TDEABC) -lkcal $(LIB_TQT) $(LIB_TDECORE) -lDCOP $(LIB_TDEIO)
@ -50,9 +50,9 @@ kde_kcfg_DATA = kpilotlib.kcfg
check-local:
rm -f FAILED
for i in $(srcdir)/*.h ; do \
( echo "#include <kdemacros.h>" ; echo "#include \"$$i\"" ; echo "int main(int argc,char **argv){return 0;}" ) > header-test.cc; \
( echo "#include <kdemacros.h>" ; echo "#include \"$$i\"" ; echo "int main(int argc,char **argv){return 0;}" ) > header-test.cpp; \
echo "$$i" ; \
g++ $(all_includes) -I$(top_builddir) -DTQT_THREAD_SUPPORT -c header-test.cc || echo "$$i" >> FAILED; \
g++ $(all_includes) -I$(top_builddir) -DTQT_THREAD_SUPPORT -c header-test.cpp || echo "$$i" >> FAILED; \
done
test ! -e FAILED

@ -32,7 +32,7 @@
#include "kpilotlink.h"
/** @file
* Definition of the local link class; implemented in kpilotlink.cc .
* Definition of the local link class; implemented in kpilotlink.cpp .
*/

@ -1,4 +1,4 @@
/* pilot.cc KPilot
/* pilot.cpp KPilot
**
** Copyright (C) 1998-2001 by Dan Pilone
** Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,4 +1,4 @@
/* pilotAppInfo.cc KPilot
/* pilotAppInfo.cpp KPilot
**
** Copyright (C) 2005-2006 Adriaan de Groot <groot@kde.org>
**

@ -5,7 +5,7 @@
** Copyright (C) 1998-2001 by Dan Pilone
** Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold@kainhofer.com>
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/** @file pilotDateEntry.h defines a wrapper for datebook entries. */

@ -4,7 +4,7 @@
**
** Copyright (C) 1998-2001 by Dan Pilone
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -6,7 +6,7 @@
** Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold@kainhofer.com>
** Copyright (C) 2006 Adriaan de Groot <groot@kde.org>
**
** See the .cc file for an explanation of what this file is for.
** See the .cpp file for an explanation of what this file is for.
*/
/*

@ -337,7 +337,7 @@ int SyncAction::questionYesNo(const TQString & text,
0);
#else
// The following code is taken from KDialogBase.cc,
// The following code is taken from KDialogBase.cpp,
// part of the KDE 2.2 libraries. Copyright 2001
// by Waldo Bastian.
//
@ -449,7 +449,7 @@ int SyncAction::questionYesNoCancel(const TQString & text,
&checkboxReturn,
0);
#else
// The following code is taken from KDialogBase.cc,
// The following code is taken from KDialogBase.cpp,
// part of the KDE 2.2 libraries. Copyright 2001
// by Waldo Bastian.
//

1542
po/af.po

File diff suppressed because it is too large Load Diff

1542
po/ar.po

File diff suppressed because it is too large Load Diff

1542
po/az.po

File diff suppressed because it is too large Load Diff

1542
po/bg.po

File diff suppressed because it is too large Load Diff

1542
po/br.po

File diff suppressed because it is too large Load Diff

1542
po/bs.po

File diff suppressed because it is too large Load Diff

1542
po/ca.po

File diff suppressed because it is too large Load Diff

1542
po/cs.po

File diff suppressed because it is too large Load Diff

1542
po/cy.po

File diff suppressed because it is too large Load Diff

1542
po/da.po

File diff suppressed because it is too large Load Diff

1542
po/de.po

File diff suppressed because it is too large Load Diff

1542
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1542
po/es.po

File diff suppressed because it is too large Load Diff

1542
po/et.po

File diff suppressed because it is too large Load Diff

1542
po/eu.po

File diff suppressed because it is too large Load Diff

1542
po/fa.po

File diff suppressed because it is too large Load Diff

1542
po/fi.po

File diff suppressed because it is too large Load Diff

1542
po/fr.po

File diff suppressed because it is too large Load Diff

1542
po/fy.po

File diff suppressed because it is too large Load Diff

1542
po/ga.po

File diff suppressed because it is too large Load Diff

1542
po/gl.po

File diff suppressed because it is too large Load Diff

1542
po/he.po

File diff suppressed because it is too large Load Diff

1542
po/hi.po

File diff suppressed because it is too large Load Diff

1542
po/hr.po

File diff suppressed because it is too large Load Diff

1542
po/hu.po

File diff suppressed because it is too large Load Diff

1542
po/is.po

File diff suppressed because it is too large Load Diff

1542
po/it.po

File diff suppressed because it is too large Load Diff

1542
po/ja.po

File diff suppressed because it is too large Load Diff

1542
po/kk.po

File diff suppressed because it is too large Load Diff

1542
po/km.po

File diff suppressed because it is too large Load Diff

1542
po/ko.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1542
po/lt.po

File diff suppressed because it is too large Load Diff

1542
po/lv.po

File diff suppressed because it is too large Load Diff

1542
po/mk.po

File diff suppressed because it is too large Load Diff

1542
po/ms.po

File diff suppressed because it is too large Load Diff

1542
po/nb.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1542
po/nl.po

File diff suppressed because it is too large Load Diff

1542
po/nn.po

File diff suppressed because it is too large Load Diff

1542
po/pa.po

File diff suppressed because it is too large Load Diff

1542
po/pl.po

File diff suppressed because it is too large Load Diff

1542
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1542
po/ro.po

File diff suppressed because it is too large Load Diff

1542
po/ru.po

File diff suppressed because it is too large Load Diff

1542
po/rw.po

File diff suppressed because it is too large Load Diff

1542
po/se.po

File diff suppressed because it is too large Load Diff

1542
po/sk.po

File diff suppressed because it is too large Load Diff

1542
po/sl.po

File diff suppressed because it is too large Load Diff

1542
po/sr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1542
po/sv.po

File diff suppressed because it is too large Load Diff

1542
po/ta.po

File diff suppressed because it is too large Load Diff

1542
po/tg.po

File diff suppressed because it is too large Load Diff

1542
po/tr.po

File diff suppressed because it is too large Load Diff

1542
po/uk.po

File diff suppressed because it is too large Load Diff

1542
po/uz.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -29,50 +29,50 @@ link_directories(
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
tde_add_check_executable( testconstants
SOURCES testconstants.cc
SOURCES testconstants.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testcategories
SOURCES testcategories.cc
SOURCES testcategories.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testaddresses
SOURCES testaddress.cc
SOURCES testaddress.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testdatebook
SOURCES testdatebook.cc
SOURCES testdatebook.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( importaddresses
SOURCES importaddresses.cc
SOURCES importaddresses.cpp
LINK kpilot-shared tdeabc-shared tdeabc_file-shared ${TQT_LIBRARIES}
)
add_test(importaddresses ${EXECUTABLE_OUTPUT_PATH}/importaddresses --data-dir "${CMAKE_CURRENT_BINARY_DIR}" --address-file "${CMAKE_CURRENT_SOURCE_DIR}/data/AddressDB.pdb")
if (HAVE_CALENDARLOCAL_H)
tde_add_check_executable( importdatebook
SOURCES importdatebook.cc
SOURCES importdatebook.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( exportdatebook
SOURCES exportdatebook.cc
SOURCES exportdatebook.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( mergecalendars
SOURCES mergecalendars.cc
SOURCES mergecalendars.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)

@ -41,8 +41,8 @@
#include "pilot.h"
#include "pilotDateEntry.h"
#include "pilotLocalDatabase.h"
#include "../conduits/vcalconduit/kcalRecord.cc"
#include "../conduits/vcalconduit/vcalRecord.cc"
#include "../conduits/vcalconduit/kcalRecord.cpp"
#include "../conduits/vcalconduit/vcalRecord.cpp"
static const TDECmdLineOptions options[] =
{

@ -41,7 +41,7 @@
#include "pilotLocalDatabase.h"
#include "pilotAddress.h"
#include "../conduits/abbrowserconduit/tdeabcRecord.h"
#include "../conduits/abbrowserconduit/tdeabcRecord.cc"
#include "../conduits/abbrowserconduit/tdeabcRecord.cpp"
static const TDECmdLineOptions options[] =
{

@ -40,8 +40,8 @@
#include "pilot.h"
#include "pilotDateEntry.h"
#include "pilotLocalDatabase.h"
#include "../conduits/vcalconduit/kcalRecord.cc"
#include "../conduits/vcalconduit/vcalRecord.cc"
#include "../conduits/vcalconduit/kcalRecord.cpp"
#include "../conduits/vcalconduit/vcalRecord.cpp"
static const TDECmdLineOptions options[] =
{
Loading…
Cancel
Save