f8682a7a29
Merge pull request #780 from nasa/open715
...
[Timelines] #715 Added a check to prevent mutation when modes are unchanged
2016-03-22 09:24:57 -07:00
e5544615cc
[Timelines] #715 Added a check to prevent mutation when modes are unchanged
2016-03-21 17:01:38 -07:00
ec0cc572f6
[Add] Test model cache
2016-03-21 16:11:40 -07:00
6c2a28aba2
[Add] Add JSDoc to model cache
2016-03-21 16:05:05 -07:00
baccd005dc
[Add] Update persistence capability spec
...
...to reflect removal of cached domain object models.
2016-03-21 15:08:27 -07:00
1e4ff5a73f
[Add] Use cacheService from decorator spec
2016-03-21 15:05:28 -07:00
9f29382e18
[Add] Update spec for Instantiate
...
...to reflect usage of a model cache for #770
2016-03-21 15:04:07 -07:00
5f6b4adcda
[Plot] Normalize number of digits
...
Use consistent number of digits for displayed plot values, to avoid
unreadable plot legends due to fix for #778
2016-03-21 14:45:00 -07:00
d6ab70447e
[Data Format] Don't truncate data values
2016-03-21 14:35:58 -07:00
a411bac331
[Time Format] Append Z instead of zone offset
...
...for brevity (reduce visual noise)
2016-03-21 14:29:24 -07:00
5624c7d545
[Time Formats] Display UTC with milliseconds
...
#776
2016-03-21 13:04:59 -07:00
007741b4e7
[Timeline] Add move policy
...
...to restore suppression of Move for objects being edited
(relaxed for the specific case of moving one object being
edited into another object being edited, for use in Timelines.)
2016-03-21 12:07:19 -07:00
e0a69744e5
[Timeline] Deinline null action
...
...used for cases when no action is needed for timeline move
(and ids will just be reordered.)
2016-03-21 11:53:10 -07:00
e7a6c34bcc
[Timeline] Handle drops for reordering
...
...as these would be disallowed by Move, normally.
2016-03-21 11:51:51 -07:00
7f3ac4077c
[Timeline] Drop to correct targets
2016-03-21 11:43:02 -07:00
7eaffdc34a
[Timeline] Don't suppress move during editing
...
...to allow this action to be used to support Timeline
drag-and-drop.
2016-03-21 11:42:33 -07:00
5034e88656
[Timeline] Use move action on drag-drop
...
...to avoid creating links when desired behavior is a move,
#679 .
2016-03-21 11:18:18 -07:00
aa48044345
[Frontend] Form styling
...
#772
Added ".l-controls-under" styling to allow
channel-selector layout;
Added new hint color constants and refined
style defs;
2016-03-21 11:13:43 -07:00
d12111d9b8
[Add] Fix promise chaining in AddAction
2016-03-21 10:32:02 -07:00
9c9db3c24f
[Add] Remove obsolete variable reference
...
The cache has been externalized to allow writing to it
upon domain object instantiation.
2016-03-21 10:31:38 -07:00
3fe41575bd
[Add] Add missing dependency
...
...to support caching of domain objects created during edit mode.
2016-03-21 10:31:09 -07:00
8fa030437e
[Add] Remove edit awareness
...
Remove step where Added objects are persisted via the editor
capability; instead, persist via the usual persistence capability,
such that Edit mode may intervene (or not) as necessary.
As instantiated models are cached at least until persisted,
this workaround to allow newly-created models to be available
during editing is no longer necessary (and undesired consequences
such as #770 no longer occur)
2016-03-21 10:22:25 -07:00
17faf000b0
[Add] Cache models on instantiation
...
...to remove need for Edit to persist these immediately, which in
turn causes #770 and #678
2016-03-21 10:20:14 -07:00
90c82f6ef2
[Frontend] Timeline tooltip and field input tweaks
...
#750
Refined tooltip for Resource Graphing;
Increased size of Activity Link input field;
2016-03-21 10:08:59 -07:00
5e6fe16b93
[Frontend] Adding tooltips
...
#750
2016-03-17 16:21:04 -07:00
f0ca6fdfdb
[Frontend] Added tooltips
...
#750
Added tooltips to Timeline header elements;
2016-03-17 15:10:42 -07:00
ad4c456ca2
Merge pull request #763 from nasa/restrict-requirejs-version
...
[Package] Specify require minor version
2016-03-17 14:38:02 -07:00
b0476edb8c
[Package] Specify require minor version
...
Specify requirejs minor version of 2.1, as 2.2 is not compatible
with karma-requirejs.
Fixes build problems that appeared after latest requirejs version bump.
2016-03-17 14:28:22 -07:00
8f6a287fb8
Merge remote-tracking branch 'origin/tree-refresh-745'
2016-03-17 11:40:53 -07:00
07d554d114
Merge pull request #759 from nasa/700a
...
Review and integrate 700a
2016-03-17 11:02:22 -07:00
24d2cecdcd
Merge pull request #761 from nasa/open757
...
[Tables] #757 Added max row limit to streaming tables
2016-03-17 10:19:04 -07:00
8efa9c6aac
[Tables] #757 Fixed code style issues
2016-03-17 10:09:59 -07:00
22e98274ca
[Tables] #757 Added max row limit to streaming tables
2016-03-16 18:59:52 -07:00
471b57f47c
[Frontend] CSS tweaks
...
#750
Moved l-plot-resource cursor: pointer
to a more specific selector;
Added user-select: none to l-header;
Fixed s-status-editing styling so
that tabular labels only appear draggable
while editing;
2016-03-16 18:19:44 -07:00
9c775c6715
[Frontend] Changed cursor property
...
#755
Changed s-timeline-gantt.mid to
use cursor: move instead of
ew-resize; Need to verify on Linux;
2016-03-16 17:36:07 -07:00
1f09b7b0ac
[Frontend] Fix for scrollbar flicker
...
#748
Was able to observe problem in Mac
Chrome. Moved body, html overflow: hidden
into startup-base.scss and change seems
to have fixed the problem;
2016-03-16 17:34:28 -07:00
b0cf9bbd29
Merge pull request #758 from nasa/error-message-753
...
[Tree] Don't assume context capability is present
2016-03-16 15:33:59 -07:00
4a1ca25e17
Merge pull request #754 from nasa/tree-status-styling-749
...
[Tree] Add status classes during editing
2016-03-16 15:26:40 -07:00
cc97e567b6
[Frontend] Further style cleanups
...
#689
#740
Tweaked scrollbar thumb color;
Fixed color of icons in s-menu-btn
menus, particularly for Snow theme;
Removed commented code;
2016-03-16 15:17:08 -07:00
53f03cddb7
[Frontend] Further cleanups to form elements
...
#689
Removed commented code;
2016-03-16 14:49:37 -07:00
da1e6750a0
[Frontend] Removed reset.css and refs to modernizr
...
#700
Removed reset.css; Removed refs to
modernizr from licenses and readme.md;
2016-03-16 14:44:01 -07:00
3258342783
[Frontend] Further cleanups to form elements
...
#700
#689
#740
Removed _selects.scss and moved classes
into _controls.scss;
Reorg'd _controls;
Moved classes into _elems.scss;
Added and fixed cssclass defs in multiple
bundle.js files to allow better field widths
in overlay dialogs;
Fixed overlay custom scrollbar colors;
Fixed alignment of required glyphs in forms;
2016-03-16 14:40:06 -07:00
73b7365ae2
[Tree] Don't assume context capability is present
...
Addresses #753 (newly-created objects may not have context,
causing errors when these are encountered by TreeNodeView)
2016-03-16 14:10:58 -07:00
32a42bd679
[Frontend] CSS tweaks to fix required glyph positioning
...
#700
CSS modded to allow better cross-browser
positioning of 'required' form-row glyphs;
Other elem's CSS adjusted as a result;
2016-03-16 09:43:59 -07:00
324c2cac03
[Tree] Refresh properly on mutation
...
...by removing the incorrect expectation that a domain object
(and not just its model) will be passed in when mutation occurs.
Addresses #745 .
2016-03-15 12:23:46 -07:00
42ac657105
[Tree] Add status classes during editing
...
Addresses #749
2016-03-15 12:16:58 -07:00
d30532a8bc
Merge remote-tracking branch 'origin/open742'
2016-03-14 16:37:58 -07:00
936079da92
Merge remote-tracking branch 'origin/tree-732'
2016-03-14 16:15:05 -07:00
4e89ffbe07
Merge pull request #735 from nasa/open729
...
Review and integrate open729
2016-03-14 16:12:18 -07:00
f9ed73c55e
[Table] #742 Fixed digest-related bug in RTTelemetryController
...
Fixed failing test
2016-03-14 16:00:36 -07:00