Andrew Henry
31308b1076
[Time Conductor] Addressed code review comments. Fixes #1287
2016-11-22 17:21:16 +00:00
Henry
db6386e21c
Removed redundant ConductorService
2016-11-09 13:07:00 -08:00
Henry
a9ec8db8c6
Merge branch 'master' into open1193
2016-11-09 08:23:07 -08:00
Henry
fc36674b5c
Updated wording of docs
2016-11-09 08:23:01 -08:00
Pete Richards
5b6f95bd4a
[Fixed] Specify default layout grid ( #1296 )
...
* [Fixed] Specify default layout grid
Previously users would see blank values for grid size
even though a default was applied. Users will now
see default values for grid size which should prevent
them from accidentally changing grid size.
Fixes https://github.com/nasa/openmct/issues/1285
* [Fixed] Don't hardcode grid size
Remove hardcoded grid size per comments.
https://github.com/nasa/openmct/pull/1296#issuecomment-259231499
* [Fixed] read layout before initial refresh
Read the layoutGrid sizes from scope (when watch is registered)
before refreshing elements, to ensure that layoutGrid is set
properly.
https://github.com/nasa/openmct/pull/1296#issuecomment-259231499
* [Spec] Update spec to match
Update spec to trigger watch on initialization to ensure
layoutGrid is set.
https://github.com/nasa/openmct/pull/1296
2016-11-08 14:59:09 -08:00
Henry
d0906baccf
Fixed TOI not showing
2016-11-04 10:48:05 -07:00
Henry
099c56c407
Fixed failing tests
2016-10-28 16:46:06 -07:00
Henry
7cc008ed01
Added tests for tables, TOI controller
2016-10-28 10:28:41 -07:00
Henry
b0901e83cb
Added tests for ConductorAxisController and TimeConductor
2016-10-27 10:42:31 -07:00
Henry
dfed0a0783
Added ConductorAxisController tests
2016-10-26 18:07:50 -07:00
Henry
c3322e3847
Added tests for MctTableController
2016-10-26 11:32:38 -07:00
Henry
8e76ebb5a8
Removed debugging code
2016-10-25 15:48:15 -07:00
Henry
93735bc404
Removed bundle definition of MctAxisController
...
Documenting code
2016-10-24 15:38:58 -07:00
Henry
a942541724
[Time Conductor] Fixed memory leak due to listeners not being deregistered
2016-10-23 21:07:51 -07:00
Henry
49e600dcc9
[Time Conductor] Fixed zoom slider behavior
2016-10-22 16:47:11 -07:00
Henry
f5806613b9
[Time Conductor] support TOI from real-time tables
2016-10-22 14:46:14 -07:00
Henry
482eb4a5e8
[Time Conductor] Using new API
2016-10-22 13:09:05 -07:00
Henry
843c678b0b
In process of merging
2016-10-21 10:21:34 -07:00
Henry
b56ab0aac2
[Time Conductor] Implement default sort, fix unpredictable positioning using % left, set TOI on conductor init. #1193
2016-10-19 16:30:26 -07:00
Victor Woeltjen
64ff463200
Revert "Revert "Async root registration""
2016-10-19 14:55:07 -07:00
Henry
d12ae77d95
Further TOI improvements
2016-10-19 11:29:42 -07:00
Henry
22564473b5
Merge branch 'open1193' of https://github.com/nasa/openmctweb into open1193
2016-10-18 16:32:12 -07:00
Henry
9f3ec3b18f
Fixed issue with scrolling to row after bounds change
2016-10-18 16:31:59 -07:00
Victor Woeltjen
4eca80a770
Revert "Async root registration"
2016-10-18 10:48:26 -07:00
Andrew Henry
56a662841e
Merge pull request #1254 from nasa/open1235
...
[Frontend] Fixes to Export buttons
2016-10-18 09:32:28 -07:00
Charles Hacskaylo
86b51f6cde
[Frontend] Small refactor for mct-include
...
Fixes #933
Fixes #1193
Markup and CSS tweaked to support using mct-include
as the main container for the TOI element; TC, plots
and tables all updated.
2016-10-17 17:19:50 -07:00
Henry
dadca62955
Positioning of TOI in tables and plots
2016-10-17 15:54:34 -07:00
Henry
7a09bc1339
Migrated TOI functionality to common controller
2016-10-17 10:11:59 -07:00
Charles Hacskaylo
b8cb41b1da
[Frontend] Fixes to export buttons
...
Fixes #1235
Sass and markup mods; changes to
.l-btn-set and related classes
2016-10-14 16:53:00 -07:00
Henry
6bea6b3bc2
Merge branch 'open1193' of https://github.com/nasa/openmctweb into open1193
2016-10-14 14:38:57 -07:00
Henry
660757fc1c
Added TimeOfInterestController
2016-10-14 14:38:46 -07:00
Pete Richards
891412bdb9
[Roots] Move my-items to separate bundle
...
My Items root is now opt-in, and does not need to be enabled for all
deployments. My Items is enabled by default in the development edition.
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:47 -07:00
Charles Hacskaylo
8f67cbd717
[Frontend] Fixed cursor: grab on Time Conductor
...
Fixes #933
Fixes #1193
Moved cursor: grab into mixin; sass cleanups
2016-10-14 11:33:35 -07:00
Charles Hacskaylo
07a4e26317
[Frontend] TOI finalizing
...
Fixes #933
Fixes #1193
HTML template cleaned up; checked in snow theme,
theme colors tweaked; padding finalized; now uses
val-to-left instead of -to-right;
2016-10-14 11:03:23 -07:00
Charles Hacskaylo
271c788f20
[Frontend] TOI in tables
...
Fixes #933
Fixes #1193
WIP
2016-10-14 10:22:26 -07:00
Charles Hacskaylo
b7e8a1b378
[Frontend] Styling for TOI element
...
Fixes #933
Fixes #1193
WIP: Table TOI element in progress
2016-10-13 15:55:48 -07:00
Charles Hacskaylo
6042e4ad58
[Frontend] Styling for TOI element
...
Fixes #933
Fixes #1193
WIP: plots and TC done, moving on to
tables; moved sass into conductor-v2;
moved constants;
2016-10-13 13:46:27 -07:00
Charles Hacskaylo
1a534301c5
[Frontend] Refactor TOI element
...
Fixes #933
Fixes #1193
WIP; TOI as mct-include; layout uses
flex-box; preparing to move TOI sass
into conductor-v2 directory;
2016-10-13 11:42:10 -07:00
Charles Hacskaylo
42acf9255e
[Frontend] Adding resync and dedicated unpin buttons
...
Fixes #933
Fixes #1193
VERY WIP!
2016-10-12 18:34:51 -07:00
Pete Richards
65043d0ff3
squash merge open933 into integration-1089, resolve merge conflicts.
2016-10-12 13:47:56 -07:00
Andrew Henry
3572877a2e
Merge pull request #1213 from nasa/api-platform-updates
...
[API] Miscellaneous platform updates
2016-10-12 12:28:52 -07:00
Henry
086307ba3a
Fixed scrolling behavior with TOI
2016-10-11 17:16:51 -07:00
Henry
938bf3c4df
Merge branch 'open1182' into open1193
2016-10-11 13:26:20 -07:00
Henry
8b2047ca32
Fixed issue with setting deltas
2016-10-11 13:25:24 -07:00
Henry
3910437033
Merged changes to zoom
2016-10-11 12:48:37 -07:00
Henry
02c543fddc
Fixed zoom in real-time mode
2016-10-11 12:45:18 -07:00
Henry
70c4ce24e4
Added support for clicking row to set TOI
2016-10-07 17:57:14 -07:00
Henry
b995a8b87b
Merged from open1182
2016-10-07 16:11:59 -07:00
Henry
b384e84872
Merge branch 'open933' into open1182
2016-10-07 15:02:41 -07:00
Henry
07140b179f
Merge branch 'master' into open933
2016-10-07 14:54:18 -07:00