aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plpdirent.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-1/+1
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-141-0/+2
|
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-051-7/+21
| | | | More work on restore in kpsion.
* Modified icons.Fritz Elfert2001-03-011-84/+113
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-0/+138
| | | | | | | | | | | | - 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.
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-021-3/+22
| | | | | | | 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.
* Added in missing plpdirent.ccFritz Elfert2001-02-011-0/+66
Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.