summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging
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-162-7/+14
* 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-182-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+8
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-242-4/+41
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-5/+5
* Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
* Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
* Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-172-12/+26
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-172-7/+10
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Allow customization of qDebug output at runtimeKai Koehne2012-02-095-0/+718