summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Resource -> OResourcedrw2-30/+77
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-198/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+198
2004-07-14Problem: Opie-Drawpad loads its document delayed. This means a setDocumentzecke1-1/+24
like from the Screenshot Applet could be executed prior to the final initialisation of drawpad and the just added page vanishes. Solve: Take the fact into account and 1st) don't create an empty page if there is already a page which is the case with the setDocument call 2nd) if we load but already have pages we need to add the new pages
2004-05-13BUGFIX for 1314: Fix page initialization on first start of drawpad.mickeyl4-6/+10
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 QCOPzecke4-6/+40
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13ODP namespace adjustmentzecke5-7/+13
2004-03-02DrawPad: libopie -> libopie2drw9-21/+21
2004-03-01fix includeschicken1-1/+0
2004-02-14improve support for BigScreenar1-8/+5
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2003-12-10reduce includesharlekin16-18/+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-12-04use opie-lupdate instead lupdatear1-19/+0
2003-10-27merge noncore/graphics/*mickeyl4-18/+10
Note: qpdf is still not quicklaunch-able. I recommend not wasting time to convert it but look @ qpdf2 instead.
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth9-17/+44
2003-06-17fixed strange version numberschurig1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
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-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-01Added QWhatsThis and some code optimizations to reduce executable size.drw3-33/+59
2002-12-14addLanguage rulescniehaus1-0/+2
2002-11-14Should fix bug 0000448leseb1-0/+5
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
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-09-10Compile fix for Qtopia1.6zecke1-2/+4
selected() -> selectedDocument() CCMAIL leseb@handhelds.org
2002-08-29Correcting various syntax problems in control files.kergoth1-1/+0
2002-08-27some fixes for italien + updates of opie-i18n-de + one bugfix for Solitare ↵cniehaus1-0/+1
i18n-wise
2002-08-27now in pim tabharlekin1-1/+1
2002-07-16New version 0.9.5leseb1-1/+1
2002-07-13Back to a smaller undo/redo numberleseb1-1/+1
2002-07-10Undo/redo reimplementedleseb13-187/+169
2002-06-27New versionleseb1-1/+1
2002-06-27Try to take AA into account when fillingleseb2-1/+75
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-17/+14
many core files ... please report bugs on this to davipt
2002-06-26Add application configleseb4-5/+54
2002-06-24Fix TRANSLATIONSdavipt1-14/+17