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 | ||||
* | Fix typo in license header | Alessandro Portale | 2009-11-12 | 1 | -1/+1 |
| | | | | | | The word 'module' was missing. Reviewed-By: TrustMe | ||||
* | Fix for static QSound::play in Symbian and code style fixes. | Janne Anttila | 2009-11-02 | 1 | -38/+56 |
| | | | | | | | | | | | | | | | | | | | | | Static QSound::play(const QString& filename) API did work for Symbian, since local stack variable was deleted before asynchronous play completed. This happened with the following seqeunce: - void QAuServer::play() is called and creates a QSound on the stack - QAuBucketS60::play() is called - m_prepared is false, so the actual play will happen a bit later - The QSound created on the stack is deleted -> Silence This scenario is now fixed by making copy of QSound object to internal list, and temp object is being deleted when play is completed either successfully or unsuccessfully. Added also manual test case for static play. Task-number: QTBUG-5217 Reviewed-by: Miikka Heikkinen | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | ||||
* | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 1 | -1/+1 |
| | | | | RevBy: Trust me | ||||
* | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -2/+2 |
| | | | | RevBy: Trust me | ||||
* | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 1 | -1/+1 |
| | | | | RevBy: Trust me | ||||
* | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -20/+20 |
| | |||||
* | Fixed various useless warnings. | axis | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 1 | -3/+4 |
| | | | | | | | | Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels | ||||
* | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | |||||
* | Fixed namespace issues, now works on Symbian under namespace | Janne Koskinen | 2009-05-11 | 1 | -2/+0 |
| | |||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+177 |