summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-248-23/+98
|\
| * 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
* | Added QT_DEPRECATED_X(text)Keith Gardner2013-10-211-0/+5
* | Fixed Q_DECL_DEPRECATED_X for Gcc 4.4Keith Gardner2013-10-211-1/+7
* | Add platform plugin arguments to QLibraryInfo/qt.conf.Friedemann Kleint2013-10-162-1/+36
* | Added the preprocessor macro Q_DECL_DEPRECATED_XKeith Gardner2013-10-151-0/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-116-20/+22
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-093-6/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-043-6/+2
| |\|
| | * qfeatures: Allow QFileSystemModel without QFileSystemWatcherAndrew Knight2013-09-302-6/+1
| | * Android: Handle new QtTraceMsg in message handlerPaul Olav Tvete2013-09-271-0/+1
* | | Relay mouse event synthesization informationLaszlo Agocs2013-10-042-0/+28
|/ /
* | Fix QT_POINTER_SIZE on WinRT x64Andrew Knight2013-10-021-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-273-1/+6
|\|
| * Add tracing to logging frameworkhjk2013-09-253-1/+6
* | Say hello to qFloatDistance()Jan Arve Saether2013-09-272-0/+139
* | Implement qt_error_string for WinRTOliver Wolff2013-09-261-1/+14
* | WinRT: Disable QFileSystemWatcherOliver Wolff2013-09-261-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-252-2/+10
|\|
| * Add QKeySequenceEditIvan Komissarov2013-09-241-0/+8
| * Add newlines to qEmergencyOut output on stderr.Robin Burchell2013-09-241-2/+2
* | Bump Qt version to 5.3.0Thiago Macieira2013-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