summaryrefslogtreecommitdiff
path: root/core/settings/launcher
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Every file in this commit has a change to check the return value of a call.erik2-6/+12
2005-05-04Resource -> OResourcedrw2-55/+56
2005-04-14More icon sizing updatesdrw1-22/+22
2005-04-05Don't append file extension for imagesdrw1-2/+2
2005-03-12Fix default settings for background in Edit tab dialogdrw1-28/+18
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl2-3/+12
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
2005-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl3-1/+7
2005-01-11number of icon columns now also customizable through LauncherSettingsmickeyl4-9/+25
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-72/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+72
2004-11-11send qcop signal when enable/disable doctabalwin2-42/+53
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke2-4/+4
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-09-08fixed dependency (needs libqtaux2)schurig1-1/+1
2004-08-22Reload InputMethods when LauncherSettings changed InputMethod Optionszecke2-8/+30
2004-06-19BUGFIX: 0001089 - remember Browse path when selecting a tab background imageharlekin3-11/+26
2004-06-10fixchicken1-1/+1
2004-05-14fixeschicken1-1/+1
2004-05-02- convert qDebug to odebugar4-413/+427
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15More LIBOPIE2 config fixesbrad1-1/+1
2004-03-14ODP changezecke6-15/+18
2004-03-02run the optimize_connect scriptalwin4-15/+15
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-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-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-08improve support for BigScreenar1-2/+2
2003-12-10less includesharlekin7-12/+0
2003-11-17This patch makes the famous Documents Tab customizably optional.mickeyl6-3/+135
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-06merge core/settings/*mickeyl8-25/+29
- 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-03Porting Opie to MacOS-X.eilers2-0/+21
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-02Start with some customization bits for inputmethods as part of themickeyl5-1/+152
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-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth1-3/+3
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-03-24configuration for hte big busy cursorharlekin2-23/+31
2003-03-08icon changesharlekin2-45/+46
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-08QPEApplication::showMainWidget only maximizes a QDialog if its width orsandman1-0/+1
height are >= 3/4 * desktop width/height ...
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw1-32/+32
launcher settings and liquid settings.
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-03No default arguments in implementation pleasezecke2-4/+4
2002-10-31- added a "[x] Use custom font" checkbox -- if this is not checkedsandman5-46/+86
(default), then launcher uses the global font for the tabs. - reworked the internal handling of "All tabs", to make it possible to use this information for newly added tabs (still missing)
2002-10-08- added an "All Tabs" tab entry, which will affect all tabssandman5-16/+73
- enabled "What's this" help mode -- many tooltips still missing
2002-10-02Doh .. forgot the new filessandman2-0/+219