summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01remove duplicated boiler plate code in favour of the OTaskbarApplet templatemickeyl31-688/+107
2004-03-01revert last commit andmickeyl2-19/+19
libopie1-->libopie2
2004-03-01fix includeschicken6-18/+0
2004-03-01fix includeschicken4-31/+0
2004-03-01fix includeschicken34-123/+1
2004-03-01fix includeschicken12-77/+2
2004-03-01fix includeschicken17-114/+2
2004-03-01osearch libopie1->libopie2harlekin23-109/+137
2004-03-01fix includeschicken14-35/+0
2004-03-01fix includeschicken28-110/+1
2004-03-01today plus datebook, mail, todolist plugins libopie1->libopie2harlekin33-98/+109
2004-03-01libopie1-->libopie2mickeyl4-5/+19
2004-03-01libopie1-->libopie2mickeyl6-113/+20
2004-03-01libopie1->libopie2mickeyl5-288/+300
2004-03-01add error dialogsllornkcor1-5/+6
2004-02-29initialize intllornkcor1-1/+1
2004-02-29from the branch to find the best shell or fallback to /bin/shzecke1-2/+43
2004-02-29Hehe Fix the #ifdef properly.... gives me my fonts backzecke1-2/+0
2004-02-29*grmpf* inserted into the wrong line (where it worked, too ;) - sorry guys.alwin1-1/+1
2004-02-29aye - fixed the problem on startup, that on each tab inserted the tabbar ↵alwin1-2/+5
menu is re-build. and it was such simple way - just 3 lines...
2004-02-27included the wrong ofiledialog.halwin1-2/+2
2004-02-26flag ms_is_startingalwin2-1/+17
it will be set true until the main eventloop is reached. Check it with ServerApp::isStarting()
2004-02-26make difference between OnScreen keyboard and hardware keyboard clearmickeyl1-1/+1
2004-02-26UI FIX: Indicate that the setting "Show applications in subpopups" is onlymickeyl1-3/+6
relevant if "Show tabs in O-Menu" is checked by enabling/disabling dynamically.
2004-02-25depends on LIBOPIE2DBalwin1-1/+1
2004-02-25must link against libopiedb2alwin2-2/+2
2004-02-25remove the stupid #ifdef __i386__zecke1-2/+0
We're on Opie and don't need to mess with Qtopia.. we fix up broken Qt usage of legacy via a __weak__ symbol hack
2004-02-25Unmess the .pro filezecke1-5/+2
2004-02-25Todo: libopie->libopie2drw33-224/+237
2004-02-25fix most of zecke's comments. Someone should look into the open issues thoughmickeyl4-19/+17
(see mail to opie-devel)
2004-02-24use "..." suffix after name of menu item, when you open a dialog as actionmickeyl1-2/+2
2004-02-24s/Qkonsole/Konsole/mickeyl3-5/+5
2004-02-24s/Qkonsole/Konsole/mickeyl5-20/+21
2004-02-24why not tell us something informative when you're telling us something anyway?mickeyl1-1/+1
2004-02-24small fixchicken1-1/+1
2004-02-24- check now for the storage media flag "check =" in ↵alwin1-0/+7
DocumentListPrivate::appendDocpath - fixed a possible segmentation fault in DocumentListPrivate::nextFile
2004-02-24user gets a message why this dialog appearsalwin1-1/+9
2004-02-24Embedded Konsole: libopie->libopie2drw5-21/+11
2004-02-23Help Browser: libopie->libopie2, make a quicklaunch appdrw4-9/+6
2004-02-23Text Editor: libopie->libopie2drw6-9/+12
2004-02-23Tab OApp: libopie->libopie2drw3-5/+5
2004-02-23this is handled by opie-taskbar.controlchicken1-10/+0
2004-02-23fix packages to get them building againchicken1-1/+1
2004-02-22when inserting a new media without .opiestorage.cf a dialog comesalwin4-5/+74
setting up this file.
2004-02-22read more settings from opiestorage.cfalwin1-0/+5
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe13-1045/+1941
bugfree !)
2004-02-22check if there is a listview item at all.zecke1-3/+12
c cast -> static_cast
2004-02-21Randomly jumping in the vtable is fun :)zecke1-10/+10
use libopie2 odevice
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-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.