summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
2009-08-03Rewrite cMenuBrowseFiles::SetHelpButtons()phintuka
(should be lot easier to read now ...) - Removed redundant buttons - Disabled color buttons for parent directory entry ( "[..]" ) - Execute color button actions only when defined for the file
2009-08-03Updated file list key bindings:phintuka
Removed redundant "[..]" from green key Added "Rewind" to green key
2009-08-03Removed redundant "bool Parent" parameter from cMenuBrowseFiles::Open()phintuka
2009-08-03Detect BluRay disc imagesphintuka
2009-06-01Eliminated invalid casts from (const char *) to (char*)phintuka
Simplified, removed redundant local variables
2009-05-31Use IsDvdFolder()phintuka
2009-05-31Fixed invalid cast from (const char *) to (char *)phintuka
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-11-20Removed backwards compatibility.rofafor
2008-11-14Check asprintf return valuephintuka
(Thanks to Rolf Ahrenberg)
2008-11-01include features.hphintuka
2008-05-07Added metainfo menuxineliboutput-1_0_1phintuka
(Patch from Petri Helin)
2008-04-29Delete old setup keysphintuka
2008-04-29Removed creation of setup keys "Media.CacheImplicitPlaylists" and ↵phintuka
"Media.EnableID3Scanner". (those settings have been added to setup menu)
2008-04-13Replaced asprintf with cStringphintuka
2008-04-03Use libextractor for extracting metainfo. Supported versions are 0.5.20 or ↵phelin
later. If libextractor is not found or its version not supported, old solution is used.
2008-03-16Replace asprintf with cStringphintuka
2008-03-16USe define for subtitle track nonephintuka
2008-02-20m_Mode is constant during menu lifetimephintuka
2008-02-20vdr-1.5.15: Remove subtitle selection entry in plugin menu. kSubtitle ↵phintuka
replaces this.
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-02-19Remove unused code (old SPU track menu)phintuka
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-02-19Fix returning to the previous directory after playing a ISO-file.phelin
2008-01-01Hotkeys for audio delayphintuka
(Patch from Timo Eskola)
2007-09-18Remove vdr/i18n.hphintuka
2007-09-17include i18n.h (defines trVDR for vdr-1.4.x)phintuka
2007-09-17Some tr() to trVDR() changes for VDR 1.5.9phelin
2007-09-17Some tr() to trVDR() changes.phelin
2007-06-21remove (unsigned) >= 0phintuka
2007-06-21Pass external subtitle file to media playerphintuka
2007-06-17Fix missing first SPU track in SPU selection menuphintuka
2007-06-12If separate subtitle file is detected, save the full name of file insteadphintuka
of boolean flag. (Subtitle file name will be sent to player and xine-lib, so that even http-streamed replay can have separate subtitles)
2007-05-17No functional changesphintuka
2007-03-14Preferred SPU languagesphintuka
2007-03-14Possible string overflow fixesphintuka
2007-03-06New subtitle track selection menu (identical to VDR audio track selection menu)phintuka
New subtitle macro key handling (identical to VDR kAudio) New local frontend on/off macro key handling: - if frontend is off, first key press brings it back - code now just toggles frontend on/off, without looping thru all frontends (unless no frontends were loaded at startup)
2007-01-20Use VDR VideoDir setting instead of /video (Patch from Ville Skyttä)phintuka
2007-01-07Fixed DVD folder openingphintuka
Fixed queuing whole folders
2007-01-04"add to playlist" featurephintuka
Using cString for temporary strings
2006-12-24Fix typophintuka
2006-12-24Setup options "Browse???Dir" --> "Media.Browse???Dir"phintuka
Added "hidden" config options to disable playlist cache and ID3 scanner Added audio CD playback entry
2006-12-23Fixed subtitle datactionphintuka
Using cString as dynamic string buffer
2006-12-23Removed extra '/' from path concatenatingphintuka
2006-12-16Audio browser does not show video files and subtitle/dvd flagsphintuka
Detect .ssa and .txt subtitles
2006-12-14Fixed accumulating /'s in front of file name each time when root directory ↵phintuka
is browsed
2006-11-05Special handling for .iso image files (handled as DVDs)phintuka
2006-10-23DVD spu track api change in device.hphintuka
2006-10-18Removed old TODOphintuka