From: <dom...@us...> - 2016-04-25 20:47:24
|
Revision: 866 http://sourceforge.net/p/fvwm-crystal/code/866 Author: dominique_libre Date: 2016-04-25 20:47:22 +0000 (Mon, 25 Apr 2016) Log Message: ----------- Magic button: fix the icons Modified Paths: -------------- ChangeLog fvwm/components/functions/CustomButtonBar-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2016-04-25 17:40:48 UTC (rev 865) +++ ChangeLog 2016-04-25 20:47:22 UTC (rev 866) @@ -3,7 +3,7 @@ lundi 25 avril scripts/CustomButtonBar/CustomButtonBar: buttons with Menu - fix the menu position. components/functions/CustomButtonBar-Menu: TODO change, reload the button - when new entry. + when new entry. fix the icons. dimanche 24 avril + preferences/CustombuttonBarLocation, Modified: fvwm/components/functions/CustomButtonBar-Menu =================================================================== --- fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 17:40:48 UTC (rev 865) +++ fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 20:47:22 UTC (rev 866) @@ -16,10 +16,11 @@ # (Re)Load the magic button: # Include tmp/CustomButtonBar # TODO: -# - fix the icons + menu size pref + button size +# - menu size pref + button size # (- add support to change the icons order and to remove them, for now with $EDITOR) # - add support for buttons like the ACPI applets, pager, music # (- pref to integrate it into the recipes) +# - handles to move it LoadPreferences CustomButtonBarLocation @@ -122,17 +123,17 @@ # Use DynamicPopUpAction; the menu can be redifined into the recipe DestroyMenu /FVWM-CustomButtonMenu AddToMenu /FVWM-CustomButtonMenu -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Custom bar location]' Popup /FVWM-CustomBarLocation -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Preferences editor]' EditCustomPref -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Generate this Menu]' GenerateCustomButtonMenu -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Generate the custom buttons bar]' GenerateCustomButtonBar ++ '%32x32/categories/Settings.png%$[gt.Custom bar location]' Popup /FVWM-CustomBarLocation ++ '%32x32/categories/Settings.png%$[gt.Preferences editor]' EditCustomPref ++ '%32x32/categories/Settings.png%$[gt.Generate this Menu]' GenerateCustomButtonMenu ++ '%32x32/categories/Settings.png%$[gt.Generate the custom buttons bar]' GenerateCustomButtonBar + "" Nop + "" Nop + '$[gt.Choose a menu entry to add it as a button:] + "" Nop + '%32x32/fvwm-crystal/audio-x-generic.png%$[gt.Music]' AddCustomButton 48x48/fvwm-crystal/audio-x-generic.png%$[gt.Music]%Popup /Music + "" Nop -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal documentation]' AddCustomButton 48x48/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal documentation]%Popup /Developer/FVWM-Crystal-Documentation ++ '%32x32/categories/help.png%$[gt.FVWM-Crystal documentation]' AddCustomButton 48x48/categories/help.png%$[gt.FVWM-Crystal documentation]%Popup /Developer/FVWM-Crystal-Documentation + "" Nop + '%32x32/fvwm-crystal/preferences-desktop-screensaver.png%$[gt.Screensaver]' AddCustomButton 48x48/fvwm-crystal/preferences-desktop-screensaver.png%$[gt.Screensaver]%Popup /Screensaver + '%32x32/fvwm-crystal/camera-photo.png%$[gt.Screenshot]' AddCustomButton 48x48/fvwm-crystal/camera-photo.png%$[gt.Screenshot]%Popup /Screenshot @@ -143,11 +144,11 @@ + '%32x32/fvwm-crystal/preferences-desktop.png%$[gt.Preferences]' AddCustomButton 48x48/fvwm-crystal/preferences-desktop.png%$[gt.Preferences]%Popup /Preferences + "" Nop + '%32x32/fvwm-crystal/applications-development.png%$[gt.Developer menu]' AddCustomButton 48x48/fvwm-crystal/applications-development.png%$[gt.Developer menu]%Popup /Developer -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.About FVWM-Crystal]' AddCustomButton 48x48/fvwm-crystal/fvwm-crystal.png%$[gt.About FVWM-Crystal]%Include components/functions/About ++ '%32x32/fvwm-crystal/Jewel.png%$[gt.About FVWM-Crystal]' AddCustomButton 48x48/fvwm-crystal/Jewel.png%$[gt.About FVWM-Crystal]%Include components/functions/About #+ MissingSubmenuFunction FuncFvwmMenuXephyrDirectory #+ '%32x32/fvwm-crystal/gdm-xnest.png%$[gt.Nested sessions]' Popup /usr/share/xsessions + '%32x32/fvwm-crystal/system-log-out.png%$[gt.Exit]' AddCustomButton 48x48/fvwm-crystal/system-log-out.png%$[gt.Exit]%Popup /Exit -+ '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Applications]' Popup /CustomBarMenu ++ '%32x32/fvwm-crystal/applications.png%$[gt.Applications]' Popup /CustomBarMenu # }}}2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |