Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | Make the prolog function more generic | Thiago Macieira | 2011-03-22 | 1 | -12/+6 | |
| | * | | | | | | | | | Add an SSE2 alternative with prolog | Thiago Macieira | 2011-03-22 | 1 | -0/+48 | |
| | * | | | | | | | | | Add some boundary/spill protection | Thiago Macieira | 2011-03-22 | 1 | -4/+8 | |
| | * | | | | | | | | | Correct the code: use ushorts, not QChar | Thiago Macieira | 2011-03-22 | 1 | -4/+4 | |
| | * | | | | | | | | | Add the SSE2 code we have in Qt 4.7 to the benchmark | Thiago Macieira | 2011-03-22 | 1 | -0/+26 | |
| | * | | | | | | | | | Add a test for QString::fromLatin1 performace alternatives | Thiago Macieira | 2011-03-22 | 5 | -11/+414 | |
| | * | | | | | | | | | Remove the __attribute__((optimize)) marks | Thiago Macieira | 2011-03-22 | 1 | -11/+11 | |
| | * | | | | | | | | | Add a script that generates a string table of 8-bits | Thiago Macieira | 2011-03-22 | 1 | -0/+203 | |
| | * | | | | | | | | | Add a benchmark for QString::fromLatin1 | Thiago Macieira | 2011-03-22 | 1 | -0/+36 | |
| | * | | | | | | | | | Add a feature to QTestLib to correct benchmark results. | Thiago Macieira | 2011-03-22 | 20 | -33/+134 | |
| | * | | | | | | | | | Fix warning about maybe-uninitialised use of variable | Thiago Macieira | 2011-03-22 | 1 | -0/+1 | |
| | * | | | | | | | | | Fix warning about comparing Qt::Orientation to QDeclarativeView::Orientation | Thiago Macieira | 2011-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | | Fix warning about copy constructor not initialising base explicitly | Thiago Macieira | 2011-03-22 | 1 | -0/+1 | |
| | * | | | | | | | | | Examples: Make the download example also print the SSL errors | Thiago Macieira | 2011-03-22 | 1 | -0/+17 | |
| | * | | | | | | | | | Compile in C++0x mode | Thiago Macieira | 2011-03-22 | 1 | -10/+10 | |
| | * | | | | | | | | | Fix warning about "data" being unused. | Thiago Macieira | 2011-03-22 | 1 | -0/+1 | |
| | * | | | | | | | | | Fix declaration: it's QT_DECL_ALIGN, not QT_DECL_ALIGNED | Thiago Macieira | 2011-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | | QSharedNetworkSession: Fix compile on AIX. | Pierre Rossi | 2011-03-22 | 1 | -0/+2 | |
| | * | | | | | | | | | desinger: Add keyboard accellerator to 'Edit' menu | hjk | 2011-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge remote-tracking branch 'mainline/master' | Oswald Buddenhagen | 2011-03-22 | 291 | -2583/+12433 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix compilation with QT_NO_ | Tasuku Suzuki | 2011-03-21 | 29 | -11/+176 | |
| | * | | | | | | | | | | add license headers to qhash_string benchmark | hjk | 2011-03-21 | 2 | -1/+40 | |
| | * | | | | | | | | | | Merge remote-tracking branch 'mainline/master' | Oswald Buddenhagen | 2011-03-17 | 165 | -174/+8122 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | corelib/tools: Add two ### Qt 5 comments | hjk | 2011-03-16 | 2 | -0/+6 | |
| | * | | | | | | | | | | | benchmarks: first shot at alternative implementation for qHash(QString) | hjk | 2011-03-16 | 5 | -0/+435 | |
| * | | | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-03-23 | 50 | -415/+1811 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2011-03-22 | 2 | -2/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-22 | 2 | -2/+20 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | Text bounding rect calculated incorrectly if non-top aligned. | Martin Jones | 2011-03-21 | 2 | -2/+20 | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into qt-master-from-4.7 | Thiago Macieira | 2011-03-22 | 9 | -54/+163 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-03-22 | 5 | -11/+36 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-22 | 5 | -11/+36 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Fixed drawImage() not to attempt drawing null images on openvg. | Laszlo Agocs | 2011-03-22 | 1 | -0/+4 | |
| | | | * | | | | | | | | | | | | QS60Style: Update placeholder texture to real one | Sami Merila | 2011-03-22 | 4 | -11/+32 | |
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-22 | 44 | -402/+1755 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | | | | | | | | / / / / / / / | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-03-22 | 22 | -46/+45 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Merge remote-tracking branch 'mainline/4.7' into 4.7 | Oswald Buddenhagen | 2011-03-21 | 78 | -513/+2392 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | Bump Qt version to 4.7.4 | Timo Turunen | 2011-03-21 | 21 | -41/+57 | |
| | | | * | | | | | | | | | | | | Fix endianness detection with gcc 4.6 -flto -fwhole-program | Bernhard Rosenkraenzer | 2011-03-21 | 1 | -4/+4 | |
| | | | * | | | | | | | | | | | | remove redundand validateModes() call | Oswald Buddenhagen | 2011-03-21 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-21 | 2 | -4/+7 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Return SV_S60_5_2 / SV_SF_3 for next gen Symbian platform. | Miikka Heikkinen | 2011-03-21 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | Remove incorrect check in qpixmap autotest. | Laszlo Agocs | 2011-03-21 | 1 | -3/+6 | |
| | | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-03-21 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Don't crash calling QTextDocument::blockBoundingRect on invalid block | Eskil Abrahamsen Blomfeldt | 2011-03-21 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-21 | 9 | -151/+174 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-s60-public into 4.7 | Laszlo Agocs | 2011-03-21 | 1 | -0/+31 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | Started changes-4.7.4 file | Eckhart Koppen | 2011-03-21 | 1 | -0/+31 | |
| | | | * | | | | | | | | | | | | | Change the pooled QGLPixmapData to be backed by QVolatileImage. | Laszlo Agocs | 2011-03-21 | 5 | -141/+128 | |
| | | | |/ / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | | | Changed s60 style not to rely on QPixmapData::toNativeType(). | Laszlo Agocs | 2011-03-21 | 2 | -7/+6 | |