summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QErrorMessage: use QStringBuilderMarc Mutz2017-04-201-21/+24
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-1/+2
* Fix UB in QWidgetEffectSourcePrivate::detachOlivier Goffart2017-04-191-4/+4
* Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
* QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-191-0/+11
* Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2
* Fix warning for -no-feature-graphicseffectStephan Binner2017-04-191-0/+1
* Fix warning for -no-feature-gesturesStephan Binner2017-04-191-2/+2
* Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-192-0/+3
* QGraphicsBlurEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-1/+5
* QGraphicsDropShadowEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+2
* QGraphicsColorizeEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-182-5/+19
|\
| * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-122-5/+19
* | Fix build error with -no-feature-sliderPaul Olav Tvete2017-04-181-1/+1
* | QSplitter::replaceWidget(): Add geometry related remarkGabriel de Dietrich2017-04-141-0/+4
* | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-9/+44
* | QMenu: Fix margins related display issuesDongmei Wang2017-04-142-21/+58
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-2/+3
|\|
| * Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-061-2/+3
* | gtk3: Mark the minimum version we supportThiago Macieira2017-04-111-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-069-6/+23
|\|
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-048-3/+21
| * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
* | Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
* | Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
* | Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* | QFusionStyle::drawPrimitive(): Use color in cache key of PE_PanelButtonCommandFriedemann Kleint2017-04-041-2/+3
* | QMenu: Do not unnecessarily call QPlatformMenu::menuItemForTag()Friedemann Kleint2017-04-031-1/+3
* | Fix warnings for -no-feature-dockwidgetv5.9.0-beta1Nikita Krupenko2017-03-311-1/+1
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* | Fix warnings for -no-feature-itemviewsNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-dockwidgetNikita Krupenko2017-03-291-0/+3
* | Fix warnings for -no-feature-comboboxNikita Krupenko2017-03-291-0/+2
* | Add GHS internal id TOOLS-26637 to bug workaround commentsKimmo Ollila2017-03-281-1/+2
* | Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-3/+6
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-286-0/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-286-0/+17
| |\|
| | * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-275-0/+6
| | * Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-0/+11
* | | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-282-5/+5
|/ /
* | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-271-45/+1
* | Build fix for -no-feature-texteditPaul Olav Tvete2017-03-271-0/+2
* | Workaround GHS compiler bugKimmo Ollila2017-03-271-0/+12
* | Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-4/+4
|\|
| * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
| * Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
* | Add feature.dialogStephan Binner2017-03-2217-40/+90
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-223-8/+50
|\ \