-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit #1245
base: release-2.6.0-pre.11.1
Are you sure you want to change the base?
Initial commit #1245
Commits on Aug 14, 2015
-
Update version string to 2.6.0-pre.14.1
Jenkins committedAug 14, 2015 Configuration menu - View commit details
-
Copy full SHA for c9acd0d - Browse repository at this point
Copy the full SHA c9acd0dView commit details
Commits on Aug 15, 2015
-
Update version string to 2.6.0-pre.14.1
Jenkins committedAug 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 8ccaac0 - Browse repository at this point
Copy the full SHA 8ccaac0View commit details
Commits on Aug 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6bf9f5b - Browse repository at this point
Copy the full SHA 6bf9f5bView commit details
Commits on Aug 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b1d0edd - Browse repository at this point
Copy the full SHA b1d0eddView commit details -
ENYO-2327: Fix file mode settings.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for e4a3bd2 - Browse repository at this point
Copy the full SHA e4a3bd2View commit details
Commits on Aug 19, 2015
-
Merge pull request #1252 from enyojs/ENYO-2327-aarontam
ENYO-2327: Fix file mode settings. Reviewed By: Derek Anderson<derek.anderson@lge.com> Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 31be25b - Browse repository at this point
Copy the full SHA 31be25bView commit details -
ENYO-2083: Documenting enyo/History as WIP
The refactoring of moon/History (including creation of the new enyo/History singleton) fixes multiple known issues and is a significant improvement, but I'm not confident that we have things quite right yet. I therefore want to mark enyo/History as an experimental / work-in-progress API for the time being to allow us to make breaking changes or replace the API altogether in subsequent releases. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedAug 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 8ff0e9d - Browse repository at this point
Copy the full SHA 8ff0e9dView commit details
Commits on Aug 20, 2015
-
Merge pull request #1251 from enyojs/history-refactor-ryanjduffy
Fixes ENYO-2083 Reviewed-By: Gray Norton (gray.norton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 51d12a5 - Browse repository at this point
Copy the full SHA 51d12a5View commit details -
ENYO-2205 Initialize selected items when collection changed
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 84a7310 - Browse repository at this point
Copy the full SHA 84a7310View commit details -
Merge pull request #1247 from enyojs/ENYO-2205-roysutton
ENYO-2205 Initialize selected items when collection changed Reviewed By: Derek Anderson (derek.anderson@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for ee55e3c - Browse repository at this point
Copy the full SHA ee55e3cView commit details
Commits on Aug 21, 2015
-
* Fix the gulpfile to actually test the source in lib. * Refactored Control, floatingLayer, and fullscreen to be in a single module to resolve a hidden circular dependency issue. * Fixed various jshint warnings Issue: ENYO-2356 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedAug 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 3c2a8ee - Browse repository at this point
Copy the full SHA 3c2a8eeView commit details -
ENYO-2313: In enyo/Image, ensure that placeholder image fits
At least in cases where the image size was not explicitly specified and the sizing option was not being used, the placeholder image was not properly scaled to the size of the image element. Some simple CSS refactoring takes care of that. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedAug 21, 2015 Configuration menu - View commit details
-
Copy full SHA for abb007d - Browse repository at this point
Copy the full SHA abb007dView commit details
Commits on Aug 22, 2015
-
Merge pull request #1256 from enyojs/ENYO-2313-graynorton
ENYO-2313: In enyo/Image, ensure that placeholder image fits Reviewed-By: Art Dahm (art.dahm@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 65c07bd - Browse repository at this point
Copy the full SHA 65c07bdView commit details
Commits on Aug 24, 2015
-
Animation transformation using matrix values. Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <anish.ramesan@lge.com>
Configuration menu - View commit details
-
Copy full SHA for a55d801 - Browse repository at this point
Copy the full SHA a55d801View commit details -
add updateHistory property to enyo/History
When false, enyo/History will only maintain its internal history stack and will not update window.history. Issue: ENYO-2368 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedAug 24, 2015 Configuration menu - View commit details
-
Copy full SHA for ae83acb - Browse repository at this point
Copy the full SHA ae83acbView commit details -
Merge pull request #1258 from enyojs/ENYO-2368-ryanjduffy
Fixes ENYO-2368 Reviewed-By: Gray Norton (gray.norton@lge.com) Integrated-By: Gray Norton (gray.norton@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 5505b74 - Browse repository at this point
Copy the full SHA 5505b74View commit details
Commits on Aug 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f94e6c2 - Browse repository at this point
Copy the full SHA f94e6c2View commit details -
Merge pull request #1259 from enyojs/ENYO-2313-revert
Revert "Merge pull request #1256 from enyojs/ENYO-2313-graynorton" Reviewed-By: Aaron Tam (aaron.tam@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for ed568bc - Browse repository at this point
Copy the full SHA ed568bcView commit details
Commits on Aug 26, 2015
-
Merge pull request #1255 from enyojs/ENYO-2356-ryanjduffy
Fixes ENYO-2356 Reviewed-By: Aaron Tam (aaron.tam@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 34d20e9 - Browse repository at this point
Copy the full SHA 34d20e9View commit details
Commits on Aug 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for aef2159 - Browse repository at this point
Copy the full SHA aef2159View commit details -
Merge pull request #1262 from enyojs/2.6.0-dev-moduleDir
update for 0.5.1 tools release
Configuration menu - View commit details
-
Copy full SHA for ebcac15 - Browse repository at this point
Copy the full SHA ebcac15View commit details -
refactors accessibility implementation …
Adopts a new design that uses otherwise inert properties to apply the necessary a11y attributes. Also adds more comprehensive aria support to the core Enyo controls. Issue: ENYO-2176 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 4ae4762 - Browse repository at this point
Copy the full SHA 4ae4762View commit details
Commits on Aug 28, 2015
-
Issue: ENYO-2414 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedAug 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 681f14a - Browse repository at this point
Copy the full SHA 681f14aView commit details -
Merge pull request #1264 from enyojs/ENYO-2414-ryanjduffy
fix path to js in gulpfile
Configuration menu - View commit details
-
Copy full SHA for eb6680a - Browse repository at this point
Copy the full SHA eb6680aView commit details -
ENYO-1725: enyo.Video: setPlaybackRate should be called ahead of play…
… in a certain case ## Issue If user selects REW/FF when content is paused, setPlaybackRate should be called ahead of play. ## Fix added flag, "isNeedPlay", to make node play after setPlaybackRate . Enyo-DCO-1.1-Signed-off-by: Suhyung Lee (suhyung2.lee@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 3bb388b - Browse repository at this point
Copy the full SHA 3bb388bView commit details -
Merge pull request #1194 from enyojs/ENYO-1725-suhyung-2.6.0-dev
ENYO-1725: enyo.Video: setPlaybackRate should be called ahead of play in a certain case
Configuration menu - View commit details
-
Copy full SHA for c80ce7f - Browse repository at this point
Copy the full SHA c80ce7fView commit details -
ENYO-2384: Use panel container wrapper for panels.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 2c6f4f0 - Browse repository at this point
Copy the full SHA 2c6f4f0View commit details -
Merge pull request #1263 from enyojs/ENYO-2176-v3-ryanjduffy-rebased
refactors accessibility implementation … Reviewed-By: Seungho Park (seunghoh.park@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 9d36862 - Browse repository at this point
Copy the full SHA 9d36862View commit details -
Merge pull request #1260 from enyojs/ENYO-2384-aarontam
ENYO-2384: Use panel container wrapper for panels. Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for e0b1e33 - Browse repository at this point
Copy the full SHA e0b1e33View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedAug 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 6ff4d6b - Browse repository at this point
Copy the full SHA 6ff4d6bView commit details
Commits on Sep 1, 2015
-
ENYO-2421: Prevent animating a direct transition.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for edb3235 - Browse repository at this point
Copy the full SHA edb3235View commit details -
ENYO-2421: Apply proper style when animated.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for e7d912d - Browse repository at this point
Copy the full SHA e7d912dView commit details
Commits on Sep 2, 2015
-
Merge pull request #1265 from enyojs/ENYO-2421-aarontam
ENYO-2421: Prevent animating a direct transition. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 3aab6d4 - Browse repository at this point
Copy the full SHA 3aab6d4View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 9002631 - Browse repository at this point
Copy the full SHA 9002631View commit details -
ENYO-2257 DataList/DataRepeater does not update selection with POJOs
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Configuration menu - View commit details
-
Copy full SHA for fa2410a - Browse repository at this point
Copy the full SHA fa2410aView commit details -
Merge pull request #1249 from enyojs/ENYO-2257-roysutton
ENYO-2257 DataList/DataRepeater does not update selection with POJOs Reviewed-By: Derek Anderson (derek.anderson@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 8fa4e25 - Browse repository at this point
Copy the full SHA 8fa4e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf37ecd - Browse repository at this point
Copy the full SHA cf37ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3c812 - Browse repository at this point
Copy the full SHA cb3c812View commit details -
since beta of enyo-dev@0.5.1 is available now, use that instead to se…
…e if travis is happier
Configuration menu - View commit details
-
Copy full SHA for 3850186 - Browse repository at this point
Copy the full SHA 3850186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e8f50 - Browse repository at this point
Copy the full SHA 72e8f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a63224 - Browse repository at this point
Copy the full SHA 1a63224View commit details -
temporarily remove unit tests from travis (but allow manual running) …
…until fixes have been made for issues
Configuration menu - View commit details
-
Copy full SHA for 68c74b5 - Browse repository at this point
Copy the full SHA 68c74b5View commit details -
Rather than forcing a tabindex of 0 for any control with content or aria-label, add the tabIndex property which maps to the tabindex attribute. This will allow saner keyboard navigation rather than virtually everything being navigable via tab. Issue: ENYO-2430 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedSep 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 43c900b - Browse repository at this point
Copy the full SHA 43c900bView commit details -
Merge pull request #1269 from enyojs/ENYO-2434-coledavis
Fix for: ENYO-2434
Configuration menu - View commit details
-
Copy full SHA for f2139c2 - Browse repository at this point
Copy the full SHA f2139c2View commit details -
ENYO-2442: Preserve panel animation in RTL mode.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for eedbb7e - Browse repository at this point
Copy the full SHA eedbb7eView commit details
Commits on Sep 3, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 3, 2015 Configuration menu - View commit details
-
Copy full SHA for c363f52 - Browse repository at this point
Copy the full SHA c363f52View commit details -
JSDoc and inline code sample cleanup
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 3, 2015 Configuration menu - View commit details
-
Copy full SHA for d85bc70 - Browse repository at this point
Copy the full SHA d85bc70View commit details
Commits on Sep 4, 2015
-
User interaction based changes to core
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 0c0a700 - Browse repository at this point
Copy the full SHA 0c0a700View commit details -
notify observers of index when using LightPanels.animateTo
Without the notification, the aria observer cannot update the role of the active LightPanel. Issue: ENYO-1994 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedSep 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 63188d8 - Browse repository at this point
Copy the full SHA 63188d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35d86e - Browse repository at this point
Copy the full SHA f35d86eView commit details -
ENYO-2442: Fix backwards direction.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 5175642 - Browse repository at this point
Copy the full SHA 5175642View commit details -
Merge pull request #1270 from enyojs/ENYO-2442-aarontam
ENYO-2442: Preserve panel animation in RTL mode. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for cb66c05 - Browse repository at this point
Copy the full SHA cb66c05View commit details
Commits on Sep 5, 2015
-
Merge pull request #1272 from enyojs/ENYO-1994-ryanjduffy
Fixes ENYO-1994 Reviewed-By: Aaron Tam (aaron.tam@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for c554f38 - Browse repository at this point
Copy the full SHA c554f38View commit details
Commits on Sep 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fa899ad - Browse repository at this point
Copy the full SHA fa899adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 376da07 - Browse repository at this point
Copy the full SHA 376da07View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07f159 - Browse repository at this point
Copy the full SHA d07f159View commit details
Commits on Sep 8, 2015
-
ENYO-2465: Allow for declared component block and initial index.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 5a3b5ff - Browse repository at this point
Copy the full SHA 5a3b5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02fa90 - Browse repository at this point
Copy the full SHA f02fa90View commit details -
when bubbleTarget is explicitly set (other cases would need to arbitr…
…arily execute this method but no cases currently exist) ensure that any cached bubble targets are cleaned up
Configuration menu - View commit details
-
Copy full SHA for 9b96945 - Browse repository at this point
Copy the full SHA 9b96945View commit details -
ENYO-2465: Handle the wrapping case, guard against new transition whi…
…le transitioning, tighten up selectors. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 4751820 - Browse repository at this point
Copy the full SHA 4751820View commit details
Commits on Sep 9, 2015
-
Merge pull request #1274 from enyojs/ENYO-2460-coledavis
Fix for: ENYO-2460
Configuration menu - View commit details
-
Copy full SHA for b125189 - Browse repository at this point
Copy the full SHA b125189View commit details -
Merge pull request #1275 from enyojs/ENYO-2459-coledavis
Fix for: ENYO-2459
Configuration menu - View commit details
-
Copy full SHA for 03cebfc - Browse repository at this point
Copy the full SHA 03cebfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cc8cc - Browse repository at this point
Copy the full SHA 65cc8ccView commit details -
Revert "Revert "Merge pull request #1256 from enyojs/ENYO-2313-grayno…
…rton"" This reverts commit f94e6c2.
Roy Sutton committedSep 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 62394e2 - Browse repository at this point
Copy the full SHA 62394e2View commit details -
Make image placeholder static visible in docs
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Roy Sutton committedSep 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 7771158 - Browse repository at this point
Copy the full SHA 7771158View commit details -
ENYO-2444: Complete animation when tearing down a cached view.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 2579519 - Browse repository at this point
Copy the full SHA 2579519View commit details -
ENYO-2465: Convert styles to LESS syntax.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 00960bb - Browse repository at this point
Copy the full SHA 00960bbView commit details
Commits on Sep 10, 2015
-
add default tabindex support for webOS
Issue: ENYO-2430 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedSep 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 61ab35a - Browse repository at this point
Copy the full SHA 61ab35aView commit details -
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 0eae15c - Browse repository at this point
Copy the full SHA 0eae15cView commit details -
Merge pull request #1273 from enyojs/ENYO-2465-aarontam
ENYO-2465: Allow for declared component block and initial index. Reviewed-By: Ryan Duffy (ryan.duffy@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 710e658 - Browse repository at this point
Copy the full SHA 710e658View commit details -
Merge pull request #1276 from enyojs/ENYO-2313-roysutton
Enyo 2313 roysutton - unrevert placeholder change Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 897575e - Browse repository at this point
Copy the full SHA 897575eView commit details -
Merge pull request #1277 from enyojs/ENYO-2444-aarontam
ENYO-2444: Complete animation when tearing down a cached view. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 25e04b9 - Browse repository at this point
Copy the full SHA 25e04b9View commit details
Commits on Sep 11, 2015
-
Merge pull request #1268 from enyojs/ENYO-2430-ryanjduffy
Fixes ENYO-2430
Configuration menu - View commit details
-
Copy full SHA for 705bd30 - Browse repository at this point
Copy the full SHA 705bd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f70b0 - Browse repository at this point
Copy the full SHA 15f70b0View commit details
Commits on Sep 14, 2015
-
ENYO-2491: Ensure that panel transition runs.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for a00ff18 - Browse repository at this point
Copy the full SHA a00ff18View commit details -
Merge pull request #1278 from enyojs/ENYO-2504-jasonrobitaille
ENYO-2504: TouchScrollStrategy should require touch.js Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 0d0c7ff - Browse repository at this point
Copy the full SHA 0d0c7ffView commit details -
ensure that the next time the tag renders it will do so properly
Enyo-DCO-1.1-Signed-Off-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 3c42f28 - Browse repository at this point
Copy the full SHA 3c42f28View commit details -
ENYO-2514: VDR: Always refresh immediately
VirtualDataRepeater has, until now, routinely made refresh() an async operation. This behavior was inherited (via copy/paste) from DataRepeater when VDR was first created. It's not apparent that making refresh() async is necessary or useful for VDR, and the async operation is causing problems in at least one instance -- specifically, when the data underlying a NewDataList is modified while the list is hidden, the list isn't refreshed until the list is reshown, and at that time the "old" list contents flash momentarily before being refreshed. We address this issue by making refresh() synchronous for VDR and its subkinds. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedSep 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 8d78de3 - Browse repository at this point
Copy the full SHA 8d78de3View commit details -
ENYO-2491: Remove unnecessary function creation.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 24fc939 - Browse repository at this point
Copy the full SHA 24fc939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df67d7 - Browse repository at this point
Copy the full SHA 2df67d7View commit details -
Merge pull request #1279 from enyojs/ENYO-2491-aarontam
ENYO-2491: Ensure that panel transition runs.
Configuration menu - View commit details
-
Copy full SHA for 1b16c34 - Browse repository at this point
Copy the full SHA 1b16c34View commit details -
PLAT-6855: Allow overriding of cacheViews property.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 33cd913 - Browse repository at this point
Copy the full SHA 33cd913View commit details
Commits on Sep 15, 2015
-
ENYO-2258: Defer reflow when hidden, do it when shown
Reflowing a Control when it's hidden generally doesn't make sense, since a) it's wasteful to spend cycles laying out something that can't be seen; and b) the layout may depend on measuring the Control's children, and they can't be accurately measured if they're not showing. We therefore defer reflow in the case where we're hidden, and wait until we're shown. In the case where we are explicitly hidden (i.e., `showing` is `false`), we defer immediately. We can't inexpensively detect the case where we're showing but an ancestor is hidden, so to handle that case we rely on the layout to do its measurements and let us know (by returning `true`) if we need to reflow again the next time we are shown. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedSep 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 56a9cf6 - Browse repository at this point
Copy the full SHA 56a9cf6View commit details -
Merge pull request #1283 from enyojs/ENYO-2258-graynorton
ENYO-2258: Defer reflow when hidden, do it when shown
Configuration menu - View commit details
-
Copy full SHA for 4756a0d - Browse repository at this point
Copy the full SHA 4756a0dView commit details -
Merge pull request #1280 from enyojs/ENYO-2310-coledavis
Fix for: ENYO-2310
Configuration menu - View commit details
-
Copy full SHA for 5e86caa - Browse repository at this point
Copy the full SHA 5e86caaView commit details -
ENYO-2533: Move deferred reset & refresh logic to VDR
NewDataList has some logic to defer refreshing and resetting when the list is not showing. This logic would apply equally to VirtualDataRepeater, so we'll move it there. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedSep 15, 2015 2Configuration menu - View commit details
-
Copy full SHA for 8c4f9ca - Browse repository at this point
Copy the full SHA 8c4f9caView commit details -
Merge pull request #1281 from enyojs/ENYO-2514-graynorton
ENYO-2514: VDR: Always refresh immediately Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for e6526a2 - Browse repository at this point
Copy the full SHA e6526a2View commit details
Commits on Sep 16, 2015
-
Added changes related to parallax effect
Enyo-DCO-1.1-Signed-off-by:Madala Satyanarayana<cholanmadala1510@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4333aa - Browse repository at this point
Copy the full SHA c4333aaView commit details -
ENYO-2541: Remove popOnForward.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 6e577ad - Browse repository at this point
Copy the full SHA 6e577adView commit details -
Update version string to 2.6.0-pre.16
Jenkins committedSep 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 67d8081 - Browse repository at this point
Copy the full SHA 67d8081View commit details
Commits on Sep 17, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 17, 2015 Configuration menu - View commit details
-
Copy full SHA for a092db1 - Browse repository at this point
Copy the full SHA a092db1View commit details -
ENYO-2536: Properly execute animation style rAF after the setup rAF.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for d70f64d - Browse repository at this point
Copy the full SHA d70f64dView commit details -
ENYO-2541: Update documentation.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 89901bf - Browse repository at this point
Copy the full SHA 89901bfView commit details
Commits on Sep 21, 2015
-
PLAT-8119: Add or modify transition related functions for safari browser
https://jira2.lgsvl.com/browse/PLAT-8119 Enyo-DCO-1.1-Signed-off-by: Bongsub Kim bongsub.kim@lgepartner.com Change-Id: Ia5e83dc042d55cbfec3f44c00764f8cc56c32ec0
Configuration menu - View commit details
-
Copy full SHA for cf4fe9c - Browse repository at this point
Copy the full SHA cf4fe9cView commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for ffff521 - Browse repository at this point
Copy the full SHA ffff521View commit details -
ENYO-2441 Fix failing Enyo unit tests and re-enable testing on Travis
Enyo-DCO-1.1-Signed-off-by: Art Dahm art.dahm@lge.com
art.dahm committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for f6ff7d4 - Browse repository at this point
Copy the full SHA f6ff7d4View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 7cf9040 - Browse repository at this point
Copy the full SHA 7cf9040View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for d16b51c - Browse repository at this point
Copy the full SHA d16b51cView commit details
Commits on Sep 22, 2015
-
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for eb9f818 - Browse repository at this point
Copy the full SHA eb9f818View commit details -
ENYO-2536: Use cross-platform rAF call.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for c13d813 - Browse repository at this point
Copy the full SHA c13d813View commit details -
Merge pull request #1286 from enyojs/ENYO-2536-aarontam
ENYO-2536: Guard against initialization edge cases Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 7179d1c - Browse repository at this point
Copy the full SHA 7179d1cView commit details -
ENYO-2565: Bullet-proof logic for constraining min threshold
In `NewDataList`, the logic for constraining the minimum scroll threshold value was susceptible to failure in the case where the values being compared were long floating point values (we were checking for equality, but in the failure case two values that were "conceptually equal" for the purpose of our algorithm were actually different in digits far to the right of the decimal). We replace the equality operator with a call to `Math.min()` to constrain the threshold value, which gives us the desired result. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 85cd70a - Browse repository at this point
Copy the full SHA 85cd70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c6d89 - Browse repository at this point
Copy the full SHA 82c6d89View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for b2148ab - Browse repository at this point
Copy the full SHA b2148abView commit details
Commits on Sep 23, 2015
-
ENYO-2557: Allow resize events to waterfall freely
Some time ago, we added some logic to prevent resize events from waterfalling through hidden UI components. The intention was to prevent unnecessary layout from happening. This approach generally worked, but there were some problem cases, as noted in a comment that went in with the original change. Specifically, a component that is hidden and therefore never receives a resize event has no way of "knowing" that a resize has been requested, so won't reflow its layout when it is later shown. We recently added some different but related logic to allow components to defer reflows when hidden and perform them later upon being shown. This newer mechanism has the advantage of avoiding the problem described above. Since the expensive part of dealing with a resize event is almost always performing a reflow, it seems that we can safely remove the prevent-resize-event logic and rely on the new defer-reflow logic to address the original problem. I did some quick tests on a range of Moonstone samples with instrumentation in place to ensure that we weren't substantially increasing the number of resize events flowing through the UI. Based on these tests, it appears that the number of additional resize events is not significant, and since virtually all of the processing that would have been caused by the additional events is short-circuited by the defer-reflow logic, I feel good about this change. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedSep 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 22b4ceb - Browse repository at this point
Copy the full SHA 22b4cebView commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 4b011f5 - Browse repository at this point
Copy the full SHA 4b011f5View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 4f594b0 - Browse repository at this point
Copy the full SHA 4f594b0View commit details -
ENYO-2556: Allow for reversing animation in RTL.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for cdaa40d - Browse repository at this point
Copy the full SHA cdaa40dView commit details
Commits on Sep 24, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 24, 2015 Configuration menu - View commit details
-
Copy full SHA for e4c4fb2 - Browse repository at this point
Copy the full SHA e4c4fb2View commit details -
Merge pull request #1291 from enyojs/ENYO-2565-graynorton
ENYO-2565: Bullet-proof logic for constraining min threshold
Configuration menu - View commit details
-
Copy full SHA for 702d3b5 - Browse repository at this point
Copy the full SHA 702d3b5View commit details
Commits on Sep 25, 2015
-
ENYO-2592: Add replaceAt method.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 4b5f4ff - Browse repository at this point
Copy the full SHA 4b5f4ffView commit details -
Merge pull request #1290 from enyojs/ENYO-2441-artdahm
ENYO-2441 Fix failing Enyo unit tests and re-enable testing on Travis
Configuration menu - View commit details
-
Copy full SHA for 9691a0d - Browse repository at this point
Copy the full SHA 9691a0dView commit details -
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 73d3cd5 - Browse repository at this point
Copy the full SHA 73d3cd5View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 68dda6e - Browse repository at this point
Copy the full SHA 68dda6eView commit details -
Merge pull request #1282 from enyojs/PLAT-6855-aarontam
PLAT-6855: Allow overriding of cacheViews property. Reviewed-By: Krishna Rangarajan (krishna.rangarajan@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for a7b00a2 - Browse repository at this point
Copy the full SHA a7b00a2View commit details -
ENYO-2416 Fix issues with VideoPlayer
== Issue The Video component would not always successfully start playing the video after a rewind operation. == Solution This problem was, at least in part, caused by the need to emulate rewind on platforms that don't support negative `playbackRate`s. Additionally, a problem was discovered with handling the switch between slow and fastForward. The slowForward playback rate array was updated to remove the rate of '1' (normal speed) and the fastforward mechanism is updated to move to play when reaching the end of the playback rate array (Previously, it rotated to the fast forward array after playing the '1' rate). There should be no change for apps that did not alter the playback rate array. The player has also been updated so that rewinding after a slowForward will now result in a slowRewind. The converse also applies.
Roy Sutton committedSep 25, 2015 Configuration menu - View commit details
-
Copy full SHA for b4c0036 - Browse repository at this point
Copy the full SHA b4c0036View commit details
Commits on Sep 28, 2015
-
PLAT-8119: Use generic node removal method.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for ea9957a - Browse repository at this point
Copy the full SHA ea9957aView commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 483200f - Browse repository at this point
Copy the full SHA 483200fView commit details
Commits on Sep 29, 2015
-
Merge pull request #1289 from enyojs/PLAT-8119-bongsubkim
PLAT-8119: Add or modify transition related functions for safari browser Reviewed-By: Seungho Park (seunghoh.park@lge.com) Reviewed-By: Aaron Tam (aaron.tam@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 53c2c4e - Browse repository at this point
Copy the full SHA 53c2c4eView commit details -
ENYO-2592: Update documentation.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 9131c52 - Browse repository at this point
Copy the full SHA 9131c52View commit details -
Merge pull request #1295 from enyojs/ENYO-2592-aarontam
ENYO-2592: Add replaceAt method.
Configuration menu - View commit details
-
Copy full SHA for 7cc23a5 - Browse repository at this point
Copy the full SHA 7cc23a5View commit details -
Merge pull request #1293 from enyojs/ENYO-2556-aarontam
ENYO-2556: Allow for reversing animation in RTL. Reviewed-By: Art Dahm (art.dahm@lge.com) Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for d21da77 - Browse repository at this point
Copy the full SHA d21da77View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedSep 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 611cc61 - Browse repository at this point
Copy the full SHA 611cc61View commit details
Commits on Sep 30, 2015
-
Update version string to 2.6.0-pre.17
Jenkins committedSep 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 78920cd - Browse repository at this point
Copy the full SHA 78920cdView commit details
Commits on Oct 1, 2015
-
add kind() method to Kind constructors
Issue: ENYO-2619 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedOct 1, 2015 6Configuration menu - View commit details
-
Copy full SHA for f5a51fb - Browse repository at this point
Copy the full SHA f5a51fbView commit details -
Issue: ENYO-2622 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedOct 1, 2015 3Configuration menu - View commit details
-
Copy full SHA for 87bf13f - Browse repository at this point
Copy the full SHA 87bf13fView commit details -
Update version string to 2.6.0-pre.17.1
Jenkins committedOct 1, 2015 Configuration menu - View commit details
-
Copy full SHA for bf76237 - Browse repository at this point
Copy the full SHA bf76237View commit details -
move constructor.kind() into statics block
Issue: ENYO-2619 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedOct 1, 2015 Configuration menu - View commit details
-
Copy full SHA for 79cb796 - Browse repository at this point
Copy the full SHA 79cb796View commit details
Commits on Oct 2, 2015
-
ENYO-2625: Prevent overriding of panel content directionality.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 393c822 - Browse repository at this point
Copy the full SHA 393c822View commit details -
Merge pull request #1300 from enyojs/ENYO-2625-aarontam
ENYO-2625: Prevent overriding of panel content directionality.
Configuration menu - View commit details
-
Copy full SHA for a4cae0e - Browse repository at this point
Copy the full SHA a4cae0eView commit details -
Prevent video from restarting when skipping forward to end
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Roy Sutton committedOct 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 8c04840 - Browse repository at this point
Copy the full SHA 8c04840View commit details
Commits on Oct 3, 2015
-
Merge pull request #1296 from enyojs/ENYO-2416-roysutton
ENYO-2416 Fix issues with VideoPlayer Reviewed-By: Krishna Rangarajan (krishna.rangarajan@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for c0b861b - Browse repository at this point
Copy the full SHA c0b861bView commit details
Commits on Oct 5, 2015
-
Merge pull request #1292 from enyojs/ENYO-2557-graynorton
ENYO-2557: Allow resize events to waterfall freely Reviewed-By: Art Dahm (art.dahm@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for fd269d5 - Browse repository at this point
Copy the full SHA fd269d5View commit details -
ensure that we don't munge separate ideas together, default task shou…
…ld run linter and unit tests, but each can still be executed separately as they are separate by concern Enyo-DCO-1.1-Signed-Off-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for f829526 - Browse repository at this point
Copy the full SHA f829526View commit details -
Merge pull request #1298 from enyojs/ENYO-2619-ryanjduffy
Fixes ENYO-2619 Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for d80b27d - Browse repository at this point
Copy the full SHA d80b27dView commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedOct 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 71959d8 - Browse repository at this point
Copy the full SHA 71959d8View commit details
Commits on Oct 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8408285 - Browse repository at this point
Copy the full SHA 8408285View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f7c09 - Browse repository at this point
Copy the full SHA f7f7c09View commit details -
Merge pull request #1299 from enyojs/ENYO-2622-ryanjduffy
Fixes ENYO-2622 add back linting for npm test Reviewed-By: Art Dahm (art.dahm@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for d25438a - Browse repository at this point
Copy the full SHA d25438aView commit details -
Merge pull request #1285 from enyojs/ENYO-2541-aarontam
ENYO-2541: Remove popOnForward. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 25f05f3 - Browse repository at this point
Copy the full SHA 25f05f3View commit details -
ENYO-2644: Override scrollToControl() in enyo/NewDataList
enyo/Scrollable provides a `scrollToControl()` method that has a generalized implementation for calculating a Control's position and scrolling to it. In the case of enyo/NewDataList, it's possible to provide an alternative implementation that is more performant and more accurate (more performant because it doesn't need to query the DOM for bounds, more accurate because the generalized implementation is influenced by current scroll position and may give slightly different values when animating vs. not). We tweak enyo/Scrollable to defer to an alternative method when one is provided, and we provide an alternative method in enyo/NewDataList. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 37b81a6 - Browse repository at this point
Copy the full SHA 37b81a6View commit details
Commits on Oct 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e7457a3 - Browse repository at this point
Copy the full SHA e7457a3View commit details
Commits on Oct 8, 2015
-
ENYO-2667: Account for queue being modified during iteration.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 78fcd85 - Browse repository at this point
Copy the full SHA 78fcd85View commit details -
ENYO-2673: Prevent bounds of zero when restoring a cached view.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for e180e9d - Browse repository at this point
Copy the full SHA e180e9dView commit details
Commits on Oct 9, 2015
-
Easing support added to Animation Module using Cubic Bezier Curves
Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 1798bae - Browse repository at this point
Copy the full SHA 1798baeView commit details -
Issue on last step in easing animation is fixed
Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 681505b - Browse repository at this point
Copy the full SHA 681505bView commit details -
ENYO-2674: Exit early if addClass receives no classname
Enyo-DCO-1.1-Signed-off-by: Blake Stephens <blake.stephens@lge.com>
Blake Stephens committedOct 9, 2015 Configuration menu - View commit details
-
Copy full SHA for b93e15b - Browse repository at this point
Copy the full SHA b93e15bView commit details -
Merge pull request #1304 from enyojs/ENYO-2667-aarontam
ENYO-2667: Account for queue being modified during iteration.
Configuration menu - View commit details
-
Copy full SHA for 27d53b3 - Browse repository at this point
Copy the full SHA 27d53b3View commit details
Commits on Oct 10, 2015
-
Merge pull request #1307 from enyojs/ENYO-2674-blakestephens
ENYO-2674: Exit early if addClass receives no classname
Configuration menu - View commit details
-
Copy full SHA for 05c5484 - Browse repository at this point
Copy the full SHA 05c5484View commit details
Commits on Oct 12, 2015
-
Included the duration values in the parameters from RAF to be availab…
…le for the easing functions Enyo-DCO-1.1-Signed-off-by:Madala Satyanarayana<madala.satyanarayana@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 7b4eaed - Browse repository at this point
Copy the full SHA 7b4eaedView commit details
Commits on Oct 13, 2015
-
Animation framework is now capable of handling multiple control point…
…s of Bezier Curve for easing animation. Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 2b26e18 - Browse repository at this point
Copy the full SHA 2b26e18View commit details
Commits on Oct 14, 2015
-
Merge pull request #1303 from enyojs/ENYO-2644-graynorton
ENYO-2644: Override scrollToControl() in enyo/NewDataList Reviewed-By: Art Dahm (art.dahm@lge.com) Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for d7dba4c - Browse repository at this point
Copy the full SHA d7dba4cView commit details -
Merge pull request #1306 from enyojs/ENYO-2673-aarontam
ENYO-2673: Prevent bounds of zero when restoring a cached view. Reviewed By: Derek Anderson <derek.anderson@lge.com> Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 609718b - Browse repository at this point
Copy the full SHA 609718bView commit details -
ENYO-2698: Account for popQueueCount when clearing history
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 14, 2015 1Configuration menu - View commit details
-
Copy full SHA for f7a5f83 - Browse repository at this point
Copy the full SHA f7a5f83View commit details -
ENYO-2689: Clear queue and history instead of adding pop into the queue
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 14, 2015 Configuration menu - View commit details
-
Copy full SHA for c09b4c1 - Browse repository at this point
Copy the full SHA c09b4c1View commit details
Commits on Oct 15, 2015
-
The function which calculates the binomial coefficient value for bezier
functions is updated after unit testing to handle invalid parameters. Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 27fb175 - Browse repository at this point
Copy the full SHA 27fb175View commit details -
reset the start position on render for translateOptimized scrollers
When re-rendering a scrolled scroller using TranslateScrollStrategy with translateOptimized: true, the startX/Y values would be updated to be a non-zero value matching the prior values of scrollLeft/Top. However, the scrollNode was also translated the same amounts. As a result, when the user scrolled, the content would jump the amount of startX/Y resulting in whitespace above the content. Since the purpose of startX/Y is to offset the transform the amount of the scrollLeft/Top of the scrollNode but those values are never updated with translateOptimized: true, we'll reset them to 0 in rendered() so no offsetting occurs. Issue: ENYO-2691 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for f808a8f - Browse repository at this point
Copy the full SHA f808a8fView commit details -
Merge pull request #1309 from enyojs/ENYO-2691-ryanjduffy
Fixes ENYO-2691 Reviewed-By: Gray Norton (gray.norton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for bb1f515 - Browse repository at this point
Copy the full SHA bb1f515View commit details -
ENYO-2689: Ensure queue and history arrays clears object references w…
…hile clearing
Stephen Choi committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for e571c3a - Browse repository at this point
Copy the full SHA e571c3aView commit details -
Merge pull request #1308 from enyojs/ENYO-2689-stephen
ENYO-2698: Reset queue and history instead of enqueueing drop when clearing history
Configuration menu - View commit details
-
Copy full SHA for 7b738e9 - Browse repository at this point
Copy the full SHA 7b738e9View commit details
Commits on Oct 16, 2015
-
ENYO-2697: Stop job when clearing to ensure drop handlePop does not g…
…et executed Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for a780798 - Browse repository at this point
Copy the full SHA a780798View commit details -
Revert "ENYO-2644: Override scrollToControl() in enyo/NewDataList"
This reverts commit 37b81a6. The original fix for ENYO-2644, which we're reverting here, didn't really address the issue. It made the symptoms disappear, but not in the way originally intended because the issue wasn't properly diagnosed. It also introduced some new issues because it unintentionally skipped some logic related to scrolling options. There were actually some performance- and customization-related benefits to the change, so we'll likely want to reintroduce a version of it at some point in the future, but we'll simply revert it for now since we are at a point in the release cycle where we need to minimize risk of regressions. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 4448b8d - Browse repository at this point
Copy the full SHA 4448b8dView commit details -
ENYO-2697: Refactor enabledChanged with clear
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for ee42cfb - Browse repository at this point
Copy the full SHA ee42cfbView commit details -
ENYO-2644: Scrollable: Snap to boundaries
Often, if you're scrolling to a target near the edge of a scrollable region, it makes sense to scroll all the way to the edge. To support this use case, we add an (experimental, for now) option called `boundarySnapThreshold` to ScrollMath. At the same time, we do a bit of minor code cleanup on another experimental feature of a similar nature (which supports snapping to the boundaries of items within the scrollable region in the specific case where the items are evenly sized and spaced). Due to time constraints and the fact that these features are not ready for wide use, leaving docs as a TODO for the moment. This change was precipitated by an issue filed against Moonstone, where 5-way scrolling to the first / last item in a list was not scrolling all the way to the scroller boundary; as a result, the up / down arrows in the scroll controls were not being disabled, making it unclear that the end of the list had been reached. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 63ee03a - Browse repository at this point
Copy the full SHA 63ee03aView commit details -
Add test case for easing animations
Enyo-DCO-1.1-Signed-off-by:Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 4d9d06b - Browse repository at this point
Copy the full SHA 4d9d06bView commit details -
Fixed: Bezier animation starting from any point other zero doesn't an…
…imate as expected Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 2922818 - Browse repository at this point
Copy the full SHA 2922818View commit details -
Added test cases for bezier points calculation
Enyo-DCO-1.1-Signed-off-by:Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 3a321ed - Browse repository at this point
Copy the full SHA 3a321edView commit details -
Test cases for the custom input of ease values
Enyo-DCO-1.1-Signed-off-by:Madala Satyanarayana<madala.satyanarayana@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 7cc4e28 - Browse repository at this point
Copy the full SHA 7cc4e28View commit details -
ENYO-2669: VDR: Fix issue with child index
Our old logic for updating `childrenByIndex` worked in most cases, but wasn't bullet-proof. In particular, it didn't do well in cases where the indices of existing children changed in "irregular" ways. The issue that exposed the problem was one in which a filter was applied to the underlying collection, causing a potentially random set of items to "disappear" and the indices of remaining items to change, but similar problems could also have occurred when non-contiguous items were added or removed, or when items were reordered. The new logic should work in all such cases. Also did some minor cleanup and added some inline comments describing the logic in the infamous `doIt()` method. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for b37ecc4 - Browse repository at this point
Copy the full SHA b37ecc4View commit details -
Merge pull request #1311 from enyojs/ENYO-2644-b-graynorton
ENYO-2644: Revert flawed initial fix, try another approach Reviewed-By: Ryan Duffy (ryan.duffy@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 14fe001 - Browse repository at this point
Copy the full SHA 14fe001View commit details -
Merge pull request #1312 from enyojs/ENYO-2669-graynorton
ENYO-2669: VDR: Fix issue with child index Reviewed-By: Derek Anderson (derek.anderson@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 04a052f - Browse repository at this point
Copy the full SHA 04a052fView commit details -
Merge pull request #1310 from enyojs/ENYO-2697-stephen
ENYO-2697: Stop job when clearing to ensure drop handlePop does not g… Reviewed-By: Derek Anderson (derek.anderson@lge.com) Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 5f5c218 - Browse repository at this point
Copy the full SHA 5f5c218View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 9d25173 - Browse repository at this point
Copy the full SHA 9d25173View commit details
Commits on Oct 19, 2015
-
ENYO-2541: Change function from popPanel to removePanel for LightPane…
…ls.replaceAt() Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 704eb87 - Browse repository at this point
Copy the full SHA 704eb87View commit details
Commits on Oct 20, 2015
-
Merge pull request #1313 from enyojs/ENYO-2705-stephen
ENYO-2705: Change function from popPanel to removePanel for LightPane… Reviewed-By: Derek Anderson (derek.anderson@lge.com) Integrated-By: Gray Norton (gray.norton@lge.com)
Configuration menu - View commit details
-
Copy full SHA for b4db281 - Browse repository at this point
Copy the full SHA b4db281View commit details -
Update version string to 2.6.0-pre.18.1
Jenkins committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for be8975f - Browse repository at this point
Copy the full SHA be8975fView commit details -
user interaction using event delegation
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<anish.ramesan@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 88713db - Browse repository at this point
Copy the full SHA 88713dbView commit details
Commits on Oct 21, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 95dd0bc - Browse repository at this point
Copy the full SHA 95dd0bcView commit details -
ENYO-2719: Remove panel in reverse order
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <stephen.choi@lge.com>
Stephen Choi committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 302b81f - Browse repository at this point
Copy the full SHA 302b81fView commit details
Commits on Oct 23, 2015
-
ENYO-2696: Restore async to VirtualDataRepeater.refresh()
In the original fix for ENYO-2514, we modified VDR.refresh() to make it work synchronously, as the historical reasons for making it async (inherited from DataRepeater) seemed not to apply, and the async behavior was causing a problem in one case: when the refresh was deferred because the repeater was hidden, the "stale" state of the repeater would flash momentarily on screen after the repeater was re-shown but before the refresh occurred. Making refresh() synchronous fixed that case, but it appears that there are still some cases where async refresh has significant perf benefits, so in this change we're restoring the async behavior and taking a different approach to fixing ENYO-2514. The new issue (ENYO-2696) that prompted the change back to async was one in which the collection underlying the repeater was emptied and immediately repopulated. In this case, the async approach results in debouncing the refresh; it only refreshes once, after repopulating, rather than once after emptying and again after repopulating. To solve the flashing-stale-content issue, we now use the CSS visibility property to make the repeater invisible while it's in the process of performing a deferred refresh. While making this change, also did some cleanup and added some inline comments. Finally, note that the logic for deferring refresh() and reset() originally lived in NewDataList, not in VirtualDataRepeater. In the process of reviewing and integrating the original fix for ENYO-2514, we determined that it made sense to move it into VDR and wrote up a new issue (ENYO-2533) to track that work. Since we're back in the same code now, we're making that change, too. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 327fdef - Browse repository at this point
Copy the full SHA 327fdefView commit details
Commits on Oct 26, 2015
-
ENYO-2734: Remove transparent-image placeholder support
The placeholder feature in enyo/Image currently has logic to remove the placeholder when the image itself loads. This logic was intended to provide support for images that contain transparent or semi-transparent pixels, by preventing the placeholder from "showing through" those pixels. However, supporting this use case can cause expensive style recalculation under some circumstances -- specifically, it was causing grid list regeneration on mid-range TV hardware (M16) to be half a second slower. Since the 80+% use case for placeholder images involves traditional opaque, rectangular images, we'll simply remove the sometimes- expensive logic and document the limitation. We can consider reintroducing placeholder support for transparent images at some future point, either with a flag to explicitly turn it on or with an as-yet-not-thought-of, better-performing implementation. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 641e050 - Browse repository at this point
Copy the full SHA 641e050View commit details
Commits on Oct 27, 2015
-
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan(anish.ramesan@lge.com)
Configuration menu - View commit details
-
Copy full SHA for e4e5067 - Browse repository at this point
Copy the full SHA e4e5067View commit details -
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedOct 27, 2015 Configuration menu - View commit details
-
Copy full SHA for 7b43e1d - Browse repository at this point
Copy the full SHA 7b43e1dView commit details
Commits on Oct 29, 2015
-
add drag and modify touch events
Enyo-DCO-1.1-Signed-off-by:Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 9b217f1 - Browse repository at this point
Copy the full SHA 9b217f1View commit details -
Merge pull request #1314 from enyojs/ENYO-2719-stephen
ENYO-2719: Remove panel in reverse order when replacing panels
Configuration menu - View commit details
-
Copy full SHA for 96ead52 - Browse repository at this point
Copy the full SHA 96ead52View commit details
Commits on Oct 30, 2015
-
Added easing in Keyframes and code refactor
Enyo-DCO-1.1-Signed-off-by: Madala Satyanarayana<madala.satyanarayana@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 4174f70 - Browse repository at this point
Copy the full SHA 4174f70View commit details -
Merge pull request #1315 from enyojs/ENYO-2533-graynorton
ENYO-2533, ENYO-2696, ENYO-2514: Overhaul refresh / reset in VDR, NewDataList
Configuration menu - View commit details
-
Copy full SHA for 471be6d - Browse repository at this point
Copy the full SHA 471be6dView commit details
Commits on Nov 2, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedNov 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 108b177 - Browse repository at this point
Copy the full SHA 108b177View commit details -
ENYO-2768: Set visibility to a valid property value.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 872e49a - Browse repository at this point
Copy the full SHA 872e49aView commit details
Commits on Nov 3, 2015
-
Merge pull request #1318 from enyojs/ENYO-2768-aarontam
ENYO-2768: Set visibility to a valid property value. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 29be886 - Browse repository at this point
Copy the full SHA 29be886View commit details -
add history to the top of the queue when added during processing
Issue: ENYO-2766 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 3, 2015 Configuration menu - View commit details
-
Copy full SHA for c2e6906 - Browse repository at this point
Copy the full SHA c2e6906View commit details -
set placeholder bg image at create-time
When not using sizing, the placeholder would not be set because a change notification doesn't fire for it during create. Adding a check for a falsey prop so placeholder will be set during create. Issue: ENYO-2734 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 8120d75 - Browse repository at this point
Copy the full SHA 8120d75View commit details -
ENYO-2744: Tweaks to allow restoration of list state on render
We have recently started getting more aggressive about view virtualization for performance reasons. One tactic in this area involves tearing down the DOM representation of a Control and then restoring it later as needed ("view caching"). In the case where the view being cached / restored contains a DataList, the state of the view was not being preserved as expected because DataList effectively resets upon being (re-)rendered. The proper fix for this issue would involve rethinking the DataList lifecycle with view-virtualization scenarios in mind, but this would be a significant effort and the current DataList is on a relatively short road to replacement, so for now we'll go with a lighter-weight, Moonstone-specific solution. That solution does, however, require a number of minor tweaks and enhancements in Enyo: * A minor change to the delegation interface between enyo/Control and enyo/HTMLStringDelegate, allowing `teardownChildren()` to be more easily extended or overridden. * A new `callback` argument for `enyo/DataList.scrollToIndex()`, allowing for actions to be performed after this potentially asynchronous operation is completed. * A change in `enyo/ViewPreloadSupport.cacheView()` to defer removing the view's DOM node until after its children have been torn down. This enables views to hook `teardownChildren()` and do things in preparation for being torn down that take current DOM state into account. * To support the above change in enyo/ViewPreloadSupport, a minor refactoring of some cross-platform node-removal logic, moving it from enyo/Control to enyo/dom. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 3, 2015 Configuration menu - View commit details
-
Copy full SHA for ab41ac3 - Browse repository at this point
Copy the full SHA ab41ac3View commit details -
Merge pull request #1316 from enyojs/ENYO-2734-graynorton
ENYO-2734: Remove transparent-image placeholder support
Configuration menu - View commit details
-
Copy full SHA for 92654fb - Browse repository at this point
Copy the full SHA 92654fbView commit details -
Merge pull request #1320 from enyojs/ENYO-2766-ryanjduffy
Fixes ENYO-2766 Reviewed-By: Stephen Choi ( stephen.choi@lge.com ) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 931d75e - Browse repository at this point
Copy the full SHA 931d75eView commit details
Commits on Nov 4, 2015
-
Merge pull request #1321 from enyojs/ENYO-2744-graynorton
ENYO-2744: Tweaks to allow restoration of list state on render Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for cdf6dd4 - Browse repository at this point
Copy the full SHA cdf6dd4View commit details -
fix enyo/History.clear() to keep browser history in sync
A prior change updated clear() to only reset the internal history so this change corrects clear() to both reset the internal history and keep the browser history in sync. Issue: ENYO-2699 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 4, 2015 Configuration menu - View commit details
-
Copy full SHA for d3f221d - Browse repository at this point
Copy the full SHA d3f221dView commit details -
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Roy Sutton committedNov 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 597e262 - Browse repository at this point
Copy the full SHA 597e262View commit details -
ENYO-2780: Disable user input monitoring, by default.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
Configuration menu - View commit details
-
Copy full SHA for ddcf85c - Browse repository at this point
Copy the full SHA ddcf85cView commit details -
Merge pull request #1323 from enyojs/ENYO-2780-aarontam
ENYO-2780: Disable user input monitoring, by default.
Configuration menu - View commit details
-
Copy full SHA for e52ca4e - Browse repository at this point
Copy the full SHA e52ca4eView commit details
Commits on Nov 5, 2015
-
ENYO-2788: Provide an explicit
beforeTeardown()
hook for ControlIn the fix for ENYO-2744, we made a tweak to the interface between enyo/Control and enyo/HTMLStringDelegate to make it possible for Controls to override `teardownChildren()`. In doing so, we failed to preserve the `cache` argument to `teardownChildren()`, which caused a regression for Controls that use the 'renderOnShow' feature. This regression could have been addressed by simply making sure we passed the `cache` argument properly, but on further reflection it seems safer and more future-proof to instead revert the previous change in favor of an explicit `beforeTeardown()` lifecycle method that Controls can implement as needed. Doing that now. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 0f2eb8d - Browse repository at this point
Copy the full SHA 0f2eb8dView commit details -
Merge pull request #1326 from enyojs/ENYO-2788-graynorton
ENYO-2788: Provide an explicit `beforeTeardown()` hook for Control Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 094c8b8 - Browse repository at this point
Copy the full SHA 094c8b8View commit details
Commits on Nov 6, 2015
-
Require for rotate in -ve direction
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for cb515f6 - Browse repository at this point
Copy the full SHA cb515f6View commit details -
Require for backgroundColor animate
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 8715340 - Browse repository at this point
Copy the full SHA 8715340View commit details
Commits on Nov 7, 2015
-
Merge pull request #1322 from enyojs/ENYO-2699-ryanjduffy
Fixes ENYO-2699 Reviewed-By: Stephen Choi (stephen.choi@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for d657f4f - Browse repository at this point
Copy the full SHA d657f4fView commit details
Commits on Nov 9, 2015
-
reset padding and margin for fullscreen ancestors
Issue: ENYO-2771 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 9, 2015 Configuration menu - View commit details
-
Copy full SHA for f8de58f - Browse repository at this point
Copy the full SHA f8de58fView commit details
Commits on Nov 10, 2015
-
Pause and resume of animations and Parallax support is added to the f…
…ramework Enyo-DCO-1.1-Signed-off-by: Rajkumar Selvam<rajkumar.selvam@lge.com>
rajkumar.selvam committedNov 10, 2015 Configuration menu - View commit details
-
Copy full SHA for aaab8b2 - Browse repository at this point
Copy the full SHA aaab8b2View commit details -
Merge pull request #1328 from enyojs/ENYO-2771-ryanjduffy
Fixes ENYO-2771 Reviewed-By: Blake Stephens (blake.stephens@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for a4835af - Browse repository at this point
Copy the full SHA a4835afView commit details
Commits on Nov 11, 2015
-
ENYO-2808 Add warning about incorrect fixedChildSize
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Roy Sutton committedNov 11, 2015 Configuration menu - View commit details
-
Copy full SHA for ddc357b - Browse repository at this point
Copy the full SHA ddc357bView commit details
Commits on Nov 12, 2015
-
ENYO-2808 Clear metrics to allow for page generation
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
Roy Sutton committedNov 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 6d477c1 - Browse repository at this point
Copy the full SHA 6d477c1View commit details -
Revert "Merge pull request #1311 from enyojs/ENYO-2644-b-graynorton"
Gray Norton committedNov 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 94796ed - Browse repository at this point
Copy the full SHA 94796edView commit details -
Revert "Merge pull request #1303 from enyojs/ENYO-2644-graynorton"
Gray Norton committedNov 12, 2015 Configuration menu - View commit details
-
Copy full SHA for afc1bf8 - Browse repository at this point
Copy the full SHA afc1bf8View commit details
Commits on Nov 14, 2015
-
ENYO-2840: Make
accessibilityPreventScroll
work in RTLThe `accessibilityPreventScroll` feature prevents the browser engine from doing bad auto-scrolling things when an item is focused in one of our scrollers. It works by listening for native scroll events and forcibly resetting native scrollTop and scrollLeft properties as needed. Our logic for resetting scrollLeft did not previously account for RTL, so we fix that. As noted inline, the current fix is specific to Blink and WebKit; we'll need to do something clever to make this work cross-browser, but not attempting that now because cross-browser support is not urgent for the imminent internal release, and this is not our only cross-browser scrolling issue. Wrote up ENYO-2841 to track future work. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 329ff12 - Browse repository at this point
Copy the full SHA 329ff12View commit details
Commits on Nov 16, 2015
-
ENYO-2783: Refactoring in enyo/Scrollable to allow customization
The logic for scrolling to a child of Scrollable has until now been essentially monolithic, but we now refactor it to allow parts of the logic to be selectively overridden. Specifically, there are now separate methods for getting the offset coordinates of the child (`getChildOffsets()`), calculating the target scroll coordinates (`getTargetCoordinates()`), and actually effecting the scroll (`scrollToTarget()`). The immediate use case is to provide a custom implementation of `getChildOffsets()` for NewDataList, since NewDataList can get child offsets more efficiently than the default implemenation does, and can also properly account for the spacing of list items in its own implementation. (Not properly accounting for spacing was the actual root cause of ENYO-2644 and ENYO-2783, the issues that led to this work. As part of this pull request, we are also reverting earlier, flawed solutions to the problem described in ENYO-2644). Note that we also have a use case for overriding `scrollToTarget()` (see ENYO-2710 and ENYO-2729), but that work is not required to fix ENYO-2783 so we aren't doing it now. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 44c2573 - Browse repository at this point
Copy the full SHA 44c2573View commit details -
ENYO-2816: Fix VDR child indexing logic (again)
It has taken a few tries, but I think this finally gets us to the bullet-proof child-indexing solution we've been chasing. We simply rebuild the index from scratch each time we run the virtualization logic in doIt(). Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 16, 2015 Configuration menu - View commit details
-
Copy full SHA for abebbdb - Browse repository at this point
Copy the full SHA abebbdbView commit details -
Revert "ENYO-2808 Clear metrics to allow for page generation"
This reverts commit 6d477c1. Reverting this change because it turns out not to be necessary to address any currently known issue, and we're at a point in both the product release cycle and the lifespan of enyo/DataList where minimizing risk of new regressions is our top priority. Leaving in the git log, though, in case we run into problems in this area and want to retrace our steps. Enyo-DCO-1.1-Signed-Off-By: Gray Norton (gray.norton@lge.com)
Gray Norton committedNov 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 1cfc1a8 - Browse repository at this point
Copy the full SHA 1cfc1a8View commit details -
Merge pull request #1332 from enyojs/ENYO-2840-graynorton
ENYO-2840: Make `accessibilityPreventScroll` work in RTL Reviewed-By: Cole Davis (cole.davis@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for f12e39d - Browse repository at this point
Copy the full SHA f12e39dView commit details -
Merge pull request #1330 from enyojs/ENYO-2808-roysutton
ENYO-2808 Add warning about incorrect fixedChildSize Reviewed-By: Gray Norton (gray.norton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 36d0b2f - Browse repository at this point
Copy the full SHA 36d0b2fView commit details -
prevent update a11y attributes when unchanged
Issue: ENYO-2844 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 5e68af5 - Browse repository at this point
Copy the full SHA 5e68af5View commit details -
Merge pull request #1333 from enyojs/ENYO-2816-graynorton
ENYO-2816: Fix VDR child indexing logic (again) Reviewed-By: Blake Stephens (blake.stephens@lge.com) Integrated-By: Cole Davis (cole.davis@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 594eada - Browse repository at this point
Copy the full SHA 594eadaView commit details -
Merge pull request #1331 from enyojs/ENYO-2783-graynorton
ENYO-2783: Refactoring in enyo/Scrollable to allow customization
Configuration menu - View commit details
-
Copy full SHA for b9a2ca4 - Browse repository at this point
Copy the full SHA b9a2ca4View commit details
Commits on Nov 18, 2015
-
Update version string to 2.6.0-pre.20
Jenkins committedNov 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 6b2d06f - Browse repository at this point
Copy the full SHA 6b2d06fView commit details
Commits on Nov 19, 2015
-
prevent scrolling when focusing on a panel while transitioning in
Issue: ENYO-2858 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedNov 19, 2015 Configuration menu - View commit details
-
Copy full SHA for d299d78 - Browse repository at this point
Copy the full SHA d299d78View commit details -
Merge pull request #1336 from enyojs/ENYO-2858-ryanjduffy
Fixes ENYO-2858 prevent scrolling when focusing on a panel while transitioning in Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 1be9b35 - Browse repository at this point
Copy the full SHA 1be9b35View commit details -
Update version string to 2.6.0-pre.20.1
Jenkins committedNov 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 054a58a - Browse repository at this point
Copy the full SHA 054a58aView commit details
Commits on Nov 20, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedNov 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 180e98f - Browse repository at this point
Copy the full SHA 180e98fView commit details
Commits on Nov 27, 2015
-
Optimizing easing calculations in a frame
Enyo-DCO-1.1-Signed-off-by:Madala Satyanarayana<madala.satyanarayana@lge.com>
Configuration menu - View commit details
-
Copy full SHA for b8841ba - Browse repository at this point
Copy the full SHA b8841baView commit details
Commits on Nov 30, 2015
-
Update version string to 2.6.0-rc.1
Jenkins committedNov 30, 2015 Configuration menu - View commit details
-
Copy full SHA for c1abdd8 - Browse repository at this point
Copy the full SHA c1abdd8View commit details
Commits on Dec 4, 2015
-
reset absoluteShowing when DataList is tore down
Issue: PLAT-13387 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
Ryan Duffy committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 432f5c5 - Browse repository at this point
Copy the full SHA 432f5c5View commit details -
Updating inline code sample for modularized Enyo
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 91fcbb3 - Browse repository at this point
Copy the full SHA 91fcbb3View commit details -
Updating inline code sample for modularized Enyo
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for ea6495c - Browse repository at this point
Copy the full SHA ea6495cView commit details -
Updating inline code samples for modularized Enyo
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 25e2239 - Browse repository at this point
Copy the full SHA 25e2239View commit details
Commits on Dec 5, 2015
-
Merge pull request #1342 from enyojs/PLAT-13387-ryanjduffy
Fixes PLAT-13387 Reviewed-By: Gray Norton (gray.norton@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 0793b61 - Browse repository at this point
Copy the full SHA 0793b61View commit details -
Updating inline code samples for modularized Enyo
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 5, 2015 Configuration menu - View commit details
-
Copy full SHA for a6ca0ef - Browse repository at this point
Copy the full SHA a6ca0efView commit details -
Merge branch '2.6.0-dev' of https://github.com/enyojs/enyo into 2.6.0…
…-dev
Jim Tang committedDec 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 9a4fc9f - Browse repository at this point
Copy the full SHA 9a4fc9fView commit details
Commits on Dec 7, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 570625c - Browse repository at this point
Copy the full SHA 570625cView commit details
Commits on Dec 8, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 8, 2015 Configuration menu - View commit details
-
Copy full SHA for c5ad5f5 - Browse repository at this point
Copy the full SHA c5ad5f5View commit details
Commits on Dec 10, 2015
-
Merge pull request #1334 from enyojs/ENYO-2844-ryanjduffy
Fixes ENYO-2844 Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
Configuration menu - View commit details
-
Copy full SHA for 0b2c36a - Browse repository at this point
Copy the full SHA 0b2c36aView commit details
Commits on Dec 14, 2015
-
Enyo-DCO-1.1-Signed-Off-By: Jim Tang (jim.tang@lge.com)
Jim Tang committedDec 14, 2015 Configuration menu - View commit details
-
Copy full SHA for a697830 - Browse repository at this point
Copy the full SHA a697830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342ff30 - Browse repository at this point
Copy the full SHA 342ff30View commit details
Commits on Dec 15, 2015
-
New approach with seeking in animations
Enyo-DCO-1.1-Signed-off-by:Madala Satyanarayana<madala.satyanarayana@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 3eb8b56 - Browse repository at this point
Copy the full SHA 3eb8b56View commit details
Commits on Dec 17, 2015
-
Merge remote-tracking branch 'refs/remotes/origin/2.6.0-dev' into ENY…
…O-2174-animationmodule
Configuration menu - View commit details
-
Copy full SHA for 8bdc8d8 - Browse repository at this point
Copy the full SHA 8bdc8d8View commit details
Commits on Dec 18, 2015
-
Required changes for addAnimation at 0 duration (like keyframe)
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 8044538 - Browse repository at this point
Copy the full SHA 8044538View commit details -
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for f2e8d4f - Browse repository at this point
Copy the full SHA f2e8d4fView commit details
Commits on Dec 19, 2015
-
Merge branch 'ENYO-2174-animationmodule' of https://github.com/enyojs…
…/enyo into ENYO-2174-animationmodule
Configuration menu - View commit details
-
Copy full SHA for 201c758 - Browse repository at this point
Copy the full SHA 201c758View commit details -
Event delegation with virtual events
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<anish.ramesan@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 0a7101b - Browse repository at this point
Copy the full SHA 0a7101bView commit details
Commits on Dec 30, 2015
-
Changes based on path property present in character object
Enyo-DCO-1.1-Signed-off-by:Arzoo Rai<arzoo.rai@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 7e3bbd0 - Browse repository at this point
Copy the full SHA 7e3bbd0View commit details
Commits on Dec 31, 2015
-
Fixed some issue regarding final frame missing in multiple addAnimation
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 4fece85 - Browse repository at this point
Copy the full SHA 4fece85View commit details -
Fixed some issues regarding multiple and repeat animations
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<ankur.mishra@lge.com>
Configuration menu - View commit details
-
Copy full SHA for d1d0844 - Browse repository at this point
Copy the full SHA d1d0844View commit details
Commits on Jan 19, 2016
-
changes in framework to achieve dynamic path animation
Enyo-DCO-1.1-Signed-off-by:Arzoo Rai<arzoo.rai@lge.com>
Configuration menu - View commit details
-
Copy full SHA for 9fc574e - Browse repository at this point
Copy the full SHA 9fc574eView commit details