aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix importing of files on Windows.Friedemann Kleint2012-01-071-1/+1
* QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
* Improve QML error messagesAaron Kennedy2012-01-063-11/+25
* Update copyright year in license headers.Jason McDonald2012-01-05249-251/+251
* Added a link to Number::toLocaleCurrencyString in the doc.Denis Dzyubenko2012-01-041-0/+1
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-217-40/+210
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-217-18/+31
* Debugger: Fix livelock on exit (Windows)Kai Koehne2011-12-202-14/+32
* Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-1/+4
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-13/+34
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-1611-27/+79
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-154-111/+75
* Fix IR code generation for member expressionsRoberto Raggi2011-12-151-13/+15
* Add support for QUrl types to V4Roberto Raggi2011-12-155-12/+169
* QV8DebugService: add version commandAurindam Jana2011-12-151-31/+32
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-153-52/+63
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-142-7/+21
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-143-373/+108
* Link against librt to make use of clock_gettimeKai Koehne2011-12-141-0/+1
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-146-120/+51
* Fix leak of v8 context used for implicit strong references.Simon Hausmann2011-12-142-17/+18
* QDeclarativeBuiltinFunctions: Remove warningAurindam Jana2011-12-141-1/+1
* Add a tracing API for the QML engineAaron Kennedy2011-12-1416-14/+577
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-145-54/+169
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* Fix warnings about struct/class mismatch (QDeclarativeAccessor).Friedemann Kleint2011-12-141-1/+2
* V8: Minor cleanupSimon Hausmann2011-12-122-4/+5
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-122-12/+15
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-093-580/+7
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-2/+5
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92
* Fix some warnings.Martin Jones2011-12-071-2/+2
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-062-2/+10
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-064-751/+755
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-069-268/+300
* Ensure that scarce resources work with var propertiesChris Adams2011-12-064-10/+150
* Don't eval signal handler closure until signal is emittedAaron Kennedy2011-12-052-11/+19
* Adjust the source location of the last accepted token.Roberto Raggi2011-12-052-0/+4
* Fix crash when QtQuick 2.0 wasn't importedAaron Kennedy2011-12-054-11/+22
* Introduce more generic fast property handlingAaron Kennedy2011-12-0522-1385/+952
* Fix loading imports from Qt resource.Aaron McCarthy2011-12-051-3/+14
* Say hello to QtQuick moduleKent Hansen2011-12-02332-117435/+5
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-027-78/+580
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-0220-264/+208
* Fix pixmap leak in Text with embedded images.Martin Jones2011-12-021-1/+1