From: <dom...@us...> - 2013-04-26 22:34:49
|
Revision: 301 http://sourceforge.net/p/fvwm-crystal/code/301 Author: dominique_libre Date: 2013-04-26 22:34:45 +0000 (Fri, 26 Apr 2013) Log Message: ----------- functions/Screenshot-import: added Seconds to the filename; fixed context Modified Paths: -------------- ChangeLog fvwm/components/functions/Screenshot-import Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-26 22:13:25 UTC (rev 300) +++ ChangeLog 2013-04-26 22:34:45 UTC (rev 301) @@ -5,6 +5,7 @@ Updated fr_FR.UTF-8 translation Added some symlinks for the translations styles/FVWM: updated NoHandles to !Handles + functions/Screenshot-import: added Seconds to the filename; fixed context. Jeudi 25 Avril 2013 Dominique Michel + assons/10-local.rules: udev rules for some multituners dvb cards. Modified: fvwm/components/functions/Screenshot-import =================================================================== --- fvwm/components/functions/Screenshot-import 2013-04-26 22:13:25 UTC (rev 300) +++ fvwm/components/functions/Screenshot-import 2013-04-26 22:34:45 UTC (rev 301) @@ -3,17 +3,17 @@ DestroyFunc Screenshot AddToFunc Screenshot + I Exec exec mkdir -p $[FVWM_USERDIR]/screenshots -+ I Exec exec import -window root -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M`.png ++ I Exec exec import -window root -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M%S`.png DestroyFunc Screenshot-Delay AddToFunc Screenshot-Delay + I Exec exec mkdir -p $[FVWM_USERDIR]/screenshots -+ I Exec exec import -pause 10 -window root -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M`.png ++ I Exec exec import -pause 10 -window root -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M%S`.png DestroyFunc Screenshot-Frame AddToFunc Screenshot-Frame + I Exec exec mkdir -p $[FVWM_USERDIR]/screenshots -+ I Exec exec import -frame -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M`.png ++ I All (CurrentPage) Exec exec import -frame -quality 100 $[FVWM_USERDIR]/screenshots/screenshot-`date +%Y%m%d_%H%M%S`.png 2>/dev/null # A little menu... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |