Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed filename cases to support building Qt for Symbian in Linux | Miikka Heikkinen | 2010-03-12 | 1 | -1/+1 |
| | | | | | | | Part of QtP delta reduction effort. Task-number: QT-3055 Reviewed-by: Janne Koskinen | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Compile if QtCore is not in the include path when one includes <QtGui/QtGui> | Olivier Goffart | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Added support for using custom application objects on S60. | axis | 2009-09-23 | 1 | -0/+80 |
With this patch, the application developer can use his own CEikApplication, CEikDocument and CEikAppUi classes with Qt, by deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi, respectively. He can then register a factory function in the QApplication constructor to have his own objects created during the framework initialization. This patch also fixes some Qt code style issues. RevBy: Jason Barron RevBy: mread RevBy: Sami Merila RevBy: Shane Kearns |