summaryrefslogtreecommitdiffstats
path: root/tools/qml/loggerwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Add no warnings label to qmlviewer warnings windowJoona Petrell2011-01-101-1/+3
|/ | | | | | | Small developer usability improvement Task-number: Reviewed-by: Bea Lam
* fix namespace macrosRobert Griebl2010-06-251-1/+3
|
* Make the QML viewer usable on the N900Robert Griebl2010-06-251-6/+10
|
* Fix compile in namespace.Michael Brasser2010-05-051-2/+2
|
* Add a switch to the menu to hide/show the runtime warningsKai Koehne2010-05-051-1/+31
| | | | Reviewed-by: mae
* Make logger widget thread safe.Martin Jones2010-04-211-1/+2
|
* License headersAaron Kennedy2010-04-201-0/+41
|
* Show command line help / qml runtime output in GUIKai Koehne2010-04-201-0/+21
Since qml is a GUI program, debugging output isn't visible by default for Windows/Mac users. Therefore provide command line help in a dialog (Windows), and runtime errors/warnings in a separate top level window. Done together with mae. Reviewed-by: mae