aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Stabilize CodeAlan Alpert2013-04-023-3/+3
* Delay loading implicit importAlan Alpert2013-03-273-20/+55
* Add Instantiator type to QtQmlAlan Alpert2013-03-201-0/+2
* Add QQmlApplicationEngineAlan Alpert2013-03-206-2/+469
* Fix multi-line string content.Erik Verbruggen2013-03-201-12/+1
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-192-22/+39
* Move QML types to types folderAlan Alpert2013-03-1415-5716/+4
* Compile fix.Samuel Rødal2013-03-131-1/+1
* don't use CamelCase includesOswald Buddenhagen2013-03-138-26/+28
* Add QtQml.Models moduleAlan Alpert2013-03-122-9/+30
* Use official V8 string manipulation methods in QMLPeter Varga2013-03-123-7/+16
* Replace deprecated V8 functionsPeter Varga2013-03-114-37/+37
* Remove spurious includeAlan Alpert2013-03-051-1/+0
* Add core application functionality to Qt.application in QMLAlan Alpert2013-03-053-4/+116
* Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* Remove extra semicolon.Frederik Gladhorn2013-03-051-1/+1
* Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-041-6/+21
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-041-2/+2
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-2/+2
| |\
| | * Clarify Component::createObject docsAlan Alpert2013-02-191-2/+2
* | | Fix the QtQml's use of plugins for value type providersThiago Macieira2013-03-012-2/+32
|/ /
* | Make the base URL available to QQmlExtensionPluginShawn Rutledge2013-02-195-7/+98
* | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-181-0/+21
* | Add Composite Types to QQmlTypeAlan Alpert2013-02-1810-138/+264
* | QQuickPlatform: remove QT_{BEGIN,END}_HEADER macro usageJ-P Nurmi2013-02-151-4/+0
* | Add QQmlPlatform (exposed as Qt.platform)J-P Nurmi2013-02-146-2/+207
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-077-23/+33
|\|
| * Fix lupdate-warning in qqmlrewrite.cpp.Friedemann Kleint2013-02-061-4/+12
| * Fix lupdate-warnings in qqmlimport.cpp.Friedemann Kleint2013-02-061-13/+9
| * Fix lupdate-warnings.Friedemann Kleint2013-02-062-2/+2
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-3/+3
| |\
| | * Remove outdated macro usageChristian Stenger2013-01-241-3/+3
| * | Strengthen reference to var properties during constructionAlan Alpert2013-01-291-0/+6
| * | Fix memory leakAlan Alpert2013-01-291-0/+1
| * | Doc: Fix uses of \sinceDebao Zhang2013-01-241-1/+0
* | | Use constFind instead of find in QQmlMetaType::qmlTypehjk2013-02-061-2/+2
* | | Qml: Use QString::append(QStringRef) overload in ProcessAST::asStringhjk2013-02-061-1/+1
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2850-198/+0
* | | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-0/+8
* | | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-249-172/+172
* | | Refactor QQmlTypePrivateAlan Alpert2013-01-242-92/+169
* | | Move documentation to QtQml moduleAlan Alpert2013-01-233-17/+17
* | | Merge branch 'stable' into devGunnar Sletta2013-01-17241-249/+249
|\| |
| * | Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+1
| |\|
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-171-1/+1
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-141-1/+1
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10241-243/+243
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-4/+4
| |/
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-3/+6
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-3/+1