aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/plugins/plppropsFactory.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-1/+1
|
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-30/+14
| | | | | | | | - 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
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-211-7/+5
| | | | | - KPsion now deletes a machine really if delete is clicked in setup dialog. - Some NLS-Related fixes
* NLS fixes, kpsion configFritz Elfert2001-03-241-0/+10
|
* Added more tooltips and NLS stuff.Fritz Elfert2001-03-021-1/+2
|
* Modified icons.Fritz Elfert2001-03-011-2/+12
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-0/+37
- 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.