aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move from a count of cursors, to storing whether or not a subtree has a cursor.Robin Burchell2014-10-293-19/+33
* QQuickWindow: Add some more stuff under DBG_TOUCH.Robin Burchell2014-10-291-1/+9
* Don't constantly clear child node list on ChildrenUpdateMaskRobin Burchell2014-10-291-25/+99
* Basic support for typed arraysLars Knoll2014-10-297-5/+730
* Implement DataViewLars Knoll2014-10-295-3/+433
* Implement ArrayBufferLars Knoll2014-10-295-2/+278
* Fix subscript and superscript for QQuickTextJoni Poikelin2014-10-211-1/+12
* QQuickParticleSystem: Use QVector instead of QList.Robin Burchell2014-10-201-2/+4
* QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.Robin Burchell2014-10-201-4/+9
* QQuickParticleSystem: Optimize hash manipulation.Robin Burchell2014-10-201-2/+2
* Fix newly added qquickitem_before_paintNode() implementation.Gunnar Sletta2014-10-201-4/+6
* Remove the "groupNode"Gunnar Sletta2014-10-176-107/+105
* Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-165-20/+39
* Only delete all child nodes twice if effectRefEffectivelyChanged is set.Robin Burchell2014-10-161-4/+9
* Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-164-46/+18
* Resolve QQuickItemPrivate::beforePaintNode dynamically.Gunnar Sletta2014-10-163-9/+17
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-09121-1031/+1915
|\
| * Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-093-7/+18
| * Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
| * Relax ShaderEffectSource's sourceItem vs window handling.Gunnar Sletta2014-10-091-1/+5
| * Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-092-27/+60
| * Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
| * use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
| * documentation for qmldir "depends" declarationShawn Rutledge2014-10-011-0/+19
| * qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+30
| * Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-015-48/+22
| * Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-303-17/+10
| * Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
| * Fix compiler warningLars Knoll2014-09-301-0/+1
| * Doc: Combine the extending QML tutorial chapters into a single exampleTopi Reinio2014-09-301-113/+75
| * Fix build when using -WerrorSérgio Martins2014-09-301-1/+1
| * Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-302-1/+43
| * Fix example in scope documentationSimon Hausmann2014-09-301-2/+2
| * Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-291-2/+30
| * Give Item::layer documentation some much needed love.Gunnar Sletta2014-09-2910-2/+460
| * Doc: Replace VisualDataModel with DelegateModelNico Vertriest2014-09-252-21/+21
| * Reset 'invalidatePending' after the FBO has been recreated.Gunnar Sletta2014-09-251-0/+1
| * QDSM: Nested statemachines are supportedSebastian Sauer2014-09-241-6/+0
| * move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-243-12/+7
| * Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-242-50/+23
| * Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-244-14/+28
| * Allow multiple cached qml unit registration functionsSimon Hausmann2014-09-241-5/+7
| * Doc: apply title case to all section1 titlesNico Vertriest2014-09-2410-13/+13
| * Recreate the fbo on screen change in QQuickWidget when neededLaszlo Agocs2014-09-232-29/+34
| * Add missing import to documentation code snippetSérgio Martins2014-09-231-0/+1
| * Fix clip state tracking in Context2DMatt Fischer2014-09-223-6/+10
| * Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
| * Fix deadlock with QQuickView embedded via QWidget::createWindowContainerDyami Caliri2014-09-221-2/+9
| * Cleanup remaining QtQuick.Dialogs leftoversJ-P Nurmi2014-09-191-3/+1
| * Doc: add documentation for Photo Viewer exampleLeena Miettinen2014-09-191-0/+2