summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
* | 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
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-135-41/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-135-41/+37
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
| | * QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-2/+13
| | * Wide QMenu: fix size and positionOleg Yadrov2017-03-042-30/+16
| | * QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-3/+2
| | * Fix UB in QWidgetResizeHandler::eventFilterOlivier Goffart2017-02-271-5/+6
* | | Add feature.abstractbuttonStephan Binner2017-03-134-8/+21
|/ /
* | Deprecate QString::nullMarc Mutz2017-03-121-2/+2
* | QMacStyle: update QTabBar styleOleg Yadrov2017-03-083-9/+40
* | Add feature.abstractsliderStephan Binner2017-03-086-16/+28
* | Add feature.pushbuttonStephan Binner2017-03-063-3/+14
* | Add feature.checkboxStephan Binner2017-03-062-2/+10
* | Add feature.dialogbuttonboxStephan Binner2017-03-063-4/+13
* | QLineEditPrivate: introduce SideWidgetLocation classMarc Mutz2017-03-062-16/+22
* | Add feature.label and feature.formlayoutStephan Binner2017-03-033-4/+11
* | Add feature.radiobuttonStephan Binner2017-03-033-2/+14