aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix clip state tracking in Context2DMatt Fischer2014-09-224-7/+11
* Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
* Window example: setOrientationUpdateMask to allow all orientationsShawn Rutledge2014-09-221-0/+4
* Fix deadlock with QQuickView embedded via QWidget::createWindowContainerDyami Caliri2014-09-221-2/+9
* StocQt example: Display trading volume scale for stock chartsTopi Reinio2014-09-221-3/+21
* Update used colors on basis of the recommended color palette.Tarja Sundqvist2014-09-194-24/+24
* Cleanup remaining QtQuick.Dialogs leftoversJ-P Nurmi2014-09-192-4/+1
* qmlplugindump: Use _CrtSetReportMode() for MSVC only.Friedemann Kleint2014-09-191-2/+2
* Make tst_qquickanimations more reliableUlf Hermann2014-09-191-30/+37
* Doc: add documentation for Photo Viewer exampleLeena Miettinen2014-09-192-3/+290
* Fix compiler warnings in qv8engine.cpp.Friedemann Kleint2014-09-191-1/+5
* Remove qtdemo from gitignoreRainer Keller2014-09-191-1/+0
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-192-4/+4
* Replace vsnprintf with qvsnprintf.Bjoern Breitmeyer2014-09-191-1/+1
* Fixed frame focusing on touch devicesTomi Korpipää2014-09-192-17/+18
* Remove tst_dialogs - moved to qtquickcontrolsJ-P Nurmi2014-09-184-207/+1
* Avoid crashing the rendercontrol example on exitLaszlo Agocs2014-09-181-2/+5
* Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-184-22/+134
* Fix QQuickText::lineLaidOutRelayout autotest on OS XJan Arve Saether2014-09-171-5/+6
* Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-172-3/+18
* QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
* Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
* Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* Add a note about winId() to QQuickWidgetLaszlo Agocs2014-09-171-0/+5
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-1716-253/+296
* Cleaned up the documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-34/+30
* Fixed documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-1/+1
* Fix crash when borders exceed item width/height in border imageEskil Abrahamsen Blomfeldt2014-09-164-87/+190