summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-0/+5
* | | | | | | QStyleSheetStyle: fixes QPushButton { text-alignement:top }Olivier Goffart2009-11-021-1/+3
|/ / / / / /
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-304-142/+176
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '4.6-s60' into 4.6axis2009-10-304-142/+176
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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
| | |\ \ \ \ | | | |/ / /
| | * | | | Draw QSplitter in QS60StyleSami Merilä2009-10-271-0/+11
| | * | | | Use PM_SplitterWidth in QS60StyleSami Merilä2009-10-271-19/+20
* | | | | | 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
| | |_|_|/ | |/| | |
* | | | | Remove a paintBox call that should have been moved a few lines down, but was ...Robert Griebl2009-10-301-3/+0
| |_|/ / |/| | |
* | | | Fix for Gtk+ toolbuttons and sliders.Robert Griebl2009-10-273-7/+34
| |_|/ |/| |
* | | 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
* | Merge branch '4.5' into 4.6Thiago Macieira2009-10-081-1/+1
|\ \ | |/
| * Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
* | Let the platform plugin decide on the click policy on itemviewOlivier Goffart2009-10-081-1/+1
* | Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-072-51/+4
* | Better compile fix.Alexis Menard2009-10-061-1/+1
* | Build fix.Alexis Menard2009-10-061-1/+1
* | Add GNOME implementation for native filesystem iconsJens Bache-Wiig2009-10-062-0/+57
* | Renamed the values in the Qt::TileRule enum.Trond Kjernåsen2009-10-021-1/+1
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-014-23/+22
|\ \
| * | Make itemviews use gradient selection on Vista by defaultJens Bache-Wiig2009-09-092-14/+9
| * | Fixed warning in public header:Olivier Goffart2009-09-301-0/+3
| * | Symbian specific fixes to QComboBoxJani Hautakangas2009-09-301-9/+10
* | | Worked around S60 3.1 bug in CCoeControl::PositionRelativeToScreenMiikka Heikkinen2009-10-011-4/+14
|/ /
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-11/+0
|\ \ | |/
| * Fix broken drop-down arrows on Windows 7Jens Bache-Wiig2009-09-221-11/+0
| * Update license headers again.Jason McDonald2009-09-0850-200/+200
| * Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
* | Fix the area above the menubar to have the right backgroundAndy Shaw2009-09-241-1/+1
* | Ensure that the gradient is not given an invalid stop pointAndy Shaw2009-09-241-7/+7