realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Show the same right-click context menu functionality for entities and components in Scene Structure and EC Editor windows #688

Open Stinkfist0 opened 11 years ago

Stinkfist0 commented 11 years ago

Basically do same what was done for asset items recently https://github.com/realXtend/naali/issues/399?source=cc

jonnenauha commented 11 years ago

Some thoughts on the UI for whoever might implement this:

Make the functions popup dialog look nicer via stylesheets, make similar to the other EC editor popup windows, change window flags to Qt::Tool. Check if the generated UI for setting function call params could be made more clear to the user. Also check for bugs as @Stinkfist0 noticed today that sometimes not all widgets get on screen (eg. select a func that only takes a bool).