summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-02-151-0/+1
|\
| * Add missing emission of activated(QString)Andy Shaw2016-02-021-0/+1
* | Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+3
* | Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
* | End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
* | Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-021-3/+3
* | QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
* | Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
* | Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-303-14/+14
* | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-5/+3
* | Doc: Remove Qt3 compatibility functions from QToolButtonCédric Bonnier2016-01-291-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-211-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+5
| |\|
| | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
* | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12
|/ /
* | QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
* | Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | Unbreak ubsan developer-buildMarc Mutz2016-01-063-2/+7
* | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-1/+5
* | QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-152-8/+3
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1