stellarium:qml

Last commit made on 2015-08-18
Get this branch:
git clone -b qml https://git.launchpad.net/stellarium

Branch merges

Branch information

Name:
qml
Repository:
lp:stellarium

Recent commits

9b368d9... by Guillaume Chereau

qml: add quit button

There is a bug. When we quit the application is destroyed before the gui,
resulting in a lot of warning messages.

1bc8d54... by Guillaume Chereau

qml: try to improve date dialog a bit

ca10145... by Guillaume Chereau

qml: attempt to fix keyboard events

I put the keyboard listeners into the StelSky object so that it plays
better with the rest of the UI.

7dfc9d8... by Guillaume Chereau

qml: first draft of date/time dialog

e2e9bca... by Guillaume Chereau

qml: improve configuration dialog information tab

dfe0c61... by Guillaume Chereau

qml: improve config dialog information tab

Still not finished.

d020e44... by Guillaume Chereau

qml: add first draft of info panel

3eb5ebb... by Guillaume Chereau

qml: first draft of setting dialog

5629420... by Guillaume Chereau

qml: fix bug with StelItem

47f3037... by Guillaume Chereau

qml: use a special item for sky mouse events

Otherwise we would get all the mouse events, event those who should be
redirected to the stel windows.

It would be nice to have the same item used to render the sky, but I am
not sure this is possible.