aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/plugins/plpprops.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the KDE code. It was nice, but it's nicer just to treat theReuben Thomas2007-11-201-180/+0
| | | | | Psion as a file system, and use plpftp to do out-of-band things. Also, with KDE 4 this code will surely stop working.
* Update header nameReuben Thomas2006-02-161-1/+1
|
* Enable --enable-kde in Makefile.cvs again.Reuben Thomas2005-05-161-1/+1
| | | | | | | | | | qlist.h --> qptrlist.h Remove #include <qobjcoll.h> from sample Qt program in KDE_PRINT_QT_PROGRAM.m4 Fix configure.in.in not to call PLP_CHECK_COMPILERS, which isn't needed any more (and didn't work).
* Fixed backup rename on success.Fritz Elfert2001-03-281-11/+0
|
* Modified icons.Fritz Elfert2001-03-011-109/+154
| | | | | | 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-0/+2
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-0/+144
- 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.