Re: [Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, I found the problem. I configured Qt with wrong -prefix: $PWD/qtbase/bin so Qt should be installed for proper work. After make install all work. But this is not convenient. I did ./configure again with correct -prefix: $PWD/qtbase with -redo option. But in this case -prefix uses old v

Re: [Development] about the Cocoa/Freetype fontengine

2018-01-01 Thread René J . V . Bertin
Nikolaus Waxweiler wrote: >> All I can say is that I didn't turn it off and that the font smoothing gamma >> value matters. > > Be more specific. You asked if gamma correction is enabled in my Qt builds, the only way I can answer that without additional information is the way I did. A priori i

Re: [Development] Plugins path

2018-01-01 Thread Thiago Macieira
On Monday, 1 January 2018 08:27:32 -02 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. Hello Igor What was your configure line? Can you run the following and paste the output: whic

Re: [Development] Pushing to gerrit.

2018-01-01 Thread André Hartmann
Am 01.01.2018 um 17:11 schrieb 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 pub

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

Re: [Development] Pushing to gerrit.

2018-01-01 Thread André Hartmann
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. Are you on Windows? Think that I found a mistake:

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] about the Cocoa/Freetype fontengine

2018-01-01 Thread Nikolaus Waxweiler
>> Fair enough, depends on your screen and how much you darken. Ideally, >> you match the sRGB gamma curve of roughly 2.2 that in an ideal world, >> your screen matches, too. Ha! > > I recall a difference in opinion between Apple and the rest of the world about > what the correct gamma should be. T

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. git push

Re: [Development] Pushing to gerrit.

2018-01-01 Thread aha_1980
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. > >> > >> git push gerrit HEAD

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 remote repository

Re: [Development] Pushing to gerrit.

2018-01-01 Thread aha_1980
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 remote repository. > > Please make sure you have the co

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 -platformpluginpath /hom

[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

Re: [Development] about the Cocoa/Freetype fontengine

2018-01-01 Thread René J . V . Bertin
Nikolaus Waxweiler wrote: >> Right, and where did *that* come from in discussion that's about font >> engine choice by the user? > > We are talking about giving devs the ability to ship Qt apps with > switched font engines, no? Here's what I currently have locally (disregard the hacks for buildi