summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-263-3/+3
* QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* Remove QDateTimeEditPrivate's duplication of QDateTimeParser code.Edward Welbourne2016-04-081-5/+0
* QDateTimeEditPrivate: make clear which overrides are for which base.Edward Welbourne2016-04-081-12/+15
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-7/+7
* Add some QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
* QToolButton: always restart the menu popup timerGiuseppe D'Angelo2016-04-062-1/+9
* Fix regression in scaled QLabel on hi-res display.Jason Haslam2016-04-051-2/+4
* Accept partial line scrollsAllan Sandfeld Jensen2016-04-051-1/+9
* Refactor methods QTextEdit/QPlainTextEdit::inputMethodQuery().Friedemann Kleint2016-03-302-33/+29
* QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-5/+5
* QMacStyle: Return a guess for SE_ProgressBarGroove's rectGabriel de Dietrich2016-03-291-1/+1
* QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-5/+5
* QTabBar: enable high dpi moving of a tabGiuseppe D'Angelo2016-03-252-7/+35
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+1
* QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-221-4/+7
* Remove unused QButtonGroupPrivate::notifyChecked()Marc Mutz2016-03-201-1/+0
* Move QButtonGroup implementation from qabstractbutton.cpp to qbuttongroup.cppMarc Mutz2016-03-185-148/+198
* QtWidgets: includemocsMarc Mutz2016-03-1835-1/+63
* QToolBarExtension: remove unused member 'orientation'Marc Mutz2016-03-181-1/+0
* Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-6/+0
* QMenuBar: Acknowledge AA_DontUseNativeMenuBarGabriel de Dietrich2016-02-291-1/+2
* QMenu: Add delegate related notes to OS X-only APIGabriel de Dietrich2016-02-191-2/+8