aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify host_build logic againOswald Buddenhagen2013-10-253-23/+3
* sanitize dependencies surrounding qmlimportscannerOswald Buddenhagen2013-10-251-7/+6
* untangle SUBDIRSOswald Buddenhagen2013-10-251-10/+13
* remove useless CONFIG-=app_bundleOswald Buddenhagen2013-10-251-1/+0
* Make qtdeclarative compile with -no-guiTasuku Suzuki2013-10-252-35/+70
* 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-2410-102/+404
* Allow " in QQuickStyledTextJohn Brooks2013-10-242-1/+3
* 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-224-5/+27
* Re-enable debugger autotests on MacKai Koehne2013-10-221-7/+3
* Remove ancient and unused leftoversGunnar Sletta2013-10-224-70/+9
* Rename v4 to qmljsSimon Hausmann2013-10-225-5/+6
* Make example work on WindowsGunnar Sletta2013-10-222-23/+10
* Re-enable working test.Gunnar Sletta2013-10-221-3/+0
* 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
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* suppress qml import scan for the tools which don't need itOswald Buddenhagen2013-10-215-1/+5
* Reset on model layout changedAlbert Astals Cid2013-10-216-4/+285
* 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
* Increased precision in shader exampleBernd Weimer2013-10-171-2/+2
* 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 iOS buildsSimon Hausmann2013-10-171-1/+5
* Fix crash in FolderListModelFabian Bumberger2013-10-173-8/+29
* Fix flaky QQmlProfilerService::scenegraphData testKai Koehne2013-10-171-6/+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-163-15/+65
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* Improve output of test caseKai Koehne2013-10-165-3/+61