summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0215-236/+422
| |\
| | * 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
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-304-142/+176
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-305-44/+38
| | |\ \ \ \ \
| | | * \ \ \ \ Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-298-19/+42
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-286-39/+14
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Do not hardecode the ToolBar Icon SizeOlivier Goffart2009-10-273-7/+1
| | | * | | | | In Vista style, renaming Animation, Transition and PulseThierry Bastian2009-10-222-37/+37
| | | | |_|_|/ | | | |/| | |
| * | | | | | Fix QT_NO_GROUPBOXJørgen Lind2009-10-291-0/+2
| * | | | | | Fix QT_NO_IMAGEFORMAT_PNGJørgen Lind2009-10-291-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '4.6-s60' into 4.6axis2009-10-304-142/+176
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Remove a paintBox call that should have been moved a few lines down, but was ...Robert Griebl2009-10-301-3/+0
| | |/ / / | |/| | |
* | | | | S60Style: List items should be taller for touch use (5th Edition)Sami Merilä2009-10-301-3/+12
| |/ / / |/| | |
* | | | QS60Style does not mix well with the stylesheetsSami Merilä2009-10-294-124/+146
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-293-7/+34
|\ \ \ \ | |/ / /
| * | | Fix for Gtk+ toolbuttons and sliders.Robert Griebl2009-10-273-7/+34
* | | | Draw QSplitter in QS60StyleSami Merilä2009-10-271-0/+11
* | | | Use PM_SplitterWidth in QS60StyleSami Merilä2009-10-271-19/+20
|/ / /
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-276-39/+14
|\ \ \ | | |/ | |/|
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-10-231-28/+3
| |\ \
| | * | QWindowsMobileStyle::drawPrimitive(PE_Frame) background color fixedJoerg Bornemann2009-10-221-4/+2
| | * | move default QAbstractButton font setup on Win mobile to QApplicationJoerg Bornemann2009-10-221-24/+1
| * | | Line spacing fixesJoerg Bornemann2009-10-235-11/+11
| | |/ | |/|
* | | Remove compilation warning from QtGuiSami Merilä2009-10-261-1/+1
* | | QtGui release/debug binary compatibilityShane Kearns2009-10-224-11/+7
|/ /
* | Cleaned up the API of the Symbian event hooks.axis2009-10-211-1/+1
* | fix editable comboboxes in the Windows mobile styleJoerg Bornemann2009-10-211-31/+73
* | S60Style's tab widget is too small for touch useSami Merilä2009-10-214-4/+36
* | Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-201-4/+3
* | QT-693 QS60Style does not regard selection beahviors with itemviewsSami Merilä2009-10-201-2/+22
* | qwindowsmobilestyle.cpp: endif comment fixedJoerg Bornemann2009-10-191-1/+1
* | Fixed getting an icon for a file on the filesystem with gnome.Denis Dzyubenko2009-10-091-3/+6
* | Color role with higher contrast for focusrectAlessandro Portale2009-10-081-1/+1
* | QS60Style: Re-enable color-from-skin-part extractionAlessandro Portale2009-10-081-5/+4