summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+54
* Added support for cover windows on BlackBerry platformBernd Weimer2013-09-202-0/+5
* Import qlogger frameworkKai Koehne2013-09-201-0/+11
* QT_NO_PROCESS for WinRTOliver Wolff2013-09-201-0/+4
* WinRT: Basic global supportAndrew Knight2013-09-205-11/+40
* Add support for baseline alignmentJan Arve Saether2013-09-202-2/+8
* Fix name of argument in documentationKai Koehne2013-09-171-1/+1
* Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-13/+32
* Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* ICC supports __builtin_unreachable(), so use itThiago Macieira2013-09-051-1/+1
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-021-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-4/+7
|\
| * Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
* | Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-221-1/+1
|\ \