summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QFileInfoGatherer/Win32: Connect to drive arrival/removal signals of watcherFriedemann Kleint2016-10-272-12/+40
* QMenuBar: do not gain focus when releasing Alt before X in a Alt+X shortcutGiuseppe D'Angelo2016-10-151-0/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1325-114/+98
|\
| * Fix build with various features disabledLars Knoll2016-10-111-0/+4
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-118-11/+33
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-118-11/+33
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-088-11/+33
| | | |\
| | | | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-2/+7
| | | | * Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
| | | | * QGraphicsWidget: Fix UB (invalid member calls) in destruction sequenceMarc Mutz2016-10-061-0/+5
| | | | * Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
| | | | * Use the same object in description as in described codeFrederik Schwarzer2016-10-061-1/+1
| | | | * QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-063-1/+8
| * | | | Fix build with statemachine feature disabledLars Knoll2016-10-1111-51/+16
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-064-9/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-053-7/+4
| | |\|
| | | * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-3/+3
| | | * docs: Don't mark qDrawBorderPixmap() as overloadSergio Martins2016-10-051-1/+0
| | | * QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
| | | * QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-2/+12
| | |\|
| | | * [doc] Fix docs of QLayoutItem::widget()Marc Mutz2016-09-291-2/+12
| * | | Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-27/+18
| * | | QFileSystemNode: simplify three loops over the children hashMarc Mutz2016-09-301-15/+9
| * | | QFileSystemModel: add an assert to prevent leaksMarc Mutz2016-09-301-0/+1
| * | | QFileSystemModel: reuse an existing variableMarc Mutz2016-09-301-1/+1
* | | | Fix uninitialized variable warning with gcc 4.9.0Laszlo Agocs2016-10-071-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2914-44/+58
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2914-38/+50
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-2812-36/+45
| | |\|
| | | * QTapAndHoldGestureRecognizer: Fix several UBs (invalid cast) in recognize()Marc Mutz2016-09-281-10/+14
| | | * QWidget: Fix UB (invalid cast) in sendResizeEvents()Marc Mutz2016-09-281-1/+3
| | | * QGraphicsAnchorLayout: Fix invalid use of Q_AUTOTEST_EXPORTPalo Kisa2016-09-272-3/+3
| | | * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-1/+3
| | | * QLayout: Fix UB (invalid cast) in widgetEvent()Marc Mutz2016-09-271-4/+3
| | | * QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Marc Mutz2016-09-272-8/+5
| | | * QGraphicsScene: don't search for nullptrMarc Mutz2016-09-241-4/+5
| | | * Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-242-4/+8
| | | * QApplication: Fix UB (invalid cast) in notify()Marc Mutz2016-09-241-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-233-3/+6
| | |\|
| | | * QToolTip: Hide when close event is receivedFriedemann Kleint2016-09-231-0/+1
| | | * QGraphicsScene: Fix UB (invalid cast) in Private::ungrabMouse()Marc Mutz2016-09-221-1/+1
| | | * QGraphicsScene: Fix UB (invalid cast) in removeItemHelper()Marc Mutz2016-09-221-1/+1
| | | * Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva...Marc Mutz2016-09-221-1/+3
| * | | QApplication: use desktopStyleKey if styleOverride was invalidDmitry Shachnev2016-09-281-6/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2610-121/+146
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2110-121/+146
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-1610-113/+130
| | |\|
| | | * QMenuBar: Get rid of QMenuBarPrivate::nativeMenuBarDmitry Shachnev2016-09-152-27/+5
| | | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-153-73/+70