aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave/kio_plp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Corrected some typosFritz Elfert2001-06-111-0/+1
|
* Implemented slave_status (to correctly return idle slaves to pool).Fritz Elfert2001-05-211-6/+31
| | | | Fixed some NLS probs.
* Fixed backup rename on success.Fritz Elfert2001-03-281-39/+42
|
* plpprops: Changes for recent fixes in KDE-LibsFritz Elfert2001-03-271-10/+19
| | | | KPsion: Autobackup now handled correctly
* Implemented auto-backupFritz Elfert2001-03-251-41/+4
|
* Modified icons.Fritz Elfert2001-03-011-870/+1011
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Fixed bug in rfsv32, introduced by recent change to C++ strings:Fritz Elfert2001-02-071-51/+191
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-21/+80
| | | | | | | | | | | | - 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.
* Cleaned up ppsocket.Fritz Elfert2001-02-041-15/+15
| | | | More 64bit-related stuff.
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-021-0/+21
|
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-021-25/+118
| | | | | | | 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-011-15/+13
| | | | | | | | | | | | | | | - 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-311-0/+781
(no restore yet ;-)