aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene
Commit message (Expand)AuthorAgeFilesLines
* Respect the default format from the scene graph adaptation layerGunnar Sletta2013-02-051-1/+1
* Merge branch 'stable' into devGunnar Sletta2013-01-172-6/+6
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| * make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
| * Modify qmlscene usage text to be consistentRichard Moe Gustavsen2013-01-041-4/+4
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-1/+1
|\|
| * Change qFatal to qWarningAlan Alpert2012-12-061-1/+1
* | Add command-line option to enable multisamplingGunnar Sletta2012-12-111-3/+9
|/
* Remove the remaining usages of deprecated QWindow accessorsShawn Rutledge2012-11-301-1/+1
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-261-0/+8
* Fix security warning about passing a variable to printf-formatting.Friedemann Kleint2012-11-221-1/+1
* Examples and fixes for QML Window propertiesShawn Rutledge2012-11-091-0/+3
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-1/+1
* 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-011-2/+0
* Change organisation to Qt Project.Frederik Gladhorn2012-10-251-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* 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-111-9/+2
* 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
* Initial bundle supportAaron Kennedy2012-05-041-1/+10
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-1/+1
* Debugger: Use "QML" also in macro namesKai Koehne2012-03-301-1/+1
* Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-271-2/+2
* Allow qmlscene to quit immediately after startingMatthew Vogt2012-03-211-0/+9
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-242-11/+11
* Add slow animations mode to qmlsceneAaron Kennedy2012-02-142-1/+10
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-49/+48
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Support opening filedialog again in qmlsceneGunnar Sletta2011-12-141-0/+5
* Link against widgets only when availableGunnar Sletta2011-12-122-1/+5
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-081-4/+0
* Cleaned up the qmlscene code a bitGunnar Sletta2011-12-062-116/+15
* Say hello to QtQuick moduleKent Hansen2011-12-022-3/+3
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-262-5/+1
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-6/+6
* Declarative: Give qmlscene top level window flags.Friedemann Kleint2011-10-181-24/+28
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-08-311-3/+8
|\
| * More efficient type name cacheAaron Kennedy2011-08-301-3/+8