Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2002-10-26 | - one-line fix: | josef | 1 | -0/+1 |
+hposition = 0; Initialization should work correctly now | ||||
2002-10-26 | - reduce number of lines correctly (fixes problems with small fonts) | josef | 1 | -2/+6 |
- when using fullscreen, move corner widget into lower right corner :) | ||||
2002-10-26 | patch | llornkcor | 1 | -5/+10 |
2002-10-26 | - handle no vscrollbar and vscrollbar on left side (hopefully) | josef | 1 | -0/+6 |
- when changing word wrap, reset widget automatically | ||||
2002-10-26 | - implement horizontal line wrap | josef | 5 | -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 stack | josef | 1 | -3/+4 |
2002-10-26 | only enable tranfer if layer supports it | harlekin | 1 | -2/+8 |
2002-10-26 | - nonmodal file transfer (doesn't work yet!) | josef | 5 | -10/+46 |
2002-10-25 | show widgets again since we need them now | harlekin | 2 | -5/+0 |
2002-10-25 | widget width | zecke | 1 | -0/+1 |
2002-10-25 | MainWindow i18n change 'Show only over due' to avoid misunderstanding | zecke | 6 | -17/+59 |
then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot | ||||
2002-10-25 | sorts the tanslated country now | tille | 2 | -2/+5 |
2002-10-25 | Cleanup | benmeyer | 2 | -2/+12 |
2002-10-25 | Moved Interfaces into a library | benmeyer | 46 | -5146/+116 |
2002-10-25 | cough | harlekin | 1 | -1/+1 |
2002-10-25 | Initial | benmeyer | 24 | -0/+4698 |
2002-10-25 | Chenged version number | andyq | 1 | -1/+1 |
2002-10-25 | Added version handling | andyq | 4 | -25/+279 |
2002-10-25 | is there is a real bash installed, take that instead of sh | harlekin | 1 | -0/+6 |
2002-10-25 | added data bits and stop bits | harlekin | 4 | -24/+204 |
2002-10-25 | now ipkg contains the data too ;) | tille | 1 | -1/+1 |
2002-10-25 | fixed neg lookuptime bug | tille | 1 | -113/+115 |