You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(281) |
Sep
(604) |
Oct
(993) |
Nov
(511) |
Dec
(520) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(476) |
Feb
(432) |
Mar
(524) |
Apr
(653) |
May
(393) |
Jun
(356) |
Jul
(329) |
Aug
(584) |
Sep
(683) |
Oct
(559) |
Nov
(690) |
Dec
(762) |
2010 |
Jan
(924) |
Feb
(912) |
Mar
(964) |
Apr
(859) |
May
(867) |
Jun
(593) |
Jul
(769) |
Aug
(1067) |
Sep
(1142) |
Oct
(1134) |
Nov
(1030) |
Dec
(691) |
2011 |
Jan
(822) |
Feb
(828) |
Mar
(791) |
Apr
(824) |
May
(799) |
Jun
(1039) |
Jul
(1035) |
Aug
(1121) |
Sep
(687) |
Oct
(852) |
Nov
(1138) |
Dec
(979) |
2012 |
Jan
(957) |
Feb
(893) |
Mar
(1265) |
Apr
(737) |
May
(1051) |
Jun
(1464) |
Jul
(1618) |
Aug
(1202) |
Sep
(1304) |
Oct
(1504) |
Nov
(1219) |
Dec
(1981) |
2013 |
Jan
(1566) |
Feb
(858) |
Mar
(83) |
Apr
(66) |
May
(9) |
Jun
(14) |
Jul
(13) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
From: Enlightenment S. <no-...@en...> - 2013-04-16 20:42:50
|
Log: www: The usage of set_magic_quotes_runtime() is deprecated as : http://www.php.net/manual/en/function.set-magic-quotes-runtime.php Author: beber Date: 2013-04-16 13:30:16 -0700 (Tue, 16 Apr 2013) New Revision: 84509 Trac: http://trac.enlightenment.org/e/changeset/84509 Modified: trunk/web/www/site/site.php Modified: trunk/web/www/site/site.php =================================================================== --- trunk/web/www/site/site.php 2013-04-15 14:45:37 UTC (rev 84508) +++ trunk/web/www/site/site.php 2013-04-16 20:30:16 UTC (rev 84509) @@ -1,6 +1,4 @@ <?php - set_magic_quotes_runtime(0); - $navstate = ""; if(isset($_GET['p'])) |
From: Enlightenment S. <no-...@en...> - 2013-04-15 14:45:48
|
Log: Moved emprint to git. Author: tasn Date: 2013-04-15 07:45:37 -0700 (Mon, 15 Apr 2013) New Revision: 84508 Trac: http://trac.enlightenment.org/e/changeset/84508 Removed: trunk/emprint/ |
From: Enlightenment S. <no-...@en...> - 2013-04-15 14:40:42
|
Log: do some panes work for dark theme Author: raster Date: 2013-04-15 07:40:34 -0700 (Mon, 15 Apr 2013) New Revision: 84507 Trac: http://trac.enlightenment.org/e/changeset/84507 Added: trunk/THEMES/dark/edje/edc/elm/panes.edc Modified: trunk/THEMES/dark/edje/dark.edc Modified: trunk/THEMES/dark/edje/dark.edc =================================================================== --- trunk/THEMES/dark/edje/dark.edc 2013-04-14 13:19:22 UTC (rev 84506) +++ trunk/THEMES/dark/edje/dark.edc 2013-04-15 14:40:34 UTC (rev 84507) @@ -15,6 +15,7 @@ #include "edc/elm/slider.edc" #include "edc/elm/radio.edc" #include "edc/elm/bubble.edc" +#include "edc/elm/panes.edc" // desktop in general #include "edc/comp.edc" Added: trunk/THEMES/dark/edje/edc/elm/panes.edc =================================================================== --- trunk/THEMES/dark/edje/edc/elm/panes.edc (rev 0) +++ trunk/THEMES/dark/edje/edc/elm/panes.edc 2013-04-15 14:40:34 UTC (rev 84507) @@ -0,0 +1,507 @@ +group { name: "elm/panes/vertical/default"; + images.image: "holes_vert.png" COMP; + parts { + part { name: "whole"; type: SPACER; + description { state: "default" 0.0; + } + } + part { name: "whole_left"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.left"; + rel2.to: "elm.swallow.left"; + } + } + part { name: "whole_right"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.right"; + rel2.to: "elm.swallow.right"; + } + } + part { name: "elm.swallow.left"; type: SWALLOW; + clip_to: "whole_left"; + description { state: "default" 0.0; + rel2.to_x: "elm.bar"; + rel2.relative: 1.0 1.0; + rel2.offset: -4 -1; + } + } + part { name: "elm.swallow.right"; type: SWALLOW; + clip_to: "whole_right"; + description { state: "default" 0.0; + rel1.to_x: "elm.bar"; + rel1.relative: 0.0 0.0; + rel1.offset: 3 0; + } + } + part { name: "elm.bar"; type: SPACER; + dragable { confine: "whole"; + x: 1 1 1; + y: 0 0 0; + } + description { state: "default" 0.0; + max: 0 99999; + min: 0 14; + fixed: 1 1; + rel1.relative: 0.0 0.5; + rel2.relative: 1.0 0.5; + } + } + part { name: "dots"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "holes_vert.png"; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + FIXED_SIZE(4, 14) + } + } + part { name: "elm.swallow.event"; type: SWALLOW; + description { state: "default" 0.0; + visible: 0; + min: 6 16; + fixed: 1 1; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + } + } + part { name: "bar"; type: RECT; + dragable.events: "elm.bar"; + description { state: "default" 0.0; + min: 6 32; + max: 99999 99999; + fixed: 1 1; + rel1.to_x: "elm.swallow.event"; + rel2.to_x: "elm.swallow.event"; + color: 0 0 0 0; + } + } + } +} + +group { name: "elm/panes/horizontal/default"; + images.image: "holes_horiz.png" COMP; + parts { + part { name: "whole"; type: SPACER; + description { state: "default" 0.0; + } + } + part { name: "whole_left"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.left"; + rel2.to: "elm.swallow.left"; + } + } + part { name: "whole_right"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.right"; + rel2.to: "elm.swallow.right"; + } + } + part { name: "elm.swallow.left"; type: SWALLOW; + clip_to: "whole_left"; + description { state: "default" 0.0; + rel2.to_y: "elm.bar"; + rel2.relative: 1.0 1.0; + rel2.offset: -1 -4; + } + } + part { name: "elm.swallow.right"; type: SWALLOW; + clip_to: "whole_right"; + description { state: "default" 0.0; + rel1.to_y: "elm.bar"; + rel1.relative: 0.0 0.0; + rel1.offset: 0 3; + } + } + part { name: "elm.bar"; type: SPACER; + dragable { confine: "whole"; + x: 0 0 0; + y: 1 1 1; + } + description { state: "default" 0.0; + max: 99999 0; + min: 14 0; + fixed: 1 1; + rel1.relative: 0.5 0.0; + rel2.relative: 0.5 1.0; + } + } + part { name: "dots"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "holes_horiz.png"; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + FIXED_SIZE(14, 4) + } + } + part { name: "elm.swallow.event"; type: SWALLOW; + description { state: "default" 0.0; + visible: 0; + min: 16 6; + fixed: 1 1; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + } + } + part { name: "bar"; type: RECT; + dragable.events: "elm.bar"; + description { state: "default" 0.0; + min: 32 6; + max: 99999 99999; + fixed: 1 1; + rel1.to_y: "elm.swallow.event"; + rel2.to_y: "elm.swallow.event"; + color: 0 0 0 0; + } + } + } +} + +//////////////////////////////////////////////////////////////////////////// + +group { name: "elm/panes/vertical/flush"; + images.image: "downlight_glow_left.png" COMP; + images.image: "downlight_glow_right.png" COMP; + parts { + part { name: "whole"; type: SPACER; + description { state: "default" 0.0; + } + } + part { name: "whole_left"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.left"; + rel2.to: "elm.swallow.left"; + } + } + part { name: "whole_right"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.right"; + rel2.to: "elm.swallow.right"; + } + } + part { name: "elm.swallow.left"; type: SWALLOW; + clip_to: "whole_left"; + description { state: "default" 0.0; + rel2.to_x: "elm.bar"; + rel2.relative: 1.0 1.0; + } + } + part { name: "elm.swallow.right"; type: SWALLOW; + clip_to: "whole_right"; + description { state: "default" 0.0; + rel1.to_x: "elm.bar"; + rel1.relative: 0.0 0.0; + } + } + part { name: "elm.bar"; type: SPACER; + dragable { confine: "whole"; + x: 1 1 1; + y: 0 0 0; + } + description { state: "default" 0.0; + max: 0 99999; + min: 0 14; + fixed: 1 1; + rel1.relative: 0.0 0.5; + rel2.relative: 1.0 0.5; + } + } + part { name: "elm.swallow.event"; type: SWALLOW; + description { state: "default" 0.0; + visible: 0; + min: 6 16; + fixed: 1 1; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + } + } + part { name: "bar"; type: RECT; + dragable.events: "elm.bar"; + description { state: "default" 0.0; + min: 6 32; + max: 99999 99999; + fixed: 1 1; + rel1.to_x: "elm.swallow.event"; + rel1.relative: 0.0 0.25; + rel2.to_x: "elm.swallow.event"; + rel2.relative: 1.0 0.75; + color: 0 0 0 0; + } + } + part { name: "glow1a"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_left.png"; + image.border: 0 3 0 0; + max: 32 99999; + rel2.to_x: "elm.bar"; + color: 255 255 255 0; + align: 1.0 0.5; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow1b"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_right.png"; + max: 4 99999; + rel1.to_x: "elm.bar"; + color: 255 255 255 0; + align: 0.0 0.5; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow2a"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_left.png"; + max: 4 99999; + rel2.to_x: "elm.bar"; + color: 255 255 255 0; + align: 1.0 0.5; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow2b"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_right.png"; + image.border: 3 0 0 0; + max: 32 99999; + rel1.to_x: "elm.bar"; + color: 255 255 255 0; + align: 0.0 0.5; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "bar1"; type: RECT; repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "bar"; + rel2.to: "bar"; + rel2.relative: 0.5 1.0; + color: 0 0 0 0; + } + } + part { name: "bar2"; type: RECT; repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "bar"; + rel1.relative: 0.5 0.0; + rel2.to: "bar"; + color: 0 0 0 0; + } + } + } + programs { + program { + signal: "mouse,in"; source: "bar1"; + action: STATE_SET "active" 0.0; + transition: BOUNCE 0.4 0.5 4; + target: "glow1a"; + target: "glow1b"; + } + program { + signal: "mouse,out"; source: "bar1"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.5; + target: "glow1a"; + target: "glow1b"; + } + program { + signal: "mouse,in"; source: "bar2"; + action: STATE_SET "active" 0.0; + transition: BOUNCE 0.4 0.5 4; + target: "glow2a"; + target: "glow2b"; + } + program { + signal: "mouse,out"; source: "bar2"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.5; + target: "glow2a"; + target: "glow2b"; + } + } +} + +group { name: "elm/panes/horizontal/flush"; + images.image: "downlight_glow.png" COMP; + images.image: "downlight_glow_up.png" COMP; + parts { + part { name: "whole"; type: SPACER; + description { state: "default" 0.0; + } + } + part { name: "whole_left"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.left"; + rel2.to: "elm.swallow.left"; + } + } + part { name: "whole_right"; type: RECT; + description { state: "default" 0.0; + rel1.to: "elm.swallow.right"; + rel2.to: "elm.swallow.right"; + } + } + part { name: "elm.swallow.left"; type: SWALLOW; + clip_to: "whole_left"; + description { state: "default" 0.0; + rel2.to_y: "elm.bar"; + rel2.relative: 1.0 1.0; + } + } + part { name: "elm.swallow.right"; type: SWALLOW; + clip_to: "whole_right"; + description { state: "default" 0.0; + rel1.to_y: "elm.bar"; + rel1.relative: 0.0 0.0; + } + } + part { name: "elm.bar"; type: SPACER; + dragable { confine: "whole"; + x: 0 0 0; + y: 1 1 1; + } + description { state: "default" 0.0; + max: 99999 0; + min: 14 0; + fixed: 1 1; + rel1.relative: 0.5 0.0; + rel2.relative: 0.5 1.0; + } + } + part { name: "elm.swallow.event"; type: SWALLOW; + description { state: "default" 0.0; + visible: 0; + min: 16 6; + fixed: 1 1; + rel1.to: "elm.bar"; + rel2.to: "elm.bar"; + } + } + part { name: "bar"; type: RECT; + dragable.events: "elm.bar"; + description { state: "default" 0.0; + min: 32 6; + max: 99999 99999; + fixed: 1 1; + rel1.to_y: "elm.swallow.event"; + rel1.relative: 0.25 0.0; + rel2.to_y: "elm.swallow.event"; + rel2.relative: 0.75 0.0; + color: 0 0 0 0; + } + } + part { name: "glow1a"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_up.png"; + image.border: 0 0 0 3; + max: 99999 32; + rel2.to_y: "elm.bar"; + color: 255 255 255 0; + align: 0.5 1.0; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow1b"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow.png"; + max: 99999 4; + rel1.to_y: "elm.bar"; + color: 255 255 255 0; + align: 0.5 0.0; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow2a"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow_up.png"; + max: 99999 4; + rel2.to_y: "elm.bar"; + color: 255 255 255 0; + align: 0.5 1.0; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "glow2b"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "downlight_glow.png"; + image.border: 0 0 3 0; + max: 99999 32; + rel1.to_y: "elm.bar"; + color: 255 255 255 0; + align: 0.5 0.0; + } + description { state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "bar1"; type: RECT; repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "bar"; + rel2.to: "bar"; + rel2.relative: 1.0 0.5; + color: 0 0 0 0; + } + } + part { name: "bar2"; type: RECT; repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "bar"; + rel1.relative: 0.0 0.5; + rel2.to: "bar"; + color: 0 0 0 0; + } + } + } + programs { + program { + signal: "mouse,in"; source: "bar1"; + action: STATE_SET "active" 0.0; + transition: BOUNCE 0.4 0.5 4; + target: "glow1a"; + target: "glow1b"; + } + program { + signal: "mouse,out"; source: "bar1"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.5; + target: "glow1a"; + target: "glow1b"; + } + program { + signal: "mouse,in"; source: "bar2"; + action: STATE_SET "active" 0.0; + transition: BOUNCE 0.4 0.5 4; + target: "glow2a"; + target: "glow2b"; + } + program { + signal: "mouse,out"; source: "bar2"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.5; + target: "glow2a"; + target: "glow2b"; + } + } +} |
From: Enlightenment S. <no-...@en...> - 2013-04-14 13:19:29
|
Log: e16-1.0.13. Author: kwo Date: 2013-04-14 06:19:22 -0700 (Sun, 14 Apr 2013) New Revision: 84506 Trac: http://trac.enlightenment.org/e/changeset/84506 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-12 12:52:47 UTC (rev 84505) +++ trunk/web/www/p/download/en-body 2013-04-14 13:19:22 UTC (rev 84506) @@ -328,7 +328,7 @@ <p>There are a few different ways to get Enlightenment depending on your requirements.</p> - <p>The latest version of DR16 is 1.0.12, released on March 26th, 2013. + <p>The latest version of DR16 is 1.0.13, released on April 14th, 2013. Packages for the current, and previous, releases of DR16, core themes, epplets, e16menuedit, e16keyedit, and imlib2 can be found on the <a href="http://sourceforge.net/project/showfiles.php?group_id=2">SourceForge @@ -349,22 +349,22 @@ <tbody> <tr> <td>Source Code TAR.GZ</td> - <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.12.tar.gz?download">e16-1.0.12.tar.gz</a></td> + <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.13.tar.gz?download">e16-1.0.13.tar.gz</a></td> <td> </td> </tr> <tr class="odd"> <td>Source Package RPM</td> - <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.12-1.fc17.src.rpm?download">e16-1.0.12-1.fc17.src.rpm</a></td> + <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.13-1.fc17.src.rpm?download">e16-1.0.13-1.fc17.src.rpm</a></td> <td> </td> </tr> <tr> <td>Linux ix86 Binary RPM</td> - <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.12-1.fc17.i686.rpm?download">e16-1.0.12-1.fc17.i686.rpm</a></td> + <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.13-1.fc17.i686.rpm?download">e16-1.0.13-1.fc17.i686.rpm</a></td> <td> </td> </tr> <tr class="odd"> <td>Linux x86_64 Binary RPM</td> - <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.12-1.fc17.x86_64.rpm?download">e16-1.0.12-1.fc17.x86_64.rpm</a></td> + <td><a href="http://prdownloads.sourceforge.net/enlightenment/e16-1.0.13-1.fc17.x86_64.rpm?download">e16-1.0.13-1.fc17.x86_64.rpm</a></td> <td> </td> </tr> <tr> |
From: Enlightenment S. <no-...@en...> - 2013-04-12 12:52:55
|
Log: Moved all the legacy python bindings to git. Author: tasn Date: 2013-04-12 05:52:47 -0700 (Fri, 12 Apr 2013) New Revision: 84505 Trac: http://trac.enlightenment.org/e/changeset/84505 Removed: trunk/BINDINGS/python/python-e_dbus/ trunk/BINDINGS/python/python-ecore/ trunk/BINDINGS/python/python-edje/ trunk/BINDINGS/python/python-emotion/ trunk/BINDINGS/python/python-ethumb/ trunk/BINDINGS/python/python-evas/ |
From: Enlightenment S. <no-...@en...> - 2013-04-11 03:19:50
|
Log: e-modules/engage: only start scale windows when there is more than one of same class Author: jeffdameth Date: 2013-04-10 20:19:43 -0700 (Wed, 10 Apr 2013) New Revision: 84504 Trac: http://trac.enlightenment.org/e/changeset/84504 Modified: trunk/E-MODULES-EXTRA/engage/src/ng_taskbar.c Modified: trunk/E-MODULES-EXTRA/engage/src/ng_taskbar.c =================================================================== --- trunk/E-MODULES-EXTRA/engage/src/ng_taskbar.c 2013-04-11 03:06:39 UTC (rev 84503) +++ trunk/E-MODULES-EXTRA/engage/src/ng_taskbar.c 2013-04-11 03:19:43 UTC (rev 84504) @@ -761,10 +761,20 @@ { char buf[1024]; E_Action *act = e_action_find("scale-windows"); + Eina_List *l; + Ngi_Item_Taskbar *l_it; + int cnt = 0; if (!act) return; - if (!bd->client.icccm.class) return; - + if (!it->class) return; + + EINA_LIST_FOREACH(it->base.box->items, l, l_it) + if (l_it->class == it->class) + cnt++; + + if (cnt < 2) + return; + snprintf(buf, 1024, "go_scale_class:%s", bd->client.icccm.class); act->func.go(NULL, buf); } |
From: Enlightenment S. <no-...@en...> - 2013-04-11 03:06:48
|
Log: e-modules/comp-scale - handle border remove cb - dont add remove cb to some unintialized pointer Author: jeffdameth Date: 2013-04-10 20:06:39 -0700 (Wed, 10 Apr 2013) New Revision: 84503 Trac: http://trac.enlightenment.org/e/changeset/84503 Modified: trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_pager.c Modified: trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_pager.c =================================================================== --- trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_pager.c 2013-04-09 19:00:17 UTC (rev 84502) +++ trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_pager.c 2013-04-11 03:06:39 UTC (rev 84503) @@ -696,7 +696,8 @@ evas_object_show(o); bg_over = o; - evas_object_stack_above(bg_over, sh_obj); + // FIXME needed? + //evas_object_stack_above(bg_over, sh_obj); if (scale_conf->pager_fade_desktop) evas_object_color_set(bg_over, 0, 0, 0, 0); @@ -742,9 +743,6 @@ items = eina_list_append(items, it); - evas_object_event_callback_add(it->o_win, EVAS_CALLBACK_DEL, - _pager_win_cb_delorig, it); - if ((it->bd->client.netwm.state.skip_pager) || (e_mod_border_ignore(it->bd))) return NULL; @@ -1056,6 +1054,31 @@ } static Eina_Bool +_pager_cb_border_remove(void *data, int type, void *event) +{ + E_Event_Border_Remove *ev = event; + Eina_List *l; + Item *it; + + EINA_LIST_FOREACH(items, l, it) + { + if (it->bd == ev->border) + { + items = eina_list_remove(items, it); + if (selected_item == it) + selected_item = NULL; + + evas_object_del(it->o_win); + + _pager_win_del(it); + break; + } + } + + return ECORE_CALLBACK_PASS_ON; +} + +static Eina_Bool _pager_run(E_Manager *man) { Evas *e; @@ -1111,6 +1134,9 @@ h = ecore_event_handler_add(ECORE_EVENT_KEY_UP, _pager_cb_key_up, e); handlers = eina_list_append(handlers, h); + h = ecore_event_handler_add(E_EVENT_BORDER_REMOVE, + _pager_cb_border_remove, e); + handlers = eina_list_append(handlers, h); zoom = zone->desk_x_count; if (zoom < zone->desk_y_count) |
From: Enlightenment S. <no-...@en...> - 2013-04-09 19:00:28
|
Log: update eio link to 1.7.6.1. Author: antognolli Date: 2013-04-09 12:00:17 -0700 (Tue, 09 Apr 2013) New Revision: 84502 Trac: http://trac.enlightenment.org/e/changeset/84502 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-09 15:48:15 UTC (rev 84501) +++ trunk/web/www/p/download/en-body 2013-04-09 19:00:17 UTC (rev 84502) @@ -162,10 +162,10 @@ <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eio">Eio</a> </b><em> - 1.7.6 </em></p><p> + 1.7.6.1 </em></p><p> Async I/O library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD", - "http://download.enlightenment.org/releases/eio-1.7.6.tar.gz" + "http://download.enlightenment.org/releases/eio-1.7.6.1.tar.gz" );?></p></div> <?php frame2();?> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 15:48:22
|
Log: update descriptions Author: raster Date: 2013-04-09 08:48:15 -0700 (Tue, 09 Apr 2013) New Revision: 84501 Trac: http://trac.enlightenment.org/e/changeset/84501 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-09 15:43:09 UTC (rev 84500) +++ trunk/web/www/p/download/en-body 2013-04-09 15:48:15 UTC (rev 84501) @@ -153,7 +153,7 @@ <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Elementary">Elementary</a> </b><em> 1.7.6 </em></p><p> - Elementary, the widget set... </p><p align=right><?php blinkdl("i/dl.png", + A full regular widget set. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD", "http://download.enlightenment.org/releases/elementary-1.7.6.tar.gz" );?></p></div> @@ -163,7 +163,7 @@ <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eio">Eio</a> </b><em> 1.7.6 </em></p><p> - Eio, async I/O library... </p><p align=right><?php blinkdl("i/dl.png", + Async I/O library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD", "http://download.enlightenment.org/releases/eio-1.7.6.tar.gz" );?></p></div> @@ -246,7 +246,7 @@ <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Ethumb">Ethumb</a> </b><em> 1.7.6 </em></p><p> - EThumb, thumbnail generation library... </p><p align=right><?php blinkdl("i/dl.png", + Thumbnail generation library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD", "http://download.enlightenment.org/releases/ethumb-1.7.6.tar.gz" );?></p></div> @@ -256,7 +256,7 @@ <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Emotion">Emotion</a> </b><em> 1.7.6 </em></p><p> - Emotion, video and audio codec API... </p><p align=right><?php blinkdl("i/dl.png", + Video and audio codec API. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD", "http://download.enlightenment.org/releases/emotion-1.7.6.tar.gz" );?></p></div> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 15:43:19
|
Log: shorter download labels. Author: raster Date: 2013-04-09 08:43:09 -0700 (Tue, 09 Apr 2013) New Revision: 84500 Trac: http://trac.enlightenment.org/e/changeset/84500 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-09 15:40:16 UTC (rev 84499) +++ trunk/web/www/p/download/en-body 2013-04-09 15:43:09 UTC (rev 84500) @@ -81,7 +81,7 @@ "http://trac.enlightenment.org/e/wiki/Eina">Eina</a> </b><em> 1.7.6</em></p><p> Core data structure library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EINA", + "DOWNLOAD", "http://download.enlightenment.org/releases/eina-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -91,7 +91,7 @@ "http://trac.enlightenment.org/e/wiki/Eet">Eet</a> </b><em> 1.7.6</em></p><p> Data encode/decode and storage library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EET", + "DOWNLOAD", "http://download.enlightenment.org/releases/eet-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -101,7 +101,7 @@ "http://trac.enlightenment.org/e/wiki/Evas">Evas</a> </b><em> 1.7.6.1</em></p><p> Canvas and scenegraph rendering library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EVAS", + "DOWNLOAD", "http://download.enlightenment.org/releases/evas-1.7.6.1.tar.gz" );?></p></div> <?php frame2();?> @@ -111,7 +111,7 @@ "http://trac.enlightenment.org/e/wiki/Ecore">Ecore</a> </b><em> 1.7.6</em></p><p> Core mainloop, display abstraction and utility library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD ECORE", + "DOWNLOAD", "http://download.enlightenment.org/releases/ecore-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -121,7 +121,7 @@ "http://trac.enlightenment.org/e/wiki/Embryo">Embryo</a> </b><em> 1.7.6</em></p><p> Small <a href="http://www.compuphase.com/pawn">Pawn</a> based virtual machine and compiler. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EMBRYO", + "DOWNLOAD", "http://download.enlightenment.org/releases/embryo-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -131,7 +131,7 @@ "http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders">Evas Generic Loaders</a> </b><em> 1.7.6</em></p><p> Extra loaders for GPL loaders and unstable libraries. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EVAS GENERIC LOADERS", + "DOWNLOAD", "http://download.enlightenment.org/releases/evas_generic_loaders-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -144,7 +144,7 @@ easy to integrate with existing boot setups (sysvinit or systemd) bia messaging (pipe or socket) as well as customise look and feel via Edje. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EXQUISITE", + "DOWNLOAD", "http://download.enlightenment.org/releases/exquisite-1.0.0.tar.gz" );?></p></div> <?php frame2();?> @@ -154,7 +154,7 @@ "http://trac.enlightenment.org/e/wiki/Elementary">Elementary</a> </b><em> 1.7.6 </em></p><p> Elementary, the widget set... </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD ELEMENTARY", + "DOWNLOAD", "http://download.enlightenment.org/releases/elementary-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -164,7 +164,7 @@ "http://trac.enlightenment.org/e/wiki/Eio">Eio</a> </b><em> 1.7.6 </em></p><p> Eio, async I/O library... </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EIO", + "DOWNLOAD", "http://download.enlightenment.org/releases/eio-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -177,7 +177,7 @@ "http://trac.enlightenment.org/e/wiki/User_Guide">Enlightenment</a> </b><em> 0.17.2.1</em></p><p> The Window Manager and Desktop Shell. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD ENLIGHTENMENT", + "DOWNLOAD", "http://download.enlightenment.org/releases/enlightenment-0.17.2.1.tar.gz" );?></p></div> <?php frame2();?> @@ -187,7 +187,7 @@ "http://trac.enlightenment.org/e/wiki/Edje">Edje</a> </b><em> 1.7.6</em></p><p> Abstract GUI layout and animation object library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EDJE", + "DOWNLOAD", "http://download.enlightenment.org/releases/edje-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -197,7 +197,7 @@ "http://trac.enlightenment.org/e/wiki/Efreet">Efreet</a> </b><em> 1.7.6</em></p><p> Standards handling for <a href="http://www.freedesktop.org">freedesktop.org</a> standards. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EFREET", + "DOWNLOAD", "http://download.enlightenment.org/releases/efreet-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -207,7 +207,7 @@ "http://trac.enlightenment.org/e/wiki/E_Dbus">E_Dbus</a> </b><em> 1.7.6</em></p><p> Dbus wrapping and glue layer library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD E_DBUS", + "DOWNLOAD", "http://download.enlightenment.org/releases/e_dbus-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -217,7 +217,7 @@ "http://trac.enlightenment.org/e/wiki/Eeze">Eeze</a> </b><em> 1.7.6</em></p><p> Device abstraction library. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EEZE", + "DOWNLOAD", "http://download.enlightenment.org/releases/eeze-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -227,7 +227,7 @@ "http://trac.enlightenment.org/e/wiki/Expedite">Expedite</a> </b><em> 1.7.6</em></p><p> Performance and correctness test suite for Evas. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EXPEDITE", + "DOWNLOAD", "http://download.enlightenment.org/releases/expedite-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -237,7 +237,7 @@ "http://trac.enlightenment.org/e/wiki/Evil">Evil</a> </b><em> 1.7.6</em></p><p> Windows compatibility layer. </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EVIL", + "DOWNLOAD", "http://download.enlightenment.org/releases/evil-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -247,7 +247,7 @@ "http://trac.enlightenment.org/e/wiki/Ethumb">Ethumb</a> </b><em> 1.7.6 </em></p><p> EThumb, thumbnail generation library... </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD ETHUMB", + "DOWNLOAD", "http://download.enlightenment.org/releases/ethumb-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -257,7 +257,7 @@ "http://trac.enlightenment.org/e/wiki/Emotion">Emotion</a> </b><em> 1.7.6 </em></p><p> Emotion, video and audio codec API... </p><p align=right><?php blinkdl("i/dl.png", - "DOWNLOAD EMOTION", + "DOWNLOAD", "http://download.enlightenment.org/releases/emotion-1.7.6.tar.gz" );?></p></div> <?php frame2();?> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 15:40:24
|
Log: update enlightenment link to 0.17.2.1 Author: raster Date: 2013-04-09 08:40:16 -0700 (Tue, 09 Apr 2013) New Revision: 84499 Trac: http://trac.enlightenment.org/e/changeset/84499 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-09 15:38:31 UTC (rev 84498) +++ trunk/web/www/p/download/en-body 2013-04-09 15:40:16 UTC (rev 84499) @@ -175,10 +175,10 @@ <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/User_Guide">Enlightenment</a> </b><em> - 0.17.1</em></p><p> + 0.17.2.1</em></p><p> The Window Manager and Desktop Shell. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD ENLIGHTENMENT", - "http://download.enlightenment.org/releases/enlightenment-0.17.1.tar.gz" + "http://download.enlightenment.org/releases/enlightenment-0.17.2.1.tar.gz" );?></p></div> <?php frame2();?> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 15:38:41
|
Log: update e download page to say 1.7.6 Author: raster Date: 2013-04-09 08:38:31 -0700 (Tue, 09 Apr 2013) New Revision: 84498 Trac: http://trac.enlightenment.org/e/changeset/84498 Modified: trunk/web/www/p/download/en-body Modified: trunk/web/www/p/download/en-body =================================================================== --- trunk/web/www/p/download/en-body 2013-04-09 15:31:07 UTC (rev 84497) +++ trunk/web/www/p/download/en-body 2013-04-09 15:38:31 UTC (rev 84498) @@ -79,60 +79,60 @@ <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eina">Eina</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Core data structure library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EINA", - "http://download.enlightenment.org/releases/eina-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/eina-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eet">Eet</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Data encode/decode and storage library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EET", - "http://download.enlightenment.org/releases/eet-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/eet-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Evas">Evas</a> </b><em> - 1.7.5</em></p><p> + 1.7.6.1</em></p><p> Canvas and scenegraph rendering library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EVAS", - "http://download.enlightenment.org/releases/evas-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/evas-1.7.6.1.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Ecore">Ecore</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Core mainloop, display abstraction and utility library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD ECORE", - "http://download.enlightenment.org/releases/ecore-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/ecore-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Embryo">Embryo</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Small <a href="http://www.compuphase.com/pawn">Pawn</a> based virtual machine and compiler. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EMBRYO", - "http://download.enlightenment.org/releases/embryo-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/embryo-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders">Evas Generic Loaders</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Extra loaders for GPL loaders and unstable libraries. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EVAS GENERIC LOADERS", - "http://download.enlightenment.org/releases/evas_generic_loaders-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/evas_generic_loaders-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -152,20 +152,20 @@ <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Elementary">Elementary</a> </b><em> - 1.7.5 </em></p><p> + 1.7.6 </em></p><p> Elementary, the widget set... </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD ELEMENTARY", - "http://download.enlightenment.org/releases/elementary-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/elementary-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eio">Eio</a> </b><em> - 1.7.5 </em></p><p> + 1.7.6 </em></p><p> Eio, async I/O library... </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EIO", - "http://download.enlightenment.org/releases/eio-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/eio-1.7.6.tar.gz" );?></p></div> <?php frame2();?> @@ -185,80 +185,80 @@ <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Edje">Edje</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Abstract GUI layout and animation object library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EDJE", - "http://download.enlightenment.org/releases/edje-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/edje-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Efreet">Efreet</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Standards handling for <a href="http://www.freedesktop.org">freedesktop.org</a> standards. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EFREET", - "http://download.enlightenment.org/releases/efreet-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/efreet-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/E_Dbus">E_Dbus</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Dbus wrapping and glue layer library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD E_DBUS", - "http://download.enlightenment.org/releases/e_dbus-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/e_dbus-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Eeze">Eeze</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Device abstraction library. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EEZE", - "http://download.enlightenment.org/releases/eeze-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/eeze-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Expedite">Expedite</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Performance and correctness test suite for Evas. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EXPEDITE", - "http://download.enlightenment.org/releases/expedite-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/expedite-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Evil">Evil</a> </b><em> - 1.7.5</em></p><p> + 1.7.6</em></p><p> Windows compatibility layer. </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EVIL", - "http://download.enlightenment.org/releases/evil-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/evil-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Ethumb">Ethumb</a> </b><em> - 1.7.5 </em></p><p> + 1.7.6 </em></p><p> EThumb, thumbnail generation library... </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD ETHUMB", - "http://download.enlightenment.org/releases/ethumb-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/ethumb-1.7.6.tar.gz" );?></p></div> <?php frame2();?> <?php frame1("width=100%");?> <div class="main"><p><b><a href= "http://trac.enlightenment.org/e/wiki/Emotion">Emotion</a> </b><em> - 1.7.5 </em></p><p> + 1.7.6 </em></p><p> Emotion, video and audio codec API... </p><p align=right><?php blinkdl("i/dl.png", "DOWNLOAD EMOTION", - "http://download.enlightenment.org/releases/emotion-1.7.5.tar.gz" + "http://download.enlightenment.org/releases/emotion-1.7.6.tar.gz" );?></p></div> <?php frame2();?> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 15:31:18
|
Log: news column-- Author: raster Date: 2013-04-09 08:31:07 -0700 (Tue, 09 Apr 2013) New Revision: 84497 Trac: http://trac.enlightenment.org/e/changeset/84497 Modified: trunk/web/www/p/index/en-body Modified: trunk/web/www/p/index/en-body =================================================================== --- trunk/web/www/p/index/en-body 2013-04-09 09:10:23 UTC (rev 84496) +++ trunk/web/www/p/index/en-body 2013-04-09 15:31:07 UTC (rev 84497) @@ -53,12 +53,6 @@ </div> </td> - <td class='main'> - <div class="main"> - <h3>Enlightenment News</h3> - <?php include 'p/news/latestnews.php' ?> - </div> - </td> </tr> </table> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 09:10:30
|
Log: support - remove, contribute page updates. Author: raster Date: 2013-04-09 02:10:23 -0700 (Tue, 09 Apr 2013) New Revision: 84496 Trac: http://trac.enlightenment.org/e/changeset/84496 Removed: trunk/web/www/p/support/ Modified: trunk/web/www/p/contribute/en-body Modified: trunk/web/www/p/contribute/en-body =================================================================== --- trunk/web/www/p/contribute/en-body 2013-04-09 08:55:32 UTC (rev 84495) +++ trunk/web/www/p/contribute/en-body 2013-04-09 09:10:23 UTC (rev 84496) @@ -64,14 +64,15 @@ Please read more about git so you'll be able to unleash its full power. We use phabricator for patch reviews, ticket management, wiki and etc. This means we use "arcanist" for patch submissions. More info is available - at the relevant <a href=https://phab.enlightenment.org/w/arcanist/>phabricator wiki page</a>. + at the relevant + <a href=https://phab.enlightenment.org/w/arcanist/>phabricator wiki page</a>. </p> <hr> <p> Once you become an enlightenment developer, you will possibly get commit access. This means you'll be able to push commits into the branches, and create your own development branches. All changes are broadcast to our - <a href=https://lists.sourceforge.net/lists/listinfo/enlightenment-git> + <a href="https://lists.sourceforge.net/lists/listinfo/enlightenment-git"> GIT Commits Mailing List</a> as they happen. In order to give yourself the ability to do all of these, i.e use your commit access, you'll have to modify your git remote. You do that by running: @@ -90,7 +91,11 @@ <h2>Building</h2> <p> - Almost all our project are C based (with some C++). They almost all + Note that this documentation will not apply to development trees, just + releases right now and will be updated next release cycle. + </p> + <p> + Almost all our projects are C based (with some C++). They almost all use autoconf, automake, libtool etc. (autotools) and any such source tree will ship with an <b>autogen.sh</b> script. This is where it all begins. @@ -429,17 +434,17 @@ the existing code as it gets a bit tedious asking for basic changes like naming, spacing and general style. We'd rather focus on the actual algorithms and features involved. Refer - <a href=http://trac.enlightenment.org/e/wiki/PatchReview> - PatchReview wiki page</a> - for the check points when you make a patch. + <a href="https://phab.enlightenment.org/w/arcanist/"> + the Archanist wiki page</a> + for the check points when you want to submit a patch. </p> <p> - If you want developer access (SVN commit access) first you will need + If you want developer access (GIT commit access) first you will need an existing developer to approve that. Generally any senior or long time developer can do it - new ones can too but will probably defer the OK decision to a senior developer first. To gain access we need you to provide a few files. The kind of files you find in - <a href=http://trac.enlightenment.org/e/browser/trunk/devs/raster> + <a href="http://git.enlightenment.org/admin/devs.git/tree/raster"> this developer's directory</a>. </p> <p> @@ -459,7 +464,7 @@ </code></pre></p> <p> for example. You should read the SSH manuals for more information if - you need it. This SSH key will give you access to SVN so you can + you need it. This SSH key will give you access to GIT so you can check out and commit code, with all traffic between you and enlightenment.org being encrypted. </p> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 08:55:39
|
Log: support page-- Author: raster Date: 2013-04-09 01:55:32 -0700 (Tue, 09 Apr 2013) New Revision: 84495 Trac: http://trac.enlightenment.org/e/changeset/84495 Modified: trunk/web/www/p.php Modified: trunk/web/www/p.php =================================================================== --- trunk/web/www/p.php 2013-04-09 08:52:03 UTC (rev 84494) +++ trunk/web/www/p.php 2013-04-09 08:55:32 UTC (rev 84495) @@ -50,7 +50,6 @@ <?php echo(nav_button("download", ""));?> <?php echo(nav_button("contact", ""));?> <?php echo(nav_button("contribute", ""));?> - <?php echo(nav_button("support", ""));?> <?php echo(nav_button("docs", ""));?> <li class="news"><a href="https://phab.enlightenment.org/phame/live/3"><span>News</span></a></li> <li class="devel"><a href="https://phab.enlightenment.org"><span>Devel</span></a></li> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 08:52:12
|
Log: consolidate contact and support into contact. Author: raster Date: 2013-04-09 01:52:03 -0700 (Tue, 09 Apr 2013) New Revision: 84494 Trac: http://trac.enlightenment.org/e/changeset/84494 Modified: trunk/web/www/p/contact/en-body trunk/web/www/p/support/en-body Modified: trunk/web/www/p/contact/en-body =================================================================== --- trunk/web/www/p/contact/en-body 2013-04-09 08:34:34 UTC (rev 84493) +++ trunk/web/www/p/contact/en-body 2013-04-09 08:52:03 UTC (rev 84494) @@ -2,96 +2,332 @@ <tr> <td class='main'> <div class="main"> -<center> -<p> -We are contactable by various means. Please see our -<?php a("support", "support page");?> for information on various -options on how to contact us in general (From IRC to E-Mail and Bug -reporting). There are also archives for our mailing lists, accessible below. -</p> -<p> -We also maintain a list of our developers who are currently active -with development access to SVN. That list is below. Above is also a -link to a world map of all our developers and where they live, for the -curious. -</p> +<table border=0 cellpadding=0 cellspacing=0> -<hr noshade="noshade" style="width: 200px;" /> +<tr> +<td class='main' width=33%><div class="main"> <?php frame1("width=100%");?> <div class="main"> -<h2><b class="contentheading">Mailing Lists and Archives</b></h2> + <h2>IRC</h2> -<p> - The Enlightenment Project has several mailing lists to aid you. The - following table contains a summary, including links to the list archives. - To add, remove or otherwise modify a subscription to these lists, - simply click on the list name in the "Mailing List" column and - enter your subscription details into the form. -</p> + <p> + <table class="data mailing"> + <thead> + <tr> + <th class="name">IRC Server</th> + <th class="name">Port</th> + <th class="name">Channel</th> + </tr> + </thead> + <tbody> + <tr><td class="name"> + irc.freenode.net + </td> + <td class="name"> + 6667 + </td> + <td class="name"> + #e + </td></tr> + </tbody> + </table> + </p> + <hr> + <p> + Many of the core developers involved in Enlightenment as well as a + lot of users are on IRC. They use IRC often and will discuss many + development issues there instead of e-mail, due to it having immediate + feedback as well as convenient shared discussion channels. + </p> + <p> + We use the Freenode IRC network, and you will find us on the <b>#e</b> + channel. You can use a, IRC client like <a + href=http://xchat.org/>X-Chat</a>, <a + href=http://konversation.kde.org/>Konversation</a>, + <a href=http://www.pidgin.im/>Pidgin</a>, <a + href=http://www.mibbit.com/>Mibbit</a>, and many others. If your + client already has a listing for freenode, just select it. If not + just set up the server as <b>irc.freenode.net</b> as your server + with the normal IRC port of 6667. Once connected just join <b>#e</b> + (you can just type in the command: <b>/join #e</b> then Enter). Just + type + press Enter to talk. + </p> + <p> + Einen deutschsprachigen IRC Channel gibt es auch - <b>#e.de</b>.<br> + Per gli utenti di lingua italiana è disponibile il canale <b>#e-it</b>.<br> + Pour le Français, nous avons <b>#e.fr</b>.<br> + For Korean users, Korean EFL channel is available in <b>#e.kr</b>. + </p> -<center> +</div> +<?php frame2();?> + +<?php frame1("width=100%");?> +<div class="main"> + <h2>Professional</h2> + + <p> + Several companies and individuals provide professional support and + services related to EFL and Enlightenment. If you find yourself in + need of help that the community can't provide, please feel free to + contact any of the list below. + </p> + <p> + Just remember that community support isn't guaranteed. It's done on a + volunteer/freetime basis. For guaranteed response and support, you'll + want to consider professional grade suppliers. + </p> + <p> + <center> <table class="data mailing"> - <thead> - <tr> - <th class="name">Mailing List</th> - <th class="archive">Archive</th> - <th class="description">Description</th> - </tr> - </thead> - <tbody> - <tr> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-announce">Enlightenment Announce</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-announce">SourceForge</a>, <a href="http://marc.theaimsgroup.com/?l=enlightenment-announce&r=1&w=2">MARC</a></td> - <td class="description">Recieve notification of all new releases.</td> - </tr> - <tr class="odd"> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-users">Enlightenment Users List</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-users">SourceForge</a>, <a href="http://marc.theaimsgroup.com/?l=enlightenment-users&r=1&w=2">MARC</a></td> - <td class="description">General mailing list for questions, help, comments, feedback and anything E related.</td> - </tr> - <tr> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-devel">Enlightenment Development List</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-devel">SourceForge</a>, <a href="http://marc.theaimsgroup.com/?l=enlightenment-devel&r=1&w=2">MARC</a></td> - <td class="description">Developer only list. If your message does not directly involve code post to the users group.</td> - </tr> - <tr class="odd"> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-svn">Enlightenment SVN Commit List</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-svn">SourceForge</a></td> - <td class="description">Get email notification of all SVN updates (soon to be deprecated in favor of git).</td> - </tr> - <tr> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-git">Enlightenment GIT Commit List</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-git">SourceForge</a></td> - <td class="description">Get email notification of all GIT updates.</td> - </tr> - <tr class="odd"> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-intl">Enlightenment Internationalisation List</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-intl">SourceForge</a></td> - <td class="description">Mailling list for l10n and i18n. Send your translations of E to this list. </td> - </tr> - <tr> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-bugs">Enlightenment Bug Traker Notification</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-bugs">SourceForge</a></td> - <td class="description">Receive notification for all bugs committed to Trac.</td> - </tr> - <tr class="odd"> - <td class="name"><a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-release">Enlightenment Release Team</a></td> - <td class="archive"><a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-release">SourceForge</a></td> - <td class="description">Mailing list for Enlightenment/EFL release team.</td> - </tr> - </tbody> + <thead> + <tr> + <th class="name">Organization</th> + <th class="name">Specialties</th> + </tr> + </thead> + <tbody> + <tr> + <td class="name"> + <a href="http://www.profusion.mobi">ProFUSION Embedded Systems</a> + </td> + <td class="name"> + Development, training and consulting in areas including EFL, graphics, multimedia and connectivity. + </td> + </tr> + <tr class="odd"> + <td class="name"> + <a href="http://ingenierie.openwide.fr/">Open Wide Ingénierie</a> + </td> + <td class="name"> + Development and integration of open source software in embedded system, including EFL. + </td> + </tr> + </tbody> </table> -</center> + </center> + </p> + </div> <?php frame2();?> -</center> -<hr noshade="noshade" style="width: 200px;" /> +</div></td> +<td class='main' width=33%><div class="main"> <?php frame1("width=100%");?> <div class="main"> + <h2>E-Mail</h2> + + <p> + <center> + <table class="data mailing"> + <thead> + <tr> + <th colspan="2" class="name">Mailing Lists</th> + </tr> + </thead> + <tbody> + <tr> + <td class="name"> + <a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-users">Users</a> + </td> + <td class="archive"> + (<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-users">archive</a>) + </td> + </tr> + <tr class="odd"> + <td class="name"> + <a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-devel">Developers</a> + </td> + <td class="archive"> + (<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-devel">archive</a>) + </td> + </tr> + <tr> + <td class="name"> + <a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-git">GIT Commits</a> + </td> + <td class="archive"> + (<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-git">archive</a>) + </td> + </tr> + </tbody> + </table> + </center> + </p> + <hr> + <p> + Our primary non-realtime form of communication is via e-mail. This + allows everyone to participate no matter what timezone the live in or + what waking hours they keep. It allows for streamlined access via + your favorite e-mail application, which should handle large volumes + of messages and conversations well already. It allows for off-line + reading and replies (unlike web forums or IRC), + </p> + <p> + The language used on our mailing lists is English. It is a universal + language that more people speak than any other, so if you want to + participate, please use English, and then everyone can understand + and respond. Also note that these lists are public and everyone sees + the e-mails sent to them, and anyone may respond. Not all answers will + be correct, but the vast majority will be. + </p> + <p> + In addition to the lists being a forum for questions, suggestions and + other such discussions, they are also used as a news feed. Especially + our commits mailing list. Every piece of code changed, bug fixed, or + feature added will be broadcast on our commits mailing list. If you + want to know what is going on, our commits list is an absolute must to + subscribe to. + </p> + <p> + We have 3 main lists. <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-git>The + GIT Commits List</a> is for sending out notices of every commit that + happens to our repositories, with full source diffs, log and who + did the work. <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-devel>The + Devel List</a> is where most of the developer and development + discussions happen. This list will be more technical that the Users + list. <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-users>The + Users List</a> is where regular user discussions will happen. + </p> + <p> + In addition we have the <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-announce> + Announce List</a> for official announcements (like releases of new + software). <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-intl>The + Intl List</a> is for posting changes to internationalization like + updated PO files. <a + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-bugs>The + Bugs List</a> is for broadcasting bug reports (though the way trac + works currently for us, it will only be used if added to the cc list). + </p> + +</div> +<?php frame2();?> + +</div></td> +<td class='main' width=33%><div class="main"> + +<?php frame1("width=100%");?> +<div class="main"> + <style type="text/css"> + ul#fb-regional { + list-style-type: none; + } + ul#fb-regional li a img { + border: 0; + padding: 2px; + } + </style> + + <h2>Social Networks</h2> + + <p><a href="http://twitter.com/_Enlightenment_"><img src="http://www.enlightenment.org/i/soc-i-tw.png" border="0" height="16" width="16">Twitter</a> + <ul id="fb-regional"> + <li><a href="http://twitter.com/#!/enlightenmentfr"><img src="http://www.enlightenment.org/i/fr.png">France</a></li> + <li><a href="https://twitter.com/EnlightenmentKo"><img src="http://www.enlightenment.org/i/ko_KR.png">Korea</a></li> + </ul> + </p> + <p><a href="http://plus.google.com/118426816251488376359"><img src="http://www.enlightenment.org/i/soc-i-g+.png" border="0" height="16" width="16">Google+</a></p> + <p><a href="http://www.facebook.com/enlightenment.org"><img src="http://www.enlightenment.org/i/soc-i-fb.png" border="0" height="16" width="16">Facebook:</a> + <ul id="fb-regional"> + <li><a href="https://www.facebook.com/enlightenment.br"><img src="http://www.enlightenment.org/i/br.png">Brazil</a></li> + <li><a href="https://www.facebook.com/profile.php?id=100002934562239"><img src="http://www.enlightenment.org/i/fr.png">France</a></li> + <li><a href="https://www.facebook.com/groups/127149362812/"><img src="http://www.enlightenment.org/i/gr.png">Greece</a></li> + <li><a href="http://www.facebook.com/enlightenment.or.kr"><img src="http://www.enlightenment.org/i/ko_KR.png">Korea</a></li> + </ul> + </p> + <p><a href=http://planet.enlightenment.org/><img src="http://enlightenment.org/i/feed-icon-14x14.png" border=0 height=14 width=14>Our Planet</a></p> + +</div> +<?php frame2();?> + +<?php frame1("width=100%");?> +<div class="main"> + <h2>Bug Tracking</h2> + + <p> + <center> + <table class="data mailing"> + <thead> + <tr> + <th class="name">Collaboration Tools</th> + </tr> + </thead> + <tbody> + <tr><td class="name"> + <a href="https://phab.enlightenment.org/maniphest/"> + <b>Report a bug</b> + </a> + </td></tr> + <tr class="odd"><td class="name"> + <a href="https://phab.enlightenment.org/w/"> + <b>Contribute to documentation</b> + </a> + </td></tr> + <tr><td class="name"> + <a href="https://phab.enlightenment.org/diffusion/"> + <b>Browse our source</b> + </a> + </td></tr> + </tbody> + </table> + </center> + </p> + <hr> + <p> + We use <a href="https://phab.enlightenment.org">Phabricator</a> for our Bug + tracking and Wiki. If you have a bug or issue, please + <a href="https://phab.enlightenment.org/maniphest/">Report</a> a bug. We will + eventually get to it, but try and assign it to someone appropriate + so it gets attention. + </p> + <p> + Please use the tracker for bugs, not for discussions or feature + requests or for "I don't know how to do this" questions. It's for + reporting actual problems. For questions we have E-Mail and IRC. Also + remember that we will prioritize bug fixing to those things that are + core, urgent or necessary, so just because a report isn't acted on + soon, doesn't mean we won't eventually get to it. Once it's in the + system it won't disappear. It just takes it being noticed. + </p> + +</div> +<?php frame2();?> + +<?php frame1("width=100%");?> +<div class="main"> + <h2>Wiki</h2> + + <p> + We have split our website into 2 major parts. The main less-changing + pages such as this and a + <a href="https://phab.enlightenment.org/w/">Wiki</a>. This Wiki is + where anyone can edit and contribute documentation, information and + similar pages. + </p> + <p> + Feel free to browse around the + <a href="https://phab.enlightenment.org/w/">Wiki</a> to see if what + you are looking for is over there, or if you wish to contribute + information. + </p> + +</div> +<?php frame2();?> + +</div></td> +</tr> +</table> + +<?php frame1("width=100%");?> +<div class="main"> <h2>People</h2> <p> @@ -108,7 +344,7 @@ sometimes you may be called to account on your changes and be yelled at, with changes being reverted, but this is the exception, not the rule. If you are going to play with code someone else is actively - working on (and the SVN commits list will let you know that as well + working on (and the GIT commits list will let you know that as well as the below list of developers and who is responsible for what), it is nice to first discuss your changes with people - especially if they are major and get an agreement. @@ -176,9 +412,6 @@ </div> <?php frame2();?> -</div></td> -</tr> -</table> </div> </td> </tr> Modified: trunk/web/www/p/support/en-body =================================================================== --- trunk/web/www/p/support/en-body 2013-04-09 08:34:34 UTC (rev 84493) +++ trunk/web/www/p/support/en-body 2013-04-09 08:52:03 UTC (rev 84494) @@ -147,14 +147,6 @@ </tr> <tr> <td class="name"> - <a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-svn">SVN Commits (soon to be deprecated in favor of git)</a> - </td> - <td class="archive"> - (<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-svn">archive</a>) - </td> - </tr> - <tr> - <td class="name"> <a href="http://lists.sourceforge.net/lists/listinfo/enlightenment-git">GIT Commits</a> </td> <td class="archive"> @@ -192,8 +184,8 @@ </p> <p> We have 3 main lists. <a - href=https://lists.sourceforge.net/lists/listinfo/enlightenment-svn>The - SVN Commits List</a> is for sending out notices of every commit that + href=https://lists.sourceforge.net/lists/listinfo/enlightenment-git>The + GIT Commits List</a> is for sending out notices of every commit that happens to our repositories, with full source diffs, log and who did the work. <a href=https://lists.sourceforge.net/lists/listinfo/enlightenment-devel>The @@ -314,14 +306,14 @@ <p> We have split our website into 2 major parts. The main less-changing - pages such as this and a <a - href=http://trac.enlightenment.org/e/wiki>Wiki</a>. This Wiki is + pages such as this and a + <a href="https://phab.enlightenment.org/w/">Wiki</a>. This Wiki is where anyone can edit and contribute documentation, information and similar pages. </p> <p> - Feel free to browse around the <a - href=http://trac.enlightenment.org/e/wiki>Wiki</a> to see if what + Feel free to browse around the + <a href="https://phab.enlightenment.org/w/">Wiki</a> to see if what you are looking for is over there, or if you wish to contribute information. </p> @@ -333,6 +325,92 @@ </tr> </table> +<?php frame1("width=100%");?> +<div class="main"> +<h2>People</h2> + +<p> + This is a list of our developers. Each will work in different things, + and have various levels of activity at any time, and even be spread + out all around the world and speak various different languages. +</p> +<p> + We are an inclusive, not exclusive community. It means we prefer to + welcome you than to keep you out. We do "ask for forgiveness, not + permission" style development. That means that once you are a + developer you have access to work on anything and do anything you feel + is needed. Of course everyone sees what you do, when and how, and + sometimes you may be called to account on your changes and be yelled + at, with changes being reverted, but this is the exception, not the + rule. If you are going to play with code someone else is actively + working on (and the SVN commits list will let you know that as well + as the below list of developers and who is responsible for what), it + is nice to first discuss your changes with people - especially if they + are major and get an agreement. +</p> +<p> + If you want to become a developer, please see our <?php a("contribute", + "contribution");?> page. Information is over there as to how to + contribute and help out. +</p> + +<center> + <table class="data developers active" cellspacing="0"> + <caption> + Active developers + </caption> + <thead> + <tr> + <th class="photo"></th> + <th class="name">Name</th> + <th class="manage">Managing / Contributing</th> + <th class="irc">IRC Nick</th> + <th class="location">Location</th> + <th class="website">Website</th> + </tr> + </thead> + <tbody> + <?php foreach ( developers_active() as $login => $data ): ?> + <tr <?php tr_odd() ?>> + <td class="photo"> <?php echo dev_data_photo($data) ?></td> + <td class="name"> <?php td(dev_data_contact($data)) ?></td> + <td class="manage"> <?php td(@$data['Managing'] . ((!empty($data['Managing']) && !empty($data['Contributing'])) ? ", " : "") . @$data['Contributing']) ?></td> + <td class="irc"> <?php td(dev_data_irc($data)) ?></td> + <td class="location"> <?php td(@$data['Location']) ?></td> + <td class="website"> <?php td(dev_data_www($data)) ?></td> + </tr> + <?php endforeach; ?> + </tbody> + </table> + + <?php tr_odd('reset') ?> + + <table class="data developers inactive" cellspacing="0"> + <caption> + Inactive developers + </caption> + <thead> + <tr> + <th class="name">Name</th> + <th class="manage">Managed / Contributed</th> + <th class="irc">IRC Nick</th> + <th class="website">Website</th> + </tr> + <tbody> + <?php foreach ( developers_inactive() as $login => $data ): ?> + <tr <?php tr_odd() ?>> + <td class="name"> <?php td(dev_data_contact($data)) ?></td> + <td class="manage"> <?php td(@$data['Managing'] . ((!empty($data['Managing']) && !empty($data['Contributing'])) ? ", " : "") . @$data['Contributing']) ?></td> + <td class="irc"> <?php td(@$data['IRC Nick']) ?></td> + <td class="website"> <?php td(dev_data_www($data)) ?></td> + </tr> + <?php endforeach; ?> + </tbody> + </table> +</center> +</div> +<?php frame2();?> + </div> </td> </tr> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 08:34:40
|
Log: space between words. Author: raster Date: 2013-04-09 01:34:34 -0700 (Tue, 09 Apr 2013) New Revision: 84493 Trac: http://trac.enlightenment.org/e/changeset/84493 Modified: trunk/web/www/p/docs/en-body Modified: trunk/web/www/p/docs/en-body =================================================================== --- trunk/web/www/p/docs/en-body 2013-04-09 08:32:53 UTC (rev 84492) +++ trunk/web/www/p/docs/en-body 2013-04-09 08:34:34 UTC (rev 84493) @@ -30,7 +30,7 @@ <p> We have migrated now to using phabricator as our collaboration tool, so - our<a href="https://phab.enlightenment.org/w">wiki is here</a>. + our <a href="https://phab.enlightenment.org/w">wiki is here</a>. There is also the <a href="http://trac.enlightenment.org/e/wiki">older trac wiki</a> available (please note that some pages also reside in the very old |
From: Enlightenment S. <no-...@en...> - 2013-04-09 08:33:00
|
Log: no need for title. Author: raster Date: 2013-04-09 01:32:53 -0700 (Tue, 09 Apr 2013) New Revision: 84492 Trac: http://trac.enlightenment.org/e/changeset/84492 Modified: trunk/web/www/p/docs/en-body Modified: trunk/web/www/p/docs/en-body =================================================================== --- trunk/web/www/p/docs/en-body 2013-04-09 08:31:40 UTC (rev 84491) +++ trunk/web/www/p/docs/en-body 2013-04-09 08:32:53 UTC (rev 84492) @@ -169,8 +169,6 @@ <?php frame1("width=100%");?> <div class="main"> -<h2>E17 Documentation</h2> - <table border=0 cellpadding=0 cellspacing=8 width='100%'><tr> <!-- <td class='main' width='*'><div class="main"> |
From: Enlightenment S. <no-...@en...> - 2013-04-09 08:31:49
|
Log: start cleaning up website a bit. consolidate e16 docs on e16 about page. trim non up to date docs on docs page. deprecate old new mechanism - use phab offical announcment blog now... Author: raster Date: 2013-04-09 01:31:40 -0700 (Tue, 09 Apr 2013) New Revision: 84491 Trac: http://trac.enlightenment.org/e/changeset/84491 Modified: trunk/web/www/p.php trunk/web/www/p/about/e16/en-body trunk/web/www/p/docs/en-body Modified: trunk/web/www/p/about/e16/en-body =================================================================== --- trunk/web/www/p/about/e16/en-body 2013-04-08 12:01:47 UTC (rev 84490) +++ trunk/web/www/p/about/e16/en-body 2013-04-09 08:31:40 UTC (rev 84491) @@ -106,6 +106,31 @@ <p class="manager">Enlightenment DR16's project manager is Kim "kwo" Woelders.</p> </span> + +<?php frame1("width=100%");?> +<div class="main"> + +<h2>Enlightenment DR16 Documentation</h2> + <p> + There is ample documentation available from Enlightenment itself. eDox is + DR16's "built in" documentation and tutorial system. This system was removed + from the main distribution with the release of DR16.7 in order to shrink the + size of the distribution and applications installed disk usage. If you are + new to Enlightenment, please <a + href="http://sourceforge.net/project/showfiles.php?group_id=2&package_id=116678&release_id=234365">download + and install the enlightenment-docs package (aka: eDox)</a>. + </p> + +<h3>EtherDox [<a href="http://etherdoxproject.com">HTML</a>]</h3> + <p> + Assorted articles on DR16 theming building toward a complete set of + documents for the DR16 themer.<br /> + Written by <a href="mailto:pe...@SP...">monkiboi</a>. + </p> + +</div> +<?php frame2();?> + </div> </td> </tr> Modified: trunk/web/www/p/docs/en-body =================================================================== --- trunk/web/www/p/docs/en-body 2013-04-08 12:01:47 UTC (rev 84490) +++ trunk/web/www/p/docs/en-body 2013-04-09 08:31:40 UTC (rev 84491) @@ -19,8 +19,6 @@ <?php frame1("width=100%");?> <div class="main"> -<h2>EFL Documentation</h2> - <table border=0 cellpadding=0 cellspacing=8><tr> <td class='main' width='*'><div class="main"> <p> @@ -31,8 +29,11 @@ </p> <p> - There is also a <a href="http://trac.enlightenment.org/e/wiki">wiki</a> - available (please note that some pages still reside in the old + We have migrated now to using phabricator as our collaboration tool, so + our<a href="https://phab.enlightenment.org/w">wiki is here</a>. + There is also the + <a href="http://trac.enlightenment.org/e/wiki">older trac wiki</a> + available (please note that some pages also reside in the very old <a href="http://wiki.enlightenment.org/">wiki</a>, but it is old and out of date). </p> @@ -49,21 +50,14 @@ as well as specific pages per library. </p> -<h3><a href=http://trac.enlightenment.org/e/wiki/EFLOverview>Overview</a></h3> - <p> - For an overview of how EFL is works and is designed, read this. - </p> - -<h3><a href=http://trac.enlightenment.org/e/wiki/EFL>EFL</a></h3> - <p> - For a list of all EFL documentation on our wiki, go here. - </p> +<h3>The Enlightenment Foundation Libraries -- A Big Picture [<a + href="http://docs.enlightenment.org/books/efl-big-picture/efl_big_picture.pdf">PDF</a>]</h3> + <p> A high level overview of the EFL. This document describes the + general concepts behind all of our technology. If you are a newcomer + to any part of it, this document is for you. <br /> + Written by <a href="mailto:gl...@NO...">Gustavo Lima Chaves</a> + </p> -<h3><a href=http://docs.enlightenment.org/api/release/>Release</a></h3> - <p> - For the documentation of past official release, go here. - </p> - </div></td> <td class='main'><div class="main"> @@ -146,48 +140,22 @@ </thead> <tr> <td colspan=2> - <?php blinkurl("i/logo-s.png", "EFL", "http://docs.enlightenment.org/auto/efl"); ?> + <?php blinkurl("i/logo-s.png", "EFL", "https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/Project_documentation/index.html"); ?> </td> </tr> <tr> - <td> - <?php blinkurl("i/logo-s.png", "EDJE", "http://docs.enlightenment.org/auto/edje"); ?> + <td colspan=2> + <?php blinkurl("i/logo-s.png", "ELEMENTARY", "http://docs.enlightenment.org/auto/elementary"); ?> </td> - <td> - <?php blinkurl("i/logo-s.png", "EDBUS", "http://docs.enlightenment.org/auto/e_dbus"); ?> - </td> </tr> <tr> <td> - <?php blinkurl("i/logo-s.png", "EEZE", "http://docs.enlightenment.org/auto/eeze"); ?> - </td> - <td> - <?php blinkurl("i/logo-s.png", "EFREET", "http://docs.enlightenment.org/auto/efreet"); ?> - </td> - </tr> - <tr> - <td> <?php blinkurl("i/logo-s.png", "EFX", "http://docs.enlightenment.org/auto/efx"); ?> </td> <td> - <?php blinkurl("i/logo-s.png", "ELEMENTARY", "http://docs.enlightenment.org/auto/elementary"); ?> - </td> - </tr> - <tr> - <td> - <?php blinkurl("i/logo-s.png", "EMOTION", "http://docs.enlightenment.org/auto/emotion"); ?> - </td> - <td> <?php blinkurl("i/logo-s.png", "EPDF", "http://docs.enlightenment.org/auto/epdf"); ?> </td> </tr> - <tr> - <td> - <?php blinkurl("i/logo-s.png", "EPHYSICS", "http://docs.enlightenment.org/auto/ephysics"); ?> - </td> - <td> - <?php blinkurl("i/logo-s.png", "ETHUMB", "http://docs.enlightenment.org/auto/ethumb"); ?> - </td> </tr> </table> </center> @@ -227,97 +195,6 @@ </div> <?php frame2();?> -<?php frame1("width=100%");?> -<div class="main"> - -<h2>Application Documentation</h2> - -<table border=0 cellpadding=0 cellspacing=8><tr> -<td class='main' width='*'><div class="main"> - -<p> -Some applications also have automatically generated documentation. It is -generated daily from SVN like the EFL documentation above. Just -select the documentation you desire on the right. -</p> - -</div></td> -<td class='main'><div class="main"> - -<center> -<table border=0 cellpadding=0 cellspacing=10> - <tr> - <td> - <?php blinkurl("i/logo-s.png", "EXALT", "http://docs.enlightenment.org/auto/exalt"); ?> - </td> - <td> - <?php blinkurl("i/logo-s.png", "EPHOTO MANAGER", "http://docs.enlightenment.org/auto/ephoto_manager"); ?> - </td> - </tr> - <tr> - <td> - <?php blinkurl("i/logo-s.png", "EYELIGHT", "http://docs.enlightenment.org/auto/eyelight"); ?> - </td> - </tr> -</table> -</center> - -</div></td> -</tr></table> - -</div> -<?php frame2();?> - -<hr> - -<?php frame1("width=100%");?> -<div class="main"> - -<h2>Enlightenment DR16 Documentation</h2> - <p> - There is ample documentation available from Enlightenment itself. eDox is - DR16's "built in" documentation and tutorial system. This system was removed - from the main distribution with the release of DR16.7 in order to shrink the - size of the distribution and applications installed disk usage. If you are - new to Enlightenment, please <a - href="http://sourceforge.net/project/showfiles.php?group_id=2&package_id=116678&release_id=234365">download - and install the enlightenment-docs package (aka: eDox)</a>. - </p> - -<h3>EtherDox [<a href="http://etherdoxproject.com">HTML</a>]</h3> - <p> - Assorted articles on DR16 theming building toward a complete set of - documents for the DR16 themer.<br /> - Written by <a href="mailto:pe...@SP...">monkiboi</a>. - </p> - -</div> -<?php frame2();?> - -<br> -<hr> -<br> - -<?php frame1("width=100%");?> -<div class="main"> - -<h3>EFL Guides, Tutorials and Manuals (for developers and designers)</h3> - <p> - These manuals are still work in progress. They may not cover all of our - packages/functionality yet, but we're working on it. - </p> - -<h3>The Enlightenment Foundation Libraries -- A Big Picture [<a - href="http://docs.enlightenment.org/books/efl-big-picture/efl_big_picture.pdf">PDF</a>]</h3> - <p> A high level overview of the EFL. This document describes the - general concepts behind all of our technology. If you are a newcomer - to any part of it, this document is for you. <br /> - Written by <a href="mailto:gl...@NO...">Gustavo Lima Chaves</a> - </p> - -</div> -<?php frame2();?> - </div> </td> </tr> Modified: trunk/web/www/p.php =================================================================== --- trunk/web/www/p.php 2013-04-08 12:01:47 UTC (rev 84490) +++ trunk/web/www/p.php 2013-04-09 08:31:40 UTC (rev 84491) @@ -46,14 +46,13 @@ <ul class="menu"> <?php echo(nav_button("homelink", ""));?> - <?php echo(nav_button("news", ""));?> - <li class="news"><a href="https://phab.enlightenment.org/phame/live/3"><span>News2</span></a></li> <?php echo(nav_button("about", ""));?> <?php echo(nav_button("download", ""));?> - <?php echo(nav_button("support", ""));?> - <?php echo(nav_button("contribute", ""));?> <?php echo(nav_button("contact", ""));?> + <?php echo(nav_button("contribute", ""));?> + <?php echo(nav_button("support", ""));?> <?php echo(nav_button("docs", ""));?> + <li class="news"><a href="https://phab.enlightenment.org/phame/live/3"><span>News</span></a></li> <li class="devel"><a href="https://phab.enlightenment.org"><span>Devel</span></a></li> <li class="blog"><a href="https://phab.enlightenment.org/phame/live/1/"><span>Blog</span></a></li> <li class="wiki"><a href="https://phab.enlightenment.org/w"><span>Wiki</span></a></li> @@ -68,10 +67,10 @@ <?php nav_subs(); ?> <li class=''><?php a("donate", "<span>Donate</span>");?></a></li> <li><a href="http://flattr.com/thing/418692/Enlightenment" target="_blank"><span><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></span></a></li> - <li class=''><a href=http://twitter.com/_Enlightenment_><span><img src="http://www.enlightenment.org/i/soc-i-tw.png" border=0 height=16 width=16></span></a></li> - <li class=''><a href=http://plus.google.com/118426816251488376359><span><img src="http://www.enlightenment.org/i/soc-i-g+.png" border=0 height=16 width=16></span></a></li> - <li class=''><a href=http://www.facebook.com/enlightenment.org><span><img src="http://www.enlightenment.org/i/soc-i-fb.png" border=0 height=16 width=16></span></a></li> - <li class=''><a href=http://planet.enlightenment.org/><span><img src="http://www.enlightenment.org/i/feed-icon-14x14.png" border=0 height=16 width=16></span></a></li> + <li class=''><a href="http://twitter.com/_Enlightenment_"><span><img src="http://www.enlightenment.org/i/soc-i-tw.png" border=0 height=16 width=16></span></a></li> + <li class=''><a href="http://plus.google.com/118426816251488376359"><span><img src="http://www.enlightenment.org/i/soc-i-g+.png" border=0 height=16 width=16></span></a></li> + <li class=''><a href="http://www.facebook.com/enlightenment.org"><span><img src="http://www.enlightenment.org/i/soc-i-fb.png" border=0 height=16 width=16></span></a></li> + <li class=''><a href="http://planet.enlightenment.org"><span><img src="http://www.enlightenment.org/i/feed-icon-14x14.png" border=0 height=16 width=16></span></a></li> </ul> </div> |
From: Enlightenment S. <no-...@en...> - 2013-04-08 12:01:58
|
Log: editje: updated editje code according to latest python binding changes (git). This is not all. I should wait for the edje edit support from python-efl. Author: seoz Date: 2013-04-08 05:01:47 -0700 (Mon, 08 Apr 2013) New Revision: 84490 Trac: http://trac.enlightenment.org/e/changeset/84490 Modified: trunk/editje/editje-bin trunk/editje/editje/about.py trunk/editje/editje/editable.py trunk/editje/editje/editje.py trunk/editje/editje/floater.py Modified: trunk/editje/editje/about.py =================================================================== --- trunk/editje/editje/about.py 2013-04-04 08:03:57 UTC (rev 84489) +++ trunk/editje/editje/about.py 2013-04-08 12:01:47 UTC (rev 84490) @@ -15,8 +15,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with Editje. If not, see <http://www.gnu.org/licenses/>. -import evas -import elementary +from efl import evas +from efl import elementary import sysconfig from floater import Wizard Modified: trunk/editje/editje/editable.py =================================================================== --- trunk/editje/editje/editable.py 2013-04-04 08:03:57 UTC (rev 84489) +++ trunk/editje/editje/editable.py 2013-04-08 12:01:47 UTC (rev 84490) @@ -18,7 +18,7 @@ import os import re -import edje +from import edje from edje.edit import EdjeEdit from editable_animation import EditableAnimation Modified: trunk/editje/editje/editje.py =================================================================== --- trunk/editje/editje/editje.py 2013-04-04 08:03:57 UTC (rev 84489) +++ trunk/editje/editje/editje.py 2013-04-08 12:01:47 UTC (rev 84490) @@ -19,11 +19,11 @@ import sys import errno -import evas -import ecore -import edje -import elementary -import ecore +from efl import evas +from efl import ecore +from efl import edje +from efl import elementary +from efl import ecore import sysconfig from about import About Modified: trunk/editje/editje/floater.py =================================================================== --- trunk/editje/editje/floater.py 2013-04-04 08:03:57 UTC (rev 84489) +++ trunk/editje/editje/floater.py 2013-04-08 12:01:47 UTC (rev 84490) @@ -15,10 +15,17 @@ # You should have received a copy of the GNU Lesser General Public # License along with Editje. If not, see <http://www.gnu.org/licenses/>. -import evas -import edje -from elementary import Layout, Button, InnerWindow, Box, Naviframe, \ - Icon, Label, Notify, ELM_NOTIFY_ORIENT_TOP, Separator +from efl import evas +from efl import edje +from efl.elementary.layout import Layout +from efl.elementary.button import Button +from efl.elementary.innerwindow import InnerWindow +from efl.elementary.box import Box +from efl.elementary.naviframe import Naviframe +from efl.elementary.icon import Icon +from efl.elementary.label import Label +from efl.elementary.notify import Notify +from efl.elementary.separator import Separator import sysconfig _instance = None @@ -342,7 +349,7 @@ self.__notification = None self.__notification = Notify(self) self.__notification.timeout_set(2) - self.__notification.orient_set(ELM_NOTIFY_ORIENT_TOP) + self.__notification.orient_set(elementary.ELM_NOTIFY_ORIENT_TOP) bx = Box(self) bx.size_hint_weight_set(evas.EVAS_HINT_EXPAND, evas.EVAS_HINT_EXPAND) Modified: trunk/editje/editje-bin =================================================================== --- trunk/editje/editje-bin 2013-04-04 08:03:57 UTC (rev 84489) +++ trunk/editje/editje-bin 2013-04-08 12:01:47 UTC (rev 84490) @@ -24,8 +24,8 @@ import errno import logging -import elementary -import edje +from efl import elementary +from efl import edje from editje.sysconfig import VERSION from editje.editje import Editje |
From: Enlightenment S. <no-...@en...> - 2013-04-04 08:04:05
|
Log: Migrated ephysics_tests to git. Author: tasn Date: 2013-04-04 01:03:57 -0700 (Thu, 04 Apr 2013) New Revision: 84489 Trac: http://trac.enlightenment.org/e/changeset/84489 Removed: trunk/ephysics_tests/ |
From: Enlightenment S. <no-...@en...> - 2013-04-03 17:27:28
|
Log: EPhoto is in git now http://git.enlightenment.org/apps/ephoto.git/ Author: asdfuser Date: 2013-04-03 10:27:19 -0700 (Wed, 03 Apr 2013) New Revision: 84488 Trac: http://trac.enlightenment.org/e/changeset/84488 Removed: trunk/ephoto/ |
From: Enlightenment S. <no-...@en...> - 2013-04-03 14:39:09
|
Log: The repo for user/key management can now be found in git http://git.enlightenment.org/admin/devs.git/ Author: asdfuser Date: 2013-04-03 07:38:59 -0700 (Wed, 03 Apr 2013) New Revision: 84487 Trac: http://trac.enlightenment.org/e/changeset/84487 Removed: trunk/devs/ |
From: Enlightenment S. <no-...@en...> - 2013-04-03 13:10:39
|
Log: Esskwa what's its name is in Git now http://git.enlightenment.org/devs/discomfitor/esskyuehl.git/ Author: asdfuser Date: 2013-04-03 06:10:33 -0700 (Wed, 03 Apr 2013) New Revision: 84486 Trac: http://trac.enlightenment.org/e/changeset/84486 Removed: trunk/PROTO/esskyuehl/ |
From: Enlightenment S. <no-...@en...> - 2013-04-03 13:09:23
|
Log: enjoy is in git now http://git.enlightenment.org/apps/enjoy.git/ Enjoy! Author: asdfuser Date: 2013-04-03 06:09:15 -0700 (Wed, 03 Apr 2013) New Revision: 84485 Trac: http://trac.enlightenment.org/e/changeset/84485 Removed: trunk/enjoy/ |