- 29 Aug, 2017 3 commits
-
-
Gautam Chitnis authored
This commit marks the end of my GSoC work. This commit makes the final changes to Readme.md to mark the major remaining tasks in this project. Gautam C.
-
Gautam Chitnis authored
This commit completes implementation of polling for playlist generation. It also removes some unnecessary code generated in the last fix. Gautam C.
-
Gautam Chitnis authored
This commit starts the implementation of polling the playlist population proces. Gautam C.
-
- 28 Aug, 2017 8 commits
-
-
Gautam Chitnis authored
Playlist and side nav were allowed to be opened simultaneously in mobile view, cluttering the screen. This commit fixes the issue and allows only one of them to be expanded at one time. Gautam C.
-
Gautam Chitnis authored
This commit adds functionality for Random button in playlist section. Button click toggles the Random play behaviour of VLC Interface regarding playlist. Gautam C.
-
Gautam Chitnis authored
This commit adds the functionality for play button in the playlist section. The button click start to play the contents of the playlist from the beginning. Gautam C.
-
Gautam Chitnis authored
This commit cleans up playlist component files. Gautam C.
-
Gautam Chitnis authored
This commit moves out the delete button from top bar of playlist. The delete button is now next to each item in playlist. Previously it just removed the top most item in playlist, now it can be used to remove any particular item in the list. Gautam C.
-
Gautam Chitnis authored
This commit fixes the issue with text area width being uneven. A sass file for VLM component has been added for this. Gautam C.
-
Gautam Chitnis authored
This commit fixes the issue where play/pause actions would have reverse effect in VLC Main Interface. It also changes the text on playlist button in mobile view to a playlist icon. Gautam C.
-
Gautam Chitnis authored
This commit makes multiple changes and fixes at appropriate places to help towards code consistency and cleaning. Gautam C.
-
- 27 Aug, 2017 3 commits
-
-
Gautam Chitnis authored
Updated readme in root to reflect current status of the project. Gautam C.
-
Gautam Chitnis authored
This commit adds value element to Track Sync and Equalizer Modal. The element is updated as the slider movement occurs. Gautam C.
-
Gautam Chitnis authored
This commit makes required changes and adds any appropriate files to make the project compilable using new contents in /share folder. Cleaning task in /share makefile is yet to be modified to clean new files if needed. New tools added as dependencies are added as pre-compiled binaries pending further decision. Gautam C.
-
- 22 Aug, 2017 3 commits
-
-
Gautam Chitnis authored
This commit adds stream manager barebones component. Functionality of the component will be added later on. Gautam C.
-
Gautam Chitnis authored
This commit adds barebones component for Track Syncronisation function. Functionality will be added later. Gautam C.
-
Gautam Chitnis authored
This commit adds the Equalizer component, sans functionality. Also, styling from HTML has been removed and added to appropriate .scss files. Gautam C.
-
- 21 Aug, 2017 1 commit
-
-
Gautam Chitnis authored
This commit adds a new feature to select files to be added to the playlist from server file system. Functionality can be used by selecting open file option from left menu or 'plus' icon above playlist on right. All respective views and interfaces are affected by this function. Relevant changes have been made project wide for this functionality. Gautam C.
-
- 17 Aug, 2017 3 commits
-
-
Gautam Chitnis authored
This commit removes some unnecessary code from the codebase. Gautam C.
-
Gautam Chitnis authored
This commit fixes the remove button functionality. Using the button now successfully removes the first item from the playlist and updates the view accordingly. Removal is also reflected in the main interface. Gautam C.
-
Gautam Chitnis authored
This commit fixes the issue of the playlist module where selected item from playlist would not play in main interface. Gautam C.
-
- 14 Aug, 2017 1 commit
-
-
Gautam Chitnis authored
This commit fixes the previous issue of playlist not rendering successfully. Issue with playing seleceted item and item removal still persist Gautam C.
-
- 10 Aug, 2017 1 commit
-
-
Gautam Chitnis authored
This commit onwards, the http part of the project will only be usable if compiled using Closure Compiler. The source code now uses ES6 Modules for managing communication between different source files and components. This commit breaks playlist functionality temporarily, a fix is in the pipeline. Unstable commit, use at own risk. Gautam C.
-
- 08 Aug, 2017 2 commits
-
-
Gautam Chitnis authored
This commit fixes minor bug of misspelled import in plyr custom sass file. Gautam C.
-
Gautam Chitnis authored
This commit renames a few files that had unqualified names before. The files affected due to this change have been modified as well. Gautam C.
-
- 04 Aug, 2017 1 commit
-
-
Gautam Chitnis authored
This commit divides and places the sass code in its appropriate locations. Remaining minor improvements/optimizations will be done later. Readme has been modified to reflect recent changes. Gautam C.
-
- 03 Aug, 2017 3 commits
-
-
Gautam Chitnis authored
This commit creates Vue Component for VLM Modal. Existing functionality of the Modal is intact. An unused js file and its reference has been removed in this commit as well. Gautam C.
-
Gautam Chitnis authored
This commit adds the Vue Component for side menu. Existing functionality of side menu works as it is intended. Gautam C.
-
Gautam Chitnis authored
This commit creates a Vue Component for playlist buttons. The component has been used in the index.html accordingly. Minor modification to playlist template in index.html is also included in this commit. Gautam C.
-
- 02 Aug, 2017 2 commits
-
-
Gautam Chitnis authored
This commit implements bus message passing for all the methods in playlist component. Gautam C.
-
Gautam Chitnis authored
This commit implements bus message passing technique to communicate to components. In particular, this commit deals with open and close operations on playlist mobile view. Gautam C.
-
- 01 Aug, 2017 1 commit
-
-
Gautam Chitnis authored
This commit converts the existing playlist code into Vue Component. The Component needs more polishing but takes care of the basics. All important functions have been precisely divided and referred to as needed into smaller blocks. Gautam C.
-
- 31 Jul, 2017 2 commits
-
-
Gautam Chitnis authored
This commit adds initialize.js file that initializes all the required elements. It also moves the code for handling playlist close on smaller screens to playlist component. Gautam C.
-
Gautam Chitnis authored
This commit further cleans up the scaffold of the code. It also puts a clear distinction of dist and src folders. src folder will compile to dist folder which the code will ultimately refer to. currently dist folder needs to be manually created as the build script edits are not made yet. Gautam C.
-
- 26 Jul, 2017 3 commits
-
-
Gautam Chitnis authored
This commit places all the exisiting functions into their appropriate components. VLM basics are also added. To try it, just open the console first, select VLM option from side menu, select submit without entering any text and the error returned by VLM pops up in the console. Gautam C.
-
Gautam Chitnis authored
Fixed the commented head tag that resembles the one we'll be using, when we get everything set up and ready for production version. Gautam C.
-
Gautam Chitnis authored
This commit onwards, for a few commits I'll be focusing on redoing my code to create more components so that using them and making changes to them would be easier. The index.html is using absolute paths to access the modules as of now. Once all the funtionality is in place and a compiler is brought into the picture, it will point to the compiled files instead of raw source. Gautam C.
-
- 25 Jul, 2017 2 commits
-
-
Gautam Chitnis authored
This commit allows the user to expand and shrink the playlist properly. Previously it would only let the user expand the playlist. Gautam C.
-
Gautam Chitnis authored
Fixed the styling issue of the plyr element. Gautam C.
-
- 21 Jul, 2017 1 commit
-
-
Gautam Chitnis authored
This commit has added the functionality to toggle repeat function for currently playing video. It has also added the functionality to delete current playing item from playlist and refresh the playlist in browser to show changes. Gautam C.
-