summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-215-25/+41
* 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-216-14/+18
* Refactor soft keys implementation.Jason Barron2009-09-2120-334/+387
* S60 native looking dialog support.Sami Merilä2009-09-219-26/+513
* Performance: reduce overhead of updateMatrix() in GL2 paint engineRhys Weatherley2009-09-211-32/+45
* Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-202-0/+100
* Making Keypad Navigation more usableAlessandro Portale2009-09-1910-28/+196
* 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
* Corrected some license headers.Kim Motoyoshi Kalland2009-09-183-11/+100
* Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-186-698/+2
* 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
* QtWebKit Windows CE compile fixJoerg Bornemann2009-09-182-0/+8
* QtWebKit Windows CE compile fixesJoerg Bornemann2009-09-185-6/+8
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-182-2/+18
|\
| * Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-182-2/+18
* | Fixed broken scrolling of cached graphics items on X11.Samuel Rødal2009-09-181-41/+1
* | Fixed passing a zero drawable to X11 api causing X errors.Denis Dzyubenko2009-09-181-4/+9
* | Improved a qt_x11_wait_for_window_manager.Denis Dzyubenko2009-09-181-7/+30
* | More robust implementation of qt_x11_wait_for_window_managerOlivier Goffart2009-09-181-4/+9
* | Added a QTest::qWaitForWindowShown function that waits for window manager on ...Denis Dzyubenko2009-09-182-0/+28
* | Added missing headers to the testlib.proDenis Dzyubenko2009-09-181-11/+21
* | Fix symbol clashes between QtWebKit and QtScriptSimon Hausmann2009-09-181-0/+1
* | Fix compilation and remove trailing whitespace.Jason Barron2009-09-181-140/+140
* | System locale on Mac may not return AnyCountry for any language != Ccon2009-09-181-2/+5
* | Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-1810-5/+281
* | Fixed bug in GL pixmap backend (causing missing rendering in lance).Samuel Rødal2009-09-181-1/+5
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-1819-256/+1123
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-182290-29612/+116438
|\ \
| * | Don't loose precision by converting the sizes (qreals) to ints.Jan-Arve Sæther2009-09-181-16/+12
| * | Call effectiveSizeHint(Qt::MinimumSize).width instead of minimumWidth()Jan-Arve Sæther2009-09-181-48/+40
| * | Copied Windows CE compatiblity date/time conversion functions from WebKitSimon Hausmann2009-09-182-0/+693
| * | make qscriptvalue_cast<QVariant>() compile again on WindowsKent Hansen2009-09-181-2/+4
| * | Removed JavaScriptCore.pro file that shouldn't be there.Simon Hausmann2009-09-181-69/+0
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-09-187-12/+90
| * | Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-182246-29270/+114278
| * | QGraphicsAnchorLayout: Initial support for Size PolicyAnselmo Lacerda S. de Melo2009-09-182-5/+39
| * | Colorize filter for OpenVG doesn't currently support strength()Rhys Weatherley2009-09-181-0/+3