Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | Run autotests with minimal capabilities | Shane Kearns | 2010-05-10 | 1 | -0/+1 |
| | | | | | | | | | | | The autotests were previously run with ALL-Tcb capability which gives them more access to the filesystem etc. than a typical Qt application. To have more realistic testing environmnent, tests are run with no capabilities other than those required for the Qt APIs they use. i.e. NetworkServices for network tests, None for others. Reviewed-by: Liang Qi | ||||
* | Rename getter function used in test also. | Aaron McCarthy | 2010-03-23 | 1 | -5/+5 |
| | |||||
* | Rename networkAccess property to networkAccessible. | Aaron McCarthy | 2010-03-19 | 2 | -0/+116 |
Add unit test and update docs. |