summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-4/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
|\|
| * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
* | QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-046-78/+60
* | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+5
* | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-2/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-3/+3
|\|
| * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
* | QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
* | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-232-1/+2
* | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-1/+4
* | QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-193-1/+8
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-277-43/+46
* | QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
* | QLineEdit: Don't include left and right minimum bearing when drawing textTor Arne Vestbø2015-09-221-12/+6
* | Fix some doc warnings.Friedemann Kleint2015-09-111-3/+0
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-274-5/+42
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-5/+42
| |\|