From: <dom...@us...> - 2020-02-20 14:59:12
|
Revision: 1011 http://sourceforge.net/p/fvwm-crystal/code/1011 Author: dominique_libre Date: 2020-02-20 14:59:11 +0000 (Thu, 20 Feb 2020) Log Message: ----------- Preferences-Menu: remove version test Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-20 14:54:58 UTC (rev 1010) +++ ChangeLog 2020-02-20 14:59:11 UTC (rev 1011) @@ -16,6 +16,9 @@ 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/Fullscreen: Fix Schedule/Deschedule command_id syntax + causing nasty loops; use State 6 instead of 4 + fvwm/components/functions/Preferences-Menu: remove version test fvwm/components/functions/About; NEWS: fvwm-crystal 3.6.1 version bump @@ -47,10 +50,8 @@ maximize the window as the other decorations. fvwm/components/functions/About: introduce code name into the version fvwm/components/functionsWindow-Decorations; -+ fvwm/decorations/*(/*)/Theme.amigaos-fullscreen: Implement the new + fvwm/decorations/*(/*)/Theme.amigaos-fullscreen: Implement the new button decoration - fvwm/components/Fullscreen: Fix Schedule/Deschedule command_id syntax - causing nasty loops; use State 6 instead of 4 samedi 15 février 2020 fvwm/components/functions/Fullscreen: add Navigator and Firefox into the Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2020-02-20 14:54:58 UTC (rev 1010) +++ fvwm/components/functions/Preferences-Menu 2020-02-20 14:59:11 UTC (rev 1011) @@ -252,7 +252,7 @@ + '%22x22/fvwm-crystal/Off.png%$[gt.None]' TestDesktopManager-None + '%22x22/fvwm-crystal/fvwm-crystal.png%FVWM-Crystal' TestDesktopManager-Crystal Test (x rox) + "" Nop -Test (!x rox,x nautilus) + "" Nop +Test (!x rox, x nautilus) + "" Nop Test (x rox) + '%22x22/apps/rox.png%ROX-Filer' ActivateDesktopManager-ROX Test (x nautilus) + '%22x22/apps/nautilus.png%Nautilus' ActivateDesktopManager-Nautilus @@ -379,9 +379,9 @@ AddToMenu /Preferences/DesktopMenu + '%22x22/fvwm-crystal/Off.png%$[gt.No menu with left click]' SetNoDesktopMenu + '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Menu with left click]' SetDesktopMenu -Test (Version > 2.6.5) + '' Nop -Test (Version > 2.6.5) + '%22x22/fvwm-crystal/Off.png%$[gt.No XDG menu with Alt+A]' SetNoXDGMenu -Test (Version > 2.6.5) + '%22x22/fvwm-crystal/On.png%$[gt.XDG Menu with Alt+A]' SetXDGMenu ++ '' Nop ++ '%22x22/fvwm-crystal/Off.png%$[gt.No XDG menu with Alt+A]' SetNoXDGMenu ++ '%22x22/fvwm-crystal/On.png%$[gt.XDG Menu with Alt+A]' SetXDGMenu DestroyFunc SetNoDesktopMenu AddToFunc SetNoDesktopMenu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |