aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
AgeCommit message (Collapse)Author
2009-02-09properly handle: non-accessible directories, 'None' (=list of mountpoints) ↵Felix Domke
with showMountPoints=false
2008-12-04add m4a as audio extensionghost
2008-12-02add "divx" as known file extensionghost
2008-11-06add .mp2 as supported filetypeghost
2008-10-28add flac and mp4Andreas Frisch
2008-09-06remove duplicate avi entryAndreas Monzner
2008-07-11fix some importsAndreas Monzner
2008-07-09re-add isTop param to FileList and use it in MediaPlayer (thanks to PieterG)Andreas Monzner
2008-07-04add support for avi/mkv .... please note that not all is working yet, andAndreas Monzner
not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;)
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-06-04fix bluescreen when path not exitsAndreas Monzner
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2008-02-20fix_detecting_mountpoint_in_filelist.patch by Moritz VennFelix Domke
2008-02-15fixAndreas Monzner
2008-02-15whitespace fixes,Andreas Monzner
cleanup and simplify FileList
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-07-11(ralfk) add getCurrentEvent to FilelistFelix Domke
2007-06-11add support for hotplug partitions. partitions/filesystems are dynamically ↵Felix Domke
added and removed by an external plugin.
2007-05-18add getSelectionIndexFelix Domke
2007-04-12follow itemHeight changesFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-22some picplayer fixesAndreas Monzner
2006-11-18don't crash when list is empty. Add 'list of storage devices' when ↵Felix Domke
directory=None.
2006-11-10select directory on .. (and first entry otherewise) in Filelist, add ↵Felix Domke
getCurrentDirectory, fix getFilename when service references are not used
2006-06-29sort files and directories in FileListStefan Pluecken
2006-06-27add some skin fixes/extensions made by Nemesis (thanks for this)Andreas Monzner
2006-06-18add support for opening m3u, pls, extended m3u and extended pls playlistsStefan Pluecken
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-05fix absolute paths to be relativeFelix Domke
2006-02-22sorting the FileListStefan Pluecken
2006-02-22better detection of file extensionsStefan Pluecken
2006-02-22add some extension-iconsStefan Pluecken
2006-02-21add ability to use regular expressions to filter files to display in the ↵Stefan Pluecken
FileList transform the test plugin into an image viewer for png files
2006-02-21add FileList component for browsing files and directoriesStefan Pluecken