aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-105-18/+63
* Fix issues with Keyboard Focus documentation.Mitch Curtis2014-10-101-3/+3
* Stabilize and fix comparisons in animator tests.Gunnar Sletta2014-10-1011-64/+60
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-103-0/+47
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-0925-87/+87
* Return the content position rounded on the right sideGiulio Camuffo2014-10-091-9/+9
* Export QQuickKeyNavigationAttached as a part of the private APIOleg Shparber2014-10-091-1/+1
* Make QQuickKeyNavigationAttached respect user set valuesOleg Shparber2014-10-091-6/+6
* Doc: Updated the QML State Machine docsVenu2014-10-097-125/+111
* Doc: Updated the \brief and detailed descriptionVenu2014-10-091-2/+3
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-094-7/+95
* Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
* Compare doesn't work for colors, so compare the channels explcitily.Gunnar Sletta2014-10-091-1/+3
* Relax ShaderEffectSource's sourceItem vs window handling.Gunnar Sletta2014-10-092-1/+87
* Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-093-27/+77
* Temporarily skip tst_qquickframebufferobject when using ANGLE.Friedemann Kleint2014-10-091-0/+4
* QQuickWindow autotest: focus transferred to parent on window closeShawn Rutledge2014-10-091-3/+0
* Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-014-13/+16
* documentation for qmldir "depends" declarationShawn Rutledge2014-10-011-0/+19
* qmlimportscanner: parse "depends" lines in qmldir filesShawn Rutledge2014-10-011-2/+23
* qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-014-0/+65
* 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
* Update the Calqltr demo visuals and engine logicTopi Reinio2014-09-306-52/+181
* Doc: Combine the extending QML tutorial chapters into a single exampleTopi Reinio2014-09-3049-119/+81
* Fix build when using -WerrorSérgio Martins2014-09-301-1/+1
* Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-304-1/+47
* Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"Andrew Knight2014-09-302-36/+0
* Partially revert "Disable tests on failing ANGLE config"Andrew Knight2014-09-301-3/+0
* Fix example in scope documentationSimon Hausmann2014-09-301-2/+2
* Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-292-3/+66
* Give Item::layer documentation some much needed love.Gunnar Sletta2014-09-2910-2/+460
* qmlimportscanner: allow a qmlFile to come from stdinFawzi Mohamed2014-09-251-16/+26
* Doc: Replace VisualDataModel with DelegateModelNico Vertriest2014-09-252-21/+21
* Updated calqlatr demoJohanna Aijala2014-09-254-15/+54
* Doc: Add docs for Clocks exampleLeena Miettinen2014-09-251-3/+89
* Reset 'invalidatePending' after the FBO has been recreated.Gunnar Sletta2014-09-251-0/+1
* QDSM: Nested statemachines are supportedSebastian Sauer2014-09-243-8/+72
* move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-243-12/+7
* Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-243-61/+42
* 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
* Fix disappearing slider during size/orientation changeAlex Blasche2014-09-244-3/+80
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-2415-27/+27
* Updated the example to accept input on AndroidVenu2014-09-231-1/+5
* 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