summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-084-4/+4
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-2/+3
|\
| * Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
| * Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2
* | QTabWidget: properly horizontally align tab iconChristian Ehrlicher2018-12-241-2/+3
* | Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-174-63/+63
* | QFusionStyle: Fix deprecation warning about QFontMetrics::width()Friedemann Kleint2018-12-131-1/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-123-3/+3
* | QCommonStyle: fetch `flat` property from style optionAlberto Mardegan2018-12-111-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-1/+0
|\|
| * Fusion: Don't draw the background of the lineedit when drawing the frameAndy Shaw2018-12-101-1/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-2/+2
|\|
| * QToolButton: Don't elide text if an icon is presentChristian Ehrlicher2018-12-081-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-0/+3
|\|
| * Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-222-10/+8
|\|
| * QScrollBar: fix horizontal scrollbars in RTL modeChristian Ehrlicher2018-11-191-10/+6
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+2
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-0/+2
* | | [Micro]optimization in QStyleSheetStyle::drawComplexControlAlbert Astals Cid2018-11-121-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+1
|\| |
| * | QStyleSheet: use the << form of qWarning to get more infoThiago Macieira2018-11-081-1/+1
* | | [Micro]Optimize QStyleSheetStyle::subElementRectAlbert Astals Cid2018-11-061-3/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-259-22/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-179-22/+26
| |\|
| | * Modernize the "animation" featureLiang Qi2018-10-129-22/+26
* | | Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* | | QSideBar: take the icon size from a styleAlexander Volkov2018-10-091-1/+11
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-082-8/+36
|\| |
| * | StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-042-9/+39
* | | QStyleSheetStyle: use specified font property from css for QMenuChristian Ehrlicher2018-10-031-6/+12
* | | stylesheets: Don't fail silently with invalid background-imagesSergio Martins2018-09-161-2/+7
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-071-8/+1
|\| |
| * | QHeaderView: honor qss padding attributeChristian Ehrlicher2018-09-061-1/+1
| * | QHeaderView: remove dead codeChristian Ehrlicher2018-09-061-7/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-061-6/+8
|\| |
| * | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | | remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-033-4/+4
|/ /
* | QSS/QTabBar: properly handle QTabBar::scrollerChristian Ehrlicher2018-08-301-3/+8
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-8/+11
|\|
| * QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-4/+1
|\|
| * Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-4/+1
* | QMacStyle: Remove handling of defunct _q_styleObjectWindow propertyTor Arne Vestbø2018-07-302-9/+0
* | QTabBar: fix mixed up left and right css pseudo classesChristian Ehrlicher2018-07-221-4/+4
* | Remove strange icon highlight for active menu itemThorbjørn Lund Martsum2018-07-181-3/+0
* | Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-123-0/+11
* | QCommonStyle: properly elide last visible lineChristian Ehrlicher2018-06-251-40/+39
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-1/+1
|\|