aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | FolderListModel: use QDateTime for file timesAlberto Mardegan2013-02-011-2/+2
| * | | | | Window can have a transparent/translucent colorShawn Rutledge2013-01-311-0/+8
| * | | | | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-305-22/+140
| * | | | | Debugger: Remove symbian specific pluginKai Koehne2013-01-306-735/+0
| * | | | | Allow aligning items in a gridFabian Bumberger2013-01-286-2/+135
| * | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-28216-833/+0
| * | | | | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2437-1220/+1264
| * | | | | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-249-172/+172
| * | | | | Refactor QQmlTypePrivateAlan Alpert2013-01-242-92/+169
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...David Faure (KDE)2013-01-233-6/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-233-6/+11
| | |\ \ \ \ \
| * | | | | | | Move documentation to QtQml moduleAlan Alpert2013-01-233-17/+17
| |/ / / / / /
| * | | | | | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-1817-1168/+1279
| * | | | | | Merge branch 'stable' into devGunnar Sletta2013-01-171032-1392/+1636
| |\ \ \ \ \ \
| * | | | | | | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-8/+2
| * | | | | | | Disable blending of opaque Rectangle elementsGunnar Sletta2013-01-171-0/+3
| * | | | | | | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-3/+6
| * | | | | | | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-152-10/+10
| * | | | | | | Filter key press events through shortcut map.Frederik Gladhorn2013-01-141-0/+6
| * | | | | | | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-3/+1
| * | | | | | | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-111-1/+1
| * | | | | | | Move VME exception to a better placeAlan Alpert2013-01-081-4/+5
| * | | | | | | Remove m_ in property names of QQmlTypePrivateAlan Alpert2013-01-081-183/+183
| * | | | | | | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-081-0/+54
| * | | | | | | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-2/+5
| * | | | | | | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-082-21/+22
| * | | | | | | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-0771-250/+397
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-0471-250/+397
| | |\ \ \ \ \ \ \
| * | | | | | | | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-073-2/+10
| |/ / / / / / / /
| * | | | | | | | Add the getter/setter type to PropertyGetterSetterLars Knoll2013-01-041-2/+8
| * | | | | | | | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-1713-1187/+1366
| * | | | | | | | Don't assume QChar::null() is the end of inputLars Knoll2012-12-111-7/+7
| * | | | | | | | super is always a reserved keywordLars Knoll2012-12-111-1/+1
| * | | | | | | | Bail out on stray newlines in strings in JS modeLars Knoll2012-12-111-1/+7
| * | | | | | | | Don't bail out on 0 chars in commentsLars Knoll2012-12-112-2/+4
| * | | | | | | | Parse identifiers according to specLars Knoll2012-12-111-31/+94
| * | | | | | | | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-111-5/+19
* | | | | | | | | QQuickItemView: Add guard before returning currentItem itemCaroline Chao2013-03-191-3/+1
* | | | | | | | | Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-19/+8
* | | | | | | | | Smooth dragging an item with MouseArea.Andrew den Exter2013-03-141-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Doc: Changed section title in whatsnew.qdocJerome Pasion2013-03-131-4/+3
* | | | | | | | Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-131-2/+2
* | | | | | | | Fixed text opacity when using Text.NativeRendering.Yoann Lopes2013-03-121-1/+1
* | | | | | | | make the sample code more consistent in contextXingtao Zhang2013-03-121-1/+1
* | | | | | | | Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-4/+15
* | | | | | | | Simplify function with early return.Frederik Gladhorn2013-03-111-30/+31
* | | | | | | | Fix TextEdit::persistentSelection docs (false by default)J-P Nurmi2013-03-011-1/+1
* | | | | | | | GridView: fix resetColumns() to calculate the amount of columns rightJ-P Nurmi2013-02-261-1/+1
* | | | | | | | Fix headers without Qt module directory name in their includesJosh Faust2013-02-254-5/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix warnings about shadowing membersThiago Macieira2013-02-223-6/+6