aboutsummaryrefslogtreecommitdiffstats
path: root/lib/psitime.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus correction of times, which may correct time stamp changesReuben Thomas2007-12-071-2/+0
| | | | | between DST/non-DST, but at the unacceptable cost of buggering up the actual clock!
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-2/+5
|
* - Bugfix for Bug #588859: Change Method in psitime.cc to mach header.Fritz Elfert2002-08-051-1/+1
|
* - Added comparison operators in PsiTimeFritz Elfert2002-07-071-0/+22
| | | | - Fixed a typo
* - made kpsion SIBO-awareFritz Elfert2002-03-181-1/+19
| | | | | | | | - 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-3/+10
| | | | switching DST/Non-DST.
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-051-7/+7
| | | | More work on restore in kpsion.
* Modified icons.Fritz Elfert2001-03-011-132/+159
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-021-2/+43
|
* More cleanup:Fritz Elfert2001-02-011-0/+17
| | | | | | | | | | | | | | | - 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-4/+68
| | | | | | | | | | | - 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/+117
Started adding kdoc compliant documentation comments. Added PsiTime