Merge lp://staging/~netpascal0123/me-tv/me-tv_http_module into lp://staging/me-tv

Proposed by Pascal Noisette
Status: Merged
Approved by: Frédéric Côté
Approved revision: 16
Merged at revision: 15
Proposed branch: lp://staging/~netpascal0123/me-tv/me-tv_http_module
Merge into: lp://staging/me-tv
Diff against target: 11828 lines (+11557/-0)
39 files modified
http/MeTvServer.py (+62/-0)
http/me-tv-http (+15/-0)
http/www/css/gtk.css (+57/-0)
http/www/css/me-tv.css (+76/-0)
http/www/css/timepicker.css (+7/-0)
http/www/index.html (+90/-0)
http/www/js/library/jquery-ui-1.7/AUTHORS.txt (+30/-0)
http/www/js/library/jquery-ui-1.7/GPL-LICENSE.txt (+278/-0)
http/www/js/library/jquery-ui-1.7/MIT-LICENSE.txt (+25/-0)
http/www/js/library/jquery-ui-1.7/jquery-1.3.2.js (+4376/-0)
http/www/js/library/jquery-ui-1.7/themes/base/jquery-ui.css (+412/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.accordion.css (+9/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.all.css (+2/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.base.css (+9/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.core.css (+37/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.datepicker.css (+62/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.dialog.css (+13/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.progressbar.css (+4/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.resizable.css (+13/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.slider.css (+17/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.tabs.css (+11/-0)
http/www/js/library/jquery-ui-1.7/themes/base/ui.theme.css (+243/-0)
http/www/js/library/jquery-ui-1.7/ui/ui.core.js (+519/-0)
http/www/js/library/jquery-ui-1.7/ui/ui.datepicker.js (+1626/-0)
http/www/js/library/jquery-ui-1.7/ui/ui.slider.js (+511/-0)
http/www/js/library/jquery-ui-1.7/ui/ui.tabs.js (+685/-0)
http/www/js/library/jquery-ui-1.7/version.txt (+1/-0)
http/www/js/library/jquery-ui-sliderAccess.js (+85/-0)
http/www/js/library/jquery-ui-timepicker-addon.js (+1299/-0)
http/www/js/library/jquery.json2xml.js (+205/-0)
http/www/js/library/jquery.ui.utils.js (+16/-0)
http/www/js/library/jquery.xml2json.js (+187/-0)
http/www/js/library/utils.js (+49/-0)
http/www/js/me-tv.actions.js (+174/-0)
http/www/js/me-tv.js (+130/-0)
http/www/plugin/register.html (+37/-0)
http/www/plugin/remote.html (+38/-0)
http/www/plugin/schedule.html (+74/-0)
http/www/plugin/scheduler.html (+73/-0)
To merge this branch: bzr merge lp://staging/~netpascal0123/me-tv/me-tv_http_module
Reviewer Review Type Date Requested Status
Frédéric Côté Approve
Review via email: mp+94667@code.staging.launchpad.net

Description of the change

Propose for merging branch me-tv_http_module at r16 to me-tv

Feature introduced : http module
Dependence : Python/2.7.1+ (standard debian package)
Note : the folder ./http/www/img/gnome should be merged or should be sym-linked to /usr/share/icons/gnome (./http/www/img/gnome --> /usr/share/icons/gnome).

To post a comment you must log in.
Revision history for this message
Frédéric Côté (frederic-cote) wrote :

This is good. The only thing that is missing is the possibility to set the recording's name (it default it to "web interface"). If possible, adding the option for the advance settings would be nice too (recurrent recording). And finally eventually adding a way to edit entries, the only way righ now is to delete it then recreate it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches