summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-05-13BUGFIX for 1314: Fix page initialization on first start of drawpad.mickeyl1-1/+0
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-03-13ODP namespace adjustmentzecke1-0/+2
2004-03-02DrawPad: libopie -> libopie2drw1-1/+1
2003-12-10reduce includesharlekin1-1/+0
2003-10-27merge noncore/graphics/*mickeyl1-10/+2
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-1/+1
2002-09-27the workaround was wrongzecke1-3/+2
2002-09-26temporaray work around for a crashzecke1-3/+5
Double deletion of the setMainWindow happens....
2002-03-16Initial commitleseb1-0/+26