summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-271-0/+6
* 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
| | | * | Attempt to fix build failure on Linux introduced by 09c6a81109Andreas Kling2010-06-091-3/+2
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-081-0/+27
| | | |\ \
| | | | * | Unbreak Linux build when qendian.h is included before qglobal.hAndreas Kling2010-06-071-0/+1
| | | | * | Revert accidental commit of irrelevant stuff. Silly mondays..Andreas Kling2010-06-071-1/+0
| | | | * | Unbreak Linux build when qendian.h is included before qglobal.hAndreas Kling2010-06-071-0/+1
| | | | * | Make qbswap() use glibc's fast bswap_*() functions if available.Andreas Kling2010-06-041-0/+26
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-157-15/+58
| |\ \ \ \ \ | | |/ / / /
| | * | | | Introduce LayoutDirection Qt::LayoutDirectionAutoLars Knoll2010-06-092-3/+12
| | |/ / /
| * | | | Doc: Documented qputenv and qgetenvGeir Vattekar2010-06-151-0/+27
* | | | | Merge remote branch 'origin/master'Olivier Goffart2010-06-157-12/+46
|\ \ \ \ \