aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-122-9/+9
* QQuickTableView: add new class: QQuickTableViewRichard Moe Gustavsen2018-04-124-1/+1751
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-124-6/+15
|\
| * Make QSGLayer::grab work correctly in software rendererJan Marker2018-04-114-6/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-104-10/+26
|\|
| * clear() the loader before destroying itLars Knoll2018-04-091-4/+1
| * Improve QQuickItemGrabResult::image() docsMitch Curtis2018-04-091-1/+1
| * Avoid marking hidden windows as updatePending in Gui render loopDavid Edmundson2018-04-091-1/+4
| * Doc: Improve the "Interacting with QML from C++" sectionMitch Curtis2018-04-091-4/+20
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-04-095-10/+55
|\|
| * Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
| * Doc: Change the section title to avoid a linking conflictVenugopal Shivashankar2018-04-061-1/+1
| * Doc: correct Sprite's detailed descriptionMitch Curtis2018-04-051-2/+2
| * Doc: Add a section on scalable application UIVenugopal Shivashankar2018-04-053-3/+46
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-287-10/+24
|\|
| * Doc: Drop the use of QT_PLUGIN_PATH in documentation configTopi Reinio2018-03-283-48/+5
| * QQuickPointerHandler: make classBegin and componentComplete protectedShawn Rutledge2018-03-272-5/+13
| * Quick/DesignerSupport: Use QByteArrayList when checking property listsFriedemann Kleint2018-03-272-4/+4
| * doc: Fix qtquick.qdocconf to include stuff for qtquickwidgetsMartin Smith2018-03-222-0/+49
| * Correct logging of swap time in software render loopMichael BrĂ¼ning2018-03-221-1/+1
* | QQuickItemViewFxItem: factor out FxViewItem from QQuickItemViewRichard Moe Gustavsen2018-03-235-139/+279
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-224-2/+42
|\|
| * Add a feature for DelegateModelUlf Hermann2018-03-211-1/+7
| * Do not look up objects in deferred propertiesThomas Hartmann2018-03-213-1/+35
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-212-102/+217
|\|
| * Doc: provide an example of the C++ - QML interaction pathMitch Curtis2018-03-211-11/+115
| * Doc: mention alternative syntax for resource filesMitch Curtis2018-03-211-15/+35
| * Rename best practices page to "Best Practices for QML and Qt Quick"Mitch Curtis2018-03-201-5/+5
| * Remove qtquick-guidelines, move contents into qtquick-bestpracticesMitch Curtis2018-03-202-50/+15
| * Doc: improve "Separate UI from Logic" sectionMitch Curtis2018-03-201-17/+31
| * Doc: simplify "Qt Quick Best Practices" introduction paragraphMitch Curtis2018-03-201-4/+4
| * Doc: reorganize "Bundle Application Resources" sectionMitch Curtis2018-03-201-18/+30
| * Fix grammar in "Qt Quick Best Practices"Mitch Curtis2018-03-201-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-176-34/+48
|\|
| * When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-161-2/+2
| * Improve AnimatedSprite's documentationMitch Curtis2018-03-161-16/+16
| * Improve SpriteSequence's documentationMitch Curtis2018-03-161-12/+12
| * QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-162-1/+12
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-3/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-156-32/+400
|\|
| * Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-134-0/+368
| * Fix typos, punctuation, and grammar in sprites.qdocMitch Curtis2018-03-131-30/+30
| * Fix non-integer scale factors with Text native renderingDavid Edmundson2018-03-131-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-2/+8
|\|
| * Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
| * touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
* | Animation: add finished() signalMitch Curtis2018-03-093-0/+26
* | Export QSoftwareRenderableNodeAnton Kreuzkamp2018-03-073-1/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0354-270/+301
|\|
| * TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-022-3/+29