Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | This commit was manufactured by cvs2svn to create branch 'CVS'.CVS | cvs2svn | |
2009-08-03 | Rewrite 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-03 | Updated file list key bindings: | phintuka | |
Removed redundant "[..]" from green key Added "Rewind" to green key | |||
2009-08-03 | Removed redundant "bool Parent" parameter from cMenuBrowseFiles::Open() | phintuka | |
2009-08-03 | Detect BluRay disc images | phintuka | |
2009-06-01 | Eliminated invalid casts from (const char *) to (char*) | phintuka | |
Simplified, removed redundant local variables | |||
2009-05-31 | Use IsDvdFolder() | phintuka | |
2009-05-31 | Fixed invalid cast from (const char *) to (char *) | phintuka | |
2009-01-08 | Added sharpness and noise reduction setup options for VDPAU. | rofafor | |
2008-11-20 | Removed backwards compatibility. | rofafor | |
2008-11-14 | Check asprintf return value | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-11-01 | include features.h | phintuka | |
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
2008-04-29 | Delete old setup keys | phintuka | |
2008-04-29 | Removed creation of setup keys "Media.CacheImplicitPlaylists" and ↵ | phintuka | |
"Media.EnableID3Scanner". (those settings have been added to setup menu) | |||
2008-04-13 | Replaced asprintf with cString | phintuka | |
2008-04-03 | Use 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-16 | Replace asprintf with cString | phintuka | |
2008-03-16 | USe define for subtitle track none | phintuka | |
2008-02-20 | m_Mode is constant during menu lifetime | phintuka | |
2008-02-20 | vdr-1.5.15: Remove subtitle selection entry in plugin menu. kSubtitle ↵ | phintuka | |
replaces this. | |||
2008-02-19 | vdr-1.5.15 subtitle track selection | phintuka | |
2008-02-19 | Remove unused code (old SPU track menu) | phintuka | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-02-19 | Fix returning to the previous directory after playing a ISO-file. | phelin | |
2008-01-01 | Hotkeys for audio delay | phintuka | |
(Patch from Timo Eskola) | |||
2007-09-18 | Remove vdr/i18n.h | phintuka | |
2007-09-17 | include i18n.h (defines trVDR for vdr-1.4.x) | phintuka | |
2007-09-17 | Some tr() to trVDR() changes for VDR 1.5.9 | phelin | |
2007-09-17 | Some tr() to trVDR() changes. | phelin | |
2007-06-21 | remove (unsigned) >= 0 | phintuka | |
2007-06-21 | Pass external subtitle file to media player | phintuka | |
2007-06-17 | Fix missing first SPU track in SPU selection menu | phintuka | |
2007-06-12 | If separate subtitle file is detected, save the full name of file instead | phintuka | |
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-17 | No functional changes | phintuka | |
2007-03-14 | Preferred SPU languages | phintuka | |
2007-03-14 | Possible string overflow fixes | phintuka | |
2007-03-06 | New 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-20 | Use VDR VideoDir setting instead of /video (Patch from Ville Skyttä) | phintuka | |
2007-01-07 | Fixed DVD folder opening | phintuka | |
Fixed queuing whole folders | |||
2007-01-04 | "add to playlist" feature | phintuka | |
Using cString for temporary strings | |||
2006-12-24 | Fix typo | phintuka | |
2006-12-24 | Setup 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-23 | Fixed subtitle dataction | phintuka | |
Using cString as dynamic string buffer | |||
2006-12-23 | Removed extra '/' from path concatenating | phintuka | |
2006-12-16 | Audio browser does not show video files and subtitle/dvd flags | phintuka | |
Detect .ssa and .txt subtitles | |||
2006-12-14 | Fixed accumulating /'s in front of file name each time when root directory ↵ | phintuka | |
is browsed | |||
2006-11-05 | Special handling for .iso image files (handled as DVDs) | phintuka | |
2006-10-23 | DVD spu track api change in device.h | phintuka | |
2006-10-18 | Removed old TODO | phintuka | |