Celestia 1.5.0 prerelease 5

General discussion about Celestia that doesn't fit into other forums.
Avatar
LordFerret M
Posts: 737
Joined: 24.08.2006
Age: 67
With us: 17 years 8 months
Location: NJ USA

Post #41by LordFerret » 01.01.2008, 03:37

Thankyou sir! :D

Avatar
Adirondack M
Posts: 528
Joined: 01.03.2004
With us: 20 years 2 months

Post #42by Adirondack » 01.01.2008, 20:13

Context menu of objects

The additional features of the context menu are fine (Show Body Axes and so on).
But IMHO now it's a little bit "full" in the context menu.
Wouldn't it be more cleared when this options go to a sub-menu?

E.g.:

Code: Select all

Show Axes -> Show Body Axes
             Show Frame Axes
             Show Sun Direction
             Show Velocity Vector


Just a thought.

Adirondack
We all live under the same sky, but we do not have the same horizon. (K. Adenauer)
The horizon of some people is a circle with the radius zero - and they call it their point of view. (A. Einstein)

tech2000
Posts: 258
Joined: 14.02.2006
Age: 51
With us: 18 years 2 months
Location: Skepplanda, Sweden

Post #43by tech2000 » 02.01.2008, 08:01

Adirondack wrote:Context menu of objects

The additional features of the context menu are fine (Show Body Axes and so on).
But IMHO now it's a little bit "full" in the context menu.
Wouldn't it be more cleared when this options go to a sub-menu?

E.g.:

Code: Select all

Show Axes -> Show Body Axes
             Show Frame Axes
             Show Sun Direction
             Show Velocity Vector


Just a thought.

Adirondack


I agree. Please keep the popup menu as clear as possible.

Bye, Anders

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 4 months
Location: Nancy, France

Post #44by Vincent » 02.01.2008, 13:53

Ulrich, Anders,

I also agree with this request, and I have a fix ready for that.
However, you should add a feature request on the Sourceforge tracker since the name of the sub-menu entry may have to be discussed with Chris and the other devs (Show Axes?, Show Vectors?, ...)
Last edited by Vincent on 02.01.2008, 15:29, edited 1 time in total.
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 18 years 4 months

Post #45by Chuft-Captain » 02.01.2008, 13:59

Also, I notice that by the fact that these options are on the context menu, it requires a "click" on the object in order to activate them.
This is not always possible, so it would be better in my opinion if they were on a Titlebar menu and settings would apply to the currently selected object, rather than the one "clicked" on.
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS

tech2000
Posts: 258
Joined: 14.02.2006
Age: 51
With us: 18 years 2 months
Location: Skepplanda, Sweden

Post #46by tech2000 » 02.01.2008, 16:47

Vincent: To eliminate the problem with a mix of axes and vectors (Show Axes, Show Vectors) it could even be simplified like this.

Code: Select all

Show -> Body Axes
        Frame Axes
        Sun Direction
        Velocity Vector


Cheers, Anders

Topic author
chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 3 months
Location: Seattle, Washington, USA

Post #47by chris » 02.01.2008, 19:33

tech2000 wrote:Vincent: To eliminate the problem with a mix of axes and vectors (Show Axes, Show Vectors) it could even be simplified like this.

Code: Select all

Show -> Body Axes
        Frame Axes
        Sun Direction
        Velocity Vector


Cheers, Anders


I agree that they should go into a sub-menu, but 'Show' is too vague. How about 'Reference Vectors'?

As suggested by Chuft-Captain, there should probably be items in the top level menu for showing these arrows. Otherwise, it's impossible to enable them for invisible objects. My original idea was that enabling arrows for invisible objects should be done via a context menu for items in the solar system browser. I still think this is a good idea, but it should be ok to have some top level menu items to act on the current selection (following the precedent of 'Center Selection', 'Go to Selection', etc.)

--Chris

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 4 months
Location: Nancy, France

Post #48by Vincent » 02.01.2008, 19:49

chris wrote:I agree that they should go into a sub-menu, but 'Show' is too vague. How about 'Reference Vectors'?
I've used 'Reference Marks' in my fix, but I'm fine with 'Reference Vectors' too.

chris wrote:As suggested by Chuft-Captain, there should probably be items in the top level menu for showing these arrows.

Chris, shall we also we use a sub-menu when integrating these items in the top level menu ?
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3

Topic author
chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 3 months
Location: Seattle, Washington, USA

Post #49by chris » 02.01.2008, 19:57

Vincent wrote:
chris wrote:I agree that they should go into a sub-menu, but 'Show' is too vague. How about 'Reference Vectors'?
I've used 'Reference Marks' in my fix, but I'm fine with 'Reference Vectors' too.

chris wrote:As suggested by Chuft-Captain, there should probably be items in the top level menu for showing these arrows.
Chris, shall we also we use a sub-menu when integrating these items in the top level menu ?


Yes, for consistency we should use a submenu there as well.

--Chris

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 4 months
Location: Nancy, France

Post #50by Vincent » 02.01.2008, 22:33

I've checked in a change that adds the 'Reference Vectors' submenu to the Windows popup menu.
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3

Avatar
Adirondack M
Posts: 528
Joined: 01.03.2004
With us: 20 years 2 months

Post #51by Adirondack » 03.01.2008, 22:17

Vincent wrote:I've checked in a change that adds the 'Reference Vectors' submenu to the Windows popup menu.
Thanks. 8)

Adirondack
We all live under the same sky, but we do not have the same horizon. (K. Adenauer)

The horizon of some people is a circle with the radius zero - and they call it their point of view. (A. Einstein)


Return to “Celestia Users”