summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix build without features.shortcutTasuku Suzuki2017-04-271-0/+2
| * QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
| * Fix UB in QSplitter::childEventOlivier Goffart2017-04-231-9/+10
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-222-24/+13
| * Remove features.rubberband dependency of features.splitterStephan Binner2017-04-212-1/+13
| * Remove wrong features.rubberband condition of features.dockwidgetStephan Binner2017-04-212-2/+0
| * Fix QComboBox popup from opening on wrong screenJoni Poikelin2017-04-211-0/+16
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-292-6/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-206-35/+141
|\|
| * 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 warnings for -no-feature-texthtmlparserStephan Binner2017-04-192-0/+3
| * 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
| * | 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
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-181-1/+2
* | | Pluginize the platform stylesJake Petroules2017-04-142-2/+2
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-133-5/+3
* | | 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
* | | Add button layout for dialogs on AndroidNikita Krupenko2017-04-112-2/+6
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-077-5/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-066-4/+8
| |\|
| | * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-045-1/+6
| | * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-046-48/+21
|\| |
| * | 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-dockwidgetNikita Krupenko2017-03-291-0/+3
| * | Add GHS internal id TOOLS-26637 to bug workaround commentsKimmo Ollila2017-03-281-1/+2
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-281-0/+11
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+11
| | |\|
| | | * 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-281-1/+1
| |/ /
| * | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-271-45/+1
| * | Build fix for -no-feature-texteditPaul Olav Tvete2017-03-271-0/+2
* | | Remove bad compile-time check for QMacStyleJake Petroules2017-04-011-5/+0
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2811-21/+101
|\| |
| * | Workaround GHS compiler bugKimmo Ollila2017-03-271-0/+12
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-3/+3
| |\|
| | * Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
| * | Add feature.dialogStephan Binner2017-03-222-1/+16
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-212-8/+49
| |\|
| | * QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-211-6/+4
| | * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-2/+45
| * | Add features.widgettextcontrolStephan Binner2017-03-205-9/+21