aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QtQml: document QQmlExtensionPlugin::baseUrlShawn Rutledge2013-06-282-1/+10
* Switch to non-streaming version of qWarning()Alan Alpert2013-06-271-2/+1
* Undo presumably accidental line deletionAlan Alpert2013-06-271-0/+1
* Update 5.1.0 changelog and what's newAlan Alpert2013-06-251-0/+5
* QQmlPlatform: rename "mac" to "osx"J-P Nurmi2013-06-242-3/+3
* Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
* Add future compatibility noteAlan Alpert2013-06-071-0/+4
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-0/+2
* Doc: Fixed QCH listings for Qt QML and Qt Quick DialogsJerome Pasion2013-06-061-1/+5
* Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-048-68/+72
* QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-21/+25
* Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-312-3/+10
* Deprecate the with statement in QMLSimon Hausmann2013-05-314-2/+21
* Doc: Added Qt 5.1 details in Qt QML's release notes.Jerome Pasion2013-05-301-1/+22
* Doc: Fix links for ListModel and ListElement typesTopi Reinio2013-05-291-2/+6
* 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