Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-08-31 | recognize i18n as well | zecke | 1 | -0/+3 |
2003-08-31 | Add an Example showing the udage of QCOP, PIM API and | zecke | 8 | -0/+582 |
some other nice parts | ||||
2003-08-31 | add various stuff | mickeyl | 1 | -0/+63 |
2003-08-30 | Fix the config.in | zecke | 4 | -16/+16 |
2003-08-30 | include a new menu for examples and the examples apps | zecke | 3 | -1/+11 |
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 | The usual .cvsignore | zecke | 4 | -0/+12 |
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 | Add four examples | zecke | 23 | -0/+1117 |
#1 simple widget + OApplicationFactory + qmake usage explained #2 simple icons + usage of Resource and playing of sounds #3 simple main + Toolbar + MenuBar IconSets and QActions explained #4 main tab + Usage of OTabWidget and QSignals with parameters disconnect and connect TODO #5 PIM loading and viewing #6 PIM qcop + usage of QCOP BuildSystem integration | ||||
2003-08-30 | Add Example tab and 4 examples for now | zecke | 5 | -0/+34 |
2003-08-30 | Speed optimization fix: | eilers | 6 | -66/+105 |
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file.. | ||||
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 4 | -8/+14 |
2003-08-30 | do not rely on scrollbars beeing right | zecke | 1 | -3/+4 |
2003-08-29 | Patch provided by mithro | zecke | 2 | -0/+48 |
I've included 2 patches need to make opie support on the fly screen resolution changing. This is done with the following, qcop "QPE/System" "setCurrentMode(int,int,int)" 480 640 16 This is good for running applications in compatibility mode on the C700. As you can see there isn't much to these patches. | ||||
2003-08-29 | Fixes for base64 decoding and encoding of vCard | zecke | 4 | -39/+32 |
2003-08-29 | Usability for our left handed users ( me! ) | zecke | 1 | -0/+169 |
2003-08-29 | -IF the app is visible and has more than once topLevel widget | zecke | 2 | -43/+110 |
iterate over the list and activate the next one. -Install translation in .qm -Add an else again ( was lost in a merge ) | ||||
2003-08-28 | add TODO, remove MOC and OBJECTS dir as they are set in include.pro | mickeyl | 3 | -4/+5 |
2003-08-28 | Welcome new Launcher | zecke | 1 | -1/+1 |
2003-08-28 | Add license | zecke | 16 | -3206/+20 |
remove old unneeded files | ||||
2003-08-28 | prepare busy cursor config | zecke | 1 | -96/+81 |
2003-08-28 | make it compile | zecke | 1 | -1/+1 |
2003-08-28 | Use owait | zecke | 2 | -21/+20 |
Harlekin you're not destroying owait... | ||||
2003-08-28 | Use old Opie changes | zecke | 1 | -1081/+1072 |
2003-08-28 | -Implement new QCOP method for toggling the start menu | zecke | 1 | -109/+168 |
-almost kill resizeEvent ( todo ) | ||||
2003-08-28 | Plugin loading changes | zecke | 2 | -47/+35 |
2003-08-28 | Use real applets | zecke | 2 | -248/+172 |
2003-08-28 | Use /proc/fstab | zecke | 1 | -5/+15 |
2003-08-28 | Use Opies version | zecke | 1 | -9/+9 |
2003-08-28 | rotation and docking fixes | zecke | 1 | -10/+12 |
2003-08-28 | Rework to use ODevice for various parts | zecke | 2 | -227/+472 |
addition of QCOP messages New Keyfilter ( ODeviceButton ) keyFilter Fix togglePower suspend fixes | ||||
2003-08-28 | fix pahs and variables | zecke | 1 | -60/+62 |
2003-08-28 | Opiefy and include Opie changes | zecke | 2 | -41/+117 |
2003-08-28 | Compile fixes | zecke | 3 | -375/+228 |
2003-08-28 | Include fixes for Opie | zecke | 1 | -5/+26 |
2003-08-28 | QTOPIA_EXPORT is not in our qcom.h and won't be there anytime soon.. | zecke | 1 | -4/+4 |
2003-08-28 | -kill casiopai support | zecke | 1 | -72/+234 |
-Opie Rotation -Opie init -proper killing to clean up | ||||
2003-08-28 | -Make it compile | zecke | 3 | -1443/+929 |
-apply Opie patches -prepare BusyIndicator changes -add QCOP method for showing the desktop and going to the next tab | ||||
2003-08-28 | Make it compile with opie ( use QLibrary ) | zecke | 2 | -11/+53 |
2003-08-28 | Use QLibrary directly ( make it compile with Opie ) | zecke | 2 | -152/+431 |
Save the last used InputMethod | ||||
2003-08-28 | Make it compile with opie | zecke | 1 | -1/+1 |
2003-08-28 | Make it compile with Opie | zecke | 1 | -7/+8 |
2003-08-28 | Make conpile with Opie | zecke | 1 | -30/+39 |
If QuickApps exec fails don't try to start it anytime soon If application fails to start and /tmp/qcop-msg- is present don't try to restart | ||||
2003-08-28 | Remove source files that re no longer generated | zecke | 1 | -5/+0 |
2003-08-27 | -Convert to quick launch as an example | zecke | 3 | -28/+15 |
-Fix a bug. If flush() is called m_syncing = true and on reload m_syncing = false | ||||
2003-08-27 | Fix path | zecke | 2 | -2/+2 |
it's application not applications | ||||
2003-08-27 | add a channel example | mickeyl | 1 | -0/+8 |
2003-08-27 | Opiefy it | zecke | 6 | -350/+81 |
2003-08-27 | Initial revision | zecke | 5 | -0/+606 |