summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Get rid of double conversions and arithmetic when qreal is float.Samuel Rødal2011-04-065-135/+128
* Fixed compilation of qpixmap_raster.cppSamuel Rødal2011-04-051-1/+2
* Draw graphics item bounding rects drawn when QT_DRAW_SCENE_ITEM_RECTS=1J-P Nurmi2011-04-051-0/+13
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-0520-46/+14
* Fix positioning in GL2 paint engine with subpixel antialiasingJiang Jiang2011-04-044-107/+11
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-0334-183/+340
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-017-5/+47
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-012-2/+4
| | |\
| | | * Rotation transform with NaN angle can cause crashMartin Jones2011-03-301-1/+3
| | | * Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-301-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-315-3/+43
| | |\ \
| | | * | Do not set focus unnecessarily at window activation in SymbianMiikka Heikkinen2011-03-311-1/+2
| | | * | QS60Style: Regression in drawing dialog backgroundSami Merila2011-03-311-1/+2
| | | * | QS60Style: Support menu separator (pt.2)Sami Merila2011-03-311-1/+1
| | | * | Support for new softkey in Symbian^3Titta Heikkala2011-03-313-0/+38
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-3130-180/+295
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-311-1/+1
| | |\ \ \
| | | * | | Fixed rounding of coordinates pre-transformation in CG paintengine.Samuel Rødal2011-03-291-1/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-302-5/+12
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge commit 'refs/merge-requests/2584' of gitorious.org:qt/qt into merge-req...Sami Merila2011-03-2934-131/+230
| | | |\ \ \
| | | | * | | Removed useless Exit button in Symbian^3Titta Heikkala2011-03-281-0/+8
| | | * | | | Fix for failing autotest QToolBar/SymbianSami Merila2011-03-291-5/+4
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-2811-81/+175
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Show softkeys when opening a dialog that has a fullscreen parent.Miikka Heikkinen2011-03-282-19/+64
| | | * | | | QS60Style: draw QComboBox menu correctlySami Merila2011-03-251-20/+28
| | | * | | | Remove two compilation warnings for ARMSami Merila2011-03-251-2/+3
| | | * | | | QTabWidget tabs are resized in wrong way when device rotatesSami Merila2011-03-254-30/+2
| | | * | | | Symbian: QComboBox popup Listbox size is not adjustedSami Merila2011-03-251-5/+0
| | | * | | | QS60Style: Support for Menu separatorsSami Merila2011-03-251-3/+13
| | | * | | | Call FixNativeOrientation on Symbian for certain fullscreen qml views.Laszlo Agocs2011-03-245-2/+65
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-281-1/+1
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Fix text selection with shift-click.Andrew den Exter2011-03-281-1/+1
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-281-8/+8
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Fixed infinite loop in QPainterPath::intersects() when qreal=float.Samuel Rødal2011-03-281-8/+8
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-03-2716-84/+98
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-2236-182/+953
| | | |\ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7David Boddie2011-03-217-10/+20
| | | |\ \ \ \
| | | | * | | | Doc: Fixed reference to absolete API in exceptionsafety.htmlGeir Vattekar2011-03-171-0/+4
| | | | * | | | Doc: Fixed broken links in QIcon::fromTheme()Geir Vattekar2011-03-171-5/+8
| | | | * | | | Doc: Typo fixesThorbjørn Lindeijer2011-03-144-4/+4
| | | | * | | | Doc: Cannot alter SelectionMode of a combobox's viewGeir Vattekar2011-03-101-1/+4
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-0917-22/+1184
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Doc: Work on QInputContext::reset() docsGeir Vattekar2011-03-011-3/+4
| | | * | | | | Merge commit 'refs/merge-requests/1113' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-286-14/+24
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-2326-154/+282
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-02-231-9/+11
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Doc: Work on QGraphicsItem::ItemSceneChange/ItemSceneHasChangedGeir Vattekar2011-02-231-9/+11
| | | * | | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-02-231-14/+34
| | | * | | | | | | | Merge branch 'mimir' into 4.7David Boddie2011-02-233-43/+13
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-191-1/+1