summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle::repolish: only run on direct childrenFrederik Gladhorn2019-04-121-1/+4
* QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-082-0/+11
* Remove superfluous inclusion of qtwidgets-config.priJoerg Bornemann2019-04-041-2/+0
* QMacStyle - fix PE_InticatorTabClose handlingTimur Pocheptsov2019-04-011-1/+8
* Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-181-2/+2
* QAbstractItemView: make v-aligned items texts more user-friendlyChristian Ehrlicher2019-03-081-4/+21
* QToolButton: fix handling multi-line textsChristian Ehrlicher2019-02-072-2/+25
* QCommonStyle: factor out elided text calculationChristian Ehrlicher2019-02-072-61/+86
* QMenuItem: fix rendering with css stylingChristian Ehrlicher2019-02-051-14/+22
* QAbstractItemView: fix rendering centered/right aligned item textChristian Ehrlicher2019-01-241-13/+23
* Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-221-4/+7
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
* Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2
* Fusion: Don't draw the background of the lineedit when drawing the frameAndy Shaw2018-12-101-1/+0
* QToolButton: Don't elide text if an icon is presentChristian Ehrlicher2018-12-081-2/+2
* Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
* 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
* | QStyleSheet: use the << form of qWarning to get more infoThiago Macieira2018-11-081-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-179-22/+26
|\|
| * Modernize the "animation" featureLiang Qi2018-10-129-22/+26
* | StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-042-9/+39
* | QHeaderView: honor qss padding attributeChristian Ehrlicher2018-09-061-1/+1
* | QHeaderView: remove dead codeChristian Ehrlicher2018-09-061-7/+0
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | 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
|\|
| * QFusionStyle: Fix width of editable combo boxFriedemann Kleint2018-05-151-1/+1
* | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-231-0/+21
* | QStyleSheet: fix typo in propertyNameForStandardPixmap for discardChristian Ehrlicher2018-05-121-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-025-23/+27
|\|
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-025-23/+27
* | QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2018-04-261-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-5/+7
|\|
| * Style sheets: detect and use font set on QHeaderViewsGabriel de Dietrich2018-04-241-5/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-2/+4
|\|
| * Style sheets: Include margin while calculating QHeaderview section sizePeng Wu2018-04-221-2/+4
* | QCommonStyle: use proxy pixelMetric for SE_TabBarScrollLeft/RightButtonChristian Ehrlicher2018-03-301-4/+4