From: <dom...@us...> - 2020-02-19 19:20:35
|
Revision: 1008 http://sourceforge.net/p/fvwm-crystal/code/1008 Author: dominique_libre Date: 2020-02-19 19:20:33 +0000 (Wed, 19 Feb 2020) Log Message: ----------- fix media stuffs styles after (re)start; xmms2 control and crystal version bump to 3.6.1 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About fvwm/components/functions/Music-alsaplayer fvwm/components/functions/Music-alsaplayerdaemon fvwm/components/functions/Music-audacious fvwm/components/functions/Music-cdcd fvwm/components/functions/Music-cmus fvwm/components/functions/Music-mocp fvwm/components/functions/Music-mpd fvwm/components/functions/Music-mplayer fvwm/components/functions/Music-mplayer2 fvwm/components/functions/Music-quodlibet fvwm/components/styles/MediaPlayers-Style Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-19 14:13:02 UTC (rev 1007) +++ ChangeLog 2020-02-19 19:20:33 UTC (rev 1008) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Verion 3.6.1 +------------ + mercredi 19 février 2020 fvwm/scripts/CustomButtonBar/CustomButtonBat: comment debug line fvwm/components/functions/Exec-Accelerator: add -name option for urxvtc; @@ -10,6 +13,11 @@ remove Gxmms2 abandonware style; use XMMS2 style for xmms2d window. fvwm/components/functions/Music-xmms2: fix for xmms2 current exec name; fix xmms2, start_jack and start_cadence styles after startup and Restart. + fvwm/components/styles/MediaPlayers-Style: cleanup + fvwm/components/Music-*: fix styles of start_[jack|cadence] and of the console + players after start and Restart + fvwm/components/functions/About; + NEWS: fvwm-crystal 3.6.1 version bump Verion 3.6.0 ------------ Modified: NEWS =================================================================== --- NEWS 2020-02-19 14:13:02 UTC (rev 1007) +++ NEWS 2020-02-19 19:20:33 UTC (rev 1008) @@ -1,4 +1,17 @@ +Version 3.6.1 +------------- + +Fvwm Crystal 3.6.1 is out! + +This is a bug fix release: + +- Fix media players styles after start and restart. +- Use new exec name in the xmms2 audio player control. + +Have fun! +Dominique Michel + Version 3.6.0 ------------- Code name "Magic Star" Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/About 2020-02-19 19:20:33 UTC (rev 1008) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.6.0" +*About: Text "$[gt.Version]: 3.6.1" *About: Line center *About: Text "Magic Star" *About: Line center Modified: fvwm/components/functions/Music-alsaplayer =================================================================== --- fvwm/components/functions/Music-alsaplayer 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-alsaplayer 2020-02-19 19:20:33 UTC (rev 1008) @@ -8,6 +8,14 @@ Style alsaplayer NoActiveIconOverride, NoIcon, WindowListSkip, Sticky, StaysOnTop Style Alsaplayer UseStyle alsaplayer +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] +Schedule 1 StyleMediaPlayer + # Alsaplayer normal speed InfoStoreAdd speed 1 Modified: fvwm/components/functions/Music-alsaplayerdaemon =================================================================== --- fvwm/components/functions/Music-alsaplayerdaemon 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-alsaplayerdaemon 2020-02-19 19:20:33 UTC (rev 1008) @@ -5,6 +5,14 @@ # Initialisations, shared functions {{{1 Include components/functions/Music +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] +Schedule 1 StyleMediaPlayer + # Alsaplayer normal speed InfoStoreAdd speed 1 Modified: fvwm/components/functions/Music-audacious =================================================================== --- fvwm/components/functions/Music-audacious 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-audacious 2020-02-19 19:20:33 UTC (rev 1008) @@ -6,16 +6,21 @@ # Initialisations, shared functions Include components/functions/Music -Style audacious StartIconic, NoActiveIconOverride, NoIcon, WindowListSkip, Sticky, StaysOnTop -Style Audacious UseStyle audacious -Style playlist UseStyle audacious -Style equalizer UseStyle audacious +Style Audacious StartIconic, NoActiveIconOverride, NoIcon, WindowListSkip, Sticky, StaysOnTop +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] +Schedule 1 StyleMediaPlayer + # First button {{{1 # Player controls and prefs # mouse 1 Menu /Player AddToFunc Music-GUI -+ I All (audacious) Iconify toggle ++ I All (Audacious) Iconify toggle AddToFunc Player-generator + I DestroyMenu recreate /Player Modified: fvwm/components/functions/Music-cdcd =================================================================== --- fvwm/components/functions/Music-cdcd 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-cdcd 2020-02-19 19:20:33 UTC (rev 1008) @@ -13,6 +13,14 @@ Include components/functions/Music Style cdcd NoActiveIconOverride, NoIcon, Sticky, WindowListSkip, StaysOnTop +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style cdcd NoIcon ++ I Style start_cadence NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] +Schedule 1 StyleMediaPlayer + # First button {{{1 # Player controls and prefs # mouse 1 Menu /Player {{{2 Modified: fvwm/components/functions/Music-cmus =================================================================== --- fvwm/components/functions/Music-cmus 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-cmus 2020-02-19 19:20:33 UTC (rev 1008) @@ -14,6 +14,15 @@ Style cmus NoActiveIconOverride, Sticky, WindowListSkip, StaysOnTop, NoIcon Style cmus* UseStyle cmus +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style cmus NoIcon ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # First button # Player controls and prefs {{{1 # mouse 1 Menu /Player {{{2 Modified: fvwm/components/functions/Music-mocp =================================================================== --- fvwm/components/functions/Music-mocp 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-mocp 2020-02-19 19:20:33 UTC (rev 1008) @@ -9,6 +9,15 @@ Style mocp NoActiveIconOverride, Sticky, WindowListSkip, StaysOnTop, NoIcon Style MOC* UseStyle mocp +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style mocp NoIcon ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # First button {{{1 # Player controls and prefs # mouse 1 Menu /Player {{{2 Modified: fvwm/components/functions/Music-mpd =================================================================== --- fvwm/components/functions/Music-mpd 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-mpd 2020-02-19 19:20:33 UTC (rev 1008) @@ -16,6 +16,14 @@ Style gmpc UseStyle pympd Style Gmpc UseStyle pympd +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # Variables {{{1 # mpd know where the playlists are. See 'man mpd.conf' Modified: fvwm/components/functions/Music-mplayer =================================================================== --- fvwm/components/functions/Music-mplayer 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-mplayer 2020-02-19 19:20:33 UTC (rev 1008) @@ -7,6 +7,14 @@ Style "MPlayer - Video" Title, !Borders, EWMHIgnoreStackingOrderHints, NoIcon Style XDRadio NoActiveIconOverride, Sticky, WindowListSkip, StaysOnTop, NoIcon +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # specific function AddToMenu /Music/Start + '$[gt.Start MPlayer]' Music-Start $[FVWM_SYSTEMDIR]/scripts/startmplayer mplayer $[infostore.USERDIR] $[infostore.SILENT] Modified: fvwm/components/functions/Music-mplayer2 =================================================================== --- fvwm/components/functions/Music-mplayer2 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-mplayer2 2020-02-19 19:20:33 UTC (rev 1008) @@ -7,6 +7,14 @@ Style "MPlayer - Video" Title, !Borders, EWMHIgnoreStackingOrderHints, NoIcon Style XDRadio NoActiveIconOverride, Sticky, WindowListSkip, StaysOnTop, NoIcon +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # specific function AddToMenu /Music/Start + '$[gt.Start MPlayer2]' Music-Start $[FVWM_SYSTEMDIR]/scripts/startmplayer mplayer2 $[infostore.USERDIR] $[infostore.SILENT] Modified: fvwm/components/functions/Music-quodlibet =================================================================== --- fvwm/components/functions/Music-quodlibet 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/functions/Music-quodlibet 2020-02-19 19:20:33 UTC (rev 1008) @@ -9,6 +9,14 @@ Style quodlibet NoActiveIconOverride, Sticky, WindowListSkip, StaysOnTop, NoIcon Style Quodlibet UseStyle quodlibet +DestroyFunc StyleMediaPlayer +AddToFunc StyleMediaPlayer ++ I Style start_cadence NoIcon ++ I Style start_jack NoIcon ++ I UpdateStyles +# Schedule needed at Start and after Restart for start_[jack|cadence] and the console players +Schedule 1 StyleMediaPlayer + # First button {{{1 # Player controls and prefs # mouse 1 Menu /Player {{{2 Modified: fvwm/components/styles/MediaPlayers-Style =================================================================== --- fvwm/components/styles/MediaPlayers-Style 2020-02-19 14:13:02 UTC (rev 1007) +++ fvwm/components/styles/MediaPlayers-Style 2020-02-19 19:20:33 UTC (rev 1008) @@ -5,11 +5,8 @@ MiniIcon 22x22/apps/alsaplayer.png, Icon 32x32/apps/alsaplayer.png Style Alsaplayer UseStyle alsaplayer -Style audacious !StartIconic, NoActiveIconOverride, !WindowListSkip, !Sticky, !StaysOnTop, Title, \ +Style Audacious !StartIconic, NoActiveIconOverride, !WindowListSkip, !Sticky, !StaysOnTop, Title, \ MiniIcon 22x22/apps/audacious.png, Icon 32x32/apps/audacious.png -Style Audacious UseStyle audacious -Style playlist UseStyle audacious -Style equalizer UseStyle audacious Style beep-media-player !Title This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |