aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge dev into 5.12Oswald Buddenhagen2018-08-2113-161/+621
|\
| * QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
| * HoverHandler: stop handling any points outside the parent ItemShawn Rutledge2018-08-171-1/+1
| * Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-176-13/+458
| * Modernize loopsErik Verbruggen2018-08-161-36/+23
| * Format QQuickItemPrivate::ChangeListenerErik Verbruggen2018-08-161-4/+18
| * Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-151-2/+13
| * QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-142-32/+101
| * QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-141-4/+4
| * QQuickTableView: remove cacheBuffer from the implementationRichard Moe Gustavsen2018-08-142-69/+1
* | Fix property declarationsSimon Hausmann2018-08-201-6/+6
|/
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-132-10/+9
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-102-25/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-5/+23
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-093-6/+98
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-0912-690/+60
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-16/+55
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-022-6/+16
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-5/+108
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-022-11/+0
* TableView: don't try to grab the window when it's nullMitch Curtis2018-08-021-1/+1
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-023-9/+88
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-012-6/+6
|\
| * Fix build without GUI moduleSamuli Piippo2018-07-311-2/+2
| * Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-5/+5
* | Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* | Increase fine-grained signals for some properties in TextAleix Pol2018-07-313-4/+11
* | Fix memory leak in QSGAdaptationBackendDataFrederik Gladhorn2018-07-311-0/+7
* | Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-313-10/+25
* | Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-3/+3
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* | Clean up QQmlCustomParser APISimon Hausmann2018-07-304-14/+14
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-301-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-0/+1
| |\|
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
* | | QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-302-9/+17
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-273-7/+7
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-273-15/+18
* | Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* | Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-2615-116/+61
* | TapHandler docs: correct parent Item linksShawn Rutledge2018-07-261-6/+6