summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* [1/2] Optimize text drawing for QStyleOptionViewItem in QCommonStyleKonstantin Ritt2013-09-101-6/+6
* Reinitialize system palette when setting a new style.BogDan Vatra2013-09-102-0/+7
* Fix Android Style plugin.BogDan Vatra2013-09-103-79/+302
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-092-2/+2
* Fix constant false comparison of out-of-range enumsThiago Macieira2013-09-071-3/+3
* Remove qFill from the Windows XP styleGiuseppe D'Angelo2013-09-051-1/+1
* Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-057-11/+20
* Remove deprecated algorithms usage from itemviewsGiuseppe D'Angelo2013-09-054-8/+10
* Fix layouts with expanding items with maximum sizePaul Olav Tvete2013-09-041-9/+16
* Fix QSpinBox size calculation problem with stylesheetsCaroline Chao2013-09-041-12/+18
* QColorDialog: wrap setCursor calls in #ifndef QT_NO_CURSORAndrew Knight2013-09-031-0/+4
* QHeaderView - add maximum section sizeThorbjørn Martsum2013-09-023-3/+52
* item delegates: fix clicking on tristate checkboxes.David Faure2013-09-022-4/+10
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-023-23/+26
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-273-23/+26
| |\
| | * Style: Remove useless background paint for menu scrollerGabriel de Dietrich2013-08-221-1/+0
| | * Fix scrollbar appearance on Win8J-P Nurmi2013-08-221-22/+24
| | * QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
* | | QStyleSheetStyle: Fix (!a != b)Tobias Hunger2013-09-021-1/+1
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-022-5/+8
* | | Graphicsview: Simplify codeTobias Hunger2013-09-021-4/+1
* | | Fix last warning of qtbase with GCC.Thiago Macieira2013-08-311-1/+1
* | | QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-301-2/+2
* | | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-292-8/+5
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-293-0/+85
* | | QButtonGroup - add buttonToggled signalsThorbjørn Martsum2013-08-284-2/+39
|/ /
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-263-7/+7
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-1/+3
* | QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* | QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-223-4/+24
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-213-4/+24
| |\|
| | * update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
| | * QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-152-3/+23
* | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-212-2/+21
|/ /
* | Doc: Renamed list of example page to "Item Views Example".Jerome Pasion2013-08-211-1/+1
* | Extend QStyle API with a SH_Splitter_OpaqueResize styleHintRohan Garg2013-08-205-6/+23
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1616-48/+106
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1416-48/+106
| |\|
| | * Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
| | * un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
| | * Merge branch 'release' into stableSergio Ahumada2013-08-091-16/+16
| | |\
| | | * Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
| | * | QComboBox: fix item activation via completerJ-P Nurmi2013-08-083-9/+30
| | * | Fix QCompleter::activated(QModelIndex)J-P Nurmi2013-08-071-0/+1
| | * | Mac Style: Fix 1-pixel text offset in combo boxGabriel de Dietrich2013-08-071-0/+2
| | * | Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
| | * | Fix typo in Model/View Programming documentation.Mitch Curtis2013-08-051-1/+1
| | * | Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-2/+3