From: <dom...@us...> - 2013-04-19 17:59:47
|
Revision: 260 http://sourceforge.net/p/fvwm-crystal/code/260 Author: dominique_libre Date: 2013-04-19 17:59:43 +0000 (Fri, 19 Apr 2013) Log Message: ----------- Updated NEWS + oops Modified Paths: -------------- NEWS fvwm/components/functions/Media Modified: NEWS =================================================================== --- NEWS 2013-04-19 15:24:27 UTC (rev 259) +++ NEWS 2013-04-19 17:59:43 UTC (rev 260) @@ -1,3 +1,19 @@ +DONE +---- +- Fix the Amiga (click to focus without raise), MXWindow + (click to focus with raise) and FVWM-Crystal with raise + (enter to focus with raise) focus policies when NumLock + is on. + +- Rewrite of the audio and multimedia players. + The common functions was moved in 2 files, one for the audio + players, the other for mplayer and mplayer2. + Some bug fixes. + mplayer use now dvdnav for DVD watching. + Oreliminary DVB support using mplayer(2). + Capture enabled for mplayer(2) using the "c" key (see man mplayer). + This will produce usable files only with mpeg sources (man mplayer again). + Work in progress ---------------- What is done in the CVS is to eliminate 2 long standing @@ -24,10 +40,14 @@ TODO ---- What I have at home seam to be less broken than the CVS (which is -mistly usable anyway), so I will be revieving my changes one by one. +mostly usable anyway), so I will be revieving my changes one by one. I don't know exactly how I will merge them, and will decide case by case. +Hurray! I find a simple way to fix the long standing issue covered by +the FVWM FAQ Question 5.5: The NumLonk interferences on the Amiga, +FVWM-Crystal with raise and MSWindow focus policy styles should +be history now. Version 3.0.7 ------------- Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2013-04-19 15:24:27 UTC (rev 259) +++ fvwm/components/functions/Media 2013-04-19 17:59:43 UTC (rev 260) @@ -193,10 +193,6 @@ DestroyFunc Music-CurrentPlaylist-generator DestroyMenu /Music/CurrentPlaylist -# Generate /Music/LoadMovie menu (mplayer) -DestroyFunc FuncFvwmMenuMovieDirectory -DestroyMenu /Music/LoadMovie - # Load playlist (alsaplayer, audacious, mocp) DestroyFunc FuncFvwmMenuAudioDirectory # Load playlist (mpd, xmms2) @@ -290,7 +286,7 @@ + '$[gt.Choose playlist to copy]' Nop + MissingSubmenuFunction FuncFvwmMenuCopyPlaylistDirectory + '%22x22/categories/video_movies_view.png%$[gt.Browse Medias]' Popup $[infostore.AudioPlaylists] -+ '%22x22/categories/video_movies_view.png%$[gt.Browse Medias]' Popup $[infostore.AudioPlaylists] ++ '%22x22/categories/video_movies_view.png%$[gt.Browse Medias]' Popup $[infostore.VideoPlaylists] # button menu (alsaplayer, audacious, mocp, mpd, mplayer, xmms2) DestroyFunc Playlist-generator-button This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |