[Commits] [fluid-project/videoPlayer] a34d3b: FLUID-4744: Changed ToggleButton so that it accept...
GitHub
noreply at github.com
Fri Oct 5 13:15:21 EDT 2012
Branch: refs/heads/demo
Home: https://github.com/fluid-project/videoPlayer
Commit: a34d3b25975eeda01e4e22976d319e94e76ea109
https://github.com/fluid-project/videoPlayer/commit/a34d3b25975eeda01e4e22976d319e94e76ea109
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M css/VideoPlayer.css
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
Log Message:
-----------
FLUID-4744: Changed ToggleButton so that it accepts another option to set a tooltip not to the toggle button but to a custom container provided by a parent containing this ToggleButton
Commit: 8c0ab5a713c7d47ce7fc2970125b73dcf7468867
https://github.com/fluid-project/videoPlayer/commit/8c0ab5a713c7d47ce7fc2970125b73dcf7468867
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M css/VideoPlayer.css
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
Log Message:
-----------
FLUID-4744: Changing all occurrences of toolTip to be tooltip. Fixed CSS a bit. Tested CSS on Chrome, Safari, IE9 and FF and it looks good.
Commit: f0d28063501e99ceeb0779e97816df1209fdbe70
https://github.com/fluid-project/videoPlayer/commit/f0d28063501e99ceeb0779e97816df1209fdbe70
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
Changed paths:
M css/VideoPlayer.css
M html/videoPlayer_template.html
M js/ToggleButton.js
M js/VideoPlayer.js
M js/VideoPlayer_controllers.js
M js/VideoPlayer_framework.js
M js/VideoPlayer_transcript.js
M js/VideoPlayer_uiOptions.js
M lib/infusion/MyInfusion.js
M lib/infusion/README.txt
A tests/html/TestTranscripts.en.json
A tests/html/TestTranscripts.fr.json
A tests/html/VideoFramework-test.html
A tests/html/VideoPlayer-IntegrationTest.html
A tests/html/VideoPlayerTranscript-test.html
M tests/js/ToggleButtonTests.js
A tests/js/VideoFrameworkTests.js
M tests/js/VideoPlayerControlsTests.js
A tests/js/VideoPlayerIntegrationTests.js
A tests/js/VideoPlayerTranscriptTests.js
Log Message:
-----------
Merge branch 'udemo' into FLUID-4744
Commit: 590afb7d4b11db224819c631f83565f89311feb5
https://github.com/fluid-project/videoPlayer/commit/590afb7d4b11db224819c631f83565f89311feb5
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-08-31 (Fri, 31 Aug 2012)
Changed paths:
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
Log Message:
-----------
FLUID-4744: Changing volume control tooltip if mouse hovers over the volume slider
Commit: fbd9544df87cbf69201cead4eb35a313544c3b6a
https://github.com/fluid-project/videoPlayer/commit/fbd9544df87cbf69201cead4eb35a313544c3b6a
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M js/MenuButton.js
M js/VideoPlayer.js
M js/VideoPlayer_controllers.js
Log Message:
-----------
Merge branch 'demo' of https://github.com/fluid-project/videoPlayer into FLUID-4744
Commit: 52019d773a31bc731237f07d0edaa689c8ffe561
https://github.com/fluid-project/videoPlayer/commit/52019d773a31bc731237f07d0edaa689c8ffe561
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M css/VideoPlayer.css
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
Log Message:
-----------
FLUID-4744: Using tooltipContentFunction instead of contentFunction. Adding CSS so that tooltip is always on top of the videoPlayer controls. Movind mouseleave and mouseenter into bindDOMEvents function. Dehydrating bindDOMEvents function. Using string in the options to retreive Volume string for a tooltip
Commit: 05ecc23d88243fd589f4115621c776af0fdc22b2
https://github.com/fluid-project/videoPlayer/commit/05ecc23d88243fd589f4115621c776af0fdc22b2
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
M tests/js/ToggleButtonTests.js
Log Message:
-----------
FLUID-4744: Adding tests and changing naming to make options more clear.
Commit: 0dc5d7eebf9af2429cdb54e78f5c73dd97da9d5f
https://github.com/fluid-project/videoPlayer/commit/0dc5d7eebf9af2429cdb54e78f5c73dd97da9d5f
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M js/ToggleButton.js
M tests/js/ToggleButtonTests.js
Log Message:
-----------
FLUID-4744: Added cleanup for tests by removing focus from the items. Also changed a code a bit so that tooltipContainer always represents a proper container for a tooltip in a toggleButton even when options was not supplied.
Commit: 729e95177490123c092e5c7023d2d416f012977a
https://github.com/fluid-project/videoPlayer/commit/729e95177490123c092e5c7023d2d416f012977a
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)
Changed paths:
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
M tests/js/ToggleButtonTests.js
Log Message:
-----------
FLUID-4744: Refactoring code according to the pull request comments
Commit: b4964743288e5331ad1e692bd98af3885f9c5391
https://github.com/fluid-project/videoPlayer/commit/b4964743288e5331ad1e692bd98af3885f9c5391
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M css/VideoPlayer.css
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
M tests/js/ToggleButtonTests.js
M tests/js/VideoPlayerControlsTests.js
Log Message:
-----------
FLUID-4744: Using tooltip component for ToggleButtons instead of hardcoding it in the preInit. Also rewriting tests for volumeControl tooltip checks
Commit: 0c7c92c8eb32b2481d37b353f8160b91c553166d
https://github.com/fluid-project/videoPlayer/commit/0c7c92c8eb32b2481d37b353f8160b91c553166d
Author: Alexey Novak <abovebluesky at gmail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M js/ToggleButton.js
Log Message:
-----------
FLUID-4744: Removing useless option
Commit: e2b413fc5f6146c214161c8e82f3bac5a81022cb
https://github.com/fluid-project/videoPlayer/commit/e2b413fc5f6146c214161c8e82f3bac5a81022cb
Author: Michelle D'Souza <michelled33 at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M js/VideoPlayer_controllers.js
Log Message:
-----------
FLUID-4744: Linting.
Commit: 24d98fb7f2bf142b4ad248b58fc16c54e28eec23
https://github.com/fluid-project/videoPlayer/commit/24d98fb7f2bf142b4ad248b58fc16c54e28eec23
Author: Michelle D'Souza <michelled33 at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M css/VideoPlayer.css
M js/ToggleButton.js
M js/VideoPlayer_controllers.js
M tests/js/ToggleButtonTests.js
M tests/js/VideoPlayerControlsTests.js
Log Message:
-----------
Merge branch 'FLUID-4744' into demo
* FLUID-4744:
FLUID-4744: Linting.
FLUID-4744: Removing useless option
FLUID-4744: Using tooltip component for ToggleButtons instead of hardcoding it in the preInit. Also rewriting tests for volumeControl tooltip checks
FLUID-4744: Refactoring code according to the pull request comments
FLUID-4744: Added cleanup for tests by removing focus from the items. Also changed a code a bit so that tooltipContainer always represents a proper container for a tooltip in a toggleButton even when options was not supplied.
FLUID-4744: Adding tests and changing naming to make options more clear.
FLUID-4744: Using tooltipContentFunction instead of contentFunction. Adding CSS so that tooltip is always on top of the videoPlayer controls. Movind mouseleave and mouseenter into bindDOMEvents function. Dehydrating bindDOMEvents function. Using string in the options to retreive Volume string for a tooltip
FLUID-4744: Changing volume control tooltip if mouse hovers over the volume slider
FLUID-4744: Changing all occurrences of toolTip to be tooltip. Fixed CSS a bit. Tested CSS on Chrome, Safari, IE9 and FF and it looks good.
FLUID-4744: Changed ToggleButton so that it accepts another option to set a tooltip not to the toggle button but to a custom container provided by a parent containing this ToggleButton
Compare: https://github.com/fluid-project/videoPlayer/compare/6a210ef7e2c2...24d98fb7f2bf
More information about the Commits
mailing list