summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/drawpad.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Resource -> OResourcedrw1-23/+62
2004-05-13BUGFIX for 1314: Fix page initialization on first start of drawpad.mickeyl1-2/+4
Problem was caused by a race condition. Developers: If you have todo initializations which depend on the widget layout being finished, _don't_ do this in the widget constructor but in a callback from the mainloop, i.e. via QTimer::singleShot( 10, this, SLOT( myInitialization() ) );
2004-04-08Import a QPixmap via QCOPzecke1-0/+19
2004-03-13ODP namespace adjustmentzecke1-1/+3
2004-03-02DrawPad: libopie -> libopie2drw1-5/+5
2004-03-01fix includeschicken1-1/+0
2004-02-14improve support for BigScreenar1-8/+5
2003-12-10reduce includesharlekin1-1/+0
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-8/+8
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-10-27merge noncore/graphics/*mickeyl1-2/+3
Note: qpdf is still not quicklaunch-able. I recommend not wasting time to convert it but look @ qpdf2 instead.
2003-08-09Merge from BRANCH_1_0kergoth1-0/+6
2003-04-13Adjust to new libopie version of ColorDialog and Menu..zecke1-2/+2
I'll port first all apps an the check in the libopie changes to avoid bigger problems
2003-03-21redo undo now in inlineharlekin1-4/+4
2003-01-01Added QWhatsThis and some code optimizations to reduce executable size.drw1-17/+36
2002-07-10Undo/redo reimplementedleseb1-18/+10
2002-06-26Add application configleseb1-5/+34
2002-06-23Anti-aliasing as an optionleseb1-1/+12
2002-06-14Page attributes works!!!leseb1-2/+4
2002-06-13Starting to implement page attributesleseb1-0/+13
2002-06-08Working version of new page and clear page in thumbnail viewleseb1-2/+15
2002-06-07Make progress in thumbnail viewleseb1-4/+50
2002-06-06New page class, thumbnail view draftleseb1-0/+15
2002-04-30Clean code + fix 2 new introduced bugsleseb1-44/+14
2002-04-26Use new ColorPopupMenu and ColorDialog found in libopiedrw1-38/+39
2002-04-17Add text toolleseb1-22/+62
2002-04-06- Save album in PNG format instead of XPMleseb1-0/+2
- Small fixes
2002-03-29Memory leak, null pointer fixesleseb1-1/+6
2002-03-27Import/export dialogs, improved new page dialog, new tools, ...leseb1-102/+215
2002-03-21Enable any size pagesleseb1-15/+24
2002-03-19Better color selectionleseb1-26/+38
2002-03-17Basic undo/redoleseb1-51/+30
2002-03-16Initial commitleseb1-0/+390