Victor Woeltjen
b1799c695e
[API] Add DomainObject
2016-09-07 10:46:49 -07:00
Victor Woeltjen
5761c889bc
[API] Move MutableObject methods to ObjectAPI
2016-09-07 10:41:48 -07:00
Victor Woeltjen
97cf26d438
[API] Telemetry provider
2016-09-07 10:27:42 -07:00
Victor Woeltjen
c4b83b7589
[API] Account for provider strategies
2016-09-07 10:18:43 -07:00
Victor Woeltjen
d56f30c15a
[API] TelemetryRequest
2016-09-07 10:15:57 -07:00
Victor Woeltjen
7279c5d857
[API] Mark properties as optional
2016-09-07 10:12:47 -07:00
Victor Woeltjen
5d53ab83a3
[API] More TelemetryProperty properties
2016-09-07 10:11:52 -07:00
Victor Woeltjen
4565e45b36
[API] Add TelemetryProperty for metadata
2016-09-07 10:08:07 -07:00
Victor Woeltjen
5950daa6cb
[API] Move out composition policy
2016-09-07 09:33:21 -07:00
Victor Woeltjen
60800c913e
[API] Gestures
2016-09-07 09:28:26 -07:00
Victor Woeltjen
649567176d
[API] Notes on context
2016-09-07 09:21:18 -07:00
Victor Woeltjen
1df573b8c6
[API] Move types into registry
2016-09-07 08:50:20 -07:00
Victor Woeltjen
bc4ca10e53
[API] Separate out ViewRegistry
2016-09-07 08:45:18 -07:00
Victor Woeltjen
1338f02541
[API] Clean up telemetry API docs slightly
2016-09-07 08:32:21 -07:00
Victor Woeltjen
1cc6833c30
[API] Add request/subscribe JSDoc
2016-09-07 08:26:32 -07:00
Victor Woeltjen
a7a47a36d6
[API] Remove extraneous return jsdoc
2016-09-07 08:10:40 -07:00
Victor Woeltjen
851d0f0d63
[API] Clean up Composition API
2016-09-07 08:09:37 -07:00
Victor Woeltjen
5a129de73d
[API] Clarify language
2016-09-06 16:32:54 -07:00
Victor Woeltjen
0cf634a412
[API] Add more front-page content
2016-09-06 16:30:05 -07:00
Victor Woeltjen
702d7acf64
[API] Begin adding front page content
2016-09-06 16:18:42 -07:00
Victor Woeltjen
69a500bf44
[API] Dedocument Selection
...
...and add a description to MCT#conductor
2016-09-06 16:07:49 -07:00
Victor Woeltjen
82e5b009e8
[API] Move Identifier typedef
2016-09-06 13:58:19 -07:00
Victor Woeltjen
aafd0731ec
[API] Remove 'the API' section
...
...as this is now generated from JSDoc, more or less
2016-09-06 13:47:59 -07:00
Victor Woeltjen
c9705a5f2c
[API] Normalize line length
2016-09-06 13:46:02 -07:00
Victor Woeltjen
7cc4a1262c
[API] Proofread intro
2016-09-06 13:31:07 -07:00
Victor Woeltjen
02904a6081
[API] Link to openmct module in the preamble
2016-09-06 13:28:49 -07:00
Victor Woeltjen
7ce9bd969a
[API] Telemetry JSdoc
2016-09-06 10:14:04 -07:00
Victor Woeltjen
8cafd2da7e
Merge remote-tracking branch 'origin/api-tutorial/telemetry' into api-1110
2016-09-06 10:06:30 -07:00
Victor Woeltjen
6264ab75f3
Merge remote-tracking branch 'origin/api-tutorials' into api-1110
...
Conflicts:
src/MCT.js
src/api/composition/CompositionCollection.js
src/api/composition/DefaultCompositionProvider.js
src/api/objects/MutableObject.js
2016-09-06 10:03:59 -07:00
Victor Woeltjen
7a5cad20ec
[API] Add JSDoc for Dialog
2016-09-06 09:58:08 -07:00
Victor Woeltjen
4de069b393
[API] JSDoc for Selection
2016-09-06 09:54:51 -07:00
Victor Woeltjen
70abd5c1f9
[API] Document start event
2016-09-06 09:47:06 -07:00
Victor Woeltjen
2a3a61da86
[API] Fix event memberofs in TimeConductor
2016-09-06 09:45:24 -07:00
Victor Woeltjen
018bd022cc
[API] Document View API
2016-09-06 09:42:04 -07:00
Victor Woeltjen
4739b36bc3
[API] Add metadata to View jsdoc
2016-09-06 09:14:04 -07:00
Victor Woeltjen
c9b1035a6d
[API] Document Type.check
2016-09-06 09:13:01 -07:00
Victor Woeltjen
6768328475
[API] Document MutableObject
2016-09-06 08:43:01 -07:00
Victor Woeltjen
60c179eac3
[API] Add missing parameter names
2016-09-06 08:32:18 -07:00
Victor Woeltjen
a20e8d69b5
[API] More Objects doc
2016-09-06 08:31:42 -07:00
Victor Woeltjen
1abcb248fe
[API] Include API.md as main page
2016-09-06 08:13:26 -07:00
Victor Woeltjen
a8151f5f22
[API] Document CompositionProvider
2016-09-06 08:09:03 -07:00
Victor Woeltjen
cdf21f3763
[API] Mark Composition as instance method
2016-09-06 07:58:52 -07:00
Victor Woeltjen
341bceb4e2
[API] Document composition API
2016-09-06 07:57:44 -07:00
Andrew Henry
58391de007
Merge pull request #1150 from aterribili/patch-1
...
Add .swp to git ignore
2016-09-05 09:58:28 -07:00
David Hudson
ceb3e8e3dd
[Enhancement] Add IE, Opera, Safari support for canvas.toBlob()
...
This is currently being used for exporting plots to PNG/JPG.
2016-09-05 19:40:22 +09:00
David Hudson
35a331f3fd
[Frontend] Fix plot image cutoff on export
...
The images were being cutoff due to the "top" attribute of .gl-plot
not changing when the buttons were hidden. The buttons are now
hidden by CSS class rather than ng-show, which makes updating the
.gl-plot top attribute easier.
2016-09-05 17:02:04 +09:00
David Hudson
7d13ce0626
[Licenses] Add license information for html2canvas, jsPDF, saveAs
2016-09-05 01:22:43 +09:00
David Hudson
a49eebf9f5
[Testing] Add test spec for ExportImageService
2016-09-04 23:04:46 +09:00
David Hudson
989e4e1b75
[Testing] Add jsPDF, html2canvas, and saveAs as injectible dependencies
...
I would prefer this be passed in via the bundle, but it continues to fail
saying "Unknown Provider". I have chosen to require them into the module
the old-fashioned way, then allow an injectible dependency to override.
2016-09-04 23:02:23 +09:00
David Hudson
9bb647e275
[Testing] Add better dependency injection and error handling
2016-09-04 19:19:14 +09:00