summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qgtkstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
* QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-171-2/+2
* QGtkStyle: identify QtQuick.Controls.GroupBox as QAccessible::GroupingJ-P Nurmi2015-03-111-0/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-081-3/+1
* fix the build with animation omittedShawn Rutledge2014-11-271-0/+4
* Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-011-0/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+1
| |\
| | * GTK syle: initialize all members of GdkColorGiuseppe D'Angelo2014-09-221-0/+1
* | | Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-301-2/+2
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Allow overriding standardIcon() in a proxy styleAlexander Volkov2014-09-161-1/+1
|/
* QGtkStyle: remove file dialog functionalityJ-P Nurmi2014-03-141-17/+2
* Fix some typosSergio Ahumada2014-03-031-1/+1
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-121-1/+3
* Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-181-2/+2
* QGtkStyle: Remove widget dependency from GroupBoxJens Bache-Wiig2013-04-161-18/+20
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-14/+16
|\
| * Revert "QGtkStyle: GTK3 compatible combo boxes"J-P Nurmi2013-02-201-14/+16
* | Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* | Gtk Style: Workaround to get combo box item style from QtQuick ControlsGabriel de Dietrich2013-02-201-1/+2
* | Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-121-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: fix the minimum required GTK+ versionJ-P Nurmi2013-01-141-1/+1
* Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2012-12-191-1/+3
* Fix compile with -DQT_NO_WIZARDMontel Laurent2012-12-011-0/+2
* Made QGtkStyle internalJ-P Nurmi2012-11-201-2/+3
* Refactor and cleanup QGtk(2)PainterJ-P Nurmi2012-11-101-194/+237
* QGtkStyle: remove references to gtk_progress_configure()J-P Nurmi2012-11-071-2/+0
* QGtkStyle: GTK3 compatible combo boxesJ-P Nurmi2012-11-061-16/+14
* QGtkStyle: handle focus & default widgets in GTK3 compatible wayJ-P Nurmi2012-11-061-20/+21
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-2/+1
* Remove dependency on QWindowsStyle in QGtkStyleJens Bache-Wiig2012-10-181-80/+101
* Styles: revise indeterminate progress bar animationsJ-P Nurmi2012-10-171-4/+4
* Introduce (private) QStyleAnimationJ-P Nurmi2012-10-161-3/+6
* QGtkStyle: fix a warningMarc Mutz2012-10-131-1/+0
* QGtkStyle: use gtk_widget_get_style()J-P Nurmi2012-10-101-93/+108
* QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()J-P Nurmi2012-10-101-1/+1
* QGtkStyle: use gtk_widget_get/set_allocation()J-P Nurmi2012-10-101-17/+29
* Remove Cleanlooks as a dependency of QGtkStyleJens Bache-Wiig2012-10-021-90/+689
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-2/+2
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-9/+9
* QXxxStyle: override standardIcon() & layoutSpacing()J-P Nurmi2012-08-311-6/+6
* Make QGtkStyle build with QT_NO_FILEDIALOGSukhyun Kim2012-06-261-0/+6
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-1/+1