summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Add define for c++0x initilizer listsOlivier Goffart2010-09-031-0/+1
* Add some constants for C++0x featuresThiago Macieira2010-09-031-0/+19
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-311-0/+6
|\
| * Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-271-0/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-303-2/+13
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-262-1/+12
| |\
| | * I don't know why some linkers can't call this function, so comment it out.Thiago Macieira2010-08-251-2/+2
| | * Report the detected CPU features in the corelib boilerplateThiago Macieira2010-08-241-0/+3
| | * Allow other compilers than GCC on Linux to have a boilerplateThiago Macieira2010-08-241-1/+1
| | * Introduce a second compatibility build key to Qt.Thiago Macieira2010-08-241-0/+8
| * | fix for memory leak in QSysInfo::s60Version()mread2010-08-261-1/+1
| |/
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+2
* | Ensure Q_CHECK_PTR always requires terminating ;João Abecasis2010-08-191-1/+1
* | Q_CHECK_PTR should issue qFatal with QT_NO_EXCEPTIONSJoão Abecasis2010-08-171-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-133-10/+13
|\ \ | |/
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-111-1/+1
| |\
| | * Doc: typo fixed in qlibraryinfo.cppJoerg Bornemann2010-08-091-1/+1
| * | doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-101-2/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-031-2/+4
| |\ \
| | * | Fixed: QT_DEPRECATED_WARNINGS defines QT3_SUPPORTOlivier Goffart2010-08-031-2/+4
| * | | Fixed incorrect values for QSysInfo::symbianVersion().axis2010-08-031-2/+2
| |/ /
| * | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-3/+3
* | | It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATIONminiak2010-08-031-24/+0
* | | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-032-51/+13
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-284-51/+14
|\ \ \ | |/ /
| * | Register a few gesture-related types in the meta-type system.Denis Dzyubenko2010-07-231-0/+3
| * | fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-211-0/+8
| * | Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-171-2/+3
| |\ \
| | * | doc: Fixed several qdoc warnings.Martin Smith2010-07-131-2/+3
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-49/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix regression in tst_qrand::testqrand()Bradley T. Hughes2010-07-131-8/+1
| | * QUUid::createUuid() should not generate identical sequences on UNIXBradley T. Hughes2010-07-081-50/+8
| | * Revert "Support time zone designator in QDateTime::fromString() based on ISO ...Liang Qi2010-07-051-3/+2
| | * Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-2/+3
| | * Bump version number after 4.6.3 release.Jason McDonald2010-06-151-2/+2
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-153-17/+7
|\ \ \ | |/ /
| * | Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-2/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-031-13/+1
| |\ \
| | * | Avkon removal configured with -no-s60mread2010-07-011-13/+1
| * | | Crash when dragging with mingwThierry Bastian2010-07-021-2/+3
| |/ /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-062-0/+6
|\ \ \
| * | | Clarification regarding the WA_X11InitThreads flag.Trond Kjernåsen2010-07-021-1/+2
| * | | Add an application attribute to control XInitThreads().Trond Kjernåsen2010-07-022-0/+5
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-016-59/+89
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-281-4/+2
| * | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-212-50/+22
| * | Doc: Fixed documentation errors.David Boddie2010-06-181-2/+2
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-161-0/+24
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-121-0/+24
| | |\ \
| | | * | actually fix namespaced compileOswald Buddenhagen2010-06-101-2/+0