summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and documentationSergio Ahumada2014-03-051-1/+1
* Fix encoding of localized messagesKai Koehne2014-02-272-2/+2
* Allow QtDeclarative and QtQml to co-exist at run-timev5.2.0Simon Hausmann2013-11-263-13/+9
* Remove QtAlgorithms usage from QtQuick1.Friedemann Kleint2013-09-262-2/+6
* QmlJs: Fix yet another instance of QmlJsParser...Tobias Hunger2013-09-032-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-1/+6
|\
| * Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
| * Fix regression from Qt 4 for deep group propertiesSimon Hausmann2013-07-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-122-3/+3
|\|
| * Fix warnings found by clang: unused private membersThiago Macieira2013-06-102-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-042-2/+2
|\|
| * Fix VS2010 compile warningAlan Alpert2013-06-041-1/+2
| * Edited copyright headerTeemu Kaukoranta2013-05-301-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-234-14/+94
|\|
| * Move exports conflicting with QtQml into namespaceKai Koehne2013-05-134-14/+94
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-031-2/+4
|\|
| * Doc: Fix faulty code snippet in QDeclarativeEngine class referenceTopi Reinio2013-04-021-2/+4
* | Backport some enum optimizations from Qt 5Alan Alpert2013-03-261-11/+33
|/
* Fix warning about extended date/time range in Qt 5.Friedemann Kleint2013-03-152-11/+11
* Remove unused variable (CLANG).Friedemann Kleint2013-03-061-2/+0
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2830-118/+0
* Remove export-declaration from inline function qmlRegisterType().Friedemann Kleint2013-01-281-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-17146-457/+147
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-10143-145/+145
| * Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-093-312/+2
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-1710-19/+30
|\|
| * Fix mistake in using == instead of =Thiago Macieira2013-01-041-1/+1
| * Fix some warnings in qtquick1 found by ClangThiago Macieira2013-01-043-4/+4
| * Specify better increment for captured propertiesAlan Alpert2012-12-193-4/+4
| * Process imports in the order they appear in the code.Robin Burchell2012-12-121-8/+8
| * Make sure Q_DECLARE_METATYPE is used in all TUs it is registered in.Stephen Kelly2012-12-111-1/+2
| * remove unnessary reference to QGuiApplicationv5.0.0-rc1Jing Bai2012-12-051-1/+11
* | Add a method that allows registration of files to typesAlan Alpert2012-12-055-1/+106
* | Delay loading implicit importAlan Alpert2012-12-053-36/+66
|/
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-12-012-2/+23
* Fix QML XmlHttpRequest Insecure Redirection FlawRichard Moore2012-12-011-3/+5
* QML file loading: honor synchronous requests made through QNAMAlan Alpert2012-11-282-8/+28
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-266-802/+852
* Remove references to QApplication::type()J-P Nurmi2012-11-221-1/+1
* Move the Qt Quick 1 imports back to "imports"Thiago Macieira2012-11-191-1/+1
* Change the header message: this is now the QtDeclarative moduleThiago Macieira2012-10-19144-144/+144
* Do not use an export macro in the function definitionThiago Macieira2012-10-171-1/+1
* Rename the QtQuick1 module back to QtDeclarativeFriedemann Kleint2012-10-1734-103/+103
* QPerformanceTimer: fixed wrong implementation of elapsedToAbsoluteTime()Frantisek Vacek2012-10-131-4/+6
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-09-282-3/+31
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24145-3508/+3508
* Remove Symbian platformKai Koehne2012-09-183-78/+3
* Register Qt 4.7 import on-demand, instead of at startup.Robin Burchell2012-09-035-6/+37
* Remove the user of the QWidgetStar metatypeid.Stephen Kelly2012-08-152-4/+0
* Fix compilation of missed network dependYuchen Deng2012-08-031-1/+1