Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix namespace macros | Robert Griebl | 2010-06-25 | 1 | -1/+3 |
| | |||||
* | Make the QML viewer usable on the N900 | Robert Griebl | 2010-06-25 | 1 | -6/+10 |
| | |||||
* | Fix compile in namespace. | Michael Brasser | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Add a switch to the menu to hide/show the runtime warnings | Kai Koehne | 2010-05-05 | 1 | -1/+31 |
| | | | | Reviewed-by: mae | ||||
* | Make logger widget thread safe. | Martin Jones | 2010-04-21 | 1 | -1/+2 |
| | |||||
* | License headers | Aaron Kennedy | 2010-04-20 | 1 | -0/+41 |
| | |||||
* | Show command line help / qml runtime output in GUI | Kai Koehne | 2010-04-20 | 1 | -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 |