summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | QtWidgets: convert some users of QSizePolicy::transpose() to transposed()Marc Mutz2017-01-313-9/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-3013-66/+120
|\|
| * QKeySequenceEdit: Allow for the case where pressing SHIFT+letter gives a diff...Andy Shaw2017-01-271-9/+23
| * Fix dock widget having the wrong parent after a dragSergio Martins2017-01-261-2/+4
| * Fix build with -no-feature-toolbuttonPaul Olav Tvete2017-01-253-2/+12
| * Fix build with -no-feature-tabbarPaul Olav Tvete2017-01-254-5/+26
| * Fix build with -no-feature-tabwidgetPaul Olav Tvete2017-01-251-11/+9
| * Fix build with -no-feature-rubberbandPaul Olav Tvete2017-01-251-1/+2
| * Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-251-1/+2
| * Fix build with -no-feature-dockwidgetPaul Olav Tvete2017-01-251-4/+20
| * Remove reimplementations of removed featuresPaul Olav Tvete2017-01-252-4/+4
| * QMacNativeWidget: Remove Carbon reference from documentationGabriel de Dietrich2017-01-231-6/+2
| * QMacCocoaViewContainer: Fix typos, wording in documentationGabriel de Dietrich2017-01-231-22/+17
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-272-8/+8
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-267-14/+44
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-257-14/+44
| |\|
| | * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-2/+11
| | * QKeySequenceEdit: If the next key is Key_unknown then it should be ignoredAndy Shaw2017-01-171-1/+2
| | * Don't show bogus empty window when calling QMainWindow::restoreState()Sergio Martins2017-01-113-2/+20
| | * Replace non-existent signals with the correct onesKavindra Palaraja2017-01-101-1/+1
| | * QProgressBar: don't lose precision in text()Marc Mutz2017-01-071-1/+1
| | * QProgressBar: remove unneeded ctor-style no-op castMarc Mutz2017-01-071-1/+1
| | * Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-061-6/+8
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-252-2/+2
* | | Fix deprecated API usageJake Petroules2017-01-241-2/+1
|/ /
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-2/+2
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-064-4/+3
* | Provide default implementation of QPlatformMenuBar::createMenu()Tor Arne Vestbø2017-01-051-4/+0
* | Fix QMenu position on a multi-display systemOleg Yadrov2017-01-021-4/+6
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-026-6/+6
* | QSplitterHandle: Ensure a minimum grab areaGabriel de Dietrich2016-12-231-5/+8
* | Add QPlatformTheme::standardButtonShortcut()Alexander Volkov2016-12-191-6/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-163-5/+53
|\|
| * QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53