| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
time instead of reloading it. move entire cover art functionality into MediaPixmap class.
|
|
currently no transparent background possible though :/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crash on aborting during CheckDiskspaceTask
|
|
crash on aborting during CheckDiskspaceTask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insert/eject. add plugin icon to extensions menu.
|
|
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
|
|
playlist, save playlist on exit and default start directory, implement file delete. this update comprises enhancements by courtesy of ralfk. fixes #46
|
|
|
|
|
|
mode, move autochapter from project settings to title properties.
|
|
videos with different audio tracks
introduce title properties screen. this is still a draft version.
|
|
like right now or, if any plugins of new type WHERE_EVENTINFO are installed (e.g. GraphMultiEPG, IMDB, OFDB), a choicebox with the relevant plugins. consequence: GraphMultiEPG is no longer ran from extensions menu (blue button) but by long keypress on INFO button instead!
|
|
formats, remove some debug prints
|
|
to playlist, only add media files and no playlist files
|
|
speed up thumbnail view in pictureplayer plugin
|
|
|
|
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eConsoleAppContainers in callback funktions without crash
|
|
structures (e.g. from failed burning attempts) to DVD. allow choice between ISO9660 level 1, ISO9660 version 2 and UDF as file system for data DVDs. new options are available for selection within settings screen. burning dvd from image is available as option in menu.
|
|
|
|
eConsoleAppContainers.. so now all external plugins must remove this .get()
calls...
example:
cont = eConsoleAppContainer()
cont.appClosed.append(cb_func) # old was
cont.appClosed.get().append(cb_func)
|
|
opening context menu
|
|
|
|
|