summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using QPainter::brushOrigin() to save and restore the originChristian Ehrlicher10 days1-2/+1
* QCommonStyle: use media icons from Qt Icon LibraryChristian Ehrlicher2025-05-111-2/+2
* QCommonStyle: use arrows from Qt Icon LibraryChristian Ehrlicher2025-03-041-4/+4
* QStringView: introduce a user-defined literal operatorGiuseppe D'Angelo2025-02-261-1/+1
* QStyleHints: Add menuSelectionWrapsKai Uwe Broulik2025-02-041-2/+5
* Widgets/styles: don't create a QPen when not neededChristian Ehrlicher2025-02-011-14/+14
* QCommonStyle: use QPainterStateGuardChristian Ehrlicher2024-12-211-50/+38
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-301-1/+1
* Widget styles: use palette brushes to set the painter's brushVolker Hilsheimer2024-11-291-2/+2
* Add Qt::Orientations based flip and flipped functionsAllan Sandfeld Jensen2024-11-291-1/+1
* QCommonStyle: sync CT_SpinBox with subControlRect()Christian Ehrlicher2024-11-091-7/+9
* QCommonStyle: adjust painting CE_ComboBoxLabel textChristian Ehrlicher2024-11-051-1/+2
* Widgets/Style: add QCachedPainterChristian Ehrlicher2024-10-111-0/+1
* QCommonStyle: pass orientation to PE_IndicatorProgressChunkChristian Ehrlicher2024-10-051-1/+1
* QCommonStyle: Dockwidget frame width for DPI scalingAxel Spoerl2024-10-051-1/+1
* QCommonStyle: work around apparent MSVC bug in using QFlagThiago Macieira2024-09-231-1/+1
* Widgets/Styles: add helper function to get devicePixelRatioChristian Ehrlicher2024-08-101-38/+33
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* QCommonStyle: Fix painting arrows when size is evenChristian Ehrlicher2024-05-031-26/+32
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl2024-04-261-4/+5
* QCommonStyle: don't use a QImage when drawing arrowsChristian Ehrlicher2024-04-221-11/+8
* QStyleHelper: pass devicePixelRatio to uniqueName()Christian Ehrlicher2024-04-221-1/+1
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher2024-04-221-5/+6
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-171-9/+0
* StyleSheet: respect a font weight set for header sectionsVolker Hilsheimer2024-04-111-3/+6
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-081-9/+10
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-131-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-22/+22
* QCommonStyle: use themeHint(IconPixmapSizes) in iconFromWindowsTheme()Christian Ehrlicher2024-01-091-4/+6
* Don't show mnemonics in dockwidget titlesSune Vuorela2024-01-071-1/+1
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-4/+9
* QCommonStyle: make sure QPainter::save/restore() is called balancedChristian Ehrlicher2023-12-161-54/+52
* QCommonStyle: fix focus rect drawing, don't fill the backgroundDavid Faure2023-12-041-2/+1
* QCommonStyle: draw focus rect using qDrawPlainRectDavid Faure2023-11-291-7/+7
* QCommonStyle: Adjust painting arrows in high-dpi modeChristian Ehrlicher2023-11-261-14/+14
* QStyledItemDelegate/TreeView: fix showing lineedit editorChristian Ehrlicher2023-11-211-6/+2
* QPushButton: fix QPushButton with icon in rtl modeChristian Ehrlicher2023-11-201-5/+8
* QStyle: cleanup iconFromApplicationTheme()Christian Ehrlicher2023-11-041-22/+4
* QCommonStyle: add missing standard iconsChristian Ehrlicher2023-10-291-0/+13
* QCommonStyle: add 128px icons for standardbutton-closetabChristian Ehrlicher2023-10-291-3/+3
* QCommonStyle: add 128px icons for toolbar-extChristian Ehrlicher2023-10-291-2/+2
* QCommonStyle: add 128px icon for cleartextChristian Ehrlicher2023-10-291-1/+1
* QCommonStyle: add 128px versions of media iconsChristian Ehrlicher2023-10-291-8/+7
* QCommonStyle: add missing png icons derived from svg onesChristian Ehrlicher2023-10-291-0/+18
* QCommonStyle: cleanup standardIcon()/standardPixmap() [2/2]Christian Ehrlicher2023-10-291-455/+217
* QCommonStyle: cleanup standardIcon()/standardPixmap() [1/2]Christian Ehrlicher2023-10-261-257/+257
* QCommonStyle: use addIconFiles() to avoid copy'n'pasteChristian Ehrlicher2023-10-251-158/+66
* QCommonStyle: simplify removeAnimationChristian Ehrlicher2023-10-211-10/+7