summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-091-1/+1
|\
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* | Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-092-6/+19
|\ \
| * | fixes button size for Windows mobile styleJoerg Bornemann2009-11-061-5/+9
| * | compilefixes for qfeaturesThomas Hartmann2009-11-062-1/+10
| |/
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-063-26/+27
|\ \
| * | QS60Style: Harmonize theme graphic with LineEdit and QTextEditSami Merilä2009-11-053-16/+1
| * | QProgressBar is drawn stretched in QS60StyleSami Merilä2009-11-051-0/+5
| * | QS60Style: Checked menu check indicators are not shownSami Merilä2009-11-051-5/+6
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-051-2/+3
| |\|
| * | QS60Style: QToolButton indicator will not fit into toolbutton areaSami Merilä2009-11-041-5/+8
| * | Make button margins bigger in QS60StyleSami Merilä2009-11-041-0/+7
* | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-055-123/+194
|\ \ \ | | |/ | |/|
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-041-2/+3
| |\ \ | | |/ | |/|
| | * Doc: Fixed qdoc warnings.David Boddie2009-11-041-2/+3
| * | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-91/+92
| |\ \
| | * | Fix indentation.Morten Johan Sørvig2009-10-301-89/+89
| | * | Fix issue with wrong QMessagebox icons on Mac.Morten Johan Sørvig2009-10-301-2/+3
| * | | Merge branch '4.6-s60' into 4.6axis2009-11-043-30/+99
| |\ \ \
| | * | | Fix for potential crash in S60 styleShane Kearns2009-11-031-7/+7
| | * | | QS60Style: impossible to open menu from styled QToolButtonSami Merilä2009-11-031-2/+34
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0312-93/+249
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Build break fix for S60Simulated styleSami Merilä2009-11-031-1/+1
| | * | | QS60Style - TabWidget text changes color when widget becomes dimmedSami Merilä2009-11-021-8/+8
| | * | | Style's theme palette hash is lost after orientation switchSami Merilä2009-11-021-1/+1
| | * | | S60Style: User set header view palettes are ignoredSami Merilä2009-10-301-8/+36
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-10-301-3/+0
| | |\ \ \
| | * | | | S60Style: List items should be taller for touch use (5th Edition)Sami Merilä2009-10-301-3/+12
* | | | | | Stylesheet: Fix lineedit size with an empty stylesheet with some stylesOlivier Goffart2009-11-051-43/+0
* | | | | | Wrong styling of checkable menu items.Gabriel de Dietrich2009-11-043-21/+47
* | | | | | Fixes StyleSheets: Incorrect display of custom style to QComboBoxOlivier Goffart2009-11-042-1/+3
* | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0412-1335/+1442
|\| | | | |
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-049-1331/+1437
| |\ \ \ \ \
| | * | | | | QGtkStyle refactoringRobert Griebl2009-11-039-1331/+1437
| | | |_|/ / | | |/| | |
| * / | | | Compile...Gunnar Sletta2009-11-031-2/+2
| |/ / / /
| * | | | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0215-236/+422
| |\ \ \ \
| * | | | | Fix QT_NO_GROUPBOXJørgen Lind2009-10-291-0/+2
| * | | | | Fix QT_NO_IMAGEFORMAT_PNGJørgen Lind2009-10-291-2/+1
* | | | | | QStyleSheetStyle: CE_PushButton Do not call the parent style if we have nothi...Olivier Goffart2009-11-031-3/+8
* | | | | | QStyleSheetStyle: ItemViews: Fixes drawing of items and branches.Olivier Goffart2009-11-021-29/+1
* | | | | | Merge origin/4.6 into team-widgets/4.6Olivier Goffart2009-11-027-47/+208
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-307-47/+208
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-085-26/+154
| | * | | | Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-291-5/+5
| | * | | | Fix a combobox autotest on VistaJens Bache-Wiig2009-10-071-2/+3
| | * | | | Fix split tool button drawing on Vista when not in a tool barJens Bache-Wiig2009-10-071-10/+36
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-282-4/+10
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Selected tab is drawn incorrectly on Snow Leopard.Prasanth Ullattil2009-10-271-4/+5
| | | * | | Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-266-39/+14
| | | |\ \ \
| | | * | | | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-0/+5