aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support opening filedialog again in qmlsceneGunnar Sletta2011-12-141-0/+5
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-1411-77/+108
* Fix warnings about struct/class mismatch (QDeclarativeAccessor).Friedemann Kleint2011-12-141-1/+2
* Augment Samegame with resource efficient particle systemAlan Alpert2011-12-142-1/+2
* Initialize VariableAlan Alpert2011-12-141-0/+1
* Support <strong> in styled text.Martin Jones2011-12-142-0/+6
* Add basic custom easing curve docs and testMartin Jones2011-12-132-0/+25
* QtQuick TextEdit to set view property to QTextControllerPekka Vuorela2011-12-121-0/+1
* V8: Minor cleanupSimon Hausmann2011-12-122-4/+5
* Initialize variableGunnar Sletta2011-12-121-0/+1
* QtQuick: Fix compiler warnings.Friedemann Kleint2011-12-124-9/+6
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-126-11/+2198
* Link against widgets only when availableGunnar Sletta2011-12-122-1/+5
* Fix TextInput not reacting to text color change.Andrew den Exter2011-12-121-2/+7
* Fix test failures in QtQuick 1 TextEdit and TextInput.Andrew den Exter2011-12-122-32/+40
* Size TextInput cursor correctly.Andrew den Exter2011-12-121-9/+2
* Fix package items not being destroyed when a package is destroyed.Andrew den Exter2011-12-123-4/+137
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-123-13/+39
* Don't access QDeclarativeProperty from bindings as oftenAaron Kennedy2011-12-121-12/+18
* Set target and device for touch events.Laszlo Agocs2011-12-094-79/+93
* Integrate testcocoon support into QtQuickTest.Caroline Chao2011-12-091-0/+33
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-097-747/+53
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-094-36/+0
* qmlplugindump: Don't depend on qtquick1 and widgets.Christian Kamm2011-12-092-4/+28
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-097-9/+3398
* Add Screen attached objectAlan Alpert2011-12-0912-4/+535
* Fix tests broken by a change in the signals emitted by AbstractItemModelAndrew den Exter2011-12-092-41/+36
* qmlplugindump: Fix dumping of extended QGraphicsWidget.Christian Kamm2011-12-081-4/+5
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-0812-961/+1517
* Update whatsnew doc with JavaScript improvementsChris Adams2011-12-081-1/+8
* Debugger: Run js autotests with QML_DISABLE_OPTIMIZERKai Koehne2011-12-083-0/+12
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-073-2/+35
* Move snippets to separate test in the examples testcaseAlan Alpert2011-12-072-9/+63
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-072-17/+64
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-074-45/+58
* Fix images not displaying on lines with no text.Andrew den Exter2011-12-071-0/+7
* Prevent consecutive images from climbing up a text node.Andrew den Exter2011-12-071-2/+5
* Remove warning messages for canvasitem testsCharles Yin2011-12-072-2/+8
* Fix some warnings.Martin Jones2011-12-072-3/+2
* Remove insignificant_test from GridView tests.Martin Jones2011-12-071-1/+0
* Debugger: Fix compilation warning in autotestKai Koehne2011-12-061-2/+2
* Copy JS tests from QtScript moduleAaron Kennedy2011-12-061096-9/+149559
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-064-15/+45
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-065-754/+755
* Cleaned up the qmlscene code a bitGunnar Sletta2011-12-062-116/+15
* test/debugutils: Add include guard.Friedemann Kleint2011-12-062-6/+10
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-0612-268/+520
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-069-21/+0