summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02run the optimize_connect scriptalwin14-63/+65
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken21-90/+1
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-26flag ms_is_startingalwin2-1/+17
it will be set true until the main eventloop is reached. Check it with ServerApp::isStarting()
2004-02-24why not tell us something informative when you're telling us something anyway?mickeyl1-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-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-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.
2004-02-21Fix up syncing modezecke3-11/+30
InetlliSync,Opie1.0,QtopiaNEW
2004-02-21Move to LibOpie2zecke11-43/+45
remove launcher global and use OGlobal
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar2-3/+2
2004-02-05Stop trying to scale a null imagezecke1-6/+8
2003-12-20Do not use LD_BIND_NOW for now.zecke1-1/+8
I hope ljp gets some numbers for that soon...
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-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 severalmickeyl1-20/+30
programs. Patch by Matthias Hentges <matthias@hentges.net> - thanks!
2003-11-17This patch makes the famous Documents Tab customizably optional.mickeyl4-7/+49
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-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-03Porting Opie to MacOS-X.eilers10-31/+309
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-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-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
2003-10-02Start with some customization bits for inputmethods as part of themickeyl4-39/+48
BigScreen initiative. You can now choose to have free floating and resizable inputmethods. Two outstanding things: 1.) Hiding the inputmethod via the [x] button confuses the show/hide toggle button. 2.) The new size and position of a moved/resized inputmethod should be remembered.
2003-09-20Fix the config name no need to append the .conf yourselfzecke1-1/+1
2003-09-20Fix double suspend on key inputzecke1-1/+1
ServerApp proxied the power() signal from KeyFilter and we've connected togglePower() twice to it. We only need to connect to the ServerApp power signal and not to keyfilter because we emit power() from ServerApp on QCOP
2003-09-19Either be compatible with Sharp( IntelliSync, KitchenSync, QtopiaDesktop)zecke2-3/+99
or with the newer QtopiaDesktop or with both
2003-09-19Use local config file instead of a global....zecke1-2/+2
2003-09-19if the password is wrong but 'rootme' prompt the user again to either acceptzecke1-1/+5
or deny the connection
2003-09-03Failure free restart of the launcher and a commentzecke3-0/+28
why we do that
2003-09-03Inline prevevented me to compile it..eilers1-1/+1
2003-09-01Use $$(variable) to refer to environment variables in SOURCES and HEADERSmickeyl1-48/+48
2003-08-31mickeyl again ;)zecke3-0/+1973
2003-08-31thanks mickeylzecke2-0/+102
2003-08-28Add licensezecke16-3206/+20
remove old unneeded files
2003-08-28prepare busy cursor configzecke1-96/+81
2003-08-28make it compilezecke1-1/+1