Commit Graph

4720 Commits

Author SHA1 Message Date
Victor Woeltjen
d61f446002 [Selection] Add a click-elsewhere gesture 2016-09-26 15:21:43 -07:00
Victor Woeltjen
763f7dd021 [Selection] Begin adapting actions 2016-09-26 12:37:02 -07:00
Victor Woeltjen
cad255ce83 [Selection] Use variable name expected by template 2016-09-26 11:52:14 -07:00
Victor Woeltjen
3b4239fbd9 [Selection] Use AngularView for context menus 2016-09-26 11:43:38 -07:00
Victor Woeltjen
15ef89f455 [Selection] Bring over context menu template 2016-09-26 11:38:37 -07:00
Victor Woeltjen
c9a0a469f6 [Selection] Position context menus 2016-09-25 20:30:42 -07:00
Victor Woeltjen
f926bd9762 [Selection] Position overlays 2016-09-25 19:38:03 -07:00
Victor Woeltjen
d79392aeaa [Selection] Begin integrating OverlayManager 2016-09-25 18:26:00 -07:00
Victor Woeltjen
9a5bda4917 [Selection] Sketch in overlay manager 2016-09-25 18:22:07 -07:00
Victor Woeltjen
407550e6f4 [Selection] Inject actionRegistry 2016-09-23 15:48:43 -07:00
Victor Woeltjen
8b44b44e38 [Selection] Generalize Registry 2016-09-23 15:46:45 -07:00
Victor Woeltjen
8dfa8df28a [Selection] Allow providers to return array
...to allow one-to-many providers for actions, as is useful
for Create et al (and, in this specific case, to support
adapters.)
2016-09-23 15:45:46 -07:00
Victor Woeltjen
9e19296b14 [Selection] Add ActionRegistry 2016-09-23 15:35:40 -07:00
Victor Woeltjen
106632c21c [Selection] Remove unused import 2016-09-23 15:32:40 -07:00
Victor Woeltjen
235032a571 [Selection] Wire in new contextmenu 2016-09-23 15:27:39 -07:00
Victor Woeltjen
db41f6e64f [Selection] Obey priority order 2016-09-23 15:19:16 -07:00
Victor Woeltjen
e83e0da521 [Selection] Export openmct from main.js 2016-09-23 15:16:32 -07:00
Victor Woeltjen
c411f8fbe3 [Selection] Go through openmct API 2016-09-23 15:07:03 -07:00
Andrew Henry
e3e7bd27e9 Merge pull request #1203 from nasa/open1202
[Frontend] Removed Export buttons from objects when in a Layout
2016-09-23 10:20:47 -07:00
Andrew Henry
f6ed0e8ab6 Merge pull request #1178 from hudsonfoo/open1168
[Frontend] Delay visibility of progress bar
2016-09-23 10:10:09 -07:00
Henry
c179d9e759 Merge branch 'BogdanAlexandru-mct588comm' 2016-09-22 17:45:41 -07:00
Henry
98f387b605 [Edit Mode] Renamed function from EditAction.cancel() to EditAction.finish() 2016-09-22 17:34:53 -07:00
Henry
275dda820b Merge branch 'mct588comm' of https://github.com/BogdanAlexandru/openmct into BogdanAlexandru-mct588comm 2016-09-22 17:33:42 -07:00
Victor Woeltjen
43c32c2c7b Merge pull request #1201 from nasa/open1080
[Edit Mode] Fixed issue with save dialog not being displayed for new objects after mutation
2016-09-22 16:23:49 -07:00
Victor Woeltjen
3f5388c2e8 [Build] Restore SNAPSHOT status
...and bump version number to open sprint Rajaniemi,
https://github.com/nasa/openmct/milestone/18
2016-09-22 16:20:18 -07:00
Victor Woeltjen
bad24d6213 [Build] Remove SNAPSHOT status
...to close sprint Pratchett,
https://github.com/nasa/openmct/milestone/17
2016-09-22 15:48:48 -07:00
Victor Woeltjen
4ce952846c [Selection] Expose context menu adapter 2016-09-22 11:51:00 -07:00
Victor Woeltjen
fdab4a614f [Selection] Expose contextual gesture 2016-09-22 11:48:44 -07:00
Victor Woeltjen
152f55652f [Selection] Add adapter for context menu 2016-09-22 11:46:37 -07:00
Henry
7a94efccbf [Edit Mode] Fixed spelling mistake, moved variable declaration 2016-09-22 11:04:04 -07:00
Charles Hacskaylo
3c72eea9ef [Frontend] Removed export buttons from objects when in layout
Fixes #1202
CSS modded
2016-09-22 10:41:14 -07:00
Henry
3548cde9c4 [Edit Mode] Fixed issue with save dialog not being displayed for new objects after mutation. Fixes 1080 2016-09-21 16:12:09 -07:00
Victor Woeltjen
c46c42e576 [Selection] Sketch in AngularView
...for use in the adapter layer.
2016-09-21 15:39:56 -07:00
Victor Woeltjen
75bf956c3d [Selection] Use context typedef 2016-09-21 14:54:22 -07:00
Victor Woeltjen
0a44c48338 [Selection] Sketch in context menu gesture 2016-09-21 13:27:59 -07:00
Victor Woeltjen
e4c3412e8a [Selection] Sketch in context menu view 2016-09-21 13:16:24 -07:00
Victor Woeltjen
4e1cfac4b9 [Selection] Expose inspector registry 2016-09-21 12:30:36 -07:00
Victor Woeltjen
0a64e9f515 [Selection] Add ViewRegistry 2016-09-21 12:29:43 -07:00
Victor Woeltjen
7341ed9d03 [Selection] Handle selection changes
...from the InspectorRegion
2016-09-21 12:26:57 -07:00
Victor Woeltjen
e2631bdcfd [Selection] Listen/unlisten to selection
...from the inspector region
2016-09-21 11:27:24 -07:00
Victor Woeltjen
773a7c0c24 [Selection] Begin adding Inspector region 2016-09-21 11:25:21 -07:00
Alex M
0c27a5f361 [Edit] Remove CreationService dep from SaveAs 2016-09-19 23:52:30 +03:00
Alex M
abfabc85b5 [Edit] Fix edit-action-buttons indent 2016-09-19 20:41:50 +03:00
Alex M
e08704e6d3 [Edit] Make checkstyle happy 2016-09-19 20:39:54 +03:00
Alex M
f60fc2ebad [Edit] EditorCapability.finish returns domainObj 2016-09-19 20:33:12 +03:00
Alex M
b50278e92f [Edit] Remove mocked unused UrlService 2016-09-19 20:22:46 +03:00
Andrew Henry
e0b6986851 Merge pull request #1169 from smirecki/master
[Documentation] Typo corrections
2016-09-19 09:52:48 -07:00
David Hudson
56267095cb [Forms] Add style for small textareas
Issue #1184. This allows for a generically sized text area in forms. I am
anticipating some potential feedback on this given the approach and the sizing
I chose may or may not be ideal for your requirements.
2016-09-18 01:47:07 +09:00
David Hudson
f9ce27def3 [Frontend] Add attributes for storing notes
Issue #1184
2016-09-18 01:27:12 +09:00
David Hudson
127a7a62c1 Merge branch 'master' of github.com:nasa/openmct into open1184 2016-09-18 01:25:05 +09:00