Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I totally disagree with you here, JB products are way faster in code completion for instance and WY smarter... On Tue, Apr 5, 2016 at 4:34 PM, Nuno Santos <nunosan...@imaginando.pt> wrote: > On 05 Apr 2016, at 14:19, NoMercy <nome...@gmail.com> wrote: > > people ar

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 4:20 PM, Sylvain Pointeau wrote: > Hello, > > Why are you not able to use CLion? it is cmake based project, it should > work with Qt pretty well, shouldn't it? > > Best regards, > Sylvain > > Yes I can but there are still a lot of missing

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 3:55 PM, Curtis Mitch <mitch.cur...@theqtcompany.com> wrote: > > > > > *From:* NoMercy [mailto:nome...@gmail.com] > *Sent:* Tuesday, 5 April 2016 2:34 PM > *To:* Curtis Mitch <mitch.cur...@theqtcompany.com> > *Cc:* interest@qt-project.o

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I see the answers usually offering some workarounds, yes you can do that BUT in a few more steps or in a less pleasent way. Thats where IU/UX design comes in. People don't want extra steps, people don't want to use mouse etc. I observe that most of you guys objecting are don't even see what others

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I think after countless agruments in this thread I will try to do that at best I can or find some interested people and help them maybe :( But the thing is that I'm sorry that after some point when 90% of Qt users/developers start to use/see/accept other IDEs as default for Qt development instead

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 1:49 PM, Curtis Mitch wrote: > > I’m sorry to say this but QtCreator is actually eons behind the current > IDE trends and technology :( > > > > > people are practically begging jetbrains to save themselves from > QtCreator (no offense

[Interest] Qt 4.8.6 win32 manifest?

2015-11-28 Thread NoMercy
Hi, I need to get windows version correctly including and beyond win8.1 and in order to be able to this one should add some certain manifest entries (othervise version checks doesn't go beyond win8 even its a win10 system) but documentation is seems to be a litttle weak about this subject. Can

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread nomercy
There could have been updates but I guess they did not care  Sent from Mail for Windows 10 From: Reinhardt Behm Sent: 23 Ekim 2015 Cuma 13:35 To: interest@qt-project.org Subject: Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010 On Friday 23 October 2015 12:24:24 Volker Enderlein

Re: [Interest] A QThread question...

2015-10-23 Thread NoMercy
rosoft.com/en-us/library/windows/desktop/aa376391%28v=vs.85%29.aspx > . > > Regards > > Kai > > > On 10/21/2015 02:25 PM, NoMercy wrote: > > > Thanks for all your replies, > > > > > > Currently it works like this; > > > the service uses "Cr

[Interest] A QThread question...

2015-10-21 Thread NoMercy
Hello everyone and thanks for you replies, I've a rather advaced question about QThreads (well advanced to my knowledge anyways) I have a Windows service that runs under System user (naturally) but I want to create and run a thread from within that service and change the token of that thread so

Re: [Interest] A QThread question...

2015-10-21 Thread NoMercy
> > > Op 21-10-2015 om 11:48 schreef NoMercy: > > > Hello everyone and thanks for you replies, > > > > > > I've a rather advaced question about QThreads (well advanced to my > > > knowledge anyways) > > > > > > I have a Windows service that

[Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
Hello everyone, as a last measure of resort due to desperate endless online searches, I'm asking to you if it is possible to not even try to load the system provided SSL Library, instead maybe locally provided libssl.so libcrypto.so files? Yes the target system is a freebsd and it has the d*mn

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
thiago.macie...@intel.com wrote: On Monday 29 June 2015 16:44:28 NoMercy wrote: Hello everyone, as a last measure of resort due to desperate endless online searches, I'm asking to you if it is possible to not even try to load the system provided SSL Library, instead maybe locally

Re: [Interest] QProcess to start a process at a higher priority

2015-03-10 Thread NoMercy
the arg0 fine but I get a “The system cannot find the file specified” when I run that. Thoughts? -Jason //--// Jason R. Kretzer Lead Application Developer ja...@gocodigo.com //-// From: NoMercy nome...@gmail.com Date

Re: [Interest] QProcess to start a process at a higher priority

2015-03-10 Thread NoMercy
Hello again, BTW using this method you can put args in quotes too like QString( cscript C:\\progra~1\\yourpath\\your_vbs.vbs \%1\ \%2\ \%3\ \%4\ ).arg( arg_var_0).arg(arg_var_1).arg(arg_var_2).arg(arg_var_3); Happy coding, Emre On Tue, Mar 10, 2015 at 9:27 PM, NoMercy nome...@gmail.com wrote