summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | Add a 4-byte comparison routine.Thiago Macieira2010-08-241-0/+48
| | | | | | * | Add some quick benchmarks for QChar comparisonThiago Macieira2010-08-241-1/+142
| | | | | | * | Allow other compilers than GCC on Linux to have a boilerplateThiago Macieira2010-08-241-1/+1
| | | | | | * | Include the SSE4.2 intrinsics headerThiago Macieira2010-08-241-0/+1
| | | | | | * | linux-icc can take -msse2, -msse3, etc. flags, so enable this as wellThiago Macieira2010-08-241-1/+1
| | | | | | * | Introduce a second compatibility build key to Qt.Thiago Macieira2010-08-243-1/+44
| | | | | | * | Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-243-4/+11
| | | | | | * | qmake vc[x]proj generators: support /MAP option without file nameJoerg Bornemann2010-08-242-2/+4
| | | | | | * | qmake vcxproj generator: fix bug when using CharacterSet=1 in .pro fileJoerg Bornemann2010-08-241-1/+0
| | | | | | * | Fix race condition on bearer management initialisation.Aaron McCarthy2010-08-242-5/+17
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2432-89/+1091
| | | | | | |\ \
| | | | | | | * | fix build after first webkit self-injection attemptOswald Buddenhagen2010-08-234-8/+9
| | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2332-89/+1090
| | | | | | | |\ \
| | | | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2332-89/+1090
| | | | | | | | |\ \
| | | | | | | | | * | Fixed touch event delivery in QGraphicsView.Denis Dzyubenko2010-08-232-7/+61
| | | | | | | | | * | let WebKit inject itself into the qt configurationOswald Buddenhagen2010-08-238-10/+16
| | | | | | | | | * | add indirect input/output specification capability to QMAKE_SUBSTITUTESOswald Buddenhagen2010-08-234-8/+38
| | | | | | | | | * | Add test that exercises lupdate warnings for QtScriptKent Hansen2010-08-234-0/+118
| | | | | | | | | * | Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-236-0/+133
| | | | | | | | | * | Make lupdate's QtScript frontend recognize qsTrId() / QT_TRID_NOOP()Kent Hansen2010-08-234-0/+75
| | | | | | | | | * | Add support for comments and meta-data in the lupdate QtScript frontendKent Hansen2010-08-235-22/+565
| | | | | | | | | * | Streamline lupdate's QtScript frontend's error messagingKent Hansen2010-08-232-44/+78
| | | | | | | | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-08-231-1/+1
| | | | | | | | | |\ \
| | | | | | | | | * | | Doc: linking up orphant filesMorten Engvoldsen2010-08-232-0/+5
| | | | | | | | | * | | Doc: Updating menu linksMorten Engvoldsen2010-08-231-4/+7
* | | | | | | | | | | | Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-273-12/+80
* | | | | | | | | | | | Improve test reliability when running in parallel with other tests.Martin Jones2010-08-271-0/+9
* | | | | | | | | | | | Improve stability of test on loaded hw.Martin Jones2010-08-271-0/+1
* | | | | | | | | | | | Improve stability of test on loaded hw.Martin Jones2010-08-271-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2010-08-2614-29/+85
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-262-1/+15
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added support for DEPLOYMENT.pkg_build_versionMiikka Heikkinen2010-08-261-0/+14
| | * | | | | | | | | | fix for memory leak in QSysInfo::s60Version()mread2010-08-261-1/+1
| * | | | | | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-08-2612-28/+70
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-2612-28/+70
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-08-251-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | WGL_COLOR_BITS_ARB should not take the alpha bits into account.Trond Kjernåsen2010-08-251-1/+1
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-08-241-0/+26
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | QNAM HTTP: Prepare a compression auto test related to a future bugfixMarkus Goetz2010-08-231-0/+26
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-08-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-241-1/+1
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-08-204-18/+17
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | fix Norwegian Breakfast Network warnings in configureJoerg Bornemann2010-08-203-17/+16
| | | * | | | | | | | | | fix shadow build of configure.exeJoerg Bornemann2010-08-201-1/+1
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-08-181-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | fix epic fail from 4ba6646Joerg Bornemann2010-08-181-1/+1
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-08-171-3/+6
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | qmake: fix assertion on Windows when DESTDIR is empty in static libsJoerg Bornemann2010-08-171-3/+6
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-08-162-2/+11
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix OpenGLVersionFlags on OpenGL 4.0 systemsRhys Weatherley2010-08-162-2/+11