aboutsummaryrefslogtreecommitdiffstats
path: root/src/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
* Link to JavaScript Environment Restrictions doc from Global Object docsMitch Curtis2015-09-141-2/+2
* Qt QML documentation: fix link that should be in listMitch Curtis2015-09-101-1/+1
* Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-092-2/+4
* Doc: corrected broken linksNico Vertriest2015-09-082-3/+1
* Fix compilation with ICC on WindowsThiago Macieira2015-09-023-6/+11
* Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
* Doc: broken links and missing doc for functionsNico Vertriest2015-09-022-0/+22
* Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
* Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis2015-08-111-1/+1
* Make QQmlExtensionPlugin documentation clearer.Mitch Curtis2015-08-071-6/+13
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-043-1/+19
* Rephrase sentence about versioning in QQmlExtensionPlugin documentationMitch Curtis2015-08-031-1/+1
* Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-033-149/+85
* Fix typo in plugin documentation.Mitch Curtis2015-08-031-1/+1
* Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
* Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-283-20/+7
* Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
* add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-233-2/+39
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-203-2/+39
| |\
| | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
| | * Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37
* | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-213-29/+62
* | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-2/+2
|/ /
* | Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
* | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
* | Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | Fix QML/JS debugging.Erik Verbruggen2015-07-121-5/+5
* | V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
* | QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0920-44/+45
* | Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
* | Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-268-90/+257
|\ \
| * | Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-102-8/+24
| * | V4: Fix use of uninitialized field.Erik Verbruggen2015-06-081-4/+1
| * | Add a version of BitVector that uses QBitArray.Erik Verbruggen2015-06-081-0/+54
| * | Wrap std::vector<bool> in our own class.Erik Verbruggen2015-06-081-74/+112
| * | Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-034-4/+66
* | | Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
* | | Doc: resize tables with overflowNico Vertriest2015-06-259-10/+27
* | | Doc: document work-around for static builds using dynamic object creationRichard Moe Gustavsen2015-06-181-0/+9
* | | Improve qml error message "invalid alias location"Aleix Pol2015-06-101-3/+3
|/ /
* | Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-284-9/+12
* | Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+2
* | Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6