summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-04-111-3/+2
* Fix floating dock widget having the wrong parentOlivier Goffart2017-03-271-3/+3
* QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-03-241-1/+2
* QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-221-6/+4
* Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-232-5/+3
* Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-062-5/+27
* Fix dock widget having the wrong parent after a dragSergio Martins2017-02-061-2/+4
* Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-201-6/+8
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-044-26/+18
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2017-01-031-1/+3
* docs: Reference QLineEdit::hasAcceptableInput() in setValidator()Sérgio Martins2016-11-161-1/+1
* QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-091-0/+1
* Mention QDialog::setSizeGripEnabled() in QSizeGrip's docsSergio Martins2016-11-021-1/+4
* QMainWindow: fix wording in apidocFrederik Schwarzer2016-10-311-1/+1
* Fixed crash taking null central widgetAndré Somers2016-10-281-2/+4
* QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
* macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-191-1/+6
* Doc: add notes about validator and completer in QComboBoxFrederik Gladhorn2016-10-131-0/+7
* QToolBarAreaLayoutInfo: add missing break statements in switch in distance()Marc Mutz2016-10-121-1/+6
* QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
* QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
* QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1
* QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
* QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-063-1/+8
* QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-1/+3
* QMenuBar: Get rid of QMenuBarPrivate::nativeMenuBarDmitry Shachnev2016-09-152-27/+5
* QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-152-58/+51
* Fixed glitch when dragging a movable QTabBar tabThorbjørn Lindeijer2016-09-121-2/+1
* QToolButton: fix read of uninitialized variableSérgio Martins2016-09-051-2/+1
* Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-304-46/+80
* QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+2
* Fix grammar in QToolBar docsMitch Curtis2016-08-121-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1211-24/+24
* QTabBar: Cache title text sizesGabriel de Dietrich2016-08-102-32/+58
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-2/+2
* Fix misleading code in QAbstractSpinBox::event()Marc Mutz2016-07-061-2/+1
* Allow to drag a QDockWidgetGroupWindow into one of its QDockWidgetOlivier Goffart2016-07-021-5/+2
* Fix the QMainWindow context menu when there are floating tabsOlivier Goffart2016-07-021-3/+13
* Fix QDockWidget losing decoration on undocking when GroupedDragging is enabledOlivier Goffart2016-06-301-1/+2
* QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
* Revert "End the drag if the dockwidget is being hidden"Olivier Goffart2016-06-221-2/+0
* QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
* QLineEdit: move to the beginning when receiving a MoveToStartOfLineGiuseppe D'Angelo2016-06-071-0/+1
* QWidgetLineControl::Command - delete default ctor.Timur Pocheptsov2016-05-242-11/+12
* QMenuBar: nested parenting fixFelix Bourbonnais2016-05-182-25/+33
* QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-123-22/+52
* QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-2/+3
* Fix clang developer build due to -Winconsistent-missing-overrideSérgio Martins2016-04-281-8/+7