aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs32.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix time setting where the Psion is not on GMT/UTC.Reuben Thomas2007-01-051-8/+8
|
* Implement setTime methodReuben Thomas2006-05-161-0/+29
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-8/+6
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-0/+2
|
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-17/+55
| | | | | | | | - 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-3/+2
| | | | | - Adapted plpftp and plpprops to new machineinfo - Translations.
* - made kpsion SIBO-awareFritz Elfert2002-03-181-45/+10
| | | | | | | | - Added SIBO-related stuff in PsiTime - Added new class PsiProcess, renamed rpcs:queryDrive to queryPrograms and changed it accordingly - Adapted kspion, plpbackup, plpnfsd and plpftp to use queryPrograms - Several cleanups in rfsv16
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-4/+24
| | | | | | | | | - 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...
* Modified icons.Fritz Elfert2001-03-011-172/+175
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-021-0/+2
|
* More cleanup:Fritz Elfert2001-02-011-1/+0
| | | | | | | | | | | | | | | - 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.
* Added a hack for Jotter on S5mx and some experimental stuff.Fritz Elfert2000-10-091-2/+19
|
* Bugfix: QUERY_DRIVE returns status as last byte, not first.Fritz Elfert2000-08-271-5/+5
|
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-26/+26
| | | | | | 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 Elfert2000-08-021-1/+4
| | | | Configuration now is in config.h and this is included as the very first header.
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-16/+109
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-0/+114