Victor Woeltjen
e3dc26c130
[API] Clean up docs
2016-09-02 15:25:28 -07:00
Victor Woeltjen
96c3d1cac2
[API] Use JSDoc config
2016-09-02 15:19:20 -07:00
Victor Woeltjen
2af778145d
[API] Clean up JSDoc slightly
2016-09-02 15:16:11 -07:00
Victor Woeltjen
5743eeb33a
[API] Reference EventEmitter
2016-09-02 15:03:12 -07:00
Victor Woeltjen
f06f714bdc
[API] Document some public fields
2016-09-02 15:02:18 -07:00
Victor Woeltjen
d592bd1035
[API] Give up on borrows-style documentation
2016-09-02 14:58:06 -07:00
Victor Woeltjen
b5f62541ce
[API] Add watch for API docs
2016-09-02 14:54:27 -07:00
David Hudson
de85f79ab6
[Enhancement] Hide export buttons during export
...
Buttons temporarily hide until export completes.
2016-09-02 20:41:38 +09:00
David Hudson
3736f84c12
[Frontend] Set plot export buttons to show/hide on hover
...
It's worth noting that I changed the .gl-plot position from relative to absolute
in an attempt to match the results to a similar requirement in MCT Table. Setting
to absolute caused no regressions as far as I could tell, but I have not attempted
browsers outside of Chrome.
2016-09-02 19:36:39 +09:00
Charles Hacskaylo
e7a7025961
[Frontend] Markup for #967
...
Fixes #967
WIP to be integrated with work
from hudsonfoo in PR #1164
(cherry picked from commit ebadad61c6
)
2016-09-02 18:19:20 +09:00
David Hudson
e38cf1e2e8
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-02 18:17:46 +09:00
Andrew Henry
7b84febfde
Merge pull request #1162 from ZachMoreno/patch-1
...
[Documentation] Updated from OpenMCTWeb to OpenMCT
2016-09-02 09:38:54 +01:00
Charles Hacskaylo
39dcb937d5
[Frontend] CSS and markup tweaks
...
Fixes #1166
New control-bar height constant
Removed font-size definition in .l-view-section
2016-09-01 20:09:38 -07:00
David Hudson
3e3d3ebcf9
[Formatting] Switched to double quote across the board for consistency
2016-09-02 11:58:15 +09:00
David Hudson
e370271093
[Code Review] Updates based on code review by @VWoeltjen
...
Set export functions on the ExportImageService prototype. Insantiated
ExportImageService in the PlotController for better dependcy injection.
2016-09-02 11:54:38 +09:00
Charles Hacskaylo
55603b927f
[Frontend] Generalized markup and CSS for control-bar
...
Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
2016-09-01 19:37:36 -07:00
Victor Woeltjen
33ced4bccf
[API] Expose MCT on openmct
2016-09-01 15:51:25 -07:00
Victor Woeltjen
e37510dbab
[API] Ignore internal API after processing
2016-09-01 15:13:52 -07:00
Victor Woeltjen
f27c41014d
[API] JSDoc for openmct.start()
2016-09-01 14:50:18 -07:00
Victor Woeltjen
bd796f2beb
[API] Simple constructor documentation
2016-09-01 14:44:24 -07:00
Victor Woeltjen
bcc32c76d0
[API] Module-level JSDoc
2016-09-01 14:42:55 -07:00
Victor Woeltjen
ff2ec6690a
[API] Rename module to openmct
2016-09-01 14:35:52 -07:00
Victor Woeltjen
1e0fb3611d
[API] Render API docs to HTML
2016-09-01 12:34:54 -07:00
Victor Woeltjen
e35666bcc6
Merge pull request #1165 from nasa/subobjects1161
...
Review and integrate initial styling for selectable sub-objects
2016-09-01 12:23:37 -07:00
David Hudson
3a19890be9
[Formatting] Linting
2016-09-02 03:11:26 +09:00
Charles Hacskaylo
725f8202ed
Merge remote-tracking branch 'origin/master' into subobjects1161
2016-09-01 10:56:17 -07:00
Charles Hacskaylo
ee917b0e1d
[Frontend] Initial styling for selectable styling
...
Fixes #1161
New .s-selectable, .s-hover, .s-selected and .s-moveable classes
New supporting color constants
Markup in layouts, fixed position/panels updated
Removed old commented code
2016-09-01 10:55:07 -07:00
David Hudson
a8900f3d6d
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-02 02:44:01 +09:00
David Hudson
ea8f429902
[Enhancement] Add export functionality to PlotController
...
Extends PlotController by adding three new scoped methods:
exportPDF, exportPNG, exportJPG.
All three methods use basically the same steps. The HTML node
of the plot is passed through html2canvas which generates a canvas.
From the canvas we export a blob, PNG, or JPG then save the file.
2016-09-02 02:41:43 +09:00
David Hudson
219301a85b
[Frontend] Add export plot buttons
2016-09-02 02:32:42 +09:00
David Hudson
06a453333a
[Enhancement] Pass element to plot controller
...
This will be used for exporting an image of the plot.
2016-09-02 02:31:34 +09:00
David Hudson
5e0975ddfa
[Formatting] Remove test code
2016-09-02 02:29:26 +09:00
Zachariah Moreno
76527b310d
[Documentation] Revising to uphold standard naming convention of Open MCT
...
🐙
# Author Checklist:
Changes appear to address issue? Y
Appropriate unit tests included? N/A - No code changes
Code style and in-line documentation are appropriate? N/A
Commit messages meet standards? Y
2016-09-01 09:23:35 -07:00
Andrew Henry
73b4385578
Merge pull request #1160 from nasa/ksp1146
...
[README] Add link to KSP plugin
2016-09-01 15:59:16 +01:00
Zachariah Moreno
bb3af4eff7
🐙 Updated from OpenMCTWeb to OpenMCT
...
minor change & please let me know if I can help with anything else
2016-08-31 15:56:57 -07:00
Victor Woeltjen
68adea7b5a
Merge pull request #1159 from raoulsullivan/squashed_proxy_parameters
...
[proxyUrl] pass URL parameters to proxied URL
2016-08-31 09:31:01 -07:00
David Hudson
4d3afb8efc
Merge branch 'master' of github.com:nasa/openmct into open967
2016-08-31 23:04:56 +09:00
David Hudson
852ac3cd55
[Enhancement] Quick prototype of PDF export
2016-08-31 23:03:48 +09:00
Victor Woeltjen
40abd1ce6c
Merge pull request #1153 from dhrubomoy/dhrubomoy-patch-1
...
[Documentation] Fixed typos, grammars
2016-08-30 15:19:26 -07:00
Victor Woeltjen
3a7e98ab84
Merge pull request #1155 from nasa/forms1118
...
Review and integrate improved dialog layout
2016-08-30 14:30:46 -07:00
Victor Woeltjen
6364bbc6b3
[Build] Restore SNAPSHOT status
...
...to begin sprint Pratchett,
https://github.com/nasa/openmct/milestones/Pratchett
2016-08-30 14:10:48 -07:00
Victor Woeltjen
fc7d2672db
[Build] Remove SNAPSHOT status
...
...to close sprint Orwell,
https://github.com/nasa/openmct/milestones/Orwell
2016-08-30 14:01:28 -07:00
Victor Woeltjen
3a25704f41
[README] Add link to KSP plugin
...
Add link to David Hudson's Kerbal Space Program plugin from #1146 ,
along with other information about Examples relevant in that context.
Resolves #1064
2016-08-30 13:55:41 -07:00
raoulsullivan
98486f718b
[proxyUrl] pass URL parameters to proxied URL
...
Addresses issue #1158
Passes query parameters on to proxyUrl proxied URL
remove the url parameter before passing
Naming convention for variables
Re-order code to reuse variable
2016-08-30 19:55:18 +01:00
Derek Webb
a7f830177a
[Context Menu] New Tab button available in edit mode. #843
2016-08-29 18:33:48 -04:00
Charles Hacskaylo
2c2d9c1bfe
[Frontend] Updated test specs
...
Fixes #1118
2016-08-29 14:26:27 -07:00
Charles Hacskaylo
cc6b9d4099
[Frontend] Revised mobile styles for form layout
...
Fixes #1118
2016-08-29 14:14:52 -07:00
Charles Hacskaylo
1a284ac9dc
[Frontend] Proper classes added to text input configs
...
Fixes #1108
2016-08-29 14:14:51 -07:00
Charles Hacskaylo
b48ca99119
[Frontend] Sanding on larger locator control
...
Fixes #1118
2016-08-29 14:14:51 -07:00
Charles Hacskaylo
2e8d021a6a
[Frontend] Improve layout of "locator"
...
Fixes #1118
Locator in Save In, Move, etc. dialog now
expands vertically to use as much vertical as
possible;
2016-08-29 14:14:51 -07:00