aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/plugins
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-052-8/+8
|
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-4/+3
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Debian package now nearly finishedFritz Elfert2002-07-161-6/+5
| | | | - Applied patches from Chris Halls <chris.halls@gmx.de>
* - gcc3 related fixes for KDE stuffFritz Elfert2002-07-141-0/+2
|
* - Bugfix: KDE properties plugin did not work with a remote ncpd.Fritz Elfert2002-07-121-10/+15
|
* - 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-202-57/+80
| | | | | | | | - 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
* - Corrected entries in machineinfoFritz Elfert2002-03-181-12/+23
| | | | | - Adapted plpftp and plpprops to new machineinfo - Translations.
* Eliminate some warnings.Fritz Elfert2002-03-121-22/+22
|
* - Added missing icons.Fritz Elfert2002-02-141-1/+1
| | | | - Some messages corrected.
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-212-7/+7
| | | | | - KPsion now deletes a machine really if delete is clicked in setup dialog. - Some NLS-Related fixes
* 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-282-24/+7
|
* plpprops: Changes for recent fixes in KDE-LibsFritz Elfert2001-03-271-0/+2
| | | | KPsion: Autobackup now handled correctly
* NLS fixes, kpsion configFritz Elfert2001-03-241-0/+10
|
* - Added KDE stuff to RPM specfileFritz Elfert2001-03-021-1/+1
| | | | | - Added am_edit to dis-hook - Added some missing EXTRA_DISTs in KDE subdirs
* Added more tooltips and NLS stuff.Fritz Elfert2001-03-023-50/+120
|
* Modified icons.Fritz Elfert2001-03-014-415/+1003
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Fixed bug in rfsv32, introduced by recent change to C++ strings:Fritz Elfert2001-02-072-19/+21
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* Added some more types.Fritz Elfert2001-02-061-0/+5
|
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-0611-0/+962
- 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.