aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kpsion/setupdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the KDE code. It was nice, but it's nicer just to treat theReuben Thomas2007-11-201-615/+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-3/+3
| | | | | | | | Fix English in several places. Add USB serial ports to list of ports. Use new names of various KDE headers.
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-211-12/+51
| | | | | - KPsion now deletes a machine really if delete is clicked in setup dialog. - Some NLS-Related fixes
* Added some missing headers.Fritz Elfert2001-05-171-0/+16
| | | | Added removal of entries in kpsionrc when a machine gets deleted.
* Fixed a tooltipFritz Elfert2001-04-101-1/+1
| | | | More documentation.
* Fixed backup rename on success.Fritz Elfert2001-03-281-1/+1
|
* Implemented auto-backupFritz Elfert2001-03-251-0/+15
|
* NLS fixes, kpsion configFritz Elfert2001-03-241-32/+225
|
* Move existing backups, when changing backup folder.Fritz Elfert2001-03-131-1/+32
|
* Moved defaults to central location in KPsionConfigFritz Elfert2001-03-131-71/+44
|
* Put some classes in separate files.Fritz Elfert2001-03-121-48/+334
| | | | | Started setup dialog Use a QMap for Optionnames in config file. (prevents typos).
* Modified icons.Fritz Elfert2001-03-011-0/+62
Started NLS support. Added kpsion KDE2 application. Unified file-headers.