650fbcc921
[Frontend] Removing glyph definitions; updating tests
...
Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
2016-07-25 10:20:33 -07:00
883f999215
Merge remote-tracking branch 'origin/master' into frontend-1047
2016-07-21 08:53:23 -07:00
99ec188813
Merge remote-tracking branch 'origin/open254'
2016-07-18 11:35:43 -07:00
d6e1737803
[Frontend] Merge master into frontend-1047
...
Fixes #1047
Resolved conflict in icomoon.json file
2016-07-18 10:29:32 -07:00
eb6ddb5e45
[Persistence] Use ids from TransactionManager API
...
Recommended during code review,
https://github.com/nasa/openmct/pull/1084#discussion_r71021889
2016-07-15 12:26:35 -07:00
550e60455b
[Persistence] Fix code style
2016-07-14 16:49:31 -07:00
d263b80810
[Persistence] Add TransactionManager JSDoc
...
Fixes #1059 (or, rather, concludes work on said fix)
2016-07-14 16:47:36 -07:00
99227d2e42
[Persistence] Finish testing TransactionManager
2016-07-14 16:39:50 -07:00
31264aadda
[Persistence] Begin testing TransactionManager
2016-07-14 16:28:27 -07:00
11a2fbacb4
[Persistence] Add test cases
...
Adds test cases for TransactionalPersistenceCapability which brings
coverage up to 100%.
2016-07-14 16:22:25 -07:00
7c865f87be
[Persistence] Update transactional persistence spec
...
...to account for changes to separate out transaction management,
including removal of specs made obsolete (as tested behavior has
been moved to TransactionManager or was already redundant to
behavior from the undecorated PersistenceCapability)
2016-07-14 16:20:29 -07:00
86fcf19066
[Persistence] Update Save As spec
...
...to account for asynchrony in test case due to usage of
Promise.all
2016-07-14 16:14:20 -07:00
1f7cece8ec
[Persistence] Remove unused variable
2016-07-14 15:05:43 -07:00
a731c35ad6
[Persistence] Refactor out transaction management
2016-07-14 13:43:55 -07:00
c7529dd56b
[Persistence] Share transaction clearing functions
2016-07-14 12:53:58 -07:00
00fff52529
[Persistence] Track persist-pending state globally
2016-07-14 12:50:36 -07:00
4c7ad6d93a
Merge branch 'undirty-on-refresh-1046' into transaction-clearing-1059
...
Conflicts:
platform/commonUI/edit/src/actions/SaveAsAction.js
2016-07-14 11:53:39 -07:00
eb5493e37b
[Persistence] Revert quick-fix for persistence clearing
...
Revert "Squashed commit of the following:"
This reverts commit d1c01d3c86
.
2016-07-14 11:51:59 -07:00
c8898ac6aa
[Documentation] Updated copyright statement. Fixes #1081
2016-07-12 16:55:57 -07:00
ea1780364b
[Dialog Service] Dismiss individual dialogs. Fixes #254
2016-06-29 20:12:12 -07:00
26b30d96db
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; overlay close, search inputs,
messages and message banners,
ui-symbol removal in-progress.
2016-06-28 17:16:18 -07:00
4e2a01ad85
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; .labeled added to .s-btn,
removed .s-icon-btn
2016-06-28 16:21:05 -07:00
521db3c3fe
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; plot options, imagery buttons,
cleanups in buttons.scss, edit-action buttons,
.s-btn .no-label class added.
2016-06-28 16:10:54 -07:00
8bb8db69e6
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; indicators, notifications, actions,
tests
2016-06-28 14:47:52 -07:00
2bd34f71be
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Context menus and associated actions,
custom checkboxes, tree item being edited
2016-06-27 15:00:46 -07:00
46cae10905
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progess, menus and Create menu fixes
2016-06-27 11:41:06 -07:00
fe3097707f
Merge remote-tracking branch 'origin/master' into frontend-1047
2016-06-27 11:20:55 -07:00
d1c01d3c86
Squashed commit of the following:
...
commit 3f199a9f06
Merge: 27fe4ed
736cba7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Jun 27 09:04:40 2016 -0700
Merge remote-tracking branch 'origin/master' into clear-transactions-1046
Conflicts:
platform/commonUI/edit/src/actions/SaveAsAction.js
commit 27fe4edb30
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:04:06 2016 -0700
[Edit] Mark restartTransaction as private API
commit 21d1938a0f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:03:17 2016 -0700
[Edit] Clarify JSDoc
commit 06a83f9fa9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:01:35 2016 -0700
[Edit] Update failing spec
commit 1f525160e0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 14:52:43 2016 -0700
[Edit] Refer to correct variable
...when clearing transactions after a restartTransaction
commit b60e94bce4
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 14:38:54 2016 -0700
[Edit] Clear transactions on Save As
...such that only persistence calls associated with the
saved clones are actually issued. Fixes #1046 .
2016-06-27 09:12:57 -07:00
24e870a126
[Save] Show blocking dialog
...
Show a blocking dialog while the save action is being performed.
Prevents users from pressing save a second time or performing
further actions while a save is in progress.
Fixes https://github.jpl.nasa.gov/MissionControl/vista/issues/362
2016-06-24 20:01:52 -07:00
7d69ae401b
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progress, converting types, mods to
Create Menu template
2016-06-23 15:59:56 -07:00
18d9f3d6b2
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess: convert some controls;
2016-06-23 15:14:22 -07:00
dc670b22a6
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess, "icon-" selector,
browse bar buttons
2016-06-23 08:55:27 -07:00
48b271b7ca
[Edit] Unshadow variable name
...
...to satisfy JSHint
2016-06-22 16:14:49 -07:00
e42b8d22f7
[Edit] Undirty objects on refresh
...
Remove domain objects from the active transaction when they
are refreshed, and use this from the SaveAsAction to prevent
saving unintended changes. Fixes #1046
2016-06-22 15:32:37 -07:00
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
3480809129
Merge remote-tracking branch 'origin/open629'
2016-06-14 10:44:58 -07:00
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
f167022eea
Changed logic of persisted check slightly
2016-06-02 10:26:38 +01:00
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
b1266abf01
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
2016-06-01 10:41:01 +01:00
eda1f23df9
[Edit Mode] #629 rewriting disabled tests
2016-05-26 11:38:12 -07:00
f1113fda24
[Frontend] New message for unsaved changes warning
...
open #747
2016-05-26 09:04:40 -07:00
7501f679f7
[Style] Fixed style issues introduced by #954
2016-05-25 12:10:39 -07:00
32d7187db6
Relocated creation package to edit bundle
2016-05-24 17:08:12 -07:00
96af931c0b
Modified EditActionPolicy to prevent editing of table views unless object is a table type
2016-05-23 16:48:31 -07:00
eff46b076c
[New Edit Mode] #628 Removed duplicate logic from Create Action
2016-05-23 15:03:20 -07:00
b6502e9ea1
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
2016-05-20 14:12:24 -07:00
9861e63589
[Code Style] Run fixstyle on merged changes
2016-05-20 13:09:16 -07:00
bce5643994
Merge branch 'master' into jscs-rebase-142
...
Conflicts:
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/representation/src/MCTRepresentation.js
2016-05-20 13:07:58 -07:00
ad5691142e
[Code Style] Rename shadowing variables
2016-05-20 13:05:32 -07:00