aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Initial bundle supportAaron Kennedy2012-05-0421-632/+2347
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-043-3/+3
* Ensure binding target has not been deletedMatthew Vogt2012-05-045-5/+47
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-044-23/+43
* Set ptr to zero after freeing memoryChris Adams2012-05-041-0/+1
* Remove QJS exception APIKent Hansen2012-05-038-323/+20
* Add a static flag to avoid unnecessary QQmlData::init() callsCharles Yin2012-05-032-14/+11
* Remove init() call from QQmlData's ctor.Charles Yin2012-05-012-3/+9
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-018-25/+191
* Keep XMLHttpRequest response data after receiving a server errorTopi Reinio2012-05-011-3/+1
* Ensure context is valid before VME method creationMatthew Vogt2012-05-011-0/+5
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-015-3/+21
* Mention the common usecase for classBegin in QQmlParserStatus docAlan Alpert2012-04-301-0/+7
* Whitespace fix in the source code.Jerome Pasion2012-04-302-9/+9
* Ensure external value types are initialized before writeMatthew Vogt2012-04-303-6/+31
* Doc: Fixing errors due to incorrect QDoc commands.Jerome Pasion2012-04-274-12/+10
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-276-55/+151
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-261-8/+0
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-269-57/+75
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-6/+56
* Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-261-1/+1
* Remove relative directory elements in import pathsMatthew Vogt2012-04-261-7/+34
* Optimise memory usage of bound signalsChris Adams2012-04-262-11/+19
* Adapt qtdeclarative to the change in QMetaObjectOlivier Goffart2012-04-252-0/+4
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-251-1/+1
* Debugger: Fix race conditions in block modeKai Koehne2012-04-259-71/+89
* Debugger: Fix race condition in block mode, QQmlDebugServerKai Koehne2012-04-251-5/+4
* Debugger: Fix RAII usage of ReadWriteLockerKai Koehne2012-04-241-10/+10
* Debugger: Add asserts for right usage of threadsKai Koehne2012-04-241-0/+14
* Fix usage of QMutexLockerKai Koehne2012-04-241-2/+2
* Debugger: Make sure stateChanged is called from debugger threadKai Koehne2012-04-243-23/+67
* The QUrl constructor can be used once again, so use it.Thiago Macieira2012-04-241-1/+1
* Initialize value type properties.Roberto Raggi2012-04-241-0/+2
* Do not use deprecated APIOlivier Goffart2012-04-241-1/+1
* Add support for var properties in V4Matthew Vogt2012-04-246-13/+258
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-235-11/+11
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-233-6/+3
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-233-1/+32
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-2311-69/+70
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Disable local storage if the standard data location is emptyCharles Yin2012-04-201-3/+4
* Provide receivers count from QQmlData.Michael Brasser2012-04-202-0/+22
* Use QUrl constructor directly.Michael Brasser2012-04-204-38/+10
* Call onreadystatechange() when new data available during loadingCharles Yin2012-04-191-5/+4
* Make QML work with the new QUrl implementation.Martin Jones2012-04-191-0/+3
* QQmlEngineDebugService: Object creationAurindam Jana2012-04-191-1/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1746-2189/+1704
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-166-0/+357
| * Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-123-7/+2
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1145-867/+997
| |\