Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 24 | -49/+2881 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-09-22 | FEATURE: vtapplet now indicates which virtual terminals are occupied | mickeyl | 2 | -11/+31 |
2003-09-21 | fix app building in non-quicklaunch-mode | mickeyl | 1 | -2/+3 |
2003-09-20 | Thanks to treke for tweaking the ui file | zecke | 2 | -6/+38 |
Allow the user to set how the QCOP bridge should response Either in Qtopia1.7 mode or the one found prior including Opie1.0 or respond in both ways We still need to check what sync utilities can cope with 'both' | ||||
2003-09-20 | Fix the config name no need to append the .conf yourself | zecke | 1 | -1/+1 |
2003-09-20 | correct version | mickeyl | 1 | -1/+1 |
2003-09-20 | merge with BRANCH | mickeyl | 1 | -6/+14 |
2003-09-20 | merge control files with BRANCH | mickeyl | 85 | -93/+92 |
2003-09-20 | Fix double suspend on key input | zecke | 1 | -1/+1 |
ServerApp proxied the power() signal from KeyFilter and we've connected togglePower() twice to it. We only need to connect to the ServerApp power signal and not to keyfilter because we emit power() from ServerApp on QCOP | ||||
2003-09-19 | Either be compatible with Sharp( IntelliSync, KitchenSync, QtopiaDesktop) | zecke | 2 | -3/+99 |
or with the newer QtopiaDesktop or with both | ||||
2003-09-19 | Use local config file instead of a global.... | zecke | 1 | -2/+2 |
2003-09-19 | if the password is wrong but 'rootme' prompt the user again to either accept | zecke | 1 | -1/+5 |
or deny the connection | ||||
2003-09-19 | Update feature list | zecke | 1 | -23/+41 |
2003-09-16 | remove unneccessary #include | mickeyl | 1 | -1/+0 |
2003-09-16 | virtual terminal applet says: "Hello" | mickeyl | 6 | -0/+215 |
2003-09-16 | add | mickeyl | 1 | -0/+0 |
2003-09-16 | add terminal.png | mickeyl | 1 | -315/+337 |
2003-09-15 | compile fix | mickeyl | 1 | -2/+2 |
2003-09-15 | adjust dependencies (tille forgot ;) | mickeyl | 1 | -1/+1 |
2003-09-14 | NL 1.0 Translations update 15-9-03 | sikko | 1 | -4/+4 |
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-09 | reading GPS data from gpsd is now working. TODO: save the data | mickeyl | 7 | -27/+64 |
2003-09-09 | bartender - for your drunken pleasures | llornkcor | 3 | -0/+7 |
2003-09-09 | bartender - for your drunken pleasures | llornkcor | 22 | -0/+17523 |
2003-09-08 | changes for osplitter functionality | llornkcor | 5 | -959/+858 |
2003-09-08 | Note to self: QSocket buffers! | mickeyl | 1 | -5/+6 |
2003-09-08 | Fixing bug #1161: No space between jobtitle and organization | eilers | 2 | -16/+8 |
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-06 | -Switch to OWidgetStack actually only three lines touch by this | zecke | 3 | -3/+9 |
-the really quit on closeEvent and don't wait for the last window -use setName eases debugging | ||||
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-03 | Fix the most grave visible problems with bigger screen | zecke | 6 | -9/+23 |
resolutions | ||||
2003-09-03 | Add the applet example to the buildsystem | zecke | 1 | -1/+2 |
2003-09-03 | Failure free restart of the launcher and a comment | zecke | 3 | -0/+28 |
why we do that | ||||
2003-09-03 | libopie2fied | tille | 4 | -14/+27 |
it was always a test app ;) | ||||
2003-09-03 | more compatibility stuff | tille | 14 | -1/+476 |
2003-09-03 | Inline prevevented me to compile it.. | eilers | 1 | -1/+1 |
2003-09-03 | Add an Example Applet Now Tux grins from your Taskbar ;) | zecke | 4 | -0/+241 |
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-02 | this should make oapplication compile (and run) for qt3/x11 | tille | 15 | -20/+306 |
2003-09-01 | port to OSplitter but QComboBox is a sucker | zecke | 3 | -14/+15 |
2003-09-01 | Link files from big-screen as well | zecke | 1 | -1/+2 |
2003-09-01 | Add big-screen extension to libopie | zecke | 4 | -6/+44 |
2003-09-01 | Use $$(variable) to refer to environment variables in SOURCES and HEADERS | mickeyl | 1 | -48/+48 |