summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-016-7/+32
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-2/+4
| |\
| | * Fixed crash taking null central widgetAndré Somers2016-10-281-2/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+3
| |\|
| | * QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+6
| |\|
| | * macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-191-1/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+7
| |\|
| | * 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-134-4/+12
| |\|
| | * 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
| | * 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
| | * QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* | | Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-272-30/+130
* | | Don't overlap the menu scrollers with QAction itemsDongmei Wang2016-10-271-27/+62
* | | QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-164-3/+17
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-1429-102/+102
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-114-2/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-084-2/+11
| |\|
| | * Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
| | * QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-063-1/+8
* | | Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-27/+18
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-1/+3
| |\|
| | * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-216-97/+74
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-166-89/+58
| |\|
| | * QMenuBar: Get rid of QMenuBarPrivate::nativeMenuBarDmitry Shachnev2016-09-152-27/+5
| | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-152-58/+51
| | * Fixed glitch when dragging a movable QTabBar tabThorbjørn Lindeijer2016-09-121-2/+1
| | * QToolButton: fix read of uninitialized variableSérgio Martins2016-09-051-2/+1
| * | QMenuBar: improve documentation of the D-Bus unified menu barShawn Rutledge2016-09-151-8/+16
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-152-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-054-46/+80
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-054-46/+80
| |\|
| | * Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-304-46/+80
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-293-22/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+2
| |\|
| | * QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+2
| * | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-222-22/+3
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-264-5/+21
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2214-61/+83
|\ \ \
| * | | Remove declaration of QMacNativeWidgetPrivateJędrzej Nowacki2016-08-181-4/+0
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1613-57/+83
| |\| |
| | * | 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
| | |\|