aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-169-134/+222
|\
| * V4: relieve more memory allocator pressure.Erik Verbruggen2014-01-161-2/+2
| * Fix usage of FileDialog.folder property in QtQuickTobias Koenig2014-01-161-0/+4
| * QtQuick.Dialogs FileDialog: don't go astray into qrc:/ on AndroidShawn Rutledge2014-01-161-3/+12
| * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-163-10/+0
| * V4 IR: do edge splitting after SSA transformationErik Verbruggen2014-01-161-8/+58
| * V4: lower memory allocator pressure.Erik Verbruggen2014-01-163-77/+95
| * V4 IR: update immediate dominators when purging unreachable basic-blocksErik Verbruggen2014-01-161-13/+19
| * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
| * V4: remove unnecessary spills and order them correctly.Erik Verbruggen2014-01-163-21/+31
* | Make sure the test window has focusAlbert Astals Cid2014-01-161-1/+2
* | Remove the two default role names listed in cppmodels documentation.Mitch Curtis2014-01-161-14/+1
* | Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-152-2/+4
* | Add support for a separate index bufferLaszlo Agocs2014-01-153-14/+70
* | Do not crash if /proc is not mountedAlbert Astals Cid2014-01-152-18/+30
* | Fix warning about cast from char* to QStringThiago Macieira2014-01-141-2/+2
|/
* On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-112-2/+9
* Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* not build QQmlSettings when QT_NO_SETTINGS is definedTasuku Suzuki2014-01-101-0/+3
* Support batching of rotated antialiased elements.Gunnar Sletta2014-01-101-6/+5
* Doc: Fix current QtQuick module version.Takumi Asaki2014-01-101-2/+2
* Fix bad cast of virtual class to base class via reinterpret_castThiago Macieira2014-01-101-1/+1
* Doc: QtTest - Fix documentation for TestCase and SignalSpyCaroline Chao2014-01-099-1038/+777
* Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-093-145/+63
* Fix some typos in documentation.Jeff Tranter2014-01-093-3/+3
* Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-1/+5
* Fix broken build with Clang < 3.4 after 60aed669345be33b916c445565Thiago Macieira2014-01-081-1/+2
* V4: optimize dominator frontier storage.Erik Verbruggen2014-01-081-7/+164
* Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
* Ameliorate DocumentationAlan Alpert2014-01-071-2/+3
* [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-1/+1
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-077-10/+11
* Doc: Add links to Qt Quick Test Reference DocumentationCaroline Chao2014-01-072-2/+2
* Accessibility: mark more items as focusableFrederik Gladhorn2014-01-061-1/+17
* Accessibility: quick items are not visible when their window is notFrederik Gladhorn2014-01-061-1/+1
* Remove unused static functions from QtQml found by Clang 3.4Thiago Macieira2014-01-041-28/+0
* Also fix the unused variable warning that ICC found with ClangThiago Macieira2014-01-041-0/+2
* QtQuick.Dialogs FileDialog: default mode is ExistingFileShawn Rutledge2014-01-031-0/+1
* Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-022-3/+8
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-35/+26
* V4: remove class field in DominatorTree that was used only once.Erik Verbruggen2014-01-021-21/+18
* V4 IR: do not add unconditional jumps to work listsErik Verbruggen2014-01-021-1/+4
* V4 IR: change datastructures for dominator calculations.Erik Verbruggen2014-01-021-112/+172
* Doc: Fix broken linksSze Howe Koh2013-12-3043-75/+74
* QtQuick ColorDialog: ensure slider rotation takes effectShawn Rutledge2013-12-301-0/+5
* QtQuick.Dialogs: check for inheriting from QApplicationShawn Rutledge2013-12-291-1/+1
* Context2D: don't use an arrow to illustrate scaling in the docs.Mitch Curtis2013-12-261-0/+0
* Doc: Fixed a few broken links and snippetsVenu2013-12-232-4/+4
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
* use private linkage where possibleOswald Buddenhagen2013-12-193-3/+3