summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/tst_qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing space from QDebug streamKai Koehne2013-12-061-2/+2
* Print non-default categories in default message handlerKai Koehne2013-10-161-7/+10
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+10
* tst_qlogging: fix test when QT_MESSAGE_PATTERN is already setDavid Faure2013-03-161-5/+14
* QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-0/+64
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+8
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-241-4/+34
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-5/+5
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-171-10/+22
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-5/+5
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-0/+645