Shivam Dave
d65e0f820f
[Mobile] Gestures
...
Currently zooms into center by narrowing each
dimension by 0.01
2015-08-31 14:47:02 -07:00
Shivam Dave
24fe419be4
[Mobile] Gestures
...
Slight clean up to MCTPinch.
2015-08-31 13:01:15 -07:00
Shivam Dave
3e2c3f913b
[Mobile] Gesture Check
...
Commented out panand trackes current 2
touches on pinch.
2015-08-28 16:48:54 -07:00
Shivam Dave
a45b09277e
[Mobile} Pan/Pinch
...
Cleaned up the variables.
2015-08-28 16:01:00 -07:00
Shivam Dave
bdf3e4d8a3
[Mobile] Pan/Pinch
...
On destoying the scope of
MCTPinch, all the listeners for
touch events on the element are
destroyed.
2015-08-28 15:39:16 -07:00
Shivam Dave
e4a2904213
[Mobile] Pan Gesture
...
Added pan gesture functionality
with one finger to MCTPlot.
2015-08-28 15:23:19 -07:00
Shivam Dave
f1d4e36c02
[Mobile] Gestures
...
Added an endTouch/Zoom to the
MCTPlot to mark when the user
has canceled/ended their touch
event.
2015-08-28 15:22:15 -07:00
Shivam Dave
b3792c21be
[Mobile] Gestures
...
Adjusted MCTPinch names to work
for both pan and pinch.
2015-08-28 15:20:46 -07:00
Shivam Dave
1fbbf355f4
[Mobile Gestures] Pan
...
Adds pan gesture to plots. Sets up the
zoom gesture addition. Also the back button
is visible on desktop versions.
2015-08-20 11:26:09 -07:00
Shivam Dave
9fec73da14
Merge remote-tracking branch 'upstream/plot-vee-two' into mobile_gestures_1
2015-08-17 13:20:02 -07:00
Shivam Dave
23048f0df9
[Mobile Gestures] Comments
...
Added comments to pinch functions.
2015-08-17 13:15:46 -07:00
Shivam Dave
dfe3409a98
[Mobile, Gestures] Pinch
...
Split the pinch gesture into start,
change, and end/cancel. Each of those
are read in and then they emit through
the scope to functions in the controller.
2015-08-17 13:12:53 -07:00
Shivam Dave
5c3fe78bd5
[Mobile, Gestures] Pinch
...
Moved MCTPinch directive into
plot-reborn. Now emits on pinch action
the event to the controller. Edited plot.html
to clean up and edited mct-plot.html to
include mct-pinch. DrawLoader adjusted to
allow and prevent error.
2015-08-17 12:51:33 -07:00
Pete Richards
eb69e02ce3
[Plot] Reset telemetry objects on change
2015-08-17 12:39:38 -07:00
Shivam Dave
17e2da2d2c
Merge remote-tracking branch 'upstream/plot-vee-two' into mobile_gestures_1
2015-08-17 10:53:54 -07:00
Shivam Dave
03db1b3623
Merge remote-tracking branch 'upstream/master' into mobile_3
2015-08-17 10:51:28 -07:00
Shivam Dave
5c23daa5ff
[Mobile, Gestures] Pinch
...
Pinch directive commited with removal
of gestures. Added connection to controller
and plot application on html file.
2015-08-17 10:49:11 -07:00
Victor Woeltjen
83fce6ad77
[Search] Remove unused dependency
...
Remove unused dependency from generic search worker,
avoids WTD-1511.
2015-08-17 10:45:02 -07:00
Pete Richards
056b3f61ce
[Style] JSLint Compliance
2015-08-14 11:54:46 -07:00
Pete Richards
a0dc3da8fb
[Plot] Use ColorService for plot colors
2015-08-13 16:07:08 -07:00
Pete Richards
48f345a46b
[Service] ColorPalette is now ColorService
2015-08-13 16:06:26 -07:00
Shivam Dave
2cf7f6794c
Merge remote-tracking branch 'upstream/master' into mobile_3
2015-08-13 09:14:28 -07:00
Pete Richards
889a5c6ea9
Allow duplicates in repeats, use proper labels
2015-08-12 16:50:51 -07:00
Pete Richards
5502009127
Reasonable defaults for directive scope
2015-08-12 16:50:09 -07:00
Pete Richards
cb41be7922
Plot uses ColorPalette to allocate colors
2015-08-12 16:27:28 -07:00
Shivam Dave
2997f2a261
[Mobile, Gestures] Removed Gesutres
...
Removed gesture info from bundles,
switching to using directives for
pinch.
2015-08-12 16:22:04 -07:00
Pete Richards
52b8720d37
ColorPalette dispenses colors.
2015-08-12 16:17:20 -07:00
Pete Richards
bb8c8a75ab
MCTChart preserves precision of plot values
2015-08-12 13:59:32 -07:00
slhale
94531a39d0
Merge branch 'master' of https://github.com/nasa/openmctweb into searchservice
2015-08-12 13:17:17 -07:00
slhale
cab675c8ca
[Search] Timeout length & indexed check
...
Changed timeout to 0 ms. Changed check for
already indexed to an empty return.
2015-08-12 10:57:37 -07:00
slhale
0520f1c70c
[Search] Update tests
...
Test creation of the generic search provider
provides mock timeout argument. Slight change to
tree indexing test due to use of useCapability
function.
2015-08-12 09:53:23 -07:00
slhale
3b62f1a979
[Search] Break up item indexing
...
Use timeouts to make the generic search's item
indexing not block up the page.
2015-08-12 09:42:21 -07:00
Shivam Dave
d10c56f732
Merge remote-tracking branch 'upstream/master' into mobile_3
2015-08-12 09:27:02 -07:00
slhale
48693df51f
[Search] Input checks
...
More checks to see if the input is empty
before doing search computations.
2015-08-11 13:52:23 -07:00
Shivam Dave
1f7d0427b7
[Mobile, Gestures] Clean Up
...
Moved one file, push/pan still
applied to whole pane.
2015-08-11 12:13:43 -07:00
Shivam Dave
caf1e3aea9
[Mobile, Gestures] Tests
...
Adjusted tests to call to correct
firedGesture.
2015-08-11 10:57:52 -07:00
Shivam Dave
3031579a62
[Mobile] Gestures
...
Started gesture implementation for
representation panes. Currently added Pan
and Pinch Gesture js, where the PanGesture
tracks single finger movement. PinchGesture
tracks the distance between two fingers. Also
added test spec files that test without error
but are incomplete. Current issue is that
pinch and pan gestures are applied to the entire
right pane, which includes header. Need to target
only representation of the right pane.
2015-08-10 11:31:33 -07:00
Shivam Dave
00aa7ce0c2
[Mobile, Gestures] Pinch/Pan
...
Made unbind call more DRY.
2015-08-07 14:52:23 -07:00
Shivam Dave
cac97401c6
[Mobile, Gestures] Pan/Pinch
...
Added Destroy return function that
.off all touch events on elements.
And unbinds touch events from element.
2015-08-07 14:26:23 -07:00
Shivam Dave
7b371327e6
[Mobile, Gestures] Pan
...
Added pan file which is based on
PinchGesture. Also made PinchGesture more
DRY. PanGesture, like PinchGesture only
logs the pan coordinates on touch moving.
Added check to pinch and pan to disallow those
gestures in folder representations.
2015-08-07 14:16:32 -07:00
Shivam Dave
113d1c909f
[Mobile, Gestures] Pinch
...
Pinch gesture being implemented.
Currently tracks two touchChanges
that track location and find distance
between them. Logs the distances currently.
2015-08-07 12:20:57 -07:00
slhale
7cad3ba0bc
[Search] Update tests
...
Updated generic provider test for more general
mock capability object.
2015-08-06 14:52:54 -07:00
slhale
168a805e8e
[Search] Index checks for changes
...
When indexing items initially, the generic
provider listens for mutations in case an
item's composition changes, so it can then
index the new children.
2015-08-06 14:41:47 -07:00
Shivam Dave
7ca15a9de2
[Mobile] Representation
...
Edited grid item to center
shared button.
2015-08-06 14:11:59 -07:00
Shivam Dave
dcd7d61c9a
[Mobile] Tests
...
Completed ContextMenu and InfoButton
Gesture tests where elements/body
touch events occur.
2015-08-06 13:43:56 -07:00
slhale
a2eabc1b08
[Search] Infinite cycle check
...
in indexItems in the generic provider.
2015-08-06 10:25:02 -07:00
slhale
f76f6548a5
[Search] Type checking
...
Added type checking for arrays to indexItems.
2015-08-06 10:13:32 -07:00
slhale
836c508698
[Search] Style compliance
2015-08-06 09:55:08 -07:00
slhale
1fe492cc3d
[Search] New item indexer
...
This one (hopefully) doesn't fill up the
call stack when there are lots of items.
2015-08-06 09:51:09 -07:00
Pete Richards
37cd73c6e8
[Template] Move ng-click to parent node
...
Move the ng-click directive to the li element to match the element that receives
hover styles.
Fixes nasa/openmctweb#60 .
2015-08-05 17:11:30 -07:00