summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QListView: remove pointless QVector::resize() callingsAlexander Volkov2016-11-111-7/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0277-393/+561
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0118-47/+87
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-315-27/+32
| | |\
| | | * Mark the entire widget dirty when changing flush pathsLaszlo Agocs2016-10-291-2/+8
| | | * Fixed crash taking null central widgetAndré Somers2016-10-281-2/+4
| | | * QWidgetPrivate: remove unused declarations of methodsAnton Kudryavtsev2016-10-281-3/+0
| | | * QWindowsXPStyle: Use qreal scale factors in theme drawing helpersFriedemann Kleint2016-10-282-20/+20
| | * | 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
| * | | QFileSystemModel: improve readability of the renaming codeMarc Mutz2016-10-281-8/+6
| * | | 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
| * | | QtWidgets: Remove function documentation from Qt 4Friedemann Kleint2016-10-261-39/+0
| * | | Add a resetClean() method to the undo stackJarek Kobus2016-10-242-1/+27
| * | | QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-164-3/+17
| * | | Android: Re-enable asset extraction for stylingEskil Abrahamsen Blomfeldt2016-10-141-6/+0
| * | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-1459-249/+249
* | | | 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