summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-034-2/+10
* | Fix build with -no-feature-tabbarPaul Olav Tvete2017-03-011-0/+4
* | Build fix for -no-feature-actionPaul Olav Tvete2017-03-013-1/+22
* | Add feature.commandlinkbuttonStephan Binner2017-03-012-2/+10
* | Widgets: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-14/+20
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-6/+19
|\|
| * QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-02-241-1/+2
| * dockwidgets: recalculate the press position if the window resizesSergio Martins2017-02-222-0/+14
| * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-212-5/+3
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-15/+14
* | Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-174-0/+10
* | Take window frame into account when dragging dock widgetSergio Martins2017-02-161-1/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-084-7/+29
|\|
| * Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-012-5/+27
| * Doc: Normalize \since usageTopi Reinio2017-01-312-2/+2
* | QTabBar: fix vertical tabs appearanceOleg Yadrov2017-02-021-3/+13