summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-1/+1
* Include qt_windows.h for Windows CE.Andreas Holzammer2012-02-201-0/+3
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-1/+22
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-131-1/+464
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+5
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-1/+312
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-0/+76