Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | Fix build on systems without XVideo headers | Tom Cooksey | 2010-02-23 | 1 | -1/+1 | |
| | | | * | | | | Make the XVideo configure test actually pass if XV is present | Tom Cooksey | 2010-02-23 | 2 | -0/+2 | |
| | | | * | | | | Add a configure test for XVideo support | Tom Cooksey | 2010-02-23 | 3 | -1/+55 | |
| | | | * | | | | Fixed cosmetic glitch in QTabBar label's rendering | Gabriel de Dietrich | 2010-02-23 | 1 | -1/+1 | |
| | * | | | | | | Add private qt_draw_glyphs() API | Eskil Abrahamsen Blomfeldt | 2010-02-23 | 5 | -2/+70 | |
| | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | improve sql support for mingw64 | Thierry Bastian | 2010-02-23 | 2 | -1/+7 | |
| | * | | | | | improve 64 bit support on windows | Thierry Bastian | 2010-02-23 | 2 | -2/+2 | |
| | * | | | | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 12 | -199/+376 | |
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | Gunnar Sletta | 2010-02-23 | 297 | -2778/+2542 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-23 | 33 | -111/+190 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | QSortFilterProxyModel: Sorting occured unnecessarily when the dynamicSortFilt... | Olivier Goffart | 2010-02-22 | 2 | -8/+38 | |
| | | | * | | | | | Fix test with gcc 4.0 where QT_USE_FAST_CONCATENATION cannot be enabled. | Olivier Goffart | 2010-02-22 | 1 | -3/+11 | |
| | | | * | | | | | Fix build with wingw | Thierry Bastian | 2010-02-22 | 2 | -6/+6 | |
| | | | * | | | | | Imporve win64 support for mingw | Thierry Bastian | 2010-02-22 | 13 | -68/+61 | |
| | | | * | | | | | Compile | Paul Olav Tvete | 2010-02-22 | 1 | -1/+1 | |
| | | | * | | | | | Fix a memory hole in QGraphicsItemPrivate. | Alexis Menard | 2010-02-22 | 1 | -5/+6 | |
| | * | | | | | | | Fix GL viewports under -graphicssystem raster. | Gunnar Sletta | 2010-02-23 | 1 | -2/+3 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | Gunnar Sletta | 2010-02-22 | 16 | -29/+161 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Compilation fix for Symbian | aavit | 2010-02-22 | 1 | -1/+3 | |
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-22 | 12 | -17/+58 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | aavit | 2010-02-22 | 1 | -1/+1 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Compilation fix for AIX | aavit | 2010-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | | Fix assert in fontengine when using rotated/scaled QStaticText | Gunnar Sletta | 2010-02-22 | 1 | -3/+7 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Fix build on Mac OS X | Gabriel de Dietrich | 2010-02-22 | 1 | -1/+1 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Fix compilation | Olivier Goffart | 2010-02-22 | 1 | -1/+1 | |
| | * | | | | | | | Fix compilation on Windows | Olivier Goffart | 2010-02-22 | 1 | -1/+1 | |
| | * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 | Eskil Abrahamsen Blomfeldt | 2010-02-22 | 1805 | -77748/+127519 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-22 | 7 | -12/+53 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Rhys Weatherley | 2010-02-21 | 17 | -553/+204 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Compilation on symbian | Olivier Goffart | 2010-02-21 | 1 | -3/+3 | |
| | | | * | | | | | | | | Enable QT_USE_FAST_CONCATENATION by default for compiling Qt | Olivier Goffart | 2010-02-21 | 2 | -0/+11 | |
| | | | * | | | | | | | | Compile with QT_USE_FAST_OPERATOR_PLUS | Olivier Goffart | 2010-02-21 | 3 | -4/+4 | |
| | | | * | | | | | | | | QStringBuilder: Do not resize if not required. | Olivier Goffart | 2010-02-21 | 1 | -6/+22 | |
| | | | * | | | | | | | | QStringBuilder: reduce the size of the generated code | Olivier Goffart | 2010-02-21 | 1 | -0/+14 | |
| | * | | | | | | | | | | Copy useBackendOptimization setting when QStaticText is detached | Eskil Abrahamsen Blomfeldt | 2010-02-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | doc: Added \since 4.7 to several \qmlclass elements. | Martin Smith | 2010-02-26 | 20 | -12/+44 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Add the Unicode normalisation properties. | Thiago Macieira | 2010-02-24 | 1 | -0/+2650 | |
* | | | | | | | | | | | Autotest: add a test for QDBusPendingCallWatcher use in threads | Thiago Macieira | 2010-02-24 | 1 | -1/+56 | |
* | | | | | | | | | | | Doc: placeholders for new feature highlights. | Volker Hilsheimer | 2010-02-24 | 1 | -0/+6 | |
* | | | | | | | | | | | doc: mark as reimplemented. | Volker Hilsheimer | 2010-02-24 | 1 | -0/+3 | |
* | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-24 | 47 | -481/+4183 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update of the QScriptValue autotest suite. | Jedrzej Nowacki | 2010-02-24 | 1 | -0/+3114 | |
| * | | | | | | | | | | New autotests cases for QScriptValue autotests generator. | Jedrzej Nowacki | 2010-02-24 | 1 | -1/+36 | |
| * | | | | | | | | | | QScriptValue autotest generator templates change. | Jedrzej Nowacki | 2010-02-24 | 1 | -0/+8 | |
| * | | | | | | | | | | Fix license template. | Jedrzej Nowacki | 2010-02-24 | 1 | -2/+1 | |
| * | | | | | | | | | | QScriptValue::isQMetaObject crash fix. | Jedrzej Nowacki | 2010-02-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Implement toLatin1_helper with SSE2 | Benjamin Poulain | 2010-02-24 | 1 | -6/+48 | |
| * | | | | | | | | | | Doc: add \since 4.7 to new QtMultimedia classes | Volker Hilsheimer | 2010-02-24 | 22 | -8/+31 | |
| * | | | | | | | | | | Autotest: add a test to ensure that the Qt headers are clean. | Thiago Macieira | 2010-02-24 | 2 | -1/+87 | |
| * | | | | | | | | | | Compile on Linux: close(2) is defined in #include <unistd.h> | Thiago Macieira | 2010-02-24 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | |