From: <dom...@us...> - 2013-07-22 14:05:15
|
Revision: 533 http://sourceforge.net/p/fvwm-crystal/code/533 Author: dominique_libre Date: 2013-07-22 14:05:12 +0000 (Mon, 22 Jul 2013) Log Message: ----------- functions/Preferences-menu; replaced the killall -9 by killall, some apps dont like when stalone tray is killed -9. Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-16 19:22:22 UTC (rev 532) +++ ChangeLog 2013-07-22 14:05:12 UTC (rev 533) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Lundi 22 Juillet 2013 Dominique Michel + functions/Preferences-menu; replaced the killall -9 by killall, some + apps don't like when stalone tray is killed -9. + Mardi 16 Juillet 2013 Dominique Michel + functions/Feedback: form for user feedback and support functions/About: + launch the feedback dialog, typos Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-07-16 19:22:22 UTC (rev 532) +++ fvwm/components/functions/Preferences-Menu 2013-07-22 14:05:12 UTC (rev 533) @@ -34,8 +34,8 @@ + I All (FvwmButtons) Close + I All (FvwmIconMan) Close + I All (FvwmPager) Close -+ I Exec exec killall -9 stalonetray $[infostore.SILENT] -+ I Exec exec killall -9 trayer $[infostore.SILENT] ++ I Exec exec killall stalonetray $[infostore.SILENT] ++ I Exec exec killall trayer $[infostore.SILENT] + I Read $[infostore.Fvwm_Crystal_Recipe] # @@ -148,7 +148,7 @@ DestroyFunc StopTranslucency AddToFunc StopTranslucency -+ I Exec exec killall -9 xcompmgr ++ I Exec exec killall xcompmgr # # Bling bling @@ -167,7 +167,7 @@ DestroyFunc StopBlingBling AddToFunc StopBlingBling + I KillModule FvwmEvent FvwmTranslucencyChangeEvent -+ I Exec exec killall -9 xcompmgr ++ I Exec exec killall xcompmgr All (Translucency-Dialog) Close DestroyModuleConfig Translucency-Dialog: * @@ -256,7 +256,7 @@ DestroyFunc LaunchDesktopManager-None AddToFunc LaunchDesktopManager-None + I SavePreferences DefaultDesktopManager "LoadPreferences LastChoosenWallpaper" -+ I Exec exec killall -9 DesktopCheckMounts $[infostore.SILENT] ++ I Exec exec killall DesktopCheckMounts $[infostore.SILENT] + I KillModule FvwmButtons DesktopIcons + I DestroyModuleConfig DesktopIcons: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-07-22 14:19:12
|
Revision: 534 http://sourceforge.net/p/fvwm-crystal/code/534 Author: dominique_libre Date: 2013-07-22 14:19:09 +0000 (Mon, 22 Jul 2013) Log Message: ----------- functions/Fvwm-Crystal-Menu: to close an application menu and open Crystal application menu with a single click don\'t work with current Xorg; replace the H context by the I context in DesktopMenu Modified Paths: -------------- ChangeLog fvwm/components/functions/Fvwm-Crystal-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-22 14:05:12 UTC (rev 533) +++ ChangeLog 2013-07-22 14:19:09 UTC (rev 534) @@ -3,7 +3,10 @@ Lundi 22 Juillet 2013 Dominique Michel functions/Preferences-menu; replaced the killall -9 by killall, some apps don't like when stalone tray is killed -9. - + functions/Fvwm-Crystal-Menu: to close an application menu and open Crystal + application menu with a single click don't work with current Xorg; replace + the H context by the I context in DesktopMenu + Mardi 16 Juillet 2013 Dominique Michel + functions/Feedback: form for user feedback and support functions/About: + launch the feedback dialog, typos Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-22 14:05:12 UTC (rev 533) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-22 14:19:09 UTC (rev 534) @@ -11,12 +11,13 @@ # Description: provide the FVWM-Crystal system menu common to a all recipes. # It can be redefined into the recipes +# Replace I by H to close and app menu and open crystall app menu, don't work with current xorg DestroyFunc DekstopMenu AddToFunc DesktopMenu -+ H Test (EnvMatch DesktopMenu /FVWM-Crystal) Menu /FVWM-Crystal ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /StartMenu) Menu /StartMenu ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /Applications) Menu /Applications ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /ApplicationsAndRootMenu) Menu /ApplicationsAndRootMenu ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /FVWM-Crystal) Menu /FVWM-Crystal ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /StartMenu) Menu /StartMenu ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /Applications) Menu /Applications ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /ApplicationsAndRootMenu) Menu /ApplicationsAndRootMenu ${MenuPosition_BelowLeft] DestroyFunc ScreenResolution AddToFunc ScreenResolution This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-07-22 14:22:45
|
Revision: 535 http://sourceforge.net/p/fvwm-crystal/code/535 Author: dominique_libre Date: 2013-07-22 14:22:42 +0000 (Mon, 22 Jul 2013) Log Message: ----------- Updated Version to 3.2.5 Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-22 14:19:09 UTC (rev 534) +++ ChangeLog 2013-07-22 14:22:42 UTC (rev 535) @@ -6,6 +6,7 @@ functions/Fvwm-Crystal-Menu: to close an application menu and open Crystal application menu with a single click don't work with current Xorg; replace the H context by the I context in DesktopMenu + functions/About: udated Version to 3.2.5 Mardi 16 Juillet 2013 Dominique Michel + functions/Feedback: form for user feedback and support Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-07-22 14:19:09 UTC (rev 534) +++ fvwm/components/functions/About 2013-07-22 14:22:42 UTC (rev 535) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.4" +*About: Text "$[gt.Version]: 3.2.5" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-08-31 23:19:47
|
Revision: 547 http://sourceforge.net/p/fvwm-crystal/code/547 Author: dominique_libre Date: 2013-08-31 23:19:45 +0000 (Sat, 31 Aug 2013) Log Message: ----------- components/About: updated version to 3.2.6 Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-08-31 23:15:42 UTC (rev 546) +++ ChangeLog 2013-08-31 23:19:45 UTC (rev 547) @@ -12,6 +12,7 @@ scripts/FontSelector/findindex.sh: changed shebang to bash. scripts/convert_preferences: will update the Version file in $FVWM_USERDIR to current version at startup. + components/About: updated version to 3.2.6 Mercredi 31 Juillet 2013 Dominique Michel bin/fvwm-crystal.mplayer-wrapper: change shebang to /bin/bash Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-08-31 23:15:42 UTC (rev 546) +++ fvwm/components/functions/About 2013-08-31 23:19:45 UTC (rev 547) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.5" +*About: Text "$[gt.Version]: 3.2.6" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-09-03 11:59:03
|
Revision: 549 http://sourceforge.net/p/fvwm-crystal/code/549 Author: dominique_libre Date: 2013-09-03 11:59:01 +0000 (Tue, 03 Sep 2013) Log Message: ----------- components/functions/Fullscreem: removed one more bashism. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2013-09-01 20:01:34 UTC (rev 548) +++ ChangeLog 2013-09-03 11:59:01 UTC (rev 549) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Mardi 3 septembre 2013 Dominique Michel + components/functions/Fullscreem: removed one more bashism. + Dimanche 1 septembre 2013 Dominique Michel scripts/DesktopCheckMounts, findumpartitions: removed bashisms ([[ -> ]). scripts/make_all_playlists: shebang bash; added .ram video format support. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2013-09-01 20:01:34 UTC (rev 548) +++ fvwm/components/functions/Fullscreen 2013-09-03 11:59:01 UTC (rev 549) @@ -72,7 +72,7 @@ DestroyFunc Disappear AddToFunc Disappear # if FS; then if !State20; then show; else hide all; fi -+ I PipeRead 'if [[ "$(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null)" != "" ]]; then \ ++ I PipeRead 'if [ "$(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null)" != "" ]; then \ for i in $(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null); \ do file=`echo "${i}"|sed -e \'s:fullscreen.19:fullscreen.20:\'`; \ if [ -e "${file}" ]; then echo "WindowId $(echo $file | cut -d . -f 3) Disappear-Off"; exit; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-05 01:23:42
|
Revision: 575 http://sourceforge.net/p/fvwm-crystal/code/575 Author: dominique_libre Date: 2014-01-05 01:23:39 +0000 (Sun, 05 Jan 2014) Log Message: ----------- Preferences-Menu: fix typo in localized string Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 00:58:03 UTC (rev 574) +++ ChangeLog 2014-01-05 01:23:39 UTC (rev 575) @@ -6,6 +6,7 @@ Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. + functions/Preferences-Menu: fix typo in localized string. Vendredi 3 Janvier 2014 Dominique Michel + scripts/KeyModifiersEditor/KeyModifiersEditor: An editor for the keyboard modifiers. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-01-05 00:58:03 UTC (rev 574) +++ fvwm/components/functions/Preferences-Menu 2014-01-05 01:23:39 UTC (rev 575) @@ -459,7 +459,7 @@ DestroyMenu /Preferences/MediaFileMenuIcons AddToMenu /Preferences/MediaFileMenuIcons + '%22x22/fvwm-crystal/audio-x-generic-2.png%$[gt.Icons]' SelectMenuIcons -+ '%22x22/fvwm-crystal/audio-x-generic-1.png%$[gt.NoIcons]' SelectNoMenuIcons ++ '%22x22/fvwm-crystal/audio-x-generic-1.png%$[gt.No icon]' SelectNoMenuIcons DestroyFunc SelectMenuIcons AddToFunc SelectMenuIcons This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-05 02:18:19
|
Revision: 576 http://sourceforge.net/p/fvwm-crystal/code/576 Author: dominique_libre Date: 2014-01-05 02:18:11 +0000 (Sun, 05 Jan 2014) Log Message: ----------- functions/Media: make the speed menu like in Music-Alsaplayer, locale aware and fast keys in menu. Modified Paths: -------------- ChangeLog fvwm/components/functions/Media Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 01:23:39 UTC (rev 575) +++ ChangeLog 2014-01-05 02:18:11 UTC (rev 576) @@ -7,6 +7,8 @@ scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. functions/Preferences-Menu: fix typo in localized string. + functions/Media: make the speed menu like in Music-Alsaplayer, locale aware and + fast keys in menu. Vendredi 3 Janvier 2014 Dominique Michel + scripts/KeyModifiersEditor/KeyModifiersEditor: An editor for the keyboard modifiers. Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2014-01-05 01:23:39 UTC (rev 575) +++ fvwm/components/functions/Media 2014-01-05 02:18:11 UTC (rev 576) @@ -598,31 +598,29 @@ + '$[gt.Speed control]' Nop + "" Nop + '$[gt.Max]' Music-Speed 'maxmplayer mplayer' -+ '$[gt.+ 2 octaves]' Music-Speed '+2octave mplayer' -+ '$[gt.+ 1 octave]' Music-Speed '+1octave mplayer' -+ '$[gt.+ 1 seventh]' Music-Speed '+1septieme mplayer' -+ '$[gt.+ 1 sixth]' Music-Speed '+1sixte mplayer' -+ '$[gt.+ 1 fifth]' Music-Speed '+1quinte mplayer' -+ '$[gt.+ 1 fourth]' Music-Speed '+1quarte mplayer' -+ '$[gt.+ 1 third]' Music-Speed '+1tierce mplayer' -+ '$[gt.+ 1 tone]' Music-Speed '+1ton mplayer' -+ '$[gt.+ 1/2 tone]' Music-Speed '+1/2ton mplayer' ++ '$[gt.+ 1 &octave]' Music-Speed '+1octave mplayer' ++ '$[gt.+ 1 s&eventh]' Music-Speed '+1septieme mplayer' ++ '$[gt.+ 1 &sixth]' Music-Speed '+1sixte mplayer' ++ '$[gt.+ 1 &fifth]' Music-Speed '+1quinte mplayer' ++ '$[gt.+ 1 f&ourth]' Music-Speed '+1quarte mplayer' ++ '$[gt.+ 1 t&hird]' Music-Speed '+1tierce mplayer' ++ '$[gt.+ &1 tone]' Music-Speed '+1ton mplayer' ++ '$[gt.+ 1/2 &tone]' Music-Speed '+1/2ton mplayer' + "" Nop -+ '$[gt.- 1/2 tone]' Music-Speed '-1/2ton mplayer' -+ '$[gt.- 1 tone]' Music-Speed '-1ton mplayer' -+ '$[gt.- 1 third]' Music-Speed '-1tierce mplayer' -+ '$[gt.- 1 fourth]' Music-Speed '-1quarte mplayer' -+ '$[gt.- 1 fifth]' Music-Speed '-1quinte mplayer' -+ '$[gt.- 1 sixth]' Music-Speed '-1sixte mplayer' -+ '$[gt.- 1 seventh]' Music-Speed '-1septieme mplayer' -+ '$[gt.- 1 octave]' Music-Speed '-1octave mplayer' -+ '$[gt.- 2 octaves]' Music-Speed '-2octave mplayer' ++ '$[gt.- 1/2 &tone]' Music-Speed '-1/2ton mplayer' ++ '$[gt.- &1 tone]' Music-Speed '-1ton mplayer' ++ '$[gt.- 1 t&hird]' Music-Speed '-1tierce mplayer' ++ '$[gt.- 1 f&ourth]' Music-Speed '-1quarte mplayer' ++ '$[gt.- 1 &fifth]' Music-Speed '-1quinte mplayer' ++ '$[gt.- 1 &sixth]' Music-Speed '-1sixte mplayer' ++ '$[gt.- 1 s&eventh]' Music-Speed '-1septieme mplayer' ++ '$[gt.- 1 &octave]' Music-Speed '-1octave mplayer' + '$[gt.Min]' Music-Speed 'minmplayer mplayer' + "" Nop + '$[gt.Normal]' Music-Speed 'normal mplayer' -+ '$[gt.+ 1 comma]' Music-Speed '+1comma mplayer' ++ '$[gt.+ 1 &comma]' Music-Speed '+1comma mplayer' + '$[gt.Pause]' Music-Pause -+ '$[gt.- 1 comma]' Music-Speed '-1comma mplayer' ++ '$[gt.- 1 &comma]' Music-Speed '-1comma mplayer' # mouse 4 Button-Seek-+ {{{2 # mouse 5 Button-Seek-- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-05 02:40:10
|
Revision: 577 http://sourceforge.net/p/fvwm-crystal/code/577 Author: dominique_libre Date: 2014-01-05 02:40:00 +0000 (Sun, 05 Jan 2014) Log Message: ----------- Preferences-Menu: 1 new localized string Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 02:18:11 UTC (rev 576) +++ ChangeLog 2014-01-05 02:40:00 UTC (rev 577) @@ -6,7 +6,7 @@ Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. - functions/Preferences-Menu: fix typo in localized string. + functions/Preferences-Menu: fix typo in localized string + 1 new string. functions/Media: make the speed menu like in Music-Alsaplayer, locale aware and fast keys in menu. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-01-05 02:18:11 UTC (rev 576) +++ fvwm/components/functions/Preferences-Menu 2014-01-05 02:40:00 UTC (rev 577) @@ -583,7 +583,7 @@ + '%22x22/fvwm-crystal/amiga.png%Amiga' ActivateFocusPolicy-Amiga #+ '%22x22/fvwm-crystal/Boing.png%Amiga' ActivateFocusPolicy-Amiga + '%22x22/fvwm-crystal/fvwm-crystal.png%FVWM-Crystal' ActivateFocusPolicy-FVWM-Crystal -+ '%22x22/fvwm-crystal/fvwm-crystal.png%FVWM-Crystal with raise' ActivateFocusPolicy-FVWM-Crystal-Raise ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal with raise]' ActivateFocusPolicy-FVWM-Crystal-Raise + '%22x22/fvwm-crystal/windows.png%MS Windows' ActivateFocusPolicy-MSWindows DestroyFunc ActivateFocusPolicy-Amiga This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-08 14:11:41
|
Revision: 581 http://sourceforge.net/p/fvwm-crystal/code/581 Author: dominique_libre Date: 2014-01-08 14:11:37 +0000 (Wed, 08 Jan 2014) Log Message: ----------- functions/Media: create ~/.mplayer directory if it does not exist Modified Paths: -------------- ChangeLog fvwm/components/functions/Media Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 03:58:07 UTC (rev 580) +++ ChangeLog 2014-01-08 14:11:37 UTC (rev 581) @@ -3,6 +3,9 @@ Version 3.2.8 ------------- +Mercredi 8 janvier 2014 Dominique Michel + functions/Media: create ~/.mplayer directory if it doesn't exist. + Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2014-01-05 03:58:07 UTC (rev 580) +++ fvwm/components/functions/Media 2014-01-08 14:11:37 UTC (rev 581) @@ -76,6 +76,7 @@ # We must start mplayer in slave mode and send the commands via a pipe # Create the pipe if it doesn't exist: Piperead 'echo InfoStoreAdd USERDIR `id -un`' +Piperead 'mkdir -p /home/$[infostore.USERDIR]/.mplayer' Test (!F /home/$[infostore.USERDIR]/.mplayer/pipe) PipeRead 'mkfifo /home/$[infostore.USERDIR]/.mplayer/pipe' # xmms2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-08 17:08:45
|
Revision: 582 http://sourceforge.net/p/fvwm-crystal/code/582 Author: dominique_libre Date: 2014-01-08 17:08:42 +0000 (Wed, 08 Jan 2014) Log Message: ----------- functions/Exec-Accelerator: fix for AT function with infostore variable; fix for A functions for the recent change in gnome related terms for their -e syntax... Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-08 14:11:37 UTC (rev 581) +++ ChangeLog 2014-01-08 17:08:42 UTC (rev 582) @@ -5,6 +5,8 @@ Mercredi 8 janvier 2014 Dominique Michel functions/Media: create ~/.mplayer directory if it doesn't exist. + functions/Exec-Accelerator: fix for AT function with infostore variable; fix + for A functions for the recent change in gnome related terms for their -e syntax... Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2014-01-08 14:11:37 UTC (rev 581) +++ fvwm/components/functions/Exec-Accelerator 2014-01-08 17:08:42 UTC (rev 582) @@ -50,8 +50,12 @@ # Usage: A [command] [command options] DestroyFunc A AddToFunc A ++ I SetEnv DefaultTerminal $[infostore.DefaultTerminal] + I Window-SetPlacementPolicy -+ I Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] ++ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] ++ I TestRc (NoMatch) Exec exec $[infostore.DefaultTerminal] -e "$*" $[infostore.SILENT] ++ I UnsetEnv DefaultTerminal +#+ I Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] DestroyFunc AA AddToFunc AA @@ -61,9 +65,11 @@ # Usage: AT [title] [command] (Use quotes if you want command options or title with spaces) DestroyFunc AT AddToFunc AT ++ I SetEnv DefaultTerminal $[infostore.DefaultTerminal] + I Window-SetPlacementPolicy + I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[infostore.DefaultTerminal] -title "$0" -e $1 $[infostore.SILENT] + I TestRc (NoMatch) Exec exec $[infostore.DefaultTerminal] --title "$0" -e "$1" $[infostore.SILENT] ++ I UnsetEnv DefaultTerminal # Usage: C [command] [command options] DestroyFunc C This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-08 17:35:08
|
Revision: 583 http://sourceforge.net/p/fvwm-crystal/code/583 Author: dominique_libre Date: 2014-01-08 17:35:05 +0000 (Wed, 08 Jan 2014) Log Message: ----------- fix for xfce4-terminal and x-terminal-emulator (Debian) in these 2 functions... Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-08 17:08:42 UTC (rev 582) +++ ChangeLog 2014-01-08 17:35:05 UTC (rev 583) @@ -6,7 +6,8 @@ Mercredi 8 janvier 2014 Dominique Michel functions/Media: create ~/.mplayer directory if it doesn't exist. functions/Exec-Accelerator: fix for AT function with infostore variable; fix - for A functions for the recent change in gnome related terms for their -e syntax... + for A functions for the recent change in gnome related terms for their -e syntax...; + fix for xfce4-terminal and x-terminal-emulator (Debian) in these 2 functions... Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2014-01-08 17:08:42 UTC (rev 582) +++ fvwm/components/functions/Exec-Accelerator 2014-01-08 17:35:05 UTC (rev 583) @@ -52,10 +52,9 @@ AddToFunc A + I SetEnv DefaultTerminal $[infostore.DefaultTerminal] + I Window-SetPlacementPolicy -+ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] ++ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator, !EnvMatch DefaultTerminal x-terminal-emulator, !EnvMatch DefaultTerminal xfce4-terminal) Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] + I TestRc (NoMatch) Exec exec $[infostore.DefaultTerminal] -e "$*" $[infostore.SILENT] + I UnsetEnv DefaultTerminal -#+ I Exec exec $[infostore.DefaultTerminal] -e $* $[infostore.SILENT] DestroyFunc AA AddToFunc AA @@ -67,7 +66,7 @@ AddToFunc AT + I SetEnv DefaultTerminal $[infostore.DefaultTerminal] + I Window-SetPlacementPolicy -+ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[infostore.DefaultTerminal] -title "$0" -e $1 $[infostore.SILENT] ++ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator, !EnvMatch DefaultTerminal x-terminal-emulator, !EnvMatch DefaultTerminal xfce4-terminal) Exec exec $[infostore.DefaultTerminal] -title "$0" -e $1 $[infostore.SILENT] + I TestRc (NoMatch) Exec exec $[infostore.DefaultTerminal] --title "$0" -e "$1" $[infostore.SILENT] + I UnsetEnv DefaultTerminal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-22 23:54:26
|
Revision: 587 http://sourceforge.net/p/fvwm-crystal/code/587 Author: dominique_libre Date: 2014-01-22 23:54:23 +0000 (Wed, 22 Jan 2014) Log Message: ----------- Time for a new release Modified Paths: -------------- AUTHORS ChangeLog NEWS fvwm/components/functions/About Modified: AUTHORS =================================================================== --- AUTHORS 2014-01-11 15:33:44 UTC (rev 586) +++ AUTHORS 2014-01-22 23:54:23 UTC (rev 587) @@ -29,6 +29,10 @@ - some ideas - Gentoo ebuild +Martin Vath +- various sh syntax fixes +- constructive remarks + Michael Stilkerich <sti...@uc...> - Makefile script - Clock scripts Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-11 15:33:44 UTC (rev 586) +++ ChangeLog 2014-01-22 23:54:23 UTC (rev 587) @@ -1,10 +1,13 @@ ChangeLog for FVWM-Crystal -Version 3.2.8 +Version 3.3.0 ------------- +Lundi 21 Janvier 2014 Dominique Michel +- NEWS, functions/About: update to 3.3.0 + Samedi 11 Janvier 2014 Dominique Michel -- removed flock from Applications Darabase +- removed flock from Applications-Database Vendredi 10 janvier 2014 Dominique Michel styles/Applications-Icons-22-32: commented out FuncResizeTerm, this should be @@ -71,7 +74,7 @@ fvwm-crystal: introduced code to remove orphaned control files in /tmp at startup. fvwm-crystal.play-movies: interval change to make it work in any directory. apps/DesktopIcons: use bash instead of sh. Bash is the de facto standard GNU/Linux - shell and it is allready in use by FVWM-Crystal. use killall instead of killall -9 + shell andis allready in use by FVWM-Crystal. use killall instead of killall -9 to kill the helper script; separated Quit and ToRestart functions. scripts/DesktopCheckMounts: use 1 temporary file to control it state. Cleanup this file at exit or fvwm exit/crash. @@ -92,7 +95,7 @@ SilentHacker recipe: fixed the update infoline that was not updating well. + scripts/UpdateInfoline: helper script for dito. + styles/FocusPolicy-NeverFocus: policy for stufs like FvwmButtons. - styles/FocusPolicy-*: fix the styles at wallpaper redraw. This fix the errotic buzzy cursor. + styles/FocusPolicy-*: fix the styles at wallpaper redraw. This fix the erratic buzzy cursor. + scripts/PrefVars/PrefVars: FvwmScript to update the lost preferences like the media directoories. functions/Preferences-Menu: + menu for dito. apps/DesktopIcons: fix 2 shism. Modified: NEWS =================================================================== --- NEWS 2014-01-11 15:33:44 UTC (rev 586) +++ NEWS 2014-01-22 23:54:23 UTC (rev 587) @@ -1,3 +1,54 @@ +Version 3.2.8 +------------- + +FVWM-Crystal-3.3.0 is out. The major new features are: + +- New menu option Preference editor that launch an editor for the previously + lost preferences. +- New menu option for random loop wallpapers. This work only with the + wallpapers in $FVWM_USERDIR. +- A few new applications for the menu. Removed an old entry and the wrongly + spelled "Rythm" category. +- The nested X sessions are now launched in full screen. +- A Key Modifer Editor. It can be launched from the prefenrece menu and + replace the non working Ardour key bindings. +- A pot file is now present into the addons directory. + You can use it as a base for new translations. + All the non sorted locale files was also sorted in alphabetical order. + +Fixes and other features: +- More bashisms fixes in various places. A big thank you to Martin Vath for the + review and the fixes! +- Fixes for the focus policy styles at wallpaper redraw and with Fvwm-Buttons: + That fixes the erratic buzzy cursor with some recipes. +- Fix the update info line function in the Silent Hacker and Amiga recipe. + This fix contribute to fix the random buzzy cursor issue. +- Fix the redraw of stalonetray at wallpaper changes. +- Workaround for the Load file menu with mplyaer with a new preferences setting. + If you encounter issues with directories not being displayed in that menu, + choose No icon in the preferences. It will work much better. + For the detail, see the ChangeLog. +- The fullscreen function now remove its temporary files in /tmp. +- The FVWM-Crystal Icon manager clean up its helper script at FVWM-Crystal + exit or FVWM exit/crash. +- FVWM-Crystal check for orphaned files in /tmp at statup and clean up them if any. +- When used as nested sessions, FVWM and FVWM-Themes will not mix their files + with Crystal any more. +- Fix for the focus of buggy Wine windows. +- Removed outdated and non working Ardour key bindings. +- A few minor fixes into the manus like typos, etc. +- Fixed one more time the A and AT function for the recent syntax changes of + xfce4-terminal and x-terminal-emulator (Debian terminal). +- Fix for the A function with infostore variables. +- The Mplayer control will create the ~/.mplayer directory if it doesn't exist, + this before making its pipe in that directory. +- Fix moving of FVWMCrystalFAQ file during the asciidoc man page generation. +- Added userconfig examples in FAQ: 3.2. +- Moved the terminal geometries from the styles to addons/Xdefault. This is + where theys must be and that made possible to remove a fvwm-event, + and fix the issue wit terminal being placed outside of the screen. + Another big thank you to Martin Vath for pointing that out. + Version 3.2.7 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-01-11 15:33:44 UTC (rev 586) +++ fvwm/components/functions/About 2014-01-22 23:54:23 UTC (rev 587) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.8" +*About: Text "$[gt.Version]: 3.3.0" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-04 12:40:24
|
Revision: 592 http://sourceforge.net/p/fvwm-crystal/code/592 Author: dominique_libre Date: 2014-02-04 12:40:21 +0000 (Tue, 04 Feb 2014) Log Message: ----------- functions/Music-mod: fix quoting and special characters in played file menu; add seek relative by 7%. Thanks to lost+found for pointing that out. Modified Paths: -------------- ChangeLog fvwm/components/functions/Music-mpd Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-02 00:21:47 UTC (rev 591) +++ ChangeLog 2014-02-04 12:40:21 UTC (rev 592) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Mardi 4 Janvier 2014 Dominique Michel + functions/Music-mod: fix quoting and special characters in played file menu; + add seek relative by 5 and 10%. Thanks to lost+found for pointing that out. + Dimanche 2 févier 2014 Dominique Michel + locale/nl*: New Dutch locale files from lost+found Modified: fvwm/components/functions/Music-mpd =================================================================== --- fvwm/components/functions/Music-mpd 2014-02-02 00:21:47 UTC (rev 591) +++ fvwm/components/functions/Music-mpd 2014-02-04 12:40:21 UTC (rev 592) @@ -85,6 +85,7 @@ AddToFunc Playlist-generator-button + I DestroyMenu recreate /Playlist-button ++ I PipeRead 'mpc | head -n 1 | sed -e "s;volume:\d*.*;$[gt.Player is stopped];" -e "s:[&&*%@^]:&&:g" -e "s:\':\\\\\\\':g" -e "s:^.*$:AddToMenu /Playlist-button \'&\' :"' + I AddToMenu /Playlist-button '$[gt.Load playlist]' Popup /Music/LoadPlaylist + I AddToMenu /Playlist-button '$[gt.Save playlist]' Music-SavePlaylist + I AddToMenu /Playlist-button '$[gt.Load all]' Music-LoadAll @@ -148,9 +149,9 @@ + I AddToMenu /Playback '$[gt.Pause]' Music-Pause + I AddToMenu /Playback '$[gt.Play/Pause]' Music-PlayPause + I AddToMenu /Playback "" Nop -+ I AddToMenu /Playback $[gt.Forward]' Music-Forward -+ I AddToMenu /Playback $[gt.Backward]' Music-Backward -+ I AddToMenu /Playback $[gt.Toggle random]' Music-ToggleRandom ++ I AddToMenu /Playback '$[gt.Forward]' Music-Forward ++ I AddToMenu /Playback '$[gt.Backward]' Music-Backward ++ I AddToMenu /Playback '$[gt.Toggle random]' Music-ToggleRandom + I AddToMenu /Playback '$[gt.Shuffle playlist]' Music-Shuffle + I AddToMenu /Playback "" Nop + I PipeRead 'mpc crossfade | sed -e "s/crossfade:\ //" | sed -e "s:^.\\+$:AddToMenu\ /Playback \'$[gt.Crossfade] \(&\)\' Popup /Music/Crossfade:"' @@ -158,7 +159,7 @@ # Main menu {{{1 AddToFunc Music-generator + I DestroyMenu recreate /Music -+ I PipeRead 'mpc | head -n 1 | sed -e "s;volume:\d*.*;$[gt.Player is stopped];" | sed -e "s:^.*$:AddToMenu /Music \'&\' :"' ++ I PipeRead 'mpc | head -n 1 | sed -e "s;volume:\d*.*;$[gt.Player is stopped];" -e "s:[&&*%@^]:&&:g" -e "s:\':\\\\\\\':g" -e "s:^.*$:AddToMenu /Music \'&\' :"' + I AddToMenu /Music "" Nop + I AddToMenu /Music '$[gt.Load playlist]' Popup /Music/LoadPlaylist + I AddToMenu /Music '$[gt.Save playlist...]' Music-SavePlaylist @@ -199,10 +200,12 @@ + I Nop # Menu /Speed AddToMenu /Speed -+ "" Nop ++ '$[gt.Seek forward]' Exec mpc seek +10% > /dev/null ++ '$[gt.Seek backward]' Exec mpc seek -10% > /dev/null + # Music-Seek-+ # Music-Seek-- AddToFunc Music-Seek -+ I Nop ++ I Exec mpc seek $[0]5% > /dev/null # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-04 17:39:37
|
Revision: 595 http://sourceforge.net/p/fvwm-crystal/code/595 Author: dominique_libre Date: 2014-02-04 17:39:33 +0000 (Tue, 04 Feb 2014) Log Message: ----------- Some new localized strings Modified Paths: -------------- ChangeLog addons/README addons/fvwm-crystal.pot fvwm/components/apps/DesktopIcons fvwm/components/functions/Developer-Menu fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-04 17:05:48 UTC (rev 594) +++ ChangeLog 2014-02-04 17:39:33 UTC (rev 595) @@ -6,6 +6,8 @@ make seek as for AlsaPlayer; add seek into the Music menu. functions/Media; make seek like AlsaPlayer. recipes/Amiga: make the seek like the other recipes. + addons/fvwm-crystal.po; apps/DesktopIcons; functions/Developer-Menu; + functions/Preferences-Menu: some new localized strings. Dimanche 2 févier 2014 Dominique Michel + locale/nl*: New Dutch locale files from lost+found Modified: addons/README =================================================================== --- addons/README 2014-02-04 17:05:48 UTC (rev 594) +++ addons/README 2014-02-04 17:39:33 UTC (rev 595) @@ -21,6 +21,8 @@ fvwm.vim: fvwm syntax file for vim fvwm-crystal.pot; fvwm-crystal-script.pot: complete locale files for translation. + Note: the ' into a translation must be double escaped: \\ to not interfere + with the code. make_mo: copy the locales and make_mo in $[FVWM_USERDIR]/locale/$LANG/LC_MESSAGES, edit fvwm-crystal.po, run make_mo and restart FVWM-Crystal. Modified: addons/fvwm-crystal.pot =================================================================== --- addons/fvwm-crystal.pot 2014-02-04 17:05:48 UTC (rev 594) +++ addons/fvwm-crystal.pot 2014-02-04 17:39:33 UTC (rev 595) @@ -20,6 +20,7 @@ msgid "" msgstr "" +# msgid "+ &1 tone" msgstr "" @@ -440,6 +441,9 @@ msgid "File Transfert" msgstr "" +msgid "File browser action" +msgstr "" + msgid "Files" msgstr "" @@ -752,6 +756,9 @@ msgid "OCR" msgstr "" +msgid "OK" +msgstr "" + msgid "Off" msgstr "" @@ -785,6 +792,9 @@ msgid "Parallel Computing" msgstr "" +msgid "Pause" +msgstr "" + msgid "Personal audio playlists" msgstr "" @@ -998,6 +1008,9 @@ msgid "Sound" msgstr "" +msgid "Sound Card" +msgstr "" + msgid "Sound Effects" msgstr "" @@ -1199,6 +1212,9 @@ msgid "Unexpected results may occur." msgstr "" +msgid "Unmount" +msgstr "" + msgid "Update database" msgstr "" Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/apps/DesktopIcons 2014-02-04 17:39:33 UTC (rev 595) @@ -53,7 +53,7 @@ then exem="pumount"; \ else exem="umount"; \ fi ; \ - echo "+ \\\"Unmount $*\\\" Exec exec ${exem} $*"' + echo "+ \\\"$[gt.Unmount] $*\\\" Exec exec ${exem} $*"' # The button {{{1 DestroyFunc ShowDesktopIcons Modified: fvwm/components/functions/Developer-Menu =================================================================== --- fvwm/components/functions/Developer-Menu 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/functions/Developer-Menu 2014-02-04 17:39:33 UTC (rev 595) @@ -155,7 +155,7 @@ + "%22x22/categories/help.png%fbdevhw" FvwmViewManPage fbdevhw DestroyMenu /Developer/WindowStyle -AddToMenu /Developer/WindowStyle "WindowStyle" Title +AddToMenu /Developer/WindowStyle "$[gt.WindowStyle]" Title + "DestroyWindowStyle" Pick DestroyWindowStyle + "" Nop + "VariablePosition/Size" Pick WindowStyle VariablePosition, VariableSize Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/functions/Preferences-Menu 2014-02-04 17:39:33 UTC (rev 595) @@ -559,7 +559,7 @@ Test (x audacious) + '%22x22/apps/audacious.png%Audacious' SelectMixer audacious + "" Nop PipeRead `for i in $(sed -e 's/\\([0-9]*\\).*/\\1/' -e 's/^0//' < /proc/asound/pcm | uniq); \ - do echo "+ '%22x22/apps/alsamixer.png%Sound Card $i' SelectSoundCard '$i'" ; done` + do echo "+ '%22x22/apps/alsamixer.png%$[gt.Sound Card] $i' SelectSoundCard '$i'" ; done` DestroyFunc SelectMixer AddToFunc SelectMixer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-04 21:51:05
|
Revision: 598 http://sourceforge.net/p/fvwm-crystal/code/598 Author: dominique_libre Date: 2014-02-04 21:51:02 +0000 (Tue, 04 Feb 2014) Log Message: ----------- typos Modified Paths: -------------- fvwm/components/functions/Feedback fvwm/components/functions/Preferences-Menu Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2014-02-04 21:25:51 UTC (rev 597) +++ fvwm/components/functions/Feedback 2014-02-04 21:51:02 UTC (rev 598) @@ -21,7 +21,7 @@ *UserFeedback-Dialog: Line center *UserFeedback-Dialog: Text "$[gt.bug reports, suggestions, patches, ideas,]" *UserFeedback-Dialog: Line center -*UserFeedback-Dialog: Text "$[gt.congratulations or complains.]" +*UserFeedback-Dialog: Text "$[gt.congratulations or complaints.]" *UserFeedback-Dialog: Line center *UserFeedback-Dialog: Text "$[gt.This will help him make this software better.]" *UserFeedback-Dialog: Line center Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-02-04 21:25:51 UTC (rev 597) +++ fvwm/components/functions/Preferences-Menu 2014-02-04 21:51:02 UTC (rev 598) @@ -8,7 +8,7 @@ AddToMenu /Preferences + '%22x22/fvwm-crystal/user-desktop.png%$[gt.Used recipe]' Popup /Preferences/Recipes + '%22x22/fvwm-crystal/geometry.png%$[gt.Desktop geometry]' Popup /Preferences/Geometry -+ '%22x22/fvwm-crystal/font.png%$[gt.Characters fonts]' Script scripts/FontSelector/FontSelector ++ '%22x22/fvwm-crystal/font.png%$[gt.Character fonts]' Script scripts/FontSelector/FontSelector + '%22x22/fvwm-crystal/handles.png%$[gt.Handle width]' Popup /Preferences/HandleWidth Test (x xcompmgr) Test (x transset) + '%22x22/fvwm-crystal/BlingBling.png%$[gt.Translucency]' Popup /Preferences/Translucency Test (x xcompmgr) Test (x transset) + '%22x22/fvwm-crystal/BlingBling2.png%$[gt.Bling bling]' Popup /Preferences/BlingBling This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-06 11:00:43
|
Revision: 599 http://sourceforge.net/p/fvwm-crystal/code/599 Author: dominique_libre Date: 2014-02-06 11:00:40 +0000 (Thu, 06 Feb 2014) Log Message: ----------- Updated to 3.3.1 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-04 21:51:02 UTC (rev 598) +++ ChangeLog 2014-02-06 11:00:40 UTC (rev 599) @@ -1,5 +1,12 @@ ChangeLog for FVWM-Crystal +Verions 3.3.1 +------------- + +Jeudi 6 Janvier 2014 Dominique Michel + NEWS: 3.3.1 update. + functions/About: updated Version to 3.3.1 + Mardi 4 Janvier 2014 Dominique Michel functions/Music-mpd: fix quoting and special characters in played file menu; add seek relative by 5 and 10%. Thanks to lost+found for pointing that out; Modified: NEWS =================================================================== --- NEWS 2014-02-04 21:51:02 UTC (rev 598) +++ NEWS 2014-02-06 11:00:40 UTC (rev 599) @@ -1,6 +1,25 @@ -Version 3.2.8 +Version 3.3.1 ------------- +Fvwm-Crystal-3.3.1 bring a new and complete Dutch translation. +Thanks for lost+found for that. + +It is also several fixes: + +- added dependency on xdg-user-dirs in the INSTALL file. +- Preferences: SilentOps will apply immediatly. +- Added missing strings and corrected typos into the locale files. +- Updated the French locale. +- New seek function for the mpd control. +- Various fix for the seek functions with AlsaPlayer and MPlayer. +- Fix quoting and special characters into the mpd menu. + +See the ChangeLog for details. + + +Version 3.3.0 +------------- + FVWM-Crystal-3.3.0 is out. The major new features are: - New menu option Preference editor that launch an editor for the previously Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-02-04 21:51:02 UTC (rev 598) +++ fvwm/components/functions/About 2014-02-06 11:00:40 UTC (rev 599) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.3.0" +*About: Text "$[gt.Version]: 3.3.1" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-17 07:32:41
|
Revision: 604 http://sourceforge.net/p/fvwm-crystal/code/604 Author: dominique_libre Date: 2014-02-17 07:32:39 +0000 (Mon, 17 Feb 2014) Log Message: ----------- functions/NotificationAreaManager-Stalonetray: Fix for alpha transparency Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager-stalonetray Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-15 11:32:33 UTC (rev 603) +++ ChangeLog 2014-02-17 07:32:39 UTC (rev 604) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +Lundi 17 février 2015 Dominique Michel ++ scripts/FvwmScript-CpuFreq-small: Derived from FvwmScript-CpuFreq. + functions/NotificationAreaManager-Stalonetray: Fix for alpha transparency + which is the inberse of trayer. + Samedi 15 février 2015 Dominique Michel recipes/Default with ACPI: fix for height and scripts colorset on the bottom bar; fix for warning with IconMan-Icons. Modified: fvwm/components/functions/NotificationAreaManager-stalonetray =================================================================== --- fvwm/components/functions/NotificationAreaManager-stalonetray 2014-02-15 11:32:33 UTC (rev 603) +++ fvwm/components/functions/NotificationAreaManager-stalonetray 2014-02-17 07:32:39 UTC (rev 604) @@ -10,7 +10,8 @@ AddToFunc ExitFunction I Exec exec killall stalonetray -PipeRead 'echo "SetEnv TrayerTintS $(echo ${TrayerTint}|sed -e \'s:0x:#:\')"' +PipeRead 'echo "SetEnv TrayerTintS $(echo $[TrayerTint]|sed -e \'s:0[Xx]:#:\')"' +PipeRead 'echo "SetEnv TrayerAlphaS $((256 - $[TrayerAlpha]))"' # Settings of Stalone {{{1 DestroyFunc FvwmStalonePanel @@ -19,8 +20,8 @@ + I *FvwmStalonePanel: Frame 0 + I *FvwmStalonePanel: BoxSize smart + I *FvwmStalonePanel: Font none -+ I *FvwmStalonePanel: ActiveColorset $[infostore.cs_panel_active] -+ I *FvwmStalonePanel: Colorset $[infostore.cs_panel_inactive] ++ I *FvwmStalonePanel: ActiveColorset $[infostore.cs_panel_inactive] ++ I *FvwmStalonePanel: Colorset $[infostore.cs_panel_active] + I *FvwmStalonePanel: Columns 1 + I *FvwmStalonePanel: Rows 1 + I *FvwmStalonePanel: (1x1, Padding 0 0, Swallow (NoClose) "stalonetray" 'Exec exec stalonetray \ @@ -28,7 +29,7 @@ --window-type dock \ --transparent true \ --tint-color \'$[TrayerTintS]\' \ ---tint-level $[TrayerAlpha] \ +--tint-level $[TrayerAlphaS] \ --no-shrink true \ --kludges force_icons_size \ --icon-size $[0] \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-20 23:13:05
|
Revision: 611 http://sourceforge.net/p/fvwm-crystal/code/611 Author: dominique_libre Date: 2014-02-20 23:13:01 +0000 (Thu, 20 Feb 2014) Log Message: ----------- Updated version to 3.3.2 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-20 22:32:57 UTC (rev 610) +++ ChangeLog 2014-02-20 23:13:01 UTC (rev 611) @@ -1,8 +1,12 @@ ChangeLog for FVWM-Crystal -Keudi 20 frévrier 2014 Dominique Michel +Verion 3.3.2 +------------ + +Jeudi 20 frévrier 2014 Dominique Michel scripts/launchwm, functions/Xephyr: remove use of id -un variable and use direct $HOME call instead. + functions/About: updated version to 3.3.2. Lundi 17 février 2014 Dominique Michel + scripts/FvwmScript-CpuFreq-small: Derived from FvwmScript-CpuFreq. Modified: NEWS =================================================================== --- NEWS 2014-02-20 22:32:57 UTC (rev 610) +++ NEWS 2014-02-20 23:13:01 UTC (rev 611) @@ -1,3 +1,27 @@ +Version 3.3.2 +------------- + +Fvwm-Crystal-3.3.2 is out. It bring + +- 2 new recipes for laptops with ACPI support +- a smaller clock button to fit these recipes + +and several fixes: + +- force the Gambas application to not use their specified user and program + location, but let fvwm do its job. +- Increased delay before bringing the Xephyr windows i full screen. +- ACPI batterie applet: changed the checks from /dev to /sys; patch + from Debian. +- recipe Default with ACPI: height and colorset in in the bottom bar; + Iconman warning. +- recipe Lapleft and LapRight: fix stalonetray strtup with 1 icon width in + the preferences; the clock use now a fixed 24 pixels height. +- Stalonetray use now the same alpha value than trayer, instead of the inverse + values. +- the launch of the the nested Xephyr session use now $HOME directly instead + of a nasty infostore variable. This is both simpler and more robust. + Version 3.3.1 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-02-20 22:32:57 UTC (rev 610) +++ fvwm/components/functions/About 2014-02-20 23:13:01 UTC (rev 611) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.3.1" +*About: Text "$[gt.Version]: 3.3.2" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-02-22 17:11:48
|
Revision: 615 http://sourceforge.net/p/fvwm-crystal/code/615 Author: dominique_libre Date: 2014-02-22 17:11:45 +0000 (Sat, 22 Feb 2014) Log Message: ----------- functions/Exit, Exit-Safe: changed the order of the Restart and Lock Screen functions into the Exit menu Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit fvwm/components/functions/Exit-Safe Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-22 17:05:57 UTC (rev 614) +++ ChangeLog 2014-02-22 17:11:45 UTC (rev 615) @@ -5,6 +5,7 @@ width of the top buttons by setting a default font, it is overwritten later. recipes/LapLeft*, LapRight*: removed non needed PepieRead calls. functions/Preferences-Menu: force Pager on bottom at recipe change. + functions/Exit, Exit-Safe: changed the order of the Restart and Lock Screen functions into the Exit menu. Verion 3.3.2 ------------ Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2014-02-22 17:05:57 UTC (rev 614) +++ fvwm/components/functions/Exit 2014-02-22 17:11:45 UTC (rev 615) @@ -5,8 +5,8 @@ DestroyMenu /Exit AddToMenu /Exit ++ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (x xscreensaver) + '%22x22/fvwm-crystal/system-lock-screen.png%$[gt.Lock screen]' X xscreensaver-command -lock -+ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' QuitSession Test (!EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' Quit Test (EnvIsSet SESSION_MANAGER) + '' Nop Modified: fvwm/components/functions/Exit-Safe =================================================================== --- fvwm/components/functions/Exit-Safe 2014-02-22 17:05:57 UTC (rev 614) +++ fvwm/components/functions/Exit-Safe 2014-02-22 17:11:45 UTC (rev 615) @@ -5,8 +5,8 @@ DestroyMenu /Exit AddToMenu /Exit ++ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (x xscreensaver) + '%22x22/fvwm-crystal/system-lock-screen.png%$[gt.Lock screen]' X xscreensaver-command -lock -+ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' Popup /Exit/Logout DestroyFunc Exit-SelectLoginManager This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-06 22:55:38
|
Revision: 636 http://sourceforge.net/p/fvwm-crystal/code/636 Author: dominique_libre Date: 2014-10-06 22:55:25 +0000 (Mon, 06 Oct 2014) Log Message: ----------- functions/CheckForFiles: load XDGMenu Modified Paths: -------------- ChangeLog fvwm/components/functions/CheckForFiles Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-06 22:34:21 UTC (rev 635) +++ ChangeLog 2014-10-06 22:55:25 UTC (rev 636) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Mardi 7 octobre 2014 + INSTALL; README; session-management.README: update + functions/CheckForFiles: load XDGMenu + Vendredi 2 mai 2014 Dominique Michel + addons/makecrystalicon: make fvwm-crystal icons from arbitrary image files. bin/fvwm-crystal.generate-menu: review of the usage comment; add new additional Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2014-10-06 22:34:21 UTC (rev 635) +++ fvwm/components/functions/CheckForFiles 2014-10-06 22:55:25 UTC (rev 636) @@ -1,17 +1,18 @@ # Function CheckForFiles for FVWM-Crystal # -# Version: 1.1.0 +# Version: 1.1.1 # Licence: GPL 2 # # Author: Dominique Michel <dom...@us...> # # Created: 04/19/2014 -# Changed: 05/02/2014 +# Changed: 08/09/2014 # # Description: This file check for preference and application database files at launch the Preferences Editor or fvwm-crystal.generate-menu accordingly. # Load date for last installed package with a desktop file LoadPreferences DateLastApp +LoadPreferences XDGMenu # check for preferences files # CheckPrefFile <filename> @@ -29,7 +30,7 @@ + I PipeRead 'if [ ! -d "${FVWM_USERDIR}/Applications" ]; then \ echo "A fvwm-crystal.generate-menu ${FVWM_SYSTEMDIR} ${FVWM_USERDIR}"; \ echo "A ${FVWM_SYSTEMDIR}/scripts/XDG-Menu"; \ - else ${FVWM_SYSTEMDIR}/scripts/CheckMenuDate; fi' + else ${FVWM_SYSTEMDIR}/scripts/CheckMenuDate; fi' CheckPrefFile MediaDirectories CheckPrefFile DesktopDirs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-07 14:53:29
|
Revision: 638 http://sourceforge.net/p/fvwm-crystal/code/638 Author: dominique_libre Date: 2014-10-07 14:53:18 +0000 (Tue, 07 Oct 2014) Log Message: ----------- functions/Exec-Accelerator: Add support for urxvtd Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-07 14:48:42 UTC (rev 637) +++ ChangeLog 2014-10-07 14:53:18 UTC (rev 638) @@ -4,7 +4,8 @@ INSTALL; README; session-management.README: update functions/CheckForFiles: load XDGMenu apps/QuakeConsole: Fix horizontal shift - + functions/Exec-Accelerator: Add support for urxvtd + Vendredi 2 mai 2014 Dominique Michel + addons/makecrystalicon: make fvwm-crystal icons from arbitrary image files. bin/fvwm-crystal.generate-menu: review of the usage comment; add new additional Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2014-10-07 14:48:42 UTC (rev 637) +++ fvwm/components/functions/Exec-Accelerator 2014-10-07 14:53:18 UTC (rev 638) @@ -45,7 +45,14 @@ SetEnv DefaultTerminal NO_DEFAULT_TERMINAL_FOUND #FindCommand DefaultTerminal urxvt aterm xterm CheckPreferences DefaultTerminal "SavePreferences DefaultTerminal 'FindCommand DefaultTerminal urxvt aterm xterm x-terminal-emulator'" -LoadPreferences DefaultTerminal +# start urxvtd if def term is urxvtc +DestroyFunc StartUrxvtd +AddToFunc StartUrxvtd ++ I LoadPreferences DefaultTerminal ++ I SetEnv DefaultTerminal $[infostore.DefaultTerminal] ++ I Test (EnvMatch DefaultTerminal urxvtc) Exec pidof urxvtd || exec urxvtd -f -o $[infostore.SILENT] ++ I UnsetEnv DefaultTerminal +StartUrxvtd # Usage: A [command] [command options] DestroyFunc A This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-07 15:37:32
|
Revision: 641 http://sourceforge.net/p/fvwm-crystal/code/641 Author: dominique_libre Date: 2014-10-07 15:37:22 +0000 (Tue, 07 Oct 2014) Log Message: ----------- functions/Fullscreen: Disappear: fix the window ids. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-07 15:34:20 UTC (rev 640) +++ ChangeLog 2014-10-07 15:37:22 UTC (rev 641) @@ -11,6 +11,7 @@ functions/Preferences-Menu: Add prefrences for URxvtD and XDG menu - the XDG menu generate a lot of image magick related errors, so I added a preference to not have it by default. + preferences/XDGMenu: pref file, default to no. + functions/Fullscreen: Disappear: fix the window ids. Vendredi 2 mai 2014 Dominique Michel + addons/makecrystalicon: make fvwm-crystal icons from arbitrary image files. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2014-10-07 15:34:20 UTC (rev 640) +++ fvwm/components/functions/Fullscreen 2014-10-07 15:37:22 UTC (rev 641) @@ -72,13 +72,13 @@ DestroyFunc Disappear AddToFunc Disappear # if FS; then if !State20; then show; else hide all; fi -+ I PipeRead 'if [ "$(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null)" != "" ]; then \ - for i in $(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null); \ ++ I PipeRead 'if [ "$(ls $[infostore.TmpDirectory]/fullscreen.19.0x?*.$[page.nx].$[page.ny].tmp 2>/dev/null)" != "" ]; then \ + for i in $(ls $[infostore.TmpDirectory]/fullscreen.19.0x?*.$[page.nx].$[page.ny].tmp 2>/dev/null); \ do file=`echo "${i}"|sed -e \'s:fullscreen.19:fullscreen.20:\'`; \ if [ -e "${file}" ]; then echo "WindowId $(echo $file | cut -d . -f 3) Disappear-Off"; exit; \ fi; \ done; \ - for i in $(ls $[infostore.TmpDirectory]/fullscreen.19.0x???????.$[page.nx].$[page.ny].tmp 2>/dev/null); \ + for i in $(ls $[infostore.TmpDirectory]/fullscreen.19.0x?*.$[page.nx].$[page.ny].tmp 2>/dev/null); \ do echo "WindowId $(echo $i | cut -d . -f 3) Disappear-On"; done; fi' # disappear {{{2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-13 20:58:02
|
Revision: 646 http://sourceforge.net/p/fvwm-crystal/code/646 Author: dominique_libre Date: 2014-10-13 20:57:58 +0000 (Mon, 13 Oct 2014) Log Message: ----------- EWMH_BaseStruts: Add the desktop icons panel Modified Paths: -------------- ChangeLog fvwm/components/functions/EWMH-BaseStruts Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-08 20:14:51 UTC (rev 645) +++ ChangeLog 2014-10-13 20:57:58 UTC (rev 646) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +lundi 13 octobre 2014 + functions/EWMH_BaseStruts: Add the desktop icons panel. + Mercredi 8 octobre 2014 recipes/*: cleanup. Modified: fvwm/components/functions/EWMH-BaseStruts =================================================================== --- fvwm/components/functions/EWMH-BaseStruts 2014-10-08 20:14:51 UTC (rev 645) +++ fvwm/components/functions/EWMH-BaseStruts 2014-10-13 20:57:58 UTC (rev 646) @@ -74,13 +74,15 @@ DestroyFunc Interface_Show AddToFunc Interface_Show ++ I All (DesktopIcons) Iconify false + I All (FvwmPager) Iconify false -+ I All (FvwmButtons-Pager) Iconify false -+ I All (FvwmButtons-Clock) Iconify false -+ I All (FvwmButtons-Panel*) Iconify false -+ I All (FvwmButtons-MainMenu) Iconify false -+ I All (FvwmButtons-Bot*) Iconify false -+ I All (FvwmButtons-Musi*) Iconify false ++ I All (FvwmButtons-*) Iconify false +#+ I All (FvwmButtons-Pager) Iconify false +#+ I All (FvwmButtons-Clock) Iconify false +#+ I All (FvwmButtons-Panel*) Iconify false +#+ I All (FvwmButtons-MainMenu) Iconify false +#+ I All (FvwmButtons-Bot*) Iconify false +#+ I All (FvwmButtons-Musi*) Iconify false + I All (ApplicationPanel) Iconify false + I All (FvwmIconMan) Iconify false + I All (gkrellm) Iconify false @@ -93,13 +95,15 @@ DestroyFunc Interface_Hide AddToFunc Interface_Hide ++ I All (DesktopIcons) Iconify true + I All (FvwmPager) Iconify true -+ I All (FvwmButtons-Pager) Iconify true -+ I All (FvwmButtons-MainMenu) Iconify true -+ I All (FvwmButtons-Clock) Iconify true -+ I All (FvwmButtons-Panel*) Iconify true -+ I All (FvwmButtons-Bot*) Iconify true -+ I All (FvwmButtons-Musi*) Iconify true ++ I All (FvwmButtons-*) Iconify true +#+ I All (FvwmButtons-Pager) Iconify true +#+ I All (FvwmButtons-MainMenu) Iconify true +#+ I All (FvwmButtons-Clock) Iconify true +#+ I All (FvwmButtons-Panel*) Iconify true +#+ I All (FvwmButtons-Bot*) Iconify true +#+ I All (FvwmButtons-Musi*) Iconify true + I All (ApplicationPanel) Iconify true + I All (FvwmIconMan) Iconify true + I All (gkrellm) Iconify true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-28 16:47:33
|
Revision: 650 http://sourceforge.net/p/fvwm-crystal/code/650 Author: dominique_libre Date: 2014-10-28 16:47:25 +0000 (Tue, 28 Oct 2014) Log Message: ----------- functions/Preferences: new CopyPreferences function; can be used to copy a preference file from CONFIGDIR or SYSTEEMDIR to USERDIR. functions/Preferences-Menu: new submenu to define the thumbnail size into the wallpaper menu. Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-17 20:32:42 UTC (rev 649) +++ ChangeLog 2014-10-28 16:47:25 UTC (rev 650) @@ -1,5 +1,11 @@ ChangeLog for FVWM-Crystal +mardi 28 octobre 2014 + functions/Preferences: new CopyPreferences function; can be used to copy + a preference file from CONFIGDIR or SYSTEEMDIR to USERDIR + functions/Preferences-Menu: new submenu to define the thumbnail size into + the wallpaper menu. + vendredi 17 octobre 2014 script PrefVars: Add the full screen by default preference into the editor. preferences/FullScreenApps: Arrange the text to fit. Modified: fvwm/components/functions/Preferences =================================================================== --- fvwm/components/functions/Preferences 2014-10-17 20:32:42 UTC (rev 649) +++ fvwm/components/functions/Preferences 2014-10-28 16:47:25 UTC (rev 650) @@ -74,4 +74,14 @@ + I Test (f $[FVWM_SYSTEMDIR]/preferences/$0) Break + I $1 +# This function looks for specified preference file in the user-wide directory. +# If it's found, nothing is done, if it's not found, the first file found +# in the config-wide or system-wide directories is copied to the user-wide +# directory. +DestroyFunc CopyPreferences +AddToFunc CopyPreferences ++ I Test (f $[FVWM_USERDIR]/preferences/$0) Break ++ I Test (f $[FVWM_CONFIGDIR]/preferences/$0) Exec exec cp $[FVWM_CONFIGDIR]/preferences/$0 $[FVWM_USERDIR]/preferences/ ++ I TestRC (NoMatch) Test (f $[FVWM_SYSTEMDIR]/preferences/$0) Exec exec cp $[FVWM_SYSTEMDIR]/preferences/$0 $[FVWM_USERDIR]/preferences/ + # vim:ft=fvwm Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-10-17 20:32:42 UTC (rev 649) +++ fvwm/components/functions/Preferences-Menu 2014-10-28 16:47:25 UTC (rev 650) @@ -706,4 +706,21 @@ + I SavePreferences SilentOps "InfoStoreAdd SILENT \' \'" + I Include components/functions/Exec-Accelerator +# +# Wallpaper thumbnails size +# +# See Wallpaper +#DestroyMenu /WPThumbSize +#AddToMenu /WPThumbSize +#+ "42" WPThumbSize 42 +#+ "96" WPThumbSize 96 +#+ "120" WPThumbSize 120 +#+ "180" WPThumbSize 180 + +DestroyFunc WPThumbSize +AddToFunc WPThumbSize ++ I InfoStoreAdd WallpaperThumbSize $0 ++ I SavePreferences WallpaperThumbSize "InfoStoreAdd WallpaperThumbSize $0" ++ I Include components/functions/Wallpaper + # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-10-28 17:12:58
|
Revision: 653 http://sourceforge.net/p/fvwm-crystal/code/653 Author: dominique_libre Date: 2014-10-28 17:12:55 +0000 (Tue, 28 Oct 2014) Log Message: ----------- functions/Fullscreen: Updated comments. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-28 17:09:37 UTC (rev 652) +++ ChangeLog 2014-10-28 17:12:55 UTC (rev 653) @@ -10,7 +10,7 @@ preferences. It can edit 1 file at a time. Multiple instances can be launched. A help file must be provided that describe the edited file. apps/DesktopIcons: Add support for arbitrary directories. - + functions/Fullscreen: Updated comments. vendredi 17 octobre 2014 script PrefVars: Add the full screen by default preference into the editor. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2014-10-28 17:09:37 UTC (rev 652) +++ fvwm/components/functions/Fullscreen 2014-10-28 17:12:55 UTC (rev 653) @@ -32,8 +32,12 @@ # Know bugs, limitations: # - some terminals and gvim does not scale corectly in full-screen. This is because # they use characters instead of pixels to adjust their width. -# If you know how to fix this, please send me a mail: -# <dom...@us...> +# Sometime, it work well the second time you put the window in full screen. +# - Thomas, if you read this, don't tell me you don't like the evolution of that FS function, I know it -) +# but tell me how I can get the State attributes to work fully after a Restart, +# so I can get ride of the temporary files. +# Please don't tell me the State attributes work well after a Restart, it was NEVER the case with the FS function, +# and it is the only reason why I am using temporary files here. DM InfoStoreAdd TmpDirectory "/tmp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |