aboutsummaryrefslogtreecommitdiffstats
path: root/kde2
Commit message (Collapse)AuthorAgeFilesLines
* NLS fixes, kpsion configFritz Elfert2001-03-2410-34/+269
|
* Move existing backups, when changing backup folder.Fritz Elfert2001-03-134-48/+88
|
* Moved defaults to central location in KPsionConfigFritz Elfert2001-03-137-735/+674
|
* Put some classes in separate files.Fritz Elfert2001-03-1215-1091/+1888
| | | | | Started setup dialog Use a QMap for Optionnames in config file. (prevents typos).
* KPsion: added format stuff.Fritz Elfert2001-03-066-286/+599
|
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-059-482/+2071
| | | | More work on restore in kpsion.
* - Added KDE stuff to RPM specfileFritz Elfert2001-03-024-7/+9
| | | | | - Added am_edit to dis-hook - Added some missing EXTRA_DISTs in KDE subdirs
* Added more tooltips and NLS stuff.Fritz Elfert2001-03-026-78/+667
|
* Ignore intermediate stuffFritz Elfert2001-03-015-1/+16
|
* Modified icons.Fritz Elfert2001-03-0154-1351/+5426
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Fixed bug in rfsv32, introduced by recent change to C++ strings:Fritz Elfert2001-02-078-74/+225
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* Added some more types.Fritz Elfert2001-02-061-0/+5
|
* Added some .cvsignore'sFritz Elfert2001-02-062-0/+4
|
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-0618-38/+1087
| | | | | | | | | | | | - Fixed some KDE related autoconf stuff - Added PlpDrive class for returning results from rfsv:devinfo - Added auto-watch in ppsocket and finally got rid of the nasty SIGPIPE bug. Now it's no more necessary to ignore SIGPIPE in applications. - Made constructors of rfsv16, rfsv32, rpcs16 and rpcs32 private to enforce use of the factories. - Removed error output in the factories and replaced that by error codes which can be retrieved and evaluated by an application.
* Modified icon namesFritz Elfert2001-02-0410-9/+16
|
* Renamed icons to fit KDE's am_editFritz Elfert2001-02-0417-0/+0
|
* Added mimetype desktop files and icons.Fritz Elfert2001-02-0429-0/+84
|
* Cleaned up ppsocket.Fritz Elfert2001-02-042-15/+18
| | | | More 64bit-related stuff.
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-022-0/+24
|
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-022-61/+159
| | | | | | | Fixed bug in plpftp's filename-completion, which was introduced yesterday. Added a class PlpUID for dealing with application-UIDs Added UID->mimetype mapping in kioslave.
* More cleanup:Fritz Elfert2001-02-012-16/+14
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Added a KDE2 kioslave and a simple commandline backup-toolFritz Elfert2001-01-318-0/+918
(no restore yet ;-)