summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Conditionally disable deprecated warningsKurt Pattyn2014-01-211-2/+6
* Bump Qt version to 5.2.2Sergio Ahumada2014-01-151-2/+2
* Fix some typosKurt Pattyn2014-01-151-3/+3
* Windows: Do not print test output to both stdout and system debug logKai Koehne2014-01-131-1/+1
* Fix typos in commentsKurt Pattyn2014-01-131-6/+6
* Fix function-not-used warnings detected by Clang 3.4Thiago Macieira2014-01-101-6/+6
* don't make msvc see digraphsOswald Buddenhagen2014-01-091-1/+1
* Don't define MAC_OS_X_VERSION_MIN_REQUIRED on iOSTor Arne Vestbø2014-01-061-7/+10
* Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
* Doc: Polish Qt::ConnectionType descriptionsSze Howe Koh2013-12-301-11/+9
* Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-172-44/+18
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-4/+2
|\
| * Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2
* | Fix compilation for embedded Androidaavit2013-12-051-4/+4
* | QPrinter - Make PDF support required for QPrinterJohn Layt2013-11-271-1/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-264-9/+54
|\|
| * Add convenience macros for checking OS X and iOS platform SDK and targetTor Arne Vestbø2013-11-221-0/+10
| * Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-212-9/+30
| * Add list of C++11 features supported by MSVC 2013Thiago Macieira2013-11-211-0/+14
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-201-1/+6
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-181-1/+6
| |\|
| | * qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-151-1/+6
* | | Bump Qt version to 5.2.1Sergio Ahumada2013-11-201-2/+2
|/ /
* / QKeySequenceEdit: add to qfeatures.txtMarc Mutz2013-11-141-0/+6
|/
* qfeatures.txt: add section about XML schemaPeter Hartmann2013-11-071-0/+7
* Revert "Add tracing to logging framework"Kai Koehne2013-11-073-7/+1
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-071-8/+8
* QGlobal: static_assert that sizeof(int) == 4 and UCHAR_MAX == 255Marc Mutz2013-11-061-0/+8
* Force length fo licensee literals to be computed at runtimeKai Koehne2013-11-061-2/+2
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-3/+0
* Better check for host builds for fails on QT_POINTER_SIZEAndreas Holzammer2013-11-041-1/+1
* Android: Avoid re-creating Random objects.Christian Strømme2013-11-011-14/+20
* make qreal double by default on all platformsLars Knoll2013-10-311-3/+0
* generate qfeatures.h at build timeOswald Buddenhagen2013-10-293-688/+2
* give XMLSTREAM a NameOswald Buddenhagen2013-10-291-1/+1
* fix "markup"Oswald Buddenhagen2013-10-291-20/+12
* purge references to non-featuresOswald Buddenhagen2013-10-293-43/+0
* purge vestiges of dead QT_NO_* definesOswald Buddenhagen2013-10-296-308/+1
* Fail when QT_POINTER_SIZE is not setAndreas Holzammer2013-10-291-0/+2
* Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-242-3/+39
* don't explicitly exclude qconfig.h when building mocOswald Buddenhagen2013-10-241-1/+1
* remove pointless "SeeAlso: ???" entriesOswald Buddenhagen2013-10-241-153/+0
* document format of entriesOswald Buddenhagen2013-10-241-0/+8
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+12
* Android: Use java.util.Random in qrand()Christian Strømme2013-10-171-0/+36
* Move the Apple Clang specific features outside of the C++11 sectionThiago Macieira2013-10-161-8/+7
* Print non-default categories in default message handlerKai Koehne2013-10-161-1/+6
* Remove compatibility support for sealed/override in C++/CLIThiago Macieira2013-10-151-0/+5
* Document %{category} for qSetMessagePatternKai Koehne2013-10-151-0/+1
* Avoid other threads blocking for Q_GLOBAL_STATIC constructor on MacKai Koehne2013-10-151-2/+7