summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct PrefixPath on iOS.Morten Johan Sørvig2013-10-151-0/+4
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-5/+5
* Documentation: Add '\since' to doc for Qt::EdgeKevin Funk2013-10-121-0/+2
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-1/+1
* Allow custom definition of Q_FORWARD_DECLARE_OBJC_CLASS and friendsTor Arne Vestbø2013-10-111-6/+12
* Make sure QLoggingCategory default is availableKevin Ottens2013-10-101-2/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-085-18/+18
* qfeatures: Allow QFileSystemModel without QFileSystemWatcherAndrew Knight2013-09-302-6/+1
* Android: Handle new QtTraceMsg in message handlerPaul Olav Tvete2013-09-271-0/+1
* Add tracing to logging frameworkhjk2013-09-253-1/+6
* Add QKeySequenceEditIvan Komissarov2013-09-241-0/+8
* Add newlines to qEmergencyOut output on stderr.Robin Burchell2013-09-241-2/+2
* QDateTime - Add QTimeZone supportJohn Layt2013-09-232-1/+3
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5