aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Animations: Avoid accessing invalid memory if stop() triggers deletionKai Koehne2013-05-291-2/+2
* QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
* Debugger: Make sure client list is protected by mutexKai Koehne2013-05-241-0/+3
* Do not return cacheItem->object if it is still incubatingAlbert Astals Cid2013-05-231-3/+8
* Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-225-15/+36
* Fix comment: Signal is actually createdItem not itemCreatedAlbert Astals Cid2013-05-221-1/+1
* Doc: Fix some broken linksSze Howe Koh2013-05-203-8/+8
* Prefer qFatal to assert for failure conditionMatt Vogt2013-05-191-4/+7
* Assert instead of crashingAlan Alpert2013-05-161-0/+4
* Doc: Inline a short snippetSze Howe Koh2013-05-161-61/+0
* Doc: Move snippet into correct moduleSze Howe Koh2013-05-161-125/+0
* Do not use an export macro in the function definitionThiago Macieira2013-05-151-1/+1
* Doc: Update references to QDeclarative* classesSze Howe Koh2013-05-151-1/+1
* Move exports conflicting with QtDeclarative into namespaceKai Koehne2013-05-154-12/+84
* Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-3/+2
* Doc: Removed pages from the "qml-features" group.Jerome Pasion2013-05-151-2/+0
* Doc: Fixed a bunch of missing snippets.Jerome Pasion2013-05-157-13/+285
* Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-1511-30/+31
* Doc: fixed some WS issues.Jerome Pasion2013-05-141-9/+9
* Fix crash in QQmlApplicationEngine when loading finishesJosh Faust2013-05-141-1/+2
* Make QQmlInstantiatorPrivate bools more space efficientAlan Alpert2013-05-091-5/+5
* Fix MSVC-warning about inconsistent DLL-linkage.Friedemann Kleint2013-05-091-2/+2
* Move xmlrole.qml to the correct locationJan Arve Saether2013-05-081-81/+0
* Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-078-3/+58
* Add a URL interceptor to the QML engineAlan Alpert2013-05-0710-20/+240
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-2/+2
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-062-29/+113
* Avoid rare crashAlan Alpert2013-05-041-10/+12
* Doc: Move example docs related to QtQml under the correct moduleTopi Reinio2013-05-031-48/+48
* Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
* Document percieved memory leakAlan Alpert2013-05-012-0/+6
* Elaborate on versioning docsAlan Alpert2013-05-011-0/+5
* Fix VS2010 compile warningAlan Alpert2013-05-011-1/+1
* QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-302-3/+96
* Doc: Changed order of pages in QML reference.Jerome Pasion2013-04-301-9/+10
* QQmlVMEGuard is not ok if one of the context engines is goneAlbert Astals Cid2013-04-291-1/+1
* Doc: Moved "QML Application Developer Resources" to qtdoc repository.Jerome Pasion2013-04-294-108/+1
* Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
* Doc: corrected snippet issue by changing extension snippet file.Nico Vertriest2013-04-252-10/+51
* Doc: Expand example (importing multiple modules into 1 namespace)Sze Howe Koh2013-04-251-2/+9
* Doc: Replace some references to NokiaSze Howe Koh2013-04-242-3/+3
* Doc: Un-overload the word "module"Sze Howe Koh2013-04-246-8/+9
* Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-2411-13/+13
* Doc: Fix module name formatSze Howe Koh2013-04-232-2/+3
* Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-2312-14/+14
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-2319-37/+37
* Doc: Reinstating \qmlmodule page.Jerome Pasion2013-04-231-0/+53
* Debugger: fix race condition in block modeKai Koehne2013-04-231-9/+6
* V8Debugging: Set Isolate when sending debug messages to v8Aurindam Jana2013-04-231-2/+8