summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-071-3/+2
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-3/+2
| |\
| | * Removed some new warnigs.Alessandro Portale2010-11-291-3/+2
| | * Fix warnings related to unused variables.Thiago Macieira2010-11-262-0/+6
* | | QGtkStyle: Use gtk_progress_configure() instead of adjustment APIAndreas Kling2010-12-063-15/+5
|/ /
* | QGtkStyle: Don't create new GtkAdjustment objects on every drawAndreas Kling2010-12-013-15/+51
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-4/+55
|\ \ | |/
| * QS60Style: Null pointer crash when using itemviews in some cases (pt2)Sami Merila2010-11-191-2/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-team into 4.7Sami Merila2010-11-191-0/+50
| |\
| | * QToolbar should fill available width on SymbianSami Merila2010-11-181-0/+50
| * | QS60Style: Null pointer crash when using itemviews in some casesSami Merila2010-11-191-4/+5
| |/
* | Fix a namespace error and some warnings found by clangJiang Jiang2010-11-231-6/+4
* | Fix some warnings on MacJiang Jiang2010-11-222-0/+6
* | QTBUG-4201 fixedakorenevsky2010-11-191-3/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-123-59/+130
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-111-1/+1
| * QS60Style: Color calculation should be optimizedSami Merila2010-11-092-5/+5
| * QS60Style: Color calculation should be optimizedSami Merila2010-11-093-59/+130
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-062-85/+78
|\ \
| * | QStyleSheetStyle: Fix crash that occurs with several instance of QStyleSheetS...Olivier Goffart2010-11-052-85/+74
| * | QStyleSheetStyle: add a way to style the up arrowOlivier Goffart2010-11-051-0/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-052-19/+0
|\ \ \ | |/ / |/| / | |/
| * Remove code changes that were NOT intended as part of the fixSami Merila2010-11-042-19/+0
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-032-2/+21
|\ \ | |/
| * Qt/Symbian: QInputDialog layout and size are wrongSami Merila2010-11-032-2/+21
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-021-4/+4
|\ \ | |/
| * Fix poor English in QStyle::polish documentation.Jason McDonald2010-11-011-4/+4
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-304-2/+81
|\ \ | |/
| * Support tactile feeedback from QS60Style for QWidgetsSami Merila2010-10-294-2/+81
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-263-10/+9
|\ \
| * \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
| |\ \ | | |/
| | * Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-252-9/+8
| |\ \ | | |/
| | * QS60Style: The QComboBox/QSpinBox text color is not according to themeSami Merila2010-10-211-4/+1
| | * QS60Style: ComboBox disappears after orientation switchSami Merila2010-10-181-0/+2
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-10-071-8/+3
| | |\
| | * \ Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-061-5/+5
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-044-10/+19
| | | |\ \
| | | * | | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
* | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-223-19/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-073-19/+31
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-072-11/+28
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-062-11/+28
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Ensure that the underline is only drawn when expected for an accelAndy Shaw2010-10-041-4/+6
| | | | * | | Fix focus appearance of tabwidget tabs with QGtkStyleJens Bache-Wiig2010-10-011-4/+7
| | | | * | | Incorrect selection background for unfocused widgets with GTKJens Bache-Wiig2010-10-011-3/+15
| | | | | |/ | | | | |/|
| | * | | | QS60Style: Highlighted TreeBranch indicator is incorrectSami Merila2010-10-061-1/+1
| | |/ / /
| | * | | QS60Style: QDateEdit - Layout issuesSami Merila2010-10-051-7/+2
| | |/ /
* | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-057-19/+21
|\ \ \ \ | |/ / /
| * | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-044-10/+19
| |\ \ \ | | |/ /