summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power
AgeCommit message (Collapse)AuthorFilesLines
2005-08-22changed tab order in light-and-power settings panelhrw1-17/+12
now it behave like it should (goes from up to bottom, left to right)
2005-06-17Fix bug #1557skyhusker1-3/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-64/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+64
2004-06-04default focus back on the brightness sliders, closes bug 1340harlekin2-3/+17
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-14fixchicken1-1/+1
2004-05-14fixeschicken1-1/+1
2004-05-02- convert qDebug to odebugar1-192/+195
2004-04-23doesnt make sense to turn light off before it dims for defaultllornkcor1-2/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14ODP changezecke4-3/+4
2004-03-02libopie1->libopie2, segfaultingharlekin6-22/+24
2004-03-02run the optimize_connect scriptalwin2-11/+11
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 includeschicken1-1/+0
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-08improve support for BigScreenar1-2/+1
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-2/+2
screen handling
2003-12-29- add customization of the action to take when closing the hingemickeyl3-129/+236
- hide hinge customization on models which doesn't support that - hide frequency label on models which doesn't support changing the CPU frequency
2003-12-10less includesharlekin4-7/+0
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-06merge core/settings/*mickeyl4-22/+13
- 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-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-10renamed frequency access methodsschurig1-2/+2
2003-06-10forgot to commit *.ui fileschurig1-71/+124
2003-06-06frequency change works nowschurig2-2/+31
2003-06-06ups, forgot thatschurig1-1/+1
2003-06-06scale for qcop protocol and conf file is now 0.255 as wellschurig2-114/+36
simplified settings for TickInterval, LineStep, PageStep removed lot's of scale adaptions enhanced reset-timer from 2 sec to 4 sec do not set values in the *.ui for things that get overwritten by cpp anyway now the binary is smaller (with contrast) when it was before (without contrast)
2003-06-05initial contrast support. You won't see anything unlessschurig3-51/+185
ODevice::displayContrastResulution() returns != 0.
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-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-22more crystal iconsharlekin3-8/+4
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-29Power warning changes:sandman1-2/+18
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher
2002-12-14addLanguage rulescniehaus1-0/+1
2002-11-21danish i18ncniehaus1-1/+2
2002-11-21The light sensor can now be calibrated "reverse" - less backlight in thesandman1-7/+7
dark and more backlight in the light
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-2/+4
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-01Forgot to rename the header file in CVSsandman1-10/+10
2002-11-01- Completly reworked the backlight "preview":sandman8-142/+164
every slider/control that relates to backlight levels, is now switching the lcd to this level for 2 seconds - after that the backlight switches back to the standard level (or light sensor control) - Many bugfixes and usability improvements in light sensor calibration
2002-10-28- some minor UI fixessandman5-46/+37
- parameters for sensor light range were reversed - added reasonable calibration default values (at least on my 3870) - l&p now automatically shows the 'right' (Batt/AC) tab when started
2002-10-28Major update:sandman9-676/+2029
- fixed some layout margins in the ui file - cleanup in light.cpp (removed the old TT code) - new sensor calibration dialog - new copyright headers !! The launcher does not yet use the sensor calibration data !!