summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-07-152-2/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-142-0/+30
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp
| * | Libraries and library versioning.Warwick Allison2009-07-142-1/+9
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-122-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated.
* | | Make QmlPalette properties notifiable.Yann Bodson2009-07-152-11/+1
| |/ |/| | | | | Handle palette changes in QmlPalette.
* | typoYann Bodson2009-07-141-1/+1
| |
* | Add access to Qt palettes from QML.Yann Bodson2009-07-142-0/+30
|/
* Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-302-0/+7
|
* Clearer name for unscaled skin option.Warwick Allison2009-06-191-1/+1
| | | | | The view is only resized; it's up to the QML to decide what that means (eg. scaling, cropping, etc.)
* For QSimpleCanvas, avoid it being given initial default size.Warwick Allison2009-06-191-3/+5
| | | | See also 1312c0ca987b008d43558ff4cfa69b8dfd11616e
* Use system configuration for proxy settingsAaron Kennedy2009-06-162-0/+20
|
* Fix a assert failure on windowsThierry Bastian2009-06-151-1/+1
| | | | | When creating a file dialog, you need to show its parent prior to invoking that dialog.
* Simplify setting default graphicssystem.Martin Jones2009-06-021-30/+20
|
* Remove qmlviewer's sizeHint hack.Michael Brasser2009-05-272-13/+0
|
* Fix with "new" argc/argv.Warwick Allison2009-05-251-7/+7
|
* qfxtext test runs.Martin Jones2009-05-211-1/+3
|
* Use QWidget as the TLW.Martin Jones2009-05-212-10/+31
| | | | | | It is basically impossible to make QMainWindow size the contents to the exact size wanted. Correct sizing is particularly important for visual test recording.
* Basic qualified type support.Warwick Allison2009-05-203-0/+11
| | | | | | | | | | Can now: DialLibrary.Dial { ... } without any import statement. Can also run qmlviewer with -L DialLibrary then use Dial { ... }. The exact way this works will almost definitely change to ensure predictable behaviour under future type additions to scopes.
* Support loading a translation in qmlviewer.Michael Brasser2009-05-181-0/+15
|
* Resizing options (scale skin to fit view or reverse)Warwick Allison2009-05-152-91/+162
|
* Fix opening new XML when skinned.Warwick Allison2009-05-152-7/+23
|
* Skins in UIWarwick Allison2009-05-153-23/+82
| | | | (now that deviceskins includes them as qrc, we may as well use them)
* Work with no initial file (open dialog).Warwick Allison2009-05-132-4/+7
| | | | Resize correctly on open new file.
* Allow extra video recording args on cmdline.Warwick Allison2009-05-123-3/+27
|
* Fix resizing and skinning.Warwick Allison2009-05-112-38/+38
| | | | Broke with mainwindow introduction.
* Make sure qmlviewer uses raster graphcis system, or respects what wasMichael Brasser2009-05-081-6/+12
| | | | input.
* Menus for video recordingWarwick Allison2009-05-073-29/+59
| | | | QProgressDialog not very good.
* Tweaks to viewer.Michael Brasser2009-05-073-6/+34
|
* Add missing 'Quit' menu item.Yann Bodson2009-05-071-0/+6
|
* Add simple menubar to qmlviewer.Yann Bodson2009-05-073-10/+47
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-051-0/+8
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Improve error handling consistencyAaron Kennedy2009-05-051-0/+8
| |
* | Stream video recording.Warwick Allison2009-05-052-61/+71
| |
* | ffmpeg supportWarwick Allison2009-05-053-21/+80
|/ | | | still image based for now, streaming next
* Documentation work.Michael Brasser2009-04-301-1/+1
|
* Rename duiviewer to qmlviewer.Michael Brasser2009-04-304-0/+585