aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kpsion/kpsionbackuplistview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the KDE code. It was nice, but it's nicer just to treat theReuben Thomas2007-11-201-519/+0
| | | | | Psion as a file system, and use plpftp to do out-of-band things. Also, with KDE 4 this code will surely stop working.
* Fix linking of kpsion.Reuben Thomas2005-08-281-1/+1
| | | | | | | | Fix English in several places. Add USB serial ports to list of ports. Use new names of various KDE headers.
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-111-1/+5
| | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x
* - gcc3 related fixes for KDE stuffFritz Elfert2002-07-141-1/+1
|
* - Adaptions to KDE3 and QT3Fritz Elfert2002-07-071-19/+66
|
* Bugfix: Files with spaces in name weren't restored.Fritz Elfert2001-07-101-1/+2
|
* plpprops: Changes for recent fixes in KDE-LibsFritz Elfert2001-03-271-25/+0
| | | | KPsion: Autobackup now handled correctly
* Implemented auto-backupFritz Elfert2001-03-251-0/+25
|
* Put some classes in separate files.Fritz Elfert2001-03-121-0/+467
Started setup dialog Use a QMap for Optionnames in config file. (prevents typos).