summaryrefslogtreecommitdiff
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-05-16Version incrementkergoth1-1/+1
2002-05-09Version incrementkergoth1-1/+1
2002-04-23Upped revision for new qt build with -system-jpeg.kergoth2-2/+2
2002-04-16added depend to libjpegharlekin1-0/+1
2002-04-16depend on libjpegharlekin1-1/+2
2002-03-11add new qt/e patchbipolar1-0/+106
2002-03-11stupid file wont updatebipolar1-106/+0
2002-03-11update QT/e versionbipolar1-1/+1
2002-03-11- sync with qtopia cvs: adds patch which fixes qpixmaps loosing theirsimon1-0/+42
masks when scaling using certain scaling factors
2002-02-04Changing section from qpe to opiemark3-3/+3
2002-02-01Add patch for qte-232 for qsound fix for iPaq.bipolar1-0/+64
2002-01-25Initial revisionkergoth8-0/+536