summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf
AgeCommit message (Collapse)AuthorFilesLines
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-1/+1
check QT_VERSION against 0x030000 instead of 300
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-247/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+247
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14Fix up depends on LIBOPIE1zecke1-1/+1
Proper signature for signal and slots and namespaces
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-16/+16
TT.
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2003-12-20make it buildablechicken1-1/+1
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth3-179/+192
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-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-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-11 QBusyBar::~QBusyBar ( )simon1-0/+1
{ + delete [] m_fadecols;
2002-12-10Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer ↵kergoth1-1/+1
link with g++.
2002-11-14namespace and include fix for uses of iostream in STLkergoth1-5/+7
2002-11-08- a couple of fixes like this one:simon3-4/+4
- fprintf(f, "%g", real); + fprintf(f, "%g", static_cast<double>(real)); with 'real' being a fouble object. as fprintf is a c function with variable arguments one cannot pass non-primitive objects through it and there is no way for the compiler to figure out the right conversion operator, so we give it a helping hand :)
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-10-09Forgot a Q_OBJECT macro .. this produced many runtime QObject warningssandman1-0/+2
2002-10-06backout the QTool/MenuBar changes ... the bug is in libqpesandman1-3/+3
2002-10-06- uses OFileSelector nowsandman2-6/+6
- menu/toolbars are now QPE variants
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-07-04Fix for compiling on x86 (Red Hat)leseb1-0/+1
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-22/+14
many core files ... please report bugs on this to davipt
2002-06-24Fix TRANSLATIONSdavipt1-3/+17
2002-06-23Simon thanks for the patch. Some clean ups. Patch provided by tronicalzecke1-2/+2
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp
2002-06-16This add .pt and .es to all .procniehaus1-0/+2
2002-05-23Port to xpdf 1.01sandman69-715/+2201
2002-05-23Removed unused operator<<(ostream&)sandman1-0/+2
2002-04-30- ostream is part of the std namespacesimon1-1/+1
2002-04-16Fix (previous commit was an experimental version)sandman1-2/+0
2002-04-16- fixed a bug with zero-length stringssandman3-74/+91
- introduces macros for fast PDF-debugging - speedup in math-emulation (rounding,sqrt,fabs) - libstdc++ not needed anymore
2002-04-15*** empty log message ***leseb1-0/+3
2002-04-15update to new icon locatonharlekin1-1/+1
2002-04-13Enabled qpdf in main Makfilesandman1-2/+2
Fixed import of wrong version gooStub.cpp
2002-04-13CVS import of QPdfsandman87-0/+33197