index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
styles
/
qgtkstyle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove gtk2 style from qtbase, it will be moved to qtstyleplugins
Dmitry Shachnev
2015-08-26
1
-4255
/
+0
*
QtWidgets: Fix const correctness in old style casts
Thiago Macieira
2015-03-17
1
-2
/
+2
*
QGtkStyle: identify QtQuick.Controls.GroupBox as QAccessible::Grouping
J-P Nurmi
2015-03-11
1
-0
/
+7
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QtWidgets: convert some users of QSize::transpose() to transposed()
Marc Mutz
2015-01-08
1
-3
/
+1
*
fix the build with animation omitted
Shawn Rutledge
2014-11-27
1
-0
/
+4
*
Fix instances of !var & const that should be !(var & const)
Marc Mutz
2014-11-25
1
-1
/
+1
*
Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4
Gabriel de Dietrich
2014-10-01
1
-0
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Gabriel de Dietrich
2014-09-29
1
-0
/
+1
|
|
\
|
|
*
GTK syle: initialize all members of GdkColor
Giuseppe D'Angelo
2014-09-22
1
-0
/
+1
*
|
|
Additional support for devicePixelRatio in CE_MenuItem’s icon painting
MihailNaydenov
2014-09-30
1
-2
/
+2
|
/
/
*
|
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
|
Allow overriding standardIcon() in a proxy style
Alexander Volkov
2014-09-16
1
-1
/
+1
|
/
*
QGtkStyle: remove file dialog functionality
J-P Nurmi
2014-03-14
1
-17
/
+2
*
Fix some typos
Sergio Ahumada
2014-03-03
1
-1
/
+1
*
fix crash when using GTK 2.14 function in old gtk
Andrey Volkov
2014-02-12
1
-1
/
+3
*
Fusion & GTK styles need to check direction from style option not qapp
Shawn Rutledge
2013-04-18
1
-2
/
+2
*
QGtkStyle: Remove widget dependency from GroupBox
Jens Bache-Wiig
2013-04-16
1
-18
/
+20
*
Fix license headers stating QtGui for QtWidgets files.
Jake Petroules
2013-03-19
1
-1
/
+1
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-2
/
+2
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-03-05
1
-14
/
+16
|
\
|
*
Revert "QGtkStyle: GTK3 compatible combo boxes"
J-P Nurmi
2013-02-20
1
-14
/
+16
*
|
Fix some warnings that have crept up since I last fixed warnings
Thiago Macieira
2013-02-27
1
-1
/
+1
*
|
Gtk Style: Workaround to get combo box item style from QtQuick Controls
Gabriel de Dietrich
2013-02-20
1
-1
/
+2
*
|
Fix sizeHint for QAbstractSpinBox
Caroline Chao
2013-02-12
1
-1
/
+1
|
/
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Docs: fix the minimum required GTK+ version
J-P Nurmi
2013-01-14
1
-1
/
+1
*
Check for gtk_adjustment_configure as this is not always implemented
Andy Shaw
2012-12-19
1
-1
/
+3
*
Fix compile with -DQT_NO_WIZARD
Montel Laurent
2012-12-01
1
-0
/
+2
*
Made QGtkStyle internal
J-P Nurmi
2012-11-20
1
-2
/
+3
*
Refactor and cleanup QGtk(2)Painter
J-P Nurmi
2012-11-10
1
-194
/
+237
*
QGtkStyle: remove references to gtk_progress_configure()
J-P Nurmi
2012-11-07
1
-2
/
+0
*
QGtkStyle: GTK3 compatible combo boxes
J-P Nurmi
2012-11-06
1
-16
/
+14
*
QGtkStyle: handle focus & default widgets in GTK3 compatible way
J-P Nurmi
2012-11-06
1
-20
/
+21
*
Remove Cleanlooks and Plastique
Jens Bache-Wiig
2012-10-22
1
-2
/
+1
*
Remove dependency on QWindowsStyle in QGtkStyle
Jens Bache-Wiig
2012-10-18
1
-80
/
+101
*
Styles: revise indeterminate progress bar animations
J-P Nurmi
2012-10-17
1
-4
/
+4
*
Introduce (private) QStyleAnimation
J-P Nurmi
2012-10-16
1
-3
/
+6
*
QGtkStyle: fix a warning
Marc Mutz
2012-10-13
1
-1
/
+0
*
QGtkStyle: use gtk_widget_get_style()
J-P Nurmi
2012-10-10
1
-93
/
+108
*
QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()
J-P Nurmi
2012-10-10
1
-1
/
+1
*
QGtkStyle: use gtk_widget_get/set_allocation()
J-P Nurmi
2012-10-10
1
-17
/
+29
*
Remove Cleanlooks as a dependency of QGtkStyle
Jens Bache-Wiig
2012-10-02
1
-90
/
+689
*
Remove CDE and Motif styles from qtbase
Jens Bache-Wiig
2012-09-27
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Replace QStyleOptionViewItemV? with QStyleOptionViewItem
Stephen Kelly
2012-09-21
1
-2
/
+2
*
Use true and false in preference to TRUE and FALSE
Sergio Ahumada
2012-09-05
1
-9
/
+9
*
QXxxStyle: override standardIcon() & layoutSpacing()
J-P Nurmi
2012-08-31
1
-6
/
+6
*
Make QGtkStyle build with QT_NO_FILEDIALOG
Sukhyun Kim
2012-06-26
1
-0
/
+6
*
Using QLatin1String instead of QLatin1Literal
Debao Zhang
2012-04-25
1
-1
/
+1
[next]