summaryrefslogtreecommitdiff
path: root/libopie/big-screen
AgeCommit message (Collapse)AuthorFilesLines
2003-10-07Just a small example on usage of an Event Filter...zecke2-0/+13
I needed that for debugging but it looks useful as an example
2003-09-15compile fixmickeyl1-2/+2
2003-09-13The rest of the implementation.zecke2-38/+346
Theoretically you could use it, now writing the example and then finally compile that sucker for the 1st time
2003-09-12Add the implementation for non template objectszecke2-18/+263
And only 10 and 1/2 methods to implement
2003-09-12More implementation and thoughtszecke1-9/+190
2003-09-11more thoughts about the right mix between templates and QObjectszecke1-12/+79
2003-09-07Add thoughts and interface about dynamic ToolBar/MenuBar generationzecke2-0/+179
and a modal helper template class
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-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-01Add big-screen extension to libopiezecke3-5/+43
2003-09-01OSplitter the first BigScreen Extension widget is donezecke7-40/+228
with a small example
2003-08-30Add IDEAS for Opie bigscreen extensionszecke3-0/+396
and the first sketch of the OSplitter please take a look and comment