summaryrefslogtreecommitdiffstats
path: root/src/controls/ScrollView.qml
Commit message (Expand)AuthorAgeFilesLines
* Adapt to new Connections syntaxUlf Hermann2019-10-201-4/+4
* Make restoreMode on all Binding elements explicitUlf Hermann2019-10-041-2/+5
* Doc: Document Qt Quick Controls explicitly as 'version 1'Venugopal Shivashankar2018-10-261-1/+1
* ScrollView: fix cyclic Tab navigationAlberto Mardegan2017-11-231-1/+1
* Add NOTIFY signals for WheelArea5.8Marco Martin2017-04-031-0/+12
* Revert "Fix Controls 1 types linking to Controls 2"Topi Reinio2016-06-221-1/+0
* Fix Controls 1 types linking to Controls 2v5.7.0-rc1v5.7.0Mitch Curtis2016-05-261-0/+1
* Unify license header usageAntti Kokko2016-02-041-12/+15
* Check for __style existence before accessing itMarco Martin2016-01-121-1/+1
* BasicTableView: Use ListView's overlay header for the table headerGabriel de Dietrich2015-11-031-3/+5
* ScrollView: Don't depend on originY for the internal scrollbarGabriel de Dietrich2015-10-301-13/+14
* Doc: Create proper QHP TOC entries for QML types, examples and tutorialsTopi Reinio2015-08-051-0/+1
* Take QApplication::wheelScrollLines into account from ScrollViewAleix Pol2015-05-221-0/+6
* Doc: Fix qtdoc warningsCaroline Chao2015-03-061-1/+1
* Merge Extras' styling system into Controls'.Mitch Curtis2015-03-021-1/+1
* Controls: update license headersJ-P Nurmi2015-02-111-28/+24
* Add scollBarPolicy properties to scrollviewDavid Edmundson2014-07-221-0/+30
* Doc: Added images and missing snippetsVenu2014-06-271-0/+2
* Ensure that child MouseAreas will get the event firstAndy Shaw2014-05-021-1/+1
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
* Import QtQuick 2.2J-P Nurmi2014-04-071-1/+1
* ScrollView: flick threshold comes from platform styleShawn Rutledge2014-03-181-1/+1
* Update ScrollView documentation to be valid QMLDavid Edmundson2013-12-041-1/+1
* Doc: Fix links to Qt Quick Controls Styles itemsCaroline Chao2013-10-231-1/+1
* Doc: Add doc for ScrollViewStyleCaroline Chao2013-10-231-1/+6
* Enable flicking on touch based devicesJens Bache-Wiig2013-09-301-1/+2
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
* ComboBox: Make popup scrollableGabriel de Dietrich2013-09-191-1/+2
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-3/+3
* ScrollView: handle QWheelEvent::phaseJ-P Nurmi2013-08-281-0/+1
* Improve default size for several controlsJens Bache-Wiig2013-06-031-2/+3
* Rename PaddedStyle to AbstractStyleJ-P Nurmi2013-05-301-1/+1
* Consistent use of "hovered" and style API conventionsJens Bache-Wiig2013-05-291-1/+1
* ScrollView: take Flickable::originX and originY into accountJ-P Nurmi2013-05-271-2/+6
* Enable padding as a grouped propertyJens Bache-Wiig2013-05-241-2/+2
* Make QQuickSettings::style a property with a notifier signalJ-P Nurmi2013-05-241-1/+1
* Disable flicking on ScrollViewJens Bache-Wiig2013-05-141-0/+1
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-7/+9
* Doc: check and correct for compliancy with Writing GuidelinesNico Vertriest2013-05-061-0/+1
* Allow TableView to scroll to bottomJens Bache-Wiig2013-05-041-1/+3
* ScrollBar style refactoringJens Bache-Wiig2013-04-261-2/+2
* Move ScrollBarStyle inside ScrollViewStyleJens Bache-Wiig2013-04-241-2/+2
* Remove hard dependency on widgetsJens Bache-Wiig2013-04-151-2/+1
* Remove StyleItem dependencies from controlsJens Bache-Wiig2013-04-131-9/+24
* Doc fix: Change double to realJan Arve Saether2013-04-121-2/+2
* Cleanup the superfluous \internal tags that are no longer neededJ-P Nurmi2013-04-081-1/+0
* Doc: minor language editsNico Vertriest2013-04-051-9/+9
* Fix broken highlightOnFocus for ScrollViewJens Bache-Wiig2013-03-281-1/+1
* ScrollView: Improve "Crash on exit" patchGabriel de Dietrich2013-03-251-2/+2
* ScrollView: Fix crash on exitGabriel de Dietrich2013-03-231-1/+1