aboutsummaryrefslogtreecommitdiffstats
path: root/kde2
Commit message (Collapse)AuthorAgeFilesLines
* 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 ;-)