aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-222-3/+3
* Get rid of v8::NumberLars Knoll2013-05-212-18/+18
* Get rid of v8::IntegerLars Knoll2013-05-211-9/+9
* Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-106-92/+128
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-0813-62/+62
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-082-5/+5
* Remove v8::Persistent usage from qquickcanvasLars Knoll2013-05-083-35/+33
* Remove v8::Persistent usage from qquickloaderLars Knoll2013-05-082-10/+8
* Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-081-0/+1
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-129/+130
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-072-8/+8
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-072-8/+8
* Get rid of v8::LocalLars Knoll2013-05-067-69/+69
* Fix compiler error and warning.Erik Verbruggen2013-05-061-0/+2
* Remove v8::HandleScopeLars Knoll2013-05-032-5/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-4/+4
* Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-293-6/+6
* Get rid of QV8Engine::toString()Lars Knoll2013-04-294-39/+21
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-193-11/+11
* Move DOM errors over to use v4 directlyLars Knoll2013-04-191-1/+1
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-185-0/+5
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-1025-176/+483
|\
| * Fix new warnings in qtdeclarative (found by GCC 4.8)Thiago Macieira2013-04-092-1/+2
| * Version new property and signalLiang Qi2013-04-082-2/+3
| * Fixed distance field text when using non-opaque colors.Yoann Lopes2013-04-062-6/+24
| * Use correct alpha range for the distance field outlined text.Yoann Lopes2013-04-061-8/+14
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-053-9/+10
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-033-9/+10
| | |\
| | | * Fix duplicate examples for qml/quick modulesKai Koehne2013-03-213-9/+10
| * | | Implemented text styles for QSGDefaultGlyphNode.Yoann Lopes2013-04-054-42/+357
| * | | Fix autotest-exported class from QtQuick.Thiago Macieira2013-04-042-1/+6
| * | | Remove the APPLE_texture_format pathGunnar Sletta2013-04-041-2/+0
| * | | Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-045-53/+2
| * | | Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-046-51/+51
| * | | QQuickTextEdit: render inline images after change 48798Pierre Rossi2013-04-041-1/+14
| |/ /
* / / Correct image provider example path in documentationShawn Rutledge2013-04-041-1/+1
|/ /
* | Version new signalsAlan Alpert2013-04-021-2/+2
* | Provide workaround to slow glyph cache updates.Michael Brasser2013-04-022-6/+10
* | Use distance fields for text on retina displaysGunnar Sletta2013-04-023-4/+10
* | Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-028-5/+26
* | Doc: Fix some titles and linksSze Howe Koh2013-03-3013-33/+31
* | Doc: Update module "Qt Declarative" -> "Qt Quick"Sze Howe Koh2013-03-304-4/+4
* | Fix warning QQuickImplicitSizeItem redefines signalsv5.1.0-alpha1Caroline Chao2013-03-272-6/+8
* | Doc: Fixed some uses of terminolgies in qdoc files.Jerome Pasion2013-03-2628-207/+193
* | Merge remote-tracking branch 'origin/dev' into stableFrederik Gladhorn2013-03-2211-1193/+1506
|\ \
| * | Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-2011-1193/+1506
* | | Merge branch 'dev' into stableSergio Ahumada2013-03-20185-10516/+2827
|\| |
| * | Make sure that TextInteractionFlags get set.Frederik Gladhorn2013-03-191-2/+2