31ee92b711
[Edit] Remove editor.cancel from SaveActionSpec
2016-09-15 20:39:02 +03:00
1ea7fa3084
[Edit] SaveAsAction tests cover save and finish
2016-09-15 20:28:29 +03:00
2df1e2b508
[Frontend] Styling for TC's TOI element
...
Fixes #933
WIP, global changes
2016-09-14 18:40:29 -07:00
9e85341aaa
[Frontend] Fixed color for TC clock hands
...
Fixes #933
2016-09-14 15:16:16 -07:00
d8dc3c8445
Merge branch 'master' into mct588comm
2016-09-14 19:50:19 +03:00
0be84a4e51
[Edit] CreateAction closes editor after save
2016-09-13 23:59:28 +03:00
d87ed1414e
[Edit] Update EditorCapability comments
2016-09-13 22:36:27 +03:00
4382745012
[Edit] Final two actions now use finish()
2016-09-13 22:35:11 +03:00
79b16ddda6
[Edit] SaveAs now calls finish()
2016-09-13 21:24:20 +03:00
2740b6f957
[Frontend] Add optional delay parameter to dialog service
...
Issue #1168
2016-09-13 16:36:25 +09:00
9a06325533
Merge branch 'master' into open933
2016-09-12 14:39:24 -07:00
ea35395d7e
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-13 02:47:16 +09:00
24cb72e5b5
[Frontend] Delay visibility of progress bar
...
Resolves #1168
2016-09-12 15:28:04 +09:00
4c6ca58c95
Merge pull request #1157 from TypicalFooBar/843
...
[Context Menu] New Tab button available in edit mode. #843
2016-09-11 21:21:49 -07:00
e639e056ba
[Time Conductor] Fixing bugs found in smoke testing. Fixes #933
2016-09-09 18:51:47 -07:00
fbab890081
[Time Conductor] Switched conductor to mct-include rather than mct-representation to avoid warnings
2016-09-07 14:29:21 -07:00
d37dd52ee1
Merge branch 'master' into open933
2016-09-06 16:43:17 -07:00
7af5875dd5
[Time Conductor] #933 Fixed code style errors
2016-09-06 10:05:10 -07:00
c6eaa3d528
[Time Conductor] Adding tests and fixing failing ones. #933
2016-09-05 19:32:19 -07:00
3dee082141
[Edit] Add reason for redundant mocks
2016-09-03 19:02:05 +03:00
7d52d348b2
[Edit] Fix style issues
2016-09-03 18:33:27 +03:00
ded52b8d19
[Edit] Rename cancel() to finish()
2016-09-03 17:55:05 +03:00
ab4ce0caba
[Edit] Introduced SaveAndStopEditingAction
...
It replaces SaveAction in the bundle.
2016-09-03 17:55:04 +03:00
90c13a3959
[Edit] EditorCapability continues edit on save
2016-09-03 17:55:04 +03:00
9847c40e34
[Edit] SaveAction not navigating anymore
2016-09-03 17:55:04 +03:00
e751461194
Typo corrections, I avoided making changes to words that have regional spelling differences.
2016-09-03 09:16:54 -04:00
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
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
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
a7f830177a
[Context Menu] New Tab button available in edit mode. #843
2016-08-29 18:33:48 -04:00
cc6b9d4099
[Frontend] Revised mobile styles for form layout
...
Fixes #1118
2016-08-29 14:14:52 -07:00
b48ca99119
[Frontend] Sanding on larger locator control
...
Fixes #1118
2016-08-29 14:14:51 -07:00
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
5409e3d203
Merge pull request #1147 from TypicalFooBar/101
...
[CommonUI] Info Bubbles allow user to copy text
2016-08-29 13:19:24 -07:00
7998a3fc98
Merge pull request #1132 from nasa/locator-collapse-1008
...
[Locator] Don't reset root unnecessarily
2016-08-28 17:29:18 +01:00
9063996e84
Merge pull request #1127 from nasa/console-warning-1114
...
[Tree] Check for change before scope.$apply
2016-08-28 16:49:59 +01:00
08eaa822fe
Removing use of bubble-container class (issue #101 )
2016-08-27 21:29:30 -04:00
39f2f94a53
Info bubbles now allow the user to copy text from them (issue #101 )
2016-08-27 21:00:37 -04:00
fdbe31cb76
[Locator] Remove redundant assignment
...
10d2794bb7 (r75547548)
2016-08-19 14:26:03 -07:00
10d2794bb7
[Locator] Don't reset root unnecessarily
...
...as this will trigger a refresh of the mct-representation for
the tree, which will in turn create a new mct-tree instance,
resulting in any expanded/collapsed state being lost.
Fixes #1008 .
2016-08-19 13:28:56 -07:00
4e5887d9ec
[Tree] Check for change before scope.$apply
...
TreeView's observers will be called when the selected domain object
changes, which can occur for one of two reasons:
1. Because a new value was set externally, from mct-tree.
2. Because a new value was selected, by the user.
In the latter case a $apply is needed, but in the former it is not
(and causes an error.) However, when that case occurs, the value in
scope will be up to date already (it was a watch that triggered the
call to treeView.value) so no assignment or $apply is necessary.
Fixes #1114 .
2016-08-15 16:04:14 -07:00
8105a7edb8
Merge remote-tracking branch 'origin/master' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-08 17:51:25 -07:00
ae39343b76
[Frontend] Fix for bad fix
...
Fixes #1112
Put overflow: hidden back at
outer wrapper level (now on .t-object.primary-pane
) which doens't clip the Inspector expand/collapse;
did better unit testing;
2016-08-08 12:14:20 -07:00
62ee7e569b
[Frontend] Fix for collapse Inspector button
...
Fixes #1112
Moved min-width and overflow: hidden
to TC-specific elements; removed
overflow: hidden from .primary-pane
2016-08-08 11:21:01 -07:00
7557a86208
Merge branch 'master' into open933
2016-08-05 16:37:36 -07:00
c8931f8535
[Tree] Simplify synchronization ( #1100 )
...
Simplify synchronization of selection in tree with state
passed-in, letting Angular deal with more of the specifics.
Fixes #1008 .
2016-08-05 16:30:55 -07:00
0274490b68
[search] Reverted previous change to ClickAwayController and introduced a custom fix to search menu. Fixes #888 ( #1109 )
2016-08-05 16:30:20 -07:00
06f2c74444
[Frontend] Minor search enhancements
...
Fixes #1093
Finessed and cleaned up filters display
element; added '# results found' element;
2016-08-02 15:57:43 -07:00
34c62ba405
Time Conductor in edit mode
2016-08-02 15:16:35 -07:00
11738286df
[Frontend] Styling for unsynced elements
...
Fixes #933
2016-08-01 18:56:33 -07:00