summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Revert "Handle the QWidgetPrivate::mapper structure"Marc Mutz2016-03-151-1/+0
* Remove Qt::WA_OutsideWSRange flag even if the widget is not yet visible.Błażej Szczygieł2016-03-151-1/+1
* Add argument names to the function signatures in headersOlivier Goffart2016-03-102-31/+31
* Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-092-25/+53
* QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
* Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+8
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-073-31/+0
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-072-11/+8
* QCompleter: QMatchData: init all fields in default ctorMarc Mutz2016-03-061-1/+1
* Make use of defaultDropAction in QListView icon modeSamuel Gaist2016-03-062-2/+7
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-052-8/+45
* QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-1/+1
* Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-052-21/+0
* Don't create accessible interface for QWidgets being destroyedGabriel de Dietrich2016-03-021-0/+9
* QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-291-2/+3
* QMenuBar: Acknowledge AA_DontUseNativeMenuBarGabriel de Dietrich2016-02-291-1/+2
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-17/+52
* QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
* QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-12/+42
* QMenu: Add delegate related notes to OS X-only APIGabriel de Dietrich2016-02-191-2/+8
* Fix build when QMacStyle is disabled.Jake Petroules2016-02-181-1/+1
* QListView: fix skipping indexes in selectedIndexes().Anton Kudryavtsev2016-02-171-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-02-151-0/+1
|\
| * Add missing emission of activated(QString)Andy Shaw2016-02-021-0/+1
* | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-23/+31
|\ \
| * | Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| * | Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0216-113/+87
| |\ \
| * | | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | | QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
* | | | QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
* | | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-3/+2
* | | | Reduce allocations by using reserve()Sérgio Martins2016-02-073-4/+8
* | | | QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
* | | | Doc: corrected minor link issuesNico Vertriest2016-02-051-0/+1
* | | | Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
* | | | End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
* | | | QWizard/Windows: Add missing override.Friedemann Kleint2016-02-041-1/+1
* | | | Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-021-3/+3
| |/ / |/| |
* | | QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
* | | Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-9/+0
* | | Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
* | | Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-305-33/+33
* | | QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-0/+9
* | | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-292-6/+4
* | | Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | | Doc: Remove Qt3 compatibility functions from QToolButtonCédric Bonnier2016-01-291-4/+4
* | | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
* | | QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
* | | Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-53/+0
* | | QWindowsVistaStyle: Reorder the if statement so the variable is checked firstAndy Shaw2016-01-261-1/+1