summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-275-8/+13
|\
| * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-6/+3
| * iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
| * Don't change the size of widgets just because it is in a floating dockAndy Shaw2016-10-241-1/+3
| * Call raise on the window that contains the widget and not the widgetAndy Shaw2016-10-241-1/+1
| * QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-223-6/+15
|\|
| * macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-192-5/+6
| * QCommonStyle::standardIcon: Add 64x64 Qt logo pixmap for SP_TitleBarMenuButtonFriedemann Kleint2016-10-181-1/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-172-1/+8
|\|
| * Doc: Fix typo in QtStyledItemDelegate::paint() docsLeena Miettinen2016-10-141-1/+1
| * Doc: add notes about validator and completer in QComboBoxFrederik Gladhorn2016-10-131-0/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-136-5/+15
|\|
| * QToolBarAreaLayoutInfo: add missing break statements in switch in distance()Marc Mutz2016-10-121-1/+6
| * QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
| * QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
| * QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
| * QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1
| * QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
| * QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* | Doc: Mention context menu related API in QWidget overviewKai Koehne2016-10-111-0/+4
* | 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
* | 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
* | 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