aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
* Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
* Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
* Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
* Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-091-1/+1
* Fix compilation with ICC on WindowsThiago Macieira2015-09-021-4/+0
* Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
* Doc: broken links and missing doc for functionsNico Vertriest2015-09-021-0/+10
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-043-1/+19
* Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-031-65/+1
* Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-281-7/+3
* add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
* Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-213-29/+62
* Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0910-20/+21
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-11/+81
|\
| * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-7/+18
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-033-4/+63
* | Doc: resize tables with overflowNico Vertriest2015-06-251-2/+2
|/
* Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-6/+7
* Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-2/+2
* Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
* V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-211-4/+5
* Speed up instantiation of objects that are assigned to list propertiesSimon Hausmann2015-04-211-3/+10
* Speed up property binding initialization on object creationSimon Hausmann2015-04-212-47/+38
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-202-0/+4
* Fix forward declaration of QQmlSourceLocation.Friedemann Kleint2015-04-171-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-161-2/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-2/+9
| |\
| | * Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
* | | Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-163-28/+13
* | | Speed up object creationSimon Hausmann2015-04-169-23/+38
* | | Speed up object creation with lots of id name objectsSimon Hausmann2015-04-163-32/+44
* | | Speed up creation of objects without script bindingsSimon Hausmann2015-04-162-28/+31
* | | Speed up copying of value types in bindingsSimon Hausmann2015-04-163-0/+32
* | | Speed up value type binding creationSimon Hausmann2015-04-164-40/+62
* | | Changed QML type lockingSimon Hausmann2015-04-163-47/+47
* | | Speed up creation of objects that don't import scriptsSimon Hausmann2015-04-161-1/+1
* | | Speed up binding evaluationSimon Hausmann2015-04-163-28/+10
|/ /
* | Unregister types in the QMetaType system on unload.Robert Griebl2015-04-151-1/+10
* | Simple speed-up for binding setup during object instantiationSimon Hausmann2015-04-141-2/+1
* | Cleanup: Fix const'ness of the property binding validator codeSimon Hausmann2015-04-141-1/+1
* | CleanupSimon Hausmann2015-04-141-3/+2
* | Fix some qdoc warnings.Friedemann Kleint2015-03-313-5/+5
* | Fixing yet another memory leakRobert Griebl2015-03-251-2/+1
* | Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-221-3/+0