summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-29- use sane default values for screensaver timeoutssandman2-17/+17
- fixed the "Battery low warning" when plugging the device into AC
2002-10-29I assume you meant to change Name, not Icon to Konsole right? :)kergoth1-2/+2
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-28- OpieScreenSaver now uses the calibration data for the light sensorsandman2-2/+48
2002-10-28 less qcop trouble on retial romharlekin5-26/+15
2002-10-28Added DESTDIR to pro fileandyq1-1/+1
2002-10-28ofileselector fixletzecke1-1/+1
2002-10-28Almost done with the new data flowzecke13-31/+482
only OFileSelector needs to adapt it now... Besides that make it compile with the new api Add a configure and a libopie.pro to actually build ofileselector and a MANIFEST to explain some basics of the now a days a bit bigger interface
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 !!
2002-10-28Typo fix, Pgks->Pkgskergoth1-1/+1
2002-10-28This will probably not compile.. i did not even try to compile itzecke10-40/+199
on my machine I changed the data flow to be more extandable the Olister class is now playing a bigger role it's dependant on doing some assembly of the filepath and changedirs. It now has also to take care of the location bar
2002-10-28removed return statment that shouldn't be therebenmeyer2-2/+0
2002-10-28it was confusing, it's now called Konsoletille1-1/+1
2002-10-28Fixed a typo -- just wondering why I commited thissandman1-1/+1
2002-10-28Fix for bug #359.kergoth5-5/+5
2002-10-28Shit .. Microsoft is violating RFC 2426 .. Thanks a lot !eilers2-16/+42
2002-10-28We need to ensure that noncore/net/networksetup/interfaces gets built before ↵kergoth1-1/+2
noncore/net/networksetup and noncore/net/networksetup/wlan.
2002-10-28Vcard now exports date in correct format (Regarding RFC 2425).eilers4-8/+62
Vcard now imports birthday..
2002-10-28- ugh, showstopper:josef1-11/+15
Display is one character wider than expected. While changing this, also replace 40 with vcolumns - dcolumns, so 120 chars etc. could now also be used (once there is a config option for this)
2002-10-28Next changes may brake future snapshots. Therefore we work oneilers1-0/+6
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze..
2002-10-28- moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class tosandman5-298/+354
OpieScreenSaver - (hopefully) fixed all outstanding bugs regarding the new on batt/on ac handling - first (primitive) version of light sensor control (but it works)
2002-10-28The brightness sliders do not need a reversed logik anymore, since they aresandman1-19/+17
horizontal now
2002-10-28- read ( fd, buffer, 4 ); return 5 (!!) for /proc/hal/light_sensorsandman1-7/+7
so we better try to read 5 bytes ... - small "off by one" fix for the lcd brightness resolution
2002-10-28some minor adjustments in the l&p <-> launcher interface routinesandman1-13/+18
2002-10-27some cleanup regarding config:sandman1-66/+20
replaced all the foo/foo_Interval configs with a single foo config (a 0 value means off)
2002-10-27other never handlingharlekin2-15/+15
2002-10-27updated to new config entriesharlekin1-51/+64
2002-10-27light sensor more generell, not only ipaqharlekin1-6/+3
2002-10-27some whatsthis and further updates ( disabling dim when on light sensor)harlekin2-17/+122
2002-10-27next try for light and power guiharlekin2-498/+291
2002-10-27ocontact now uses QDate for Birthday and Anniversary.. Movedeilers4-206/+294
some inline functions into the library
2002-10-27OContact now uses QDate to avoid wrong interpreted stringseilers2-19/+20
A lot of inline functions moved into the library..
2002-10-27fixed a typo in the light sensor codesandman1-1/+1
2002-10-27- new function to check for and read the light sensorsandman2-5/+54
- redone the Model enum, to make it easier to check for "any iPAQ" !! This means every application using this enum has to be recompiled !!
2002-10-27add new restart applet- for opie menullornkcor5-0/+170
2002-10-27fixllornkcor2-22/+22
2002-10-27added networksetup/interfacesllornkcor1-1/+1
2002-10-26now remembers how many cards to turnllornkcor2-56/+66
2002-10-26Use new pics for checkbookdrw2-6/+6
2002-10-26New pics for checkbookdrw4-0/+0
2002-10-26Whats This and a couple fixesdrw4-36/+74
2002-10-26changed text label to whats this, and added trllornkcor1-13/+15
2002-10-26config with optimisation for arm turned onharlekin1-0/+95
2002-10-26moved large text to context help, so controls fit into window. may need more ↵llornkcor3-17/+20
context help for individual controls
2002-10-26- one-line fix:josef1-0/+1
+hposition = 0; Initialization should work correctly now
2002-10-26- reduce number of lines correctly (fixes problems with small fonts)josef1-2/+6
- when using fullscreen, move corner widget into lower right corner :)
2002-10-26patchllornkcor1-5/+10
2002-10-26- handle no vscrollbar and vscrollbar on left side (hopefully)josef1-0/+6
- when changing word wrap, reset widget automatically
2002-10-26- implement horizontal line wrapjosef5-9/+57
If Line Wrap is enabled for the terminal, the traditional behaviour is kept. Otherwise, a horizontal scroll bar is added and 80 columns are assumed. TODO: - handle modes when there's no vertical scroll bar or it's on the left side - initialize correctly (currently, sometimes moving the scrollbar must be done at first)
2002-10-26- Ah! That's how to use the widget stackjosef1-3/+4