Re: [Qt-creator] Form Templates are compiled into Qt Creator ?

2015-08-24 Thread Jonas Eriksen Hjortlund
Hi
Well now that I know why it ignores me, I can move on :)
I asked in 3 forums and no one knows *anything* about those files so I assume 
it is not a much 
after sought feature and I am pretty sure time could be spend on stuff with 
more common appeal.
I am also on the design part so that´s why I tried this feature.
Thank you

-Original Message-
From: Hunger Tobias [mailto:tobias.hun...@theqtcompany.com] 
Sent: 24. august 2015 15:46
To: Jonas Eriksen Hjortlund; 'qt-creator@qt-project.org'
Subject: Re: Form Templates are compiled into Qt Creator ?

Jonas,

I still want in the long term to have all wizards on the same infrastructure, I 
just am not sure that it is worth going through the trouble for this particular 
wizard anytime soon. There is already some code to handle the form files, but I 
am not sure how much work it is to move the form class wizard over to the new 
infrastructure and since it is doing some unique things it might not be worth 
the work involved. But I need to check that again, I don't remember the details 
of why I did not change that one yet:-)

Having the existing wizard use templates that are not hard-coded into some 
plugin is a mostly separate issue from that. But I will remove those unused 
templates for the time being. If somebody ends up making templates available in 
a more generic fashion (either in the old wizard or turning it into a Json 
wizard) we can still get them from git.

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


From: Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 15:33
To: Hunger Tobias; 'qt-creator@qt-project.org'
Subject: RE: Form Templates are compiled into Qt Creator ?

Hi Tobias
Thank you for answering.

So only way to add new template would compile a new version.

Having templates for dialogs are very handy. So each contains same elements etc.

However, since just adding an UI file to a project sort give the same, I do 
understand if you think adding support for forms templates to the json wizard 
is too much work for what it does.

At least now I can have peace of mind and not try to add via the files since it 
will never happens.

Thank you a lot.

-Original Message-
From: Hunger Tobias [mailto:tobias.hun...@theqtcompany.com]
Sent: 24. august 2015 13:26
To: Jonas Eriksen Hjortlund; 'qt-creator@qt-project.org'
Subject: Re: Form Templates are compiled into Qt Creator ?


Hi Jonas,

I have been reworking quite a few of our wizards since Qt Creator 3.4, so I 
guess I killed the wizard that actually used those templates but forgot to 
remove the templates themselves. I'll fix that.

The Qt Designer Form Class is still a old-style wizard that has basically 
everything hard-coded in formclasswizard.cpp and related classes.

That wizard should also use new json wizard syntax eventually, but there are a 
few things in it that are unique and not yet possible in the json wizards, but 
I am not sure it is worth the trouble of enableing the form handling code that 
is used in that code in the json wizard. Why generalize something that is used 
exactly once?

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


From: qt-creator-bounces+tobias.hunger=theqtcompany@qt-project.org 
 on behalf of 
Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 09:41
To: 'qt-creator@qt-project.org'
Subject: [Qt-creator] Form Templates are compiled into Qt Creator ?

Hi

Win 7 (64bit), Qt 5.5. mingw, Qt Creator 3.4.2

The Dialog Templates shown
when Pressing File->New ->Qt ->Qt Designer Form Class Like 
Dialog_with_Buttons_Right

Those files seems to live in
Qt\Tools\QtCreator\share\qtcreator\designer\templates and Enumerated in 
templates.xml

But even if I delete the whole folder, it is still shown in Creator ?!
and that seems to explain why adding a new one is 100% ignored and never listed.

So my questions are:
Can I add a new Form Template somehow ?

Are the external files something that was never fully implemented  or why does 
it include them When it seems that Creator never loads them.

Thank you
___
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] Form Templates are compiled into Qt Creator ?

2015-08-24 Thread Hunger Tobias
Jonas,

I still want in the long term to have all wizards on the same infrastructure, I 
just am not sure that it is worth going through the trouble for this particular 
wizard anytime soon. There is already some code to handle the form files, but I 
am not sure how much work it is to move the form class wizard over to the new 
infrastructure and since it is doing some unique things it might not be worth 
the work involved. But I need to check that again, I don't remember the details 
of why I did not change that one yet:-)

Having the existing wizard use templates that are not hard-coded into some 
plugin is a mostly separate issue from that. But I will remove those unused 
templates for the time being. If somebody ends up making templates available in 
a more generic fashion (either in the old wizard or turning it into a Json 
wizard) we can still get them from git.

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


From: Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 15:33
To: Hunger Tobias; 'qt-creator@qt-project.org'
Subject: RE: Form Templates are compiled into Qt Creator ?

Hi Tobias
Thank you for answering.

So only way to add new template would compile a new version.

Having templates for dialogs are very handy. So each contains same elements etc.

However, since just adding an UI file to a project sort give the same, I do 
understand if you think
adding support for forms templates to the json wizard is too much work for what 
it does.

At least now I can have peace of mind and not try to add via the files since it 
will never happens.

Thank you a lot.

-Original Message-
From: Hunger Tobias [mailto:tobias.hun...@theqtcompany.com]
Sent: 24. august 2015 13:26
To: Jonas Eriksen Hjortlund; 'qt-creator@qt-project.org'
Subject: Re: Form Templates are compiled into Qt Creator ?


Hi Jonas,

I have been reworking quite a few of our wizards since Qt Creator 3.4, so I 
guess I killed the wizard that actually used those templates but forgot to 
remove the templates themselves. I'll fix that.

The Qt Designer Form Class is still a old-style wizard that has basically 
everything hard-coded in formclasswizard.cpp and related classes.

That wizard should also use new json wizard syntax eventually, but there are a 
few things in it that are unique and not yet possible in the json wizards, but 
I am not sure it is worth the trouble of enableing the form handling code that 
is used in that code in the json wizard. Why generalize something that is used 
exactly once?

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


From: qt-creator-bounces+tobias.hunger=theqtcompany@qt-project.org 
 on behalf of 
Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 09:41
To: 'qt-creator@qt-project.org'
Subject: [Qt-creator] Form Templates are compiled into Qt Creator ?

Hi

Win 7 (64bit), Qt 5.5. mingw, Qt Creator 3.4.2

The Dialog Templates shown
when Pressing File->New ->Qt ->Qt Designer Form Class Like 
Dialog_with_Buttons_Right

Those files seems to live in
Qt\Tools\QtCreator\share\qtcreator\designer\templates and Enumerated in 
templates.xml

But even if I delete the whole folder, it is still shown in Creator ?!
and that seems to explain why adding a new one is 100% ignored and never listed.

So my questions are:
Can I add a new Form Template somehow ?

Are the external files something that was never fully implemented  or why does 
it include them When it seems that Creator never loads them.

Thank you
___
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] Form Templates are compiled into Qt Creator ?

2015-08-24 Thread Jonas Eriksen Hjortlund
Hi Tobias
Thank you for answering. 

So only way to add new template would compile a new version.

Having templates for dialogs are very handy. So each contains same elements etc.

However, since just adding an UI file to a project sort give the same, I do 
understand if you think
adding support for forms templates to the json wizard is too much work for what 
it does.

At least now I can have peace of mind and not try to add via the files since it 
will never happens.

Thank you a lot.

-Original Message-
From: Hunger Tobias [mailto:tobias.hun...@theqtcompany.com] 
Sent: 24. august 2015 13:26
To: Jonas Eriksen Hjortlund; 'qt-creator@qt-project.org'
Subject: Re: Form Templates are compiled into Qt Creator ?


Hi Jonas,

I have been reworking quite a few of our wizards since Qt Creator 3.4, so I 
guess I killed the wizard that actually used those templates but forgot to 
remove the templates themselves. I'll fix that.

The Qt Designer Form Class is still a old-style wizard that has basically 
everything hard-coded in formclasswizard.cpp and related classes.

That wizard should also use new json wizard syntax eventually, but there are a 
few things in it that are unique and not yet possible in the json wizards, but 
I am not sure it is worth the trouble of enableing the form handling code that 
is used in that code in the json wizard. Why generalize something that is used 
exactly once?

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


From: qt-creator-bounces+tobias.hunger=theqtcompany@qt-project.org 
 on behalf of 
Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 09:41
To: 'qt-creator@qt-project.org'
Subject: [Qt-creator] Form Templates are compiled into Qt Creator ?

Hi

Win 7 (64bit), Qt 5.5. mingw, Qt Creator 3.4.2

The Dialog Templates shown
when Pressing File->New ->Qt ->Qt Designer Form Class Like 
Dialog_with_Buttons_Right

Those files seems to live in
Qt\Tools\QtCreator\share\qtcreator\designer\templates and Enumerated in 
templates.xml

But even if I delete the whole folder, it is still shown in Creator ?!
and that seems to explain why adding a new one is 100% ignored and never listed.

So my questions are:
Can I add a new Form Template somehow ?

Are the external files something that was never fully implemented  or why does 
it include them When it seems that Creator never loads them.

Thank you
___
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] very bad performance for Qt Creator with Qt 5.5.0

2015-08-24 Thread rpzrpz...@gmail.com
Eike:

I thought the bad performance was when you push to debug on Xcode 6.3.2 
and Qt 5.5.0 on an IOS 7.1.2 ipad Mini, it takes FOREVER to start debugging.

I think this has been getting worse since qt 5.4.2, I will submit a bug 
report with video today.

md

On 8/24/2015 1:39 AM, Ziller Eike wrote:
>
>> On Aug 21, 2015, at 3:04 PM, Freddy Martinez Garcia  
>> wrote:
>>
>> how long we must wait for qt 5.5.1 ??
>>
>> I have the last version of XCode :(
>
> Are you sure?
> What do the warning look like exactly?
>
> There should be no warnings about inconsistent-missing-override or 
> unknown-pragmas with Qt 5.5.0 and Xcode 6.4
>
> Br, Eike
>
>> regards
>>
>>
>> =
>> "El tamaño de tus logros depende del tamaño de tus metas."
>> C++ and Qt Senior Developer
>> Lic. Computer Science
>> Buenos Aires, Argentina
>>
>>
>> 2015-08-21 6:00 GMT-03:00 Ziller Eike :
>>
>>> On Aug 21, 2015, at 6:58 AM, Freddy Martinez  wrote:
>>>
>>> Hi guys...
>>>
>>> I'm getting a lot of troubles to work with Qt Creator with the new version 
>>> of Qt... This kind of problems didn't happend with Qt 5.4.2
>>>
>>> I'm making some changes to my application, and when my app start, sometimes 
>>> I got segmentation fault, but I can't debbug my app.. If I run my app 
>>> everything is fine, but if I try to debbug my app, when I'm doing
>>>
>>> MainWindow w;
>>> w.show()
>>>
>>> when I call w.show() I got segmentation fault and the debbuger send me to 
>>> the binary editor with assambler code. The stack doesn't say anything about 
>>> what happend... and it's very very rare what it's happend because is 
>>> exactly the same code which I have compiled and running with 5.4.2
>>
>>
>>
>>> beside, Qt Creator give me 20 000 + warnings... for example...
>>>
>>> in all my classes where I have the macro Q_OBJECT i got a warning... what 
>>> is that ?? :(
>>
>> That is a problem in Qt 5.5.0 in combination with earlier Xcode versions 
>> which do not understand a pragma that was introduced to avoid warning 
>> messages with later Xcode versions, and afaik fixed in 5.5.1
>>
>>> I think that this problem is only for OS X, because my friends use Linux 
>>> and Widows and the only one who has this kind of troubles is me
>>>
>>> regards
>>>
>>> =
>>> "El tamaño de tus logros depende del tamaño de tus metas."
>>> C++ and Qt Senior Developer
>>> Lic. Computer Science
>>> Buenos Aires, Argentina
>>>
>>> ___
>>> Qt-creator mailing list
>>> Qt-creator@qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/qt-creator
>>
>> --
>> Eike Ziller, Senior 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
>>
>>
>


-- 
No spell checkers were harmed during the creation of this message.
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Form Templates are compiled into Qt Creator ?

2015-08-24 Thread Hunger Tobias

Hi Jonas,

I have been reworking quite a few of our wizards since Qt Creator 3.4, so I 
guess I killed the wizard that actually used those templates but forgot to 
remove the templates themselves. I'll fix that.

The Qt Designer Form Class is still a old-style wizard that has basically 
everything hard-coded in formclasswizard.cpp and related classes.

That wizard should also use new json wizard syntax eventually, but there are a 
few things in it that are unique and not yet possible in the json wizards, but 
I am not sure it is worth the trouble of enableing the form handling code that 
is used in that code in the json wizard. Why generalize something that is used 
exactly once?

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


From: qt-creator-bounces+tobias.hunger=theqtcompany@qt-project.org 
 on behalf of 
Jonas Eriksen Hjortlund 
Sent: Monday, August 24, 2015 09:41
To: 'qt-creator@qt-project.org'
Subject: [Qt-creator] Form Templates are compiled into Qt Creator ?

Hi

Win 7 (64bit), Qt 5.5. mingw, Qt Creator 3.4.2

The Dialog Templates shown
when Pressing File->New ->Qt ->Qt Designer Form Class
Like
Dialog_with_Buttons_Right

Those files seems to live in
Qt\Tools\QtCreator\share\qtcreator\designer\templates and
Enumerated in templates.xml

But even if I delete the whole folder, it is still shown in Creator ?!
and that seems to explain why adding a new one is 100% ignored and never listed.

So my questions are:
Can I add a new Form Template somehow ?

Are the external files something that was never fully implemented  or why does 
it include them
When it seems that Creator never loads them.

Thank you
___
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] Is 3.5 Officially released?

2015-08-24 Thread Ziller Eike

Should be fixed now. Sorry for the inconvenience.

Br, Eike

> On Aug 21, 2015, at 5:59 PM, Jason H  wrote:
> 
> Please see attached.
> 
>> Sent: Friday, August 21, 2015 at 4:56 AM
>> From: "Ziller Eike" 
>> To: "Jason H" 
>> Cc: "Loehning Robert" , 
>> "qt-creator@qt-project.org" 
>> Subject: Re: [Qt-creator] Is 3.5 Officially released?
>> 
>> 
>>> On Aug 20, 2015, at 6:06 PM, Jason H  wrote:
>>> 
>>> Is there any way for me to not have to wait for moderation on the blog? I 
>>> promise I'm real.
>>> 
>>> Anyway, I posted that I don't see it on my commerical downloads. I only see 
>>> Qt Creator pre-preleases which is empty.
>> 
>> On login.qt.io > Downloads > Product: choose Qt Creator from the combo box > 
>> 3.5.0
>> At least I see it there.
>> 
>>> I only see Qt Creator pre-preleases which is empty
>> 
>> That sounds as if you are looking completely elsewhere?
>> 
> 

-- 
Eike Ziller, Senior 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] Form Templates are compiled into Qt Creator ?

2015-08-24 Thread Jonas Eriksen Hjortlund
Hi 

Win 7 (64bit), Qt 5.5. mingw, Qt Creator 3.4.2

The Dialog Templates shown 
when Pressing File->New ->Qt ->Qt Designer Form Class 
Like
Dialog_with_Buttons_Right

Those files seems to live in 
Qt\Tools\QtCreator\share\qtcreator\designer\templates and
Enumerated in templates.xml

But even if I delete the whole folder, it is still shown in Creator ?!
and that seems to explain why adding a new one is 100% ignored and never listed.

So my questions are:
Can I add a new Form Template somehow ?

Are the external files something that was never fully implemented  or why does 
it include them
When it seems that Creator never loads them.

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


Re: [Qt-creator] very bad performance for Qt Creator with Qt 5.5.0

2015-08-24 Thread Ziller Eike

> On Aug 21, 2015, at 3:04 PM, Freddy Martinez Garcia  
> wrote:
> 
> how long we must wait for qt 5.5.1 ??
> 
> I have the last version of XCode :(

Are you sure?
What do the warning look like exactly?

There should be no warnings about inconsistent-missing-override or 
unknown-pragmas with Qt 5.5.0 and Xcode 6.4

Br, Eike

> regards
> 
> 
> =
> "El tamaño de tus logros depende del tamaño de tus metas." 
> C++ and Qt Senior Developer
> Lic. Computer Science
> Buenos Aires, Argentina
> 
> 
> 2015-08-21 6:00 GMT-03:00 Ziller Eike :
> 
> > On Aug 21, 2015, at 6:58 AM, Freddy Martinez  wrote:
> >
> > Hi guys...
> >
> > I'm getting a lot of troubles to work with Qt Creator with the new version 
> > of Qt... This kind of problems didn't happend with Qt 5.4.2
> >
> > I'm making some changes to my application, and when my app start, sometimes 
> > I got segmentation fault, but I can't debbug my app.. If I run my app 
> > everything is fine, but if I try to debbug my app, when I'm doing
> >
> > MainWindow w;
> > w.show()
> >
> > when I call w.show() I got segmentation fault and the debbuger send me to 
> > the binary editor with assambler code. The stack doesn't say anything about 
> > what happend... and it's very very rare what it's happend because is 
> > exactly the same code which I have compiled and running with 5.4.2
> 
> 
> 
> > beside, Qt Creator give me 20 000 + warnings... for example...
> >
> > in all my classes where I have the macro Q_OBJECT i got a warning... what 
> > is that ?? :(
> 
> That is a problem in Qt 5.5.0 in combination with earlier Xcode versions 
> which do not understand a pragma that was introduced to avoid warning 
> messages with later Xcode versions, and afaik fixed in 5.5.1
> 
> > I think that this problem is only for OS X, because my friends use Linux 
> > and Widows and the only one who has this kind of troubles is me
> >
> > regards
> >
> > =
> > "El tamaño de tus logros depende del tamaño de tus metas."
> > C++ and Qt Senior Developer
> > Lic. Computer Science
> > Buenos Aires, Argentina
> >
> > ___
> > Qt-creator mailing list
> > Qt-creator@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> 
> --
> Eike Ziller, Senior 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
> 
> 

-- 
Eike Ziller, Senior 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