Re: [Development] Enumerations in QML

2012-12-12 Thread Verbruggen Erik
On Dec 11, 2012, at 4:47, Alan Alpert 4163654...@gmail.com wrote: People keep asking for enumerations in QML. See QTBUG-15483 and QTBUG-14861, both assigned to old Nokia identities (so don't trust that 'in progress' ;) ). Now I don't know when these issues will be resolved, but there's an

Re: [Development] Enumerations in QML

2012-12-12 Thread Charley Bay
Unto all so did sayeth Alan: What should enumeration declarations in QML look like? Did respondeth Erik: And, also important: how much slower is it allowed to be than the current implementation? I remembered that there was talk about enums in QML before, so I dug around a bit, and

Re: [Development] Enumerations in QML

2012-12-12 Thread Chris Adams
Hi, On Wed, Dec 12, 2012 at 10:51 PM, Charley Bay charleyb...@gmail.com wrote: Unto all so did sayeth Alan: What should enumeration declarations in QML look like? Did respondeth Erik: And, also important: how much slower is it allowed to be than the current implementation? I

Re: [Development] Enumerations in QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 4:47 AM, Alan Alpert 4163654...@gmail.com wrote: People keep asking for enumerations in QML. See QTBUG-15483 and QTBUG-14861, both assigned to old Nokia identities (so don't trust that 'in progress' ;) ). Now I don't know when these issues will be resolved, but there's

Re: [Development] Enumerations in QML

2012-12-11 Thread Knoll Lars
On Dec 11, 2012, at 4:47 AM, Alan Alpert 4163654...@gmail.com wrote: People keep asking for enumerations in QML. See QTBUG-15483 and QTBUG-14861, both assigned to old Nokia identities (so don't trust that 'in progress' ;) ). Now I don't know when these issues will be resolved, but there's an

Re: [Development] Enumerations in QML

2012-12-11 Thread Charley Bay
People keep asking for enumerations in QML. snip, Now I don't know when these issues will be resolved, but there's an important discussion to have before it can even be scheduled: What would proper enum support look like in QML? snip, I'd prefer: Item { enum Weather {

Re: [Development] Enumerations in QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 5:17 AM, Knoll Lars lars.kn...@digia.com wrote: On Dec 11, 2012, at 4:47 AM, Alan Alpert 4163654...@gmail.com wrote: People keep asking for enumerations in QML. See QTBUG-15483 and QTBUG-14861, both assigned to old Nokia identities (so don't trust that 'in progress'

Re: [Development] Enumerations in QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 12:26 AM, Mark mark...@gmail.com wrote: On Tue, Dec 11, 2012 at 4:47 AM, Alan Alpert 4163654...@gmail.com wrote: People keep asking for enumerations in QML. See QTBUG-15483 and QTBUG-14861, both assigned to old Nokia identities (so don't trust that 'in progress' ;) ).

Re: [Development] Enumerations in QML

2012-12-11 Thread Chris Adams
Hi, I figured I weigh into this discussion: But if you don't like those changes, you can do the var in a global (.pragma library) script file and use that. Maybe this means proper enum support isn't that urgent ;) . It's not that the functionality is urgent; it's that currently,