Henry
3e9c0eb7a5
Merged from master to resolve build issues
2016-10-05 12:25:04 -07:00
Pete Richards
ae6f6565fa
[export] remove pdf export
...
Remove pdf export with extreme prejudice due to issues with build process.
Fixes https://github.com/nasa/openmct/issues/1217
2016-09-30 16:54:42 -07:00
Victor Woeltjen
91b63f78eb
[Build] Depend on non-minified jsPDF
...
Fixes #1208 (for some reason)
2016-09-27 16:47:42 -07:00
Henry
11e06039ec
Merge branch 'master' into open933
2016-09-13 13:25:37 -07:00
Victor Woeltjen
d490693bad
[Build] Update to es6-promise 3.3.0
...
...including changes to filename associated with that version.
Fixes #1183
2016-09-13 11:20:58 -07:00
Henry
a1331b7bb3
Merge branch 'master' into open933
2016-09-12 16:54:45 -07:00
Henry
d1960b2f46
[Time Conductor] Resolved merge conflicts
2016-09-12 14:54:16 -07:00
Henry
e639e056ba
[Time Conductor] Fixing bugs found in smoke testing. Fixes #933
2016-09-09 18:51:47 -07:00
David Hudson
3a19890be9
[Formatting] Linting
2016-09-02 03:11:26 +09:00
David Hudson
5e0975ddfa
[Formatting] Remove test code
2016-09-02 02:29:26 +09:00
David Hudson
852ac3cd55
[Enhancement] Quick prototype of PDF export
2016-08-31 23:03:48 +09:00
Henry
0e0ad64830
Fixed issue with wrong deltas being applied
2016-08-04 11:00:56 -07:00
Henry
6501e2eb5f
Added isUTCBased to TimeSystem interface
2016-08-03 13:09:54 -07:00
Henry
1eea5ce480
merged from master
2016-08-01 20:29:50 -07:00
Charles Hacskaylo
c699cb8b4b
Merge remote-tracking branch 'origin/master' into open933-c
...
# Conflicts:
# platform/commonUI/edit/res/templates/create/create-menu.html
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff
# platform/commonUI/general/res/sass/_archetypes.scss
# platform/commonUI/general/res/sass/_constants.scss
# platform/commonUI/general/res/sass/_icons.scss
# platform/commonUI/general/res/sass/_main.scss
# platform/commonUI/general/res/sass/_mixins.scss
# platform/commonUI/general/res/sass/controls/_buttons.scss
# platform/commonUI/general/res/templates/controls/time-controller.html
# platform/commonUI/themes/snow/res/sass/_constants.scss
2016-08-01 17:11:37 -07:00
Henry
a75ea67b8c
Format updates when time system selected
2016-08-01 17:11:01 -07:00
Henry
ce5d0ef5bd
Merged stylesheet changes
2016-08-01 16:16:38 -07:00
Henry
482fcbf6ee
Refactored bundle
2016-08-01 15:38:12 -07:00
Henry
aa4a5e56f9
Improved support from plot
2016-07-26 16:55:00 -04:00
Henry
e6d8944547
Modified main.js
2016-07-19 20:17:06 -07:00
Henry
2a19394334
Added compatibility layer to support existing plots and historical tables
2016-07-19 19:54:52 -07:00
Henry
307b678707
[Fixed] Create new object type based on Telemetry Panel 'Fixed' view. Fixes #1075
2016-07-14 17:00:13 -07:00
Henry
c8898ac6aa
[Documentation] Updated copyright statement. Fixes #1081
2016-07-12 16:55:57 -07:00
Henry
bca5eb0fdb
[Time Conductor] #933 Initial markup
2016-07-07 09:47:46 -07:00
Victor Woeltjen
fa77139077
[Code Style] Run gulp fixstyle
...
...to apply code style settings from #142 .
2016-05-19 11:29:13 -07:00
Pete Richards
f3b265bdd5
Merge branch 'master' into open671
2016-05-09 10:19:24 -07:00
Victor Woeltjen
a13d0b7fab
[Examples] Move examples out of main.js
...
...such that they are not compiled into the Open MCT that
is used as the basis for non-example applications.
Addresses #835
2016-04-26 15:52:09 -07:00
Victor Woeltjen
5e44bfc6c7
Merge branch 'master' into open671
...
Conflicts:
main.js
platform/commonUI/edit/src/policies/EditableMovePolicy.js
platform/commonUI/general/src/directives/MCTTree.js
platform/commonUI/general/src/ui/ToggleView.js
platform/core/src/actions/ActionCapability.js
platform/core/test/models/CachingModelDecoratorSpec.js
platform/core/test/services/InstantiateSpec.js
platform/features/events/bundle.js
platform/features/events/src/DomainColumn.js
platform/features/events/src/EventListController.js
platform/features/events/src/EventListPopulator.js
platform/features/events/src/RangeColumn.js
platform/features/events/src/directives/MCTDataTable.js
platform/features/events/src/policies/MessagesViewPolicy.js
platform/features/events/test/DomainColumnSpec.js
platform/features/events/test/EventListControllerSpec.js
platform/features/events/test/EventListPopulatorSpec.js
platform/features/events/test/RangeColumnSpec.js
platform/features/events/test/policies/MessagesViewPolicySpec.js
platform/features/rtevents/bundle.js
platform/features/rtevents/src/DomainColumn.js
platform/features/rtevents/src/RTEventListController.js
platform/features/rtevents/src/RangeColumn.js
platform/features/rtevents/src/directives/MCTRTDataTable.js
platform/features/rtevents/src/policies/RTMessagesViewPolicy.js
platform/features/rtevents/test/DomainColumnSpec.js
platform/features/rtevents/test/RTEventListControllerSpec.js
platform/features/rtevents/test/RangeColumnSpec.js
platform/features/rtevents/test/policies/RTMessagesViewPolicySpec.js
platform/features/rtscrolling/bundle.js
platform/features/rtscrolling/src/DomainColumn.js
platform/features/rtscrolling/src/NameColumn.js
platform/features/rtscrolling/src/RTScrollingListController.js
platform/features/rtscrolling/src/RangeColumn.js
platform/features/scrolling/src/DomainColumn.js
platform/features/scrolling/src/RangeColumn.js
platform/features/scrolling/src/ScrollingListController.js
platform/features/scrolling/src/ScrollingListPopulator.js
platform/features/scrolling/test/DomainColumnSpec.js
platform/features/scrolling/test/RangeColumnSpec.js
platform/features/scrolling/test/ScrollingListControllerSpec.js
platform/features/scrolling/test/ScrollingListPopulatorSpec.js
platform/features/table/src/directives/MCTTable.js
platform/features/table/test/controllers/TelemetryTableControllerSpec.js
platform/representation/src/gestures/DropGesture.js
platform/telemetry/src/TelemetryFormatter.js
test-main.js
2016-04-08 16:08:19 -07:00
Pete Richards
936079da92
Merge remote-tracking branch 'origin/tree-732'
2016-03-14 16:15:05 -07:00
Victor Woeltjen
dc2b3e85cc
[Tree] Show tree with toggle
2016-03-11 14:33:05 -08:00
Victor Woeltjen
4f293f22a6
[Tree] Add Zepto dependency
...
...to support implementation of a jQuery-less tree.
2016-03-11 12:38:40 -08:00
Henry
5208631528
[Tables] #707 removed redundant bundles
2016-03-10 13:55:59 -08:00
Victor Woeltjen
6289fe333b
[Build] Declare screenfull
...
...and shim such that it can be acquired in the normal AMD way.
Avoids use of global variable to satisfy JSHint.
2016-03-04 11:05:08 -08:00
Victor Woeltjen
02b806ebe0
[Build] Remove main.js boilerplate
...
...to satisfy JSHint
2016-03-04 10:27:59 -08:00
Henry
b9a7ee423a
Merge branch 'master' into open670_master
2016-03-01 12:56:08 -08:00
Pete Richards
748673f99b
Merge branch 'master' into open638_rebase
2016-03-01 10:48:53 -08:00
Henry
ffa497f22f
[Table] #670 Added new view type 'table'
2016-02-26 11:09:51 -08:00
Pete Richards
fcdf89a4ee
Merge branch 'master' into open638_rebase
2016-02-23 10:56:13 -08:00
Victor Woeltjen
882cf80ba9
[CSV Export] Include exportService as active bundle
2016-02-05 15:07:51 -08:00
Victor Woeltjen
cb0f191ab3
[CSV Export] Add FileSaver dependency
...
...to handle export part of CSV export.
2016-02-05 14:39:28 -08:00
Victor Woeltjen
3ae8fcc8b4
[CSV Export] Add CSV library as dependency
...
For use in general-purpose CSV export service, #649
2016-02-05 12:21:09 -08:00
Henry
6fb6761abf
[Plots] #638 New plot display options
2016-02-04 14:23:28 -08:00
Victor Woeltjen
a10db656ce
[Build] Allow bundles to be removed
...
Allow bundles to be removed by:
* Waiting for explicit activation before bootstrapping,
providing a time period when bundles could be removed.
* Adding a remove method to BundleRegistry
2016-02-02 15:18:50 -08:00
Victor Woeltjen
e0fbaa83b0
[Build] Add compatibility with text plugin
...
Allow templates to be loaded via the text plugin, which
in turn will allow these to be built into the final JS
artifact.
2016-01-28 11:41:14 -08:00
Victor Woeltjen
cf15b6eed7
[Build] Add additional run-time dependencies
2016-01-28 11:12:18 -08:00
Victor Woeltjen
452b05eb7b
[Build] Update RequireJS config
...
...to use bower_components paths
2016-01-28 10:55:22 -08:00
Victor Woeltjen
69c5b110bf
[API Refactor] Move out non-global require config
2016-01-13 12:41:15 -08:00
Victor Woeltjen
45142e03dc
[API Refactor] Move uuid dependency out of top-level
2016-01-13 12:33:22 -08:00
Victor Woeltjen
52579fefe1
[API] Simplify RequireJS config
2016-01-07 15:29:19 -08:00
Victor Woeltjen
786f9febe4
[API] Declare libs upfront
...
Declare external dependencies up-front in RequireJS
config; avoids problems due to changes in ordering
(since RequireJS config may be modified by bundle
contents.)
2016-01-07 15:07:25 -08:00