summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-0/+11
* Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
* 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
* 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
* 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
* 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
* 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
* 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
* QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53
* Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-124-26/+18
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2016-12-061-1/+3
* Clean up style selection codeLars Knoll2016-11-293-14/+14
* QtWidgets: Add missing overrideAlexander Volkov2016-11-299-88/+88
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| |\
| | * docs: Reference QLineEdit::hasAcceptableInput() in setValidator()Sérgio Martins2016-11-161-1/+1
* | | Remove some #if 0 blocks from API headersEdward Welbourne2016-11-231-3/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+1
| |\|
| | * QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-091-0/+1
* | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-7/+7
* | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
* | | Replace custom type traits with std one'sKai Koehne2016-11-082-4/+4