summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
...
* Cocoa: Speed up fading out scroll bars.Christoph Schleifenbaum2012-10-152-16/+18
* QCommonStyle: Reduce code duplicationKonstantin Ritt2012-10-141-39/+23
* Remove unused private headerJens Bache-Wiig2012-10-131-82/+0
* QGtkStyle: fix a warningMarc Mutz2012-10-131-1/+0
* QGtkStyle: use gtk_widget_get_style()J-P Nurmi2012-10-103-99/+118
* QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()J-P Nurmi2012-10-103-2/+10
* QGtkStyle: use gtk_widget_get/set_allocation()J-P Nurmi2012-10-103-17/+39
* QGtkStyle: cleanup unused gdk_drawable_get_depth() (not avail in GTK3)J-P Nurmi2012-10-092-7/+0
* styles.pri: tabs to spacesJ-P Nurmi2012-10-081-69/+69
* QMacStyle: use proper pimplJ-P Nurmi2012-10-053-47/+66
* Mac: Safely dispose of scrollbars temporary NSGraphicsContextGabriel de Dietrich2012-10-041-0/+3
* Remove Cleanlooks as a dependency of QGtkStyleJens Bache-Wiig2012-10-025-96/+694
* Mac: Fix label margins in QGroupBoxGabriel de Dietrich2012-09-281-17/+21
* Mac: Fix small glitch in editable combo boxesGabriel de Dietrich2012-09-271-1/+1
* Better drawn 1-pixel thick splitter on MacGabriel de Dietrich2012-09-271-9/+19
* Fixed selected menu item (& Co.) text colorGabriel de Dietrich2012-09-271-1/+1
* Fixed text rendering in selected tab buttonGabriel de Dietrich2012-09-271-3/+10
* More consistent dock widget painting on WindowsJens Bache-Wiig2012-09-272-32/+12
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-2715-3106/+12
* Fix restore/minimize/close buttons for maximized MDI subwidowsMiikka Heikkinen2012-09-262-0/+201
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2261-1454/+1454
* QGtkStyle: remove an unnecessary sanity check for theme nameJ-P Nurmi2012-09-221-4/+1
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-218-77/+76
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-2/+2
* Removing duplicate includesSergio Ahumada2012-09-094-6/+0
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+2
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* Fixed behaviour of mouse clicks for menu bars on WindowsOliver Wolff2012-09-073-10/+0
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-9/+9
* QXxxStyle: override standardIcon() & layoutSpacing()J-P Nurmi2012-08-3125-160/+127
* QStyle: make standardIcon() & layoutSpacing() virtualJ-P Nurmi2012-08-312-119/+14
* Drawing fix for overlay scrollbars on Mac.Christoph Schleifenbaum2012-08-291-1/+1
* Clean up borders in cleanlooksJens Bache-Wiig2012-08-221-16/+5
* Remove icons from buttons with CleanlooksJens Bache-Wiig2012-08-211-7/+1
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-5/+4
* Remove warning about non existing paint device engineTitta Heikkala2012-08-211-26/+28
* Fix multiple enumeration warnings when generating docsJens Bache-Wiig2012-08-202-17/+0
* Replace deprecated ColorSync Manager use with updated CG APIJiang Jiang2012-08-201-9/+1
* QtWidgets: use new qEnvironmentVariableIs{Empty,Set}()Marc Mutz2012-08-101-4/+4
* change \img to \image in docsJeremy Katz2012-08-017-7/+7
* Fixup the plugin documentationLars Knoll2012-07-261-10/+9
* Remove obsolete TODO.Stephen Kelly2012-07-241-1/+0
* QStyleFactory: remove unused typedef (GCC 4.8 warning)Marc Mutz2012-07-231-1/+0
* QTBUG-26296, dock widget movingJames Turner2012-07-231-1/+1
* Mac: Fix crash on Mac OS 10.6 with new scrollbars.Christoph Schleifenbaum2012-07-131-10/+14
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-055-32/+419
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-1/+67
* Make QGtkStyle build with QT_NO_FILEDIALOGSukhyun Kim2012-06-263-0/+12