summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2004-01-05use smallIconSize, not hardcoded 14mickeyl1-4/+4
2004-01-04better not define rotation as pressaction _and_ heldactionmickeyl1-2/+2
2003-12-30fix a problem in the c7x0 backlight handling...mickeyl1-12/+14
Bah! Got confused by the input interval for ODevice::setDisplayBrightness() (once) again - it has been ridiculous to scale that down from [0-255] to the actual interval since the day we invented ODevice::displayBrightnessResolution(). I'm going to remove that antique cruft soon.
2003-12-29- add fine granular backlight support for devices with the corgi backlight ↵mickeyl2-37/+113
interface - add hinge sensor framework for devices with hinge sensors
2003-12-22add a few missing const directives to get it to compile againmickeyl1-4/+4
2003-12-22Fixing stupid bug, found by sourcode review..eilers1-0/+11
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers17-75/+396
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming..
2003-12-08work around sucky gcc2, which doesn't understand when the two argumentsmickeyl1-1/+1
for ? need an implicit type conversion
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers10-21/+471
2003-12-08Rot270 is not a Direction, but a Rotation. treke, is this fix correct?mickeyl1-4/+4
2003-12-08Automatic rotation. This might break binary compatibility, so beware includingtreke2-19/+109
in BRANCH_1_0
2003-12-05add some comments to Zaurus classmickeyl1-0/+17
2003-12-04use opie-lupdate instead lupdatear2-38/+0
2003-11-27eliminated drawpad segfaultwaspe1-0/+3
2003-11-17Changing Model_Zaurus_SLC700 to Model_Zaurus_SLC7x0 as it is in BRANCH_1_0..eilers1-1/+1
2003-11-17Shit .. missed a wrong ")".. Odevice compiles now.. !eilers1-1/+1
2003-11-17Merging the corgie-patches from Branch manually.. (no cvs -j would causedeilers1-10/+13
a big mess .. ;) ) Changed the keysound handling for zaurus: Just all C7x0 and the 5600 will use the sounddevice.. All other will use the old /dev/sharp_buz device..
2003-11-17Added #include QDateTime which is needed by this header file itselfeilers1-0/+1
2003-11-17Minor changes..eilers2-1/+2
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers4-42/+150
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-11-03Porting Opie to MacOS-X.eilers2-4/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-11-02add iPAQ H5xxx supportchicken2-10/+18
2003-10-24even more Jornada 56X updateschicken1-0/+11
2003-10-22improved Jornada 56X supportchicken2-1/+130
2003-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers7-132/+260
missing. But before I add this, I have to do some cleanup..
2003-10-09Added class for Yopy devices.ocheong1-2/+147
It doesn't really do much, as power and backlight is still handled by the demons running under X (Opie is meant to be used without terminating X).
2003-10-09Added definitions for Yopy model, vendor, and hardkeys.ocheong1-1/+14
2003-10-08include QPEApplication if you need itzecke1-0/+2
2003-10-07Just a small example on usage of an Event Filter...zecke2-0/+13
I needed that for debugging but it looks useful as an example
2003-09-29Improvement of PIM-SQL Databases, but search queries are still limited.eilers3-45/+370
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing.
2003-09-29Starting to develop a universal PIM-database convertereilers2-35/+234
2003-09-25Fixed inconsistencies between Description and NoteFixed inconsistencies ↵eilers1-1/+1
between Description and Notess
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers14-25/+1508
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-09-15compile fixmickeyl1-2/+2
2003-09-13The rest of the implementation.zecke2-38/+346
Theoretically you could use it, now writing the example and then finally compile that sucker for the 1st time
2003-09-12Add the implementation for non template objectszecke2-18/+263
And only 10 and 1/2 methods to implement
2003-09-12More implementation and thoughtszecke1-9/+190
2003-09-11more thoughts about the right mix between templates and QObjectszecke1-12/+79
2003-09-08Fixing bug #1161: No space between jobtitle and organizationeilers1-8/+4
2003-09-08Fixing Bigfont alingment problemeilers1-26/+38
2003-09-07Add thoughts and interface about dynamic ToolBar/MenuBar generationzecke2-0/+179
and a modal helper template class
2003-09-05OWidgetStack and Example showing it and QSignalMapperzecke5-0/+702
Added. The only problem with BigScreen Mode is window sizing and placing but this is a task of the WM we do not have...
2003-09-04Rely on QFRame for the sizeHintzecke2-5/+7
2003-09-04Thanks to eilers for spotting this.zecke1-4/+5
The second osplitter correctly adds it widgets to the tab but is visible as well so better hide it
2003-09-02New impressive example and test suitezecke5-19/+176
Now OSplitter is almost done
2003-09-02Allow adding child Osplitters and sharingzecke2-25/+266
the same OTabBar ( untested ) but the normal mode still works
2003-09-01Add big-screen extension to libopiezecke4-6/+44
2003-09-01OSplitter the first BigScreen Extension widget is donezecke7-40/+228
with a small example
2003-08-30Sorry Stefan but the feature list is currently locked by mickeyl and I'm ↵zecke1-0/+34
scared of forgetting the ideas we've and need to discus.. Ah feeling so much better... slowly recovering would guess now at 50-60%
2003-08-30Add IDEAS for Opie bigscreen extensionszecke3-0/+396
and the first sketch of the OSplitter please take a look and comment