Re: [Development] qDebug()

2018-03-26 Thread Igor Mironchik
://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. What I missed during th

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 source

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
On 26.03.2018 08:50, Timur Pocheptsov wrote: Have you tried creating an empty qtlogging.ini (as suggested on stackowerflow)? Sure. Best regards,     Timur. *From:* Development on behalf of Igor Mironchik

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
debug output be re ... Best regards,     Timur. *From:* Development <mailto:development-bounces+timur.pocheptsov=qt...@qt-project.org> on behalf of Igor Mironchik <mailto:igor.mironc...@gmail.com> *Sent:* M

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
10, the QT qDebug() macro stopped working and no longer displays the messages on the console. How can the debug output be re ... Best regards,     Timur. *From:* Development on behalf of Igor Mironchik *Sent:* Monday, Ma

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

[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

[Development] Rebasing

2018-01-26 Thread Igor Mironchik
Hi, What if you have a patch based on 5.11 branch and you want to rebase it to 5.9, how do you do such work? Do you use regular git rebase? Or maybe you just do a new branch based on 5.9, do changes, commit and changes Change-Id to the existing and do push? Thank you. __

Re: [Development] [FYI] the new way to retarget gerrit changes

2018-01-09 Thread Igor Mironchik
Hello, /^(?:gerrit-)?bot:\h*(?:please\h+)?move\h+(?:back\h+)?to\h+(?:branch\h+)?([\w.]*\w)\b/im which boils down to "bot: move to " at the start of any line of a gerrit cover message. What is gerrit cover message? Is it a comment message on gerrit CR web page? Thank you.

[Development] Abandon changes set on Gerrit

2018-01-06 Thread Igor Mironchik
Hello, I see a button "Abandon Change" under the last patch set. Does this button abandon all changes set or only the last patch set? I want to abandon whole changes set. Thank you. ___ Development mailing list Development@qt-project.org http://lis

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Igor Mironchik
Yes, I did it, it helped. But I have one question: is it possible to switch branch "automatically" for qt5? I know about git submodule foreach --recursive but it will now help. Not all submodules have dev, 5.10 branches... This is the solution, with ignoring the errors in the modules that don'

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Igor Mironchik
Hi, On 04.01.2018 13:00, Thiago Macieira wrote: On Thursday, 4 January 2018 06:35:33 -02 Oswald Buddenhagen wrote: On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik wrote: Maybe I need to checkout all projects to dev branch? yes, you do. All projects in the same branch. Yes, I did

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
Hi, On 03.01.2018 22:21, Thiago Macieira wrote: On Wednesday, 3 January 2018 14:26:49 -02 Igor Mironchik wrote: Hello, What does it mean: Project ERROR: Could not find feature future. This is from qmake-ing corelib.pro in dev branch. Are you sure you've finished configure in the qtbas

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
stood something wrong? Thank you. On 03.01.2018 19:26, Igor Mironchik wrote: Hello, What does it mean: Project ERROR: Could not find feature future. This is from qmake-ing corelib.pro in dev branch. Thank you. ___ Development mailing list Developme

[Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
Hello, What does it mean: Project ERROR: Could not find feature future. This is from qmake-ing corelib.pro in dev branch. Thank you. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Pushing with the same change id to the another branch.

2018-01-02 Thread Igor Mironchik
Hello, I pushed a change for code review into the 5.10 branch. But this patch can't be merged into 5.10 branch since this is behavior change. Now I want to push the same change (commit) into dev branch. So my question is it possible to do just: git push gerrit HEAD:refs/for/dev Change id wi

Re: [Development] Plugins path

2018-01-02 Thread Igor Mironchik
Hi, On 02.01.2018 13:37, Thiago Macieira wrote: On Tuesday, 2 January 2018 05:13:20 -02 Igor Mironchik wrote: So I have to rebuild again. I deleted config.opt file. Launched ./configure... Delete a few more files besides config.opt. In fact, all of them that were created after you typed

Re: [Development] Plugins path

2018-01-01 Thread Igor Mironchik
QMAKE_SPEC:linux-g++ QMAKE_XSPEC:linux-g++ QMAKE_VERSION:3.1 QT_VERSION:5.10.0 That seems good. Waiting for build, guess that all will be ok. Thank you. On 01.01.2018 23:08, Thiago Macieira wrote: On Monday, 1 January 2018 08:27:32 -02 Igor Mironchik wrote: Hello, I built Qt with -developer-build

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 18:50, André Hartmann wrote: Hi Igor, Am 01.01.2018 um 13:20 schrieb Igor Mironchik: Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the public key. The problem *is* on your computer

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the public key. The problem *is* on your computer. Are you on Windows? Think that I found a mistake: possibly this is because of wrong Gerrit user name. I'

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 14:27, aha_1...@gmx.de wrote: Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hi, On 01.01.2018 14:12, aha_1...@gmx.de wrote: Hi Igor, Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hello, I'm new for contributing to Qt. I want to push to gerrit a comment.

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 14:12, aha_1...@gmx.de wrote: Hi Igor, Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hello, I'm new for contributing to Qt. I want to push to gerrit a comment. git push gerrit HEAD:refs/for/5.10 Permission denied (publickey). fatal: Could not read from r

Re: [Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, Maybe this is because of wrong prefix? I will try to rebuild now... On 01.01.2018 13:27, Igor Mironchik wrote: Hello, I built Qt with -developer-build option. But I can't run any application linked with develop Qt build. Qt can't find plugins. I have to set -platform

[Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, I built Qt with -developer-build option. But I can't run any application linked with develop Qt build. Qt can't find plugins. I have to set -platformpluginpath /home/igor/Work/Qt/qt5/qtbase/plugins for Run step in QtCreator. So my question is how do you solve this in your development

[Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hello, I'm new for contributing to Qt. I want to push to gerrit a comment. git push gerrit HEAD:refs/for/5.10 Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Am I missed something during

[Development] Help Me

2012-04-10 Thread Igor Mironchik
Good day. My name is Igor Mironchik. I live in Belarus. After graduating I worked as a programmer in the company "Intervale". Everything was just wonderful. I had a good salary, a wonderful team. But in March 2010 I had to resign from the company. And from that moment my life wen