summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix checking of category for printf-style qCDebugKai Koehne2014-02-081-0/+2
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-1/+1
| |\|
| | * Windows: Do not print test output to both stdout and system debug logKai Koehne2014-01-131-1/+1
* | | Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-211-2/+273
* | | Support logging direct to journald, if enabled.Robin Burchell2014-01-211-0/+48
|/ /
* / Support multiple native surfaces on Android.BogDan Vatra2014-01-171-1/+1
|/
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-2/+0
* Print non-default categories in default message handlerKai Koehne2013-10-161-1/+6
* Document %{category} for qSetMessagePatternKai Koehne2013-10-151-0/+1
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-1/+1
* Make sure QLoggingCategory default is availableKevin Ottens2013-10-101-2/+4
* Android: Handle new QtTraceMsg in message handlerPaul Olav Tvete2013-09-271-0/+1
* Add tracing to logging frameworkhjk2013-09-251-0/+1
* Add newlines to qEmergencyOut output on stderr.Robin Burchell2013-09-241-2/+2
* Import qlogger frameworkKai Koehne2013-09-201-0/+11
* WinRT: Basic global supportAndrew Knight2013-09-201-6/+6
* Fix name of argument in documentationKai Koehne2013-09-171-1/+1
* Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-13/+32
* Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* Fix code indentation and comment formattingKai Koehne2013-06-201-11/+9
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* Enable qDebug to console when desired on Android.Gunnar Sletta2013-04-121-1/+7
* make QtCriticalMsg fatal if QT_FATAL_WARNINGS is setOswald Buddenhagen2013-03-121-1/+1
* de-duplicate and accelerate codeOswald Buddenhagen2013-03-121-3/+1
* fix encoding when invoking default message handlerOswald Buddenhagen2013-03-121-1/+1
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-0/+24
* QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-16/+71
* Put #ifdef around Windows-only functionThiago Macieira2013-02-011-0/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Change QT_FATAL_WARNINGS behavior to require a non-empty valueThiago Macieira2013-01-231-1/+1
|/
* Doc: Removed the \relates instancesVenugopal Shivashankar2012-12-201-2/+0
* Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-161-0/+6
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-10-041-0/+58
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Split the qt_message_output function in twoThiago Macieira2012-09-191-31/+74
* Logging: Fix mingw32-gcc compiler warning about unused variableKai Koehne2012-09-071-4/+3
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-3/+0
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-231-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* Logging: make qEmergencyOut() not allocate from the heapMarc Mutz2012-08-231-11/+38
* QMessageLogger: mark noDebug() as nothrowMarc Mutz2012-08-181-1/+1
* QMessageLogger: make member functions constMarc Mutz2012-08-181-8/+8
* Fix QMessageLogger and associated qdoc errorsJeremy Katz2012-08-151-5/+100
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-2/+2
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-091-2/+2
* Logging: mark qEmergencyOut() noexceptMarc Mutz2012-08-061-1/+1
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-24/+13
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-9/+0