Pete Richards
65325b90fd
Composition policy takes child instance
...
The composition policy now takes a child instance instead
of the child type, as in all cases we have access to the child
object.
This allows new-style objects to be contained by old-style objects.
Updated all composition policies to use standardized argument names
instead of `context` and `candidate`; this makes it easier to
understand.
Updated AddActionProvider to hardcode the object types supported.
2017-02-21 12:32:49 -08:00
Pete Richards
cfecc36ae6
Orphan check uses capability not model
...
Switch orphan checking to use capability instead of model.
This ensures that new-style composition providers work as intended.
2017-02-21 12:10:17 -08:00
Pete Richards
8e13819e1e
[API] composition providers receive new-style objects
...
Ensure that composition providers get new-style objects (with id
included) so that they can properly check for applicability.
2017-02-21 11:21:08 -08:00
Pete Richards
aaedf5d576
cssclass is now cssClass
...
Make property name consistent with standard camelCase naming.
2017-02-21 11:14:46 -08:00
Pete Richards
af9ffaf02d
Stop loading bundles.json
...
Stop application from requesting bundles.json at first load. This was
confusing to some external developers who would see an error in the
log and not know the cause.
2017-02-21 11:11:16 -08:00
Charles Hacskaylo
1edd2043dc
[Frontend] WIP Style Guide
...
Fixes #1233
Added new "icon-expand" glyph and class;
(cherry picked from commit adfbfc4)
2017-02-16 13:52:59 -08:00
Henry
34dc457aff
[Tables] Restored telemetry datum field 'name'. Fixed bug with default sort not working
2017-02-10 15:39:39 -08:00
Henry
a3311e4c57
[Tables] Tests and style fixes
2017-02-10 14:22:30 -08:00
Henry
ef8efbd53d
[Tables] Default UTC time system if available and none others defined
2017-02-10 14:22:28 -08:00
Henry
6cd99efbb9
[Tables] Added telemetry buffer so that subscription data is not discarded if it's beyond the end bounds
2017-02-10 14:22:28 -08:00
Henry
ae2b73a4f5
[Tables] Increase default table size
2017-02-10 14:22:28 -08:00
Henry
0c3ff82cfe
[Table] Added ticking to combined historical/real-time table
...
Don't add duplicate telemetry data
2017-02-10 14:22:20 -08:00
Henry
50f303bbdc
[Tables] limit digests to increase performance
2017-02-10 14:22:20 -08:00
Henry
2a4944d6ee
[Tables] Refactoring for consolidation of historical and real-time tables
...
Added batch processing of large historical queries. #1077
2017-02-10 14:21:48 -08:00
Henry
976333d7f7
[Tables] Support for subscriptions from new Telemetry API
...
Historical and real-time data flowing
Added formatting, and limits. Support telemetry objects themselves and not just composition of telemetry objects
Apply default time range if none supplied (15 minutes)
2017-02-10 14:21:26 -08:00
Henry
6d5530ba9c
[Tables] Using new composition API to fetch all telemetry objects
2017-02-10 14:12:10 -08:00
Henry
77d0134e2e
[Build] Added Bourbon deprecation warning suppression system.
2017-02-10 10:03:05 -08:00
Tomáš Stankovič
af3cbe9ed1
[Optimization] Reduce D3 dependency size
...
#1224
2017-02-07 23:11:23 +01:00
Charles Hacskaylo
4740faab6f
[Frontend] WIP Style Guide
...
Fixes #1233
Refactoring to generalize plot styles
2017-02-06 14:49:25 -08:00
Charles Hacskaylo
37478bc391
[Frontend] WIP Style Guide
...
Fixes #1233
More content; table styling
2017-02-06 14:48:55 -08:00
Henry
3d3baddd23
[Tables] Do not persist column configuration for non-editable objects
2017-02-02 15:44:36 -08:00
Charles Hacskaylo
9475a22831
[Frontend] WIP Style Guide
...
Fixes #1233
Modified platform global font-weight and
input font usage for legibility;
2017-01-31 18:13:01 -08:00
Charles Hacskaylo
caa489f58a
[Frontend] WIP Style Guide
...
Fixes #1233
Mods to core CSS for consistency
2017-01-31 16:09:24 -08:00
Charles Hacskaylo
563b02bb1d
[Docs] WIP Style Guide
...
Fixes #1233
Additional content; adding size classes to
input[type="text"] to allow direct application to
the input; added placeholder styling and related
thematic constants.
2017-01-30 15:57:55 -08:00
Charles Hacskaylo
77396093d8
[Frontend] Merge old open1233a into latest master
...
Fixes #1233
2017-01-27 15:39:18 -08:00
Charles Hacskaylo
784114e256
[Frontend] Add grab affordance grippys
...
Fixes #1415
2017-01-27 14:07:36 -08:00
Charles Hacskaylo
d1e7e7894e
[Frontend] Add grab affordance styling on hover
...
Fixes #1415
2017-01-27 13:58:38 -08:00
Charles Hacskaylo
65bf38d5e6
[Frontend] Add grab affordance styling on hover
...
Fixes #1415
WIP
2017-01-27 11:16:06 -08:00
Charles Hacskaylo
26db493b0d
[Frontend] Removed unused var
...
Fixes #623
Removed stateCssClass, not needed;
2017-01-26 15:27:05 -08:00
Charles Hacskaylo
6459f410e7
[Frontend] Code style cleanups in Timer *spec files
...
Fixes #623
Moved testState() function placement in code;
Added semicolons;
2017-01-26 15:09:01 -08:00
Charles Hacskaylo
4072b91808
[Frontend] Styling for Timer
...
Fixes #623
Mod to code to allow timerState to be accessible
to markup; CSS for stop button and paused/stopped states
2017-01-26 11:57:08 -08:00
Andrew Henry
4f24c46e9b
Merge pull request #1406 from nasa/separate-timeline-and-plot
...
[Reorg] Make timeline-specific chart directive
2017-01-26 11:34:05 -08:00
Charles Hacskaylo
8750bdd778
Merge branch 'open623' of https://github.com/DocJava/openmct into DocJava-open623
2017-01-25 17:17:53 -08:00
DJ
60a8ee657a
[Timer] Updated Timer UI and fixed tests
...
Added peeking stop button to view, added legacy and first run support, added new and fixed old tests
2017-01-25 18:21:52 -06:00
Andrew Henry
ea74385ac8
Merge pull request #1407 from nasa/fix-style-1374
...
[Style] Fix style bugs introduced in #1374
2017-01-19 09:33:06 -08:00
Andrew Henry
09ebeeb8e4
Merge pull request #1376 from cseale/mct1298
...
[Overlay] Remove max-height and max-width from overlay CSS
2017-01-18 21:48:13 -08:00
Andrew Henry
df2ce72e39
Merge pull request #1369 from nasa/datum-fallback
...
Use series.getDatum when available
2017-01-18 21:37:31 -08:00
DJ
ecf1bac5c7
[Timer] Updated Timer UI to indicate playing or paused state
...
Removed PauseCheck & TimeOfPause from properties, Removed duplicate functionality Resume class , replaced peeking restart at 0 button with persistent play/pause button
2017-01-18 07:08:54 -06:00
DJ
d04bdd2685
[Timer] Removed icon-stop
...
Removed icon-stop, identical to icon-box
2017-01-17 19:55:32 -06:00
Pete Richards
fe8398017c
[Style] Fix style bugs introduced in #1374
2017-01-17 16:56:32 -08:00
Pete Richards
49560698f6
[Reorg] Make timeline-specific chart directive
...
Make a separate chart directive for drawing resource graphs in timelines. This
is in preparation for a new plot bundle which will make a large number of
changes to the drawing API to support newly requested features. By separating
code, there will be no impact to the timeline when the new plot features are
added.
2017-01-17 09:59:00 -08:00
DJ
165bd4f638
[Clocks / Timers] adding ability to pause and resume
...
added the alternating pause and resume timer
2017-01-14 16:43:20 -06:00
DJ
9df59522d9
[Clocks / Timers] adding ability to stop
...
added the stop timer menu option
2017-01-14 16:42:44 -06:00
DJ
7fc66e2de8
[Clocks/Timers] renaming of Abstract class
...
renaming AbstractStartTimerAction to AbstractTime
2017-01-14 16:41:54 -06:00
Colm Seale
6fe0ce70eb
[Overlay] Remove max-height and max-width from overlay CSS
...
Issue #1298
2016-12-29 23:27:10 +00:00
Colm Seale
bee22311a7
[Dialogs] Close dialogs by pressing the ESC key
...
Issue #1197
2016-12-29 00:06:47 +00:00
Pete Richards
a768b12985
[Edit] Set key on represent
...
Set key on represent so that commit function can properly persist
configuration per object type. Add tests to EditRepresenter
Fixes https://github.com/nasa/openmct/issues/1367
2016-12-23 11:22:29 -08:00
Pete Richards
6f257593c8
Use series.getDatum when available
2016-12-22 10:02:28 -08:00
Pete Richards
60d1b73160
Update tests and correct style
...
Update tests to reflect new functionality.
Closes https://github.com/nasa/openmct/issues/1360
2016-12-20 16:49:13 -08:00
Pete Richards
89be1c810a
[Browse] tighter tree view integration
...
BrowseController uses new MCTTreeView parameters to prevent navigation
events before triggering digests. It also no longer sets navigation
more frequently than it should.
https://github.com/nasa/openmct/issues/1360
2016-12-20 16:43:23 -08:00