summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-07Add thoughts and interface about dynamic ToolBar/MenuBar generationzecke2-0/+179
and a modal helper template class
2003-09-06-Switch to OWidgetStack actually only three lines touch by thiszecke3-3/+9
-the really quit on closeEvent and don't wait for the last window -use setName eases debugging
2003-09-05OWidgetStack and Example showing it and QSignalMapperzecke5-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-04Rely on QFRame for the sizeHintzecke2-5/+7
2003-09-04Thanks to eilers for spotting this.zecke1-4/+5
The second osplitter correctly adds it widgets to the tab but is visible as well so better hide it
2003-09-03Fix the most grave visible problems with bigger screenzecke6-9/+23
resolutions
2003-09-03Add the applet example to the buildsystemzecke1-1/+2
2003-09-03Failure free restart of the launcher and a commentzecke3-0/+28
why we do that
2003-09-03libopie2fiedtille4-14/+27
it was always a test app ;)
2003-09-03more compatibility stufftille14-1/+476
2003-09-03Inline prevevented me to compile it..eilers1-1/+1
2003-09-03Add an Example Applet Now Tux grins from your Taskbar ;)zecke4-0/+241
2003-09-02New impressive example and test suitezecke5-19/+176
Now OSplitter is almost done
2003-09-02Allow adding child Osplitters and sharingzecke2-25/+266
the same OTabBar ( untested ) but the normal mode still works
2003-09-02this should make oapplication compile (and run) for qt3/x11tille15-20/+306
2003-09-01port to OSplitter but QComboBox is a suckerzecke3-14/+15
2003-09-01Link files from big-screen as wellzecke1-1/+2
2003-09-01Add big-screen extension to libopiezecke4-6/+44
2003-09-01Use $$(variable) to refer to environment variables in SOURCES and HEADERSmickeyl1-48/+48
2003-09-01Fix to compile..eilers2-3/+3
2003-09-01OSplitter the first BigScreen Extension widget is donezecke7-40/+228
with a small example
2003-08-31mickeyl again ;)zecke3-0/+1973
2003-08-31thanks mickeylzecke2-0/+102
2003-08-31recognize i18n as wellzecke1-0/+3
2003-08-31Add an Example showing the udage of QCOP, PIM API andzecke8-0/+582
some other nice parts
2003-08-31add various stuffmickeyl1-0/+63
2003-08-30Fix the config.inzecke4-16/+16
2003-08-30include a new menu for examples and the examples appszecke3-1/+11
2003-08-30Sorry Stefan but the feature list is currently locked by mickeyl and I'm ↵zecke1-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-30Add IDEAS for Opie bigscreen extensionszecke3-0/+396
and the first sketch of the OSplitter please take a look and comment
2003-08-30The usual .cvsignorezecke4-0/+12
2003-08-30Add comments about API changes when possible againzecke2-2/+18
Add currentWidget() method and mark it as since 1.2
2003-08-30Add four exampleszecke23-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-30Add Example tab and 4 examples for nowzecke5-0/+34
2003-08-30Speed optimization fix:eilers6-66/+105
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file..
2003-08-30Removed some unimportant debug output which causes slow down..eilers4-8/+14
2003-08-30 do not rely on scrollbars beeing rightzecke1-3/+4
2003-08-29Patch provided by mithrozecke2-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-29Fixes for base64 decoding and encoding of vCardzecke4-39/+32
2003-08-29Usability for our left handed users ( me! )zecke1-0/+169
2003-08-29-IF the app is visible and has more than once topLevel widgetzecke2-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-28add TODO, remove MOC and OBJECTS dir as they are set in include.promickeyl3-4/+5
2003-08-28Welcome new Launcherzecke1-1/+1
2003-08-28Add licensezecke16-3206/+20
remove old unneeded files
2003-08-28prepare busy cursor configzecke1-96/+81
2003-08-28make it compilezecke1-1/+1
2003-08-28Use owaitzecke2-21/+20
Harlekin you're not destroying owait...
2003-08-28Use old Opie changeszecke1-1081/+1072
2003-08-28-Implement new QCOP method for toggling the start menuzecke1-109/+168
-almost kill resizeEvent ( todo )
2003-08-28Plugin loading changeszecke2-47/+35