summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-048-3/+21
* QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-275-0/+6
* Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-0/+11
* Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
* 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
* Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+1
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-4/+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
* QMacStyle::sizeFromContents(CT_Menu): take proxy style into accountOleg Yadrov2017-03-031-1/+9
* Fix UB in QWidgetItemV2::~QWidgetItemV2Olivier Goffart2017-03-021-1/+1
* QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-3/+2
* Fix UB in QWidgetResizeHandler::eventFilterOlivier Goffart2017-02-271-5/+6
* Properly use the "process" featureUlf Hermann2017-02-271-1/+0
* Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* 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
* QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
* QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-151-1/+1
* QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-9/+4
* Fix result handling in QDialog::doneSamuel Gaist2017-02-071-1/+1
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-65/+59
* Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-012-5/+27
* Doc: Normalize \since usageTopi Reinio2017-01-313-3/+3
* Fix build with -no-feature-animationPaul Olav Tvete2017-01-302-1/+8
* 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
* Remove duplicated feature definitionPaul Olav Tvete2017-01-261-7/+1
* Fix build with -no-feature-lineeditPaul Olav Tvete2017-01-261-0/+4
* Fix build with -no-feature-whatsthisPaul Olav Tvete2017-01-251-0/+2
* Fix build with -no-feature-treewidgetPaul Olav Tvete2017-01-251-2/+2
* Compile with -no-feature-tooltipPaul Olav Tvete2017-01-253-0/+6
* 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-sliderPaul Olav Tvete2017-01-252-1/+3
* Fix build with -no-feature-texteditPaul Olav Tvete2017-01-252-1/+5
* Fix styles compilation with features removed, round 2Paul Olav Tvete2017-01-254-11/+72
* Fix build with -no-feature-rubberbandPaul Olav Tvete2017-01-251-1/+2
* Fix build with -no-feature-menubarPaul Olav Tvete2017-01-251-2/+9
* Fix build with -no-feature-menuPaul Olav Tvete2017-01-253-2/+10
* Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-253-5/+11
* Fix build with -no-feature-graphicsviewPaul Olav Tvete2017-01-251-0/+3
* Fix build with -no-feature-dockwidgetPaul Olav Tvete2017-01-251-4/+20
* Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-255-6/+41
* Remove reimplementations of removed featuresPaul Olav Tvete2017-01-252-4/+4