Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removing a few superfluous semicolons. | Alessandro Portale | 2009-09-03 | 1 | -1/+1 |
| | | | | Reviewed-By: TrustMe | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove a few warnings when compiling Qt and unexport some functions. | Thiago Macieira | 2009-08-20 | 1 | -0/+1 |
| | | | | | | | | | | | Make some functions static that are not used anywhere but in the current file. Others that are used, add the declaration to the _p.h to ensure we don't forget about them. Finally, there's no need to enable debugging code if it's not used anywhere. Reviewed-by: TrustMe | ||||
* | Eliminate last mentions of "Qt Software". | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make compile. | Bill King | 2009-08-11 | 1 | -0/+1 |
| | |||||
* | Introducing icon theme support | Jens Bache-Wiig | 2009-08-10 | 1 | -0/+185 |
Added some static functions to QIcon to support desktop themes based on the freedesktop spec. It is not intended to replace KIcon and the intention is to use it when available to share icon cache between applications. Applications currently using icon themes are Assistant, Designer and the textedit demo. Reviewed-by: ogoffart |