summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-281-3/+7
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-0/+4
|\
| * QtScript: Compatibility with 4.5Olivier Goffart2009-10-221-0/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2286-3614/+6426
|\ \ | |/
| * Qt patches to libpng sources.aavit2009-10-221-2/+12
| * Upgrade libpng to version 1.2.40aavit2009-10-2286-3626/+6428
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-75/+16
|\ \ | |/
| * qfontengine_win.cpp: special Windows CE code removedJoerg Bornemann2009-10-221-75/+16
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2236-140/+1504
|\ \ | |/
| * Fix a bug in QGraphicsRotation related to 2D projectionsRhys Weatherley2009-10-222-2/+4
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2284-30806/+55398
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-2222-30144/+54246
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Iain2009-10-2164-30780/+55188
| | | |\
| | | * | Update EABI DEF files for Symbian OSIain2009-10-205-10/+55
| | * | | Fixed clock() function return values in audio class's.Kurt Korbatits2009-10-224-4/+4
| * | | | Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-213-3/+18
| * | | | Fixed an assert when running the composition demo on Mac.Trond Kjernåsen2009-10-201-16/+19
| * | | | Make sure QGLTextureCache exists when creating surfaces for pixmapsTom Cooksey2009-10-202-2/+8
| * | | | Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-205-4/+239
| * | | | 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
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2136-30151/+54489
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| * | | | don't remap VK_RETURN on Windows mobile if not in keypad navigation modeJoerg Bornemann2009-10-211-2/+2
| * | | | S60Style's tab widget is too small for touch useSami Merilä2009-10-214-4/+36
| * | | | 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-2142-563/+871
| |\ \ \
| | * | | Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-10-201-1/+1
| | * | | Introduce the QAccessibleActionInterfaceHarald Fernengel2009-10-205-2/+103
| | * | | Implement QAccesibleValueInterface for QProgressBarHarald Fernengel2009-10-203-1/+50
| | * | | Set OFN_PATHMUSTEXIT as a default parameterMartin Pejcoch2009-10-201-2/+2
| | * | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-2026-462/+678
| | |\ \ \
| | | * | | Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-203-4/+26
| | * | | | Fix bug introduced by cleanup commit.Frans Englich2009-10-201-2/+0
| * | | | | Fixed compile issue with alsa < 1.0.14Kurt Korbatits2009-10-215-4/+74
* | | | | | Compile on Windows when QS_RAWINPUT is not defined.Bradley T. Hughes2009-10-211-1/+4
* | | | | | Use GetStatusQueue() to look for timer and input messagesBradley T. Hughes2009-10-211-2/+1