Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-02-22 | Medium Mount: libopie->libopie2 | drw | 3 | -12/+10 |
2004-02-22 | DocTab: libopie->libopie2 | drw | 3 | -9/+9 |
2004-02-22 | Backup: libopie->libopie2 | drw | 2 | -2/+2 |
2004-02-22 | SSH Keys: libopie->libopie2 | drw | 4 | -237/+237 |
2004-02-22 | VMemo Settings: libopie->libopie2 | drw | 3 | -4/+3 |
2004-02-22 | check if there is a listview item at all. | zecke | 1 | -3/+12 |
c cast -> static_cast | ||||
2004-02-22 | AQPkg: libopie->libopie2 | drw | 7 | -178/+178 |
2004-02-22 | Checkbook: libopie->libopie2 | drw | 5 | -517/+517 |
2004-02-21 | Default to showMaximized on 240x320 and 320x240 displays | zecke | 1 | -4/+2 |
2004-02-21 | Randomly jumping in the vtable is fun :) | zecke | 1 | -10/+10 |
use libopie2 odevice | ||||
2004-02-21 | SysInfo: libopie->libopie2 | drw | 5 | -6/+6 |
2004-02-21 | Package Manager: libopie->libopie2 | drw | 8 | -14/+7 |
2004-02-21 | Unbreak fastloading. So the API Documentation is a lie.. | zecke | 1 | -8/+7 |
showMainWidget may not setMainWidget because this would break Fastloading.. | ||||
2004-02-21 | on removable medias take a look into .opiestorage.cf and read the list | alwin | 1 | -6/+15 |
of subdirs of the media where to search for documents. If this value isn't set, it will reduce search to FS+"/Documents" so not the whole media is searched. ToDo: Work on mediummount so users can set this values. | ||||
2004-02-21 | Update package dependancies to libopie2/libqtaux2 | drw | 1 | -1/+1 |
2004-02-21 | Appearance: libopie->libopie2/libqtaux | drw | 5 | -45/+48 |
2004-02-21 | Moved class defines in qcolordialog.cpp to header so that apps can properly ↵ | drw | 2 | -589/+563 |
link to libqtaux | ||||
2004-02-21 | on removable medias take a look into .opiestorage.cf and read the list | alwin | 1 | -6/+35 |
of subdirs of the media where to search for documents. If this value isn't set, it will reduce search to FS+"/Documents" so not the whole media is searched. ToDo: Work on mediummount that users can set this values. Implement same stuff in global.cpp of libqpe. | ||||
2004-02-21 | improve support for BigScreen | ar | 4 | -677/+738 |
2004-02-21 | improve support for BigScreen | ar | 7 | -1193/+1363 |
2004-02-21 | improve support for BigScreen | ar | 12 | -2006/+2197 |
2004-02-21 | improve support for BigScreen | ar | 15 | -723/+1100 |
2004-02-21 | qcop-msg related stuff don't use tmpDirPath 'cause it isn't that good IMHO | alwin | 2 | -3/+3 |
first: content of $TEMP can change due login - so it may run into problems when searching for qcop-msg-* files second: TEMP will set by user. The user can set it to a wrong value so cop would fail. But we can mostly guarantee that /tmp will exists. | ||||
2004-02-21 | docs | alwin | 1 | -0/+10 |
2004-02-21 | Fix up syncing mode | zecke | 3 | -11/+30 |
InetlliSync,Opie1.0,QtopiaNEW | ||||
2004-02-21 | Yeah baby yeah remove IntelliSync support | zecke | 3 | -84/+66 |
and add it to the SyncMode... as it should have been done Keep compatible with the old ored meaning... Now we can have IntelliSync plain text transfer, ask for pw less on connect Opie 1.0 plain text transfer, need pw and allow for syncing Qtopia 1.7 base64 transter , need pw and allow for syncing | ||||
2004-02-21 | the usual cosmetics | mickeyl | 24 | -650/+851 |
2004-02-21 | Install OWait as well. | zecke | 3 | -2/+174 |
If the API is considered too bad ( I remember the talk about OWait wait; on the stack ) we will have to sort it out | ||||
2004-02-21 | Move to LibOpie2 | zecke | 11 | -43/+45 |
remove launcher global and use OGlobal | ||||
2004-02-21 | some global helper functions implemented | alwin | 2 | -46/+153 |
2004-02-20 | Implement encodeBase64 and decodeBase64 LGPLed by KDE project | zecke | 1 | -0/+262 |
Use my version of generateUuid() ( LGPL ) return two variables.. hardly licensable Rest will do alwin and tille! clean room | ||||
2004-02-20 | Fix the messed up header :) | zecke | 1 | -26/+44 |
Mess up the header ( #define private protected for Global. Yeah ugly ) Add default parameter to encodeBase64 to obey RFC Handle DateFormat better | ||||
2004-02-20 | includes changed | alwin | 1 | -22/+22 |
2004-02-20 | some more global functions for ODP | zecke | 1 | -2/+75 |
Alwin will do a clean room implementation on most of the content | ||||
2004-02-20 | removed usage of libopie - only the stuff from opie2 | alwin | 2 | -7/+8 |
2004-02-20 | uses xmltree.h from libopiecore2 instead libopie | alwin | 1 | -1/+1 |
2004-02-20 | added xmltree from libopie to libopiecore2 | alwin | 1 | -2/+4 |
2004-02-20 | syntax-error | alwin | 1 | -2/+2 |
2004-02-20 | moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵ | alwin | 71 | -826/+2288 |
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff. | ||||
2004-02-20 | Update the API Documentation for DateFormat and TimeString utility classes | zecke | 3 | -3/+263 |
Add a Translator hint what M, D, Y mean | ||||
2004-02-20 | These values should be set by the buildsystem. | zecke | 5 | -23/+0 |
So If Calibration,malloc instead of new,OpiePlayer,Shutdown isn't working anymore this is because the buildsystem lacks sane defaults for your system | ||||
2004-02-19 | working on todolist translation | pavouk | 9 | -339/+387 |
2004-02-19 | Restore binary compatibility and make use of the virtual_hook | zecke | 2 | -29/+107 |
Yeah it is ugly... but will work for libopie... Now onto libopie2! development | ||||
2004-02-19 | use stuff from libopie2 | alwin | 10 | -17/+17 |
ToDo: after merge pim-classes to opie2, do the same with it. | ||||
2004-02-19 | aboutSuspend -> aboutToSuspend | alwin | 1 | -1/+1 |
I knew all the time - zecke is Mr. Muentefering in real live ;) | ||||
2004-02-19 | fix compile problem reported by Brad Campbell - Thanks | ar | 1 | -1/+1 |
2004-02-19 | when going to suspend, a QCopEnvelope message will send | alwin | 4 | -85/+94 |
( "QPE/System","aboutSuspend()" ) | ||||
2004-02-19 | Add API comment about inline dtor | zecke | 1 | -0/+1 |
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 4 | -1/+24 |
2004-02-19 | Add note for the inline dtor and future Opie versions | zecke | 1 | -0/+3 |
in regard to BC |