From: <dom...@us...> - 2016-04-25 16:46:09
|
Revision: 862 http://sourceforge.net/p/fvwm-crystal/code/862 Author: dominique_libre Date: 2016-04-25 16:46:07 +0000 (Mon, 25 Apr 2016) Log Message: ----------- CustomButtonBar: TODO change Modified Paths: -------------- ChangeLog fvwm/components/functions/CustomButtonBar-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2016-04-25 16:23:02 UTC (rev 861) +++ ChangeLog 2016-04-25 16:46:07 UTC (rev 862) @@ -2,6 +2,7 @@ lundi 25 avril scripts/CustomButtonBar/CustomButtonBar: buttons with Menu - fix the menu position. + components/functions/CustomButtonBar-Menu: TODO change. dimanche 24 avril + preferences/CustombuttonBarLocation, Modified: fvwm/components/functions/CustomButtonBar-Menu =================================================================== --- fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 16:23:02 UTC (rev 861) +++ fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 16:46:07 UTC (rev 862) @@ -15,11 +15,11 @@ # Include compnonents/functions/CustomButtonBar-Menu # Include tmp/CustomButtonBar # TODO: -# - fix the icons -# (- add support to change the icons order) -# - add support for different buttons locations +# - fix the icons + menu size pref + button size +# (- add support to change the icons order, for now with $EDITOR) # - add support for buttons like the ACPI applets, pager, music -# - MAKE THE BUTTON TO SHOW UP OUTSIDE THE BUTTON +# - button order, howto? +# LoadPreferences CustomButtonBarLocation @@ -127,6 +127,9 @@ + '%32x32/fvwm-crystal/fvwm-crystal.png%$[gt.Generate this Menu]' GenerateCustomButtonMenu + '%32x32/fvwm-crystal/fvwm-crystal.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |