Victor Woeltjen
0cb439df19
[Imagery] Add imagery to active bundles
...
WTD-1170.
2015-06-12 12:11:47 -07:00
Charles Hacskaylo
8f153d4e75
[Fronted] Significant refactoring of mixins for containers and buttons
...
WTD-839
Removal of 'icon-btn' class from *.html;
Cleanup of markup in switcher.html;
'name' span is now hidden when switcher is within frame;
Commented out unused css classes in _controls.scss,
Normalization of markup in object header when in main view and framed objects;
Icon sizing fixed in menus and switcher control;
Tightened up spacing in menus;
2015-06-12 11:44:09 -07:00
Victor Woeltjen
0f30e5e840
Merge pull request #6 from nasa/open-1167
...
Review and Integrate open-1167, entanglement actions
2015-06-12 10:33:11 -07:00
Victor Woeltjen
3a79801579
[Glyphs] Use placeholder glyphs for actions
...
Use placeholder glyphs for move, copy, link; completing
integration of #6 .
2015-06-12 10:27:35 -07:00
larkin
bff272e326
[JSDoc] Add class-level documentation
2015-06-12 10:08:34 -07:00
Charles Hacskaylo
af0c2e7827
[Fronted] Significant refactoring of mixins for containers and buttons
...
WTD-839
Refactoring in advance of style mods to switcher when in frame;
Cleanup of markup to remove 'icon' class from invoke-menu elements;
2015-06-12 10:00:51 -07:00
larkin
d32c05a313
[Style] Add newline at end of file
2015-06-12 09:57:28 -07:00
larkin
11beea9dfd
[Glyphs] New Glyphs for Actions
2015-06-12 09:56:22 -07:00
larkin
c6186ae186
[Entanglement] Correctly Call Policy Service
...
Move, Copy, and Link services correctly call the policy service to
check whether composition is allowed. Fixes open-1254.
2015-06-12 09:45:12 -07:00
larkin
d041655546
[Licenses] Add License Headers
2015-06-11 14:22:18 -07:00
Victor Woeltjen
e70ceb12d7
[Imagery] Begin adding mct-image
...
Begin adding directive to preload images before displaying
them, to avoid flashing of imagery as it arrives. WTD-1170.
2015-06-11 14:12:36 -07:00
larkin
d35e4d3691
[Config] Add entanglement to app config
2015-06-11 13:09:02 -07:00
larkin
1525657ac2
[Task] Remove TODOS
2015-06-11 13:09:02 -07:00
larkin
9123078293
[Entanglement] Add entanglement bundle
...
The entanglement bundle defines move, copy, and link actions, and
exposes them as context menu actions.
* The Move action moves an object from it's current parent to a new
parent object.
* The Copy action deep-copies an object to a new parent object.
* The Link action links an object to a new parent object.
These actions are implemented by three new services: moveService,
copyService, and linkService.
Mocks are provided for each service for easy testing of components
that depend on them.
Additionally, this bundle provides a DomainObjectFactory that simplifies
the construction of mockDomainObjects for tests.
These actions are exposed to the user as context menu options.
2015-06-11 13:09:01 -07:00
larkin
8811f2a53e
[Creation] createObject returns newObject
...
createObject returns a promise which is resolved when the object
has been persisted. The promise is resolved with an instance of the
new domainObject.
2015-06-11 13:09:01 -07:00
Charles Hacskaylo
0b8d5ceb86
[Fronted] Significant refactoring of btn classes
...
WTD-839
Refactoring in advance of style mods to switcher when in frame;
Moved btn styles from _controls.scss to _buttons.scss;
Markup cleaned up with css classing simplified;
2015-06-10 17:23:08 -07:00
Victor Woeltjen
60296b5323
[Core] Add newlines
...
Add newlines to scripts added to core for WTD-1202.
2015-06-10 17:05:28 -07:00
Victor Woeltjen
500d88b5a1
[Plot] Update spec
...
Update spec for PlotController to account for usage of the
throttle service, WTD-1202.
2015-06-10 17:02:16 -07:00
Victor Woeltjen
35b5fbefd0
[Plot] Throttle updates
...
Throttle plot updates to subplots; WTD-1202.
2015-06-10 16:54:01 -07:00
Victor Woeltjen
e06d11dcb2
[Core] Add throttle service
...
Add service for throttling function calls; specifically supports
reducing tick mark recalculation, WTD-1202.
2015-06-10 16:53:43 -07:00
Victor Woeltjen
d1a09c0180
[Telemetry] Remove linear search
...
Remove linear search for unused positions when queuing telemetry
updates; instead, track available positions such that insertion
is more performant at a modest cost (bound to the number of subscriptions)
of retrieval. Additionally, add implementation notes in-line.
WTD-1202.
2015-06-10 16:53:35 -07:00
Victor Woeltjen
732c0abf10
[Info Bubble] Add newlines
...
Add newlines to end of files added for WTD-884.
2015-06-10 16:40:22 -07:00
Charles Hacskaylo
5219105887
[Config] Modified priority to make plot the default view
...
WTD-949
Plot is now the default view when browsing objects,
or in-frame in Display Layouts;
2015-06-10 15:31:37 -07:00
Charles Hacskaylo
bd66c0138b
[Merge] Bringing in latest ue-frontend
2015-06-10 15:20:38 -07:00
Victor Woeltjen
fd63aa30ea
[Forms] Add test for date-time controller
...
Add test case to complete coverage of date-time controller;
done in the context of WTD-884 (albeit unrelated) to improve
code coverage.
2015-06-10 14:31:34 -07:00
Charles Hacskaylo
d7e43026cd
[Merge] Merge in open-master, resolve conflicts in _constants.scss
2015-06-10 14:04:48 -07:00
Victor Woeltjen
b9ea876101
[Imagery] Allow pausing imagery
...
WTD-1170.
2015-06-09 16:56:47 -07:00
Charles Hacskaylo
1795dc5549
Merging in /platform specific changes from warp1220
2015-06-09 16:44:18 -07:00
Victor Woeltjen
ee542293b9
[Imagery] Display image updates
...
WTD-1170.
2015-06-09 16:31:51 -07:00
Victor Woeltjen
277533b4bf
[Imagery] Begin adding controller
...
Begin adding controller for Imagery view, WTD-1170.
2015-06-09 16:07:17 -07:00
Victor Woeltjen
627fa267f4
[Imagery] Add imagery view bundle
...
Add a bundle which contains view for image telemetry.
Template is a placeholder; view is restricted by policy
to telemetry-providing domain objects which actually have
image telemetry. WTD-1170.
2015-06-09 15:40:42 -07:00
Victor Woeltjen
4320d9be95
[Imagery] Add example imagery
...
Add a telemetry source for example imagery to support development
of a view for image telemetry, WTD-1170.
2015-06-09 15:29:07 -07:00
Victor Woeltjen
bc6b3f8902
Merge branch 'open-master' into open1170
2015-06-09 11:41:44 -07:00
Victor Woeltjen
40f36541fa
[Core] Add missing models
...
When requested models are missing, add models of an explicitly
unknown type to allow this to be expressed to the user.
WTD-1241.
2015-06-09 10:31:17 -07:00
Pete Richards
e6d830bfdc
Merge pull request #1 from nasa/open1221
...
[Platform] Tweak misc. items to support clocks/timers
2015-06-09 10:23:06 -07:00
Victor Woeltjen
de3c6e4543
[Fixed Position] Show limits in fixed position
...
Show limits in fixed position view, WTD-1223.
2015-06-09 10:18:28 -07:00
Victor Woeltjen
51852e1322
[Limits] Use datum for limits in scrolling list view
...
Utilize 'datum' API when displaying limits in a scrolling list
view, WTD-1223.
2015-06-09 10:07:00 -07:00
Pete Richards
eb9446dd14
Merge pull request #2 from nasa/open1199
...
[Example] Add minimal web server
2015-06-09 09:47:16 -07:00
Charles Hacskaylo
7a93b7d77a
Pulled in final sanding on bubbles.scss from open1222
2015-06-09 09:32:28 -07:00
Victor Woeltjen
781a1a4be5
[Limits] Add metadata to SWGs
...
Add telemetry metadata to Sine Wave Generators to support
utilizing telemetry in a 'datum' format, to match designed
API for WTD-1223.
2015-06-09 09:31:22 -07:00
Charles Hacskaylo
277b8e74b6
[Frontend] Final sanding on bubbles.scss
...
WTD-1222
2015-06-09 09:28:59 -07:00
Charles Hacskaylo
cec115976c
Merged latest from open-master and open1222 platform/
2015-06-08 16:00:24 -07:00
Victor Woeltjen
35b5b29d03
[Limits] Use datum for scrolling list
...
Use notion of a datum from scrolling list view when
evaluating limits, WTD-1223.
2015-06-08 15:34:17 -07:00
Victor Woeltjen
2a4bf7b95a
[Limits] Use datum for plots
...
Use datum for limits in a plot, WTD-1223.
2015-06-08 15:33:41 -07:00
Victor Woeltjen
ea3be6db49
[Limits] Use datum for sinewave limits
...
Use forward-looking notion of a datum for sine wave
generator limits, WTD-1223.
2015-06-08 15:32:24 -07:00
Victor Woeltjen
4544167b50
[Telemetry] Provide latest telemetry datum
...
Provide latest telemetry as a datum to begin transitioning
toward revised telemetry API, particularly as used from limits;
WTD-1223.
2015-06-08 15:26:02 -07:00
Charles Hacskaylo
1587e66d9e
[Frontend] Added local zoom/reset controls
...
WTD-1222
Refactored scss in plots-main slightly;
Removed unused sass/plots.scss;
2015-06-08 15:24:17 -07:00
Charles Hacskaylo
5aad1b4e30
[Frontend] Removing unused firs-order scss file
2015-06-08 15:08:43 -07:00
Charles Hacskaylo
03252aac1b
[Frontend] Ported over all /platform changes from warp1222
...
WTD-1222
2015-06-08 13:50:54 -07:00
Charles Hacskaylo
b18159b8e1
Merging in latest from ue-frontend
2015-06-08 13:45:31 -07:00