summaryrefslogtreecommitdiffstats
path: root/src/qt3support/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-1711-0/+11147
a>Trond Kjernaasen2009-05-142-10/+7 | | | | | | | | | | Some text drawn with OpenType fonts where cut off by a pixel or two under certain circumstances. This adds an additional 2 pixel pad margin to the glyph cache entries. The padding behaves slightly different when ClearType is enabled/disabled, hence the general 2 pixel padding. Task-number: 246196 Reviewed-by: Samuel * Compile.Norwegian Rock Cat2009-05-141-1/+1 | | | | | | Need the proper types. Reviewed-by: Andy * Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-145-7/+7 | | | | | | foo == QString() should be foo.isNull(). Fixes 7 warnings in the Norwegian Breakfast Network Reviewed-by: Samuel * Fixed regression that prevented any widget from having focus when graphics ↵jasplin2009-05-141-4/+2 | | | | | | | | | | | view was disabled. A bug in Commit d5c018f7b014ab794e49d6e1f24e02233555847d prevented any widget from having focus when QT_NO_GRAPHICSVIEW was defined. This patch fixes the bug. Reviewed-by: bnilsen Task-number: 249589 * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy2009-05-14