summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1312-25/+25
|\
| * Fix grammar in QToolBar docsMitch Curtis2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1211-24/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-32/+58
|\|
| * QTabBar: Cache title text sizesGabriel de Dietrich2016-08-102-32/+58
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-4/+3
|\|
| * QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-2/+2
| * Fix misleading code in QAbstractSpinBox::event()Marc Mutz2016-07-061-2/+1
* | Optimize string usageAnton Kudryavtsev2016-07-152-5/+4
* | QDateTimeEdit: de-duplicate calls and cache resultsAnton Kudryavtsev2016-07-061-10/+16
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Timur Pocheptsov2016-07-053-9/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-043-9/+17
| |\|
| | * Allow to drag a QDockWidgetGroupWindow into one of its QDockWidgetOlivier Goffart2016-07-021-5/+2
| | * Fix the QMainWindow context menu when there are floating tabsOlivier Goffart2016-07-021-3/+13
| | * Fix QDockWidget losing decoration on undocking when GroupedDragging is enabledOlivier Goffart2016-06-301-1/+2
* | | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-052-2/+2
* | | QDateTimeEdit: remove homebrew 'reverse' algorithmAnton Kudryavtsev2016-07-051-10/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-292-5/+3
|\|
| * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-243-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+0
|\|
| * Revert "End the drag if the dockwidget is being hidden"Olivier Goffart2016-06-221-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-4/+10
|\|
| * QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
| * QLineEdit: move to the beginning when receiving a MoveToStartOfLineGiuseppe D'Angelo2016-06-071-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-062-11/+12
|\|
| * QWidgetLineControl::Command - delete default ctor.Timur Pocheptsov2016-05-242-11/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-195-49/+84
|\|
| * QMenuBar: nested parenting fixFelix Bourbonnais2016-05-182-25/+33
| * QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-123-22/+52
* | QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChangedRichard Moe Gustavsen2016-05-092-15/+3
* | Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-081-1/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+5
|\|
| * QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
* | Add Qt::ImInputItemClipRectangle support to widgetsJan Arve Saether2016-05-022-2/+12
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-025-13/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-295-13/+13
| |\|
| | * Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-2/+3
| | * Fix clang developer build due to -Winconsistent-missing-overrideSérgio Martins2016-04-281-8/+7
| | * Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-263-3/+3
* | | QWidgetTextControl: only show cursor when having focusRichard Moe Gustavsen2016-04-302-6/+18
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+3
| |\|
| | * QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* | | QWidgetTextControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-252-6/+22
* | | QWidgetLineControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-253-28/+45
|/ /
* | QtWidgets: Fix qdoc warnings related to inputMethodQuery().Friedemann Kleint2016-04-212-1/+5
* | QComboBox: Implement support for IM queries with QVariant argumentRichard Moe Gustavsen2016-04-142-0/+9
* | QTextEdit: update cursor and anchor rect upon scrollingRichard Moe Gustavsen2016-04-132-0/+2
* | QWidgetTextControl: implement support for pos argument to ImAbsolutePositionRichard Moe Gustavsen2016-04-131-4/+10