aboutsummaryrefslogtreecommitdiff
path: root/addons/webinterface.default/js
AgeCommit message (Collapse)Author
2016-11-20[webinterface] add Chorus2 as new default webinterfaceMartijn Kaijser
2016-11-20[webinterface] remove old and broken default webinterfaceMartijn Kaijser
2016-10-15Merge pull request #9853 from chewitt/webgui_posterMartijn Kaijser
[webinterface.default] tvshows: default to poster view and use sorttitle
2016-07-11Handle remote typing via default web interface.ShaLi Shaltiel
This should handle typing more than one character.
2016-07-11Trying to use event.key if existShaLi Shaltiel
2016-05-22[webinterface.default] tvshows: sort results by sorttitlechewitt
2016-05-22[webinterface.default] tvshows: default to poster viewchewitt
2015-03-09[webif] fixed typo (closes #15844 - thanks b1m1)Matthias Kortstiege
2014-06-29[webinterface.default] Sort audio tracks by track numberXavier Landreville
2014-04-05Merge pull request #4501 from sagiben/GothamTrent Nelson
Profiles tab is not deselected
2014-04-04[webui] Add keyboard controls to web remoteDavid Banham
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-09Adding Profiles support to the XBMC default web interface.DoraXBMC
2013-08-01Merge pull request #2999 from dnunes/webinterfaceSascha Montellese
[webinterface.default] JS bugfix, cleanup and linting.
2013-07-31[webinterface.default] fix runtime value in minutes (fixes #14523)montellese
2013-07-29Cosmetic fixes:diego nunes
- Added Sublime Project files to gitignore; - Linting/cleanup of Webinterface JavaScript; - Cleanup of Webinterface CSS; Cosmetic changes to better fit the XBMC current code style.
2013-07-29Functional fixes:diego nunes
Web interface remote control was "eating" browser shortcuts (ctrl+key, alt+key); Web interface right click key and alnum keypad volume controls are now working (keycodes 93, 187, 189); Web interface now show full movies/artists names on tooltips; Web interface won't show whitespaces before "..." on long movies/artists names; 17~18 chars movie titles/album names on web interface no longer get clipped;
2013-04-06Merge pull request #2033 from PhenX/masterArne Morten Kvarving
Handle keystrokes in the web interface remote (up, down, left, right,…
2013-03-10Handle letters and digits keystrokes in the web interface remoteFabien Ménager
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-01-06Handle keystrokes in the web interface remote (up, down, left, right, ↵Fabien Ménager
play/pause, ...)
2012-12-14[webinterface.default] fix typo in episode runtimemontellese
2012-10-09cleanup - removed over 200k from the projectasylumfunk
- cleanup - moved ajax commonalities to dedicated library - cleanup - removed unneeded jQuery.proxy calls - cleanup - removed comments - performance - much faster replace - cleanup - upgraded jquery to 1.8.2, removed unreferenced js files - performance - lossless image size reduction with smushit
2012-10-06cleanup - no more global variablesasylumfunk
- removed unused prototype definitions - explicitly access the local window - cleaned up logic, declared all implied variables - renamed file to follow convention - updated copyright year
2012-10-05cleanup - removed unreferenced functions, moved dangling variable declarationasylumfunk
2012-10-04[webinterface.default] fix Player.Go(Previous|Next|To) after changes in JSON-RPCmontellese
2012-09-29[webinterface.default-v2.0.3]asylumfunk
- complete rewrite of Javascript loading - performs up to 200x faster - uses less resources - no pollution of global namespace - easier to maintain
2012-09-29[webinterface.default] fix song view of a specific albummontellese
2012-09-09fix address line in GPL headersmontellese
2012-08-12[webinterface.default] more relative paths (missed in ↵montellese
6b20411ea87962174a5f0f3ee60319531b0a9578)
2012-08-03[webinterface.default] use relative paths everywheremontellese
2012-06-05webinterface.default: fall back to Player.GetItem if Playlist.GetItems ↵montellese
returns an empty list (fixes #13084)
2012-06-05webinterface.default: fix thumbnail of "Now Playing" itemmontellese
2012-05-13[webinterface.default] make sure to URL-encode any image-paths returned by ↵montellese
JSON-RPC when calling http://<ip>:<port>/vfs/
2012-04-03Add source to iscroll-min.js javascript library.Andres Mejia
2012-03-27[webinterface.default] make sure to send JSON-RPC requests with the correct ↵montellese
content-type "application/json"
2012-01-11webinterface.default: cosmetics (spaces instead of tabs & fixed indentation)montellese
2011-10-13webinterface: fix playback of songs (fixes #12076)montellese
2011-10-12webinterface: fix AudioLibrary.GetAlbums call (fixes #12072)montellese
2011-10-08jsonrpc: refactor Application.ToggleMute into Application.SetMutemontellese
2011-10-08jsonrpc: rename "value" parameter of Application.SetVolume to "volume"montellese
2011-09-20webinterface: adjust to latest jsonrpc changesmontellese
2011-09-18webinterface: use newly added jsonrpc methods Player.Open and Player.SetSpeedmontellese
2011-09-18update webinterface to use latest jsonrpc changesmontellese
2011-07-12webserver.default: add remote control sectionValentin Grouès
2011-07-09Merge pull request #245 from neoflex/webserver-tv-showsMontellese
webinterface: work on the TV Show section + other small fixes (thanks neoflex)
2011-07-10work on the TV Show section of the default webserver + other small fixes and ↵Valentin Grouès
UI improvements
2011-07-04playing tracks wasn't working. Fixed the playtrack function to use ↵neoflex
AudioPlaylist.Play with the correct parameters (track position in playlist). The sorting option of AudioLibrary.GetSongs doesn't seem to work at this moment.
2011-04-26webinterface: migrate to latest jsonrpc changesMontellese
2011-01-04Fix CRLFCory Fields