1132 Commits

Author SHA1 Message Date
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
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
Henry
51a95575f7 [Time Conductor] Refactored time of interest as optional generic behavior of MctTable 2016-10-07 14:51:59 -07:00
Victor Woeltjen
1a88c9a651 Merge remote-tracking branch 'origin/master' into persist-on-mutation-825 2016-10-07 11:27:58 -07:00
Henry
dfbbc3b0c5 alt-click to select TOI from table 2016-10-06 10:23:42 -07:00
Henry
3e9c0eb7a5 Merged from master to resolve build issues 2016-10-05 12:25:04 -07:00
Henry
f1d2072bb9 Added license information 2016-10-05 11:17:22 -07:00
Henry
430645b1f2 TOI working in time conductor 2016-10-05 09:04:13 -07:00
Henry
bff4e120a7 [Tables] Modified selection of scrollable element. Fixes #1216 2016-10-04 19:14:47 -07:00
Charles Hacskaylo
47a0aba601 [Frontend] TOI sass and markup sanding
Fixes #933
Fixes #1193
Color tweaks; Cleanups, commented
 code removal, etc.; tightened up
 tabular padding and font sizes;
2016-10-04 18:12:01 -07:00
Victor Woeltjen
c9c8998fa2 Merge pull request #1196 from hudsonfoo/open1185
[Timeline] Add battery starting state-of-charge
2016-10-04 18:06:50 -07:00
Charles Hacskaylo
0ed0a48a8c [Frontend] Styling for TOI element
Fixes #933
Fixes #1193
Tabular styling for TOI;
2016-10-04 15:49:18 -07:00
Charles Hacskaylo
1650aae518 [Frontend] Styling for TOI element
Fixes #933
Fixes #1193
WIP: Tabular styling for TOI;
TODO: make bottom border work
2016-10-03 15:56:56 -07:00
Charles Hacskaylo
d3bf6c5857 [Frontend] Styling for TOI element
Fixes #933
Fixes #1193
WIP: Markup and CSS for plots and TC near complete;
TODO: revised styling in tabular views;
2016-10-03 15:15:56 -07:00