summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.h
Commit message (Expand)AuthorAgeFilesLines
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-1/+2
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-2/+1
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+6
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-9/+0
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+2
* Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-161-13/+0
* Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-021-0/+1
* Remove various traces of QGLJohan Klokkhammer Helsing2020-02-281-3/+0
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-6/+6
|\
| * QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-261-6/+6
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+3
|/
* Add screen() accessor to QWidgetFriedemann Kleint2019-08-211-0/+2
* Rename QWidgetBackingStore to QWidgetRepaintManagerTor Arne Vestbø2019-08-201-1/+1
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-0/+3
* Fix API for Qt 6Lars Knoll2019-05-021-1/+1
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+5
* 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