[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2018-08-26 Thread Dmitry Shachnev
This was fixed in qtbase-opensource-src 5.9.3+dfsg-0ubuntu2 and newer versions in Ubuntu 18.04. ** Changed in: qtbase-opensource-src (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2018-01-29 Thread Dmitry Shachnev
The qt.conf file will be removed in Ubuntu 18.04, see https://bugs.debian.org/886437. Already fixed in bionic-proposed. ** Bug watch added: Debian Bug tracker #886437 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886437 ** Changed in: qtbase-opensource-src (Ubuntu) Status: Invalid

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2018-01-27 Thread Yusef Maali
I upgraded from 17.04 to 17.10 just yesterday and I was affected from the same issue. I'm sorry to say, @mitya57, you intentionally broke the qDebug _default_ behaviour (and Fedora as well). qDebug()'ing something should result in printing in the console output. If there's issues with some

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2017-11-13 Thread Dimitar Petrovski
according to this documentation: http://doc.qt.io/qt-5/qtglobal.html#qDebug which is also referenced in the link you provided it says that if you write: qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined. there is no mention that the logging category filters this

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2017-11-12 Thread Dimitar Petrovski
according to this documentation: http://doc.qt.io/qt-5/qtglobal.html#qDebug which is also referenced in the link you provided it says that if you write: qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined. there is no mention that the logging category filters this

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2017-11-12 Thread Dmitry Shachnev
It is nowhere documented that debug output will be shown. Please see http://doc.qt.io/qt-5/qloggingcategory.html. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu.

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2017-11-12 Thread Dimitar Petrovski
Should have been at least documented somehow, but OK. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1731646 Title: missing qDebug output when creating QT

[Touch-packages] [Bug 1731646] Re: missing qDebug output when creating QT applications

2017-11-12 Thread Dmitry Shachnev
It is not a bug. We intentionally disable debug output in Debian/Ubuntu (Fedora also does the same thing). It was done in order to solve https://bugs.debian.org/805399. There are easy workarounds: either what you suggested, or exporting QT_LOGGING_RULES="*.debug=true". ** Bug watch added: Debian