aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-094-4/+4
* Updated the code to resize the text box on window resizeVenu2014-01-091-0/+1
* Fix Flickable generated release event with pressDelay.Martin Jones2014-01-093-1/+42
* 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-072-1/+14
* 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-023-5/+35
* Fix lookups of enums in singletonsSimon Hausmann2014-01-025-35/+65
* 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: re-enable test cases disabled for QTBUG-34047Erik Verbruggen2014-01-021-9/+1
* V4 IR: change datastructures for dominator calculations.Erik Verbruggen2014-01-021-112/+172
* Doc: Fix broken linksSze Howe Koh2013-12-3044-76/+75
* 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
* systemdialogs example: path to /tmp is different on WindowsShawn Rutledge2013-12-231-1/+1
* Doc: Fixed a few broken links and snippetsVenu2013-12-232-4/+4
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
* Doc: Updated the image URLVenu2013-12-191-2/+2
* use private linkage where possibleOswald Buddenhagen2013-12-193-3/+3
* remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-192-31/+0
* V4 SSA: add some more literature references.Erik Verbruggen2013-12-191-5/+13
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-1917-32/+68
* QtQuick window example improvements: window size and DPI infoShawn Rutledge2013-12-182-3/+4
* Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
* Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* ensure that qmltest users have CONFIG+=consoleOswald Buddenhagen2013-12-171-0/+4
* Delete a disallowed template instantiation the proper wayThiago Macieira2013-12-171-1/+1
* QtQuick Dialogs: don't use native windows on iOSShawn Rutledge2013-12-161-1/+3
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-136-18/+147
* V4 IR: change block scheduling algorithm from recursive to iterative.Erik Verbruggen2013-12-121-102/+189