Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-29 | - redone the Model enum to make it easy to check for series (like: is this an | sandman | 2 | -24/+31 |
iPAQ - and not is this a 31xx or 36xx or ...) - fixed the disply brightness resolution bug on H38xx | ||||
2002-10-29 | Removed crap status message after ipkg finishes | andyq | 1 | -1/+2 |
2002-10-29 | changed the name so *.sh | benmeyer | 3 | -111/+8 |
2002-10-29 | - fix to scan /proc/mounts and not /etc/mtab for changes (this works on | sandman | 1 | -1/+1 |
systems where /etc/mtab is symlinked to proc, but fails on familiar) | ||||
2002-10-29 | Added changedns | benmeyer | 4 | -8/+230 |
2002-10-29 | added lightSensorResolution() to get the hardware resolution of the light | sandman | 2 | -2/+11 |
sensor | ||||
2002-10-29 | - use sane default values for screensaver timeouts | sandman | 2 | -17/+17 |
- fixed the "Battery low warning" when plugging the device into AC | ||||
2002-10-29 | I assume you meant to change Name, not Icon to Konsole right? :) | kergoth | 1 | -2/+2 |
2002-10-28 | - some minor UI fixes | sandman | 5 | -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 sensor | sandman | 2 | -2/+48 |
2002-10-28 | less qcop trouble on retial rom | harlekin | 5 | -26/+15 |
2002-10-28 | Added DESTDIR to pro file | andyq | 1 | -1/+1 |
2002-10-28 | ofileselector fixlet | zecke | 1 | -1/+1 |
2002-10-28 | Almost done with the new data flow | zecke | 13 | -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-28 | Major update: | sandman | 9 | -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-28 | Typo fix, Pgks->Pkgs | kergoth | 1 | -1/+1 |
2002-10-28 | This will probably not compile.. i did not even try to compile it | zecke | 10 | -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-28 | removed return statment that shouldn't be there | benmeyer | 2 | -2/+0 |
2002-10-28 | it was confusing, it's now called Konsole | tille | 1 | -1/+1 |
2002-10-28 | Fixed a typo -- just wondering why I commited this | sandman | 1 | -1/+1 |
2002-10-28 | Fix for bug #359. | kergoth | 5 | -5/+5 |
2002-10-28 | Shit .. Microsoft is violating RFC 2426 .. Thanks a lot ! | eilers | 2 | -16/+42 |
2002-10-28 | We need to ensure that noncore/net/networksetup/interfaces gets built before ↵ | kergoth | 1 | -1/+2 |
noncore/net/networksetup and noncore/net/networksetup/wlan. | ||||
2002-10-28 | Vcard now exports date in correct format (Regarding RFC 2425). | eilers | 4 | -8/+62 |
Vcard now imports birthday.. | ||||
2002-10-28 | - ugh, showstopper: | josef | 1 | -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-28 | Next changes may brake future snapshots. Therefore we work on | eilers | 1 | -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 to | sandman | 5 | -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-28 | The brightness sliders do not need a reversed logik anymore, since they are | sandman | 1 | -19/+17 |
horizontal now | ||||
2002-10-28 | - read ( fd, buffer, 4 ); return 5 (!!) for /proc/hal/light_sensor | sandman | 1 | -7/+7 |
so we better try to read 5 bytes ... - small "off by one" fix for the lcd brightness resolution | ||||
2002-10-28 | some minor adjustments in the l&p <-> launcher interface routine | sandman | 1 | -13/+18 |
2002-10-27 | some cleanup regarding config: | sandman | 1 | -66/+20 |
replaced all the foo/foo_Interval configs with a single foo config (a 0 value means off) | ||||
2002-10-27 | other never handling | harlekin | 2 | -15/+15 |
2002-10-27 | updated to new config entries | harlekin | 1 | -51/+64 |
2002-10-27 | light sensor more generell, not only ipaq | harlekin | 1 | -6/+3 |
2002-10-27 | some whatsthis and further updates ( disabling dim when on light sensor) | harlekin | 2 | -17/+122 |
2002-10-27 | next try for light and power gui | harlekin | 2 | -498/+291 |
2002-10-27 | ocontact now uses QDate for Birthday and Anniversary.. Moved | eilers | 4 | -206/+294 |
some inline functions into the library | ||||
2002-10-27 | OContact now uses QDate to avoid wrong interpreted strings | eilers | 2 | -19/+20 |
A lot of inline functions moved into the library.. | ||||
2002-10-27 | fixed a typo in the light sensor code | sandman | 1 | -1/+1 |
2002-10-27 | - new function to check for and read the light sensor | sandman | 2 | -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-27 | add new restart applet- for opie menu | llornkcor | 5 | -0/+170 |
2002-10-27 | fix | llornkcor | 2 | -22/+22 |
2002-10-27 | added networksetup/interfaces | llornkcor | 1 | -1/+1 |
2002-10-26 | now remembers how many cards to turn | llornkcor | 2 | -56/+66 |
2002-10-26 | Use new pics for checkbook | drw | 2 | -6/+6 |
2002-10-26 | New pics for checkbook | drw | 4 | -0/+0 |
2002-10-26 | Whats This and a couple fixes | drw | 4 | -36/+74 |
2002-10-26 | changed text label to whats this, and added tr | llornkcor | 1 | -13/+15 |
2002-10-26 | config with optimisation for arm turned on | harlekin | 1 | -0/+95 |
2002-10-26 | moved large text to context help, so controls fit into window. may need more ↵ | llornkcor | 3 | -17/+20 |
context help for individual controls |