aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-3012-357/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-262-5/+40
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-252-4/+25
| |\
| | * Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
| | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+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
* | | Use predefined color instead of creation from stringAnton Kudryavtsev2016-08-262-3/+3
* | | 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
* | | Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-241-1/+5
* | | 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-2289-645/+663
|\ \ \
| * | | Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-203-10/+11
| * | | QQuickWidget: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
| * | | Particles: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
| * | | Imports: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-3/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-1921-35/+46
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1921-35/+46
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-197-14/+22
| | | |\|
| | | | * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-193-8/+16
| | | | * 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
| | | | * QQuickGridView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
| | | | * QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
| | | * | Revert "localstorage: disable warning about tautological comparison"Shawn Rutledge2016-08-181-5/+0
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1813-15/+24
| | | |\|
| | | | * QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
| | | | * 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-159-9/+9
| | | * | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
| * | | | Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-191-1/+5
| |/ / /
| * | | QQuickItemView: use reverse iterators moreAnton Kudryavtsev2016-08-191-9/+8
| * | | Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-196-15/+10
| * | | Remove unused delete watcher classSimon Hausmann2016-08-183-113/+0
| * | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-181-9/+26
| * | | QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-182-6/+2
| * | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-1825-88/+97
| * | | Minor binding code cleanupSimon Hausmann2016-08-182-6/+7