summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.h
Commit message (Expand)AuthorAgeFilesLines
* Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-211-0/+5
* QAccessibleTabButton: fix isValidFrederik Gladhorn2018-07-081-0/+1
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-7/+7
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-1/+1
* Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-2/+2
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-2/+2
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+2
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-231-0/+10
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-10/+0
|\
| * Remove some #if 0 blocks from API headersEdward Welbourne2016-11-231-10/+0
* | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-221-0/+1
|/
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+1
| |\
| | * QDataWidgetMapper: Fix UB (member call)Marc Mutz2016-08-011-0/+1
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-26/+26
|\|
| * Add argument names to the function signatures in headersOlivier Goffart2016-03-101-26/+26
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-121-1/+2
|/
* QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-2/+2
* Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-041-2/+2
* Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-161-0/+7
* xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove friend class QETWidget.Friedemann Kleint2014-05-161-1/+0
* qdoc: Eliminate qobject_cast() collisionMartin Smith2013-11-051-0/+2
* Add missing notify signals for window title and icon changes.Richard J. Moore2013-09-101-3/+6
* QWidget - add property toolTipDurationThorbjørn Martsum2013-06-251-0/+3
* Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-231-0/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-251-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-101-1/+1
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-301-3/+3
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-15/+0
* QWidget::grab: Add a default value for the QRect parameter.Friedemann Kleint2012-05-291-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+0
|\
| * Remove QWidget::setWindowHandleGirish Ramakrishnan2012-04-121-1/+0
* | Make QWidget::mapTo/mapFrom() take const pointers.Jason McDonald2012-03-261-2/+2