Re: [Development] qDebug()

2018-03-26 Thread Tor Arne Vestbø
> On 26 Mar 2018, at 13:31, Igor Mironchik wrote: > > > > On 26.03.2018 14:22, Tor Arne Vestbø wrote: >> https://bugreports.qt.io/browse/QTBUG-66153 was fixed in 5.11-alpha1. >> >> Which sha1 of qtbase are you building? > > 4ca0d764546908dd31fc3794ddcead5582436097

Re: [Development] qDebug()

2018-03-26 Thread Igor Mironchik
On 26.03.2018 14:22, Tor Arne Vestbø wrote: https://bugreports.qt.io/browse/QTBUG-66153 was fixed in 5.11-alpha1. Which sha1 of qtbase are you building? 4ca0d764546908dd31fc3794ddcead5582436097 Tor Arne On 26 Mar 2018, at 08:15, Mitch Curtis wrote: You might be

Re: [Development] qDebug()

2018-03-26 Thread Tor Arne Vestbø
https://bugreports.qt.io/browse/QTBUG-66153 was fixed in 5.11-alpha1. Which sha1 of qtbase are you building? Tor Arne > On 26 Mar 2018, at 08:15, Mitch Curtis wrote: > > You might be running into https://bugreports.qt.io/browse/QTBUG-66153 > > Try setting

Re: [Development] qDebug()

2018-03-26 Thread Igor Mironchik
Yes, it helped, thanks. On 26.03.2018 09:15, Mitch Curtis wrote: You might be running into https://bugreports.qt.io/browse/QTBUG-66153 Try setting QT_LOGGING_TO_CONSOLE=1 On 3/26/18, 6:08 AM, "Development on behalf of Igor Mironchik"

Re: [Development] qDebug()

2018-03-26 Thread Mitch Curtis
You might be running into https://bugreports.qt.io/browse/QTBUG-66153 Try setting QT_LOGGING_TO_CONSOLE=1 On 3/26/18, 6:08 AM, "Development on behalf of Igor Mironchik" wrote: Hello,

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
, 2018 7:02:28 AM *To:* Alexander Akulich; inter...@qt-project.org *Cc:* development@qt-project.org *Subject:* Re: [Development] qDebug() On 26.03.2018 07:50, Alexander Akulich wrote: Hello Igor, Does the linked solution help? See also comment #2 at https://bugs.launchpad.net/ubuntu/+source/qtbase-op

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
ces+timur.pocheptsov=qt...@qt-project.org> on behalf of Igor Mironchik <igor.mironc...@gmail.com> *Sent:* Monday, March 26, 2018 7:02:28 AM *To:* Alexander Akulich; inter...@qt-project.org *Cc:* development@qt-project.org *Subject:* Re: [Development] qDebug() On 26.03.2018 07:50, Alexander A

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
ay, March 26, 2018 7:02:28 AM To: Alexander Akulich; inter...@qt-project.org Cc: development@qt-project.org Subject: Re: [Development] qDebug() On 26.03.2018 07:50, Alexander Akulich wrote: Hello Igor, Does the linked solution help? See also comment #2 at https://bugs.launchpad.net/ubuntu/+s

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
t; on behalf of Igor Mironchik <igor.mironc...@gmail.com> <mailto:igor.mironc...@gmail.com> *Sent:* Monday, March 26, 2018 6:07:25 AM *To:* development@qt-project.org <mailto:development@qt-project.org> *Subject:* [Development] qDebug() Hello, Built sources from git rep

Re: [Development] qDebug()

2018-03-25 Thread aha_1980
Hi Igor, Which platform are you on? Also, please check the output of configure regarding the logger backend (stdout vs. syslog etc.) It *may* also be a QtCreator bug. I have heard about your problem quite some time recently, you might want to use google and co. Regards, Andre Am Montag, 26.

Re: [Development] qDebug()

2018-03-25 Thread Alexander Akulich
es+timur. > pocheptsov=qt...@qt-project.org> > <development-bounces+timur.pocheptsov=qt...@qt-project.org> on behalf of > Igor Mironchik <igor.mironc...@gmail.com> <igor.mironc...@gmail.com> > *Sent:* Monday, March 26, 2018 6:07:25 AM > *To:* development@qt-pro

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
@qt-project.org> on behalf of Igor Mironchik <igor.mironc...@gmail.com> *Sent:* Monday, March 26, 2018 6:07:25 AM *To:* development@qt-project.org *Subject:* [Development] qDebug() Hello, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. What I missed

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
@qt-project.org *Subject:* [Development] qDebug() Hello, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. What I missed during the configuration process? Thank you. ___ Development mailing list Development@qt-pro

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
Development <development-bounces+timur.pocheptsov=qt...@qt-project.org> on behalf of Igor Mironchik <igor.mironc...@gmail.com> Sent: Monday, March 26, 2018 6:07:25 AM To: development@qt-project.org Subject: [Development] qDebug() Hello, Built sources from git repository (5.11 bran

[Development] qDebug()

2018-03-25 Thread Igor Mironchik
Hello, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. What I missed during the configuration process? Thank you. ___ Development mailing list Development@qt-project.org

[Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Kurt Pattyn
Hi, I would like to know if there are any guidelines about using qDebug and friends in Qt source code? Recently I had to remove qWarning statements from a submit (for very plausible reasons), but a quick search through qtbase revealed a lot of qWarning statements. So are there any rules of

Re: [Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Richard Moore
On 3 May 2014 11:28, Kurt Pattyn pattyn.k...@gmail.com wrote: Hi, I would like to know if there are any guidelines about using qDebug and friends in Qt source code? Recently I had to remove qWarning statements from a submit (for very plausible reasons), but a quick search through qtbase

Re: [Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Giuseppe D'Angelo
On 3 May 2014 12:28, Kurt Pattyn pattyn.k...@gmail.com wrote: Recently I had to remove qWarning statements from a submit (for very plausible reasons), but a quick search through qtbase revealed a lot of qWarning statements. So are there any rules of thumb? Please also cf. the other thread