aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-181-5/+9
* Improve QML Date object documentation.Mitch Curtis2013-09-171-7/+97
* Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-174-32/+32
* Fix qmlClearEnginePlugins() to clear engine plugins.Dominik Holland2013-09-051-16/+38
* Fix crash on QV8Engine destructionJosh Faust2013-08-301-1/+1
* Fix crash when trying to set versioned group propertiesSimon Hausmann2013-08-281-1/+3
* fix include guard to not clash with qscriptvalueiteratorMichael Zanetti2013-08-231-3/+3
* Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-213-4/+13
* Doc fixAlan Alpert2013-08-161-2/+3
* Fix needless conversion from char * to QStringKai Koehne2013-08-091-20/+20
* Remove unused local variablesKai Koehne2013-08-091-3/+0
* Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
* Fix crash in QQmlDebugService::objectForLocationInfo()Duncan Cunningham2013-08-051-18/+18
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-266-13/+16
|\
| * Doc: Link to QML Qt object in relevant locationsTopi Reinio2013-07-252-1/+6
| * Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-251-4/+1
| * Link between "QML Basic Type: date" and QML Date object documentation.Mitch Curtis2013-07-233-8/+9
* | Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
|/
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
* Doc: Fix documentation of ownership of in QmlComponent::createKai Koehne2013-07-031-4/+2
* Fix access to invalid memory in ~QQmlEnginePrivateKai Koehne2013-07-031-3/+0
* Debugger: Remove handling of QT_DECLARATIVE_DEBUG macroKai Koehne2013-07-021-1/+1
* Disambiguate name of static helper from QtQuick1Kai Koehne2013-07-021-2/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-284-3/+12
|\
| * 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
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-263-3/+8
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-253-3/+8
| |\|
| | * 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
* | | QQmlTrace: getpid() requires unistd.hShawn Rutledge2013-06-251-0/+1
|/ /
* | fix case insensitive issue with image provider idTasuku Suzuki2013-06-181-2/+2
* | Remove use of 'register' from QtQml.Stephen Kelly2013-06-181-3/+3
* | Fix -Wpedantic warningsAlbert Astals Cid2013-06-127-7/+7
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-1015-93/+138
|\|
| * 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
* | Fix -Wpedantic warningsAlbert Astals Cid2013-06-075-6/+6
* | Doc: Clarify object ownership of QObject* returned by QmlComponent::createKai Koehne2013-06-071-1/+9
|/
* 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