summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation warnings.Friedemann Kleint2016-03-241-2/+2
* Use default nullptr parents in QAction constructorshjk2016-03-231-3/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-237-31/+54
|\
| * QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
| * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-224-13/+39
| * Remove unused QButtonGroupPrivate::notifyChecked()Marc Mutz2016-03-201-1/+0
* | QApplication: remove unused static qt_tabletChokeMouseShawn Rutledge2016-03-221-3/+0
* | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-212-7/+15
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2191-210/+463
|\|
| * QtWidgets: Change QTLWExtra::window from QWidgetWindow to QWindow.Friedemann Kleint2016-03-191-2/+1
| * Move QButtonGroup implementation from qabstractbutton.cpp to qbuttongroup.cppMarc Mutz2016-03-185-148/+198
| * QtWidgets: includemocsMarc Mutz2016-03-1880-1/+151
| * QToolBarExtension: remove unused member 'orientation'Marc Mutz2016-03-181-1/+0
| * QWindows(XP)Style: fix build with Clang after includemocs runMarc Mutz2016-03-182-2/+0
| * QMacStyle: Ensure proper focus ring clippingGabriel de Dietrich2016-03-172-22/+70
| * Fix QAbstractItemView dragged item pixmaps to be HighDPI aware.Alexandru Croitor2016-03-171-1/+14
| * 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
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-1/+1
* | QMenu: Add showTearOffMenu()Gabriel de Dietrich2016-03-172-5/+46
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-1116-107/+138
|\|
| * 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
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-064-3/+5
* | QMainWindowLayout: eradicate Q_FOREACH loops: Extract Method allMyDockWidgets()Marc Mutz2016-03-031-12/+23
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-17/+52
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-17/+52
* | QVector: preserve capacity in clear()Marc Mutz2016-02-293-3/+3
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-289-22/+41
* | QtWidgets: eradicate Q_FOREACH loops [QVarLengthArray, std containers]Marc Mutz2016-02-282-4/+4
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-2614-42/+51
* | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-252-2/+2
* | QtWidgets: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-242-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-242-17/+64
|\|
| * 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
* | QListView: avoid quadratic complexity in selectedIndexes().Anton Kudryavtsev2016-02-241-7/+5