Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2003-09-25 | Fixed inconsistencies between Description and NoteFixed inconsistencies ↵ | eilers | 1 | -1/+1 |
between Description and Notess | ||||
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 14 | -25/+1508 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-09-15 | compile fix | mickeyl | 1 | -2/+2 |
2003-09-13 | The rest of the implementation. | zecke | 2 | -38/+346 |
Theoretically you could use it, now writing the example and then finally compile that sucker for the 1st time | ||||
2003-09-12 | Add the implementation for non template objects | zecke | 2 | -18/+263 |
And only 10 and 1/2 methods to implement | ||||
2003-09-12 | More implementation and thoughts | zecke | 1 | -9/+190 |
2003-09-11 | more thoughts about the right mix between templates and QObjects | zecke | 1 | -12/+79 |
2003-09-08 | Fixing bug #1161: No space between jobtitle and organization | eilers | 1 | -8/+4 |
2003-09-08 | Fixing Bigfont alingment problem | eilers | 1 | -26/+38 |
2003-09-07 | Add thoughts and interface about dynamic ToolBar/MenuBar generation | zecke | 2 | -0/+179 |
and a modal helper template class | ||||
2003-09-05 | OWidgetStack and Example showing it and QSignalMapper | zecke | 5 | -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-04 | Rely on QFRame for the sizeHint | zecke | 2 | -5/+7 |
2003-09-04 | Thanks to eilers for spotting this. | zecke | 1 | -4/+5 |
The second osplitter correctly adds it widgets to the tab but is visible as well so better hide it | ||||
2003-09-02 | New impressive example and test suite | zecke | 5 | -19/+176 |
Now OSplitter is almost done | ||||
2003-09-02 | Allow adding child Osplitters and sharing | zecke | 2 | -25/+266 |
the same OTabBar ( untested ) but the normal mode still works | ||||
2003-09-01 | Add big-screen extension to libopie | zecke | 4 | -6/+44 |
2003-09-01 | OSplitter the first BigScreen Extension widget is done | zecke | 7 | -40/+228 |
with a small example | ||||
2003-08-30 | Sorry Stefan but the feature list is currently locked by mickeyl and I'm ↵ | zecke | 1 | -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-30 | Add IDEAS for Opie bigscreen extensions | zecke | 3 | -0/+396 |
and the first sketch of the OSplitter please take a look and comment | ||||
2003-08-30 | Add comments about API changes when possible again | zecke | 2 | -2/+18 |
Add currentWidget() method and mark it as since 1.2 | ||||
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 2 | -4/+7 |
2003-08-27 | Did I say I love C++ templates. | zecke | 1 | -0/+262 |
MetaProgramming is fun Here is my template based on Lokis and Simons work to quicklaunch applications | ||||
2003-08-25 | add is null | zecke | 3 | -1/+8 |
and comment about constness | ||||
2003-08-10 | Experimental odevice: | eilers | 1 | -30/+112 |
This enables real sound support for all openzaurus kernels and devices. | ||||
2003-08-08 | Added support for C 750 (Shepherd): | eilers | 1 | -9/+78 |
Device is detected and sounds for keypress, screentap and alarm is working (using the sound device) Attention: Please don't activate the screentab sound. It has some quirks.. | ||||
2003-08-08 | Merging all changes from BRANCH_1_0. | eilers | 12 | -1664/+1319 |