From: <dom...@us...> - 2013-05-04 11:13:16
|
Revision: 349 http://sourceforge.net/p/fvwm-crystal/code/349 Author: dominique_libre Date: 2013-05-04 11:13:13 +0000 (Sat, 04 May 2013) Log Message: ----------- Restrict Fullscreen to non FvwmButtons windows Modified Paths: -------------- ChangeLog INSTALL NEWS fvwm/components/functions/About fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-04 01:20:12 UTC (rev 348) +++ ChangeLog 2013-05-04 11:13:13 UTC (rev 349) @@ -17,6 +17,7 @@ functions/Prefernces-Menu: Added Thunar desktop preference recipes/*; desktop/FVWM-Crystal-Preferences: moved desktop manager to the recipes recipes/*: make all the recipes to work with apps/Thunar + components/Fullscreen: restrict Fullscreen to non FvwmVuttons windows Mercredi 1 Mai 2913 Dominique Michel updated the version to 3.1.8 Modified: INSTALL =================================================================== --- INSTALL 2013-05-04 01:20:12 UTC (rev 348) +++ INSTALL 2013-05-04 11:13:13 UTC (rev 349) @@ -154,7 +154,7 @@ for reboot/shutdown options in the Exit menu - 'xrandr' for video mode switching - 'gdmflexiserver' (distributed with gdm) for GDM login manager support -- ROX-Filer or Nautilus for nice file manager and icons on the desktop +- Thunar, ROX-Filer or Nautilus for nice file manager and icons on the desktop - 'gnome-session' for session management support. Follow the instructions in 'addons/session-management.README'. It is for Gnome 2, if it doesn't work as explained but you can get it to work, please consider to contribute at least Modified: NEWS =================================================================== --- NEWS 2013-05-04 01:20:12 UTC (rev 348) +++ NEWS 2013-05-04 11:13:13 UTC (rev 349) @@ -1,3 +1,42 @@ +Version 3.1.11 +-------------- + +Time for a new release that provide bugfixes and new features. + +- De-icoification of the full-screened windows have been fixed. They + will appear now in full-screen without border or title. + +- Non wanted qjackctl and medias icons have been fixed. They should + not appear any more as we can control those programs from the + music button and menu. + +- Restrict Fullscreen to non FvwmButtons windows. It was possible to + bring the buttons in full screen, and this is not wanted. + +- Unification of the desktop geometry. All the recipes have now + the same 8 pages by 1 geometry. This fix the lost window issue + whit recipe changes. The "Clean vertival" recipe has been removed + in the process, but it was the same than Vertical anyway. + +- The Icon-Launcher is now available in all the recipe through a + new preference setting: Desktop manager -> Thunar. + This is the same setting than "None", but with icons for all + the mounted partitions. Clicking on those icons will open + Thunar at the corresponding mount point. Simple and fast. + +- Some styles order fixes. + +- Last but not least, the font preferences have been fully rewritten. + They are now under the form of a Font Selector that provide + all the old settings into one dialog. Font styles have been added, + and we can now show the selected font. The example string + can be edited. + The Font Selector is a FvwmScript with full xft support and is + much easier to use than old style Fvwm font selectors using + the core font. Xft support imply also full UTF-8 suport. + This was already the case wirh the old font preferences sytem, + but this new system is both easier to use and better. + Version 3.1.7 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-04 01:20:12 UTC (rev 348) +++ fvwm/components/functions/About 2013-05-04 11:13:13 UTC (rev 349) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.1.8" +*About: Text "$[gt.Version]: 3.1.11" *About: Line center *About: Line center *About: Text "$[gt.Original author]: Maciej Delmanowski <ha...@gn...>" Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2013-05-04 01:20:12 UTC (rev 348) +++ fvwm/components/functions/Fullscreen 2013-05-04 11:13:13 UTC (rev 349) @@ -44,8 +44,8 @@ # State 19 = FS (fullscreen), State 20 = visible DestroyFunc Fullscreen AddToFunc Fullscreen -+ I ThisWindow (State 19) Fullscreen-Stop -+ I TestRc (NoMatch) ThisWindow (!State 19) Fullscreen-Start ++ I ThisWindow (State 19, !FvwmButtons) Fullscreen-Stop ++ I TestRc (NoMatch) ThisWindow (!State 19, !FvwmButtons) Fullscreen-Start # fullscreen {{{2 DestroyFunc Fullscreen-Start This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-05 13:56:18
|
Revision: 360 http://sourceforge.net/p/fvwm-crystal/code/360 Author: dominique_libre Date: 2013-05-05 13:56:15 +0000 (Sun, 05 May 2013) Log Message: ----------- components/functions/About: changed version to 3.1.12 Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-05 13:20:04 UTC (rev 359) +++ ChangeLog 2013-05-05 13:56:15 UTC (rev 360) @@ -6,7 +6,8 @@ FontSelector: introduced full GetText support; added selected font label; more relooking preferences: make default font preferences to be coherent with FontSelector - + components/functions/About: changed version to 3.1.12 + Samedi 4 Mai 2013 Dominique Miche components/Fullscreen: restrict Fullscreen to non FvwmVuttons windows updated IMSTALL Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-05 13:20:04 UTC (rev 359) +++ fvwm/components/functions/About 2013-05-05 13:56:15 UTC (rev 360) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.1.11" +*About: Text "$[gt.Version]: 3.1.12" *About: Line center *About: Line center *About: Text "$[gt.Original author]: 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-05-06 11:07:33
|
Revision: 365 http://sourceforge.net/p/fvwm-crystal/code/365 Author: dominique_libre Date: 2013-05-06 11:07:29 +0000 (Mon, 06 May 2013) Log Message: ----------- Version change to 3.1.13-svn Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-05 18:20:12 UTC (rev 364) +++ ChangeLog 2013-05-06 11:07:29 UTC (rev 365) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Lundi 6 Mai 2013 Dominique Michel + functions/About: version change to 3.1.13-svn + Dimanche 5 Mai 2013 Dominique Michel + locale/fr_FR.UTF-8/*/fvwm-crystal-script.mo + locale/fr_FR.UTF-8/*/fvwm-crystal-script.mo Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-05 18:20:12 UTC (rev 364) +++ fvwm/components/functions/About 2013-05-06 11:07:29 UTC (rev 365) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.1.12" +*About: Text "$[gt.Version]: 3.1.13-svn" *About: Line center *About: Line center *About: Text "$[gt.Original author]: 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-05-06 19:11:26
|
Revision: 369 http://sourceforge.net/p/fvwm-crystal/code/369 Author: dominique_libre Date: 2013-05-06 19:11:23 +0000 (Mon, 06 May 2013) Log Message: ----------- components/Fullscreen: remove temporary files when a full screened window is closed Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-06 16:30:43 UTC (rev 368) +++ ChangeLog 2013-05-06 19:11:23 UTC (rev 369) @@ -3,6 +3,8 @@ Lundi 6 Mai 2013 Dominique Michel functions/About: version change to 3.1.13-svn a few better quality icons + components/Fullscreen: remove temporary files when a full screened window + is closed. Dimanche 5 Mai 2013 Dominique Michel + locale/fr_FR.UTF-8/*/fvwm-crystal-script.mo Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2013-05-06 16:30:43 UTC (rev 368) +++ fvwm/components/functions/Fullscreen 2013-05-06 19:11:23 UTC (rev 369) @@ -140,4 +140,14 @@ AddToFunc ExitFunction I Test (!ToRestart) Exec rm -f $[infostore.TmpDirectory]/fullscreen.19.* AddToFunc ExitFunction I Test (!ToRestart) Exec rm -f $[infostore.TmpDirectory]/fullscreen.20.* +# Be sure the temporary files are destroyed when a window is closed +DestroyFunc Window-Fullscreen-Destroy +AddToFunc Window-Fullscreen-Destroy ++ i PipeRead 'for file in /tmp/fullscreen.??.$[w.id].?.?.tmp; do rm $file; done' + +DestroyModuleConfig FvwmEvent-Window-Fullscreen-Destroy: * +*FvwmEvent-Window-FullScreen-Destroy: destroy_window Window-Fullscreen-Destroy +Module FvwmEvent FvwmEvent-Window-Fullscreen-Destroy + + # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-06 20:02:51
|
Revision: 370 http://sourceforge.net/p/fvwm-crystal/code/370 Author: dominique_libre Date: 2013-05-06 20:02:48 +0000 (Mon, 06 May 2013) Log Message: ----------- components/Thumbnails: fix a regresion, thumbnail was not recovered at restart; introduce a thumbnail recovery delay at restart, needed by the Icon-Launcher Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-06 19:11:23 UTC (rev 369) +++ ChangeLog 2013-05-06 20:02:48 UTC (rev 370) @@ -5,6 +5,9 @@ a few better quality icons components/Fullscreen: remove temporary files when a full screened window is closed. + components/Thumbnails: fix a regresion, thumbnail was not recovered at + restart; introduce a thumbnail recovery delay at restart, needed by the + Icon-Launcher Dimanche 5 Mai 2013 Dominique Michel + locale/fr_FR.UTF-8/*/fvwm-crystal-script.mo Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2013-05-06 19:11:23 UTC (rev 369) +++ fvwm/components/functions/Icon-Thumbnails 2013-05-06 20:02:48 UTC (rev 370) @@ -86,15 +86,15 @@ + I State 4 false + I Test (f $[infostore.TmpDirectory]/fullscreen.19.$[w.id].$[page.nx].$[page.ny].tmp) ThisWindow Fullscreen-Start -# Restore the thumbnails after session restart +DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * +*FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail +Module FvwmEvent FvwmEvent-Icon-Thumbnails + +# Restore the thumbnails after session restart, a delay is required to get correct icons order with the Icon-Launcher DestroyFunc RecoverThumbnails AddToFunc RecoverThumbnails + I All Test (f $[ThumbDirectory]/icon.tmp.$[w.id].png) WindowId $[w.id] WindowStyle IconOverride, Icon $[ThumbDirectory]/icon.tmp.$[w.id].png -#AddToFunc StartFunction I RecoverThumbnails +AddToFunc StartFunction I Schedule 500 RecoverThumbnails -DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * -*FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail -Module FvwmEvent FvwmEvent-Icon-Thumbnails - # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-07 16:36:24
|
Revision: 371 http://sourceforge.net/p/fvwm-crystal/code/371 Author: dominique_libre Date: 2013-05-07 16:36:21 +0000 (Tue, 07 May 2013) Log Message: ----------- functions/FullScreen: Silent removing of non existing file at restart Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-06 20:02:48 UTC (rev 370) +++ ChangeLog 2013-05-07 16:36:21 UTC (rev 371) @@ -4,7 +4,7 @@ functions/About: version change to 3.1.13-svn a few better quality icons components/Fullscreen: remove temporary files when a full screened window - is closed. + is closed; silent that function at restart components/Thumbnails: fix a regresion, thumbnail was not recovered at restart; introduce a thumbnail recovery delay at restart, needed by the Icon-Launcher Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2013-05-06 20:02:48 UTC (rev 370) +++ fvwm/components/functions/Fullscreen 2013-05-07 16:36:21 UTC (rev 371) @@ -133,7 +133,7 @@ AddToFunc RecoverFullscreen PipeRead 'for i in $[infostore.TmpDirectory]/fullscreen.19.*; do wid=`basename "$i" | awk --field-separator . \'{print $$3}\'`; echo "+ I WindowId ${wid} ThisWindow Fullscreen-Recover"; done' PipeRead 'for i in $[infostore.TmpDirectory]/fullscreen.20.*; do wid=`basename "$i" | awk --field-separator . \'{print $$3}\'`; echo "+ I WindowId ${wid} ThisWindow Disappear-Recover"; done' -+ I All Test (F $[infostore.TmpDirectory]/fullscreen.20.$[w.id].$[page.ny].$[page.ny].tmp) WindowId $[w.id] Disappear-Recover +#+ I All Test (F $[infostore.TmpDirectory]/fullscreen.20.$[w.id].$[page.ny].$[page.ny].tmp) WindowId $[w.id] Disappear-Recover AddToFunc StartFunction I Schedule 500 RecoverFullscreen @@ -143,7 +143,7 @@ # Be sure the temporary files are destroyed when a window is closed DestroyFunc Window-Fullscreen-Destroy AddToFunc Window-Fullscreen-Destroy -+ i PipeRead 'for file in /tmp/fullscreen.??.$[w.id].?.?.tmp; do rm $file; done' ++ i PipeRead 'for file in /tmp/fullscreen.??.$[w.id].?.?.tmp; do rm $file 2>/dev/null; done' DestroyModuleConfig FvwmEvent-Window-Fullscreen-Destroy: * *FvwmEvent-Window-FullScreen-Destroy: destroy_window Window-Fullscreen-Destroy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-10 15:58:11
|
Revision: 382 http://sourceforge.net/p/fvwm-crystal/code/382 Author: dominique_libre Date: 2013-05-10 15:58:04 +0000 (Fri, 10 May 2013) Log Message: ----------- functions/Fullscreen: don't interfere with MPlayer own fullscreen mode; cleanup; increased schedule time to FullscreenRecover at restart to 1s. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-08 11:22:52 UTC (rev 381) +++ ChangeLog 2013-05-10 15:58:04 UTC (rev 382) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Vendredi 10 Mai 2013 Dominique Michel + functions/Fullscreen: don't interfere with MPlayer own fullscreen mode; + cleanup; increased schedule time to FullscreenRecover at restart to 1s. + Mardi 7 Mai 2013 Dominique Michel desktop/FVWM-Crystal_Preferences: load the desktop geometry preference doc/FAQ: added 3.8 about keyboard modifiers; add 3.9 about Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2013-05-08 11:22:52 UTC (rev 381) +++ fvwm/components/functions/Fullscreen 2013-05-10 15:58:04 UTC (rev 382) @@ -30,11 +30,8 @@ # directly, use 'Disappear' function instead. # # Know bugs, limitations: -# - after a recipe change, if the new desktop geometry is not the same, some -# window(s) can be lost. Is it needed to add a logic fot that? -# - some terminals does not scale corectly in full-screen. As example, Terminator -# scale correctly, Gnome Terminal, ATerm, Xterm and MRxwt does not, URxwt does not scale -# correctly the first time it is put in full screen, but it does scale OK afterward. +# - 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...> @@ -44,8 +41,8 @@ # State 19 = FS (fullscreen), State 20 = visible DestroyFunc Fullscreen AddToFunc Fullscreen -+ I ThisWindow (State 19, !FvwmButtons) Fullscreen-Stop -+ I TestRc (NoMatch) ThisWindow (!State 19, !FvwmButtons) Fullscreen-Start ++ I ThisWindow (State 19, !FvwmButtons, !MPlayer) Fullscreen-Stop ++ I TestRc (NoMatch) ThisWindow (!State 19, !FvwmButtons, !MPlayer) Fullscreen-Start # fullscreen {{{2 DestroyFunc Fullscreen-Start @@ -132,11 +129,10 @@ # wrapper {{{2 DestroyFunc RecoverFullscreen AddToFunc RecoverFullscreen -PipeRead 'for i in $[infostore.TmpDirectory]/fullscreen.19.*; do wid=`basename "$i" | awk --field-separator . \'{print $$3}\'`; echo "+ I WindowId ${wid} ThisWindow Fullscreen-Recover"; done' -PipeRead 'for i in $[infostore.TmpDirectory]/fullscreen.20.*; do wid=`basename "$i" | awk --field-separator . \'{print $$3}\'`; echo "+ I WindowId ${wid} ThisWindow Disappear-Recover"; done' -#+ I All Test (F $[infostore.TmpDirectory]/fullscreen.20.$[w.id].$[page.ny].$[page.ny].tmp) WindowId $[w.id] Disappear-Recover +PipeRead 'for i in $[infostore.TmpDirectory]/fullscreen.19.*; do wid=`basename "$i" | awk --field-separator . \'{print $$3}\'`; echo "+ I WindowId ${wid} Fullscreen-Recover"; done' +PipeRead "for i in $[infostore.TmpDirectory]/fullscreen.20.*; do wid=`basename $i | awk --field-separator . '{print $$3}'`; echo \"+ I WindowId ${wid} Disappear-Recover\"; done" -AddToFunc StartFunction I Schedule 500 RecoverFullscreen +AddToFunc StartFunction I Schedule 1000 RecoverFullscreen AddToFunc ExitFunction I Test (!ToRestart) Exec rm -f $[infostore.TmpDirectory]/fullscreen.19.* AddToFunc ExitFunction I Test (!ToRestart) Exec rm -f $[infostore.TmpDirectory]/fullscreen.20.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-10 16:01:21
|
Revision: 383 http://sourceforge.net/p/fvwm-crystal/code/383 Author: dominique_libre Date: 2013-05-10 16:01:12 +0000 (Fri, 10 May 2013) Log Message: ----------- functions/Window-Buttons: changed comment Modified Paths: -------------- ChangeLog fvwm/components/functions/Window-Buttons Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-10 15:58:04 UTC (rev 382) +++ ChangeLog 2013-05-10 16:01:12 UTC (rev 383) @@ -3,6 +3,7 @@ Vendredi 10 Mai 2013 Dominique Michel functions/Fullscreen: don't interfere with MPlayer own fullscreen mode; cleanup; increased schedule time to FullscreenRecover at restart to 1s. + functions/Windoow-Buttons: changed comment Mardi 7 Mai 2013 Dominique Michel desktop/FVWM-Crystal_Preferences: load the desktop geometry preference Modified: fvwm/components/functions/Window-Buttons =================================================================== --- fvwm/components/functions/Window-Buttons 2013-05-10 15:58:04 UTC (rev 382) +++ fvwm/components/functions/Window-Buttons 2013-05-10 16:01:12 UTC (rev 383) @@ -38,7 +38,7 @@ + I UnsetEnv "WindowX_$[w.id]" + I UnsetEnv "WindowY_$[w.id]" -# Variables update, see components/Window-Basic +# Variables update, see also components/Window-Basic # param for fvwm-event: add_window, destroy_window, property_change DestroyModuleConfig FvwmEvent-Window-State-Init: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-10 23:29:32
|
Revision: 389 http://sourceforge.net/p/fvwm-crystal/code/389 Author: dominique_libre Date: 2013-05-10 23:29:29 +0000 (Fri, 10 May 2013) Log Message: ----------- functions/Window-Basic; Window-Buttons; Window-Buttons-Vertical: remove non used variables Modified Paths: -------------- ChangeLog fvwm/components/functions/Window-Basic fvwm/components/functions/Window-Buttons fvwm/components/functions/Window-Buttons-Vertical Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-10 23:18:49 UTC (rev 388) +++ ChangeLog 2013-05-10 23:29:29 UTC (rev 389) @@ -12,6 +12,8 @@ don't une trayer with them! bin/fvwm-crystal.apps: more cosmetic code changes from Gentoo updated amule icons + functions/Window-Basic; Window-Buttons; Window-Buttons-Vertical: remove + non used variables Mardi 7 Mai 2013 Dominique Michel desktop/FVWM-Crystal_Preferences: load the desktop geometry preference Modified: fvwm/components/functions/Window-Basic =================================================================== --- fvwm/components/functions/Window-Basic 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Basic 2013-05-10 23:29:29 UTC (rev 389) @@ -77,7 +77,6 @@ # Variables update, see components/Window-Buttons DestroyFunc Window-Save-Geom AddToFunc Window-Save-Geom -+ I SetEnv "PreviousWindowState_$[w.id]" $[CurrentWindowState_$[w.id]] + I SetEnv "CurrentWindowState_$[w.id]" Default + I SetEnv "WindowWidth_$[w.id]" "$[w.width]p" + I SetEnv "WindowHeight_$[w.id]" "$[w.height]p" Modified: fvwm/components/functions/Window-Buttons =================================================================== --- fvwm/components/functions/Window-Buttons 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Buttons 2013-05-10 23:29:29 UTC (rev 389) @@ -35,8 +35,6 @@ + I UnsetEnv "CurrentWindowState_$[w.id]" + I UnsetEnv "WindowWidth_$[w.id]" + I UnsetEnv "WindowHeight_$[w.id]" -+ I UnsetEnv "WindowX_$[w.id]" -+ I UnsetEnv "WindowY_$[w.id]" # Variables update, see also components/Window-Basic Modified: fvwm/components/functions/Window-Buttons-Vertical =================================================================== --- fvwm/components/functions/Window-Buttons-Vertical 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Buttons-Vertical 2013-05-10 23:29:29 UTC (rev 389) @@ -37,8 +37,6 @@ + I UnsetEnv "CurrentWindowState_$[w.id]" + I UnsetEnv "WindowWidth_$[w.id]" + I UnsetEnv "WindowHeight_$[w.id]" -+ I UnsetEnv "WindowX_$[w.id]" -+ I UnsetEnv "WindowY_$[w.id]" # Variables update, see components/Window-Basic This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-11 22:52:52
|
Revision: 391 http://sourceforge.net/p/fvwm-crystal/code/391 Author: dominique_libre Date: 2013-05-11 22:52:49 +0000 (Sat, 11 May 2013) Log Message: ----------- Updated version to 3.1.16 Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-11 22:30:51 UTC (rev 390) +++ ChangeLog 2013-05-11 22:52:49 UTC (rev 391) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Dimanche 12 Mai 2013 Dominique Michel + Updated version to 3.1.16 + Samedi 11 Mai 2013 Dominique Michel + scripts/FontSelector/findindex.sh: helper script for FontSelector scripts/FontSelector/FontSelector: fixed the fonts at lauch; added logic Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-11 22:30:51 UTC (rev 390) +++ fvwm/components/functions/About 2013-05-11 22:52:49 UTC (rev 391) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.1.13-svn" +*About: Text "$[gt.Version]: 3.1.16" *About: Line center *About: Line center *About: Text "$[gt.Original author]: 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-05-14 08:45:03
|
Revision: 396 http://sourceforge.net/p/fvwm-crystal/code/396 Author: dominique_libre Date: 2013-05-14 08:45:00 +0000 (Tue, 14 May 2013) Log Message: ----------- functions/MakePanel: fixed double AddToFunc call Modified Paths: -------------- ChangeLog fvwm/components/functions/MakePanel Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-14 08:43:06 UTC (rev 395) +++ ChangeLog 2013-05-14 08:45:00 UTC (rev 396) @@ -2,6 +2,7 @@ Mardi 14 Mai 2013 Dominique Michel + templates/header: template file for new files + functions/MakePanel: Fixed double AddToFunc call Lundi 13 Mai 2013 Dominique Michel + addons/Xdefauts: Xressource file example; fix garbage into urxwt. Modified: fvwm/components/functions/MakePanel =================================================================== --- fvwm/components/functions/MakePanel 2013-05-14 08:43:06 UTC (rev 395) +++ fvwm/components/functions/MakePanel 2013-05-14 08:45:00 UTC (rev 396) @@ -10,7 +10,7 @@ # MakePanel <Name> <geometry[pixel]> <boxsize> <rows> <columns> <padding> \ # <frame> -AddToFunc MakePanel +DestroyFunc MakePanel AddToFunc MakePanel + I All (FvwmButtons-$0) Close + I DestroyModuleConfig FvwmButtons-$0: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-16 12:39:39
|
Revision: 409 http://sourceforge.net/p/fvwm-crystal/code/409 Author: dominique_libre Date: 2013-05-16 12:39:35 +0000 (Thu, 16 May 2013) Log Message: ----------- functions/FvwmExpose: fixed the synchronization Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-16 09:45:25 UTC (rev 408) +++ ChangeLog 2013-05-16 12:39:35 UTC (rev 409) @@ -4,6 +4,7 @@ + preferences/DesktopMenu; functions/LoadCommonStuffs; functions/Preferences-Menu; recipes/*: make the desktop menu with Mouse 1 optional; incorporate the Music menu in all the recipes. + functions/FvwmExpose: fixed the synchronization Mercredi 15 Mai 2013 Dominique Michel functions/LoadCommonStuffs; recipes/*: Moved back DefaultDesktopManager Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-16 09:45:25 UTC (rev 408) +++ fvwm/components/functions/FvwmExpose 2013-05-16 12:39:35 UTC (rev 409) @@ -13,14 +13,22 @@ # Create 1 picture and 1 FvwmExpose button at a time # To use w.name instead of w.class need something like \\\\\"$[w.name]\\\\\" -# and to filter out or quote the () (they confuse Fvwm-Buttons) +# and to filter out the possible () (they confuse Fvwm-Buttons even with quoting) +# The sleep value determine the delay between raise and the screenshot. I get it to work +# with a value as low than 0.005 seconde. It is set to 0.05 which is 10 time bigger. +# This delay is not influenced by the system load, but the overall function will. +# Howeber, it work for me at 0.005 even with a 100% load of all the processor cores. +# If you get black screenshots, you can increase this value. +# The Raise before the PipeRead make the delay shorter than a Raise inside it. DestroyFunc FvwmExpose-Thumbnail AddToFunc FvwmExpose-Thumbnail ++ I Raise + I PipeRead \ - "echo Raise; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ + "sleep 0.05; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action FvwmExpose-Action $[w.id] )'" # Not flaky, but no transparency: # echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec animate -title IM:$[w.id] /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" +# echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec feh -x -N --title IM:$[w.id] --no-screen-clip /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" # Bind this DestroyFunc FvwmExpose @@ -33,7 +41,7 @@ + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" -+ I All (!Iconic, !FvwmMiniConsoleNeedsUniqueName, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail ++ I All (!FvwmButtons*, !Iconic, !FvwmMiniConsoleNeedsUniqueName, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail + I Module FvwmButtons FvwmExpose + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-16 13:59:30
|
Revision: 411 http://sourceforge.net/p/fvwm-crystal/code/411 Author: dominique_libre Date: 2013-05-16 13:59:27 +0000 (Thu, 16 May 2013) Log Message: ----------- functions/FvwmExpose: move WindowId to the calling function Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-16 12:57:02 UTC (rev 410) +++ ChangeLog 2013-05-16 13:59:27 UTC (rev 411) @@ -7,6 +7,7 @@ functions/FvwmExpose: fixed the synchronization. desktop/Keyboard; desktop/Keyboard-NumLock; functions/LoasCommonStuffs: make FvwmExpose available through Alt+e. + functions/FvwmExpose: move WindoId to the calling function Mercredi 15 Mai 2013 Dominique Michel functions/LoadCommonStuffs; recipes/*: Moved back DefaultDesktopManager Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-16 12:57:02 UTC (rev 410) +++ fvwm/components/functions/FvwmExpose 2013-05-16 13:59:27 UTC (rev 411) @@ -1,15 +1,20 @@ # Expose clone for FVWM-Crystal +# +# Version 2.0.1 +# # Original idea from Taviso http://zensites.net/fvwm/guide/advanced_functions.html -# Modified by Harnir and by me. Dominique Michel <dom...@so...> +# Modified by Harnir +# Changed by Dominique Michel <dom...@us...> 2013 +# # See ChangeLog +# TODO: Make FlipFocus to work -# The synchronyzation is not good. - # Raise the wanted window and kill FvwmExpose DestroyFunc FvwmExpose-Action AddToFunc FvwmExpose-Action -+ I WindowId $* Raise + I KillModule FvwmButtons FvwmExpose ++ I Raise ++ I FlipFocus # Create 1 picture and 1 FvwmExpose button at a time # To use w.name instead of w.class need something like \\\\\"$[w.name]\\\\\" @@ -25,7 +30,7 @@ + I Raise + I PipeRead \ "sleep 0.05; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ - echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action FvwmExpose-Action $[w.id] )'" + echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action WindowId $[w.id] FvwmExpose-Action)'" # Not flaky, but no transparency: # echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec animate -title IM:$[w.id] /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" # echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec feh -x -N --title IM:$[w.id] --no-screen-clip /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-16 20:20:24
|
Revision: 416 http://sourceforge.net/p/fvwm-crystal/code/416 Author: dominique_libre Date: 2013-05-16 20:20:22 +0000 (Thu, 16 May 2013) Log Message: ----------- functions/Preferences-Menu: use fvwm-crystal icon for the Menu with left click option Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-16 19:06:45 UTC (rev 415) +++ ChangeLog 2013-05-16 20:20:22 UTC (rev 416) @@ -13,6 +13,7 @@ + functions/BlingBling; functions/preferences-Menu; functions/LoadCommonStuffs: Bling bling translucency support for Fvwm-Crystal; new warning form form. + icons/Default/*/fvwm-crytal/BlingBling.png: bling bling icons + functions/Preferences-Menu: use fvwm-crystal icon for the Menu with left click option Mercredi 15 Mai 2013 Dominique Michel functions/LoadCommonStuffs; recipes/*: Moved back DefaultDesktopManager Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-05-16 19:06:45 UTC (rev 415) +++ fvwm/components/functions/Preferences-Menu 2013-05-16 20:20:22 UTC (rev 416) @@ -16,7 +16,7 @@ + '%22x22/fvwm-crystal/utilities-terminal.png%$[gt.QuakeConsole terminal]' Popup /Preferences/QuakeConsoleTerminal + '%22x22/fvwm-crystal/system-file-manager.png%$[gt.Desktop manager]' Popup /Preferences/DesktopManager + '%22x22/fvwm-crystal/icon.png%$[gt.Type of icons]' Popup /Preferences/IconsType -+ '$[gt.Desktop menu]' Popup /Preferences/DesktopMenu ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Desktop menu]' Popup /Preferences/DesktopMenu + '%22x22/fvwm-crystal/trayer-app.png%$[gt.Notification area manager]' Popup /preferences/NotificationAreaManager + "" Nop + '%22x22/fvwm-crystal/focus2.png%$[gt.Window focus policy]' Popup /Preferences/FocusPolicy @@ -314,8 +314,8 @@ # DestroyMenu /Preferences/DesktopMenu AddToMenu /Preferences/DesktopMenu -+ '$[gt.No menu]' SetNoDesktopMenu -+ '$[gt.Menu with left click]' SetDesktopMenu ++ '$[gt.No menu with left click]' SetNoDesktopMenu ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Menu with left click]' SetDesktopMenu DestroyFunc SetNoDesktopMenu AddToFunc SetNoDesktopMenu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-18 22:18:07
|
Revision: 423 http://sourceforge.net/p/fvwm-crystal/code/423 Author: dominique_libre Date: 2013-05-18 22:18:04 +0000 (Sat, 18 May 2013) Log Message: ----------- NEWS: Kenneth E. Lester, Jr. gave me the persmission to use his icons. functions/BlingBling: added FvwmIconMan into the exclude styles Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/BlingBling Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-17 21:54:55 UTC (rev 422) +++ ChangeLog 2013-05-18 22:18:04 UTC (rev 423) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Samedi 18 Mai 2013 Dominique Michel + NEWS: Kenneth E. Lester, Jr. gave me the persmission to use his icons. + functions/BlingBling: added FvwmIconMan into the exclude styles + Vendredi 17 Mai 2013 Dominique Michel Udated the French locale with the new strings. doc/FAQ: added 3.11 about theme consistancy with applications Modified: NEWS =================================================================== --- NEWS 2013-05-17 21:54:55 UTC (rev 422) +++ NEWS 2013-05-18 22:18:04 UTC (rev 423) @@ -1,3 +1,7 @@ +- Kenneth E. Lester, Jr. kindly gave me the permission to use his icons. + His original and beautiful work can be find at + http://www.five-star.com/icons.htm + Version 3.1.12 -------------- Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2013-05-17 21:54:55 UTC (rev 422) +++ fvwm/components/functions/BlingBling 2013-05-18 22:18:04 UTC (rev 423) @@ -1,12 +1,12 @@ # Function Bling bling for FVWM-Crystal # -# Version: 0.9.0 +# Version: 0.9.1 # Licence: GPL 2 # # Author: Dominique Michel <dom...@us...> # # Created: 15/05/2013 -# Changed: 15/05/2013 +# Changed: 18/05/2013 # # Description: This function will change the windows translucency # with focus change. Original idea: Gronono on the gentoo forum @@ -18,8 +18,8 @@ # Set last focused window translucent, and focused window opaque DestroyFunc FvwmTranslucensyChange AddToFunc FvwmTranslucencyChange -+ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !Iconic) Exec $[FVWM_SYSTEMDIR]/scripts/SetTranslucency $[LastFocus] $[w.id] -+ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !Iconic) SetEnv LastFocus $[w.id] ++ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !FvwmIconMan*, !Iconic) Exec $[FVWM_SYSTEMDIR]/scripts/SetTranslucency $[LastFocus] $[w.id] ++ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !FvwmIconMan*, !Iconic) SetEnv LastFocus $[w.id] # FvwmEvent config DestroyModuleConfig FvwmTranslucencyChangeEvent: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-20 07:22:55
|
Revision: 433 http://sourceforge.net/p/fvwm-crystal/code/433 Author: dominique_libre Date: 2013-05-20 07:22:52 +0000 (Mon, 20 May 2013) Log Message: ----------- functions/FvwmExpose: fix it to be less flashy Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-19 21:10:35 UTC (rev 432) +++ ChangeLog 2013-05-20 07:22:52 UTC (rev 433) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Lundi 20 Mai 2013 Dominique Michel + functions/FvwmExpose: fix it to be less flashy + Dimanche 19 Mai 2013 Dominique Michel doc/FAQ: added 3.12 about removable devices + scripts/checkmounts: Thunar helper script that check for mount changes; Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-19 21:10:35 UTC (rev 432) +++ fvwm/components/functions/FvwmExpose 2013-05-20 07:22:52 UTC (rev 433) @@ -42,7 +42,7 @@ + I PipeRead 'echo "*FvwmExpose: Geometry $(($[vp.width]-50))x$(($[vp.height]-300))+25+150"' + I *FvwmExpose: BoxSize Fixed + I *FvwmExpose: Colorset $[infostore.cs_panel_inactive] -+ I *FvwmExpose: ActiveColorset $[infostore.cs_panel_active] +#+ I *FvwmExpose: ActiveColorset $[infostore.cs_panel_active] + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" @@ -51,6 +51,7 @@ + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 + I All (FvwmExpose) Raise +#+ I Style FvwmExpose Opacity + I Exec exec rm -f /tmp/icon.exp.* # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-20 07:50:09
|
Revision: 434 http://sourceforge.net/p/fvwm-crystal/code/434 Author: dominique_libre Date: 2013-05-20 07:50:04 +0000 (Mon, 20 May 2013) Log Message: ----------- functions/FvwmExpose: removed commented functions Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-20 07:22:52 UTC (rev 433) +++ ChangeLog 2013-05-20 07:50:04 UTC (rev 434) @@ -1,7 +1,7 @@ ChangeLog for FVWM-Crystal Lundi 20 Mai 2013 Dominique Michel - functions/FvwmExpose: fix it to be less flashy + functions/FvwmExpose: fix it to be less flashy; removed commented functions Dimanche 19 Mai 2013 Dominique Michel doc/FAQ: added 3.12 about removable devices Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-20 07:22:52 UTC (rev 433) +++ fvwm/components/functions/FvwmExpose 2013-05-20 07:50:04 UTC (rev 434) @@ -1,6 +1,6 @@ # Expose clone for FVWM-Crystal # -# Version 2.0.1 +# Version 2.1 # # Original idea from Taviso http://zensites.net/fvwm/guide/advanced_functions.html # Modified by Harnir @@ -31,9 +31,6 @@ + I PipeRead \ "sleep 0.05; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action WindowId $[w.id] FvwmExpose-Action)'" -# Not flaky, but no transparency: -# echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec animate -title IM:$[w.id] /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" -# echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec feh -x -N --title IM:$[w.id] --no-screen-clip /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" # Bind this DestroyFunc FvwmExpose @@ -42,7 +39,6 @@ + I PipeRead 'echo "*FvwmExpose: Geometry $(($[vp.width]-50))x$(($[vp.height]-300))+25+150"' + I *FvwmExpose: BoxSize Fixed + I *FvwmExpose: Colorset $[infostore.cs_panel_inactive] -#+ I *FvwmExpose: ActiveColorset $[infostore.cs_panel_active] + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" @@ -51,7 +47,6 @@ + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 + I All (FvwmExpose) Raise -#+ I Style FvwmExpose Opacity + I Exec exec rm -f /tmp/icon.exp.* # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-22 12:45:04
|
Revision: 448 http://sourceforge.net/p/fvwm-crystal/code/448 Author: dominique_libre Date: 2013-05-22 12:45:01 +0000 (Wed, 22 May 2013) Log Message: ----------- functions/Prefernces-Menu: The pref warnong message will be shown in several lines instead of 1. Thanks to Thomas Funk for pointing that out. Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-22 11:44:24 UTC (rev 447) +++ ChangeLog 2013-05-22 12:45:01 UTC (rev 448) @@ -11,7 +11,9 @@ Thomas Funk for pointing that out. recipes/*: make the icon styles to be coherent; removed non needed icon styles recipes/Wing-Commander: fixed the icon man and notification area geometries - + functions/Prefernces-Menu: The pref warnong message will be shown in several + lines instead of 1. Thanks to Thomas Funk for pointing that out. + Mardi 21 Mai 2013 Dominque Michel scripts/ThunarCheckMounts; apps/Thunar: version 2 much simpler and better even if I do prefer the look of the old version; v2 is just better. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-05-22 11:44:24 UTC (rev 447) +++ fvwm/components/functions/Preferences-Menu 2013-05-22 12:45:01 UTC (rev 448) @@ -541,7 +541,11 @@ + I DestroyModuleConfig Pref-Warning-Dialog: * + I *Pref-Warning-Dialog: Title "$[gt.Preference Warning]" + I *Pref-Warning-Dialog: Text "$[gt.Please edit the following file to suit your need]" ++ I *Pref-Warning-Dialog: Line center ++ I *Pref-Warning-Dialog: Line center + I *Pref-Warning-Dialog: Text "$[gt.and restart this tool:]" ++ I *Pref-Warning-Dialog: Line center ++ I *Pref-Warning-Dialog: Line center + I *Pref-Warning-Dialog: Text "$[*]" + I *Pref-Warning-Dialog: Line center + I *Pref-Warning-Dialog: Line center This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-23 19:32:25
|
Revision: 462 http://sourceforge.net/p/fvwm-crystal/code/462 Author: dominique_libre Date: 2013-05-23 19:32:22 +0000 (Thu, 23 May 2013) Log Message: ----------- functions/FvwmExpose: added trayer and FvwmIconMan into the exclude list Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-23 19:24:20 UTC (rev 461) +++ ChangeLog 2013-05-23 19:32:22 UTC (rev 462) @@ -17,6 +17,7 @@ when preferences/MediaDirectories is copied into the user directory. desktop/Keyboard&Keyboard-NumLock; bindings/Misc-Keybings&Misc-Keybindings_NumLock: fixed typo in fvwm-Expose bindings and moved them to Misc-Keybindings* + functions/FvwmExpose: added trayer and FvwmIconMan into the exclude list Mercredi 22 Mai 2013 Dominique Michel moved the X session and desktop files to new location: shared Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-23 19:24:20 UTC (rev 461) +++ fvwm/components/functions/FvwmExpose 2013-05-23 19:32:22 UTC (rev 462) @@ -42,7 +42,7 @@ + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" -+ I All (!FvwmButtons*, !Iconic, !FvwmMiniConsoleNeedsUniqueName, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail ++ I All (!FvwmButtons*, !Iconic, !FvwmMiniConsoleNeedsUniqueName, !trayer, !FvwmIconMan, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail + I Module FvwmButtons FvwmExpose + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-24 08:33:02
|
Revision: 463 http://sourceforge.net/p/fvwm-crystal/code/463 Author: dominique_libre Date: 2013-05-24 08:32:57 +0000 (Fri, 24 May 2013) Log Message: ----------- components/Fvwm-Expose: silent xwd Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-23 19:32:22 UTC (rev 462) +++ ChangeLog 2013-05-24 08:32:57 UTC (rev 463) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Vendredi 23 Mai 2013 Dominique Michel + component/FvwmExpose: silent xwd + Jeudi 23 Mai 2013 Dominique Michel recipes/* - crystal button: changed random wallpaper to Mouse 2, Menu on selected recipes with Mouse 3, removed xrandr whell binding when not Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-23 19:32:22 UTC (rev 462) +++ fvwm/components/functions/FvwmExpose 2013-05-24 08:32:57 UTC (rev 463) @@ -29,7 +29,7 @@ AddToFunc FvwmExpose-Thumbnail + I Raise + I PipeRead \ - "sleep 0.05; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ + "sleep 0.05; xwd -silent -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action WindowId $[w.id] FvwmExpose-Action)'" # Bind this This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-25 09:47:58
|
Revision: 467 http://sourceforge.net/p/fvwm-crystal/code/467 Author: dominique_libre Date: 2013-05-25 09:47:54 +0000 (Sat, 25 May 2013) Log Message: ----------- functions/Preferences-Menu: avoid logout and restart with FVWM-Crystal Desktop Icons when possible. Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-25 08:30:32 UTC (rev 466) +++ ChangeLog 2013-05-25 09:47:54 UTC (rev 467) @@ -8,7 +8,9 @@ + scripts/DesktopCheckMounts: renamed DesktopIcons helper script. + script/DesktopAcrions: new DesktopIcons helper script: it generate the actions prefernces menu. - + functions/Preferences-Menu: avoid logout and restart with FVWM-Crystal Desktop + Icons when possible. + Vendredi 23 Mai 2013 Dominique Michel functions/FvwmExpose: silent xwd apps/Thunar: add preliminary preference support for the action 1 and 2 Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-05-25 08:30:32 UTC (rev 466) +++ fvwm/components/functions/Preferences-Menu 2013-05-25 09:47:54 UTC (rev 467) @@ -224,12 +224,34 @@ # DestroyMenu /Preferences/DesktopManager AddToMenu /Preferences/DesktopManager -+ '%22x22/fvwm-crystal/Off.png%$[gt.None]' ActivateDesktopManager-None -+ '%22x22/fvwm-crystal/fvwm-crystal.png%FVWM-Crystal' ActivateDesktopManager-Crystal ++ '%22x22/fvwm-crystal/Off.png%$[gt.None]' TestDesktopManager-None ++ '%22x22/fvwm-crystal/fvwm-crystal.png%FVWM-Crystal' TestDesktopManager-Crystal + "" Nop Test (x rox) + '%22x22/apps/rox.png%ROX-Filer' ActivateDesktopManager-ROX Test (x nautilus) + '%22x22/apps/nautilus.png%Nautilus' ActivateDesktopManager-Nautilus +DestroyFunc TestDesktopManager-None +AddToFunc TestDesktopManager-None ++ I PipeRead 'pidof nautilus $[infostore.SILENT] || pidof rox $[infostore.SILENT] || echo LaunchDesktopManager-None' ++ I PipeRead 'pidof nautilus $[infostore.SILENT] || pidof rox $[infostore.SILENT] && echo ActivateDesktopManager-None' + +DestroyFunc TestDesktopManager-Crystal +AddToFunc TestDesktopManager-Crystal ++ I PipeRead 'pidof nautilus $[infostore.SILENT] || pidof rox $[infostore.SILENT] || echo LaunchDesktopManager-Crystal' ++ I PipeRead 'pidof nautilus $[infostore.SILENT] || pidof rox $[infostore.SILENT] && echo ActivateDesktopManager-Crystal' + +DestroyFunc LaunchDesktopManager-None +AddToFunc LaunchDesktopManager-None ++ I SavePreferences DefaultDesktopManager "LoadPreferences LastChoosenWallpaper" ++ I Exec exec killall -9 DesktopCheckMounts $[infostore.SILENT] ++ I KillModule FvwmButtons DesktopIcons ++ I DestroyModuleConfig DesktopIcons: * + +DestroyFunc LaunchDesktopManager-Crystal +AddToFunc LaunchDesktopManager-Crystal ++ I SavePreferences DefaultDesktopManager "Include components/apps/DesktopIcons" ++ I Include components/apps/DesktopIcons + DestroyFunc ActivateDesktopManager-None AddToFunc ActivateDesktopManager-None + I SavePreferences DefaultDesktopManager "LoadPreferences LastChoosenWallpaper" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-07 22:59:01
|
Revision: 506 http://sourceforge.net/p/fvwm-crystal/code/506 Author: dominique_libre Date: 2013-06-07 22:58:58 +0000 (Fri, 07 Jun 2013) Log Message: ----------- updated NEWS Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/EdgeScroll-Toggle Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-06 19:53:21 UTC (rev 505) +++ ChangeLog 2013-06-07 22:58:58 UTC (rev 506) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Vendredi 7 juin 2013 Dominique Michel + Updated NEWS + Jeudi 6 juin 2013 Dominique Michel functions/Mixer; bindings/Multimedia*: added toggle mute/pause function and bindings Modified: NEWS =================================================================== --- NEWS 2013-06-06 19:53:21 UTC (rev 505) +++ NEWS 2013-06-07 22:58:58 UTC (rev 506) @@ -1,3 +1,28 @@ +Version 3.2.1 +------------- + +This release is a bug fixes release which stabilize the installation +process with different prefix, make FVWM-Crystal to be more robust +and consistant. + +Howher, there are a few new features: +- The preferences doesn't use a restart anymore. + +- Added ac3, flv and ts file formats to the playlist generation. + +- New functions: + Alt + Shift + D rearrange the windows to their original size and location. + Alt + Shift + F toggle in full screen all the windows on the current desktop page. + XF86AudioMute toggle mute and/or pause. + +- Updated the icon generation of generate menu to work without warnings with + the recent libpng color profile changes. + +- Updated the man page with the multimedia key bindings. + +See ChangeLog for details. + + Version 3.2 ----------- Modified: fvwm/components/functions/EdgeScroll-Toggle =================================================================== --- fvwm/components/functions/EdgeScroll-Toggle 2013-06-06 19:53:21 UTC (rev 505) +++ fvwm/components/functions/EdgeScroll-Toggle 2013-06-07 22:58:58 UTC (rev 506) @@ -1,3 +1,6 @@ +# With the Amiga recipe, this will toggle the top bar +# With all other recipes, this will toggle the edge scroll + DestroyFunc EdgeScroll-Toggle AddToFunc EdgeScroll-Toggle + I EdgeScroll-Toggle_Soft $0 $1 $2 $3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-15 00:07:16
|
Revision: 509 http://sourceforge.net/p/fvwm-crystal/code/509 Author: dominique_libre Date: 2013-06-15 00:07:13 +0000 (Sat, 15 Jun 2013) Log Message: ----------- functions/About: updated version to 3.2.1 Modified Paths: -------------- ChangeLog fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-07 23:07:37 UTC (rev 508) +++ ChangeLog 2013-06-15 00:07:13 UTC (rev 509) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Samedi 15 Juin 2013 Dominique Michel + functions/About: updated version to 3.2.1 + Vendredi 7 juin 2013 Dominique Michel Updated NEWS bindings/Desktop-MMB-EdgeScroll; make it work with preferences without restart Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-06-07 23:07:37 UTC (rev 508) +++ fvwm/components/functions/About 2013-06-15 00:07:13 UTC (rev 509) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.0" +*About: Text "$[gt.Version]: 3.2.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...> - 2013-06-23 08:54:59
|
Revision: 513 http://sourceforge.net/p/fvwm-crystal/code/513 Author: dominique_libre Date: 2013-06-23 08:54:57 +0000 (Sun, 23 Jun 2013) Log Message: ----------- Makefile: removed Copying from the installed files; that make distributions happy. About: changed version to 3.2.3 Modified Paths: -------------- ChangeLog Makefile fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-22 18:18:01 UTC (rev 512) +++ ChangeLog 2013-06-23 08:54:57 UTC (rev 513) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +Dimanche 23 Juin 2013 Dominique Michel + Makefile: removed Copying from the installed files; that make distributions + happy. + About: changed version to 3.2.3 + Samedi 22 Juin 2013 Dominique Michel bin/fvwm-crystal.{apps,wallpaper}, scripts/FvwmMPD/*.py: reverted the shebang change as they work with python-2.{5,6,7}. Modified: Makefile =================================================================== --- Makefile 2013-06-22 18:18:01 UTC (rev 512) +++ Makefile 2013-06-23 08:54:57 UTC (rev 513) @@ -225,5 +225,5 @@ install-doc: mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html install -m 644 addons/* $(DESTDIR)$(addondir) - install -m 644 AUTHORS Contribute COPYING NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) + install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) cp -d -r doc/* $(DESTDIR)$(docdir) Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-06-22 18:18:01 UTC (rev 512) +++ fvwm/components/functions/About 2013-06-23 08:54:57 UTC (rev 513) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.2" +*About: Text "$[gt.Version]: 3.2.3" *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-07-15 23:16:04
|
Revision: 530 http://sourceforge.net/p/fvwm-crystal/code/530 Author: dominique_libre Date: 2013-07-15 23:16:01 +0000 (Mon, 15 Jul 2013) Log Message: ----------- functions/Fvwm-Crystal-Menu: moved the music menu into the menu. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fvwm-Crystal-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-15 23:13:39 UTC (rev 529) +++ ChangeLog 2013-07-15 23:16:01 UTC (rev 530) @@ -1,7 +1,7 @@ ChangeLog for FVWM-Crystal Lundi 15 Juillet 2013 Dominique Michel - recipes/*: moved the music menu into the menus. + recipes/*; functions/Fvwm-Crystal-Menu: moved the music menu into the menus. Dimanche 14 Juillet 2013 Dominique Michel fixed app launcher for RTSynth(-jack) and added icons Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-15 23:13:39 UTC (rev 529) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-15 23:16:01 UTC (rev 530) @@ -28,6 +28,8 @@ # Use DynamicPopUpAction; the menu can be redifined into the recipe DestroyMenu /FVWM-Crystal AddToMenu /FVWM-Crystal ++ '%22x22/fvwm-crystal/audio-x-generic.png%$[gt.Music]' Popup /Music ++ "" Nop + '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal documentation]' Popup /Developer/FVWM-Crystal-Documentation + "" Nop Test (x xrandr) + '%22x22/fvwm-crystal/handles.png%$[gt.Screen resolution]' Popup /ScreenResolution @@ -46,7 +48,6 @@ + MissingSubmenuFunction FuncFvwmMenuXephyrDirectory + '%22x22/fvwm-crystal/gdm-xnest.png%$[gt.Nested sessions]' Popup /etc/X11/Sessions + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Exit]' Popup /Exit -+ '%22x22/fvwm-crystal/audio-x-generic.png%$[gt.Music]' Popup /Music # }}}2 # ViM modeline {{{1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |