aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Item documentation: visibleChildren is a list of items, not a realShawn Rutledge2013-10-251-1/+1
* Clear text node references after sub-tree has been cleaned up.Alan Alpert2013-10-241-0/+3
* Doc: Fixed broken linksVenu2013-10-243-46/+47
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-249-101/+238
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-0/+2
* Doc: Added a QML module page for Qt Quick TestVenu2013-10-233-1/+17
* Win32: Remove dependency to DbgHelp DLLSimon Hausmann2013-10-231-4/+0
* Make LocalStorage more verboseGatis Paeglis2013-10-221-1/+3
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-5/+3
* Remove ancient and unused leftoversGunnar Sletta2013-10-224-70/+9
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-217-6/+95
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-216-73/+73
* Fix MSVC2013 compilationYuchen Deng2013-10-212-0/+4
* Revert commit d818575966e2e2000fe2b7ee390c620f595d9825Simon Hausmann2013-10-213-17/+0
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-214-10/+10
* Reset on model layout changedAlbert Astals Cid2013-10-211-2/+1
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-208-91/+75
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-207-50/+58
* Remove internal method from public APILars Knoll2013-10-1911-39/+36
* Some minor optimizationsLars Knoll2013-10-194-42/+38
* QtQuick.Dialogs: deploy qml files only for debug buildsShawn Rutledge2013-10-171-2/+5
* Fix ARM thumb2 mode detectionSimon Hausmann2013-10-171-1/+5
* Fix crash in FolderListModelFabian Bumberger2013-10-171-3/+5
* Make sure v8 service sends a finished signalKai Koehne2013-10-171-0/+2
* Disable WTF assertions in release buildsSimon Hausmann2013-10-171-0/+2
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-177-34/+54
* Implement WTFReportAssertionFailureSimon Hausmann2013-10-171-1/+2
* Fix ASSERT_VALID_CODE_POINTER for our ARM buildsSimon Hausmann2013-10-171-4/+2
* V4 ARM: extend disassembler.Erik Verbruggen2013-10-172-0/+77
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-163-6/+14
* Speed up exception propagationSimon Hausmann2013-10-1610-163/+136
* Speed up stack trace generation for the JITSimon Hausmann2013-10-168-272/+38
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Dialogs: use resources for QML and imagesShawn Rutledge2013-10-162-15/+64
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-22/+23
* Fix cleanup handlers on Android when exceptions are thrownSimon Hausmann2013-10-161-0/+33
* qqmlimport: avoid deadlock by scoping the usage of QWriteLockerRichard Moe Gustavsen2013-10-161-31/+34
* Initialize VariableLars Knoll2013-10-151-0/+1
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-154-7/+10
* Remove debug outputLars Knoll2013-10-151-4/+0
* Remove duplicated forward declarationLars Knoll2013-10-151-1/+0
* Don't use constructor function to initialize providersTor Arne Vestbø2013-10-153-4/+9
* Doc: Renamed links to "QML Applications".Jerome Pasion2013-10-152-6/+6
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-154-47/+49
* Make sure the incubated object survives the statusChanged callLars Knoll2013-10-151-6/+10
* Fix MSVC2010 warnings.Mitch Curtis2013-10-151-4/+4
* QtQuick.Dialogs: on single-window platforms, don't resize the windowShawn Rutledge2013-10-151-1/+4
* Fix some more issues with exact GCLars Knoll2013-10-152-3/+3