Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release license header. | Jason McDonald | 2011-02-16 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | 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 |