aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-313-2/+18
* Bump cache file format versionSimon Hausmann2016-08-301-1/+1
* Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-302-0/+11
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-3011-23/+27
* QML: Make sure the integer data is aligned on 4-byte boundariesErik Verbruggen2016-08-301-0/+1
* QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-308-319/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-2/+20
|\
| * V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | QML: In QV4::QObjectWrapper, use QQmlPropertyData to read valuesErik Verbruggen2016-08-261-81/+15
* | V4: Replace the ranges QVector with a QVarLengthArrayErik Verbruggen2016-08-242-8/+8
* | V4: Remove another use of QSetErik Verbruggen2016-08-241-19/+83
* | V4: Replace 3 QHashes with std::vectorsErik Verbruggen2016-08-243-23/+18
* | QML: Switch from using accessors to static_metacallErik Verbruggen2016-08-242-37/+64
* | V4: Replace foreach with for in masmErik Verbruggen2016-08-242-8/+8
* | V4: Store per-block interval info in a vector instead of a QHashErik Verbruggen2016-08-241-13/+13
* | V4: Store live intervals in an array instead of a QHashErik Verbruggen2016-08-231-15/+26
* | V4: Sort unprocessed ranges in reverse orderErik Verbruggen2016-08-233-17/+24
* | Merge dev into 5.8Oswald Buddenhagen2016-08-2232-401/+325
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-198-10/+18
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-192-2/+2
| | |\
| | | * Remove some double-meaning text from documentationFrederik Schwarzer2016-08-181-1/+1
| | | * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-186-7/+16
| | |\|
| | | * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| | | * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-162-3/+10
| | | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-153-3/+3
| | * | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
| * | | Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-191-1/+1
| * | | Remove unused delete watcher classSimon Hausmann2016-08-183-113/+0
| * | | QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-182-6/+2
| * | | Minor binding code cleanupSimon Hausmann2016-08-182-6/+7
| * | | QML: Change storage types of QQmlPropertyRawData fieldsErik Verbruggen2016-08-181-41/+55
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-178-197/+197
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-178-197/+197
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-138-197/+197
| | | |\|
| | | | * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| | | | * QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
| | | | * QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
| | | | * Fix char conversions in QMLChristian Strømme2016-08-092-27/+11
| | | | * Clarify doc on modification of the global object in JS imported by QMLMitch Curtis2016-08-081-1/+4
| | | | * Fix crash with Component.onDestructionSimon Hausmann2016-08-051-1/+12
| | | | * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
| * | | | QML: Get rid of propTypeName in QQmlPropertyRawDataErik Verbruggen2016-08-172-12/+13
| * | | | Prospective fix for invalidating caches for qml files from resourcesSimon Hausmann2016-08-171-1/+11
| * | | | Fix return valueMaurice Kalinowski2016-08-171-2/+2
| * | | | Enable QML disk cache on WinRT 10Simon Hausmann2016-08-171-5/+5
| * | | | Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-178-8/+15
| |/ / /
* | | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-1663-915/+1450
|\| | |
| * | | Enable disk cache for files coming from resourcesSimon Hausmann2016-08-124-13/+24
| * | | QQmlXMLHttpRequest: optimize header()Anton Kudryavtsev2016-08-111-5/+6