summaryrefslogtreecommitdiff
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
2003-05-30improved keyboard driver to support to levels of SHIFT operationsmickeyl1-32/+160
implement workaround for buggy switches driver (or even the hardware?) generating bogus key events which are now gracefully ignored :)
2003-05-26add improved version of QWSSimpadButtonHandlermickeyl1-11/+58
this one now features automatic keyrepeat and adapts to rotation :-D
2003-05-24add QWSsimpadButtonHandler and patch it into qtemickeyl1-0/+136
2003-05-17SIMpad fixmickeyl1-1/+1
2003-04-25Increment revisionkergoth2-2/+2
2003-04-25Adjust replaces per recent changekergoth1-1/+1
2003-04-25Reducing ambiguity in vera packagingkergoth2-1/+2
2003-04-25Correct shell globbing for verakergoth2-2/+2
2003-04-24Update Bitstream Vera qpfs, include 8,10,12,14,16,18 rather than ↵kergoth3-2/+26
8,10,12,14,18,24, and add Bitstream Vera 'light', which includes only 8,10,12, per mickey's request.
2003-04-23Add postinst for verakergoth1-0/+11
2003-04-23Move update-qtfontdir somewhere a bit more appropriatekergoth2-67/+2
2003-04-23Update fontdir tool to default to /opt/QtPalmtop, and update postinsts on ↵kergoth7-1/+13
the font packages to source /etc/profile prior to attempting to execute update-qtfontdir, which isnt necessarily in the path at the time of execution.
2003-04-23Increase package granularity of qt/e font packages.kergoth15-5/+121
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth3-0/+3
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-22-p1 -> -p0kergoth1-1/+1
2003-04-22Add update-qtfontdir tool for updating qtdir/lib/fonts/fontdir when fonts ↵kergoth2-1/+66
are installed/removed, and include it in qte-fonts package. note: currently only updates qpf entries
2003-04-22Proper debian package namingkergoth1-1/+2
2003-04-22Proper debian package naming.kergoth2-2/+2
2003-04-20Correct paths so patch applies with -p0 in $QTDIRkergoth1-2/+2
2003-04-19set the wanted icon sizesharlekin1-0/+29
2003-04-15Set epoch to 1 on our libqt2-emb packages, thereby closing bug #838, relatingkergoth2-2/+2
to ipkg seeing 2.3.4-beta4 as being newer than 2.3.4.
2003-03-25Correction to the sigsegv handler, & print a segmentation fault message. and ↵kergoth1-2/+4
increment default qt revision.
2003-03-20fix for pnum=0;mickeyl1-2/+2
2003-03-19fix patch for pnum=0;mickeyl1-2/+2
2003-03-19err, helps to shutdown the qws server after catching the segv, otherwise ↵kergoth1-2/+3
itll just close the keyboard over and over until the end of time! *chuckles*
2003-03-19Add patch which installs a SIGSEGV handler into any QWS server to close the ↵kergoth1-0/+26
keyboard on crash, and thereby prevent leaving it in MEDIUMRAW mode.
2003-03-19Update the makefile patch to apply against 2.3.4 final.kergoth1-90/+11
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2003-03-11Added patch for SIMPad tablets courtesy of Chris Martingroucho1-0/+26
2003-02-25Has nobody tried to build a debug version of qt/e with gcc 3.2 since thissandman1-0/+29
patch was committed ?
2003-02-19Fix a bug that prevented ldconfig execution in postinstkergoth1-1/+1
2003-01-26Rather hackish, but necessary, bits. mkipks now parses the qglobal header ↵kergoth2-2/+2
from $QTDIR to obtain both the base qt version and the full version string, thereby letting me use ipkg depends to Depends: libqt2-emb (>= 2.3.4-beta4).
2003-01-26Arent dependencies fun?kergoth1-1/+1
2003-01-241) add Replaces: qt-embedded-rotation to libqt2-emb-fonts, per oliver, and ↵kergoth1-1/+2
2) add libqt2-emb-fonts to libqpe1 depends, to ensure the fonts are always available when using any qtopia app.
2003-01-23Duplicate control pointed out by oliverkergoth3-25/+0
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth3-0/+24
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2002-12-22call ldconfig in postinst for libraries (only if it is installed)sandman1-0/+4
2002-12-14hmm, was this supposed to work without patch?tille1-0/+29
2002-12-12make passing in qte version for ipk creation easierkergoth2-2/+2
2002-12-10enabled font-saving -- this will allow TTF -> QPF conversion (together withsandman1-1/+1
the freetype plugin) and it enlarged my qt/e only be a few KB
2002-12-08the patch was reverse - fixed nowsandman1-4/+4
2002-12-08This fixes the overlapping popupmenu problem. Qt/E chooses the lowersandman1-0/+11
popupmenu (parent) for mouse move events, if two popupmenu overlap.
2002-12-08switched from libpng2 to libpng3sandman1-1/+1
2002-12-08HancomWord on OZ crashes with optimizations in ::fillRect enabled, sosandman1-0/+11
better disable this for all platforms.
2002-12-07added depend on libpng and libzsandman1-2/+2
!! These are familiar package names -- we may have to added the OZ names with | (or)
2002-12-07The Qt/E buildsystem is completly broken, if you want to link libz andsandman1-0/+118
libpng dynamically (which will be the default from now -- it saves 500K in libqte and both libs are only 200K) This should fix it. Please add "-system-libpng -system-zlib" to the configure args
2002-12-07Patch for Qt/E to get rid of libpreload .. we mark the functions, that wesandman1-0/+178
would have to preload as WEAK and provide non-weak versions in libqpe. We have to make sure that the original implementation is still reachable (private: *_NonWeak) by the overrides in libqpe
2002-11-24A sizeHint().height() of 200 pixel is a bit much for a 240x320 displaysandman1-0/+15
2002-11-06Unintentional commitkergoth1-2/+2