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 That’s not the HEAD of the

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 running into https://bu

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 QT_LOGGING_TO_CONSOLE=1 > > On 3/26

Re: [Development] qDebug()

2018-03-25 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" wrote: Hello, Built sources from git rep

Re: [Development] qDebug()

2018-03-25 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, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. W

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
ng.ini (as suggested on stackowerflow)? Best regards,     Timur. *From:* Development on behalf of Igor Mironchik *Sent:* Monday, March 26, 2018 7:02:28 AM *To:* Alexander Akulich; inter...@qt-project.org *Cc:* development@qt

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
*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 Akulich wrote: Hello Igor, Does the linked solution help? See also comment #2 at https

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
-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-opensource-src/+bug/1731646 (referenced in the stackoverflow answer). No, this

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
onday, 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 repository (5.11 branch) doesn't print qDebug() mes

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. M

Re: [Development] qDebug()

2018-03-25 Thread Alexander Akulich
on behalf of > Igor Mironchik > *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
rch 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 during the configuration process? Thank you. _

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
st regards,     Timur. *From:* Development on behalf of Igor Mironchik *Sent:* Monday, March 26, 2018 6:07:25 AM *To:* development@qt-project.org *Subject:* [Development] qDebug() Hello, Built sources from git repository

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
Development on behalf of Igor Mironchik 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 during the configurati

[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 http://lists.qt-project.org/mailman

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 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 about using catego

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

2014-05-03 Thread Richard Moore
On 3 May 2014 11:28, Kurt Pattyn 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 revealed a lot of >

[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 thu