Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Debian package now nearly finished | Fritz Elfert | 2002-07-16 | 1 | -0/+2 |
| | | | | - Applied patches from Chris Halls <chris.halls@gmx.de> | ||||
* | - Ongoing dpkg development | Fritz Elfert | 2002-07-15 | 1 | -0/+2 |
| | |||||
* | - Added kioslave documentation. | Fritz Elfert | 2002-07-14 | 1 | -0/+3 |
| | |||||
* | - Added manpages for new programs | Fritz Elfert | 2002-07-11 | 1 | -0/+3 |
| | | | | - Auto-generate ChangeLog in dist target | ||||
* | - KDE2<-->KDE3 issues | Fritz Elfert | 2002-07-11 | 1 | -3/+3 |
| | |||||
* | - SuSE 8 - related changes | Fritz Elfert | 2002-07-10 | 1 | -1/+13 |
| | | | | | - RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs. | ||||
* | Add newt test | Daniel Brahneborg | 2002-04-13 | 1 | -0/+20 |
| | |||||
* | Added a small man file for sisinstall. | Daniel Brahneborg | 2002-04-02 | 1 | -0/+1 |
| | |||||
* | - ncpd now works with both Series 3 and Series 5 | Fritz Elfert | 2002-03-16 | 1 | -32/+52 |
| | | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE... | ||||
* | Adaptions to SuSE's autoconf. | Fritz Elfert | 2002-03-12 | 1 | -13/+16 |
| | |||||
* | Swedish translation. | Daniel Brahneborg | 2002-03-09 | 1 | -1/+1 |
| | |||||
* | Added generation of PostScript prolog and supplemental dir for plpprintd | Fritz Elfert | 2002-03-04 | 1 | -0/+3 |
| | |||||
* | - Added SIS stuff by Daniel Brahneborg | Fritz Elfert | 2002-02-28 | 1 | -3/+5 |
| | | | | - Change readline detection again | ||||
* | - plpbackup: more error handling; translation | Fritz Elfert | 2002-02-15 | 1 | -38/+9 |
| | | | | | - Added plpprint stuff (yet not useful) - ccmalloc upgrade | ||||
* | - Bumped up version. | Fritz Elfert | 2001-05-26 | 1 | -1/+1 |
| | | | | | - Added klipsi subpackage to rpm specfile - Added capability to copy images in klipsi (currently Psion -> PC only). | ||||
* | Added new KDE app "klipsi" featuring remote a Clipboard like CopyAnywhere. | Fritz Elfert | 2001-05-24 | 1 | -0/+1 |
| | |||||
* | Added substitutions in rpm specfile. | Fritz Elfert | 2001-05-23 | 1 | -0/+1 |
| | | | | Fixed initscript again. | ||||
* | More prefix tweaks for KDE | Fritz Elfert | 2001-05-22 | 1 | -3/+12 |
| | | | | Better rc file. | ||||
* | Bumped up Version | Fritz Elfert | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | Added --with-kdedir | Fritz Elfert | 2001-05-21 | 1 | -0/+12 |
| | |||||
* | Added german doc for kpsion | Fritz Elfert | 2001-05-17 | 1 | -0/+1 |
| | | | | Added some files in maintainer-clean target | ||||
* | Fixed debian compile bug. | Fritz Elfert | 2001-03-29 | 1 | -1/+4 |
| | | | | Fixed link when libplp is not yet installed. | ||||
* | Started kpsion doc | Fritz Elfert | 2001-03-25 | 1 | -0/+2 |
| | |||||
* | NLS fixes, kpsion config | Fritz Elfert | 2001-03-24 | 1 | -0/+2 |
| | |||||
* | Added more tooltips and NLS stuff. | Fritz Elfert | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Modified icons. | Fritz Elfert | 2001-03-01 | 1 | -0/+46 |
| | | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers. | ||||
* | - Added KDE2 PropsDialog Plugin (incomplete) | Fritz Elfert | 2001-02-06 | 1 | -0/+5 |
| | | | | | | | | | | | | - 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. | ||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | - 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. | ||||
* | Reworked configuration: | Fritz Elfert | 2001-01-31 | 1 | -6/+32 |
| | | | | | - Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff | ||||
* | - Applied patches from peter.riocreux@cs.man.ac.uk. | Fritz Elfert | 2001-01-20 | 1 | -14/+26 |
| | | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs. | ||||
* | Added check for return type of signal. | Fritz Elfert | 2001-01-14 | 1 | -0/+3 |
| | |||||
* | Misc. Makefile changes. | Fritz Elfert | 2000-11-11 | 1 | -1/+2 |
| | | | | Bumped up version. | ||||
* | Added checks for broken libreadline-4 on RH7 (needs libcurses instead of | Fritz Elfert | 2000-11-11 | 1 | -12/+31 |
| | | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype | ||||
* | Misc. small fixes. | Fritz Elfert | 2000-10-09 | 1 | -4/+18 |
| | |||||
* | Added man pages by John Lines (john+plpman@paladin.demon.co.uk). | Fritz Elfert | 2000-08-10 | 1 | -0/+9 |
| | | | | Started support for procfs-like extension in plpnfsd. | ||||
* | Added a wrapper for enums and changed all return-code related stuff | Fritz Elfert | 2000-08-02 | 1 | -0/+2 |
| | | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation. | ||||
* | Get rid of second configuration header defs.h[.in]. | Fritz Elfert | 2000-08-02 | 1 | -19/+26 |
| | | | | Configuration now is in config.h and this is included as the very first header. | ||||
* | Removed more intermediate files from CVS. Those can be rebuilt by | Fritz Elfert | 2000-07-31 | 1 | -3/+12 |
| | | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool). | ||||
* | Applied mjg-0.6 patch. | Fritz Elfert | 2000-07-31 | 1 | -1/+12 |
| | | | | | Started adding kdoc compliant documentation comments. Added PsiTime | ||||
* | Maintenance release 0.6 | Fritz Elfert | 2000-01-17 | 1 | -1/+1 |
| | | | | Several fixes in plpnfsd: NFS-mounted device has not been writable. | ||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 1 | -1/+23 |
| | |||||
* | Bumped version to 0.4 | Fritz Elfert | 2000-01-12 | 1 | -1/+1 |
| | |||||
* | Renamed package | Fritz Elfert | 1999-07-05 | 1 | -2/+1 |
| | |||||
* | Bumped up version. | Fritz Elfert | 1999-07-05 | 1 | -1/+2 |
| | | | | Delay during reconnect, to reduce load. | ||||
* | Bumped up version to 0.2 | Fritz Elfert | 1999-07-04 | 1 | -1/+1 |
| | |||||
* | Added subdir etc | Fritz Elfert | 1999-07-04 | 1 | -0/+1 |
| | |||||
* | Added shared lib | Fritz Elfert | 1999-07-01 | 1 | -0/+1 |
| | |||||
* | renamed subdir nfsd to plpnfsd | Fritz Elfert | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | Package-growing | Fritz Elfert | 1999-06-29 | 1 | -0/+96 |