E CVS: captainigloo mej

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : devs
Module  : captainigloo

Dir : devs/captainigloo


Modified Files:
id_dsa.pub 


Log Message:
New key

===
RCS file: /cvs/e/devs/captainigloo/id_dsa.pub,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- id_dsa.pub  15 Jan 2008 10:25:24 -  1.1
+++ id_dsa.pub  16 Jan 2008 01:52:23 -  1.2
@@ -1 +1 @@
-ssh-dss 
B3NzaC1kc3MAAACBANPevZyoVSCNLbE2AOYqKGdUugk8Zcoq5xHEKpzSE+p+fLnFHWoTjW7Pt4hNrc5IOsD7F3ZnXl2OvHS6uUiIqBug/312IhodHDuXmw5azYo2/A4S1j8wfP5lrP1r8YFGj0weqZKr+b0TVoyvSdqACH5qNh3GIJ621tQqSnhj7o0zFQC2Kze/gLmVKuB5YO33SLYzYvfIFwAAAIEAn/Tbit3Q9gh+Fu8sLf+s5UfhPauwYTI5ERpR+HnQyhOLdznZ33BShaemnHRxw+QeSlQaLHurFVuEkN7GZE34ZiwPZtImt/9UB/lGnsJJPjYGzEGa8qXwMceHkIGzK5f2CBHfu1z+EkHoeJiiwX7Qh8+xn/utfdULrz7saDEHHigAAACAeGZ0iJ9L8IFxYbLnusyfuGZxYWxautIhVJ99ebdDfV8OcPMhpo4DWjgG1yTXaLPHpWlZLv9edE1BlZ9LnKXBA5ftSah/3Y5KtiLPV0neZDp5Q/mnjNnyrzAG9bzUZitu5m6wfn8GrX9JmSEX51siBslqP0N+LzHU4T7xYyw0J+A=
 [EMAIL PROTECTED]
+ssh-dss 
B3NzaC1kc3MAAACBAL6YmC6HHhtP5+T5DmCADGELzU0FGcffzzb2sMYiVUBM27UIMEtOqfy3SP2sfQXe31VFQbi/oTmOi5Yzx5PQA+WAk+P0EBUvFDPx14sjt28r0zTxaIl3XT4gB/hsuxSsAggcJmzGro9APm2EheNZRPr8cPNOBe0mKEna3wN7+CSlFQDOH8wP9EzZFjCetfc+f5aQRCm2ywAAAIAbk6WHj2b0cMc1N9SNLYo4av3ktX0ZjOA7WnkGQZWIE/n0d/N1aDM41SwovxfDRSNz6gqRpPJFcePYcloUGMRkfkAshRAh5xBJNZvIqEtIN3bCv05+3kMxzNDp+G0Do07xQMTXba/LzEuo12uE7zkALf1kzoiCvAJjzM/fuja/lQAAAIEAqRCtMGbnotW3OFJyJglm1Nq6NzakYlo4CajQwevK5sWvNUWo5c9hrXW+f3WNStxR8Z3PTAIXtHwUPqWD2ilyMLj0pNwKXs+hcv0pTD5AUGl1+cQRuXOcVk4Ztd+8bwIPH5e9lpdj914u7qEDZlv4HCPCu6BaPIhwg2Y3SuLJz8M=
 [EMAIL PROTECTED]



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: echo devilhorns

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : echo

Dir : e_modules/echo/src


Modified Files:
e_mod_main.c 


Log Message:
When using keybindings, increase volume by a greater margin.

===
RCS file: /cvs/e/e_modules/echo/src/e_mod_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_main.c14 Jan 2008 09:31:29 -  1.9
+++ e_mod_main.c16 Jan 2008 00:26:38 -  1.10
@@ -744,10 +744,10 @@
if (echo_sys->set_volume) 
  {
 if (inst->right_vol != -1)
-  echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 1, 
-   inst->right_vol + 1);
+  echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 5, 
+   inst->right_vol + 5);
 else
-  echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 1, 
+  echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 5, 
inst->right_vol);
  }
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: slideshow devilhorns

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir : e_modules/slideshow


Modified Files:
e_mod_main.c 


Log Message:
Patch from Viktor Kojouharov for increasing thumbnail size to accomodate for
the largest possible shelf size.

===
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_mod_main.c2 Dec 2007 16:35:24 -   1.56
+++ e_mod_main.c16 Jan 2008 00:15:38 -  1.57
@@ -395,7 +395,7 @@
ss = E_NEW(Slideshow, 1);
snprintf(buf, sizeof (buf), "%s/slideshow.edj", e_module_dir_get 
(slide_config->module));
ss->img_obj = e_livethumb_add(evas);
-   e_livethumb_vsize_set(ss->img_obj, 16, 16);
+   e_livethumb_vsize_set(ss->img_obj, 120, 120);
evas_object_show(ss->img_obj);
 
ss->slide_obj = edje_object_add(evas);



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: urandom urandom

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : devs
Module  : urandom

Dir : devs/urandom


Modified Files:
id_dsa.pub 


Log Message:
new key

===
RCS file: /cvs/e/devs/urandom/id_dsa.pub,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- id_dsa.pub  9 Jun 2006 08:13:12 -   1.1
+++ id_dsa.pub  15 Jan 2008 20:42:25 -  1.2
@@ -1 +1 @@
-ssh-dss 
B3NzaC1kc3MAAACBAOUfiyVIMlEfu6X/hYv3nUTUKTHCr1Vi0G3SYQdIzhrCQ1h1nGElfY37DVQXOeFVwgZ1XoiuHxgvu8J2feTc99pk7+CSElAkVIU5NUo5+LcU/YDXIQoKQGReqaMrr892XEc2oNIfv8xLVnkOXVeN45yalxYnIYk7bLo7SU7df8fxFQCG3SjwhVvMGBcgEm/h88LBYqagjwAAAIAXYKZF3us6EOfIIwcrsQbzIRjpuiQDoF03YJfbPaTyeiLaRziE6CstD5NzIIfh0TWn7OVyjhO/Jy2NDcWj3pw6KTlDpcha9kLCl0qxoJkFnVtC+lRAJByS2Xq7JnXtSvhUhnolwR/YlJmRphMui8HjNRK7w0OxQAjvHa9JxiqraIEAx0melc3zylx33le23J6Wf9zyXG6BN6MUXxJ4QSwtZtwYHSw+HvkuLlQr0Hr5KV5mqAItoPE4FOP5VSxdvw/bddL7pQ2gfU+4aWu4dhRsV44GeU7yA6miwZN4/15zDQSmYSAEBkQxtKGSdR/5L1eqr7c+Bms4gpDZu4iIsyxF9Kw=
 [EMAIL PROTECTED]
+ssh-dss 
B3NzaC1kc3MAAACBAPtAND61uI7mxq936rUSgkT/Vt50gaMS/am+ZZ2acOaZB7En/d4iUmDPs3KKbqyhVW1h6omD6fBBKnyYIekCPSkI7vj4/6pfxMHUpS4+8QQsgTJj1Y5/GQRZFidSpwa2M2GTM29JicadoyZFRhtJnRAHYF0pk5N95hB0urVU8mptFQC8dvfs8NIx7iSZNbwQB8PLbps3pwAAAIEA0rMVmeGZuON+X5PT/FpuIO40iCpMgTyJI11rvdqOAH9IV92Bz0fp3TYtHtthpg6JbmM/ysANYiZdBpi66wb00pvGlWMY86BQoC2tKrisZU1dCuwVrvw57dzmhztGQWJySIOsQoBcC5ckESAKcbn524wYptLSd9g2sxQbqrhlrZUAAACBAPRf3hh51Dx3brjBxLUl0IakgjQ9ioelWvLksT+0yVZak5mXa6MVNXczRlNcxiPX/xMS9Ww1t+C8dRBwNNsk/xI2hVD684AC6bvOwUQXfcwGhi+wppuWYlVr6vIX60c7DpbbmIqi8LOKFe8cehn/zHKP8QIR/IFkEpf4MjleF4Eu
 [EMAIL PROTECTED]



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: debian kaethorn

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
control 
Added Files:
emodule0-echo.install 


Log Message:
add echo module to debian packages.

===
RCS file: /cvs/e/e_modules/debian/control,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- control 15 Jan 2008 11:08:37 -  1.27
+++ control 15 Jan 2008 12:40:00 -  1.28
@@ -43,6 +43,14 @@
  An E17 module which minimizes all windows in order to show the
  desktop.
  
+Package: emodule0-echo
+Architecture: any
+Depends: ${shlibs:Depends}, libc6 (>= 2.5), enlightenment
+Provides: emodule-echo
+Description: E17 sound volume module
+ An E17 module which allows the user to adjust the volume of the sound
+ system.
+
 Package: emodule0-efm-nav
 Architecture: any
 Depends: ${shlibs:Depends}, libc6 (>= 2.5), enlightenment
@@ -256,7 +264,7 @@
 
 Package: emodules0-all
 Architecture: any
-Depends: enlightenment, emodule0-alarm, emodule0-bling, emodule0-calendar, 
emodule0-cpu, emodule0-deskshow, emodule0-efm-nav, emodule0-efm-path, 
emodule0-emu, emodule0-flame, emodule0-forecasts, emodule0-language, 
emodule0-mail, emodule0-mem, emodule0-mixer, emodule0-moon, emodule0-mpdule, 
emodule0-net, emodule0-news, emodule0-penguins, emodule0-photo, emodule0-rain, 
emodule0-screenshot, emodule0-slideshow, emodule0-snow, emodule0-taskbar, 
emodule0-tclock, emodule0-uptime, emodule0-weather, emodule0-winselector, 
emodule0-wlan
+Depends: enlightenment, emodule0-alarm, emodule0-bling, emodule0-calendar, 
emodule0-cpu, emodule0-deskshow, emodule0-echo, emodule0-efm-nav, 
emodule0-efm-path, emodule0-emu, emodule0-flame, emodule0-forecasts, 
emodule0-language, emodule0-mail, emodule0-mem, emodule0-mixer, emodule0-moon, 
emodule0-mpdule, emodule0-net, emodule0-news, emodule0-penguins, 
emodule0-photo, emodule0-rain, emodule0-screenshot, emodule0-slideshow, 
emodule0-snow, emodule0-taskbar, emodule0-tclock, emodule0-uptime, 
emodule0-weather, emodule0-winselector, emodule0-wlan
 Conflicts: emodules-extra, evolume
 Provides: emodules-all, e17-modules
 Description: A dummy package for installing all modules for E17
@@ -266,6 +274,7 @@
  Calendar: Calendar module for the desktop.
  Cpu : Monitor module for the CPU load.
  Deskshow: A module that minimizes all windows to show the desktop.
+ Echo: Another sound mixer module.
  EFM-nav : A file manager history browser.
  EFM-path: A module for the file manager which displays the path.
  Emu : A module front end that runs arbitrary back ends



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e maxerba

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e17
Module  : apps/e

Dir : e17/apps/e/po


Modified Files:
zh_CN.po 


Log Message:





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: debian kaethorn

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
control 


Log Message:
add emprint dependency.

===
RCS file: /cvs/e/e_modules/debian/control,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- control 11 Jan 2008 12:38:04 -  1.26
+++ control 15 Jan 2008 11:08:37 -  1.27
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), enlightenment-dev, libexml-dev, 
libxkbfile-dev, libxslt-dev, libxcomposite-dev, libxdamage-dev, libxrender-dev
+Build-Depends: debhelper (>= 4.0.0), enlightenment-dev, libexml-dev, 
libxkbfile-dev, libxslt-dev, libxcomposite-dev, libxdamage-dev, libxrender-dev, 
emprint
 Standards-Version: 3.7.2
 
 Package: emodule0-alarm
@@ -179,19 +179,10 @@
  
 Package: emodule0-screenshot
 Architecture: any
-Depends: ${shlibs:Depends}, enlightenment
+Depends: ${shlibs:Depends}, enlightenment, emprint
 Provides: emodule-screenshot
 Description: An E17 screenshot module
- An E17 module which enables the user to take screenshots. It contains
- the following features:
- - choose between import and scrot
- - specify delay time, save directory and filename
- - choose to include the image border or window manager frame (scrot/import)
- - use image dithering (import)
- - choose window to grab (import)
- - silent/verbose (import)
- - trim edges (import)
- - generate thumbnail (scrot).
+ An E17 module which enables the user to take screenshots.
  
 Package: emodule0-slideshow
 Architecture: any



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/emprint kaethorn

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/emprint

Dir : e17/apps/emprint/debian


Added Files:
changelog.in control copyright rules 


Log Message:
debianize emprint.




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/emprint kaethorn

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/emprint

Dir : e17/apps/emprint/debian




Log Message:
Directory /cvs/e/e17/apps/emprint/debian added to the repository




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: captainigloo mej

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : devs
Module  : captainigloo

Dir : devs/captainigloo


Added Files:
id_dsa.pub info.txt 


Log Message:
Enna developer Nico Aguirre.




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: captainigloo mej

2008-01-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : devs
Module  : captainigloo

Dir : devs/captainigloo




Log Message:
Directory /cvs/e/devs/captainigloo added to the repository




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs