Re: [Stellarium-pubdevel] Qt 5.5

2015-08-19 Thread Guillaume Chereau
On Wed, Aug 19, 2015 at 07:22:51PM +0600, Alexander Wolf wrote: > Ok! But I have a two important notes for your branch: > 1) It catch a segfault at creation of GUI on linux (checked on Qt 5.3, 5.4 > and 5.5) > 2) cmake scripts has a QDeclarative dependencies yet OK, I will work on it a bit more be

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-19 Thread Alexander Wolf
Hi! 2015-08-19 18:19 GMT+06:00 Guillaume Chereau : > On Wed, Aug 19, 2015 at 05:28:48PM +0600, Alexander Wolf wrote: > > Wait! I may be wrong understand the plans to newest Qt but QWidget GUI is > > not deprecated in Qt and Qt team doesn't have plans for remove it. If we > > can use clean QWidge

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-19 Thread Guillaume Chereau
On Wed, Aug 19, 2015 at 05:28:48PM +0600, Alexander Wolf wrote: > Wait! I may be wrong understand the plans to newest Qt but QWidget GUI is > not deprecated in Qt and Qt team doesn't have plans for remove it. If we > can use clean QWidget then why we should switch to QML (one reason - use > one cor

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-19 Thread Alexander Wolf
Hi! 2015-08-19 16:38 GMT+06:00 Guillaume Chereau : > Hi everybody, > > I am still working on the qml UI branch: > > lp:~guillaume-chereau/stellarium/qml > > I implemented the bottom and window bar, and part of the dialogs. None > of the plugin work yet. > > However I start to wonder if that

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-19 Thread Guillaume Chereau
Hi everybody, I am still working on the qml UI branch: lp:~guillaume-chereau/stellarium/qml I implemented the bottom and window bar, and part of the dialogs. None of the plugin work yet. However I start to wonder if that is the right approach. It seems that it will take a lot of time to g

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Georg Zotti
On Mi, 12.08.2015, 18:17, Marcos Cardinot wrote: > Excellent work Guillaume! =D > > On Wed, Aug 12, 2015 at 6:43 AM, Georg Zotti > wrote: > >> Very good! >> >> I guess this will be the start of series 0.15 then? >> > > or maybe 1.0? > Or we even start going for year.month numbers? "Version 15.11

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Timothy Reaves
Very nice indeed! I look forward to the branch. It’ll be good to get started. > On Aug 12, 2015, at 4:08 AM, Guillaume Chereau > wrote: > > I made a first draft of a mock up of the GUI in qml. You can find the > code here: http://stelladata.noctua-software.com/tmp/test_qml.zip >

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Marcos Cardinot
Excellent work Guillaume! =D On Wed, Aug 12, 2015 at 6:43 AM, Georg Zotti wrote: > Very good! > > I guess this will be the start of series 0.15 then? > or maybe 1.0? > > There was always mention that plugins would not work without > qtdeclarative. Is this solved, at least in principle? > > Ki

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Guillaume Chereau
On Wed, Aug 12, 2015 at 01:33:19PM +0200, Georg Zotti wrote: > Ah, OK. Is there maybe some ui.XML->QML translator (XSLT) I don't think so, and it would have to be specifically made for stellarium, since the UI uses a lot of custom made Items. Most of the plugins UI are following the same template

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Georg Zotti
On Mi, 12.08.2015, 12:22, Guillaume Chereau wrote: > On Wed, Aug 12, 2015 at 11:43:05AM +0200, Georg Zotti wrote: >> Very good! >> >> I guess this will be the start of series 0.15 then? > Could be. I am just not sure how easy the integration will be. I hope > in a week or two I will have a funct

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Guillaume Chereau
On Wed, Aug 12, 2015 at 11:43:05AM +0200, Georg Zotti wrote: > Very good! > > I guess this will be the start of series 0.15 then? Could be. I am just not sure how easy the integration will be. I hope in a week or two I will have a functional branch so we can evaluate how stable it is. > There w

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Georg Zotti
Very good! I guess this will be the start of series 0.15 then? There was always mention that plugins would not work without qtdeclarative. Is this solved, at least in principle? Kind regards, Georg On Mi, 12.08.2015, 10:08, Guillaume Chereau wrote: > I made a first draft of a mock up of the GU

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-12 Thread Guillaume Chereau
I made a first draft of a mock up of the GUI in qml. You can find the code here: http://stelladata.noctua-software.com/tmp/test_qml.zip I tried to copy the current style as much as possible. The next step I will do is make a branch of stellarium and see if I can integrate it. Regards, Guillaume

Re: [Stellarium-pubdevel] Qt 5.5

2015-08-01 Thread Georg Zotti
Excellent, thanks! Kind regards, Georg On Do, 30.07.2015, 17:07, Guillaume Chereau wrote: >> On Di, 7.07.2015, 13:37, Fabien Chéreau wrote: >> > I agree, we now really need to re-code the whole GUI in QML > I am going to have a look at that. I just saw that Qt 5 introduced a nice way to create Q

Re: [Stellarium-pubdevel] Qt 5.5

2015-07-30 Thread Timothy Reaves
That sounds great! > On Jul 30, 2015, at 11:07 AM, Guillaume Chereau > wrote: > >> On Di, 7.07.2015, 13:37, Fabien Chéreau wrote: >>> I agree, we now really need to re-code the whole GUI in QML > I am going to have a look at that. I just saw that Qt 5 introduced a > nice way to create Q_PROPE

Re: [Stellarium-pubdevel] Qt 5.5

2015-07-30 Thread Guillaume Chereau
> On Di, 7.07.2015, 13:37, Fabien Chéreau wrote: > > I agree, we now really need to re-code the whole GUI in QML I am going to have a look at that. I just saw that Qt 5 introduced a nice way to create Q_PROPERTY linked to an attribute without the need to write the getter and setter (with MEMBER).

Re: [Stellarium-pubdevel] Qt 5.5

2015-07-07 Thread Georg Zotti
Hi! On Di, 7.07.2015, 13:37, Fabien Chéreau wrote: > Hi Alex, > > On Wed, Jul 1, 2015 at 8:33 PM, Alexander Wolf > wrote: > >> Howdy all! >> >> Qt 5.5 has been released yesterday (for my local time zone) and this >> release has good and bad news. >> >> Good news: >> Qt3D in the official Qt now. >

Re: [Stellarium-pubdevel] Qt 5.5

2015-07-07 Thread Fabien Chéreau
Hi Alex, On Wed, Jul 1, 2015 at 8:33 PM, Alexander Wolf wrote: > Howdy all! > > Qt 5.5 has been released yesterday (for my local time zone) and this > release has good and bad news. > > Good news: > Qt3D in the official Qt now. > Yes, although I don't see a need for this for the moment. We shou