Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-01-26 | Rather hackish, but necessary, bits. mkipks now parses the qglobal header ↵ | kergoth | 2 | -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-26 | Arent dependencies fun? | kergoth | 1 | -1/+1 |
2003-01-24 | 1) add Replaces: qt-embedded-rotation to libqt2-emb-fonts, per oliver, and ↵ | kergoth | 1 | -1/+2 |
2) add libqt2-emb-fonts to libqpe1 depends, to ensure the fonts are always available when using any qtopia app. | ||||
2003-01-23 | Duplicate control pointed out by oliver | kergoth | 3 | -25/+0 |
2003-01-23 | package naming change.. alter library packages to use debian naming ↵ | kergoth | 3 | -0/+24 |
convention. also moved bits that didnt belong in lib pakcages elsewhere. | ||||
2002-12-22 | call ldconfig in postinst for libraries (only if it is installed) | sandman | 1 | -0/+4 |
2002-12-14 | hmm, was this supposed to work without patch? | tille | 1 | -0/+29 |
2002-12-12 | make passing in qte version for ipk creation easier | kergoth | 2 | -2/+2 |
2002-12-10 | enabled font-saving -- this will allow TTF -> QPF conversion (together with | sandman | 1 | -1/+1 |
the freetype plugin) and it enlarged my qt/e only be a few KB | ||||
2002-12-08 | the patch was reverse - fixed now | sandman | 1 | -4/+4 |
2002-12-08 | This fixes the overlapping popupmenu problem. Qt/E chooses the lower | sandman | 1 | -0/+11 |
popupmenu (parent) for mouse move events, if two popupmenu overlap. | ||||
2002-12-08 | switched from libpng2 to libpng3 | sandman | 1 | -1/+1 |
2002-12-08 | HancomWord on OZ crashes with optimizations in ::fillRect enabled, so | sandman | 1 | -0/+11 |
better disable this for all platforms. | ||||
2002-12-07 | added depend on libpng and libz | sandman | 1 | -2/+2 |
!! These are familiar package names -- we may have to added the OZ names with | (or) | ||||
2002-12-07 | The Qt/E buildsystem is completly broken, if you want to link libz and | sandman | 1 | -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-07 | Patch for Qt/E to get rid of libpreload .. we mark the functions, that we | sandman | 1 | -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-24 | A sizeHint().height() of 200 pixel is a bit much for a 240x320 display | sandman | 1 | -0/+15 |
2002-11-06 | Unintentional commit | kergoth | 1 | -2/+2 |
2002-11-06 | Changing sharp define. if someone doesnt like it, let me know :) | kergoth | 1 | -2/+2 |
2002-09-21 | Workaround for a (IMHO) design-flaw in the style/palette handling. Styles | sandman | 1 | -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-09 | cleanup, they are quite old | harlekin | 7 | -303/+0 |
2002-09-09 | first round of patches to qt embedded 2.3.4 | harlekin | 3 | -0/+85 |
2002-09-08 | version should follow qt/e version | kergoth | 1 | -1/+1 |
2002-09-08 | -21 subversion for qt/e seems odd, considering the ipk in the feed is -3... | kergoth | 1 | -1/+1 |
2002-09-05 | removed single boot-floppy build | sandman | 2 | -41/+8 |
2002-09-02 | patch for the segfaulting konq/e | harlekin | 1 | -0/+19 |
2002-09-01 | Fix for bug #154: | sandman | 1 | -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-30 | New/ported patches for Qt/E 2.3.3 | sandman | 4 | -0/+194 |
2002-07-30 | Patch was generated using the wrong base dir | sandman | 1 | -2/+2 |
2002-07-21 | Patch for style change bug in Qt. This was the "switching the first time | sandman | 1 | -0/+23 |
to liquid crash". | ||||
2002-07-06 | Bug report submitted to TT (fix is already in for Qt/E 3.0.4) | sandman | 1 | -0/+18 |
2002-06-20 | Fix a wrong assumption: | sandman | 1 | -0/+11 |
TT tought only SGI style needs the drawMenuBar hack -- MotifPlus and Liquid need this hack too | ||||
2002-06-02 | Patch to remove unneeded hunk from diff - sideeffect: The diff is useable | sandman | 1 | -9/+0 |
with both stock 2.3.2 and 2.3.3pre | ||||
2002-06-01 | Patch to src/kernel/qkeyboard_qws.cpp to: | sandman | 1 | -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-16 | Version increment | kergoth | 1 | -1/+1 |
2002-05-09 | Version increment | kergoth | 1 | -1/+1 |
2002-04-23 | Upped revision for new qt build with -system-jpeg. | kergoth | 2 | -2/+2 |
2002-04-16 | added depend to libjpeg | harlekin | 1 | -0/+1 |
2002-04-16 | depend on libjpeg | harlekin | 1 | -1/+2 |
2002-03-11 | add new qt/e patch | bipolar | 1 | -0/+106 |
2002-03-11 | stupid file wont update | bipolar | 1 | -106/+0 |
2002-03-11 | update QT/e version | bipolar | 1 | -1/+1 |
2002-03-11 | - sync with qtopia cvs: adds patch which fixes qpixmaps loosing their | simon | 1 | -0/+42 |
masks when scaling using certain scaling factors | ||||
2002-02-04 | Changing section from qpe to opie | mark | 3 | -3/+3 |
2002-02-01 | Add patch for qte-232 for qsound fix for iPaq. | bipolar | 1 | -0/+64 |
2002-01-25 | Initial revision | kergoth | 8 | -0/+536 |