4760 Commits

Author SHA1 Message Date
Henry
fc36674b5c Updated wording of docs 2016-11-09 08:23:01 -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
029d2b3058 [Examples] Simplified MSL example, fixed object tree not loading by default, renamed. Fixes #1256. Fixes #1255 2016-10-22 13:09:34 -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
Andrew Henry
08ca7659e7 Merge pull request #1260 from nasa/open1257
[Composition] Fix adapter composition policy
2016-10-18 12:04:04 -07:00
Victor Woeltjen
d7edfb4cc6 Merge pull request #1263 from nasa/revert-1252-async-root-registration
Revert "Async root registration"
2016-10-18 10:52:42 -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
Victor Woeltjen
8878ea4cf7 Merge pull request #1244 from nasa/restore-fixed-pos
[API] Enable fixed position view
2016-10-18 09:32:08 -07:00
Victor Woeltjen
eb32a798b8 Merge pull request #1252 from nasa/async-root-registration
Async root registration
2016-10-18 09:31:46 -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
Victor Woeltjen
0759ba6722 [Composition] Fix adapter composition policy
...as this had fallen out-of-date with existing APIs.
Fixes #1257.
2016-10-17 10:43:12 -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
Victor Woeltjen
971b92acbb Merge remote-tracking branch 'origin/master' into restore-fixed-pos 2016-10-14 13:53:26 -07:00
Pete Richards
d643efa9bb [Style] Remove unused function
https://github.com/nasa/openmct/issues/1251
2016-10-14 13:16:00 -07:00
Pete Richards
08c0aeb2d5 [Test] Add tests for root registration
Add unit tests for RootRegistry and RootObjectProvider.

https://github.com/nasa/openmct/issues/1251
2016-10-14 13:12:45 -07:00
Pete Richards
b0940eb33e [Objects] refactor out RootObjectProvider
Refactor RootObjectProvider to separate file for simplicty.

https://github.com/nasa/openmct/issues/1251
2016-10-14 12:47:09 -07:00
Pete Richards
6ec858b237 [Docs] Update root registration in README.
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:52 -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
Pete Richards
1947802a35 [ObjectAPI] support async root loading
Overload addRoot method to support async root loading.  By supplying a
function you can defer loading to later, and by allowing those functions
to return a promise, execution can be asynchronous.

Remove "removeRoot" as the assumption will be that roots are opt in, and
instead of removing a Root, an application developer should never configure
it in the first place.

Fixes https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:28 -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
Victor Woeltjen
3b06e32b40 Merge pull request #1250 from nasa/open1249
[Documentation] Changed build location of docs so that API docs are pushed to website
2016-10-14 10:57:51 -07:00
Charles Hacskaylo
271c788f20 [Frontend] TOI in tables
Fixes #933
Fixes #1193
WIP
2016-10-14 10:22:26 -07:00
Henry
a2711c2c08 [Documentation] Changed build script to produce new API docs for website. Fixes #1249t 2016-10-13 16:27:35 -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
Charles Hacskaylo
3f0eb0b7cb [Frontend] New glyphs for use by TOI
Fixes #933
Fixes #1193
Symbols font updated
2016-10-12 18:33:53 -07:00
Victor Woeltjen
3e6c9fa318 Merge pull request #1247 from nasa/fix-built-file
[Build] require correct module
2016-10-12 15:25:37 -07:00