index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
addons
/
webinterface.default
/
js
Age
Commit message (
Expand
)
Author
2012-10-09
cleanup - removed over 200k from the project
asylumfunk
2012-10-06
cleanup - no more global variables
asylumfunk
2012-10-05
cleanup - removed unreferenced functions, moved dangling variable declaration
asylumfunk
2012-10-04
[webinterface.default] fix Player.Go(Previous|Next|To) after changes in JSON-RPC
montellese
2012-09-29
[webinterface.default-v2.0.3]
asylumfunk
2012-09-29
[webinterface.default] fix song view of a specific album
montellese
2012-09-09
fix address line in GPL headers
montellese
2012-08-12
[webinterface.default] more relative paths (missed in 6b20411ea87962174a5f0f3...
montellese
2012-08-03
[webinterface.default] use relative paths everywhere
montellese
2012-06-05
webinterface.default: fall back to Player.GetItem if Playlist.GetItems return...
montellese
2012-06-05
webinterface.default: fix thumbnail of "Now Playing" item
montellese
2012-05-13
[webinterface.default] make sure to URL-encode any image-paths returned by JS...
montellese
2012-04-03
Add source to iscroll-min.js javascript library.
Andres Mejia
2012-03-27
[webinterface.default] make sure to send JSON-RPC requests with the correct c...
montellese
2012-01-11
webinterface.default: cosmetics (spaces instead of tabs & fixed indentation)
montellese
2011-10-13
webinterface: fix playback of songs (fixes #12076)
montellese
2011-10-12
webinterface: fix AudioLibrary.GetAlbums call (fixes #12072)
montellese
2011-10-08
jsonrpc: refactor Application.ToggleMute into Application.SetMute
montellese
2011-10-08
jsonrpc: rename "value" parameter of Application.SetVolume to "volume"
montellese
2011-09-20
webinterface: adjust to latest jsonrpc changes
montellese
2011-09-18
webinterface: use newly added jsonrpc methods Player.Open and Player.SetSpeed
montellese
2011-09-18
update webinterface to use latest jsonrpc changes
montellese
2011-07-12
webserver.default: add remote control section
Valentin Grouès
2011-07-09
Merge pull request #245 from neoflex/webserver-tv-shows
Montellese
2011-07-10
work on the TV Show section of the default webserver + other small fixes and ...
Valentin Grouès
2011-07-04
playing tracks wasn't working. Fixed the playtrack function to use AudioPlayl...
neoflex
2011-04-26
webinterface: migrate to latest jsonrpc changes
Montellese
2011-01-04
Fix CRLF
Cory Fields
2010-12-02
disabling incomplete features of web interface
malard
2010-10-08
added: season view [framework] for tv shows. rollover effect for music/movies...
malard
2010-10-08
changed: code cleanup
malard
2010-10-07
added: icon for web interface addon page.
malard
2010-10-06
added: default alphanumeric sort for movies and music.
malard
2010-10-02
added: album navigation panel
malard
2010-09-17
adding communications failure error message
malard
2010-09-16
deleted: unused graphics,
malard
2010-09-13
fixed: switching context wont leave the progress bar distorted; changed: vide...
malard
2010-09-13
fixed: only re-render now playing areas when needed.
malard
2010-09-13
fixed: switching playlist context from audio to video did not update now play...
malard
2010-09-10
merged: webinterface branch into trunk.
jmarshallnz
2010-09-09
merged: r33383,r33386 from webinterface branch
jmarshallnz