summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05add it to head tooharlekin1-0/+240
2003-12-04use opie-lupdate instead lupdatear35-698/+0
2003-11-30make the busy indicator launcher settings also work in headharlekin2-12/+29
2003-11-30startmenu was further developed in branchharlekin2-432/+498
2003-11-30Allow to process mouse and key events during document scanning...zecke1-1/+1
I use 20 as a value for now... someone tuned it but forgot to commit it?!
2003-11-30If OPIE_NO_BUILTIN_CALIBRATION is not requested bultin calibrationzecke1-1/+1
2003-11-30Limit the number of shown All Day Events to approxiametely threezecke2-10/+19
Patch by Rajko Albrecht
2003-11-30resolved bug 0001230waspe1-25/+59
2003-11-27Bugfix: Made sure that the window is always inside the visible area ofcoredump1-3/+19
the display.
2003-11-27Bugfix: Headline is visible again with matchin BG image.coredump2-11/+18
Bugfix: Don't open the InputMethod for a Zaurus, it's got a hardware keyboard
2003-11-27Added: Default net-ranges are no longer hard-coded and can be editedcoredump3-81/+228
Bugfix: Show user-defined net-range upon application restart in drop-down list
2003-11-21Use TextEdit for open as Text for now until we negotiate on thezecke1-3/+2
service idea
2003-11-21Fix bug 1219.zecke1-1/+3
If not authorized no dtp is created so 0x000000000->close is likely to fail. lpotter something I think Qtopia suffers from as well
2003-11-20fix battery message box text wrappingmickeyl1-9/+27
patch courtesy of Matthias Hentges - thanks.
2003-11-20rework optional doc-tab patch to be less intrusive and more sanemickeyl3-25/+15
2003-11-18Increase sync-friendlyness and repair broken sync with severalmickeyl4-27/+99
programs. Patch by Matthias Hentges <matthias@hentges.net> - thanks!
2003-11-17Fixing the ".so" stuff for MacOS-X .. Quicklauncher apps are noweilers1-0/+9
loaded successfully..
2003-11-17This patch makes the famous Documents Tab customizably optional.mickeyl10-10/+184
Note that the document tab is so tight coupled to the rest of the launcher that it proved impossible for me to remove the tab as is. However I could make all the scanning and the displaying optional. The customization can be done via the launcher settings applications - a new doc tab category has been added. Further customization can be added to that tab. I also added a doc tab settings application for use with the "first usage wizard"
2003-11-17hide inputmethod also when not floatingmickeyl1-1/+1
2003-11-15new blue icon, and scalellornkcor1-31/+216
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke10-73/+25
2003-11-08remove newline which seems to confuse ipkgchicken1-1/+0
2003-11-06merge core/opie-loginmickeyl1-1/+2
2003-11-06merge core/apps/*mickeyl7-85/+72
2003-11-06merge core/settings/*mickeyl24-130/+94
- light-and-power and security were a bit ugly, so I recommend someone who actually dealt with these files looking into if I got it right (not to tell about the frustratation about the fact that the ones who dealt with these files didn't do the merge in the first place :(
2003-11-06merge core/applets/*mickeyl2-7/+4
2003-11-06merge core/tools/*mickeyl3-2/+34
2003-11-05made helpbrowser quicklauchwaspe1-0/+1
2003-11-05fix compile. probably wont work. who knows.llornkcor7-86/+385
2003-11-05fix compile. may need more fixing.. who knows....llornkcor1-0/+11
2003-11-05remove <<<<<<llornkcor1-1/+1
2003-11-05make compile. needs fixingllornkcor2-2/+4
2003-11-05removed include custom.h cause build system doesn't create it for me and I ↵llornkcor6-6/+6
am tired of not having a compiling opie to work on. fix it if you need too
2003-11-04resolved merge conflictwaspe1-38/+114
2003-11-04remove merge conflictwaspe1-14/+14
2003-11-03resolve merge conflictwaspe1-2/+2
2003-11-03reolved merge conflictwaspe1-0/+2
2003-11-03remove merge conflictwaspe1-1/+13
2003-11-03resolved merge conflictwaspe12-68/+107
2003-11-03resolved merge conflictwaspe2-10/+2
2003-11-03reolved merge conflictwaspe1-2/+1
2003-11-03Porting Opie to MacOS-X.eilers33-56/+381
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-19This patch finish the work on the resizable inputmethods.mickeyl2-14/+75
- in "floating" mode, input methods now remember their geometry - if closed via (x), the inputmethod button is toggled accordingly - eliminated the focus problem
2003-10-16mmx suxllornkcor1-1/+1
2003-10-07If you decide to close the mainwindow and have say editor and views open as wellzecke1-1/+1
call closeAllWindows() after all events are dispatched
2003-10-07-Kill stupid QCOP checkzecke2-35/+35
-introduce OPIE_SOUND_FRAGMENT_SHIFT -USE_REALTIME_AUDIO_THREAD is now defined in custom.h
2003-10-07-Kill stupid define which sets QWS_SIZE to 240x320zecke2-2/+2
-Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined
2003-10-07kill un-needed QCOP checkingzecke1-2/+0
2003-10-04Avoid crashing on no mouse driverzecke2-7/+9
2003-10-04Check if there is a Mouse Driverzecke3-12/+16
And get rid off the QPE_NEED_CALIBRATION define for defining the need of calibration We will find out at runtime SomeOne Apply this to core/server in the BRANCH as well