summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix warnings for -no-feature-animationStephan Binner2017-04-252-4/+8
| * Fix UB in QSplitter::childEventOlivier Goffart2017-04-231-9/+10
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-222-24/+13
| * QMacStyle: Fix scroller memory leakv5.9.0-beta3Morten Johan Sørvig2017-04-212-5/+14
| * QMacStyle: Properly flip vertical slidersGabriel de Dietrich2017-04-211-2/+4
| * Remove wrong features.rubberband condition of features.itemviewsStephan Binner2017-04-211-1/+1
| * Remove features.rubberband dependency of features.splitterStephan Binner2017-04-213-2/+13
| * Remove wrong features.rubberband condition of features.dockwidgetStephan Binner2017-04-213-3/+1
| * Fix QComboBox popup from opening on wrong screenJoni Poikelin2017-04-211-0/+16
| * QErrorMessage: use QStringBuilderMarc Mutz2017-04-201-21/+24
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-0/+3
* | Fusion: draw DPI-scaled arrowsJ-P Nurmi2017-05-043-138/+87
* | Fusion: DPI-scale menu itemsJ-P Nurmi2017-05-041-16/+22
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-292-6/+6
* | Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-272-533/+1
* | QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-272-0/+19
* | QCompletionEngine: avoid a node allocation on lookupMarc Mutz2017-04-272-17/+34
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
* | Use list-initialization moreMarc Mutz2017-04-202-4/+2
* | 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