summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fixed the SVG paint engine to preserve whitespace when drawing text.Kim Motoyoshi Kalland2009-10-201-0/+1
| | * | | | | Fixed a stencil clearing bug in the GL 1 engine.Trond Kjernaasen2009-10-201-19/+21
| | * | | | | Fix build on desktop X11Tom Cooksey2009-10-202-3/+1
| | * | | | | Use different GL contexts for ARGB & RGB pixmapsTom Cooksey2009-10-191-31/+100
| | * | | | | Add an assert testing the cleanup hooks exist before executing themTom Cooksey2009-10-191-0/+1
| | * | | | | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-199-5/+304
| | * | | | | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-195-19/+67
| | * | | | | Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-192-2/+4
| | * | | | | Integrated new triangulating stroker into QtGunnar Sletta2009-10-195-54/+730
| | * | | | | Fixed slow QPixmap::fill() when the pixmap is sharing data.Kim Motoyoshi Kalland2009-10-191-1/+11
| * | | | | | Documentation: Correct dangling reference to Qt Designer documentation.Friedemann Kleint2009-10-221-1/+1
| | |_|/ / / | |/| | | |
| * | | | | windowsmobilelify embedded demosJoerg Bornemann2009-10-214-9/+11
| * | | | | Listen on hasVideoChanged() instead of only checking hasVideo().Frans Englich2009-10-212-2/+7
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gareth Stockwell2009-10-211-6/+8
| |\ \ \ \ \
| | * | | | | Assistant: More useful error messages for help collections.ck2009-10-211-6/+8
| * | | | | | Fixed logical error in winIdChanged auto test.Gareth Stockwell2009-10-211-0/+15
| |/ / / / /
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Iain2009-10-2193-31270/+56640
| |\ \ \ \ \
| * | | | | | Update EABI DEF files for Symbian OSIain2009-10-205-10/+55
* | | | | | | Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* | | | | | | The QMenuPrivate::activationRecursionGuard has to be a boolean.Marius Bugge Monsen2009-10-211-1/+1
* | | | | | | Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-2159-30608/+55424
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Make Symbian emulator behave the same as device for mouse & touchscreenShane Kearns2009-10-211-0/+7
| * | | | | | Cleaned up the API of the Symbian event hooks.axis2009-10-2112-76/+361
| * | | | | | fix editable comboboxes in the Windows mobile styleJoerg Bornemann2009-10-211-31/+73
| * | | | | | Revert "Switch from *-armv5 to *-armv6."Frans Englich2009-10-218-17/+17
| * | | | | | don't remap VK_RETURN on Windows mobile if not in keypad navigation modeJoerg Bornemann2009-10-211-2/+2
| * | | | | | Fixed .make.cache write collision on symbian-sbsv2 buildsMiikka Heikkinen2009-10-211-0/+9
| * | | | | | S60Style's tab widget is too small for touch useSami Merilä2009-10-214-4/+36
| * | | | | | Switch from *-armv5 to *-armv6.Frans Englich2009-10-218-17/+17
| * | | | | | Included table for definition of plural forms for different languages.Peter Yard2009-10-211-3/+334
| * | | | | | VXWorks changes.Bill King2009-10-211-5/+24
| * | | | | | Fixes: WebKit Windows CE buildBill King2009-10-211-1/+1
| * | | | | | Trolltech modifications to SQLite.Bill King2009-10-211-2/+17
| * | | | | | Update sqlite to 3.6.19Bill King2009-10-212-30056/+53754
| | |_|/ / / | |/| | | |
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-2168-1047/+1974
| |\ \ \ \ \
| | * | | | | Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-10-201-1/+1
| | * | | | | Ensure qmake does not lose the error code when going over the subdirsAndy Shaw2009-10-203-7/+18
| | * | | | | Fix tst_QHeaderView::length() on Symbian.Liang QI2009-10-201-1/+4
| | * | | | | Introduce the QAccessibleActionInterfaceHarald Fernengel2009-10-205-2/+103
| | * | | | | Implement QAccesibleValueInterface for QProgressBarHarald Fernengel2009-10-203-1/+50
| | * | | | | Assistant: Fix syntax error.ck2009-10-201-1/+1
| | * | | | | Set OFN_PATHMUSTEXIT as a default parameterMartin Pejcoch2009-10-201-2/+2
| | * | | | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-2043-919/+1691
| | |\ \ \ \ \
| | | * | | | | Windows CE gets a different paint event count than windowsninerider2009-10-201-2/+4
| | | * | | | | Test fixes for Windows Mobile.ninerider2009-10-202-96/+120
| | | * | | | | Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-203-4/+26
| | | * | | | | Fixed QFileDialog crash on SymbianMiikka Heikkinen2009-10-201-0/+10
| | | * | | | | Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-2011-26/+78
| | | * | | | | QT-693 QS60Style does not regard selection beahviors with itemviewsSami Merilä2009-10-201-2/+22