aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added substitutions in rpm specfile.Fritz Elfert2001-05-233-6/+17
| | | | Fixed initscript again.
* Fixed iowatchFritz Elfert2001-05-232-25/+28
| | | | More clipboard work (Works now in direction Psion -> PC ;-)
* More prefix tweaks for KDEFritz Elfert2001-05-223-18/+50
| | | | Better rc file.
* Fixed Bug #425748Fritz Elfert2001-05-221-0/+2
|
* - Added support for extended sequence numbers (incoming only)Fritz Elfert2001-05-229-779/+885
| | | | | | | | - Changed the behavior on initial connect to support the Clipboard-Server and to meet the doc in http://www.thouky.co.uk/software/psifs/plp.html: All services except SYS$RFSV now perform registration and connect is done when the Psion returned RegisterAck. Then the connect can use the service name as presented by the Psion's RegisterAck.
* More work on remote clipboard.Fritz Elfert2001-05-225-23/+72
|
* Auto-UpdateFritz Elfert2001-05-211-12/+12
|
* Bumped up VersionFritz Elfert2001-05-211-1/+1
|
* Started print and clip support (no functionality yet).Fritz Elfert2001-05-215-2/+564
| | | | - Moved include/intl.h to lib/plpintl.h
* fixed some includes.Fritz Elfert2001-05-211-6/+6
|
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-2112-27/+22
| | | | - Some NLS-Related fixes
* Added --with-kdedirFritz Elfert2001-05-215-30/+60
|
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-2110-28/+94
| | | | | - KPsion now deletes a machine really if delete is clicked in setup dialog. - Some NLS-Related fixes
* Implemented slave_status (to correctly return idle slaves to pool).Fritz Elfert2001-05-212-6/+32
| | | | Fixed some NLS probs.
* Added doc of internal backup format.Fritz Elfert2001-05-212-2/+272
|
* Fixed NLS not working with newer glibc.Fritz Elfert2001-05-211-8/+9
|
* Added changes for release of 0.8Fritz Elfert2001-05-171-2/+9
|
* Added german doc for kpsionFritz Elfert2001-05-173-23/+24
| | | | Added some files in maintainer-clean target
* added .cvsignoreFritz Elfert2001-05-171-0/+4
|
* Added german doc.Fritz Elfert2001-05-1715-1/+590
|
* Added some missing headers.Fritz Elfert2001-05-172-1/+18
| | | | Added removal of entries in kpsionrc when a machine gets deleted.
* Fixed a tooltipFritz Elfert2001-04-102-3/+247
| | | | More documentation.
* Applied Fix from Markus Stipp <corwin@zhadum.de>Fritz Elfert2001-04-091-1/+1
|
* Added some translations.Fritz Elfert2001-04-092-154/+181
|
* Starting doc.Fritz Elfert2001-04-0913-2/+106
|
* Added/Changed misc. icons.Fritz Elfert2001-04-098-0/+0
|
* Modified icon loading for drives.Fritz Elfert2001-04-091-2/+3
|
* Implemented ncpd autostart and removing of old backup generations.Fritz Elfert2001-04-085-10/+162
|
* Handle client connections which are closed immediately after connect coorectly.Fritz Elfert2001-04-081-37/+46
|
* Fixed debian compile bug.Fritz Elfert2001-03-296-5/+21
| | | | Fixed link when libplp is not yet installed.
* Fixed a message, Fixed backup rename once again.Fritz Elfert2001-03-283-9/+9
|
* Changed dialog title.Fritz Elfert2001-03-281-1/+1
|
* Fixed backup rename on success.Fritz Elfert2001-03-287-302/+586
|
* plpprops: Changes for recent fixes in KDE-LibsFritz Elfert2001-03-2710-93/+131
| | | | KPsion: Autobackup now handled correctly
* I18n of libplppropsFritz Elfert2001-03-251-0/+479
|
* auto-generate version and date in kpsion docFritz Elfert2001-03-254-1/+11
|
* Started kpsion docFritz Elfert2001-03-259-11/+284
|
* Implemented auto-backupFritz Elfert2001-03-258-67/+143
|
* NLS fixes, kpsion configFritz Elfert2001-03-2420-67/+335
|
* Fixed nls depenciesFritz Elfert2001-03-241-3/+6
|
* Move existing backups, when changing backup folder.Fritz Elfert2001-03-134-48/+88
|
* Moved defaults to central location in KPsionConfigFritz Elfert2001-03-137-735/+674
|
* Put some classes in separate files.Fritz Elfert2001-03-1215-1091/+1888
| | | | | Started setup dialog Use a QMap for Optionnames in config file. (prevents typos).
* KPsion: added format stuff.Fritz Elfert2001-03-0611-427/+737
|
* - Unified drive parameter of some methods:Fritz Elfert2001-03-067-39/+69
| | | | | | rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take the drive-letter as a single const char. - Documented formatOPen() and formatRead().
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-0515-520/+2137
| | | | More work on restore in kpsion.
* - Added KDE stuff to RPM specfileFritz Elfert2001-03-028-11/+46
| | | | | - Added am_edit to dis-hook - Added some missing EXTRA_DISTs in KDE subdirs
* Removed intermediate file.Fritz Elfert2001-03-021-927/+0
|
* Added more tooltips and NLS stuff.Fritz Elfert2001-03-029-96/+708
|
* Fixed a nasty bug in fread() which reads garbage when called with a lengthFritz Elfert2001-03-021-1/+1
| | | | | parameter > RFSV_SENDLEN. Exploited by plpnfsd which is currently the only app doing large reads. Thanks to rrt1001@cam.ac.uk for his bug-report.