summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed license headers in /util/qlalr.Kim Motoyoshi Kalland2009-09-218-8/+8
* Improved license header autotest.Kim Motoyoshi Kalland2009-09-211-24/+52
* 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
* Simplify the soft key roles of QAction.Jason Barron2009-09-2112-107/+78
* QWizard changed to use the new soft key API.Jason Barron2009-09-211-42/+57
* Change QDialogButtonBox to use the new soft key API.Jason Barron2009-09-211-106/+39
* Change QProgressDialog to use the new soft key API.Jason Barron2009-09-211-9/+26
* Change QErrorMessage to use the new soft key API.Jason Barron2009-09-211-30/+15
* Give the soft key functionality it's own macro.Jason Barron2009-09-217-15/+19
* Refactor soft keys implementation.Jason Barron2009-09-2121-355/+401
* Fix one QDialog auto test case where due to changed S60 positioning rules,Sami Merilä2009-09-211-1/+22
* S60 native looking dialog support.Sami Merilä2009-09-2110-26/+535
* Fix bug in the invisibleStretchLastSection autotest.Jan-Arve Sæther2009-09-211-15/+15
* Performance: reduce overhead of updateMatrix() in GL2 paint engineRhys Weatherley2009-09-211-32/+45
* Make OpenGL overpainting example compile under OpenGL/ES 1.1Rhys Weatherley2009-09-212-5/+12
* Add missing license headerRhys Weatherley2009-09-211-0/+41
* Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* remove display lists and qt3d-ize overpainting/hellogl exampleSarah Smith2009-09-2110-252/+624
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-203-4/+104
* Making Keypad Navigation more usableAlessandro Portale2009-09-1913-28/+1493
* Doc: Resized the gestures (multitouch) image on the examples page.David Boddie2009-09-182-1/+1
* A pen/brush can be invalid and have a valid colorAnders Bakken2009-09-181-8/+12
* Implement QDirectFBPaintEngine::drawRoundedRectAnders Bakken2009-09-183-2/+11
* Remove 3rdparty/javascriptcore unused .pro file that produce errors duringJocelyn Turcotte2009-09-181-73/+0
* Small improvements to some autotests.Denis Dzyubenko2009-09-183-128/+54
* Corrected some license headers.Kim Motoyoshi Kalland2009-09-183-11/+100
* Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-186-698/+2
* make tests/auto/qicon/qicon.pro work in shadow buildsJoerg Bornemann2009-09-181-5/+7
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Liang QI2009-09-188-121/+70
|\
| * Doc: Added missing qdoc macros.David Boddie2009-09-181-0/+5
| * Doc: First update of the documentation about learning Qt.David Boddie2009-09-183-22/+42
| * Doc: Prevented the inclusion of a license header in the documentation.David Boddie2009-09-182-1/+3
| * Doc: Language and style fixes to the XML Patterns documentation.David Boddie2009-09-182-98/+20
* | Switch glyph cache from Qt to SymbianLiang QI2009-09-183-3/+49
|/
* Allow forcing an empty window title.Denis Dzyubenko2009-09-181-1/+1
* initialize the this-register of the global contextKent Hansen2009-09-181-0/+1
* put the this-register calculation into a functionKent Hansen2009-09-183-3/+10