Alex M
d8dc3c8445
Merge branch 'master' into mct588comm
2016-09-14 19:50:19 +03:00
Alex M
0be84a4e51
[Edit] CreateAction closes editor after save
2016-09-13 23:59:28 +03:00
Alex M
d87ed1414e
[Edit] Update EditorCapability comments
2016-09-13 22:36:27 +03:00
Alex M
4382745012
[Edit] Final two actions now use finish()
2016-09-13 22:35:11 +03:00
Alex M
79b16ddda6
[Edit] SaveAs now calls finish()
2016-09-13 21:24:20 +03:00
David Hudson
2740b6f957
[Frontend] Add optional delay parameter to dialog service
...
Issue #1168
2016-09-13 16:36:25 +09:00
Henry
9a06325533
Merge branch 'master' into open933
2016-09-12 14:39:24 -07:00
David Hudson
ea35395d7e
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-13 02:47:16 +09:00
David Hudson
24cb72e5b5
[Frontend] Delay visibility of progress bar
...
Resolves #1168
2016-09-12 15:28:04 +09:00
Andrew Henry
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
Henry
e639e056ba
[Time Conductor] Fixing bugs found in smoke testing. Fixes #933
2016-09-09 18:51:47 -07:00
Henry
fbab890081
[Time Conductor] Switched conductor to mct-include rather than mct-representation to avoid warnings
2016-09-07 14:29:21 -07:00
Henry
d37dd52ee1
Merge branch 'master' into open933
2016-09-06 16:43:17 -07:00
Henry
7af5875dd5
[Time Conductor] #933 Fixed code style errors
2016-09-06 10:05:10 -07:00
Andrew Henry
c6eaa3d528
[Time Conductor] Adding tests and fixing failing ones. #933
2016-09-05 19:32:19 -07:00
Alex M
3dee082141
[Edit] Add reason for redundant mocks
2016-09-03 19:02:05 +03:00
Alex M
7d52d348b2
[Edit] Fix style issues
2016-09-03 18:33:27 +03:00
Alex M
ded52b8d19
[Edit] Rename cancel() to finish()
2016-09-03 17:55:05 +03:00
Alex M
ab4ce0caba
[Edit] Introduced SaveAndStopEditingAction
...
It replaces SaveAction in the bundle.
2016-09-03 17:55:04 +03:00
Alex M
90c13a3959
[Edit] EditorCapability continues edit on save
2016-09-03 17:55:04 +03:00
Alex M
9847c40e34
[Edit] SaveAction not navigating anymore
2016-09-03 17:55:04 +03:00
steven mirecki
e751461194
Typo corrections, I avoided making changes to words that have regional spelling differences.
2016-09-03 09:16:54 -04: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
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
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
Derek Webb
a7f830177a
[Context Menu] New Tab button available in edit mode. #843
2016-08-29 18:33:48 -04:00
Charles Hacskaylo
cc6b9d4099
[Frontend] Revised mobile styles for form layout
...
Fixes #1118
2016-08-29 14:14:52 -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
Victor Woeltjen
5409e3d203
Merge pull request #1147 from TypicalFooBar/101
...
[CommonUI] Info Bubbles allow user to copy text
2016-08-29 13:19:24 -07:00
Andrew Henry
7998a3fc98
Merge pull request #1132 from nasa/locator-collapse-1008
...
[Locator] Don't reset root unnecessarily
2016-08-28 17:29:18 +01:00
Andrew Henry
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
Derek Webb
08eaa822fe
Removing use of bubble-container class (issue #101 )
2016-08-27 21:29:30 -04:00
Derek Webb
39f2f94a53
Info bubbles now allow the user to copy text from them (issue #101 )
2016-08-27 21:00:37 -04:00
Victor Woeltjen
fdbe31cb76
[Locator] Remove redundant assignment
...
10d2794bb7 (r75547548)
2016-08-19 14:26:03 -07:00
Victor Woeltjen
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
Victor Woeltjen
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
Charles Hacskaylo
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
Charles Hacskaylo
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
Charles Hacskaylo
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
Henry
7557a86208
Merge branch 'master' into open933
2016-08-05 16:37:36 -07:00
Victor Woeltjen
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
Andrew Henry
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
Charles Hacskaylo
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
Henry
34c62ba405
Time Conductor in edit mode
2016-08-02 15:16:35 -07:00
Charles Hacskaylo
11738286df
[Frontend] Styling for unsynced elements
...
Fixes #933
2016-08-01 18:56:33 -07:00
Charles Hacskaylo
ca5206d4a0
[Frontend] Fixing issues with theme coloring
...
Fixes #933
2016-08-01 18:55:49 -07:00
Charles Hacskaylo
c5c45f0a0e
[Frontend] Update TC2 markup and sass
...
Fixes #933
Update markup and sass in TC2 to be in line with
updates from master from #1047 glyphs
to cssclass approach;
2016-08-01 18:01:28 -07:00
Charles Hacskaylo
753bd97c8a
Merge remote-tracking branch 'origin/master' into open933-c
...
# Conflicts:
# platform/commonUI/edit/res/templates/create/create-menu.html
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff
# platform/commonUI/general/res/sass/_archetypes.scss
# platform/commonUI/general/res/sass/_constants.scss
# platform/commonUI/general/res/sass/_icons.scss
# platform/commonUI/general/res/sass/_main.scss
# platform/commonUI/general/res/sass/_mixins.scss
# platform/commonUI/general/res/sass/controls/_buttons.scss
# platform/commonUI/general/res/templates/controls/time-controller.html
# platform/commonUI/themes/snow/res/sass/_constants.scss
2016-08-01 17:12:44 -07:00
Charles Hacskaylo
c699cb8b4b
Merge remote-tracking branch 'origin/master' into open933-c
...
# Conflicts:
# platform/commonUI/edit/res/templates/create/create-menu.html
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf
# platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff
# platform/commonUI/general/res/sass/_archetypes.scss
# platform/commonUI/general/res/sass/_constants.scss
# platform/commonUI/general/res/sass/_icons.scss
# platform/commonUI/general/res/sass/_main.scss
# platform/commonUI/general/res/sass/_mixins.scss
# platform/commonUI/general/res/sass/controls/_buttons.scss
# platform/commonUI/general/res/templates/controls/time-controller.html
# platform/commonUI/themes/snow/res/sass/_constants.scss
2016-08-01 17:11:37 -07:00