summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2829-160/+351
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * DocAaron Kennedy2009-10-273-2/+25
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-279-128/+188
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Update dynamic exampleAlan Alpert2009-10-279-128/+188
| | | | | | | | | | | | | | | | | | | | | The start of a prettier version. Not yet complete, does not full resolve the task. Task-number: QT-2270
| * | Support return values in synthesized methodsAaron Kennedy2009-10-274-2/+19
| |/
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-276-7/+99
| |\ | | | | | | | | | into kinetic-declarativeui
| | * SameGame cleans up blocks now.Alan Alpert2009-10-271-0/+1
| | | | | | | | | | | | Blocks now delete themselves on their death.
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2738-86/+1406
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Oops.Martin Jones2009-10-271-2/+1
| | | |
| | * | Try to be a bit more clever with snapping.Martin Jones2009-10-275-7/+99
| | | |
| * | | Fix context so files can be saved in Inspector mode, and colourBea Lam2009-10-273-10/+9
| | | | | | | | | | | | | | | | Inspector output differently from appplication output.
| * | | minor fixesBea Lam2009-10-272-3/+1
| | | |
| * | | Show property type in separate column like Creator debugger.Bea Lam2009-10-271-7/+8
| | | |
| * | | Fix build target for standalone qmldebugger.Bea Lam2009-10-271-1/+2
| | |/ | |/|
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2774-266/+2198
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-27111-739/+2580
| |\ \ | | |/ | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-277-56/+52
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * forgot iconsYann Bodson2009-10-276-0/+0
| | | |
| | | * listview/dynamic improvementsYann Bodson2009-10-271-56/+52
| | | |
| | * | Add QFxVisualItemModel::children notify signalAaron Kennedy2009-10-272-1/+10
| | | |
| | * | Update parallax exampleAaron Kennedy2009-10-275-4/+523
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-272-11/+13
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-2714-87/+112
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | make listview/dynamic.qml work againYann Bodson2009-10-272-11/+13
| | | | |
| | * | | Alias cleanup testcaseAaron Kennedy2009-10-272-0/+41
| | | | |
| | * | | Simplify the defaultObjects handlingAaron Kennedy2009-10-275-32/+9
| | | | | | | | | | | | | | | | | | | | | | | | | As the scope object is no longer added to the defaultObjects list it makes sense that the root object remain constant at position 0
| | * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-271-6/+21
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Fix dragging at the end of a flickable with overShoot: falseMartin Jones2009-10-271-6/+21
| | | | |
| | * | | Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-274-0/+43
| | |/ /
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-276-3/+21
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-276-3/+21
| | | |/ | | | | | | | | | | | | This crashed as the metatype of QVariant is -1.
| | * | Improve highlight range API and fix incorrect list end calc.Martin Jones2009-10-277-78/+70
| | |/
| * | Add qmldebugger/creatorpluginBea Lam2009-10-2715-0/+1240
| | |
| * | Move qmldebugger/ into qmldebugger/standalone dir.Bea Lam2009-10-2722-18/+20
| | |
| * | Add -stayontop option.Bea Lam2009-10-271-2/+9
| | |
| * | Increase minimum heightBea Lam2009-10-271-1/+1
| | |
| * | Allow debugger components to be reset/cleared.Bea Lam2009-10-2710-38/+109
| | |
* | | Test remote QML contentWarwick Allison2009-10-271-0/+28
| | | | | | | | | | | | (test data will appear on qt-test-server.qt-test-net shortly)
* | | Fix remote content loading for absolute URLsWarwick Allison2009-10-271-3/+6
| |/ |/| | | | | (the test is pending...)
* | Fixed namespace macro.Erik Verbruggen2009-10-261-2/+2
| |
* | typo fixed in qmlviewer main menuJoerg Bornemann2009-10-261-1/+1
| | | | | | | | Reviewed-by: kkoehne
* | Resize loader after parameters have changedAaron Kennedy2009-10-261-0/+2
| |
* | parallax exampleAaron Kennedy2009-10-266-0/+134
| |
* | Compile on windowsAaron Kennedy2009-10-261-0/+6
| |
* | make remotableWarwick Allison2009-10-262-4/+4
| |
* | Fix for windows paths.Warwick Allison2009-10-262-6/+15
| | | | | | | | (i.e. nb. "\")
* | Compile with -no-qt3supportAaron Kennedy2009-10-262-3/+1
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-26110-681/+2094
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2683-372/+1121
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-2641-230/+859
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui