summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2015-70/+173
|\
| * 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
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-181-1/+2
* | | Pluginize the platform stylesJake Petroules2017-04-1425-17398/+22
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-1349-202/+31
* | | DockWidgets: Allow to have floating dockwidgets side by sideOlivier Goffart2017-04-135-161/+354
* | | QMainWindow: move the separator handling in another classOlivier Goffart2017-04-133-238/+254
* | | qsystemtrayicon_win.cpp: Clean obsolete codeFriedemann Kleint2017-04-121-104/+42
* | | Add button layout for dialogs on AndroidNikita Krupenko2017-04-113-4/+9
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0715-11/+72
|\| |
| * | 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
* | | Remove unused function qt_mac_secure_keyboardGabriel de Dietrich2017-04-051-16/+0
* | | Docs: add platform notes to QSystemTrayIconRichard Moe Gustavsen2017-04-051-1/+3
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0415-55/+41
|\| |
| * | 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