- Make it possible to select and copy text in notifications d024364130
- Disable navigation and time inputs based on engine mode (OpenSpace/OpenSpace-WebGui#175)
- Add tab to add browser/webpage in screenspace renderables panel (OpenSpace/OpenSpace-WebGui#177)
- Fix missing info button for current SGN (#3735) 8e0c43cc40
* Add a function for getting all propertyowners matching a certain regex
* Fix broken toggleFade - now works with multiple nodes
* Utilize updated toggle fade function in existing toggle actions
* Make `openspace.propertyOwner` work when only tag is included
* And make toggleFade work in a situation where tag matches both a screenspace renderable and scene graph node
* Remove mistakenly added scene graph node (it is really a screenspace renderable)
* Cleanup property check code to reuse check in both property and propertyowner function
* documentation in FITS renderable
* selected color range bug fix, parameter documentation for fits sphere and field lines sequence renderables
* Very compact description in mission panel
* field line vs fieldline
* Alex comments
* Add missing punctuation
* emmas comments
---------
Co-authored-by: Emma Broman <emma.broman@liu.se>
* Fix faulty log category and minor inconsistencies in GlobeTranslation and GlobeRotation
* Small refactor
* Remove unused return value from initialize function
* Fill attached node in globetranslation initialize and initialize all timeline
Should make the timeline translation work with globetranslations in other cases that the renderabletrails
* Do the same type of change for rotation and scale
* Update initialize function singatures
* Initialize and update translation in trail before use
* Screenspace renderable renderable - move initialize call to initialize
* Refactor trail position calls to make it clearer what is being done
* Call timeframe initialize functions in transform classes
* Do not call update in trail position after all - it borks up the performance
* GlobeTransform: Only fill attached node in init and onchange, and allow nodes without renderable
* Correctly initialize the multi-transform types
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Address code review comment
* Update comments in renderabletrail
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
- Updated webgui config and paths for ShowComposer
- Update backendhash, download showcomposer. Fix issue with sorting dictionary keys
- Update the hashes for the backend and showcomposer
---------
Co-authored-by: dmelancon <mr.dmelancon@gmail.com>
- Print the information message informing about the keybdining if it exists
- Add new function `keyBindingsForAction` that returns the list of keys that are bound to a specific action
- Change the parameter to the `keyBindings` function to be optional, causing it to return all actions bound to keys
* updates to night sky assets and new actions for ui panel;
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* swap order of east/south declaration
* updated zeropoint_data to synched resource
* rework action to use fadeIn
* Apply suggestions from code review
update to ns navigation actions
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* update to position function for review
* removed action based on review
* Update data/assets/actions/nightsky/createsuntrails.asset
up formatting of suntrails action
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* update to nightsky grids for segement property name change
* updated fade distances for mercury and venus label to be visible from earth when close
* fix to nightsky grid segments
* added time actions to list of nightsky assets
* Update default UI panels to include night sky panel
* fix to add sun trails action
* Show night sky panel in nightsky profile
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Emma Broman <emma.broman@liu.se>