aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix external referencesv5.0.0-rc1Christian Stenger2012-12-051-0/+2
* Use the qRegisterMetaType which does not take a string.Stephen Kelly2012-12-041-7/+7
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-0411-16/+2
* Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-044-4/+2
* Avoid duplicating Qt Quick Code SamplesEskil Abrahamsen Blomfeldt2012-12-031-1/+0
* Doc: Edited qdocconfig files to change QCH titles and redirects.Jerome Pasion2012-12-031-9/+7
* Docs: Fix some more referencesChristian Stenger2012-12-017-11/+17
* Fix QML XmlHttpRequest Insecure Redirection FlawRichard Moore2012-12-011-3/+5
* Make static QQmlProperty::read() take a const QObject pointer.Andreas Hartmetz2012-11-302-9/+9
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-302-3/+25
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-298-2/+1283
* Docs: Fix some reference errorsChristian Stenger2012-11-282-7/+5
* Mark scarc resource docs as internal for 5.0Frederik Gladhorn2012-11-282-4/+16
* Fix escape sequences in lexer: the capital X is not an EscapeCharacter.Erik Verbruggen2012-11-281-1/+0
* docfix: Move image to correct locationGunnar Sletta2012-11-281-0/+0
* Docfix: Move images to correct location and fix bugs in code sample.Gunnar Sletta2012-11-283-2/+2
* Declare type information for some internal qml types.Jędrzej Nowacki2012-11-272-11/+17
* Enable the lexer to run in JS strict/non-strict mode as well as QML modeErik Verbruggen2012-11-273-39/+37
* Fixed line terminators to handle LS/PS and CR+LF correctly.Erik Verbruggen2012-11-272-24/+51
* Remove TODO from docs as it doesn't make sense.Gunnar Sletta2012-11-271-4/+0
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-266-865/+945
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-264-0/+10
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-267-4/+22
* Reduce number of relocationsMarc Mutz2012-11-231-11/+11
* Stop using the name "trolltech" in interface nameTasuku Suzuki2012-11-231-1/+3
* docs: Separate qml and c++ examplesFrederik Gladhorn2012-11-231-1/+13
* Doc: Adding "qtgui" to the documentation dependency.Jerome Pasion2012-11-221-1/+1
* Add designer support for animations and componentCompleteMarco Bubke2012-11-224-17/+43
* Deliver parameters to bound signals.Frederik Gladhorn2012-11-211-0/+1
* Document importing issues in worker scriptJędrzej Nowacki2012-11-212-0/+3
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-1/+0
|\
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Jerome Pasion2012-11-0220-43/+126
| |\
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-291-1/+0
* | | Fixed memory leak of registered QML modulesVadim Zakondyrin2012-11-191-0/+4
* | | Use the new QLibraryInfo::Qml2ImportsPath path for QML 2.Thiago Macieira2012-11-194-12/+12
* | | Improve documentation.Frederik Gladhorn2012-11-101-3/+4
* | | Fix compilation issue with clang in C++11 mode.Erik Verbruggen2012-11-081-1/+1
* | | QQmlPropertyCache: adding setParent()Thomas Hartmann2012-11-052-0/+6
| |/ |/|
* | Changed the plugin module nameVenugopal Shivashankar2012-10-293-14/+14
* | Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-296-12/+0
* | Change qml list interfaceMarco Bubke2012-10-234-11/+54
* | Adding invalidate function to QQmlPropertyCacheThomas Hartmann2012-10-232-0/+34
* | QQmlOpenMetaObjectType: extend interface for visual designerThomas Hartmann2012-10-192-0/+21
* | Doc: Cleaned up \module and \qmlmodule page for Qt Quick and Qt QML.Jerome Pasion2012-10-172-5/+2
* | We need to export QQmlVMEMetaObject to support the designerThomas Hartmann2012-10-121-1/+1
|/
* Update docs after modularization of docsTor Arne Vestbø2012-10-122-5/+4
* Remove calculateHash functionPeter Varga2012-10-101-79/+3
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-2/+6
* Complete QmlJSVisitor for UiParameterListThomas Hartmann2012-10-084-1/+11
* Fix in QmlJS parser for UiParameterListThomas Hartmann2012-10-012-0/+3