qtdeclarative/tests
Tomasz Olszak f319fcf709 Add defaultLogLevel to LoggingCategory
Add possibility to define default logging category log level.
Just like in QLoggingCategory constructor.

[ChangeLog][QML Elements][LoggingCategory] Added defaultLogLevel property.
It is possible to define default log level that LoggingCategory
is enabled for.

Task-number: QTBUG-67094
Change-Id: I12557dfb7c228c40b325d0dccde4c525acae0300
Reviewed-by: Michael Brasser <michael.brasser@live.com>
2018-06-25 10:25:40 +00:00
..
auto Add defaultLogLevel to LoggingCategory 2018-06-25 10:25:40 +00:00
benchmarks Merge remote-tracking branch 'origin/5.9' into 5.10 2018-01-24 09:34:11 +01:00
global
manual TableView: switch to use TableView.cellWidth/cellHeight 2018-05-28 09:29:47 +00:00
system
testapplications Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
README
tests.pro

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.