summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Simplify QFileSystemModel::remove by using QDir::removeRecursivelyDavid Faure2013-09-161-24/+2
* Don't depend on QtQuick plugin in QtWidgetsEskil Abrahamsen Blomfeldt2013-09-161-2/+2
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-145-5/+26
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-135-5/+26
| |\
| | * Fix highdpi CE_HeaderLabel pixmaps in fusion styleMorten Johan Sørvig2013-09-131-1/+4
| | * Windows style: Support underlined mnemonics from Qt Quick ControlsGabriel de Dietrich2013-09-121-0/+6
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-1/+4
| | * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-2/+2
* | | QMessageBox - move margins to a left spacerThorbjørn Martsum2013-09-131-27/+24
* | | Don't use an extension to the C++ language in public headersThiago Macieira2013-09-131-10/+11
|/ /
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-106-9/+23
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-076-9/+23
| |\|
| | * Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
| | * Fix regression in QListViewJ-P Nurmi2013-09-031-4/+4
| | * Ensure the timer is killed when appropriate before starting a new oneAndy Shaw2013-09-031-2/+9
| | * Update QLineEdit::placeholderText property documentationGiuseppe D'Angelo2013-08-291-2/+1
| | * Activate Qt::WidgetWithChildrenShortcut shortcuts in MDI subwindowsGiuseppe D'Angelo2013-08-281-1/+1
| | * Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-271-0/+1
* | | Add missing notify signals for window title and icon changes.Richard J. Moore2013-09-102-3/+39
* | | [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