Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Implement just in time debug feature for runonphone | Shane Kearns | 2010-07-08 | 3 | -3/+186 | |
| * | | | | | Merge tools/runonphone/symbianutils from qtcreator src/shared/symbianutils | Shane Kearns | 2010-07-08 | 13 | -54/+2980 | |
| * | | | | | Add exception barrier to QCertificateRetriever::RunL() | Shane Kearns | 2010-07-08 | 2 | -3/+9 | |
| * | | | | | Set QThreads to be process critical automatically on Symbian OS | Shane Kearns | 2010-07-08 | 1 | -0/+8 | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-07-10 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-07-08 | 0 | -0/+0 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | Merge commit 'v4.7.0-beta2' into 4.7 | Jason McDonald | 2010-07-08 | 0 | -0/+0 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fixed a broken merge.v4.7.0-beta2 | Denis Dzyubenko | 2010-06-30 | 2 | -66/+0 | |
| | | * | | | | Changed the way we detect touch screen on Windows. | Denis Dzyubenko | 2010-06-30 | 2 | -32/+36 | |
| | | * | | | | Fix s60main linking issue with gcce applications | Miikka Heikkinen | 2010-06-30 | 1 | -0/+4 | |
| | | * | | | | don't complain multiple times about same abuse of //% meta strings | Oswald Buddenhagen | 2010-06-30 | 4 | -0/+30 | |
| | | * | | | | Fixed device context leak in QGLWidget on Windows. | Kim Motoyoshi Kalland | 2010-06-30 | 1 | -0/+3 | |
| | | * | | | | Provide Qml plugins with UID3s on Symbian | Alessandro Portale | 2010-06-24 | 4 | -0/+4 | |
| | | * | | | | Fix "missing store_build" errors | Miikka Heikkinen | 2010-06-23 | 1 | -0/+6 | |
| | | * | | | | Updated UIDs for spectrum demo | Gareth Stockwell | 2010-06-23 | 3 | -3/+3 | |
| | | * | | | | Assigning 0xA UID3s to the new standalone qml demos | Alessandro Portale | 2010-06-22 | 7 | -7/+7 | |
| | | * | | | | Update 4.7-beta2 def files | Shane Kearns | 2010-06-22 | 6 | -6/+39 | |
| | | * | | | | Fix a possible crash with the EVR video renderer in windows | Thierry Bastian | 2010-06-21 | 1 | -7/+9 | |
| | | * | | | | Stopping a flick resulted in the next click being consumed. | Martin Jones | 2010-06-18 | 1 | -0/+1 | |
| | | * | | | | clearFocus() shouldn't mess with focus if it doesn't have focus | Martin Jones | 2010-06-18 | 1 | -1/+2 | |
| | | * | | | | Fixed infinite recursion when drawing very large painter paths. | Kim Motoyoshi Kalland | 2010-06-18 | 3 | -9/+14 | |
| | | * | | | | Fix autoScroll implementation | Alan Alpert | 2010-06-18 | 3 | -36/+54 | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-09 | 23 | -347/+672 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix qdoc warning. | Jason McDonald | 2010-07-09 | 1 | -1/+1 | |
| * | | | | | | Fix subfocus when reparenting panels. | Andreas Aardal Hanssen | 2010-07-08 | 2 | -0/+52 | |
| * | | | | | | Add three new style-hints to QFont to match CSS' generic font families | Tor Arne Vestbø | 2010-07-08 | 6 | -1/+34 | |
| * | | | | | | The forward declaration should have been in the namespace for QImageData | Benjamin Poulain | 2010-07-08 | 1 | -2/+2 | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-08 | 14 | -345/+585 | |
| |\ \ \ \ \ \ |/ / / / / / / | ||||||
| * | | | | | | Fixes the sqlite driver bug QTBUG-11904 (pointer aliasing) | Charles Yin | 2010-07-08 | 1 | -22/+25 | |
| * | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-07-07 | 27 | -780/+859 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add test and fix style for the SSE2 implementation of ARGB32 conversion | Benjamin Poulain | 2010-07-07 | 3 | -4/+66 | |
| | * | | | | | | Build fix, the header of QImageData did not declare QImageWriter. | Benjamin Poulain | 2010-07-07 | 1 | -0/+2 | |
| | * | | | | | | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImage | John Brooks | 2010-07-07 | 8 | -14/+144 | |
| | * | | | | | | Moved primitive SSE2 painting utilities to qdrawingprimitive_sse2_p.h | John Brooks | 2010-07-07 | 3 | -157/+218 | |
| | * | | | | | | Move logic for building SIMD extensions to gui.pro | John Brooks | 2010-07-07 | 2 | -145/+133 | |
| | |/ / / / / | ||||||
| * | | | | | | Fix text drawing into alpha pixmap with opengl engine | Eskil Abrahamsen Blomfeldt | 2010-07-07 | 2 | -6/+0 | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-07-08 | 19 | -31/+107 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Use lower case for including system header files | Gareth Stockwell | 2010-07-07 | 6 | -6/+6 | |
| * | | | | | Added trace statements to Phonon MMF backend | Gareth Stockwell | 2010-07-07 | 1 | -0/+17 | |
| * | | | | | MMF Phonon backend: call winId() from VideoWidget constructor | Gareth Stockwell | 2010-07-07 | 2 | -4/+2 | |
| * | | | | | Fixed crash which occurs when switching between video clips | Gareth Stockwell | 2010-07-07 | 2 | -13/+32 | |
| * | | | | | Close media clip before creating new player object | Gareth Stockwell | 2010-07-07 | 5 | -1/+9 | |
| * | | | | | Enable bufferStatus signal during video clip loading on NGA platforms | Gareth Stockwell | 2010-07-07 | 2 | -2/+2 | |
| * | | | | | Prevent crash when video is played without a VideoWidget | Gareth Stockwell | 2010-07-07 | 3 | -4/+18 | |
| * | | | | | Add partial update deployment rules to QtNetwork | Shane Kearns | 2010-07-07 | 1 | -0/+15 | |
| * | | | | | Fix crash when handleCommand() called before softkeys are updated | Jason Barron | 2010-07-07 | 2 | -1/+6 | |
|/ / / / / | ||||||
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-07 | 16 | -463/+299 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-06 | 16 | -463/+299 | |
| |\ \ \ |/ / / / | ||||||
| * | | | fix autotest | Oswald Buddenhagen | 2010-07-06 | 1 | -0/+5 | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-06 | 15 | -463/+294 | |
| |\ \ \ |