Re: [Qt-creator] Looking for Enums with Locator

2016-04-13 Thread Prav
Hi, Nikolai.

> I'm fine with making enum values "locatable", though personally I 
> haven't missed them.
OK ... as result filled
https://bugreports.qt.io/browse/QTCREATORBUG-16060

Is there somewhere list of bugs planed for fixing for nearest versions of QtC?
May be in JIRA itself?

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Looking for Enums with Locator

2016-04-13 Thread André Hartmann

Hi Nikolai,

just speaking for me, code completion for enum parameters would help 
more. There's already a report for this:


https://bugreports.qt.io/browse/QTCREATORBUG-10792

Just in case you want to work in this direction...

Anyway, thanks for making QtCreator the best IDE ever (for me).

Best regards,
Andre

Am 13.04.2016 um 09:42 schrieb Nikolai Kosjar:

On 04/12/2016 11:30 AM, Prav wrote:

Hi, Nikolai.


it seems that there is support for enum declaration... but not for enum
values (not yet?) ...

Correct.

Ok. I see. Does  it  make sense for you to add enum values in Locator?
... From my experience enum-values seems to be used same or
even more frequently in programs


I'm fine with making enum values "locatable", though personally I
haven't missed them.

Nikolai
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator



___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Nominating Marco Benelli for Approver status

2016-04-13 Thread Ziller Eike

> On Apr 13, 2016, at 10:06 AM, Hunger Tobias  
> wrote:
> 
> Hello Qt Developers,
> 
> I hereby nominate Marco Benelli for Approver status. He has put in a lot of
> effort to maintain the QML code inside Qt Creator over the recent month and in

months

> fact is the default assignee for all bugs in that area of Qt Creator.
> 
> He did good work in his area and Qt Creator in general, so I think he has more
> than deserved Approver status by now.

+1

> -- 
> Tobias Hunger, Senior Software Engineer | The Qt Company
> The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der 
> Gesellschaft:
> Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator

-- 
Eike Ziller, Principal Software Engineer - The Qt Company GmbH
 
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] Nominating Marco Benelli for Approver status

2016-04-13 Thread Hunger Tobias
Hello Qt Developers,

I hereby nominate Marco Benelli for Approver status. He has put in a lot of
effort to maintain the QML code inside Qt Creator over the recent month and in
fact is the default assignee for all bugs in that area of Qt Creator.

He did good work in his area and Qt Creator in general, so I think he has more
than deserved Approver status by now.

Best Regards,
Tobias

-- 
Tobias Hunger, Senior Software Engineer | The Qt Company
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft:
Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator multi versions

2016-04-13 Thread Hunger Tobias
On Mi, 2016-04-13 at 09:22 +0200, ekke wrote:
> What's the best to deal with multi versions of Qt and Qt Creator ?
> 
> per ex. had installed Qt 5.6.0 RC together with Qt Creator 3.6.0
> then installed Qt 5.6.0 together with Qt Creator 3.6.1
> 
> noticed that preferences are shared between both versions

Yes, all versions share their settings.

Creator does update settings from one version to the next, but it is basically
undefined what will happen when you start an old Qt Creator version with
settings from a newer version.

> detection of Qt itself, Compilers, ... worked well - Qt Creator seems to
> find it all relative to directory where Qt Creator was installed

Nope. Autodetection of compilers and Qt versions are based on PATH and (for MSVC
windows) the registry. The Qt installer will also make its components known
using the SDKtool (via files in the shared/qtcreator/QtProject folder of the Qt
Creator installation).

> then I wanted to use two different Project directories, but this path is
> shared from both installations.
> Is there a way to install multi versions of Qt using different pathes
> for Project Dir ?

There is the "-settingspath" command line argument for that.

If you build Qt Creator yourself you can also change the "vendor" which is used
in the default settings path. By default that is QtProject.

Best Regards,
Tobias

-- 
Tobias Hunger, Senior Software Engineer | The Qt Company
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft:
Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Looking for Enums with Locator

2016-04-13 Thread Nikolai Kosjar

On 04/12/2016 11:30 AM, Prav wrote:

Hi, Nikolai.


it seems that there is support for enum declaration... but not for enum
values (not yet?) ...

Correct.

Ok. I see. Does  it  make sense for you to add enum values in Locator? ... From 
my experience enum-values seems to be used same or
even more frequently in programs


I'm fine with making enum values "locatable", though personally I 
haven't missed them.


Nikolai
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] Qt Creator multi versions

2016-04-13 Thread ekke
What's the best to deal with multi versions of Qt and Qt Creator ?

per ex. had installed Qt 5.6.0 RC together with Qt Creator 3.6.0
then installed Qt 5.6.0 together with Qt Creator 3.6.1

noticed that preferences are shared between both versions

detection of Qt itself, Compilers, ... worked well - Qt Creator seems to
find it all relative to directory where Qt Creator was installed

then I wanted to use two different Project directories, but this path is
shared from both installations.
Is there a way to install multi versions of Qt using different pathes
for Project Dir ?

thanks

ekke
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator