Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.5' | Denis Dzyubenko | 2009-06-02 | 1 | -1/+1 |
|\ | |||||
| * | BT: Remove duplicate code and fix font parsing. | Norwegian Rock Cat | 2009-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | QFont has a feature that you can pass a comma-separated list and it will walk through the list and match the font that it hits first. There's a nice static function that X11 and Windows uses, but the Mac was using an older copied version of it. This old version didn't handle quoting which is what happens in the style sheet. So, using the same code makes everything work well. As a bonus, Creator looks correct again. Reviewed-by: Simon Hausmann | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+2435 |
| | |||||
* | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -2/+2 |
| | | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+2435 |