summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-22read more options from opiestorage.cfalwin1-7/+12
2004-02-22read more settings from opiestorage.cfalwin1-0/+5
2004-02-22flag for setting search the whole media not such subdirsalwin2-3/+22
2004-02-22libopie2: libopie->libopie2drw7-31/+39
2004-02-22Memory Applet: libopie->libopie2drw5-23/+24
2004-02-22Autorotate Applet: libopie->libopie2drw4-11/+11
2004-02-22Network Settings: libopie->libopie2drw12-71/+74
2004-02-22System Time: libopie->libopie2drw6-332/+330
2004-02-22Fix config dependsdrw11-12/+12
2004-02-22update and increment version, we don't want to go from 1.1.0 to 1.2.0 don't ↵mickeyl2-1/+3
we? ;)
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe13-1045/+1941
bugfree !)
2004-02-22Fixed control file Description field so ipkg builds correctlybrad1-2/+2
2004-02-22fixeschicken1-1/+1
2004-02-22fix dependschicken1-1/+1
2004-02-22now we can edit subdirs in .opiestorage.cf as used in launcheralwin2-5/+49
or Global for searching for documents. ToDo: Where to (re-)implement the stuff where the dialogs apears if a media is inserted first time???? eg, no .opiestorage.cf exists on this media? I didn't found any usefull :(
2004-02-22Language Settings: libopie->libopie2drw3-9/+9
2004-02-22User Manager: libopie->libopie2drw5-76/+76
2004-02-22Medium Mount: libopie->libopie2drw3-12/+10
2004-02-22DocTab: libopie->libopie2drw3-9/+9
2004-02-22Backup: libopie->libopie2drw2-2/+2
2004-02-22SSH Keys: libopie->libopie2drw4-237/+237
2004-02-22VMemo Settings: libopie->libopie2drw3-4/+3
2004-02-22check if there is a listview item at all.zecke1-3/+12
c cast -> static_cast
2004-02-22AQPkg: libopie->libopie2drw7-178/+178
2004-02-22Checkbook: libopie->libopie2drw5-517/+517
2004-02-21Default to showMaximized on 240x320 and 320x240 displayszecke1-4/+2
2004-02-21Randomly jumping in the vtable is fun :)zecke1-10/+10
use libopie2 odevice
2004-02-21SysInfo: libopie->libopie2drw5-6/+6
2004-02-21Package Manager: libopie->libopie2drw8-14/+7
2004-02-21Unbreak fastloading. So the API Documentation is a lie..zecke1-8/+7
showMainWidget may not setMainWidget because this would break Fastloading..
2004-02-21on removable medias take a look into .opiestorage.cf and read the listalwin1-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-21Update package dependancies to libopie2/libqtaux2drw1-1/+1
2004-02-21Appearance: libopie->libopie2/libqtauxdrw5-45/+48
2004-02-21Moved class defines in qcolordialog.cpp to header so that apps can properly ↵drw2-589/+563
link to libqtaux
2004-02-21on removable medias take a look into .opiestorage.cf and read the listalwin1-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-21improve support for BigScreenar4-677/+738
2004-02-21improve support for BigScreenar7-1193/+1363
2004-02-21improve support for BigScreenar12-2006/+2197
2004-02-21improve support for BigScreenar15-723/+1100
2004-02-21qcop-msg related stuff don't use tmpDirPath 'cause it isn't that good IMHOalwin2-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-21docsalwin1-0/+10
2004-02-21Fix up syncing modezecke3-11/+30
InetlliSync,Opie1.0,QtopiaNEW
2004-02-21Yeah baby yeah remove IntelliSync supportzecke3-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-21the usual cosmeticsmickeyl24-650/+851
2004-02-21Install OWait as well.zecke3-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-21Move to LibOpie2zecke11-43/+45
remove launcher global and use OGlobal
2004-02-21some global helper functions implementedalwin2-46/+153
2004-02-20Implement encodeBase64 and decodeBase64 LGPLed by KDE projectzecke1-0/+262
Use my version of generateUuid() ( LGPL ) return two variables.. hardly licensable Rest will do alwin and tille! clean room
2004-02-20Fix the messed up header :)zecke1-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-20includes changedalwin1-22/+22