summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining instances of THISYEAR placeholder.Jason McDonald2009-09-223-4/+4
* Remove distinction between different editions in docs.Jason McDonald2009-09-224-26/+5
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-223-1/+15
|\
| * Add reconnection option to the mysql driver.Bill King2009-09-222-0/+14
| * Make compileBill King2009-09-221-1/+1
* | QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-223-1/+94
|/
* Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-218-186/+25
* Calculate scissor correctly in OpenVG engineRhys Weatherley2009-09-211-1/+1
* fontconfig config.test requires freetype2Harald Fernengel2009-09-211-3/+3
* The firstTimeObserver is not released if the event loop is never runBenjamin Poulain2009-09-212-8/+11
* Add some more debugging to this test.Rohan McGovern2009-09-211-1/+1
* Removing needless qWaits and replacing others with QTRY_VERIFYsJoão Abecasis2009-09-211-21/+30
* Letting the xmlpatternsvalidator tool properly handle relative pathsJoão Abecasis2009-09-211-45/+42
* Clean upJoão Abecasis2009-09-213-6/+0
* Fixing some compilation warnings in xml testsJoão Abecasis2009-09-213-3/+3
* CompilePaul Olav Tvete2009-09-211-1/+1
* Fix autotest compilationOlivier Goffart2009-09-211-1/+0
* Optimized GL2 engine to use scissor clipping more aggressively.Samuel Rødal2009-09-213-96/+255
* Made hellogl example compile when GL_MULTISAMPLE is not defined.Samuel Rødal2009-09-211-1/+5
* Made subpixel antialiasing in the GL2 engine work on X11 as well.Samuel Rødal2009-09-212-0/+23
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-219-3/+90
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-218-25/+186
* When using Plastique style, changing the background style sheet property of aGabriel de Dietrich2009-09-213-1/+55
* Doc: Indicated that press and release events occur with double clicks.David Boddie2009-09-211-5/+7
* Doc: Tidied up the QDesktopWidget documentation.David Boddie2009-09-211-28/+47
* Doc: Exclude the Q_CORE_EXPORT_INLINE declaration from the docs.David Boddie2009-09-211-0/+1
* qdoc: Reverting 4.6 to %VERSION%.Martin Smith2009-09-211-1/+1
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-2111-21/+59
* Fix printing with glyph substitutionEskil Abrahamsen Blomfeldt2009-09-211-0/+5
* Fixed a warning.Trond Kjernaasen2009-09-211-1/+1
* Corrected license header in /tools/xmlpatternsvalidator/main.h.Kim Motoyoshi Kalland2009-09-211-1/+1
* Removed empty line before the license header in qdesigner_utils_p.h.Kim Motoyoshi Kalland2009-09-211-1/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Andy Shaw2009-09-219-32/+60
|\
| * Fixed license headers in /util/qlalr.Kim Motoyoshi Kalland2009-09-218-8/+8
| * Improved license header autotest.Kim Motoyoshi Kalland2009-09-211-24/+52
* | Ensure that the menu only shows when clicking on the menu buttonAndy Shaw2009-09-212-1/+57
|/
* Fix signal/slot connection bugRichard Moe Gustavsen2009-09-211-7/+2
* Refactored gl window surface a bit.Gunnar Sletta2009-09-211-37/+43
* Fix QPrintDialog with no parent and no active windowEskil Abrahamsen Blomfeldt2009-09-211-2/+6
* Demo browser: Enable DNS prefetchingMarkus Goetz2009-09-211-0/+2
* On Mac, the posted events are processed on the first time in the loopBenjamin Poulain2009-09-213-15/+64
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-216-15/+15
* Update recommendation for make command to run after configure for SymbianIain2009-09-212-1/+1
* qdoc: Added "since" 4.6 lists to the "What's New" page.Martin Smith2009-09-217-8/+87
* Compile fix for non-Symbian.Alessandro Portale2009-09-211-1/+1
* Make the 'softkeys' example compile again after softkey changes.Jason Barron2009-09-211-6/+3
* Get menubars working again with new softkey API.Jason Barron2009-09-212-1/+4
* Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-213-1/+6
* Introduce a d-pointer to QSoftKeyManager.Jason Barron2009-09-212-18/+31
* Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-217-25/+183