aboutsummaryrefslogtreecommitdiffstats
path: root/lib/psitime.h
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-7/+8
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-141-2/+2
|
* - Added comparison operators in PsiTimeFritz Elfert2002-07-071-0/+7
| | | | - Fixed a typo
* - made kpsion SIBO-awareFritz Elfert2002-03-181-1/+16
| | | | | | | | - 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
* - Fixed psitime again. Waaahh, these guys at symbian change filetimes whenFritz Elfert2002-02-151-1/+1
| | | | switching DST/Non-DST.
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-211-1/+1
| | | | - Some NLS-Related fixes
* Fixed debian compile bug.Fritz Elfert2001-03-291-1/+11
| | | | Fixed link when libplp is not yet installed.
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-051-9/+10
| | | | More work on restore in kpsion.
* Modified icons.Fritz Elfert2001-03-011-239/+274
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* More doc changes.Fritz Elfert2001-02-041-1/+1
|
* Added some KDOC API documentation.Fritz Elfert2001-02-021-0/+24
|
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-021-0/+26
|
* More cleanup:Fritz Elfert2001-02-011-0/+10
| | | | | | | | | | | | | | | - 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.
* General cleanup:Fritz Elfert2000-08-071-7/+61
| | | | | | | | | | | - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-0/+198
Started adding kdoc compliant documentation comments. Added PsiTime