Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-11-08 | remove newline which seems to confuse ipkg | chicken | 1 | -1/+0 |
2003-11-06 | merge core/opie-login | mickeyl | 1 | -1/+2 |
2003-11-06 | merge core/apps/* | mickeyl | 7 | -85/+72 |
2003-11-06 | merge core/settings/* | mickeyl | 24 | -130/+94 |
- light-and-power and security were a bit ugly, so I recommend someone who actually dealt with these files looking into if I got it right (not to tell about the frustratation about the fact that the ones who dealt with these files didn't do the merge in the first place :( | ||||
2003-11-06 | merge core/applets/* | mickeyl | 2 | -7/+4 |
2003-11-06 | merge core/tools/* | mickeyl | 3 | -2/+34 |
2003-11-05 | made helpbrowser quicklauch | waspe | 1 | -0/+1 |
2003-11-05 | fix compile. probably wont work. who knows. | llornkcor | 7 | -86/+385 |
2003-11-05 | fix compile. may need more fixing.. who knows.... | llornkcor | 1 | -0/+11 |
2003-11-05 | remove <<<<<< | llornkcor | 1 | -1/+1 |
2003-11-05 | make compile. needs fixing | llornkcor | 2 | -2/+4 |
2003-11-05 | removed include custom.h cause build system doesn't create it for me and I ↵ | llornkcor | 6 | -6/+6 |
am tired of not having a compiling opie to work on. fix it if you need too | ||||
2003-11-04 | resolved merge conflict | waspe | 1 | -38/+114 |
2003-11-04 | remove merge conflict | waspe | 1 | -14/+14 |
2003-11-03 | resolve merge conflict | waspe | 1 | -2/+2 |
2003-11-03 | reolved merge conflict | waspe | 1 | -0/+2 |
2003-11-03 | remove merge conflict | waspe | 1 | -1/+13 |
2003-11-03 | resolved merge conflict | waspe | 12 | -68/+107 |
2003-11-03 | resolved merge conflict | waspe | 2 | -10/+2 |
2003-11-03 | reolved merge conflict | waspe | 1 | -2/+1 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 33 | -56/+381 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-10-19 | This patch finish the work on the resizable inputmethods. | mickeyl | 2 | -14/+75 |
- in "floating" mode, input methods now remember their geometry - if closed via (x), the inputmethod button is toggled accordingly - eliminated the focus problem | ||||
2003-10-16 | mmx sux | llornkcor | 1 | -1/+1 |
2003-10-07 | If you decide to close the mainwindow and have say editor and views open as well | zecke | 1 | -1/+1 |
call closeAllWindows() after all events are dispatched | ||||
2003-10-07 | -Kill stupid QCOP check | zecke | 2 | -35/+35 |
-introduce OPIE_SOUND_FRAGMENT_SHIFT -USE_REALTIME_AUDIO_THREAD is now defined in custom.h | ||||
2003-10-07 | -Kill stupid define which sets QWS_SIZE to 240x320 | zecke | 2 | -2/+2 |
-Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined | ||||
2003-10-07 | kill un-needed QCOP checking | zecke | 1 | -2/+0 |
2003-10-04 | Avoid crashing on no mouse driver | zecke | 2 | -7/+9 |
2003-10-04 | Check if there is a Mouse Driver | zecke | 3 | -12/+16 |
And get rid off the QPE_NEED_CALIBRATION define for defining the need of calibration We will find out at runtime SomeOne Apply this to core/server in the BRANCH as well | ||||
2003-10-02 | Start with some customization bits for inputmethods as part of the | mickeyl | 9 | -40/+200 |
BigScreen initiative. You can now choose to have free floating and resizable inputmethods. Two outstanding things: 1.) Hiding the inputmethod via the [x] button confuses the show/hide toggle button. 2.) The new size and position of a moved/resized inputmethod should be remembered. | ||||
2003-09-29 | ocontactfields is moved to libopie/pim | eilers | 2 | -516/+0 |
2003-09-29 | ocontactfields is now moved to libopie/pim | eilers | 6 | -9/+6 |
2003-09-29 | Now using default font instead smallsmooth | eilers | 1 | -1/+2 |
2003-09-25 | Fixed inconsistencies between Description and Notes | eilers | 1 | -1/+1 |
2003-09-22 | FEATURE: vtapplet now indicates which virtual terminals are occupied | mickeyl | 2 | -11/+31 |
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 | merge control files with BRANCH | mickeyl | 15 | -21/+20 |
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-16 | virtual terminal applet says: "Hello" | mickeyl | 5 | -0/+214 |
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-03 | Fix the most grave visible problems with bigger screen | zecke | 6 | -9/+23 |
resolutions | ||||
2003-09-03 | Failure free restart of the launcher and a comment | zecke | 3 | -0/+28 |
why we do that | ||||
2003-09-03 | Inline prevevented me to compile it.. | eilers | 1 | -1/+1 |
2003-09-01 | Use $$(variable) to refer to environment variables in SOURCES and HEADERS | mickeyl | 1 | -48/+48 |
2003-08-31 | mickeyl again ;) | zecke | 3 | -0/+1973 |
2003-08-31 | thanks mickeyl | zecke | 2 | -0/+102 |