Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimization: get rid of QString::fromUtf16() usage | Oswald Buddenhagen | 2010-02-01 | 1 | -1/+2 |
| | | | | | | | | | | | | QString::fromUtf16() is slow - it does a BOM check and optionally byte swapping, which is utterly pointless when converting internal data structures which are raw utf16 in host byte order anyway. so replace it with QString::fromRawData() (for short-lived strings) or QString(const QChar *, int) (otherwise) if possible. Reviewed-by: axis Reviewed-by: mariusSO Reviewed-by: Bill King | ||||
* | 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 | ||||
* | 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 | ||||
* | Make the singleton file server session independent of QCoreApplication | Shane Kearns | 2009-08-24 | 1 | -3/+3 |
| | | | | | | | | | After review comments, changed the file server session from a member of QCoreApplication to a Q_GLOBAL_STATIC, because some applications will want to access files before constructing the QApplication. Reviewed-By: Janne Anttila | ||||
* | Fix errors in commit d4c0be3b | Shane Kearns | 2009-08-20 | 1 | -3/+1 |
| | | | | Reviewed-By: jbarron | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Shane Kearns | 2009-08-20 | 1 | -4/+2 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-08-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | RevBy: Trust me | ||||
| * | | Symbian clipboard to use UID3 of QtGui. | Janne Koskinen | 2009-08-20 | 1 | -1/+1 |
| |/ | | | | | | | | | | | clipboard stream to use unique id instead of bogus one. Reviewed-by: Shane Kearns | ||||
| * | removed old todos from qclipboard_s60 | Janne Koskinen | 2009-08-18 | 1 | -2/+0 |
| | | | | | | | | | | | | Two fixme comments removed as functions are now exception safe Reviewed-by: TrustMe | ||||
* | | performance: refactored use of RFs so corelib and gui share one session | Shane Kearns | 2009-08-20 | 1 | -12/+2 |
|/ | | | | | | | | | | | Opening and closing sessions has a performance impact on Symbian, so all users of RFs now share a single session. If a native file engine is written for Symbian (instead of the posix one currently in use) then that could own the global data instead of QCoreApplication. Task-number: 247617 Reviewed-by: jbarron | ||||
* | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -3/+3 |
| | | | | 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 | -7/+7 |
| | |||||
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -6/+9 |
| | | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) | ||||
* | Silenced newline at EOF warnings from RVCT. | axis | 2009-07-06 | 1 | -1/+1 |
| | |||||
* | Fix warnings because of unused variables. | axis | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | 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 | -6/+1 |
| | |||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+252 |