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

2016-04-20 Thread Nikolai Kosjar

On 04/15/2016 08:23 AM, Prav wrote:

Hi, Tobias.


That is what we have JIRA for. You sort the list by priority and start working.

Got it. Thanks!

I was trying to see this list and also found
list like
https://bugreports.qt.io/browse/QTCREATORBUG-15157?jql=project%20%3D%20QTCREATORBUG%20AND%20component%20%3D%20"C%2FC%2B%2B%2FObj-C%2B%2B%20Support"%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20"Qt%20Creator%204.0.0%20(4.0%20branch)"%20ORDER%20BY%20priority%20DESC
which I opened from
https://bugreports.qt.io/browse/QTCREATORBUG/component/19201/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-issues-panel

What is the meaning of this list?


The "Fix Version" field of those reports was used as a "TODO for 4.0" 
marker.


I've cleared that field for the list since some reports are not feasible 
anymore for 4.0 and/or they need reevalution.


Nikolai

___
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-14 Thread Prav
Hi, Tobias.


>That is what we have JIRA for. You sort the list by priority and start working.
Got it. Thanks!

I was trying to see this list and also found
list like
https://bugreports.qt.io/browse/QTCREATORBUG-15157?jql=project%20%3D%20QTCREATORBUG%20AND%20component%20%3D%20"C%2FC%2B%2B%2FObj-C%2B%2B%20Support"%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20"Qt%20Creator%204.0.0%20(4.0%20branch)"%20ORDER%20BY%20priority%20DESC
 
which I opened from
https://bugreports.qt.io/browse/QTCREATORBUG/component/19201/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-issues-panel
 

What is the meaning of this list?

___
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-14 Thread Tobias Hunger
Am 14.04.2016 23:32 schrieb "Prav" :
> There probably have to be list of bugs which were decided to be fixed
before saying that next release is ready.

We do not release while bugs of priority 0 are open and we will try hard to
have no priority 1 bugs in a release either.

You can get those bugs from JIRA if you care.

> Or this is like "in three months there will be next release". We will fix
as many bugs as we can and will call this - "the next release".

Releases are time-based. We will release every 4 month.

> But also in this case there should be priority list of bugs to grab from
top of (if developer finished fixing his current bug).
> No?

That is what we have JIRA for. You sort the list by priority and start
working.

Best Regards,
Tobias
___
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-14 Thread Prav
Hi, Tobias Hunger.

>> Is there somewhere list of bugs planed for fixing for nearest versions of 
>> QtC?  May be in JIRA itself?
> Nope.
> There is JIRA, which has all known bugs and feature requests. We will try to
> process them in a timely manner based on priority and other factors.
> In my experience it is really hard to do mid- and long-term planning in an 
> open
> source project with lots of volunteer contributors like Qt and Qt Creator is.
> Contributors come and go, fix small issues here and there, add new 
> functionality
> or even implement whole plugins.
Ok,  I understand about long terms. And I am asking not about volunteers (they 
are unpredictable ... I can understand that)
What about short terms? Like how to get to the point of next QtC release.
There probably have to be list of bugs which were decided to be fixed before 
saying that next release is ready.

Or this is like "in three months there will be next release". We will fix as 
many bugs as we can and will call this - "the next release".
But also in this case there should be priority list of bugs to grab from top of 
(if developer finished fixing his current bug).
No?

___
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-14 Thread Hunger Tobias
On Mi, 2016-04-13 at 16:13 +0300, Prav wrote:
> 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?

Nope.

There is JIRA, which has all known bugs and feature requests. We will try to
process them in a timely manner based on priority and other factors.

In my experience it is really hard to do mid- and long-term planning in an open
source project with lots of volunteer contributors like Qt and Qt Creator is.
Contributors come and go, fix small issues here and there, add new functionality
or even implement whole plugins.

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 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] 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


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

2016-04-12 Thread Prav
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

___
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-12 Thread Nikolai Kosjar

On 04/12/2016 08:21 AM, Jan Krause wrote:

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


Correct.

Nikolai
___
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-11 Thread Jan Krause
it seems that there is support for enum declaration... but not for enum 
values (not yet?) ... if you have


enum Type{
KeyPress
};

with the locator (:) you will find : Type ... but not : KeyPress... but 
auto completion for KeyPress should work in your code ... of course... :)...


cheers
Jan

QtC -> the best all time IDE! ... eclipse, VS ... what? ... ;)

Am 12.04.2016 um 01:12 schrieb Prav:

Hi, Cristian.


Try
? KeyPress

I had to give more explanations ... sorry.

I was thinking about finding enums (mine in first place but Qt's too ... all 
enums) in the code ... ( there is no help for my enums ;) ) ...
and was wondered why I don't get them with locator.

I want to find out is this a bug or I miss something about locator?

___
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] Looking for Enums with Locator

2016-04-11 Thread Prav
Hi, Cristian.

> Try
> ? KeyPress
I had to give more explanations ... sorry.

I was thinking about finding enums (mine in first place but Qt's too ... all 
enums) in the code ... ( there is no help for my enums ;) ) ...
and was wondered why I don't get them with locator.

I want to find out is this a bug or I miss something about locator?

___
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-11 Thread Cristian Adam
On Mon, Apr 11, 2016 at 9:41 PM, Prav  wrote:

> Does anyone know how to find things like
>
> QEvent::KeyPress with help of QtC locator?
>
> I am trying
> : KeyPress
> and gets nothing found :(
> Do I miss something?
>
>
Try:

? KeyPress

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


[Qt-creator] Looking for Enums with Locator

2016-04-11 Thread Prav
Does anyone know how to find things like

QEvent::KeyPress with help of QtC locator?

I am trying
: KeyPress
and gets nothing found :(
Do I miss something?

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