aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix security warning about passing a variable to printf-formatting.Friedemann Kleint2012-11-221-1/+1
* Aesthetic tweaks for qmleasing UIAlan Alpert2012-11-212-1/+2
* Unify qmleasing and easingcurveeditorAlan Alpert2012-11-2120-450/+202
* Examples and fixes for QML Window propertiesShawn Rutledge2012-11-091-0/+3
* Renamed QWindow::pos property to positionShawn Rutledge2012-11-091-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-082-2/+2
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-051-30/+56
* follow qt_tool.prf now setting up DESTDIROswald Buddenhagen2012-11-016-11/+0
* Change organisation to Qt Project.Frederik Gladhorn2012-10-251-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2334-821/+821
* qmlplugindump: Update help outputKai Koehne2012-09-181-1/+1
* qmlplugindump: Fix handling of implicit signalsKai Koehne2012-09-101-1/+1
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* qmlplugindump: Fix dumping of typesKai Koehne2012-09-071-1/+1
* qmlplugindump: Take care of 'void' typesKai Koehne2012-09-071-2/+2
* Refactor singleton type registration codeChris Adams2012-08-281-58/+16
* Fixing easing curve editorThomas Hartmann2012-08-172-0/+7
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-24/+80
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-19/+22
* qmlscene: fixed dependency on QtWidgetsRohan McGovern2012-07-301-1/+1
* Remove work-around for Q_DECLARE_METATYPE(QFileInfo) being added to QtCoreMarc Mutz2012-07-261-3/+0
* Work around Q_DECLARE_METATYPE(QFileInfo) being added to QtCoreMarc Mutz2012-07-251-0/+2
* Add I18N support to qmlsceneCharles Yin2012-07-171-1/+35
* QQuickCanvas renamesAlan Alpert2012-07-171-1/+1
* "export" the qml tools for qtPrepareTool() useOswald Buddenhagen2012-07-116-60/+9
* qmlplugindump: Add comment to file that it was auto-generatedThomas McGuire2012-07-041-2/+4
* Merge branch 'buildsystem'Oswald Buddenhagen2012-06-264-9/+11
|\
| * build system cleanupsOswald Buddenhagen2012-06-261-4/+0
| * remove pointless qmltest conditionalsOswald Buddenhagen2012-06-261-2/+8
| * fix include styleOswald Buddenhagen2012-06-262-3/+3
* | Remove some unnecessary indirection.Robin Burchell2012-06-251-17/+14
|/
* qmlscene: add --transparent argumentGirish Ramakrishnan2012-06-191-0/+14
* Small cleanup: remove braces from single line conditionals.Robin Burchell2012-06-191-9/+5
* Fix compilation for QT_NO_FILEDIALOGTasuku Suzuki2012-06-091-1/+1
* Add --resize-to-root option, sets ResizeViewToRootObject on the qmlscene view.Robin Burchell2012-05-281-10/+11
* Don't use QtDeclarative compat moduleKent Hansen2012-05-111-1/+1
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-045-10/+32
* Initial bundle supportAaron Kennedy2012-05-044-2/+243
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-2/+2
* Do not use deprecated APIOlivier Goffart2012-04-241-1/+1
* Enabled widget free compilation of QtQuickDonald Carr2012-04-185-31/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-10/+5
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-112-2/+2
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-2/+2
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-237-10/+681
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-1925-2225/+2781
| |\ \ \ \
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-10/+5
* | | | | | Don't use QWindow::moveGirish Ramakrishnan2012-04-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Debugger: Use "QML" also in macro namesKai Koehne2012-03-301-1/+1
* | | | | Use minimal javascript expression for bound signalsChris Adams2012-03-291-1/+1
| |_|_|/ |/| | |