summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qabstractscrollarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Override virtual method in private class instead of downcastingVolker Hilsheimer2020-04-081-18/+3
|/
* Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-11/+11
* QAbstractScrollArea: when used as a popup, apply regular popup behaviorVolker Hilsheimer2019-10-101-1/+4
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-138/+5
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-3/+3
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-1/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
* Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+1
* QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-041-2/+4
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-3/+3
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* Prevent infinite relayout when adding scrollbarsAndy Shaw2017-12-181-6/+19
* Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+2
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-1/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+0
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+2
|\|
| * Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-251-1/+2
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+0
|/
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-14/+14
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-6/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\
| | * Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-261-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-0/+1
|\| |
| * | Fix slow scrolling by wheel after setting a custom scrollbarAlexander Volkov2016-04-051-0/+1
* | | QAbstractScrollArea: Remove needless static_cast for QWheelEventAlexander Volkov2016-04-051-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-1/+1
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-2/+2
|/
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-0/+2
* QFramePrivate & subclasses: declare dtor out-of-lineMarc Mutz2015-06-021-0/+4
* Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* 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-15/+15
* QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-031-2/+15
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-141-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix no-opengl buildLaszlo Agocs2014-09-011-0/+2
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+1
|\
| * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-011-0/+4
|/
* Fix QAbstractScrollArea to respect transiency per scrollbarJ-P Nurmi2014-03-201-25/+31
* Prevent recursive resize events in QAbstractScrollAreaTor Arne Vestbø2013-12-051-2/+6