aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave
Commit message (Collapse)AuthorAgeFilesLines
* - Debian package now nearly finishedFritz Elfert2002-07-161-5/+5
| | | | - Applied patches from Chris Halls <chris.halls@gmx.de>
* - gcc3 related fixes for KDE stuffFritz Elfert2002-07-141-2/+2
|
* - Fixed warningsFritz Elfert2002-07-141-5/+4
|
* - SuSE 8 - related changesFritz Elfert2002-07-101-1/+1
| | | | | - RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs.
* - Adaptions to QT3Fritz Elfert2002-07-071-0/+1
|
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-32/+57
| | | | | | | | - Updated spec file (not complete) - Updated KDE translations - kioslave and property-dialog now translate correctly - ppsocket: Added a patch for FreeBSD - plpftp: Some experimental code for testing
* - Added missing icons.Fritz Elfert2002-02-141-1/+1
| | | | - Some messages corrected.
* Corrected some typosFritz Elfert2001-06-111-0/+1
|
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-211-0/+2
| | | | | - KPsion now deletes a machine really if delete is clicked in setup dialog. - Some NLS-Related fixes
* Implemented slave_status (to correctly return idle slaves to pool).Fritz Elfert2001-05-212-6/+32
| | | | Fixed some NLS probs.
* Fixed debian compile bug.Fritz Elfert2001-03-291-1/+1
| | | | Fixed link when libplp is not yet installed.
* Fixed backup rename on success.Fritz Elfert2001-03-281-39/+42
|
* plpprops: Changes for recent fixes in KDE-LibsFritz Elfert2001-03-272-12/+22
| | | | KPsion: Autobackup now handled correctly
* Implemented auto-backupFritz Elfert2001-03-251-41/+4
|
* NLS fixes, kpsion configFritz Elfert2001-03-241-0/+3
|
* Modified icons.Fritz Elfert2001-03-013-934/+1087
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Fixed bug in rfsv32, introduced by recent change to C++ strings:Fritz Elfert2001-02-073-53/+195
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-063-36/+88
| | | | | | | | | | | | - 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-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-316-0/+904
(no restore yet ;-)