summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2004-05-02- convert qWarning to owarnar3-246/+244
2004-05-02- convert qDebug to odebugar5-1161/+1164
2004-04-30too bad... there is lots of hardcoded stuff and compatibility cruft whichmickeyl2-2/+2
calls for "qpe". Let's postpone this for Opie 2.0 then.
2004-04-30yeah for consistency: s/qpe/opie/mickeyl2-2/+2
2004-04-29- cleanup launchers config.inar1-12/+0
2004-04-29forgot to checkin that filemickeyl1-1/+1
2004-04-28CLEANUP: rsync is now a (static) library and the launcher links against itmickeyl1-45/+1
2004-04-26make shutdown app move to more proper position so it doesn't cut off the ↵llornkcor1-0/+2
titlebar
2004-04-19Small interface update. If we add doctypes disable the viewport() forzecke4-2/+20
updates
2004-04-12Changed launcher to only add/remove icons/tabs that have changed when removablebrad2-2/+91
media is mounted/unmounted. A card insert on my machine used to take 7500ms. It now takes 548ms. Same with card removal. Old code has been left as is an can be re-enabled with a simple comment.
2004-04-10resource.h must stay behind time.h to compile on maceilers1-1/+1
2004-04-08#include <qpe/global.h>mickeyl1-2/+3
2004-04-07use Opie debugging frameworkmickeyl20-351/+334
2004-04-07simplify mac os testmickeyl1-9/+5
2004-04-02eliminate bogus CONFIG scope 'qtopia'. What does that mean? ;)mickeyl1-1/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-21Initial commit of qtpoia symlinker app for opiebrad1-1/+1
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke12-27/+37
2004-03-08support launching applications with user defined argumentsmickeyl1-2/+3
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