]> git.parisson.com Git - telemeta.git/commit
Important modification in mediaitem_detail page, which loads in parallel with the...
authorriccardo <riccardo@parisson.com>
Tue, 5 Apr 2011 17:53:56 +0000 (19:53 +0200)
committerriccardo <riccardo@parisson.com>
Tue, 5 Apr 2011 17:53:56 +0000 (19:53 +0200)
commit54d8fd5a7121ba9b9db2a36de4bcd654d68a09dd
treeee8ff35456d98654d92706fbc4043f80eb71ab35
parent8c583f78ceee2034e62fa1d45297abaa6b250ea5
Important modification in mediaitem_detail page, which loads in parallel with the player setup, allowing to visualize the page immediately. The player setup, on the other hand, loads function in series: analyzer->player->markers, allowing to have control over the load chain, eg, display error messages etc... Moreover, decreased the number of javascript files to load (controller also can be removed, graphics maybe), fixed some bug relative to popup and playerlist, added "add to playlist" to each markerdiv. Still to be set the focus on each div, and to (possibly) modify mediaitm_detail template, as the submenudiv has problems with the new content_header div when in edit or copy mode
20 files changed:
setup.py [deleted file]
telemeta/htdocs/css/telemeta.css
telemeta/htdocs/images/dialog-error.png [new file with mode: 0644]
telemeta/htdocs/images/wait_small.gif [new file with mode: 0644]
telemeta/htdocs/js/application.js
telemeta/htdocs/js/playerUtils.js
telemeta/htdocs/timeside/demo/index.html
telemeta/htdocs/timeside/skins/lab/style.css
telemeta/htdocs/timeside/src/controller.js
telemeta/htdocs/timeside/src/divmarker.js
telemeta/htdocs/timeside/src/player.js
telemeta/htdocs/timeside/src/playlist.js
telemeta/htdocs/timeside/src/ruler.js
telemeta/htdocs/timeside/src/rulermarker.js
telemeta/htdocs/timeside/src/soundprovider.js
telemeta/htdocs/timeside/src/timeside.js
telemeta/htdocs/timeside/src/util.js
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/mediaitem_detail.html