summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | QDockWidget: Delay-create QWidgetResizeHandler.Friedemann Kleint2014-07-032-11/+19
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0120-61/+124
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0120-61/+124
| |\|
| | * Mac Style: Fix QLineEdit frame in 10.10Gabriel de Dietrich2014-06-301-11/+9
| | * Fix pixel noise in X11 systray icons that are not 22x22Allan Sandfeld Jensen2014-06-301-0/+6
| | * QMac/FusionStyle: fix the background color for transient scrollbarsJ-P Nurmi2014-06-304-2/+13
| | * qtoolbar: add missing header on OSX.Mike McQuaid2014-06-281-0/+4
| | * QColorDialog: Do not update custom/standard color cells while picking.Friedemann Kleint2014-06-252-17/+33
| | * Add that the corner settings are saved/restored with the stateAndy Shaw2014-06-231-3/+6
| | * QComboBox: update focus policy when setting a new line editLiang Qi2014-06-212-8/+17
| | * Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
| | * Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-2/+2
| | * Fix compilation in under -no-c++11 modeThiago Macieira2014-06-191-7/+10
| | * QFontComboBox sometimes became too wide because of wrong fixed sizeJan Arve Saether2014-06-141-1/+1
| | * Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
| | * Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
| | * Doc: correct the format of Q_PLUGIN_METADATA macro in sample codesZhang Xingtao2014-06-121-1/+1
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-113-11/+13
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-113-11/+13
| | | |\
| | | | * Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
| | | | * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
| | | | * Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
| | | | * Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
| | * | | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-1/+7
| | |/ /
| | * | Doc: Updated Layout examples.Jerome Pasion2014-06-102-1/+10
| | * | Fix typo in QGraphicsTextItem::defaultTextColor() documentation.Mitch Curtis2014-06-101-1/+1
| | * | Remove unnecessary comma in QStackedWidget doc.Mitch Curtis2014-06-101-1/+1
| | |/
* | / Accessibility: Password QLineEdit should use * as text replacementFrederik Gladhorn2014-07-011-0/+2
|/ /
* | Enablers for QQuickWidget render() support.Paul Olav Tvete2014-06-302-3/+8
* | Accessibility: improve text attribute rangesFrederik Gladhorn2014-06-262-34/+33
* | Silence warnings about not supporting setMask on platforms like eglfsLaszlo Agocs2014-06-261-4/+0
* | Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-261-0/+2
* | Improve docs for QWidget::accessibleName/DescriptionFrederik Gladhorn2014-06-261-5/+21
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-255-1/+75
* | Speed up the removal of items from a QGraphicsSceneDimitar Asenov2014-06-162-7/+39
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-0711-18/+62
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-0511-18/+62
| |\|
| | * QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-052-0/+28
| | * Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+2
| | * QDialogButtonBox does not need TabFocusJan Arve Saether2014-05-311-3/+0
| | * Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-282-6/+6
| | * WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+3
| | * Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-263-9/+23
| | * Fix loss of precision warningsFrederik Gladhorn2014-05-261-1/+1
* | | Fix key navigation through cells with spans in QTableView.Mitch Curtis2014-06-061-1/+8
|/ /
* | Mac Style: Don't crash when rendering PE_IndicatorBranch without widgetGabriel de Dietrich2014-06-051-1/+2
* | Fix internationalization of "txt File" in QFileDialogLasse Liehu2014-06-031-2/+4
* | Accessibility: Fix select state usageFrederik Gladhorn2014-05-312-3/+2
* | Accessibility: Fix rect for QComboBox and QRadioButtonFrederik Gladhorn2014-05-304-0/+23
* | Use accurate title/status bar gradient colors on OS X.Jake Petroules2014-05-261-11/+31