aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | QQuickWindow: Make sure popups receive key events on MacGabriel de Dietrich2014-01-152-11/+32
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-1419-1196/+860
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-1019-1196/+860
| |\|
| | * 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
* | | [new compiler] Fix assignments to enums from string literalSimon Hausmann2014-01-141-1/+7
* | | [new compiler] Fix mix of bindings and signal handlersSimon Hausmann2014-01-141-1/+1
* | | [new compiler] Fix error handling for property names that look like signalsSimon Hausmann2014-01-141-4/+4
* | | [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-142-51/+52
* | | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-143-65/+75
* | | Use QSGGeometry::lineWidth() when drawing GL_POINTSAlex Montgomery2014-01-132-4/+10
|/ /
* | [new compiler] CleanupsSimon Hausmann2014-01-104-900/+900
* | [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-107-35/+124
* | [new compiler] CleanupsSimon Hausmann2014-01-105-86/+155
* | QQmlSettings: if debugging is turned on, show the path where storedShawn Rutledge2014-01-091-0/+3
* | [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-093-44/+54
* | Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-092-0/+6
* | Classify struct Use with Q_MOVABLE_TYPE.Sérgio Martins2014-01-091-0/+3
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-0911-73/+75
* | Smaller code cleanupLars Knoll2014-01-092-24/+13
* | Rework array handling for JS objectsLars Knoll2014-01-0935-802/+1298
* | Fixes for argument objectsLars Knoll2014-01-094-4/+14
* | Add Object::hasOwnProperty()Lars Knoll2014-01-095-10/+16
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-0813-24/+183
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-0813-24/+183
| |\|
| | * 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
* | | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-081-2/+4
|/ /
* | [new compiler] CleanupsSimon Hausmann2014-01-085-173/+308