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