summaryrefslogtreecommitdiffstats
path: root/tools/qml/loggerwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* 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