Commit Graph

39 Commits

Author SHA1 Message Date
Ron Pedde 153e874bef Patch from Stephane Moreau to make apache rewrites easier 2007-08-27 00:57:47 +00:00
Anders Betnér 91df6a5abf Move common javascript functions to util.js closes #69
Javascript fixes for Safari
2006-05-27 21:04:19 +00:00
Anders Betnér 04aa87007a Wohohoooo, you can add songs to static playlists, thanks to
a patch from jordan@snocap!
2006-05-26 22:20:11 +00:00
Anders Betnér 0c407a7eca Fixed playlist.html spinner that broke in last commit.
Fixed some song selecting issues + the one mentioned in ticket #60
(comment 04/22/06 14:17:24: Modified by abetner)
2006-05-03 21:03:10 +00:00
Anders Betnér db6e5dc480 Switched playlist.html from DAAP XML requests to RSP.
This is quite a bit of a fast hack, just to se if it works.
2006-05-03 19:03:33 +00:00
Anders Betnér 83e20a2824 Use css overflow on genres/artists/album select boxes instead
of truncating the text
2006-04-22 21:06:34 +00:00
Anders Betnér 03664de092 Small IE javascript fix (removed tr.hasAttribute) 2006-04-20 21:47:58 +00:00
Anders Betnér aa5c3adb9a Added a spinner closes #34
Started work on #60 you can select songs by clicking and ctrl-clicking
(can't do anything with the selected songs though)
2006-04-20 21:30:47 +00:00
Anders Betnér b60b439102 playlist.html:
* added a somewhat flaky spinner, will make it more smooth later
 * started work on selectable songs in songlist
 * removed unused code in playlist.js
2006-04-18 20:23:19 +00:00
Anders Betnér 48dba7a057 Change all element.firstChild.nodeValue to
Element.textContent(element) to fix bug #58
2006-04-11 07:22:34 +00:00
Anders Betnér cb30e0446f playlist.html: Livegrid works with browsing and searching, but it thinks
that all songlists are 1000 songs long until bug #53 is fixed.
2006-04-08 20:54:58 +00:00
Anders Betnér a9dd972f25 First incarnation of playlist scrolling with Openrico Livegrid.
If you open playlist.html and without selecting anything head
to the song list scroller you can scroll in your song list. With
rows fetched dynamicly from the server.
A lot of things are broken, but the scrolling works!
2006-04-08 19:48:18 +00:00
Anders Betnér 76ef6be721 Minimal IE prefix, won't fix anything, I just wanted to
commit before messing with the Rico livegrid
2006-04-01 22:12:03 +00:00
Anders Betnér 38a74ab1eb Moved defects and todos to trac.mt-daapd.org 2006-03-31 07:29:53 +00:00
Anders Betnér 62f802f218 playlist.js: Major refactoring. I probably broke something 2006-03-29 22:20:12 +00:00
Anders Betnér 5c24ad2d02 playlist.js: add playlist checks if 'untitled playlist' exists and
adds 'untitled playlist 1' (or 2 or 3 or...)
2006-03-29 12:35:31 +00:00
Anders Betnér cfc50a5005 Playlist.js: fix playlist names containing "'" wrongly encoded 2006-03-29 11:24:46 +00:00
Anders Betnér c3a8a453be Added short notes on what works and not to playlist.html
New playlists are called "untitled playlist" to conform with iTunes
2006-03-29 09:02:39 +00:00
Anders Betnér 8c39e0294e Delete playlist works. (Hit delete key to remove the playlist) 2006-03-27 22:19:18 +00:00
Anders Betnér 22649c0da3 playlist.js: add static playlist works, can't add any items
to the playlist though
2006-03-27 21:56:26 +00:00
Anders Betnér 3697dbd0aa playlist.js Click outside the "edit playlist name" box will end the
edit and send the new name to the server
Fixed a positioning error when the page is scrolled
2006-03-27 21:12:28 +00:00
Anders Betnér 8b46f4f586 Added rico.js to the javascript libraries
Added rename playlist functionality. (click wait click on a playlist,
type new name hit return) WARNING this will remove the smart playlist
spec, use it only on static playlists (which you can't even add through
the web interface)
2006-03-27 20:26:12 +00:00
Anders Betnér 453aa41077 playlist.js: Possible to browse playlists 2006-03-27 09:34:12 +00:00
Anders Betnér a06fa36c21 First time ever I've introduced an error by linting. 2006-03-26 21:34:57 +00:00
Anders Betnér 31b142bef6 Linted playlist.js 2006-03-26 21:24:20 +00:00
Anders Betnér d662654f35 Make the select boxes remember their selections when browsing, just like
iTunes does.
Moved some javascript around.
2006-03-26 21:14:03 +00:00
Anders Betnér 2dcb98d6e3 Fixed playlist.js browse and search
Added index=0-50 to query. (Song lists with more than 51 hits will
be truncated to 51 hits.) This is temporary until the rico live
grid works.
2006-03-25 12:48:51 +00:00
Anders Betnér 0d4882ae8e Playlist.js: fix busy message, add autosearch at a 500ms typing delay
in the search box
playlist.html: layout
2006-03-24 11:44:50 +00:00
Anders Betnér 6e9d4ef491 Playlist.js: fixed search 2006-03-24 07:47:43 +00:00
Anders Betnér 33802c5dff Playlist: Removed debug code
Fixed browse by genre/artist/album click, broke search
2006-03-24 07:09:31 +00:00
Anders Betnér 786ccfecda Refactored playlist.js (partially done)
Added searchbox on the playlist page
Some layout css fiddeling.
2006-03-23 22:00:38 +00:00
Anders Betnér 1fa4d66401 Changed playlist editor from table layout to using divs 2006-03-22 08:55:31 +00:00
Anders Betnér adf55f3fea First steps towards a web based static playlist editor.
Not so functional at the moment.
2006-03-21 21:59:18 +00:00
Ron Pedde 3acd647a55 patches from Stefan Bruns for js speedups, konq support 2005-08-16 02:30:45 +00:00
Anders Betnér 24667c8d01 Code cleanup, fixed browse queries, 2005-03-21 19:53:39 +00:00
Anders Betnér 95eb9caa99 Forgot to url encode queries 2005-03-16 22:35:26 +00:00
Anders Betnér 5a17d65d98 Slowly getting playlist editor in shape.
Still readonly, but clickable.
2005-03-16 19:56:40 +00:00
Anders Betnér cbc3ddf143 Fix for songs with empty tags not being displayed in the web UI. 2005-03-06 09:29:48 +00:00
Anders Betnér 1dd266c228 First go on the web based playlist editor. This is just a quick hack.
Adds a new tab 'playlist' in the html interface.
2005-03-06 00:16:58 +00:00