summaryrefslogtreecommitdiff
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
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
2002-11-06Changing sharp define. if someone doesnt like it, let me know :)kergoth1-2/+2
2002-09-21Workaround for a (IMHO) design-flaw in the style/palette handling. Stylessandman1-0/+23
like liquid that need to recalculate things on a palette change can get seriously confused when a class specific palette is polished
2002-09-09cleanup, they are quite oldharlekin7-303/+0
2002-09-09first round of patches to qt embedded 2.3.4harlekin3-0/+85
2002-09-08version should follow qt/e versionkergoth1-1/+1
2002-09-08-21 subversion for qt/e seems odd, considering the ipk in the feed is -3...kergoth1-1/+1
2002-09-05removed single boot-floppy buildsandman2-41/+8
2002-09-02patch for the segfaulting konq/eharlekin1-0/+19
2002-09-01Fix for bug #154:sandman1-0/+51
"Tapping a menu and then tapping another menu doesnt open the newly tapped menu this is a problem with qt, and only a problem because qt is made for mouse input, not tapscreens. try this: open any app with more than 2 menus. open the first menu by tapping it and releasing it. Try to tap the next menu by tapping. wont open, eh? and it should, right?" Does now
2002-08-30New/ported patches for Qt/E 2.3.3sandman4-0/+194
2002-07-30Patch was generated using the wrong base dirsandman1-2/+2
2002-07-21Patch for style change bug in Qt. This was the "switching the first timesandman1-0/+23
to liquid crash".
2002-07-06Bug report submitted to TT (fix is already in for Qt/E 3.0.4)sandman1-0/+18
2002-06-20Fix a wrong assumption:sandman1-0/+11
TT tought only SGI style needs the drawMenuBar hack -- MotifPlus and Liquid need this hack too
2002-06-02Patch to remove unneeded hunk from diff - sideeffect: The diff is useablesandman1-9/+0
with both stock 2.3.2 and 2.3.3pre
2002-06-01Patch to src/kernel/qkeyboard_qws.cpp to:sandman1-0/+154
a) support *all* PC/AT type scan codes (so micro keyboard should be fully functional b) Fix the sticky action key bug. (this is a problem with the action key scan code (0x60) and the key release flag (0x80). 0x60|0x80 = 0xe0 and this is the extended mode 1 modifier and not "release action key". Simple workaround: remember if action key is depressed.