Victor Woeltjen
a3443d8077
Merge pull request #1025 from nasa/frontend-1019
...
R&I fixes for Snow button colors and Timeline edit Add menu
2016-06-20 12:36:29 -07:00
Charles Hacskaylo
dea94e4e68
[Frontend] Fix button colors in Snow theme
...
Fixes #1014
- Problem was actually application of a color
within the .icon class - fix removes that
definition;
2016-06-16 17:55:40 -07:00
Charles Hacskaylo
d40c7f1821
[Frontend] Restore the Add menu to edit Timelines
...
Fixes #1019
- Removed overflow: hidden from .l-edit-controls;
2016-06-16 17:46:15 -07:00
Charles Hacskaylo
c7e7e0c302
[Frontend] Fixes to un-squish plots
...
Fixes #1022
- min-height added to .gl-plot element;
- Moved plot value definitions out of _plots-main
and into _constants and normalized naming;
2016-06-16 17:24:44 -07:00
Pete Richards
8ac6ac97f0
Merge remote-tracking branch 'origin/open972'
2016-06-16 11:08:43 -07:00
Henry
c2517c1670
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user. Fixes #664
2016-06-15 17:10:29 -07:00
Andrew Henry
717ceff02c
Merge pull request #995 from nasa/timeline-913a
...
R&I tweaks to Timeline scrollbar and splitters
2016-06-15 11:45:17 -07:00
Victor Woeltjen
6878c59f45
Merge pull request #1016 from nasa/fix-1013
...
[Persistence] Use identifier service to get key
2016-06-15 11:18:13 -07:00
Pete Richards
c00b053aa7
[Tests] verify that identifier service provides key
...
Verify that the results of the identifier service are used for
persistence calls instead of the domain object id.
https://github.com/nasa/openmct/issues/1013
2016-06-15 10:31:25 -07:00
Victor Woeltjen
50bd233b0a
Merge remote-tracking branch 'origin/master' into table-export-934
...
Conflicts:
platform/commonUI/general/res/sass/controls/_buttons.scss
platform/features/table/res/templates/mct-table.html
2016-06-15 10:05:20 -07:00
Henry
79406cf1ed
[Tables] #972 Refactored to simplify code. Fixes #972
2016-06-14 16:34:07 -07:00
Pete Richards
2d5824c4ab
[Persistence] Use identifier service to get key
...
Retrieve key from identifier service for all persist operations.
Fixes https://github.com/nasa/openmct/issues/1013
2016-06-14 10:56:54 -07:00
Pete Richards
3480809129
Merge remote-tracking branch 'origin/open629'
2016-06-14 10:44:58 -07:00
Pete Richards
11bc48c7e0
Merge remote-tracking branch 'origin/timeline-console-error-978'
2016-06-14 10:41:26 -07:00
Pete Richards
d759401b69
Merge remote-tracking branch 'origin/open1000'
2016-06-14 10:38:51 -07:00
Victor Woeltjen
0aebecfbb0
Merge pull request #987 from nasa/anim-to-edit-709
...
[Frontend] Animation added to transition from browse to edit mode
2016-06-13 13:31:49 -07:00
Pete Richards
531d40993a
Merge remote-tracking branch 'origin/better-dialog-message-339'
2016-06-10 14:55:07 -07:00
Pete Richards
4c097faf88
Merge remote-tracking branch 'origin/timeline-flash-997'
2016-06-10 14:50:36 -07:00
Victor Woeltjen
5152e64895
[Duplicate] Allow copy across spaces
...
Fixes #1007
2016-06-10 11:38:55 -07:00
Andrew Henry
acd0fae040
[Tables] Recalculate column dimensions on resize. Fixes #861
2016-06-09 12:59:46 +01:00
Andrew Henry
29dd51439d
[Date Input] Addressed issues with date selector. Fixes #1000
2016-06-08 17:37:26 +01:00
Victor Woeltjen
a1b2175801
[Timeline] Reduce flicker
...
Reposition scroll bar in Timeline with RAF instead of timeout;
this ensures that scroll bar is positioned after the current
digest (updating the width) but before the results are rendered
(avoiding flicker.) Fixes #997
2016-06-07 10:05:51 -07:00
Charles Hacskaylo
8e0858bb24
[Frontend] Tweaks to splitter dimensions
...
Fixes #913
- Tightened up splitter height and width;
- Added hover color for snow theme;
2016-06-03 10:00:16 -07:00
Victor Woeltjen
23b64951f3
[Timeline] Update zoom controller spec
...
...to reflect changes/simplifications for #936 .
2016-06-02 16:42:09 -07:00
Victor Woeltjen
99590d18f7
[Timeline] Simplify bounds-tracking
2016-06-02 16:40:07 -07:00
Victor Woeltjen
86b31bc040
[Timeline] Simplify scroll-setting
2016-06-02 16:38:11 -07:00
Victor Woeltjen
d52bfed1df
[Timeline] Always set scroll on timeout
...
...to allow time for width to increase.
2016-06-02 16:36:09 -07:00
Charles Hacskaylo
808ccd0376
[Frontend] Tweaks to splitter
...
Fixes #913
- IN PROGRESS: working on making
smaller splitter in Timelines
2016-06-02 16:23:42 -07:00
Victor Woeltjen
44d6456de1
[Timeline] Set scroll on timeout
...
Whenever timeline zoom controller sets scroll, check to see if
there may be a width violation that causes scroll to be reset,
and retry on a timeout if so. Fixes #936 .
2016-06-02 16:05:28 -07:00
Charles Hacskaylo
a394b95259
[Frontend] Tweaks to scrollbar visibility
...
Fixes #913
- Scrollbar now always visible in the right side
of the tabular area, in order to avoid column
bottom edges not aligning;
2016-06-02 16:04:26 -07:00
Victor Woeltjen
d02f4041b2
[Timeline] Update scroll position on timeout
...
Fixes #817
2016-06-02 15:34:32 -07:00
Victor Woeltjen
026ece3956
[Timeline] Provide greater initial width
...
This avoids starting with a scrollable width too small for the
initial scroll position that the zoom controller selects.
Fixes #817
2016-06-02 14:48:58 -07:00
Charles Hacskaylo
214a843dba
[Frontend] New message for copy in-progress dialog
...
fixes #339
2016-06-02 11:09:22 -07:00
Andrew Henry
1d6880c283
Merge pull request #982 from nasa/timeline-scroll-981
...
[Timeline] Use reasonable width for scroll area
2016-06-02 16:59:08 +01:00
Andrew Henry
f167022eea
Changed logic of persisted check slightly
2016-06-02 10:26:38 +01:00
Charles Hacskaylo
76edba1014
[Frontend] Mods to Edit button
...
fixes #709
- Changed title and style of main Edit button;
- Updated EditItem.js protractor ID accordingly;
2016-06-01 19:19:58 -07:00
Charles Hacskaylo
7904989a23
[Frontend] Added transitional animation to Edit mode
...
fixes #709
- When going from browse to edit mode, the wrapper
around the object being edited will now transition in
from its edges, and the edit controls toolbar will
animate its height;
- There is no transition applied for going from edit
to browse; to do this we'd need to mod the JS on
exiting to look for the end of an animation event;
- Tested in Chrome, Safari and Firefox;
- May not be smooth with very complex objects
like Layouts with a large number of components;
- Added transitional animations to .l-object-wrapper
and .l-edit-controls;
- New 'animTo' mixin added to _effects.scss;
2016-06-01 19:18:55 -07:00
Victor Woeltjen
ea676b4368
Merge remote-tracking branch 'origin/master' into table-export-934
2016-06-01 10:33:53 -07:00
Andrew Henry
b1266abf01
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
2016-06-01 10:41:01 +01:00
Victor Woeltjen
cc7d0477e8
[Timeline] Check for existence of timespan
...
...before attempting to calculate a width based on it.
Fixes #978 .
2016-05-31 16:41:30 -07:00
Victor Woeltjen
5a2d1a746d
[Timeline] Add missing semicolon
2016-05-31 16:27:59 -07:00
Victor Woeltjen
4f0e3fdf85
[Timeline] Test zoom controller's width
2016-05-31 16:21:40 -07:00
Victor Woeltjen
be9f56107c
[Timeline] Remove obsolete test cases
2016-05-31 16:15:57 -07:00
Victor Woeltjen
787f3815df
[Timeline] Expose width from ZoomController
...
...and ensure that the width exposed is not excessively
large; fixes #981
2016-05-31 16:12:49 -07:00
Victor Woeltjen
35d7d9b380
[Timeline] Remove width method
...
...from TimelineController. Will replace with a more straightforward
call to the zoom controller that uses the exposed end time instead,
to address #981 .
2016-05-31 16:05:06 -07:00
Charles Hacskaylo
8b9c51f303
[Frontend] Styling Export button
...
fixes #973
- Done;
- Styling for Export button and tabular view
area in layout frame context;
- Export button in frame context now
hidden until user hovers over tabular
view area in frame, includes animated
transition;
- Normalized line-height on button and
menu elements in frame context;
- Layout/markup/SASS for historical and
RT tabular view modified;
- Converted imagery.html layout
to use flexbox;
2016-05-31 11:40:31 -07:00
Charles Hacskaylo
661b3d5889
[Frontend] Styling Export button
...
fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
2016-05-31 09:50:12 -07:00
Andrew Henry
01c85cb58d
[Table] #972 Further refactoring, tests, style fixes
2016-05-31 12:05:40 +01:00
Henry
0218f42e2b
removed redundant code
2016-05-27 15:25:06 -07:00
Henry
d8d0f22889
Second rewrite
2016-05-27 15:14:46 -07:00
Henry
d8a097a95a
[Tables] Added timeouts to yield control to ui thread. Fixes #972
2016-05-27 15:14:45 -07:00
Andrew Henry
dc577d4c24
Merge pull request #974 from nasa/open970
...
R&I open970: hide nav-to-parent arrow when in Edit mode
2016-05-27 14:56:48 -07:00
Andrew Henry
8f9308de01
Merge pull request #962 from nasa/csv-export-update-751
...
[Timeline] Updates to CSV Export
2016-05-27 14:55:59 -07:00
Andrew Henry
8f7a5e113b
Merge pull request #951 from nasa/orphan-navigation-765
...
[Navigation] Prevent navigation to orphan objects
2016-05-27 14:53:33 -07:00
Charles Hacskaylo
9820f9d9c5
[Frontend] Mod CSS to properly hide nav-to-parent when editing
...
fixes #970
Not sure what problem was, but betting this was due to removal
of an ng-class previously in markup;
2016-05-26 12:45:25 -07:00
Victor Woeltjen
56ff98cce7
Merge branch 'master' into orphan-navigation-765
2016-05-26 12:35:48 -07:00
Victor Woeltjen
dade6b2254
[Timeline] Use positive logic for clarity
...
https://github.com/nasa/openmct/pull/962#discussion_r64678013
2016-05-26 12:12:52 -07:00
Victor Woeltjen
e9cac6eff3
[Timeline] Add JSDoc for new parameter
...
https://github.com/nasa/openmct/pull/962#discussion_r64677520
2016-05-26 12:12:52 -07:00
Andrew Henry
a88b4b31a1
Merge pull request #966 from nasa/open747
...
R&I open747: refined "unsaved changes" dialog message
2016-05-26 12:02:12 -07:00
Henry
7fc2fcfa07
[Edit Mode] #629 Rewrote obsolete DomainColumn tests
2016-05-26 11:55:13 -07:00
Victor Woeltjen
5689279954
[Timeline] Add JSDoc for idMap
...
https://github.com/nasa/openmct/pull/962#discussion_r64676750
https://github.com/nasa/openmct/pull/962#discussion_r64677198
2016-05-26 11:53:16 -07:00
Victor Woeltjen
04112956cf
Merge pull request #964 from nasa/open913
...
R&I open913: various Timeline fixes
2016-05-26 11:47:06 -07:00
Henry
165e158f37
[Edit Mode] #629 Removed redundant test from DomainObjectProviderSpec
2016-05-26 11:44:43 -07:00
Henry
f301741852
[Edit Mode] #629 restored disabled tests for DropGesture. Removed extraneous argument to broadcast function
2016-05-26 11:42:15 -07:00
Henry
eda1f23df9
[Edit Mode] #629 rewriting disabled tests
2016-05-26 11:38:12 -07:00
Victor Woeltjen
d15d27af73
Merge branch 'master' into table-export-934
2016-05-26 10:42:35 -07:00
Charles Hacskaylo
f1113fda24
[Frontend] New message for unsaved changes warning
...
open #747
2016-05-26 09:04:40 -07:00
Charles Hacskaylo
33c208d8fe
[Frontend] Timeline Gantt bar mods to allow small min-width
...
open #965
- CSS adjusted to handle min-width of 2px and better
approach to ellipsizing text;
- Angular ng-class added to hide icon and title if
width less than a value;
- Rounded corners on bars removed;
2016-05-25 20:52:36 -07:00
Charles Hacskaylo
c557fb6cd5
[Frontend] Cursor properties modified
...
open #768
2016-05-25 19:39:56 -07:00
Charles Hacskaylo
bde2bc7709
[Frontend] Bottom of holder divs adjusted
...
open #913
2016-05-25 19:28:28 -07:00
Andrew Henry
5fe759aa91
Merge pull request #955 from nasa/timeline-zoom-936
...
[Timeline] Improve zoom behaviors
2016-05-25 16:58:20 -07:00
Victor Woeltjen
a5b7badb95
[Timeline] Remove obsolete arguments
...
https://github.com/nasa/openmct/pull/955/files#r64668507
2016-05-25 16:08:28 -07:00
Andrew Henry
eefd4c8669
Merge pull request #949 from nasa/info-error-948
...
[Mobile] Remove usage of element.scope()
2016-05-25 15:15:53 -07:00
Victor Woeltjen
438511c5f7
[Table] Test CSV Export behavior
2016-05-25 15:07:17 -07:00
Victor Woeltjen
3eb960cf5a
[Table] Move export button out of scroll
2016-05-25 14:50:06 -07:00
Victor Woeltjen
699f6ba458
[Table] Export table contents as CSV
2016-05-25 13:54:10 -07:00
Victor Woeltjen
f21f22d95c
[Table] Tweak appearance of export button
2016-05-25 13:43:44 -07:00
Victor Woeltjen
b520d08818
[Table] Begin work on CSV export
...
#934
2016-05-25 13:23:19 -07:00
Victor Woeltjen
f9fd97230f
[Timeline] Satisfy JSHint
2016-05-25 12:37:03 -07:00
Victor Woeltjen
536e2290b8
Merge branch 'master' into csv-export-update-751
2016-05-25 12:33:43 -07:00
Victor Woeltjen
73b922facf
[Timeline] Update specs for indexes instead of ids
2016-05-25 12:32:44 -07:00
Victor Woeltjen
ba0d9a186b
[Timeline] Account for new argument in spec
2016-05-25 12:26:47 -07:00
Victor Woeltjen
80f5cb756d
[Timeline] Account for new argument in spec
2016-05-25 12:25:58 -07:00
Victor Woeltjen
d7f566088f
[Timeline] Update spec to include logging
2016-05-25 12:25:02 -07:00
Victor Woeltjen
a3bcaea7f9
[Timeline] Show units in utilization headers
2016-05-25 12:21:58 -07:00
Victor Woeltjen
23c71b7218
[Timeline] Include units for utilizations
2016-05-25 12:12:11 -07:00
Henry
7501f679f7
[Style] Fixed style issues introduced by #954
2016-05-25 12:10:39 -07:00
Victor Woeltjen
463f7ccf65
[Timeline] Use indexes instead of UUIDs
2016-05-25 12:07:35 -07:00
Victor Woeltjen
87fe407739
Merge branch 'master' into csv-export-update-751
2016-05-25 12:00:43 -07:00
Victor Woeltjen
52e087d8f8
Merge pull request #954 from nasa/open628
...
[Edit Mode] #628 Remove edit related concerns from Create Action
2016-05-25 11:55:17 -07:00
Andrew Henry
c5cd495fce
Merge pull request #952 from nasa/fix-build-142
...
[Code Style] Run code style checks on CircleCI
2016-05-25 11:49:54 -07:00
Pete Richards
37a417051d
Merge remote-tracking branch 'origin/missing-time-conductor-957'
2016-05-25 11:43:57 -07:00
Victor Woeltjen
3935378b0c
Revert "[Timeline] Test mct-representation ordering"
...
This reverts commit 2a4004fd5b
.
2016-05-25 11:34:29 -07:00
Victor Woeltjen
952f95aa4c
[Timeline] Update failing specs
2016-05-25 11:33:51 -07:00
Victor Woeltjen
0a75a5be1f
[Timeline] Add minimal test case
2016-05-25 11:28:00 -07:00
Victor Woeltjen
70b593e28a
[Timeline] Watch for configuration object
...
...to address #908 in a manner which does not cause #957
2016-05-25 11:22:22 -07:00
Victor Woeltjen
ed69a65f9b
[Representation] Restore ordering in mct-representation
...
Revert "[Timeline] Change ordering in mct-representation"
This reverts commit 20ecf168f2
.
These changes introduced a regression due to ordering
expected by time conductor, #957
2016-05-25 11:03:32 -07:00
Victor Woeltjen
bb4f1ce7cd
[Timeline] Include utilization columns
2016-05-25 10:52:25 -07:00
Victor Woeltjen
0cc2ba7595
[Timeline] Import UtilizationColumn
2016-05-25 10:38:00 -07:00
Victor Woeltjen
8162429106
[Timeline] Pass in resources extensions
2016-05-25 10:37:01 -07:00