Sarah Hale
c6405c50df
Merge branch 'master' of https://github.com/nasa/openmctweb into open18
2015-06-25 10:00:21 -07:00
Sarah Hale
1961ba20c0
Fixing merge
...
Re-added the tests.
2015-06-25 09:59:52 -07:00
Victor Woeltjen
d3ff49b90b
Merge remote-tracking branch 'nasa/open1319' into open1320
2015-06-25 09:59:23 -07:00
Sarah Hale
288692f57c
Fixing merge
...
Re-added the event list controller.
2015-06-25 09:57:43 -07:00
Sarah Hale
a993ee6126
Fixing conflicts
2015-06-25 09:48:09 -07:00
Shivam Dave
ca6f44f7b6
[Windowing] URL Fix
...
The URL malformation was caused by the same
function returning the view and index path for
both the newtab window and the browse controller
window. As a result, the BrowseController now only
uses a path that excludes the view and index paths,
like before the UrlService was added. Another,
separate function uses this url for the location
and includes the view and index paths for new
tabs, in order to maintain the current view. WTD 23.
2015-06-25 09:47:58 -07:00
Sarah Hale
163b210fbb
[Events] Real-time telemetry version
...
Creating an additional event list which can handle real
time data, not historical data. #18 .
2015-06-25 09:39:29 -07:00
Sarah Hale
f6298c162c
[Events] Real-time telemetry version
...
Creating an additional event list which can handle real
time data, not historical data. #18 .
2015-06-25 09:27:24 -07:00
Victor Woeltjen
25d3a4d8c2
Merge remote-tracking branch 'nasa/open1323' into open1324
2015-06-25 09:25:42 -07:00
Victor Woeltjen
9ac6abe78f
Merge remote-tracking branch 'nasa/open980' into open1342
2015-06-25 09:07:27 -07:00
Victor Woeltjen
40957b1c29
[Scrolling List] Enforce row count
...
WTD-1317
2015-06-25 08:50:44 -07:00
Charles Hacskaylo
9f137513d9
Merge branch 'open-master' of https://trunk.arc.nasa.gov/git/wtd into open1341
2015-06-24 19:25:27 -07:00
Charles Hacskaylo
19748ba17c
[Dev/Frontend] Cherry-picking platform changes from warp1341
...
WTD-1341
Re-rendered css file;
2015-06-24 18:56:38 -07:00
Charles Hacskaylo
52a7bd1033
[Dev/Frontend] Cherry-picking platform changes from warp1341
...
WTD-1341
2015-06-24 18:55:15 -07:00
Charles Hacskaylo
e357df2fe5
[Dev/Frontend] Cherry-picking platform changes from warp1341
...
WTD-1341
2015-06-24 18:52:52 -07:00
Victor Woeltjen
a7c09f8c79
[Scrolling List] Add realtime scrolling list
...
Add realtime scrolling list view, for compatibility
with realtime-only data. WTD-1317.
2015-06-24 18:10:59 -07:00
Sarah Hale
d2fe71d82b
[Events] Fixed tabs
...
Removed tabs from EventListController and replaced
with spaces. #18 .
2015-06-24 17:08:03 -07:00
Sarah Hale
203de023d2
[Events] More general view policy
...
The Messages view policy now will allow any object
that has a telemetry type of string to have access
to the Messages view, not just Event List
Generators. (The test for this still does not work
though.) #18 .
2015-06-24 17:05:14 -07:00
Shivam Dave
bd9010e2bc
[urlService] CleanUp/Refactor
...
Adjusted BrowseController's useRoute
to use the urlService instead. Also
adds urlService as a depency through
bundle. Unit test also adjusted to
account for a mockUrlService and
a different value being passed into
mockLocation.path(). WTD 16.
2015-06-24 14:06:09 -07:00
Charles Hacskaylo
6a96f1d395
[Frontend] Added icomoon.io project file
2015-06-24 13:54:57 -07:00
Charles Hacskaylo
14a83e143c
[Frontend] New symbols font and CSS adjustments
...
WTD-980
WTD-396
Minor sanding and shimming;
Updated symbols;
Create super-menu now uses key color;
Removed unused wtdsymbols-v2* font files;
2015-06-24 13:39:31 -07:00
Victor Woeltjen
befbcab892
[Telmetry] Add test cases
...
Add test cases for TelemetrySubscription related to listening
for mutation, to support views of domain objects which delegate
telemetry, for WTD-1329.
2015-06-24 13:25:07 -07:00
Victor Woeltjen
360c3fcf15
[Telemetry] Update specs
...
Update specs to reflect changes for WTD-1329.
2015-06-24 13:17:42 -07:00
Sarah Hale
10e47e6f48
[Events] Fixed comments
...
Fixed comments to refer to event lists
correctly. #18 .
2015-06-24 13:14:19 -07:00
Shivam Dave
c827c40c03
[Windowing] used
...
Used instead of window in the
NewTabAction. WTD 16.
2015-06-24 12:58:48 -07:00
Victor Woeltjen
bcfe80fbdc
[Plot] Handle changes to telemetry objects
...
Handle changes to the set of visible telemetry objects
in a plot; addresses WTD-619, which is related to WTD-1329.
2015-06-24 12:54:49 -07:00
Shivam Dave
c606055a3b
[Windowing] Format
...
Slight formatting change.
WTD 16.
2015-06-24 12:54:49 -07:00
Victor Woeltjen
f2df0bfdbb
[Core] Expose 'topic' service
...
Expose 'topic' services, which supports updating telemetry
subscriptions on mutation for WTD-1329.
2015-06-24 12:53:43 -07:00
Shivam Dave
6863af9cd9
[Windowing] Comment/Formatting
...
Reformatted code and added comments
to the unit test. Also refined the
NewTabActionSpec unit test to be
clearer. WTD 16.
2015-06-24 12:50:21 -07:00
Shivam Dave
13eef59e4f
[Windowing] Unit Test
...
Added mockContext to
UrlServiceSpec unit test
in order to reach the
domainObject's context
capability. WTD 16.
2015-06-24 12:31:40 -07:00
Victor Woeltjen
f98344b5f6
[Telemetry] Unsubscribe on composition change
...
WTD-1329.
2015-06-24 12:27:20 -07:00
Victor Woeltjen
7a531493d8
[Telemetry] Listen for mutation
...
Listen for mutation from telemetry subscriptions,
WTD-1329.
2015-06-24 12:24:43 -07:00
Victor Woeltjen
e0f672d40d
[Core] Add test case for shared listener
...
Add test case for sharing listeners across mutation
capability instances, WTD-1329.
2015-06-24 12:12:50 -07:00
Sarah Hale
adc4a1b828
[Events] Tweaked tests
...
Changed some test names to be more descriptive.
Moved the policy test to another folder.
Blanket coverage now works. #18 .
2015-06-24 12:11:04 -07:00
Victor Woeltjen
877461c4a4
[Core] Add dependency to mutation
...
Add the 'topic' dependency to the mutation capability,
WTD-1329.
2015-06-24 12:08:47 -07:00
Victor Woeltjen
1a6d92ee4e
[Core] Add topic service
...
Add topic service to support listeners, such as the
mutation listener added for WTD-1329.
2015-06-24 12:02:40 -07:00
Charles Hacskaylo
fdfa35d1da
[Frontend] New symbols font and CSS adjustments
...
WTD-980
WTD-396
Changed glyph for stacked plots;
Normalized button line-heights and size of required symbol;
Updated symbol art in symbols font;
Restored mistakenly removed "menu" gesture to grid-item;
2015-06-24 11:42:29 -07:00
Shivam Dave
8926d4b2fb
Merge remote-tracking branch 'upstream/master' into open16
2015-06-24 11:34:33 -07:00
Shivam Dave
43cfab1031
[Windowing] Unit Test
...
Unit Tests for UrlService and NewTabAction
created and partially written. UrlService
returns 100% and NewTabAction returns 88%.
WTD 16.
2015-06-24 11:32:59 -07:00
Sarah Hale
ff8e6f40bb
[Events] More style
...
Edited comments to clarify the sources of
files. #18 .
2015-06-24 11:32:13 -07:00
Sarah Hale
e7ce0f2ded
Merge branch 'master' of https://github.com/nasa/openmctweb into open18
2015-06-24 11:26:52 -07:00
Sarah Hale
ebfb4cd055
[Events] Removed mct-data-table test
...
Removed the test for MCTDataTable because it
is a directive. #18 .
2015-06-24 11:20:38 -07:00
Sarah Hale
86240a337f
[Events] Controller and populator tests
...
Created tests for EventListController and
EventListPopulator. #18 .
2015-06-24 11:17:30 -07:00
Sarah Hale
54cf5a2c59
[Events] Changed where row reversal happens
...
Changed where in the code the row are reveresd
(wrt scrolling lists) so that the most recent
messages are on the bottom. The rows are now in
the correct order from getRows, rather then
updateRows. #18 .
2015-06-24 11:16:03 -07:00
Victor Woeltjen
b30cbb18ec
[Core] Add spec for 'topic' service
...
Add spec for a 'topic' service which will provide
the ability for messaging within a local instance
of an application. WTD-1329.
2015-06-24 10:55:34 -07:00
Sarah Hale
e7598adcee
[Events] View policy test
...
Created a test for the MessagesViewPolicy. #18 .
2015-06-24 10:40:03 -07:00
Victor Woeltjen
c668fa041a
[Core] Allow listening for mutation
...
Allow listeners to register with a domain object's
mutation capability to detect changes to that
domain object. Allows other components to respond
to these changes without resorting to polling on
timestamp or similar. WTD-1329.
2015-06-24 10:20:49 -07:00
Sarah Hale
ba1f86da25
[Events] Restricted when view avaliable
...
Created a new policy to only allow the Messages view
to be avaliable for Event Message Generators. #18 .
2015-06-24 10:15:09 -07:00
Sanderfer
f617a01a4d
Ticket WTD-1315
...
Merge branch 'open-master' into open475
2015-06-24 09:56:08 -07:00
Shivam Dave
83cc0b65d5
[Windowing] Comments
...
Added comments to files. WTD-16.
2015-06-23 16:35:34 -07:00
Shivam Dave
61d9545414
[Windowing] UrlService
...
UrlService added which takes in a
mode (browse or edit), and also a
domainObject. Returns the url
path to that domainObject. WTD-16.
2015-06-23 16:11:06 -07:00
Charles Hacskaylo
db3e132799
[Frontend] New symbols font and CSS adjustments, in-progress
...
WTD-980
WTD-396
2015-06-23 16:07:29 -07:00
Sarah Hale
2a9aa7ee2f
[Events] Beginning test setup
...
The files needed to write the tests are in place. #18 .
2015-06-23 15:54:48 -07:00
Sarah Hale
567ccf0454
[Events] More style
...
Removed part of comment. #18 .
2015-06-23 15:42:22 -07:00
Sarah Hale
5d2afac83b
[Events] Window injected with Angular
...
Used provided by angular to better follow
style guidelines, as well as for utility in testing
later. #18 .
2015-06-23 15:40:12 -07:00
Shivam Dave
21462bf60d
[Windowing] View Set
...
Sets the view to bethe current
page's view mode. WTD-16.
2015-06-23 15:39:48 -07:00
Sarah Hale
5da210d350
[Events] More style compliance
...
More small changes for style. #18 .
2015-06-23 15:09:34 -07:00
Sarah Hale
7d3c2b7243
[Events] Style compliance
...
Made some small changes to keep up with
the style standards. #18 .
2015-06-23 14:47:21 -07:00
Victor Woeltjen
d1dc2da4c8
[Plot] Remove unused function
...
Remove unused function related to enforcing fixed duration
in plots, WTD-1273.
2015-06-23 14:40:32 -07:00
Sarah Hale
c4006646f8
[Events] More generalized data format
...
Made the EventListController use domain and range types, rather
than severity, domain, and event message. This allows it to be
more generalized, which should be helpful with different data
formats later on. #18 .
2015-06-23 14:21:11 -07:00
Victor Woeltjen
d6a31dcef3
[Plot] Update failing specs
...
Update failing specs for changes related to fixed duration
plots, WTD-1273.
2015-06-23 14:17:28 -07:00
Victor Woeltjen
e5b0af47e1
Merge branch 'open-master' into open1273
...
Merge latest from master branch into topic branch
for WTD-1273.
2015-06-23 14:06:42 -07:00
Victor Woeltjen
065a5a6fbf
[Limits] Disable failing specs
...
Disable specs which are failing after changes to support
limits, WTD-1223.
2015-06-23 13:43:00 -07:00
Sarah Hale
9609987562
[Events] Scrollbar moves with data
...
The scroll position now moves down when a new row is added
to the data table. This means that when the scroll position
is at the bottom, it will stay there, even with new updates
adding onto the botton. #18 .
2015-06-23 13:33:09 -07:00
Shivam Dave
29efb5cf3b
[Windowing] Selected Object
...
Uses the context to get the selected object
or the navigated object. This allows contextual
menu new tab access from the tree. WTD-16.
2015-06-23 13:32:09 -07:00
Victor Woeltjen
a4ea0dd047
Merge branch 'open-master' into open1223
...
Merge latest from master branch into topic branch for
WTD-1223
2015-06-23 13:29:47 -07:00
Victor Woeltjen
dc4ce59dbd
Merge branch 'open-master' into open1256
2015-06-23 13:14:17 -07:00
Victor Woeltjen
30e51e783e
[Core] Add JSDoc
...
Add JSDoc to decorator which provides missing models,
WTD-1241.
2015-06-23 13:03:17 -07:00
Victor Woeltjen
14fbd64ae4
Merge branch 'open-master' into open1241
...
Merge latest from master branch into topic branch
for WTD-1241.
2015-06-23 13:00:27 -07:00
Sarah Hale
fdab799e5b
[Events] Changed directive variables
...
Changed scrollDirection to ascendingScroll, which acts like
a boolean. Now there is proper communication between the
html and the directive itself. #18 .
2015-06-23 12:40:50 -07:00
Sarah Hale
3337777fea
[Events] Changed file structure
...
Changed file structure to include a separate
directives directory. #18 .
2015-06-23 11:48:08 -07:00
Shivam Dave
e55cd88d38
[Windowing] View
...
Includes the view using the
.search().view to find
the view key and append that to the
end of the url. Prints this out using
the alert window. WTD-16.
2015-06-23 11:38:01 -07:00
Sarah Hale
a5d5fa0796
[Events] Table height detection
...
Created an mct-data-table directive. We are able to detect changes in
the height of the table now, which will be used to determine
any corresponding scrolling. #18 .
2015-06-23 11:37:57 -07:00
Victor Woeltjen
e4db4d3802
Merge branch 'open-master' into open1291
...
Merge in latest from master branch into topic branch
for WTD-1291.
2015-06-23 11:33:27 -07:00
Shivam Dave
e38ad7b082
[Windowing] Path Alert
...
Alerts user of the current path
using an alert window, however
the path is partially shown.
It is the part of the current
path after index.html#. WTD-16.
2015-06-23 11:05:00 -07:00
Charles Hacskaylo
c35c9c43b7
[Frontend] Tweak size of spinner
...
WTD-1323
2015-06-22 18:47:58 -07:00
Charles Hacskaylo
cb715a9d48
[Frontend] Merge in platform CSS changes
...
WTD-1319
WTD-768
WTD-841
Change CSS for autoflow-tabular header;
2015-06-22 18:41:04 -07:00
Victor Woeltjen
e516d886a6
[Plot] Treat any modifier key as pan
...
Treat any modifier key as a pan gesture when click-dragging in
a plot; this is more resilient to cross-platform nuances.
WTD-1273.
2015-06-22 18:12:25 -07:00
Shivam Dave
d5a9019493
[Windowing] Comment Adjusted
...
Changed window to tab in comments in
file. WTF-16.
2015-06-22 15:54:32 -07:00
Shivam Dave
1c445e1ce3
[Windowing] New Tab Adjustment
...
Added NewTabAction to spec file and adjusted
it to new name. Also changed comment in
NewTabAction along with a code fix.
WTD-16.
2015-06-22 15:44:09 -07:00
Shivam Dave
c7154447e2
[Windowing] Tabbing Rename
...
Renamed all instances of NewWindow to be
NewTab instead. WTD-16.
2015-06-22 15:35:08 -07:00
Shivam Dave
dc4436e890
[Windowing] Unit Test Adjustment
...
Added comments to the NewWindowActionSpec.js
file. WTD-16.
2015-06-22 15:15:46 -07:00
Shivam Dave
02265c82d6
[Windowing] Unit Test
...
Completes Unit Test. Added a new file:
NewWindowActionSpec.js, which performs the
Jasmine test for NewWindowAction.js. The
test specifies a mockWindow with a mockUrl
and then adds both to a NewWindowAction.
Also suite.json contains the NewWindowActon
path. In order for NewWindowAction.jsWTD-16.
to be reached. WTD-16.
2015-06-22 15:10:55 -07:00
Shivam Dave
fd1c847e2c
[Windowing] Remove Varibale
...
Removed the variable currentUrl because it
was not needed. WTD-16.
2015-06-22 15:06:12 -07:00
Shivam Dave
546af71263
Merge remote-tracking branch 'upstream/master' into open16
2015-06-22 14:06:40 -07:00
Shivam Dave
683a733ae1
[Windowing] SASS Edit
...
Adjusted the SASS file to
not hide the new window button. Also
removed the overwrite metadata function
that was used to temprarily allow us to
view the new window button. WTD-16.
2015-06-22 14:00:25 -07:00
Sarah Hale
7be7844824
[Events] Reversed viewing order
...
When viewing an event message generator new messages are now added to the
bottom of the display, rather than being added to the top and pushing
the other messages down by one. #18 .
2015-06-22 13:40:55 -07:00
Shivam Dave
bd6dc758fa
Merge remote-tracking branch 'upstream/master' into open16
2015-06-22 13:22:42 -07:00
Shivam Dave
140e3a1fb6
[Windowing] Comments
...
Added comments to the perform function
WTD-16.
2015-06-22 13:20:57 -07:00
Shivam Dave
6b2edc4469
[Windowing] Opens Url
...
Instead of displaying a dialog of
the url, the url is opened in a new
tab using the new window button.
WTD-16.
2015-06-22 13:18:00 -07:00
Shivam Dave
8d9d8d4900
[Windowing] Display URL
...
Alert box when pressing new tab button
displays the current url, that will be
opened in the new tab. WTD-16
2015-06-22 13:14:39 -07:00
Shivam Dave
2fbfcc1333
[Windowing] Added new window button
...
Currently overwrites metadata
similar to the FullScreenAction in order
to temporarily display the new window button
until the css is modified to do so. WTD-16
2015-06-22 13:12:13 -07:00
Sarah Hale
0feb3b0462
Merge branch 'open18' of https://github.com/slhale/openmctweb into open18
2015-06-22 12:37:15 -07:00
Sanderfer
7493f76d06
Merge branch 'open-master' into open1313
2015-06-22 10:11:00 -07:00
Victor Woeltjen
7f7759f72c
Merge branch 'open-master' into open1223
2015-06-20 15:36:21 -07:00
Victor Woeltjen
8199d1d9d9
[Plot] Use mct-drag from plot
...
Use mct-drag from plot such that we are able to handle
mouse events which leave the plot area for marquee zoom
and pan. WTD-1273.
2015-06-20 11:47:10 -07:00
Victor Woeltjen
bc7342b127
[Plot] Make plot fixed duration a global default
...
WTD-1273.
2015-06-20 11:30:20 -07:00
Victor Woeltjen
f3cbcf0abe
[Plot] Update ticks during pan
...
WTD-1273.
2015-06-20 11:21:55 -07:00
Victor Woeltjen
53f712b506
[Plot] Pan with alt-key
...
While alt is held, treat drag gestures in a plot area
as a pan, WTD-1273.
2015-06-20 11:19:56 -07:00
Victor Woeltjen
215d3ffd72
[Plot] Tweak fixed-duration code
...
Tweak fixed-duration code such that data is not
lost; WTD-1273.
2015-06-20 10:39:35 -07:00
Victor Woeltjen
fbf682d5fa
[Plot] Support fixed duration
...
Support a fixed duration for plots, WTD-1273.
2015-06-20 10:28:49 -07:00
Victor Woeltjen
5ca954deaf
[Plot] Test fallback on webglcontextlost
...
Add test case to verify that fallback occurs when a
WebGL context is lost, WTD-475.
2015-06-19 16:14:49 -07:00
Victor Woeltjen
a82fea2166
Merge pull request #5 from nasa/open1202
...
[Plot] Improve plotting performance
2015-06-19 16:05:18 -07:00
Victor Woeltjen
6b0a77d131
Merge pull request #8 from nasa/open1149
...
[Addressability] Use/populate URL
2015-06-19 16:05:10 -07:00
Victor Woeltjen
149ac44e8c
Merge pull request #13 from nasa/open12
...
[Execution] Add worker service
2015-06-19 16:05:02 -07:00
Victor Woeltjen
b6fdf4d6ab
[Plot] Fall back from WebGL on context loss
...
When a WebGL context is loss, fall back to displaying
plots using regular canvas 2d API. WTD-475.
2015-06-19 16:02:52 -07:00
Victor Woeltjen
dac44623ee
[Plot] Begin adding WebGL fallback
...
Begin adding code to handle case where WebGL context
is lost, WTD-475.
2015-06-19 15:47:22 -07:00
Charles Hacskaylo
ae7dae011b
[Dev/Frontend] New example event generator and event view
...
WTD-1304
github open18
New example generator;
New temporary view: features/events;
Updated scss and css;
2015-06-19 15:29:06 -07:00
Victor Woeltjen
4bc41e8aab
Merge remote-tracking branch 'nasa/open1223' into open1223
...
Conflicts:
platform/features/plot/res/templates/plot.html
2015-06-19 14:50:00 -07:00
Victor Woeltjen
71ca9803c2
[Core] Obey priority for capabilities
...
Obey priority for capabilities to allow this to be overridden
for other domain object types, WTD-1223.
2015-06-19 14:40:59 -07:00
Shivam Dave
6a35476872
Merge branch 'open1149' of https://github.com/nasa/openmctweb into open1149
2015-06-19 13:55:23 -07:00
Victor Woeltjen
3b62add011
Merge branch 'open-master' into open1223
...
Conflicts:
platform/features/plot/res/templates/plot.html
2015-06-19 13:34:21 -07:00
Victor Woeltjen
67d1201214
Merge branch 'open-master' into open1272
...
Merge in latest from master branch into topic branch
for WTD-1272
Conflicts:
platform/forms/test/controllers/DateTimeControllerSpec.js
2015-06-19 13:16:33 -07:00
Victor Woeltjen
b879de1a33
Merge branch 'open-master' into open1182
2015-06-19 12:22:05 -07:00
Victor Woeltjen
dbd7a65a7a
Merge remote-tracking branch 'nasa/open1295' into open-master
2015-06-18 18:33:09 -07:00
Victor Woeltjen
8d80a2aee1
Merge branch 'open-master' into open1182
2015-06-18 18:23:19 -07:00
Victor Woeltjen
00229f01b1
[Plot] Test plot view policy
...
Test plot view policy, added in conjunction with image
telemetry; WTD-1170.
2015-06-18 17:11:11 -07:00
Victor Woeltjen
85e3101d08
[Plot] Expose plot view policy
...
Expose policy which suppresses image telemetry (and other
non-numeric telemetry) in plots. WTD-1170.
2015-06-18 17:00:20 -07:00
Victor Woeltjen
983a9a2f07
Merge remote-tracking branch 'nasa/open1170' into open1170
2015-06-18 16:58:44 -07:00
Victor Woeltjen
66b143c9d7
[Plot] Suppress plot for non-numeric telemetry
...
Avoids plot views becoming erroneously available for image
telemetry, WTD-1170.
2015-06-18 16:58:29 -07:00
Victor Woeltjen
51bd205502
[Imagery] Be flexible about format
...
Accept either image or imageUrl as format for image telemetry,
WTD-1170.
2015-06-18 16:53:52 -07:00
Shivam Dave
0292f046da
[Browse Composition] Removed Window Alert
...
Removed commented out code that
alerts the user if they cannot
perform a drag and drop. Inserted a
comment marking where an alert can be placed
Issue 11.
2015-06-18 15:23:51 -07:00
Charles Hacskaylo
0201a4bcf8
[Frontend] Fix to prevent infobubbles from preventing clicks
...
GitHub-12
Added CSS class "bubble-container" to BUBBLE_TEMPLATE;
bubble-container utilizes CSS "pointer-events: none";
Changed INFO_HOVER_DELAY constant from 500ms to 2000ms;
2015-06-18 15:18:42 -07:00
Victor Woeltjen
056c087953
[Representation] Add missing argument to spec
...
Add missing argument to spec for mct-representation, WTD-1256.
2015-06-18 15:09:17 -07:00
Shivam Dave
dab6d96688
[Browse composition] Not Alerting User
...
In this case the user is not alerted. This
is to test the maven build. Issue 11.
2015-06-18 15:08:13 -07:00
Sarah Hale
1f3c1da8c7
[Browse composition] Alert user
...
When the user attempts a disallowed drag and drop composition,
the browser will alert them to this. Issue 11.
2015-06-18 14:53:35 -07:00
Victor Woeltjen
275ca01692
[Representation] Trust template URLs
...
Trust resource URLs to skip SCE-checking (which profiling
flags as a performance problem) for mct-include and
mct-representation; these URLs are pulled from bundles and
not user-entered, so should be trusted. WTD-1256.
2015-06-18 14:43:14 -07:00
Sarah Hale
451842fb82
[Browse composition] Cleanup
...
Removed commented out code in tests. Issue 11.
2015-06-18 14:29:46 -07:00
Sarah Hale
9e52ddaee7
[Browse composition] Added and modified tests
...
Added additional tests to account for the different cases of
edit mode and folder vs non folder. Issue 11.
2015-06-18 14:26:54 -07:00
Victor Woeltjen
640a399278
[Workers] Add example worker
...
Add an example worker which inefficiently calculates
fibonacci numbers outside of the UI thread, for #12 .
2015-06-18 11:21:00 -07:00
Victor Woeltjen
7d911a3fe0
[Workers] Add worker service
...
Add service for running WebWorkers, #12 .
2015-06-18 10:59:10 -07:00
Shivam Dave
a8488a92d9
[Gestures] Browse/Edit Composition
...
Disallows drag and drop during browse mode,
unless dragging and dropping into a folder
view. Allows drag and drop into a layout view
only in edit mode also. Can be unit tested now.
WTD-11.
2015-06-18 10:54:51 -07:00
Charles Hacskaylo
ab81c9070e
[Frontend] Remove static-markup file
...
WTD-1170
2015-06-18 10:09:17 -07:00
Charles Hacskaylo
69f4b4975e
Merge branch 'open-master' into open1170b
...
Conflicts:
platform/commonUI/general/res/sass/plots.scss
platform/commonUI/inspect/src/InfoConstants.js
platform/features/imagery/src/policies/ImageryViewPolicy.js
platform/features/static-markup/res/markup.html
2015-06-18 09:55:26 -07:00
Charles Hacskaylo
0949ada734
[Frontend] Manual update of platform css, fonts and sass only from open-master
...
WTD-1170
2015-06-18 09:46:54 -07:00
Victor Woeltjen
897433f717
[Imagery] Test ImageryController
...
WTD-1170.
2015-06-17 21:15:17 -07:00
Victor Woeltjen
ba88281bd0
[Imagery] Test mct-background-image
...
WTD-1170.
2015-06-17 20:51:41 -07:00
Victor Woeltjen
c41db4f22b
[Imagery] Test policy
...
Test policy which restricts the Imagery view to domain objects which
have image telemetry. WTD-1170.
2015-06-17 20:41:40 -07:00
Victor Woeltjen
8aa25a929a
[Imagery] Add skeleton specs
...
Add skeleton specs for the Imagery view of telemetry,
WTD-1170.
2015-06-17 20:35:17 -07:00
Victor Woeltjen
2690a8b8e2
[Imagery] Add JSDoc
...
Add JSDoc to classes implementing the Imagery view, WTD-1170.
2015-06-17 20:31:47 -07:00
Victor Woeltjen
12954f8fc3
[Imagery] Add open-in-new-tab button
...
Add button to open current telemetry image in a new tab,
WTD-1282 (in the context of WTD-1170.)
2015-06-17 20:21:53 -07:00
Victor Woeltjen
5a4a912f79
[Imagery] Only display images when loaded
...
Wait until image telemetry is completely loaded before
displaying it, WTD-1170.
2015-06-17 20:12:04 -07:00
Victor Woeltjen
dc85d3c191
Merge pull request #4 from nasa/open884
...
[Info Bubble] Add info bubble
2015-06-17 11:47:34 -07:00
Charles Hacskaylo
2677dcd10c
Merge branch 'open-master' into open1295
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
platform/commonUI/general/res/sass/_main.scss
2015-06-17 11:00:53 -07:00
Victor Woeltjen
0ae1ba4a40
[Edit] Don't wrap non-editable objects
...
In Edit mode, don't bother wrapping domain objects which should
not be edited even in principle. Avoids insulating these objects
from updates which occur asynchronously, which in turn avoids
WTD-1291.
2015-06-17 10:23:16 -07:00
Victor Woeltjen
ee69eb3a01
[Addressability] Fix code style
...
Change code style to satisfy JSLint for changes from WTD-1149.
2015-06-16 16:10:31 -07:00
Victor Woeltjen
5849f8afe2
[Addressability] Add spec for BrowseObjectController
...
Add spec for BrowseObjectController, added to track current
view selection from/to query string params, WTD-1149.
2015-06-16 16:09:22 -07:00
Victor Woeltjen
c1c633db80
[Addressability] Add test cases
...
Add test cases to BrowseController which reflect changes for
addressability, WTD-1149.
2015-06-16 15:57:08 -07:00
Victor Woeltjen
bcb4e9c495
[Addressability] Remove excessive check
...
Remove unneeded check from ViewSwitcherController; not necessary
to avoid overwriting query string selection of view. WTD-1149.
2015-06-16 15:40:19 -07:00
Victor Woeltjen
699cd3bd90
[Addressability] Update spec for BrowseController
...
Update spec to reflect changes for BrowseController to support
addressability of domain objects, WTD-1149.
2015-06-16 15:35:40 -07:00