Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-09-10 | added support for DEVFS | schurig | 1 | -0/+4 |
2004-09-10 | removed some warnings | schurig | 1 | -5/+4 |
2004-09-08 | default rotation is now 90 | schurig | 1 | -25/+3 |
2004-04-20 | correct copyright and license | llornkcor | 2 | -6/+10 |
2004-04-10 | fix | mickeyl | 1 | -1/+1 |
2004-03-28 | - remove optional SQL support from libopie1 | mickeyl | 1 | -12/+1 |
- add optional SQL support to libopie2 | ||||
2004-03-24 | reorder menu entries | mickeyl | 1 | -2/+2 |
libopie2: no longer a submenu, out of experimental, into base | ||||
2004-03-14 | namespace correction | alwin | 6 | -9/+31 |
2004-03-05 | Big Screen Extensions should only be in the new LIBOPIEUI2. | zecke | 21 | -2719/+0 |
We can remove it without risking binary incompatible as these classes were not in the 1.0 API release | ||||
2004-03-02 | run the optimize_connect script | alwin | 12 | -45/+50 |
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-01 | fix includes | chicken | 17 | -41/+4 |
2004-02-19 | Restore binary compatibility and make use of the virtual_hook | zecke | 2 | -29/+107 |
Yeah it is ugly... but will work for libopie... Now onto libopie2! development | ||||
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 3 | -1/+15 |
2004-02-19 | The hardware keys on the H5xxx are rotated by 270° | zecke | 1 | -1/+8 |
so rotate the key events | ||||
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-06 | add libopie2db dependencie | ar | 1 | -1/+1 |
2004-02-02 | Use @slash to avoid problems with warning due /* in a comment | zecke | 2 | -5/+5 |
2004-02-02 | Add some API Docu | zecke | 2 | -1/+139 |
2004-01-16 | Some changes to handle alarms for datebook-sql db.. | eilers | 3 | -0/+36 |
2004-01-05 | use smallIconSize, not hardcoded 14 | mickeyl | 1 | -4/+4 |
2004-01-04 | better not define rotation as pressaction _and_ heldaction | mickeyl | 1 | -2/+2 |
2003-12-30 | fix a problem in the c7x0 backlight handling... | mickeyl | 1 | -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 ↵ | mickeyl | 2 | -37/+113 |
interface - add hinge sensor framework for devices with hinge sensors | ||||
2003-12-22 | add a few missing const directives to get it to compile again | mickeyl | 1 | -4/+4 |
2003-12-22 | Fixing stupid bug, found by sourcode review.. | eilers | 1 | -0/+11 |
2003-12-22 | Finishing implementation of sql-backend for datebook. But I have to | eilers | 17 | -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-08 | work around sucky gcc2, which doesn't understand when the two arguments | mickeyl | 1 | -1/+1 |
for ? need an implicit type conversion | ||||
2003-12-08 | Committing unfinished sql implementation before merging to libopie2 starts.. | eilers | 10 | -21/+471 |
2003-12-08 | Rot270 is not a Direction, but a Rotation. treke, is this fix correct? | mickeyl | 1 | -4/+4 |
2003-12-08 | Automatic rotation. This might break binary compatibility, so beware including | treke | 2 | -19/+109 |
in BRANCH_1_0 | ||||
2003-12-05 | add some comments to Zaurus class | mickeyl | 1 | -0/+17 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 2 | -38/+0 |
2003-11-27 | eliminated drawpad segfault | waspe | 1 | -0/+3 |
2003-11-17 | Changing Model_Zaurus_SLC700 to Model_Zaurus_SLC7x0 as it is in BRANCH_1_0.. | eilers | 1 | -1/+1 |
2003-11-17 | Shit .. missed a wrong ")".. Odevice compiles now.. ! | eilers | 1 | -1/+1 |
2003-11-17 | Merging the corgie-patches from Branch manually.. (no cvs -j would caused | eilers | 1 | -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-17 | Added #include QDateTime which is needed by this header file itself | eilers | 1 | -0/+1 |
2003-11-17 | Minor changes.. | eilers | 2 | -1/+2 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 4 | -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-03 | Porting Opie to MacOS-X. | eilers | 2 | -4/+2 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-11-02 | add iPAQ H5xxx support | chicken | 2 | -10/+18 |
2003-10-24 | even more Jornada 56X updates | chicken | 1 | -0/+11 |
2003-10-22 | improved Jornada 56X support | chicken | 2 | -1/+130 |
2003-10-20 | Pushing todo closer to sql support. Recurrances and custom entries still ↵ | eilers | 7 | -132/+260 |
missing. But before I add this, I have to do some cleanup.. | ||||
2003-10-09 | Added class for Yopy devices. | ocheong | 1 | -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-09 | Added definitions for Yopy model, vendor, and hardkeys. | ocheong | 1 | -1/+14 |
2003-10-08 | include QPEApplication if you need it | zecke | 1 | -0/+2 |
2003-10-07 | Just a small example on usage of an Event Filter... | zecke | 2 | -0/+13 |
I needed that for debugging but it looks useful as an example | ||||
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 3 | -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-29 | Starting to develop a universal PIM-database converter | eilers | 2 | -35/+234 |