summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-101-20/+0
* Use WChar method for reporting for WindowsAndreas Holzammer2012-05-111-3/+15
* Logging: Show pattern warning also on Windows GUI appsKai Koehne2012-05-111-5/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-3/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-83/+215
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-241-13/+51
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-51/+112
* | Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-191-0/+3
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-4/+74
|/
* Prepare category logging for Qt integrationWolfgang Beck2012-04-031-10/+16
* Logging: Make sure documentation shows upKai Koehne2012-04-021-195/+0
* Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3