Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread P Purkayastha
On 11/14/2012 08:24 AM, Carsten Haitzler (The Rasterman) wrote:
>
> ensuring that will only happen if those that can reproduce it look into it. :)

Just an FYI: I posted a means to reproduce it reliably (including the 
revision number where I can reliably reproduce it, even with software 
comp) on the ticket. See

http://trac.enlightenment.org/e/ticket/1558#comment:16

and the comment following it.

Note: This is not to pester you if you can't reproduce. It is simply the 
first time I could reliably reproduce. I thought I would highlight it here.


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [E-Devel][Patch][Elementary]Map: Remove delayed job

2012-11-13 Thread The Rasterman
On Tue, 16 Oct 2012 22:22:47 +0900 Bluezery  said:

> Dear EFL developers,
> 
> This patch removes delayed jobs in elm_map.
> Previously delayed job is used for queuing the zooming & zoom mode
> changing & overlay_showing API requests. Queued jobs are all executed
> when pan is calculated.
> But actually queued jobs are not needed to be  executed. Just last
> jobs are needed to be executed per pan calculation.
> So I removed delayed jobs and fill calc job functions to be executed
> while calculation is executed.
> Please review this patch.

q look over the code and a test show its happy... so in svn it is! tnx! :)

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on OSX: blank file menus

2012-11-13 Thread The Rasterman
On Mon, 15 Oct 2012 20:07:28 -0700 Dave Ray  said:

> Hi,
> 
> On Oct 15, 2012, at 8:45 AM, Carsten Haitzler (The Rasterman) wrote:
> 
> > On Mon, 15 Oct 2012 07:31:04 -0700 Dave Ray  said:
> > 
> >> Hi,
> >> Yes, it exists. But there may be something wrong with the full path e17 is
> >> looking for:
> >> $ ls
> >> -al /var/folders/p9/p447lsgn76z04gn3hdvlzgs4gn/T/enlightenment-davidray
> >> \@/ total 0 drwx--  3 davidray  davidray  102 Oct 15
> >> 07:19 . drwx--  4 davidray  davidray  136 Oct 15 07:25 ..
> >> srwxrwxrwx  1 davidray  davidray0 Oct 15 07:19 disp-:0.0-1743%F0??
> >> $
> >> 
> > %F0?? ... almost looks like something became corrupt. the path buffer is
> > limtied to 1024 bytes but your path is much less than that. the code
> > literally is:
> > 
> >  snprintf(buf3, sizeof(buf3), "%s/disp-%s-%i",
> >   buf, disp, pid);
> > so u have buf and disp output find but pid has junk appended to it and
> > snprintf sure as hell doesnt append that. oooh wait...
> > 
> > ecore_con will APPEND "|%i" to it:
> > 
> >   snprintf(buf,
> >sizeof(buf),
> >"%s|%i",
> >svr->name,
> >svr->port);
> > 
> > does osx disallow '|' in file paths?
> 
> Yes, OSX does allow '|' (pipe symbol) in file paths. A shell interpreter is
> likely to fail with a pipe in the filename though.
> 
> I tried this a few more times. The socket file e17 creates is always a
> mismatch with the file that the console message say it's looking for. I guess
> this is why the file menus aren't working.
> 
> When the console error is:
> Cannot connect to enlightenment (socket
> '/var/folders/p9/p447lsgn76z04gn3hdvlzgs4gn/T//enlightenment-davidray@/disp-:0.0-8629
> 
> The socket file created is:
> disp-:0.0-8629%EC??
> 
> I don't understand how
> snprintf(buf,sizeof(buf),"%s|%i",svr->name,svr->port); 
> can end up as 
> %EA??
> 
> So the part of the filename appended by ecore_con is totally broken on OSX. 

since it seems to be a socket path limitation (in size) and you've used a long
XDG_RUNTIME_DIR, TMPDIR or SD_USER_SOCKETS_DIR just to make it worse... :)
i've shortened the other bits of the socket name to make it hopefully fit in -
but if you make any of these env vars longer yet still u'll hit the problem
again. i suggest finding a way to keep them ... short :)

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] mac os x

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 21:43:45 -0800 Dave Ray  said:

wtf? somehting ADDED underscores in front of the symbols.. that is so wrong...
the src as it reads in svn atm anyway doent have these and i dont see how a
macro could do this as it'd need to replace each whole token not just _e and
_E... something odd with the compiler/linker here.

> Hi,
> Vincent Torri suggested I post here..
> I'm getting the following when building /trunk/e/ on OSX. 
> 
> $ make
> …
> Making all in modules
>  CC clock/e_mod_main.lo
> clock/e_mod_main.c:811: warning: '_clock_fd_update' defined but not used
>  CC clock/e_mod_config.lo
>  CCLD   clock/module.la
> Undefined symbols for architecture x86_64:
>  "_E_EVENT_BORDER_FULLSCREEN", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_E_EVENT_DESK_AFTER_SHOW", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_E_EVENT_SYS_RESUME", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_action_add", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_action_del", referenced from:
>  _e_modapi_shutdown in e_mod_main.o
>  "_e_action_predef_name_del", referenced from:
>  _e_modapi_shutdown in e_mod_main.o
>  "_e_action_predef_name_set", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_config_descriptor_new", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_config_dialog_find", referenced from:
>  _e_int_config_clock_module in e_mod_config.o
>  "_e_config_dialog_new", referenced from:
>  _e_int_config_clock_module in e_mod_config.o
>  "_e_config_domain_load", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_config_domain_save", referenced from:
>  _e_modapi_save in e_mod_main.o
>  "_e_config_save_queue", referenced from:
>  __conf_item_get in e_mod_main.o
>  __basic_apply_data in e_mod_config.o
>  "_e_container_current_get", referenced from:
>  __clock_menu_cb_cfg in e_mod_main.o
>  "_e_gadcon_canvas_zone_geometry_get", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_gadcon_client_aspect_set", referenced from:
>  __eval_instance_size in e_mod_main.o
>  "_e_gadcon_client_min_size_set", referenced from:
>  __eval_instance_size in e_mod_main.o
>  "_e_gadcon_client_new", referenced from:
>  __gc_init in e_mod_main.o
>  "_e_gadcon_client_util_menu_items_append", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_gadcon_popup_content_set", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_e_gadcon_popup_new", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_e_gadcon_popup_show", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_e_gadcon_provider_register", referenced from:
>  _e_modapi_init in e_mod_main.o
>  "_e_gadcon_provider_unregister", referenced from:
>  _e_modapi_shutdown in e_mod_main.o
>  "_e_manager_current_get", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  __clock_menu_cb_cfg in e_mod_main.o
>  "_e_menu_activate_mouse", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_menu_item_callback_set", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_menu_item_label_set", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_menu_item_new", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_menu_new", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_module_dir_get", referenced from:
>  __gc_icon in e_mod_main.o
>  _e_int_config_clock_module in e_mod_config.o
>  "_e_object_del", referenced from:
>  _e_modapi_shutdown in e_mod_main.o
>  __gc_shutdown in e_mod_main.o
>  __clock_popup_fullscreen_change in e_mod_main.o
>  __clock_cb_mouse_down in e_mod_main.o
>  __clock_settings_cb in e_mod_main.o
>  __clock_popup_desk_change in e_mod_main.o
>  __clock_menu_cb_cfg in e_mod_main.o
>  ...
>  "_e_shelf_desk_visible", referenced from:
>  __clock_popup_desk_change in e_mod_main.o
>  "_e_theme_edje_object_set", referenced from:
>  __gc_init in e_mod_main.o
>  _e_int_clock_instances_redo in e_mod_main.o
>  __clock_popup_new in e_mod_main.o
>  "_e_util_menu_item_theme_icon_set", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_util_zone_current_get", referenced from:
>  __clock_cb_mouse_down in e_mod_main.o
>  "_e_widget_button_add", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_e_widget_check_add", referenced from:
>  __basic_create_widgets in e_mod_config.o
>  "_e_widget_frametable_add", referenced from:
>  __basic_create_widgets in e_mod_config.o
>  "_e_widget_frametable_object_append", referenced from:
>  __basic_create_widgets in e_mod_config.o
>  "_e_widget_image_add_from_object", referenced from:
>  __clock_popup_new in e_mod_main.o
>  "_e_widget_label_add", referenced from:
>  __basic_create_widgets in e_mod_config.o
>  "_e_widget_radio_add", referenced f

Re: [E-devel] New Default Theme

2012-11-13 Thread The Rasterman
On Wed, 14 Nov 2012 06:00:59 + Michael Blumenkrantz
 said:

> On Wed, 14 Nov 2012 14:11:59 +0900
> Carsten Haitzler (The Rasterman)  wrote:
> 
> > On Tue, 13 Nov 2012 22:14:19 -0600 Jeff Hoogland 
> > said:
> > 
> > > In addition to the file manager issue you mention non-default themes also
> > > fail to have select-able text in EFL windows. For example screenshot
> > > uploader: http://imgur.com/fAavb
> > > 
> > > Since it works in the default theme though I am assuming existing themes
> > > just need updates.
> > 
> > that looks like a break in the entry code. tasn ported the e entry code to
> > use edje entry and this seems to have resulted in it being disabled there
> > for some reason
> > 
> > > On Tue, Nov 13, 2012 at 9:47 PM, Carsten Haitzler
> > > wrote:
> > > 
> > > > On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland
> > > >  said:
> > > >
> > > > > First off -
> > > > >
> > > > > I'd like to say the new default theme is great. Aside from the
> > > > > numbers on the digital clock I really like it.
> > > > >
> > > > > That being said, why did the default theme changing break so much in
> > > > > existing themes?
> > > >
> > > > the only thing that really broke was efm - the default efm fileman
> > > > window theme
> > > > was just plain wrong. there was no actual swallowed layout at all. it
> > > > was hand-packed in code. this was a fundamental bug in the fileman
> > > > module and i fixed while doing the theme.
> > > >
> > > > --
> > > > - Codito, ergo sum - "I code, therefore I am" --
> > > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > > >
> > > >
> > > 
> > > 
> 
> Entry changed, EFM window layout changed, EFM popup layout changed, and I
> think that's it?

oh yeah. - efm popup got a proper edje layout for the window too.


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Michael Blumenkrantz
On Tue, 13 Nov 2012 23:03:31 -0600
Esteban Monge  wrote:

> Hello I have problems with File Manager, after alpha release works good,
> with snapshot 77927, but before alpha releases Filemanager is a blank
> screen.
> 
> How I can enable logs for send a report? or more detailed errors?
> 
> I am using EFL 1.7.1, Debian Sid and e17 alpha2

This is actually a theme issue, and not all themes have been updated to work 
with the new EFM requirements. Since all active authors of themes are likely 
aware of this, your best course of action for the moment is one of the 
following:

* Wait for the theme to be fixed
* Switch to another theme
* Fix the theme yourself (check out all the "fileman" groups in the edc)

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New Default Theme

2012-11-13 Thread Michael Blumenkrantz
On Wed, 14 Nov 2012 14:11:59 +0900
Carsten Haitzler (The Rasterman)  wrote:

> On Tue, 13 Nov 2012 22:14:19 -0600 Jeff Hoogland  
> said:
> 
> > In addition to the file manager issue you mention non-default themes also
> > fail to have select-able text in EFL windows. For example screenshot
> > uploader: http://imgur.com/fAavb
> > 
> > Since it works in the default theme though I am assuming existing themes
> > just need updates.
> 
> that looks like a break in the entry code. tasn ported the e entry code to use
> edje entry and this seems to have resulted in it being disabled there for some
> reason
> 
> > On Tue, Nov 13, 2012 at 9:47 PM, Carsten Haitzler 
> > wrote:
> > 
> > > On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland 
> > > said:
> > >
> > > > First off -
> > > >
> > > > I'd like to say the new default theme is great. Aside from the numbers 
> > > > on
> > > > the digital clock I really like it.
> > > >
> > > > That being said, why did the default theme changing break so much in
> > > > existing themes?
> > >
> > > the only thing that really broke was efm - the default efm fileman window
> > > theme
> > > was just plain wrong. there was no actual swallowed layout at all. it was
> > > hand-packed in code. this was a fundamental bug in the fileman module and 
> > > i
> > > fixed while doing the theme.
> > >
> > > --
> > > - Codito, ergo sum - "I code, therefore I am" --
> > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > >
> > >
> > 
> > 

Entry changed, EFM window layout changed, EFM popup layout changed, and I think 
that's it?

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] mac os x

2012-11-13 Thread Dave Ray
Hi,
Vincent Torri suggested I post here..
I'm getting the following when building /trunk/e/ on OSX. 

$ make
…
Making all in modules
 CC clock/e_mod_main.lo
clock/e_mod_main.c:811: warning: '_clock_fd_update' defined but not used
 CC clock/e_mod_config.lo
 CCLD   clock/module.la
Undefined symbols for architecture x86_64:
 "_E_EVENT_BORDER_FULLSCREEN", referenced from:
 __clock_popup_new in e_mod_main.o
 "_E_EVENT_DESK_AFTER_SHOW", referenced from:
 __clock_popup_new in e_mod_main.o
 "_E_EVENT_SYS_RESUME", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_action_add", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_action_del", referenced from:
 _e_modapi_shutdown in e_mod_main.o
 "_e_action_predef_name_del", referenced from:
 _e_modapi_shutdown in e_mod_main.o
 "_e_action_predef_name_set", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_config_descriptor_new", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_config_dialog_find", referenced from:
 _e_int_config_clock_module in e_mod_config.o
 "_e_config_dialog_new", referenced from:
 _e_int_config_clock_module in e_mod_config.o
 "_e_config_domain_load", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_config_domain_save", referenced from:
 _e_modapi_save in e_mod_main.o
 "_e_config_save_queue", referenced from:
 __conf_item_get in e_mod_main.o
 __basic_apply_data in e_mod_config.o
 "_e_container_current_get", referenced from:
 __clock_menu_cb_cfg in e_mod_main.o
 "_e_gadcon_canvas_zone_geometry_get", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_gadcon_client_aspect_set", referenced from:
 __eval_instance_size in e_mod_main.o
 "_e_gadcon_client_min_size_set", referenced from:
 __eval_instance_size in e_mod_main.o
 "_e_gadcon_client_new", referenced from:
 __gc_init in e_mod_main.o
 "_e_gadcon_client_util_menu_items_append", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_gadcon_popup_content_set", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_gadcon_popup_new", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_gadcon_popup_show", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_gadcon_provider_register", referenced from:
 _e_modapi_init in e_mod_main.o
 "_e_gadcon_provider_unregister", referenced from:
 _e_modapi_shutdown in e_mod_main.o
 "_e_manager_current_get", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 __clock_menu_cb_cfg in e_mod_main.o
 "_e_menu_activate_mouse", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_menu_item_callback_set", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_menu_item_label_set", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_menu_item_new", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_menu_new", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_module_dir_get", referenced from:
 __gc_icon in e_mod_main.o
 _e_int_config_clock_module in e_mod_config.o
 "_e_object_del", referenced from:
 _e_modapi_shutdown in e_mod_main.o
 __gc_shutdown in e_mod_main.o
 __clock_popup_fullscreen_change in e_mod_main.o
 __clock_cb_mouse_down in e_mod_main.o
 __clock_settings_cb in e_mod_main.o
 __clock_popup_desk_change in e_mod_main.o
 __clock_menu_cb_cfg in e_mod_main.o
 ...
 "_e_shelf_desk_visible", referenced from:
 __clock_popup_desk_change in e_mod_main.o
 "_e_theme_edje_object_set", referenced from:
 __gc_init in e_mod_main.o
 _e_int_clock_instances_redo in e_mod_main.o
 __clock_popup_new in e_mod_main.o
 "_e_util_menu_item_theme_icon_set", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_util_zone_current_get", referenced from:
 __clock_cb_mouse_down in e_mod_main.o
 "_e_widget_button_add", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_widget_check_add", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_frametable_add", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_frametable_object_append", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_image_add_from_object", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_widget_label_add", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_radio_add", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_radio_group_new", referenced from:
 __basic_create_widgets in e_mod_config.o
 "_e_widget_table_add", referenced from:
 __clock_popup_new in e_mod_main.o
 __basic_create_widgets in e_mod_config.o
 "_e_widget_table_object_align_append", referenced from:
 __clock_popup_new in e_mod_main.o
 "_e_widget_table_object_append", referenced from:
 __basic_create_widgets in e_mod_config.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[4]

Re: [E-devel] New Default Theme

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 22:14:19 -0600 Jeff Hoogland  said:

> In addition to the file manager issue you mention non-default themes also
> fail to have select-able text in EFL windows. For example screenshot
> uploader: http://imgur.com/fAavb
> 
> Since it works in the default theme though I am assuming existing themes
> just need updates.

that looks like a break in the entry code. tasn ported the e entry code to use
edje entry and this seems to have resulted in it being disabled there for some
reason

> On Tue, Nov 13, 2012 at 9:47 PM, Carsten Haitzler wrote:
> 
> > On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland 
> > said:
> >
> > > First off -
> > >
> > > I'd like to say the new default theme is great. Aside from the numbers on
> > > the digital clock I really like it.
> > >
> > > That being said, why did the default theme changing break so much in
> > > existing themes?
> >
> > the only thing that really broke was efm - the default efm fileman window
> > theme
> > was just plain wrong. there was no actual swallowed layout at all. it was
> > hand-packed in code. this was a fundamental bug in the fileman module and i
> > fixed while doing the theme.
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> 
> 
> -- 
> ~Jeff Hoogland 
> Thoughts on Technology , Tech Blog
> Bodhi Linux , Enlightenment for your Desktop
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Esteban Monge
Hello I have problems with File Manager, after alpha release works good,
with snapshot 77927, but before alpha releases Filemanager is a blank
screen.

How I can enable logs for send a report? or more detailed errors?

I am using EFL 1.7.1, Debian Sid and e17 alpha2
-- 
http://www.nuevaeralatam.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New Default Theme

2012-11-13 Thread Jeff Hoogland
In addition to the file manager issue you mention non-default themes also
fail to have select-able text in EFL windows. For example screenshot
uploader: http://imgur.com/fAavb

Since it works in the default theme though I am assuming existing themes
just need updates.


On Tue, Nov 13, 2012 at 9:47 PM, Carsten Haitzler wrote:

> On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland 
> said:
>
> > First off -
> >
> > I'd like to say the new default theme is great. Aside from the numbers on
> > the digital clock I really like it.
> >
> > That being said, why did the default theme changing break so much in
> > existing themes?
>
> the only thing that really broke was efm - the default efm fileman window
> theme
> was just plain wrong. there was no actual swallowed layout at all. it was
> hand-packed in code. this was a fundamental bug in the fileman module and i
> fixed while doing the theme.
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>


-- 
~Jeff Hoogland 
Thoughts on Technology , Tech Blog
Bodhi Linux , Enlightenment for your Desktop
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EVAS_CALLBACK_MOUSE_UP callback is not called.

2012-11-13 Thread Jaehwan Kim
2012년 11월 12일 월요일에 Gustavo Lima Chaves님이 작성:

> * Jaehwan Kim > [2012-11-12
> 14:57:02 +0900]:
>
> > Dear all
> >
> > I have a problem in elm_image. (exactly when elm_image use
> > edje_object_file_set)
> > When the image is added from edj file, we cannot get the "clicked"
> callback.
> > Internally, when the image use edje_object_file_set,
> EVAS_CALLBACK_MOUSE_UP
> > event callback is not called.
> >
> > You can check the problem by using attached diff file.
> > If you change the the code test_event.c, you can compare the situation.
> > Change "# if 1" to "#if 0".
> > Please check this problem.
> >
> > Thanks.
>
> Hi, Jaehwan.
>
> It's indeed problematic code, I'll just drop my last remark on it here:
>
> "I'd also like to warn the elm_image's original implementor(s) that, a
> line that I kept,
>
>evas_object_event_callback_add
>  (img, EVAS_CALLBACK_MOUSE_UP, _on_mouse_up, obj);
>
> is buggy and waiting for bad things to happen. This should ideally be
> taken care of as Edje does, before emitting a 'clicked' signal -- we
> gotta track if the mouse down was also done inside the object and
> so. Please prove me wrong, if it's the case."
>
> No time to address this issue myself now, but I hope the problem is
> clarified :)
>
> BR,
> --
> Gustavo Lima Chaves
> Computer Engineer @ ProFUSION Embedded Systems
>
>
Dear Gustavo

Thanks for reply.

I agree, what the "clicked" callback is used by EVAS_CALLBACK_MOUSE_UP
is not good implementation. I think that a common module about "clicked" is
needed
in each widget like "mouse,clicked,1" in edc. Is there any idea?

But above problem wonder off a my point. My problem is the elm_image which
made up of edje object doesn't call a callback function. So I check the
elm_image.c
and I found the cause. There's no callback_add about image which made up of
edje object.
I fixed it. The revision 79261.

Even if my problem is solved, we have to keep thinking about "clicked"
signal.
If there's anyone who have a idea about that, let's discuss :)

Thanks

Best Regars,
--
Jaehwan Kim

>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New Default Theme

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland  said:

> First off -
> 
> I'd like to say the new default theme is great. Aside from the numbers on
> the digital clock I really like it.
> 
> That being said, why did the default theme changing break so much in
> existing themes?

the only thing that really broke was efm - the default efm fileman window theme
was just plain wrong. there was no actual swallowed layout at all. it was
hand-packed in code. this was a fundamental bug in the fileman module and i
fixed while doing the theme.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 19:12:48 -0600 Jeff Hoogland  said:

> I understand where you are coming from, but I never ask that you provide
> support for the third party modules - we do that on the Bodhi forums and
> IRC. I just dislike this giant "red flag" that now shows up.

you don't ask for it - but people turn on on irc, email etc. and ask for
support anyway. they ask us to debug crashes that are a result of 3rd party
modules. that's the reality. :( it's not going to change in upstream. you are
able to patch the src if you want - it's open source, but upstream will not
remove this red flag. it's specifically intended to BE a red flag.

> Tis fine though, do what is best for getting the E17 release out on time.

indeed. that's the whole point. after release is ready - we can disable it, but
until then - the red flag is there for QA reasons.

> On Tue, Nov 13, 2012 at 7:10 PM, Carsten Haitzler wrote:
> 
> > On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri
> >  said:
> >
> > > Alternatively work to have such modules in tree.
> >
> > yup. if they come in tree, then we "take responsibility for it".
> >
> > > Since I've joined the project I saw (or helped) many modules to be
> > included
> > > in core. All it takes is little effort to make them good quality and fit
> > a
> > > purpose. tclock is stupid as clock does the same (I blame e17 for not
> > > having digital clock since day0), places could be included with some
> > effort.
> >
> > indeed. though imho places should really become a feature of efm rather
> > than a
> > module of its own (well feature of fileman module). e17 needs/wants some of
> > these 3rd party modules - cpu and mem meters for example, but we just
> > havent
> > had the time to deal with it. :)
> >
> > this dialog is there to cut down the workload in getting a release out.
> > it's
> > also there to remind the user that they are entering an "unsupported"
> > universe.
> >
> > > On Tue, Nov 13, 2012 at 4:18 PM, Carsten Haitzler  > >wrote:
> > >
> > > > On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland
> > 
> > > > said:
> > > >
> > > > > In the latest alpha there is a warning at startup about 3rd party
> > > > modules -
> > > > > is there a simple way to disable this message?
> > > >
> > > > no. i put it there very much intentionally. it's not going away.
> > > >
> > > > > If I allow it to pop up for Bodhi users I know it will freak out a
> > number
> > > > > of them (end users are a fairly skittish lot).
> > > >
> > > > this is part of doing QA. after week after week having people say
> > things
> > > > like
> > > > "i get segvs!" then spending 10 mins back and forth finding its a
> > > > out-of-e17
> > > > tree module causing it (eg get them to unload engage and problem goes
> > > > away),
> > > > i'm tired of my time being wasted by this. we aren't releasing engage.
> > we
> > > > aren't releasing places, tclock or any of these. we are releasing e17.
> > this
> > > > is e's version of the kernels "tainted" message. as a gui app.. we
> > stuff
> > > > that
> > > > message into the gui. perhaps you should simply not have any 3rd party
> > > > modules
> > > > loaded/enabled by default in any profile in bodhi as frankly... we will
> > > > wipe
> > > > our hands of them and the problems they cause. we don't have the
> > manpower
> > > > to
> > > > spend on that.
> > > >
> > > > > --
> > > > > ~Jeff Hoogland 
> > > > > Thoughts on Technology , Tech
> > Blog
> > > > > Bodhi Linux , Enlightenment for your Desktop
> > > > >
> > > >
> > --
> > > > > Monitor your physical, virtual and cloud infrastructure from a single
> > > > > web console. Get in-depth insight into apps, servers, databases,
> > vmware,
> > > > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > > > Pricing starts from $795 for 25 servers or applications!
> > > > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > > > ___
> > > > > enlightenment-devel mailing list
> > > > > enlightenment-devel@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > >
> > > >
> > > >
> > > > --
> > > > - Codito, ergo sum - "I code, therefore I am"
> > --
> > > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > > >
> > > >
> > > >
> > > >
> > --
> > > > Monitor your physical, virtual and cloud infrastructure from a single
> > > > web console. Get in-depth insight into apps, servers, databases,
> > vmware,
> > > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > > Pricing starts from $795 for 25 servers or applications!
> > > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > > ___
> > > > enlightenment-devel mailing li

Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread The Rasterman
On Wed, 14 Nov 2012 12:53:08 +1000 David Seikel  said:

> On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri
>  wrote:
> 
> > tclock is stupid as clock does the same (I > blame e17 for not having
> > digital clock since day0), places could be included with some effort.
> 
> tclock is not stupid, clock does not do the same.  Clock makes a huge
> inflexible flipping digital clock that takes up a lot of space.  tclock
> takes up a lot less space, and is much more configurable.  What's
> stupid is that the functionality of tclock was not included in clock.

all the functionality is there. it can display analog or digital and display
day and date too, calendar etc. - the LOOK of the clock is up to the theme. you
could make the theme just use plain text too like tclock - all controlled by
theme. make a new clock theme that suits you.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread David Seikel
On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri
 wrote:

> tclock is stupid as clock does the same (I > blame e17 for not having
> digital clock since day0), places could be included with some effort.

tclock is not stupid, clock does not do the same.  Clock makes a huge
inflexible flipping digital clock that takes up a lot of space.  tclock
takes up a lot less space, and is much more configurable.  What's
stupid is that the functionality of tclock was not included in clock.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread Daniel Juyung Seo
On Wed, Nov 14, 2012 at 9:02 AM, Carsten Haitzler wrote:

> On Wed, 14 Nov 2012 01:38:03 +0900 Daniel Juyung Seo  >
> said:
>
> > right. having both doesnt make sense.
> > we already have braches as a reference.
> > and there should be an official announcement.
>
> in svn branches are just svn copies. the efl tree is branched from the
> original
> files of tghe original trees. they were left so we can reference them
> easily in
> case we make mistakes, forget things etc. - putting htem in branches/ is
> not a
> great idea. i dont check out branches because its massive - literally it
> pretty
> much doubvles the disk space needed for svn or something. i check out the
> specific branch i need when i need it.
>
> i've moved them to IN-EFL and disables the autogen.sh's - this means that
> only
> a very determined person can build them by hand by modifying autogen.sh -
> that'll kick people into using the efl tree if they are using svn trunk.
>

Good. This was one of the alternatives which I considered.
This will make things clear for everyone :)

Daniel Juyung Seo (SeoZ)



>
> > Daniel Juyung Seo (SeoZ)
> > On Nov 14, 2012 1:28 AM, "Luis Felipe Strano Moraes" <
> luis.str...@gmail.com>
> > wrote:
> >
> > > On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler <
> ras...@rasterman.com>
> > > wrote:
> > > > On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
> > > >  said:
> > > >
> > > >> "Enlightenment SVN"  writes:
> > > >>
> > > >> > Log:
> > > >> > and this fixes compositing on newest intel+mesa drivers... wrong
> fb
> > > >> >   config wasa being chosen as it was done by hand not accounting
> for
> > > >> >   multisample buffers. now using glxchoosefbconfig instead and it
> > > works.
> > > >> >
> > > >> > Author:   raster
> > > >> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> > > >> > New Revision: 79232
> > > >> > Trac: http://trac.enlightenment.org/e/changeset/79232
> > > >> >
> > > >> > Modified:
> > > >> >   trunk/efl/ChangeLog trunk/efl/NEWS
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> > > >>
> > > >> My hero :-)
> > > >>
> > > >> Was not committing to trunk/evas intentional?
> > > >
> > > > yes. it was. efl tree is the future, i backported so 1.7.2 gets the
> > > fix... the
> > > > old evas standalone tree along with eina, embryo, eet etc. that are
> in
> > > efl/...
> > > > should be considered "dead" and "for reference only"...
> > >
> > > In this case shouldn't we get rid of them? Right now we have a
> > > situation where patches might be going on only one, and this might
> > > lead to severe headaches.
> > >
> > > --lf
> > >
> > >
> > > >
> > > > --
> > > > - Codito, ergo sum - "I code, therefore I am"
> --
> > > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > > >
> > > >
> > > >
> > >
> --
> > > > Monitor your physical, virtual and cloud infrastructure from a single
> > > > web console. Get in-depth insight into apps, servers, databases,
> vmware,
> > > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > > Pricing starts from $795 for 25 servers or applications!
> > > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> > >
> > >
> > > --
> > > Luís Felipe Strano Moraes
> > > http://www.strano.org
> > >
> > >
> > >
> --
> > > Monitor your physical, virtual and cloud infrastructure from a single
> > > web console. Get in-depth insight into apps, servers, databases,
> vmware,
> > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > Pricing starts from $795 for 25 servers or applications!
> > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> - Codito, ergo sum 

Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread Jeff Hoogland
I understand where you are coming from, but I never ask that you provide
support for the third party modules - we do that on the Bodhi forums and
IRC. I just dislike this giant "red flag" that now shows up.

Tis fine though, do what is best for getting the E17 release out on time.


On Tue, Nov 13, 2012 at 7:10 PM, Carsten Haitzler wrote:

> On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri
>  said:
>
> > Alternatively work to have such modules in tree.
>
> yup. if they come in tree, then we "take responsibility for it".
>
> > Since I've joined the project I saw (or helped) many modules to be
> included
> > in core. All it takes is little effort to make them good quality and fit
> a
> > purpose. tclock is stupid as clock does the same (I blame e17 for not
> > having digital clock since day0), places could be included with some
> effort.
>
> indeed. though imho places should really become a feature of efm rather
> than a
> module of its own (well feature of fileman module). e17 needs/wants some of
> these 3rd party modules - cpu and mem meters for example, but we just
> havent
> had the time to deal with it. :)
>
> this dialog is there to cut down the workload in getting a release out.
> it's
> also there to remind the user that they are entering an "unsupported"
> universe.
>
> > On Tue, Nov 13, 2012 at 4:18 PM, Carsten Haitzler  >wrote:
> >
> > > On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland
> 
> > > said:
> > >
> > > > In the latest alpha there is a warning at startup about 3rd party
> > > modules -
> > > > is there a simple way to disable this message?
> > >
> > > no. i put it there very much intentionally. it's not going away.
> > >
> > > > If I allow it to pop up for Bodhi users I know it will freak out a
> number
> > > > of them (end users are a fairly skittish lot).
> > >
> > > this is part of doing QA. after week after week having people say
> things
> > > like
> > > "i get segvs!" then spending 10 mins back and forth finding its a
> > > out-of-e17
> > > tree module causing it (eg get them to unload engage and problem goes
> > > away),
> > > i'm tired of my time being wasted by this. we aren't releasing engage.
> we
> > > aren't releasing places, tclock or any of these. we are releasing e17.
> this
> > > is e's version of the kernels "tainted" message. as a gui app.. we
> stuff
> > > that
> > > message into the gui. perhaps you should simply not have any 3rd party
> > > modules
> > > loaded/enabled by default in any profile in bodhi as frankly... we will
> > > wipe
> > > our hands of them and the problems they cause. we don't have the
> manpower
> > > to
> > > spend on that.
> > >
> > > > --
> > > > ~Jeff Hoogland 
> > > > Thoughts on Technology , Tech
> Blog
> > > > Bodhi Linux , Enlightenment for your Desktop
> > > >
> > >
> --
> > > > Monitor your physical, virtual and cloud infrastructure from a single
> > > > web console. Get in-depth insight into apps, servers, databases,
> vmware,
> > > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > > Pricing starts from $795 for 25 servers or applications!
> > > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > >
> > >
> > > --
> > > - Codito, ergo sum - "I code, therefore I am"
> --
> > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > >
> > >
> > >
> > >
> --
> > > Monitor your physical, virtual and cloud infrastructure from a single
> > > web console. Get in-depth insight into apps, servers, databases,
> vmware,
> > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > Pricing starts from $795 for 25 servers or applications!
> > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> >
> > --
> > Gustavo Sverzut Barbieri
> > http://profusion.mobi embedded systems
> > --
> > MSN: barbi...@gmail.com
> > Skype: gsbarbieri
> > Mobile: +55 (19) 9225-2202
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > 

[E-devel] New Default Theme

2012-11-13 Thread Jeff Hoogland
First off -

I'd like to say the new default theme is great. Aside from the numbers on
the digital clock I really like it.

That being said, why did the default theme changing break so much in
existing themes?

-- 
~Jeff Hoogland 
Thoughts on Technology , Tech Blog
Bodhi Linux , Enlightenment for your Desktop
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri
 said:

> Alternatively work to have such modules in tree.

yup. if they come in tree, then we "take responsibility for it".

> Since I've joined the project I saw (or helped) many modules to be included
> in core. All it takes is little effort to make them good quality and fit a
> purpose. tclock is stupid as clock does the same (I blame e17 for not
> having digital clock since day0), places could be included with some effort.

indeed. though imho places should really become a feature of efm rather than a
module of its own (well feature of fileman module). e17 needs/wants some of
these 3rd party modules - cpu and mem meters for example, but we just havent
had the time to deal with it. :)

this dialog is there to cut down the workload in getting a release out. it's
also there to remind the user that they are entering an "unsupported" universe.

> On Tue, Nov 13, 2012 at 4:18 PM, Carsten Haitzler wrote:
> 
> > On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland 
> > said:
> >
> > > In the latest alpha there is a warning at startup about 3rd party
> > modules -
> > > is there a simple way to disable this message?
> >
> > no. i put it there very much intentionally. it's not going away.
> >
> > > If I allow it to pop up for Bodhi users I know it will freak out a number
> > > of them (end users are a fairly skittish lot).
> >
> > this is part of doing QA. after week after week having people say things
> > like
> > "i get segvs!" then spending 10 mins back and forth finding its a
> > out-of-e17
> > tree module causing it (eg get them to unload engage and problem goes
> > away),
> > i'm tired of my time being wasted by this. we aren't releasing engage. we
> > aren't releasing places, tclock or any of these. we are releasing e17. this
> > is e's version of the kernels "tainted" message. as a gui app.. we stuff
> > that
> > message into the gui. perhaps you should simply not have any 3rd party
> > modules
> > loaded/enabled by default in any profile in bodhi as frankly... we will
> > wipe
> > our hands of them and the problems they cause. we don't have the manpower
> > to
> > spend on that.
> >
> > > --
> > > ~Jeff Hoogland 
> > > Thoughts on Technology , Tech Blog
> > > Bodhi Linux , Enlightenment for your Desktop
> > >
> > --
> > > Monitor your physical, virtual and cloud infrastructure from a single
> > > web console. Get in-depth insight into apps, servers, databases, vmware,
> > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > Pricing starts from $795 for 25 servers or applications!
> > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> >
> > --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> 
> 
> -- 
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial

Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread Gustavo Sverzut Barbieri
Alternatively work to have such modules in tree.

Since I've joined the project I saw (or helped) many modules to be included
in core. All it takes is little effort to make them good quality and fit a
purpose. tclock is stupid as clock does the same (I blame e17 for not
having digital clock since day0), places could be included with some effort.




On Tue, Nov 13, 2012 at 4:18 PM, Carsten Haitzler wrote:

> On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland 
> said:
>
> > In the latest alpha there is a warning at startup about 3rd party
> modules -
> > is there a simple way to disable this message?
>
> no. i put it there very much intentionally. it's not going away.
>
> > If I allow it to pop up for Bodhi users I know it will freak out a number
> > of them (end users are a fairly skittish lot).
>
> this is part of doing QA. after week after week having people say things
> like
> "i get segvs!" then spending 10 mins back and forth finding its a
> out-of-e17
> tree module causing it (eg get them to unload engage and problem goes
> away),
> i'm tired of my time being wasted by this. we aren't releasing engage. we
> aren't releasing places, tclock or any of these. we are releasing e17. this
> is e's version of the kernels "tainted" message. as a gui app.. we stuff
> that
> message into the gui. perhaps you should simply not have any 3rd party
> modules
> loaded/enabled by default in any profile in bodhi as frankly... we will
> wipe
> our hands of them and the problems they cause. we don't have the manpower
> to
> spend on that.
>
> > --
> > ~Jeff Hoogland 
> > Thoughts on Technology , Tech Blog
> > Bodhi Linux , Enlightenment for your Desktop
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 22:37:52 +0200 Tom Hacohen  said:

> On 13/11/12 21:30, Michael Blumenkrantz wrote:
> > I appreciate your feedback.
> > 
> > However, constantly nagging (and I mean this in the most literal sense,
> > since a day has not gone by without someone hassling me over it) about
> > known issues, such as the tooltip/menu comp bug, is not a great way to
> > motivate or encourage any developer in the world.
> 
> I'm not trying to encourage you to fix them. I'm just trying to make
> sure we do not progress any further with those bugs still there as they
> are obvious release blockers. I don't see the point of advancing into
> the beta stage with such release blockers still there. I only "nag"
> about it after each step we take forward without fixing it. I.e Alpha1
> and Alpha2.

people insist on release dates and timed releases. i've made this point so many
times over the years (that a release needs to mean something -ie features
added, things fixed), but hey - 99% of the world doesnt care. they just care
about a release and a number or name next to it. so frankly... i've given up.
if you want these bugs fixe3d by the release date... looking into them and
fixing them since you can reproduce them is how it will happen. complaining to
people who reply with "works for me" is simply going to have an endless cycle
and a release with those bugs for you.. because the developers have zero way to
fix it.

> > 
> > Given that you yourself are a developer, I would appreciate it even more if
> > you would try to do something more constructive with your time than writing
> > mails like this, which effectively amounts to nothing more than harassing
> > the only person who works regularly on E17; trying to fix some of these
> > known bugs (many of which are simple one-line changes) on your own would be
> > a great help, and it would take roughly the same amount of time as
> > complaining on the mailing list. Imagine the changes we would see if every
> > active developer picked one bug to try fixing for the release.
> 
> You know my current state, that I'm currently completely away and
> swamped with things I'm supposed to do before I move to another country
> next week, so don't act so naive and suggest me to do things you know I
> just can't do. I'm doing what I can to help, and in my point of view,
> reminding people about big issues that should be blocking releases when
> releases are made anyway are very big help.
> Also, although my limited availability and general lack of free time
> I've been fixing bugs in e recently (haven't been hacking on my
> favourite parts of the EFL, but focused on e instead), so I really don't
> get what you are trying to say.

thats cool - but just so you know - this plan was already set. we'd try and do
2 releases (alpha/beta) per week until final release. it's to get out updates
quickly during this time.

> Bottom line is: I'm just trying to make sure we don't release any beta
> versions before these issues are fixed.

ensuring that will only happen if those that can reproduce it look into it. :)
i just spent 2 days and destroyed my machine (and rescued it) hunting a comp bug
that intel+mesa9.x introduced. it needed up a simple "reason" and fixing it
wasnt too hard, but it meant refactoring some code. kde/kwin also had the same
bug fyi. i fix bugs i can SEE and reproduce when and if i have the time. in the
case of your comp stuff - i can't reproduce on any of my machines - well i've
seen it maybe once a day and frankly - i can't then reproduce it often enough
to spend time figuring out what went wrong. i'm happy to help anyone out who
wants to look and explain what is happening inside comp when it deals with new
windows etc. so they can add in "printfs" and debug and find out what logic
path is going wrong... but that requires someone who reproduces it regularly to
step up and do that :)

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Third Party Module Warnings

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland  said:

> In the latest alpha there is a warning at startup about 3rd party modules -
> is there a simple way to disable this message?

no. i put it there very much intentionally. it's not going away.

> If I allow it to pop up for Bodhi users I know it will freak out a number
> of them (end users are a fairly skittish lot).

this is part of doing QA. after week after week having people say things like
"i get segvs!" then spending 10 mins back and forth finding its a out-of-e17
tree module causing it (eg get them to unload engage and problem goes away),
i'm tired of my time being wasted by this. we aren't releasing engage. we
aren't releasing places, tclock or any of these. we are releasing e17. this
is e's version of the kernels "tainted" message. as a gui app.. we stuff that
message into the gui. perhaps you should simply not have any 3rd party modules
loaded/enabled by default in any profile in bodhi as frankly... we will wipe
our hands of them and the problems they cause. we don't have the manpower to
spend on that.

> -- 
> ~Jeff Hoogland 
> Thoughts on Technology , Tech Blog
> Bodhi Linux , Enlightenment for your Desktop
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Fwd: [Enlightenment-intl] Composite module

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 19:25:44 +0100 Massimo Maiurana  said:

> can somebody clarify the meaning of the messages below?
> 
> many thanks :)

send flush - compositor sends a flush command to the app when it thinks the
app should flush caches (image/font/edje). (it's a complex efl internal and thus
why its in advanced).
send dump - like send flush, but more drastic (dump stuff even actively used
out of memory)
flags - don't know. context?
over - don't know - context?
double buffered swaps - read up on opengl and ouble buffering an swapping
buffers.
triple buffers swaps - same as double buffered.. but 3 of them
add missing app files - e adds desktop files (average uses have no idea what a
desktop file is) for apps e found that have no such file. eg mplayer - this way
u have an icon u can select in efm to play videos via mplayer. without it you
have to make your own. these desktop files are there as a convenience to users
to make e more usable out of the box.

> 
>  Messaggio originale 
> 
> 
> Now with composite mode translatable I have some questions. My graphic card
> doesn´t work with module enabled and gives me constant crashes an I can´t
> check what these options do or mean. Can someone help me?
> 
> Send flush
> Send dump
> Flags
> Over
> Double buffered swaps
> Triple buffered swaps
> Adding missing App files (wizard module)
> 
> Regards
> 
> -- 
> Sérgio Marques
> 
> 
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread The Rasterman
On Wed, 14 Nov 2012 08:22:01 +1000 David Seikel  said:

> On Wed, 14 Nov 2012 01:38:03 +0900 Daniel Juyung Seo
>  wrote:
> 
> > right. having both doesnt make sense.
> > we already have braches as a reference.
> > and there should be an official announcement.
> > 
> > Daniel Juyung Seo (SeoZ)
> > On Nov 14, 2012 1:28 AM, "Luis Felipe Strano Moraes"
> >  wrote:
> > 
> > > On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler
> > >  wrote:
> > > > On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
> > > >  said:
> > > >
> > > >> "Enlightenment SVN"  writes:
> > > >>
> > > >> > Log:
> > > >> > and this fixes compositing on newest intel+mesa drivers...
> > > >> > wrong fb config wasa being chosen as it was done by hand not
> > > >> > accounting for multisample buffers. now using
> > > >> > glxchoosefbconfig instead and it
> > > works.
> > > >> >
> > > >> > Author:   raster
> > > >> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> > > >> > New Revision: 79232
> > > >> > Trac: http://trac.enlightenment.org/e/changeset/79232
> > > >> >
> > > >> > Modified:
> > > >> >   trunk/efl/ChangeLog trunk/efl/NEWS
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> > > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> > > >>
> > > >> My hero :-)
> > > >>
> > > >> Was not committing to trunk/evas intentional?
> > > >
> > > > yes. it was. efl tree is the future, i backported so 1.7.2 gets
> > > > the
> > > fix... the
> > > > old evas standalone tree along with eina, embryo, eet etc. that
> > > > are in
> > > efl/...
> > > > should be considered "dead" and "for reference only"...
> > >
> > > In this case shouldn't we get rid of them? Right now we have a
> > > situation where patches might be going on only one, and this might
> > > lead to severe headaches.
> 
> And much confusion about which set of libraries the upcoming E17
> release will be based on.  See the other thread, where I made the same
> comments, where the exact opposite of what Raster just said here was
> said by the release manager.
> 
> It's not "might lead to headaches", it already has.  "Works for me"
> responses to bug reports, coz people are testing different things.

eh? i said the efl tree is the future. i didn't say e17 will depend on it. it
won't. this has been made clear that e17 will DEPEND only on the 1.7.x release
branch. the efl tree work in trunk is a work done in parallel which will end up
being released at a future date, but not before e17. that's WHY mike tests
using just the "stable" 1.7 branch. i happen to test/use the efl trunk branch
because i also have to do work on it, and frankly the little breaks i'd rather
fix as soon as they are found, rather than wait several weeks/months. what mike
is doing is right. the reality is we have to split between trunk and release
branch as a dev team we are doing BOTH.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread The Rasterman
On Wed, 14 Nov 2012 01:38:03 +0900 Daniel Juyung Seo 
said:

> right. having both doesnt make sense.
> we already have braches as a reference.
> and there should be an official announcement.

in svn branches are just svn copies. the efl tree is branched from the original
files of tghe original trees. they were left so we can reference them easily in
case we make mistakes, forget things etc. - putting htem in branches/ is not a
great idea. i dont check out branches because its massive - literally it pretty
much doubvles the disk space needed for svn or something. i check out the
specific branch i need when i need it.

i've moved them to IN-EFL and disables the autogen.sh's - this means that only
a very determined person can build them by hand by modifying autogen.sh -
that'll kick people into using the efl tree if they are using svn trunk.

> Daniel Juyung Seo (SeoZ)
> On Nov 14, 2012 1:28 AM, "Luis Felipe Strano Moraes" 
> wrote:
> 
> > On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler 
> > wrote:
> > > On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
> > >  said:
> > >
> > >> "Enlightenment SVN"  writes:
> > >>
> > >> > Log:
> > >> > and this fixes compositing on newest intel+mesa drivers... wrong fb
> > >> >   config wasa being chosen as it was done by hand not accounting for
> > >> >   multisample buffers. now using glxchoosefbconfig instead and it
> > works.
> > >> >
> > >> > Author:   raster
> > >> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> > >> > New Revision: 79232
> > >> > Trac: http://trac.enlightenment.org/e/changeset/79232
> > >> >
> > >> > Modified:
> > >> >   trunk/efl/ChangeLog trunk/efl/NEWS
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> > >>
> > >> My hero :-)
> > >>
> > >> Was not committing to trunk/evas intentional?
> > >
> > > yes. it was. efl tree is the future, i backported so 1.7.2 gets the
> > fix... the
> > > old evas standalone tree along with eina, embryo, eet etc. that are in
> > efl/...
> > > should be considered "dead" and "for reference only"...
> >
> > In this case shouldn't we get rid of them? Right now we have a
> > situation where patches might be going on only one, and this might
> > lead to severe headaches.
> >
> > --lf
> >
> >
> > >
> > > --
> > > - Codito, ergo sum - "I code, therefore I am" --
> > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > >
> > >
> > >
> > --
> > > Monitor your physical, virtual and cloud infrastructure from a single
> > > web console. Get in-depth insight into apps, servers, databases, vmware,
> > > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > > Pricing starts from $795 for 25 servers or applications!
> > > http://p.sf.net/sfu/zoho_dev2dev_nov
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> >
> > --
> > Luís Felipe Strano Moraes
> > http://www.strano.org
> >
> >
> > --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 21:17:22 +0200 Tom Hacohen  said:

> On 13/11/12 17:32, Michael Blumenkrantz wrote:
> > It's time for (drum roll) the second alpha release of E17!
> > 
> > There's a lot of fixes that went into this delayed release,
> > but I'm leaving work now so I won't mention them by name.
> > Nor will I mention glima, who single-handedly managed to break configs for
> > everyone while blaming me for it.
> > 
> > 
> > Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
> > mocking one of my coworkers.
> 
> Reminder: for me and many others e is currently in a worse shape than it
> was a few months ago. Menus in GTK+ and etc. We really need to fix those
> before we continue with the track to release.
> For reference please see "E17 - my list of biggest issues before we
> release".

comp stuff: can't reproduce. works for me. if you have an amazing recipe for
magically fixing bugs you can't reproduce or investigate, it'd be awesome to
share it... :) fyi - testing across various gpu's, drivers etc. (nvidia,
nouveau, intel, software comp).

> Cheers,
> Tom.
> 
> 
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/IN-EFL: eet eina embryo eo evas evil

2012-11-13 Thread Daniel Juyung Seo
ok now it's clear :)

Daniel Juyung Seo (SeoZ)
On Nov 14, 2012 8:55 AM, "Enlightenment SVN" 
wrote:

> Log:
> make the autogen.sh's fail with a message.
>
>
>
> Author:   raster
> Date: 2012-11-13 15:55:24 -0800 (Tue, 13 Nov 2012)
> New Revision: 79257
> Trac: http://trac.enlightenment.org/e/changeset/79257
>
> Modified:
>   trunk/IN-EFL/eet/autogen.sh trunk/IN-EFL/eina/autogen.sh
> trunk/IN-EFL/embryo/autogen.sh trunk/IN-EFL/eo/autogen.sh
> trunk/IN-EFL/evas/autogen.sh trunk/IN-EFL/evil/autogen.sh
>
> Modified: trunk/IN-EFL/eet/autogen.sh
> ===
> --- trunk/IN-EFL/eet/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/eet/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
> Modified: trunk/IN-EFL/eina/autogen.sh
> ===
> --- trunk/IN-EFL/eina/autogen.sh2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/eina/autogen.sh2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
> Modified: trunk/IN-EFL/embryo/autogen.sh
> ===
> --- trunk/IN-EFL/embryo/autogen.sh  2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/embryo/autogen.sh  2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
> Modified: trunk/IN-EFL/eo/autogen.sh
> ===
> --- trunk/IN-EFL/eo/autogen.sh  2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/eo/autogen.sh  2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
> Modified: trunk/IN-EFL/evas/autogen.sh
> ===
> --- trunk/IN-EFL/evas/autogen.sh2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/evas/autogen.sh2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
> Modified: trunk/IN-EFL/evil/autogen.sh
> ===
> --- trunk/IN-EFL/evil/autogen.sh2012-11-13 23:52:58 UTC (rev 79256)
> +++ trunk/IN-EFL/evil/autogen.sh2012-11-13 23:55:24 UTC (rev 79257)
> @@ -1,5 +1,8 @@
>  #!/bin/sh
>
> +echo "Do not use this tree anymore - use the efl tree instead."
> +exit 1
> +
>  rm -rf autom4te.cache
>  rm -f aclocal.m4 ltmain.sh
>
>
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Third Party Module Warnings

2012-11-13 Thread Jeff Hoogland
In the latest alpha there is a warning at startup about 3rd party modules -
is there a simple way to disable this message?

If I allow it to pop up for Bodhi users I know it will freak out a number
of them (end users are a fairly skittish lot).

-- 
~Jeff Hoogland 
Thoughts on Technology , Tech Blog
Bodhi Linux , Enlightenment for your Desktop
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread David Seikel
On Wed, 14 Nov 2012 01:38:03 +0900 Daniel Juyung Seo
 wrote:

> right. having both doesnt make sense.
> we already have braches as a reference.
> and there should be an official announcement.
> 
> Daniel Juyung Seo (SeoZ)
> On Nov 14, 2012 1:28 AM, "Luis Felipe Strano Moraes"
>  wrote:
> 
> > On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler
> >  wrote:
> > > On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
> > >  said:
> > >
> > >> "Enlightenment SVN"  writes:
> > >>
> > >> > Log:
> > >> > and this fixes compositing on newest intel+mesa drivers...
> > >> > wrong fb config wasa being chosen as it was done by hand not
> > >> > accounting for multisample buffers. now using
> > >> > glxchoosefbconfig instead and it
> > works.
> > >> >
> > >> > Author:   raster
> > >> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> > >> > New Revision: 79232
> > >> > Trac: http://trac.enlightenment.org/e/changeset/79232
> > >> >
> > >> > Modified:
> > >> >   trunk/efl/ChangeLog trunk/efl/NEWS
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> > >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> > >>
> > >> My hero :-)
> > >>
> > >> Was not committing to trunk/evas intentional?
> > >
> > > yes. it was. efl tree is the future, i backported so 1.7.2 gets
> > > the
> > fix... the
> > > old evas standalone tree along with eina, embryo, eet etc. that
> > > are in
> > efl/...
> > > should be considered "dead" and "for reference only"...
> >
> > In this case shouldn't we get rid of them? Right now we have a
> > situation where patches might be going on only one, and this might
> > lead to severe headaches.

And much confusion about which set of libraries the upcoming E17
release will be based on.  See the other thread, where I made the same
comments, where the exact opposite of what Raster just said here was
said by the release manager.

It's not "might lead to headaches", it already has.  "Works for me"
responses to bug reports, coz people are testing different things.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Michael Blumenkrantz
On Tue, 13 Nov 2012 22:37:52 +0200
Tom Hacohen  wrote:

> On 13/11/12 21:30, Michael Blumenkrantz wrote:
> > I appreciate your feedback.
> > 
> > However, constantly nagging (and I mean this in the most literal sense, 
> > since a day has not gone by without someone hassling me over it) about 
> > known issues, such as the tooltip/menu comp bug, is not a great way to 
> > motivate or encourage any developer in the world.
> 
> I'm not trying to encourage you to fix them. I'm just trying to make
> sure we do not progress any further with those bugs still there as they
> are obvious release blockers. I don't see the point of advancing into

Given that I am the only person working on E17 most of the time and everyone 
else who could fix this is far busier with other things or on vacation, saying 
things like "I'm just trying to make sure we do not progress any further with 
those bugs still there as they are obvious release blockers" results in "I'm 
going to bug you about this repeatedly".

> the beta stage with such release blockers still there. I only "nag"
> about it after each step we take forward without fixing it. I.e Alpha1
> and Alpha2.

You aren't the only one doing it, but you ARE the only one who continually 
fails to provide any useful information while doing it in this case. This is a 
growing trend within this community, and it is not productive for 
anyone--especially people trying to fix things.

> 
> > 
> > Given that you yourself are a developer, I would appreciate it even more if 
> > you would try to do something more constructive with your time than writing 
> > mails like this, which effectively amounts to nothing more than harassing 
> > the only person who works regularly on E17; trying to fix some of these 
> > known bugs (many of which are simple one-line changes) on your own would be 
> > a great help, and it would take roughly the same amount of time as 
> > complaining on the mailing list. Imagine the changes we would see if every 
> > active developer picked one bug to try fixing for the release.
> 
> You know my current state, that I'm currently completely away and
> swamped with things I'm supposed to do before I move to another country
> next week, so don't act so naive and suggest me to do things you know I

It's not "act[ing] so naive" when I say that it actually would take you the 
same amount of time to fix commonly-complained-about bugs as it does to write 
these mails. I know that this is the case; I've fixed hundreds, possibly 
thousands of these over the past few months.

> just can't do. I'm doing what I can to help, and in my point of view,
> reminding people about big issues that should be blocking releases when
> releases are made anyway are very big help.

I am very appreciative of your contributions; I take issue here with your 
chosen method of constant "reminders", as said previously.

> Also, although my limited availability and general lack of free time
> I've been fixing bugs in e recently (haven't been hacking on my
> favourite parts of the EFL, but focused on e instead), so I really don't
> get what you are trying to say.

This is the case and, as said previously, is appreciated, however, does it not 
bother you that the time that this discussion is occurring here is now, a month 
before the final release date? Why was it not the case that there was constant 
nagging and fixing bugs previously? The answer is obvious, but I think my point 
is made.

> 
> Bottom line is: I'm just trying to make sure we don't release any beta
> versions before these issues are fixed.
> 
> --
> Tom.
> 
> 

Again, "trying to make sure we don't release any beta versions before these 
issues are fixed." is a noble cause, but your method of attempting it is not 
productive. You've seen the release schedule, you know the dates, and you know 
the people who are involved.
I would think, given that I am the so-called release manager and have proven my 
ability to manage bug lists, even with our failure of a trac, you would have 
more than zero confidence in my ability to know what bugs are outstanding and 
what their importance is; failing that, I should hope you have some level of 
faith in the community (which you are part of) to handle something as simple as 
reading email.
That this is not the case is very troubling to me, both on a personal and 
professional level, considering the high and consistent level of dedication I 
have shown to fixing bugs on the road to release these past few months; it also 
does not speak well of your view of the community overall.
If there's something in particular that causes you to feel this way, please 
explain it so that I can make necessary personal changes, or so that we can try 
to generate some better workflows within the community.

Thanks again for your feedback

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insig

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Tom Hacohen
On 13/11/12 21:30, Michael Blumenkrantz wrote:
> I appreciate your feedback.
> 
> However, constantly nagging (and I mean this in the most literal sense, since 
> a day has not gone by without someone hassling me over it) about known 
> issues, such as the tooltip/menu comp bug, is not a great way to motivate or 
> encourage any developer in the world.

I'm not trying to encourage you to fix them. I'm just trying to make
sure we do not progress any further with those bugs still there as they
are obvious release blockers. I don't see the point of advancing into
the beta stage with such release blockers still there. I only "nag"
about it after each step we take forward without fixing it. I.e Alpha1
and Alpha2.

> 
> Given that you yourself are a developer, I would appreciate it even more if 
> you would try to do something more constructive with your time than writing 
> mails like this, which effectively amounts to nothing more than harassing the 
> only person who works regularly on E17; trying to fix some of these known 
> bugs (many of which are simple one-line changes) on your own would be a great 
> help, and it would take roughly the same amount of time as complaining on the 
> mailing list. Imagine the changes we would see if every active developer 
> picked one bug to try fixing for the release.

You know my current state, that I'm currently completely away and
swamped with things I'm supposed to do before I move to another country
next week, so don't act so naive and suggest me to do things you know I
just can't do. I'm doing what I can to help, and in my point of view,
reminding people about big issues that should be blocking releases when
releases are made anyway are very big help.
Also, although my limited availability and general lack of free time
I've been fixing bugs in e recently (haven't been hacking on my
favourite parts of the EFL, but focused on e instead), so I really don't
get what you are trying to say.

Bottom line is: I'm just trying to make sure we don't release any beta
versions before these issues are fixed.

--
Tom.



--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Michael Blumenkrantz
On Tue, 13 Nov 2012 21:17:22 +0200
Tom Hacohen  wrote:

> On 13/11/12 17:32, Michael Blumenkrantz wrote:
> > It's time for (drum roll) the second alpha release of E17!
> > 
> > There's a lot of fixes that went into this delayed release,
> > but I'm leaving work now so I won't mention them by name.
> > Nor will I mention glima, who single-handedly managed to break configs for
> > everyone while blaming me for it.
> > 
> > 
> > Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
> > mocking one of my coworkers.
> 
> Reminder: for me and many others e is currently in a worse shape than it
> was a few months ago. Menus in GTK+ and etc. We really need to fix those
> before we continue with the track to release.
> For reference please see "E17 - my list of biggest issues before we
> release".
> 
> Cheers,
> Tom.
> 

I appreciate your feedback.

However, constantly nagging (and I mean this in the most literal sense, since a 
day has not gone by without someone hassling me over it) about known issues, 
such as the tooltip/menu comp bug, is not a great way to motivate or encourage 
any developer in the world.

Given that you yourself are a developer, I would appreciate it even more if you 
would try to do something more constructive with your time than writing mails 
like this, which effectively amounts to nothing more than harassing the only 
person who works regularly on E17; trying to fix some of these known bugs (many 
of which are simple one-line changes) on your own would be a great help, and it 
would take roughly the same amount of time as complaining on the mailing list. 
Imagine the changes we would see if every active developer picked one bug to 
try fixing for the release.

Cheers.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Tom Hacohen
On 13/11/12 17:32, Michael Blumenkrantz wrote:
> It's time for (drum roll) the second alpha release of E17!
> 
> There's a lot of fixes that went into this delayed release,
> but I'm leaving work now so I won't mention them by name.
> Nor will I mention glima, who single-handedly managed to break configs for
> everyone while blaming me for it.
> 
> 
> Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
> mocking one of my coworkers.

Reminder: for me and many others e is currently in a worse shape than it
was a few months ago. Menus in GTK+ and etc. We really need to fix those
before we continue with the track to release.
For reference please see "E17 - my list of biggest issues before we
release".

Cheers,
Tom.


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Fwd: [Enlightenment-intl] Composite module

2012-11-13 Thread Massimo Maiurana
can somebody clarify the meaning of the messages below?

many thanks :)


 Messaggio originale 


Now with composite mode translatable I have some questions. My graphic card
doesn´t work with module enabled and gives me constant crashes an I can´t
check what these options do or mean. Can someone help me?

Send flush
Send dump
Flags
Over
Double buffered swaps
Triple buffered swaps
Adding missing App files (wizard module)

Regards

-- 
Sérgio Marques





signature.asc
Description: OpenPGP digital signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] GL backend - EGL

2012-11-13 Thread Rafael Antognolli
On Mon, Oct 29, 2012 at 9:38 AM, Rafael Antognolli  wrote:
> Exactly. So, right now we have either OpenGL, or OpenGL-ES with EGL,
> right? As you said, what I want to add is a new combination of OpenGL
> with EGL, which basically would use almost the same code path as the
> OpenGL-ES with EGL (I guess that just a few things should be changed,
> but not sure about that). And of course add the needed changes to the
> build system.
>
> Considering this, the wayland-egl backend would only be built with one
> of the EGL options (it's a requirement).
>

Ok, what I want to do is in the following patches.

It's working already for the wayland_egl backend, though there are
some errors being printed and I didn't change the gl_x11 and others
yet to make work with this. I just want to get an ack to make sure
that I won't waste more work.

So, is this ok, and so can I continue to do it?

Btw, this adds a new option, --enable-gl-with-egl, which later must be
removed/merged with the gles one. It's there just for testing right
now.

--
Rafael Antognolli
http://antognolli.org/


0001-evas-gl-Add-checks-to-see-if-we-should-use-EGL.patch
Description: Binary data


0002-evas-gl-Change-the-code-to-build-with-EGL-GL-or-GLES.patch
Description: Binary data
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread Igor Murzov
On Tue, 13 Nov 2012 17:51:54 +0100
thomasg  wrote:

> On Tue, Nov 13, 2012 at 5:32 PM, Igor Murzov  wrote:
> > On Mon, 12 Nov 2012 23:22:14 +0100
> > thomasg  wrote:
> >
> >> Attached you'll finde a few trivial patches which fix typos or clear 
> >> things up.
> >
> > Great. I also have a list of unclear messages like:
> >
> >  "Your screen does not support OpenGL."
> >  "Ignore replace ID"
> >  "Syscon"
> >  "Idle Fade Time"
> >  "Fade Time"
> >  "Over"
> >
> > I think that thorough messages revision would definitely improve
> > user experience for many people :)
> >
> 
> I fully agree.
> I've taken some care on the German translation to make this more
> clear, (e.g."Your screen does not support OpenGL" would in reverse
> translate to "Your graphics output does not support OpenGL").
> To be honest, I was too lazy to change these in the original as well,
> but it probably would be a good thing.
> I might do an overhaul when I proof-read the translation in the next
> weeks, but this is a lot of stuff and more volunteers would be better.
> 
> Igor, if you have a longer list, feel free to share and I might take a
> look and help out.
> 
> Everyone else who does not feel comfortable creating patches and
> touching that stuff, if you have any major complaints about certain
> strings and can provide better ones, feel free to drop me a mail and
> I'll take it into account when sending another batch of patches.

That's would be awesome! I'll definitely send in my list later.


-- Igor

> > -- Igor
> >
> >> Feel free to apply any number as you see fit (I hope it'll be n > 0 :)
> >>
> >> Short overview (git log):
> >>
> >> 1: border remembers: rename Using to Identifiers to be more obvious
> >> 2: border locks: deengrishify
> >> 3: wallpaper: more sane dialog title
> >> 4: physics: fix typo
> >> 5: e_fm: fix typo
> >>
> >> -- thomasg

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread thomasg
On Tue, Nov 13, 2012 at 5:32 PM, Igor Murzov  wrote:
> On Mon, 12 Nov 2012 23:22:14 +0100
> thomasg  wrote:
>
>> Attached you'll finde a few trivial patches which fix typos or clear things 
>> up.
>
> Great. I also have a list of unclear messages like:
>
>  "Your screen does not support OpenGL."
>  "Ignore replace ID"
>  "Syscon"
>  "Idle Fade Time"
>  "Fade Time"
>  "Over"
>
> I think that thorough messages revision would definitely improve
> user experience for many people :)
>

I fully agree.
I've taken some care on the German translation to make this more
clear, (e.g."Your screen does not support OpenGL" would in reverse
translate to "Your graphics output does not support OpenGL").
To be honest, I was too lazy to change these in the original as well,
but it probably would be a good thing.
I might do an overhaul when I proof-read the translation in the next
weeks, but this is a lot of stuff and more volunteers would be better.

Igor, if you have a longer list, feel free to share and I might take a
look and help out.

Everyone else who does not feel comfortable creating patches and
touching that stuff, if you have any major complaints about certain
strings and can provide better ones, feel free to drop me a mail and
I'll take it into account when sending another batch of patches.

>
> -- Igor
>
>> Feel free to apply any number as you see fit (I hope it'll be n > 0 :)
>>
>> Short overview (git log):
>>
>> 1: border remembers: rename Using to Identifiers to be more obvious
>> 2: border locks: deengrishify
>> 3: wallpaper: more sane dialog title
>> 4: physics: fix typo
>> 5: e_fm: fix typo
>>
>> -- thomasg

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Daniel Juyung Seo
yay! this is great job.
i appreciate you mike.

Daniel Juyung Seo (SeoZ)
On Nov 14, 2012 12:34 AM, "Michael Blumenkrantz" <
michael.blumenkra...@gmail.com> wrote:

> It's time for (drum roll) the second alpha release of E17!
>
> There's a lot of fixes that went into this delayed release,
> but I'm leaving work now so I won't mention them by name.
> Nor will I mention glima, who single-handedly managed to break configs for
> everyone while blaming me for it.
>
>
> Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
> mocking one of my coworkers.
>
>
> http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.gz
>
> http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.bz2
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-users mailing list
> enlightenment-us...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread Daniel Juyung Seo
right. having both doesnt make sense.
we already have braches as a reference.
and there should be an official announcement.

Daniel Juyung Seo (SeoZ)
On Nov 14, 2012 1:28 AM, "Luis Felipe Strano Moraes" 
wrote:

> On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler 
> wrote:
> > On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
> >  said:
> >
> >> "Enlightenment SVN"  writes:
> >>
> >> > Log:
> >> > and this fixes compositing on newest intel+mesa drivers... wrong fb
> >> >   config wasa being chosen as it was done by hand not accounting for
> >> >   multisample buffers. now using glxchoosefbconfig instead and it
> works.
> >> >
> >> > Author:   raster
> >> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> >> > New Revision: 79232
> >> > Trac: http://trac.enlightenment.org/e/changeset/79232
> >> >
> >> > Modified:
> >> >   trunk/efl/ChangeLog trunk/efl/NEWS
> >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> >> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> >>
> >> My hero :-)
> >>
> >> Was not committing to trunk/evas intentional?
> >
> > yes. it was. efl tree is the future, i backported so 1.7.2 gets the
> fix... the
> > old evas standalone tree along with eina, embryo, eet etc. that are in
> efl/...
> > should be considered "dead" and "for reference only"...
>
> In this case shouldn't we get rid of them? Right now we have a
> situation where patches might be going on only one, and this might
> lead to severe headaches.
>
> --lf
>
>
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>
> --
> Luís Felipe Strano Moraes
> http://www.strano.org
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread Igor Murzov
On Mon, 12 Nov 2012 23:22:14 +0100
thomasg  wrote:

> Attached you'll finde a few trivial patches which fix typos or clear things 
> up.

Great. I also have a list of unclear messages like:

 "Your screen does not support OpenGL."
 "Ignore replace ID"
 "Syscon"
 "Idle Fade Time"
 "Fade Time"
 "Over"

I think that thorough messages revision would definitely improve
user experience for many people :)


-- Igor

> Feel free to apply any number as you see fit (I hope it'll be n > 0 :)
> 
> Short overview (git log):
> 
> 1: border remembers: rename Using to Identifiers to be more obvious
> 2: border locks: deengrishify
> 3: wallpaper: more sane dialog title
> 4: physics: fix typo
> 5: e_fm: fix typo
> 
> -- thomasg

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread Luis Felipe Strano Moraes
On Tue, Nov 13, 2012 at 2:22 PM, Carsten Haitzler  wrote:
> On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
>  said:
>
>> "Enlightenment SVN"  writes:
>>
>> > Log:
>> > and this fixes compositing on newest intel+mesa drivers... wrong fb
>> >   config wasa being chosen as it was done by hand not accounting for
>> >   multisample buffers. now using glxchoosefbconfig instead and it works.
>> >
>> > Author:   raster
>> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
>> > New Revision: 79232
>> > Trac: http://trac.enlightenment.org/e/changeset/79232
>> >
>> > Modified:
>> >   trunk/efl/ChangeLog trunk/efl/NEWS
>> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
>> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
>> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
>>
>> My hero :-)
>>
>> Was not committing to trunk/evas intentional?
>
> yes. it was. efl tree is the future, i backported so 1.7.2 gets the fix... the
> old evas standalone tree along with eina, embryo, eet etc. that are in efl/...
> should be considered "dead" and "for reference only"...

In this case shouldn't we get rid of them? Right now we have a
situation where patches might be going on only one, and this might
lead to severe headaches.

--lf


>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Luís Felipe Strano Moraes
http://www.strano.org

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 16:39:33 +0200 Raphael Kubo da Costa
 said:

> "Enlightenment SVN"  writes:
> 
> > Log:
> > and this fixes compositing on newest intel+mesa drivers... wrong fb
> >   config wasa being chosen as it was done by hand not accounting for
> >   multisample buffers. now using glxchoosefbconfig instead and it works.
> >
> > Author:   raster
> > Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> > New Revision: 79232
> > Trac: http://trac.enlightenment.org/e/changeset/79232
> >
> > Modified:
> >   trunk/efl/ChangeLog trunk/efl/NEWS
> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> > trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> > trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c
> 
> My hero :-)
> 
> Was not committing to trunk/evas intentional?

yes. it was. efl tree is the future, i backported so 1.7.2 gets the fix... the
old evas standalone tree along with eina, embryo, eet etc. that are in efl/...
should be considered "dead" and "for reference only"...

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATH] evas: add event source evas object

2012-11-13 Thread ChunEon Park
 
I pushed this into my job queue.

 

But, probably I will be not able to see this issue in this week since I have 
much critical issues already.

 

Please understand me. 

 

Thanks.

 
 
-Regards, Hermet- 
 

-Original Message-
From: "Leandro Dorileo" 
To: ; 
Cc: 
Sent: 2012-11-13 (화) 22:49:47
Subject: [E-devel] [PATH] evas: add event source evas object

Hi,

Attached patch introduces fields to events Evas_Event_Mouse_* structures
to hold the event source evas object in case of evas source events
propagation.

Regards

-- 
Leandro Dorileo
ProFUSION embedded systems
http://profusion.mobi

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Gustavo Lima Chaves
* Michael Blumenkrantz  [2012-11-13 15:32:59 
+]:

> It's time for (drum roll) the second alpha release of E17!
>
> There's a lot of fixes that went into this delayed release,
> but I'm leaving work now so I won't mention them by name.
> Nor will I mention glima, who single-handedly managed to break configs for
> everyone while blaming me for it.

Nice work! I couldn't resist joining the b0rk near-realease fest, sorry.
And there, there, I didn't blame you :)

Cheers,

>
>
> Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
> mocking one of my coworkers.
>
> http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.gz
> http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.bz2
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-13 Thread Michael Blumenkrantz
It's time for (drum roll) the second alpha release of E17!

There's a lot of fixes that went into this delayed release,
but I'm leaving work now so I won't mention them by name.
Nor will I mention glima, who single-handedly managed to break configs for
everyone while blaming me for it.


Enjoy this release, which I have helpfully nicknamed "Baldy" as a way of
mocking one of my coworkers.

http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.gz
http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha2.tar.bz2
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/efl: . src/modules/evas/engines/gl_x11

2012-11-13 Thread Raphael Kubo da Costa
"Enlightenment SVN"  writes:

> Log:
> and this fixes compositing on newest intel+mesa drivers... wrong fb
>   config wasa being chosen as it was done by hand not accounting for
>   multisample buffers. now using glxchoosefbconfig instead and it works.
>
> Author:   raster
> Date: 2012-11-13 06:07:39 -0800 (Tue, 13 Nov 2012)
> New Revision: 79232
> Trac: http://trac.enlightenment.org/e/changeset/79232
>
> Modified:
>   trunk/efl/ChangeLog trunk/efl/NEWS
> trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.c
> trunk/efl/src/modules/evas/engines/gl_x11/evas_engine.h
> trunk/efl/src/modules/evas/engines/gl_x11/evas_x_main.c

My hero :-)

Was not committing to trunk/evas intentional?

--
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki
Business Identity Code: 0357606 - 4
Domiciled in Helsinki


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/pager

2012-11-13 Thread Daniel Juyung Seo
Thanks for the good fix.
I confirmed this works good at home and work. It fixed e17 crash issue.

Daniel Juyung Seo (SeoZ)


On Mon, Nov 12, 2012 at 11:45 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> try avoid null ptr derefs.
>
>
>
> Author:   raster
> Date: 2012-11-12 06:45:59 -0800 (Mon, 12 Nov 2012)
> New Revision: 79168
> Trac: http://trac.enlightenment.org/e/changeset/79168
>
> Modified:
>   trunk/e/src/bin/e_desk.c trunk/e/src/modules/pager/e_mod_main.c
>
> Modified: trunk/e/src/bin/e_desk.c
> ===
> --- trunk/e/src/bin/e_desk.c2012-11-12 14:45:07 UTC (rev 79167)
> +++ trunk/e/src/bin/e_desk.c2012-11-12 14:45:59 UTC (rev 79168)
> @@ -420,7 +420,7 @@
>  {
> E_OBJECT_CHECK_RETURN(zone, NULL);
> E_OBJECT_TYPE_CHECK_RETURN(zone, E_ZONE_TYPE, NULL);
> -
> +
> return e_desk_at_xy_get(zone, zone->desk_x_current,
> zone->desk_y_current);
>  }
>
> @@ -435,6 +435,7 @@
> else if ((x < 0) || (y < 0))
>   return NULL;
>
> +   if (!zone->desks) return NULL;
> return zone->desks[x + (y * zone->desk_x_count)];
>  }
>
>
> Modified: trunk/e/src/modules/pager/e_mod_main.c
> ===
> --- trunk/e/src/modules/pager/e_mod_main.c  2012-11-12 14:45:07 UTC
> (rev 79167)
> +++ trunk/e/src/modules/pager/e_mod_main.c  2012-11-12 14:45:59 UTC
> (rev 79168)
> @@ -355,12 +355,15 @@
>   E_Desk *desk;
>
>   desk = e_desk_at_xy_get(p->zone, x, y);
> - pd = _pager_desk_new(p, desk, x, y, p->invert);
> - if (pd)
> + if (desk)
> {
> -  p->desks = eina_list_append(p->desks, pd);
> -  if (desk == e_desk_current_get(desk->zone))
> -_pager_desk_select(pd);
> +  pd = _pager_desk_new(p, desk, x, y, p->invert);
> +  if (pd)
> +{
> +   p->desks = eina_list_append(p->desks, pd);
> +   if (desk == e_desk_current_get(desk->zone))
> + _pager_desk_select(pd);
> +}
> }
>}
>   }
> @@ -412,6 +415,7 @@
> int w, h;
> Evas *e;
>
> +   if (!desk) return NULL;
> pd = E_NEW(Pager_Desk, 1);
> if (!pd) return NULL;
>
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] evas directfb engine

2012-11-13 Thread Vincent Torri
Hey

do we remove it or not ?

Vincent

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATH] evas: add event source evas object

2012-11-13 Thread Leandro Dorileo
Hi,

Attached patch introduces fields to events Evas_Event_Mouse_* structures
to hold the event source evas object in case of evas source events
propagation.

Regards

-- 
Leandro Dorileo
ProFUSION embedded systems
http://profusion.mobi
>From 45c6ec5c8c9e259658008045d90940c3bc95d601 Mon Sep 17 00:00:00 2001
From: Leandro Dorileo 
Date: Tue, 13 Nov 2012 11:41:39 -0200
Subject: [PATCH] evas: add event source evas object

This patch introduces fields to event Evas_Event_Mouse_* structures
to hold the event source evas object in case of evas source events
propagation.
---
 src/lib/Evas.h   |  5 +
 src/lib/canvas/evas_events.c | 10 ++
 2 files changed, 15 insertions(+)

diff --git a/src/lib/Evas.h b/src/lib/Evas.h
index e964e75..5009242 100644
--- a/src/lib/Evas.h
+++ b/src/lib/Evas.h
@@ -1095,6 +1095,7 @@ struct _Evas_Event_Mouse_Down /** Mouse button press 
event */
Evas_Pointoutput; /**< The X/Y location of the cursor */
Evas_Coord_Point  canvas; /**< The X/Y location of the cursor */
 
+   Evas_Object  *event_src; /**< The Evas Object which actually triggered 
the event, used in cases of proxy event propagation */
void *data;
Evas_Modifier*modifiers; /**< modifier keys pressed during the event */
Evas_Lock*locks;
@@ -1112,6 +1113,7 @@ struct _Evas_Event_Mouse_Up /** Mouse button release 
event */
Evas_Pointoutput; /**< The X/Y location of the cursor */
Evas_Coord_Point  canvas; /**< The X/Y location of the cursor */
 
+   Evas_Object *event_src; /**< The Evas Object which actually triggered 
the event, used in cases of proxy event propagation */
void *data;
Evas_Modifier*modifiers; /**< modifier keys pressed during the event */
Evas_Lock*locks;
@@ -1129,6 +1131,7 @@ struct _Evas_Event_Mouse_In /** Mouse enter event */
Evas_Pointoutput; /**< The X/Y location of the cursor */
Evas_Coord_Point  canvas; /**< The X/Y location of the cursor */
 
+   Evas_Object *event_src; /**< The Evas Object which actually triggered 
the event, used in cases of proxy event propagation */
void*data;
Evas_Modifier*modifiers; /**< modifier keys pressed during the event */
Evas_Lock   *locks;
@@ -1144,6 +1147,7 @@ struct _Evas_Event_Mouse_Out /** Mouse leave event */
Evas_Pointoutput; /**< The X/Y location of the cursor */
Evas_Coord_Point  canvas; /**< The X/Y location of the cursor */
 
+   Evas_Object *event_src; /**< The Evas Object which actually triggered 
the event, used in cases of proxy event propagation */
void*data;
Evas_Modifier*modifiers; /**< modifier keys pressed during the event */
Evas_Lock   *locks;
@@ -1159,6 +1163,7 @@ struct _Evas_Event_Mouse_Move /** Mouse move event */
Evas_Positioncur; /**< Current mouse position */
Evas_Positionprev; /**< Previous mouse position */
 
+   Evas_Object *event_src; /**< The Evas Object which actually triggered 
the event, used in cases of proxy event propagation */
void*data;
Evas_Modifier*modifiers; /**< modifier keys pressed during the event */
Evas_Lock   *locks;
diff --git a/src/lib/canvas/evas_events.c b/src/lib/canvas/evas_events.c
index ba643b7..b43c1d6 100644
--- a/src/lib/canvas/evas_events.c
+++ b/src/lib/canvas/evas_events.c
@@ -200,6 +200,8 @@ _evas_event_source_mouse_down_events(Evas_Object *eo_obj, 
Evas *eo_e, Evas_Event
 
_transform_to_src_space(obj, src, &ev->canvas.x, &ev->canvas.y);
 
+   ev->event_src = eo_obj;
+
if (src->proxy.src_event_in)
  src->proxy.src_event_in = eina_list_free(src->proxy.src_event_in);
 
@@ -270,6 +272,8 @@ _evas_event_source_mouse_move_events(Evas_Object *eo_obj, 
Evas *eo_e, Evas_Event
 
_transform_to_src_space(obj, src, &ev->cur.canvas.x, &ev->cur.canvas.y);
 
+   ev->event_src = eo_obj;
+
//FIXME: transform previous coords also.
Eina_List *l;
Evas_Object *eo_child;
@@ -447,6 +451,8 @@ _evas_event_source_mouse_up_events(Evas_Object *eo_obj, 
Evas *eo_e, Evas_Event_M
 
   _transform_to_src_space(obj, src, &ev->canvas.x, &ev->canvas.y);
 
+  ev->event_src = eo_obj;
+
Eina_List *l;
Evas_Object *eo_child;
Evas_Object_Protected_Data *child;
@@ -771,6 +777,8 @@ _evas_event_source_mouse_in_events(Evas_Object *eo_obj, 
Evas *eo_e,  Evas_Event_
 
   _transform_to_src_space(obj, src, &ev->canvas.x, &ev->canvas.y);
 
+  ev->event_src = eo_obj;
+
Eina_List *ins = NULL;
if (src->is_smart)
  {
@@ -825,6 +833,8 @@ _evas_event_source_mouse_out_events(Evas_Object *eo_obj, 
Evas *eo_e, Evas_Event_
 
   _transform_to_src_space(obj, src, &ev->canvas.x, &ev->canvas.y);
 
+  ev->event_src = eo_obj;
+
Eina_List *l;
Evas_Object *eo_child;
Eina_List *copy = evas_event_list_copy(src->proxy.src_event_in);
-- 
1.8.0

--
Monitor you

Re: [E-devel] E SVN: stefan trunk/eina/src/lib

2012-11-13 Thread Gustavo Lima Chaves
* Stefan Schmidt  [2012-11-13 10:45:58 +]:

> Hello.
> 
> On 13/11/12 10:41, Vincent Torri wrote:
> > in efl/ too please
> 
> The change from glima was not in efl/. That was one reason why not 
> everybody hit the problem.
> 
> So we would need to bring over both commits. Glima's broken one and the 
> fixed version.
> 
> Are we happy enough with how it is right now to do this?

Oh, thanks, folks. The approach of commiting out of efl/ 1st was to make
sure it was right -- sorry for who hit the error :/

> 
> regards
> Stefan Schmidt
> 
> 
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread David Seikel
On Tue, 13 Nov 2012 11:10:55 + Stefan Schmidt
 wrote:

> Hello.
> 
> On 13/11/12 10:55, David Seikel wrote:
> >
> > I'm wondering how few people are testing e17 the way it will be
> > released, with EFL 1.7.1?
> 
> Mike is using it all the time.

I use the SVN separated libraries myself on my desktop, and starting to
test EFL 1.7.1 now, but that's only for my embedded project (no e17 on
that).

> > Are most testing it with latest SVN, with
> > separate libraries or merged EFL tree?  Especially since we were
> > asked to test the merged EFL tree now instead of SVN.
> 
> Where did you see me saying that you should use the merged tree? I do 
> that here to find problems early so we can move on with the merge. A
> lot of other people still use the standalone libs.

Over on the user mailing list was this not so long ago -

> do you use trunk/eina?
> It was just fixed in r79212 but you'd better use trunk/efl for eina,
> eet, embryo, evas.
> 
> Daniel Juyung Seo (SeoZ)

My point is that testing and development effort is now split between
using the merged tree, and using the split libraries.  Users are being
told to use the merged tree by developers.  As problems like the
subject of this thread so amply demonstrate, might be better to
concentrate on the libraries as they will be used for the eagerly and
long awaited e17 release.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] e17 & BSD's

2012-11-13 Thread Vincent Torri
On Tue, Nov 13, 2012 at 12:05 PM, Michael Blumenkrantz
 wrote:
> there were only two patches that I saw which were supposed to be
> committed: a trivial fix for cpufreq and the final e_start fix

indeed, i missed the other one, thanks

> On 11/13/12, Vincent Torri  wrote:
>> i've seen only the first one in
>>
>> Vincent
>>
>> On Tue, Nov 13, 2012 at 11:55 AM, Michael Blumenkrantz
>>  wrote:
>>> okay, both in
>>>
>>> On 11/12/12, Iván Briano  wrote:
 On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri 
 wrote:
> On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
>  wrote:
>> On Mon, 12 Nov 2012 18:56:40 +0100
>> rustyBSD  wrote:
>>
>>> Le 12/11/2012 09:10, Vincent Torri a écrit :
>>> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
>>> > 
>>> > wrote:
>>> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD 
>>> >> > wrote:
>>> >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
>>>  >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD 
>>>  >>> wrote:
>>> >>  > Le 09/11/2012 16:39, Vincent Torri a écrit :
>>>  > >> I would suggest
>>>  > >>
>>>  > >> #if !defined(__OpenBSD) && etc
>>>  > >>
>>>  > >> instead of
>>>  > >>
>>>  > >> #ifdef __linux__
>>>  > >>
>>>  > >> As it will work for Mac OS X, and probably on
>>>  > >> Solaris
>>>  > >> too
>>>  > >>
>>>  > >> Btw, it's strange that it works on Mac OS X and not
>>>  > >> in
>>>  > >> FreeBSD.
>>> >>  > Ah yes, forgot it.
>>> >>  >
>>> >>  > Ialso tested on NetBSD, it doesn't have
>>> >>  > PTRACE_GETSIGINFO.
>>> >>  >
>>>  >>> what about PT_GETSIGINFO ?
>>> >>> >> According to the man pages, no.
>>> >>> >>
>>> >>> >> http://www.unix.com/man-page/FreeBSD/2/ptrace
>>> >>> >> http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html
>>> >>> >> http://nixdoc.net/man-pages/NetBSD/ptrace.2.html
>>> >> >
>>> >> > ok, it's clear :)
>>> >> >
>>> >> > Vincent
>>> > new patch:
>>> >
>>> > 1) i've added Mac SO X support as it has the same problem : no
>>> > PTRACE_GETSIGINFO.
>>> > 2) there was a mistake in the last #if with freebsd (should be
>>> > && !__FreeBSD__)
>>> >
>>> > Vincent
>>> Ok.
>>>
>>> Commit ?
>>
>> need cedric to check this out first
>
> you think that e is not enough broken ?
>

 It's predictably broken, and that's a problem. We need more WTFs

> Vincent
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases,
> vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

>>>
>>> --
>>> Monitor your physical, virtual and cloud infrastructure from a single
>>> web console. Get in-depth insight into apps, servers, databases, vmware,
>>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>>> Pricing starts from $795 for 25 servers or applications!
>>> http://p.sf.net/sfu/zoho_dev2dev_nov
>>> ___
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>> --
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://

Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread Michael Blumenkrantz
1) 1.7.1 testing is useless since E17 will be based on 1.7.2
2) I've never stopped using the 1.7 branch from SVN, which is effectively
1.7.2

On Tue, Nov 13, 2012 at 11:08 AM, Daniel Juyung Seo wrote:

> I use E17 with merged efl tree and I know many people use my efl build
> script.
> But we need E17 test with EFL 1.7.1 for E17 release as well.
>
> Daniel Juyung Seo (SeoZ)
>
>
> On Tue, Nov 13, 2012 at 7:55 PM, David Seikel  wrote:
>
> > On Tue, 13 Nov 2012 19:25:02 +0900 Daniel Juyung Seo
> >  wrote:
> >
> > > A lot of other commits need to be backported/synced as well...
> > >
> > > Daniel Juyung Seo (SeoZ)
> > >
> > >
> > > On Tue, Nov 13, 2012 at 7:02 PM, Stefan Schmidt
> > > wrote:
> > >
> > > > Hello.
> > > >
> > > > Soem people have reported problems with recent changes. Outcomes are
> > > > wizard showing up on each start, config gets wiped etc.
> > > >
> > > > This only have happened to people using standalone eina as far as
> > > > we can see.
> > > >
> > > > I just commit a patch from Jérémy Zurcher that should fix this.
> > > > Hopefully. I can't thank him enozgh for hunting and fixing this.
> > > > Really a big deal when on the way to the e17 release. I would like
> > > > to nominate him to hero of the week. :)
> > > >
> > > > Make sure you update to 79212 to avoid this.
> >
> > I'm wondering how few people are testing e17 the way it will be
> > released, with EFL 1.7.1?  Are most testing it with latest SVN, with
> > separate libraries or merged EFL tree?  Especially since we were asked
> > to test the merged EFL tree now instead of SVN.
> >
> > --
> > A big old stinking pile of genius that no one wants
> > coz there are too many silver coated monkeys in the world.
> >
> >
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread Stefan Schmidt
Hello.

On 13/11/12 10:55, David Seikel wrote:
>
> I'm wondering how few people are testing e17 the way it will be
> released, with EFL 1.7.1?

Mike is using it all the time.

> Are most testing it with latest SVN, with
> separate libraries or merged EFL tree?  Especially since we were asked
> to test the merged EFL tree now instead of SVN.

Where did you see me saying that you should use the merged tree? I do 
that here to find problems early so we can move on with the merge. A lot 
of other people still use the standalone libs.

And for the e17 testing with svn it seems quite obvious to me that 
people do that. As a developer I can't stop using it and only update e17 
from svn. There is always stuff to do. :)

Distributions are also likely to go with the last efl release 1.7.x for 
the e17 release. And for users this should indeed be a safer bet right now.

regards
Stefan Schmidt


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread Daniel Juyung Seo
I use E17 with merged efl tree and I know many people use my efl build
script.
But we need E17 test with EFL 1.7.1 for E17 release as well.

Daniel Juyung Seo (SeoZ)


On Tue, Nov 13, 2012 at 7:55 PM, David Seikel  wrote:

> On Tue, 13 Nov 2012 19:25:02 +0900 Daniel Juyung Seo
>  wrote:
>
> > A lot of other commits need to be backported/synced as well...
> >
> > Daniel Juyung Seo (SeoZ)
> >
> >
> > On Tue, Nov 13, 2012 at 7:02 PM, Stefan Schmidt
> > wrote:
> >
> > > Hello.
> > >
> > > Soem people have reported problems with recent changes. Outcomes are
> > > wizard showing up on each start, config gets wiped etc.
> > >
> > > This only have happened to people using standalone eina as far as
> > > we can see.
> > >
> > > I just commit a patch from Jérémy Zurcher that should fix this.
> > > Hopefully. I can't thank him enozgh for hunting and fixing this.
> > > Really a big deal when on the way to the e17 release. I would like
> > > to nominate him to hero of the week. :)
> > >
> > > Make sure you update to 79212 to avoid this.
>
> I'm wondering how few people are testing e17 the way it will be
> released, with EFL 1.7.1?  Are most testing it with latest SVN, with
> separate libraries or merged EFL tree?  Especially since we were asked
> to test the merged EFL tree now instead of SVN.
>
> --
> A big old stinking pile of genius that no one wants
> coz there are too many silver coated monkeys in the world.
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] e17 & BSD's

2012-11-13 Thread Michael Blumenkrantz
there were only two patches that I saw which were supposed to be
committed: a trivial fix for cpufreq and the final e_start fix

On 11/13/12, Vincent Torri  wrote:
> i've seen only the first one in
>
> Vincent
>
> On Tue, Nov 13, 2012 at 11:55 AM, Michael Blumenkrantz
>  wrote:
>> okay, both in
>>
>> On 11/12/12, Iván Briano  wrote:
>>> On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri 
>>> wrote:
 On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
  wrote:
> On Mon, 12 Nov 2012 18:56:40 +0100
> rustyBSD  wrote:
>
>> Le 12/11/2012 09:10, Vincent Torri a écrit :
>> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
>> > 
>> > wrote:
>> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD 
>> >> > wrote:
>> >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
>>  >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD 
>>  >>> wrote:
>> >>  > Le 09/11/2012 16:39, Vincent Torri a écrit :
>>  > >> I would suggest
>>  > >>
>>  > >> #if !defined(__OpenBSD) && etc
>>  > >>
>>  > >> instead of
>>  > >>
>>  > >> #ifdef __linux__
>>  > >>
>>  > >> As it will work for Mac OS X, and probably on
>>  > >> Solaris
>>  > >> too
>>  > >>
>>  > >> Btw, it's strange that it works on Mac OS X and not
>>  > >> in
>>  > >> FreeBSD.
>> >>  > Ah yes, forgot it.
>> >>  >
>> >>  > Ialso tested on NetBSD, it doesn't have
>> >>  > PTRACE_GETSIGINFO.
>> >>  >
>>  >>> what about PT_GETSIGINFO ?
>> >>> >> According to the man pages, no.
>> >>> >>
>> >>> >> http://www.unix.com/man-page/FreeBSD/2/ptrace
>> >>> >> http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html
>> >>> >> http://nixdoc.net/man-pages/NetBSD/ptrace.2.html
>> >> >
>> >> > ok, it's clear :)
>> >> >
>> >> > Vincent
>> > new patch:
>> >
>> > 1) i've added Mac SO X support as it has the same problem : no
>> > PTRACE_GETSIGINFO.
>> > 2) there was a mistake in the last #if with freebsd (should be
>> > && !__FreeBSD__)
>> >
>> > Vincent
>> Ok.
>>
>> Commit ?
>
> need cedric to check this out first

 you think that e is not enough broken ?

>>>
>>> It's predictably broken, and that's a problem. We need more WTFs
>>>
 Vincent

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases,
 vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>
>>> --
>>> Monitor your physical, virtual and cloud infrastructure from a single
>>> web console. Get in-depth insight into apps, servers, databases, vmware,
>>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>>> Pricing starts from $795 for 25 servers or applications!
>>> http://p.sf.net/sfu/zoho_dev2dev_nov
>>> ___
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>
>>
>> --
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

Re: [E-devel] E SVN: hermet IN trunk: efl/src/lib/evas/canvas evas/src/lib/canvas

2012-11-13 Thread ChunEon Park
The last patch revision is 79224


Please check it again 



Thank you. :)





-Regards, Hermet-

-Original Message-
From: "ChunEon Park" 
To: "Enlightenment developer 
list"; 
Cc: ; 
Sent: 2012-11-13 (화) 10:49:21
Subject: Re: [E-devel]E SVN: hermet IN trunk: efl/src/lib/evas/canvas 
evas/src/lib/canvas

Hi, Sorry for delayed.

I think it will be better if it considered for extrapolating outside coords.
Anyhow today I will look it left.


Thank you.





-Regards, Hermet-

-Original Message-
From: "Leandro Dorileo" 
To: ; 
Cc: ; 
Sent: 2012-11-13 (화) 01:23:33
Subject: Re: [E-devel] E SVN: hermet IN trunk: efl/src/lib/evas/canvas 
evas/src/lib/canvas

Hi Hermet,

Thank you for commiting the proposed changes to evas_events. I`m seeing you 
haven`t
applied the changes I proposed to evas_map, without that the problem seems
to be "half fixed". We must properly handle the case when the mouse pointer has
been dragged off of evas object.

Have you seen my concerns about Evas_Event_Mouse_Move`s canvas and output 
fields?
Do you have any opinion about that?

Regards

On Sat, Nov 10, 2012 at 04:52:00AM -0800, Enlightenment SVN wrote:
> Log:
> evas/event - add the xy origin to object when coords are transformed
>   
>   Signed-Off-By: Leandro Dorileo@profusioin.mobi>
>   
>   
> 
> Author:   hermet
> Date: 2012-11-10 04:52:00 -0800 (Sat, 10 Nov 2012)
> New Revision: 79098
> Trac: http://trac.enlightenment.org/e/changeset/79098
> 
> Modified:
>   trunk/efl/src/lib/evas/canvas/evas_events.c 
trunk/evas/src/lib/canvas/evas_events.c 
> 
> Modified: trunk/efl/src/lib/evas/canvas/evas_events.c
> ===
> --- trunk/efl/src/lib/evas/canvas/evas_events.c2012-11-10 11:41:16 UTC 
(rev 79097)
> +++ trunk/efl/src/lib/evas/canvas/evas_events.c2012-11-10 12:52:00 UTC 
(rev 79098)
> @@ -22,9 +22,11 @@
> if ((!obj->cur.usemap) || (!obj->cur.map) || 
(!obj->cur.map->count == 4))
>return;
>  
> -   evas_map_coords_get(obj->cur.map, *x, *y, x, y, mouse_grabbed);
> -   *x += obj->cur.geometry.x;
> -   *y += obj->cur.geometry.y;
> +   if(evas_map_coords_get(obj->cur.map, *x, *y, x, y, mouse_grabbed))
> + {
> +*x += obj->cur.geometry.x;
> +*y += obj->cur.geometry.y;
> + }
>  }
>  
>  static void
> 
> Modified: trunk/evas/src/lib/canvas/evas_events.c
> ===
> --- trunk/evas/src/lib/canvas/evas_events.c2012-11-10 11:41:16 UTC 
(rev 79097)
> +++ trunk/evas/src/lib/canvas/evas_events.c2012-11-10 12:52:00 UTC 
(rev 79098)
> @@ -22,9 +22,11 @@
> if ((!obj->cur.usemap) || (!obj->cur.map) || 
(!obj->cur.map->count == 4))
>return;
>  
> -   evas_map_coords_get(obj->cur.map, *x, *y, x, y, mouse_grabbed);
> -   *x += obj->cur.geometry.x;
> -   *y += obj->cur.geometry.y;
> +   if (evas_map_coords_get(obj->cur.map, *x, *y, x, y, mouse_grabbed))
> + {
> +*x += obj->cur.geometry.x;
> +*y += obj->cur.geometry.y;
> + }
>  }
>  
>  static void
> 
> 
> 
--
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

-- 
Leandro Dorileo
ProFUSION embedded systems
http://profusion.mobi

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Monitor your ph

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-13 Thread Vincent Torri
i've seen only the first one in

Vincent

On Tue, Nov 13, 2012 at 11:55 AM, Michael Blumenkrantz
 wrote:
> okay, both in
>
> On 11/12/12, Iván Briano  wrote:
>> On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri 
>> wrote:
>>> On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
>>>  wrote:
 On Mon, 12 Nov 2012 18:56:40 +0100
 rustyBSD  wrote:

> Le 12/11/2012 09:10, Vincent Torri a écrit :
> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
> > 
> > wrote:
> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD  wrote:
> >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
>  >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD 
>  >>> wrote:
> >>  > Le 09/11/2012 16:39, Vincent Torri a écrit :
>  > >> I would suggest
>  > >>
>  > >> #if !defined(__OpenBSD) && etc
>  > >>
>  > >> instead of
>  > >>
>  > >> #ifdef __linux__
>  > >>
>  > >> As it will work for Mac OS X, and probably on Solaris
>  > >> too
>  > >>
>  > >> Btw, it's strange that it works on Mac OS X and not in
>  > >> FreeBSD.
> >>  > Ah yes, forgot it.
> >>  >
> >>  > Ialso tested on NetBSD, it doesn't have PTRACE_GETSIGINFO.
> >>  >
>  >>> what about PT_GETSIGINFO ?
> >>> >> According to the man pages, no.
> >>> >>
> >>> >> http://www.unix.com/man-page/FreeBSD/2/ptrace
> >>> >> http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html
> >>> >> http://nixdoc.net/man-pages/NetBSD/ptrace.2.html
> >> >
> >> > ok, it's clear :)
> >> >
> >> > Vincent
> > new patch:
> >
> > 1) i've added Mac SO X support as it has the same problem : no
> > PTRACE_GETSIGINFO.
> > 2) there was a mistake in the last #if with freebsd (should be
> > && !__FreeBSD__)
> >
> > Vincent
> Ok.
>
> Commit ?

 need cedric to check this out first
>>>
>>> you think that e is not enough broken ?
>>>
>>
>> It's predictably broken, and that's a problem. We need more WTFs
>>
>>> Vincent
>>>
>>> --
>>> Monitor your physical, virtual and cloud infrastructure from a single
>>> web console. Get in-depth insight into apps, servers, databases, vmware,
>>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>>> Pricing starts from $795 for 25 servers or applications!
>>> http://p.sf.net/sfu/zoho_dev2dev_nov
>>> ___
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>> --
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread Stefan Schmidt
Hello.

On 12/11/12 22:22, thomasg wrote:
> Attached you'll finde a few trivial patches which fix typos or clear things 
> up.
> Feel free to apply any number as you see fit (I hope it'll be n > 0 :)
>
> Short overview (git log):
>
> 1: border remembers: rename Using to Identifiers to be more obvious
> 2: border locks: deengrishify
> 3: wallpaper: more sane dialog title
> 4: physics: fix typo
> 5: e_fm: fix typo

All of them are looking fine to me. In svn. Thanks.

regards
Stefan Schmidt


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread David Seikel
On Tue, 13 Nov 2012 19:25:02 +0900 Daniel Juyung Seo
 wrote:

> A lot of other commits need to be backported/synced as well...
> 
> Daniel Juyung Seo (SeoZ)
> 
> 
> On Tue, Nov 13, 2012 at 7:02 PM, Stefan Schmidt
> wrote:
> 
> > Hello.
> >
> > Soem people have reported problems with recent changes. Outcomes are
> > wizard showing up on each start, config gets wiped etc.
> >
> > This only have happened to people using standalone eina as far as
> > we can see.
> >
> > I just commit a patch from Jérémy Zurcher that should fix this.
> > Hopefully. I can't thank him enozgh for hunting and fixing this.
> > Really a big deal when on the way to the e17 release. I would like
> > to nominate him to hero of the week. :)
> >
> > Make sure you update to 79212 to avoid this.

I'm wondering how few people are testing e17 the way it will be
released, with EFL 1.7.1?  Are most testing it with latest SVN, with
separate libraries or merged EFL tree?  Especially since we were asked
to test the merged EFL tree now instead of SVN.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] e17 & BSD's

2012-11-13 Thread Michael Blumenkrantz
okay, both in

On 11/12/12, Iván Briano  wrote:
> On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri 
> wrote:
>> On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
>>  wrote:
>>> On Mon, 12 Nov 2012 18:56:40 +0100
>>> rustyBSD  wrote:
>>>
 Le 12/11/2012 09:10, Vincent Torri a écrit :
 > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
 > 
 > wrote:
 >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD  wrote:
 >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
  >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD 
  >>> wrote:
 >>  > Le 09/11/2012 16:39, Vincent Torri a écrit :
  > >> I would suggest
  > >>
  > >> #if !defined(__OpenBSD) && etc
  > >>
  > >> instead of
  > >>
  > >> #ifdef __linux__
  > >>
  > >> As it will work for Mac OS X, and probably on Solaris
  > >> too
  > >>
  > >> Btw, it's strange that it works on Mac OS X and not in
  > >> FreeBSD.
 >>  > Ah yes, forgot it.
 >>  >
 >>  > Ialso tested on NetBSD, it doesn't have PTRACE_GETSIGINFO.
 >>  >
  >>> what about PT_GETSIGINFO ?
 >>> >> According to the man pages, no.
 >>> >>
 >>> >> http://www.unix.com/man-page/FreeBSD/2/ptrace
 >>> >> http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html
 >>> >> http://nixdoc.net/man-pages/NetBSD/ptrace.2.html
 >> >
 >> > ok, it's clear :)
 >> >
 >> > Vincent
 > new patch:
 >
 > 1) i've added Mac SO X support as it has the same problem : no
 > PTRACE_GETSIGINFO.
 > 2) there was a mistake in the last #if with freebsd (should be
 > && !__FreeBSD__)
 >
 > Vincent
 Ok.

 Commit ?
>>>
>>> need cedric to check this out first
>>
>> you think that e is not enough broken ?
>>
>
> It's predictably broken, and that's a problem. We need more WTFs
>
>> Vincent
>>
>> --
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: stefan trunk/eina/src/lib

2012-11-13 Thread Stefan Schmidt
Hello.

On 13/11/12 10:41, Vincent Torri wrote:
> in efl/ too please

The change from glima was not in efl/. That was one reason why not 
everybody hit the problem.

So we would need to bring over both commits. Glima's broken one and the 
fixed version.

Are we happy enough with how it is right now to do this?

regards
Stefan Schmidt


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: stefan trunk/eina/src/lib

2012-11-13 Thread Vincent Torri
in efl/ too please

Vincent

On Tue, Nov 13, 2012 at 10:58 AM, Enlightenment SVN
 wrote:
> Log:
> eina: Fix "E restores default configuration on every restart"
>
>   Spankies for glima and huge thanks to J?\195?\169r?\195?\169my Zurcher for 
> this fix.
>
>   Patch by: J?\195?\169r?\195?\169my Zurcher
>
> Author:   stefan
> Date: 2012-11-13 01:58:32 -0800 (Tue, 13 Nov 2012)
> New Revision: 79212
> Trac: http://trac.enlightenment.org/e/changeset/79212
>
> Modified:
>   trunk/eina/src/lib/eina_file.c
>
> Modified: trunk/eina/src/lib/eina_file.c
> ===
> --- trunk/eina/src/lib/eina_file.c  2012-11-13 09:51:28 UTC (rev 79211)
> +++ trunk/eina/src/lib/eina_file.c  2012-11-13 09:58:32 UTC (rev 79212)
> @@ -560,19 +560,22 @@
>   ++p;
>}
> }
> -// remove '/./'
> -else if (p[2] == '/')
> -  {
> - len -= p + 2 - q;
> - memmove(q, p + 2, len - (q - result));
> - result[len] = '\0';
> - p = q;
> -  }
>   else
> -   {
> -  q = p;
> -  ++p;
> -   }
> +   if (p[1] == '.'
> +&& p[2] == '/')
> +  {
> + // remove '/./'
> + len -= 2;
> + memmove(p, p + 2, len - (p - result));
> + result[len] = '\0';
> + q = p;
> + ++p;
> +  }
> +else
> +  {
> + q = p;
> + ++p;
> +  }
>   }
>
> if (length)
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch][efl] build fix: embryo_cc requires -lm

2012-11-13 Thread Daniel Juyung Seo
Thanks for the fix/patch Ryuan!

Daniel Juyung Seo (SeoZ)


On Tue, Nov 13, 2012 at 5:58 PM, Vincent Torri wrote:

> in svn, thanks :)
>
> Vincent
>
> On Tue, Nov 13, 2012 at 9:51 AM, ryuan Choi  wrote:
> > Hi,
> >
> > In my ubuntu 11.10 (32bit), I got below errors while building efl.
> > It looks weird that my another machine(ubuntu 12.10, 64bit) does not not
> > complain this.
> >
> > I attached patch to add -lm .
> >
> > CCLD   bin/embryo/embryo_cc
> > bin/embryo/embryo_cc_sc2.c:619: error: undefined reference to 'pow'
> > collect2: ld returned 1 exit status
> > make[3]: *** [bin/embryo/embryo_cc] Error 1
> > make[3]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl'
> > make: *** [all] Error 2
> >
> > Cheers,
> > Ryuan Choi
> >
> >
> --
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread Daniel Juyung Seo
A lot of other commits need to be backported/synced as well...

Daniel Juyung Seo (SeoZ)


On Tue, Nov 13, 2012 at 7:02 PM, Stefan Schmidt wrote:

> Hello.
>
> Soem people have reported problems with recent changes. Outcomes are
> wizard showing up on each start, config gets wiped etc.
>
> This only have happened to people using standalone eina as far as we can
> see.
>
> I just commit a patch from Jérémy Zurcher that should fix this.
> Hopefully. I can't thank him enozgh for hunting and fixing this. Really
> a big deal when on the way to the e17 release. I would like to nominate
> him to hero of the week. :)
>
> Make sure you update to 79212 to avoid this.
>
> regards
> Stefan Schmidt
>
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Recent wizard and e config woes

2012-11-13 Thread Stefan Schmidt
Hello.

Soem people have reported problems with recent changes. Outcomes are 
wizard showing up on each start, config gets wiped etc.

This only have happened to people using standalone eina as far as we can 
see.

I just commit a patch from Jérémy Zurcher that should fix this. 
Hopefully. I can't thank him enozgh for hunting and fixing this. Really 
a big deal when on the way to the e17 release. I would like to nominate 
him to hero of the week. :)

Make sure you update to 79212 to avoid this.

regards
Stefan Schmidt


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e distcheck failing in i18n

2012-11-13 Thread Stefan Schmidt
Hello.

On 12/11/12 14:22, Stefan Schmidt wrote:
> Hello.
>
> After fixing some bits e distcheck is no failing in i18n like this:
>
> make[5]: *** No rule to make target `.deps/enlightenment_sys
> e_sys_main.Po'.  Stop.
>
> Full log at:
> http://build.enlightenment.fr/builders/quick-linux/builds/1481/steps/distcheck/logs/stdio
>
> I have no clue about the i18n setup we use here. I just know that
> src/bin/e_sys_main.c is in po/POTFILES.in
>
> Can anyone with more clue about this have a look?

Lucas fixed it in version 79208. Thanks a lot.

regards
Stefan Schmidt

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: lucas IN trunk/e: . src/modules

2012-11-13 Thread Vincent Torri
On Tue, Nov 13, 2012 at 10:09 AM, Enlightenment SVN
 wrote:
> Log:
> e: use subdir-objects only on modules
>
>   autopoint/gettext stuff isn't happy at all with subdir-objects option in
>   configure.ac. We need this option to compile the modules or otherwise we
>   have a conflict in the generated objects.
>
>   big spankies to the gettext crowd.

you can't imagine how it is bad. For example :
AM_GNU_GETTEXT([external]) ***must*** not have a space before.

AM_GNU_GETTEXT([external]) works

AM_GNU_GETTEXT([external]) does not work

great... It took me a day to find why...

Vincent

>
>   "fix" it by only using subdir-objects in src/modules/Makefile.am, where
>   it's really needed.
>
>
>
> Author:   lucas
> Date: 2012-11-13 01:09:06 -0800 (Tue, 13 Nov 2012)
> New Revision: 79208
> Trac: http://trac.enlightenment.org/e/changeset/79208
>
> Modified:
>   trunk/e/configure.ac trunk/e/src/modules/Makefile.am
>
> Modified: trunk/e/configure.ac
> ===
> --- trunk/e/configure.ac2012-11-13 08:58:33 UTC (rev 79207)
> +++ trunk/e/configure.ac2012-11-13 09:09:06 UTC (rev 79208)
> @@ -36,7 +36,7 @@
>  #endif /* EFL_CONFIG_H__ */
>  ])
>
> -AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects -Wno-portability])
> +AM_INIT_AUTOMAKE([1.11 dist-bzip2 -Wno-portability])
>  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>
>  AC_GNU_SOURCE
>
> Modified: trunk/e/src/modules/Makefile.am
> ===
> --- trunk/e/src/modules/Makefile.am 2012-11-13 08:58:33 UTC (rev 79207)
> +++ trunk/e/src/modules/Makefile.am 2012-11-13 09:09:06 UTC (rev 79208)
> @@ -1,4 +1,5 @@
>  MAINTAINERCLEANFILES = Makefile.in
> +AUTOMAKE_OPTIONS = subdir-objects
>
>  SUBDIRS =
>  CLEANFILES =
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch][efl] build fix: embryo_cc requires -lm

2012-11-13 Thread Vincent Torri
in svn, thanks :)

Vincent

On Tue, Nov 13, 2012 at 9:51 AM, ryuan Choi  wrote:
> Hi,
>
> In my ubuntu 11.10 (32bit), I got below errors while building efl.
> It looks weird that my another machine(ubuntu 12.10, 64bit) does not not
> complain this.
>
> I attached patch to add -lm .
>
> CCLD   bin/embryo/embryo_cc
> bin/embryo/embryo_cc_sc2.c:619: error: undefined reference to 'pow'
> collect2: ld returned 1 exit status
> make[3]: *** [bin/embryo/embryo_cc] Error 1
> make[3]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl'
> make: *** [all] Error 2
>
> Cheers,
> Ryuan Choi
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [Patch][efl] build fix: embryo_cc requires -lm

2012-11-13 Thread ryuan Choi
Hi,

In my ubuntu 11.10 (32bit), I got below errors while building efl.
It looks weird that my another machine(ubuntu 12.10, 64bit) does not not
complain this.

I attached patch to add -lm .

CCLD   bin/embryo/embryo_cc
bin/embryo/embryo_cc_sc2.c:619: error: undefined reference to 'pow'
collect2: ld returned 1 exit status
make[3]: *** [bin/embryo/embryo_cc] Error 1
make[3]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryuan/workspace/efl/trunk/efl'
make: *** [all] Error 2

Cheers,
Ryuan Choi


fix_build_break_when_building_efl.patch
Description: Binary data
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . src/lib

2012-11-13 Thread Daniel Juyung Seo
Hello Jaehwan,
as we discussed this personally, I suggest you to add one more parameter
'type' to this API like elm_gengrid/genlist_item_bring_in/show().

elm_gengrid_item_bring_in(Elm_Object_Item *it,
Elm_Gengrid_Item_Scrollto_Type type);
elm_genlist_item_bring_in(Elm_Object_Item *it,
Elm_Genlist_Item_Scrollto_Type type);

Users may want those In/TOP/MIDDLE cases.
elm_list does not support this but it should be changed in elementary 2.0
for consistency.

Thanks.

Daniel Juyung Seo (SeoZ)




On Tue, Nov 13, 2012 at 4:56 PM, Jaehwan Kim wrote:

> in svn. thanks^^
>
> 2012년 11월 12일 월요일에 ChunEon Park님이 작성:
>
> > since -> @since in doc.
> >
> >
> >
> > 
> >
> > -Regards, Hermet-
> >
> > -Original Message-
> > From: "Enlightenment SVN"
> > To: ;
> > Cc:
> > Sent: 2012-11-12 (월) 16:29:18
> > Subject: E SVN: jaehwan IN trunk/elementary: . src/lib
> >
> > Log:
> > Add elm_toolbar_item_show/bring_in. It show or bring a specific item,
> when
> > the toolbar can be scrolled.
> >
> >
> > Author:   jaehwan
> > Date: 2012-11-11 23:29:17 -0800 (Sun, 11 Nov 2012)
> > New Revision: 79134
> > Trac: http://trac.enlightenment.org/e/changeset/79134
> >
> > Modified:
> >   trunk/elementary/ChangeLog trunk/elementary/NEWS
> > trunk/elementary/src/lib/elm_toolbar.c
> > trunk/elementary/src/lib/elm_toolbar.h
> >
> > Modified: trunk/elementary/ChangeLog
> > ===
> > --- trunk/elementary/ChangeLog  2012-11-12 05:53:16 UTC (rev 79133)
> > +++ trunk/elementary/ChangeLog  2012-11-12 07:29:17 UTC (rev 79134)
> > @@ -669,3 +669,8 @@
> >
> >  * Support virtualkeypad, clipbard state shange signals from
> >   conformant
> > +
> > +2012-11-12  Jaehwan Kim
> > +
> > +* Add elm_toolbar_item_show/bring_in.
> > +  It show or bring a specific item, when the toolbar can be
> > scrolled.
> >
> > Modified: trunk/elementary/NEWS
> > ===
> > --- trunk/elementary/NEWS   2012-11-12 05:53:16 UTC (rev 79133)
> > +++ trunk/elementary/NEWS   2012-11-12 07:29:17 UTC (rev 79134)
> > @@ -13,6 +13,7 @@
> > * Add a search API to list all localisations corresponding to a name
> > in map
> > * Add elm_notify_align_set/get
> > * Add virtualkeypad, clipboard state change signals from conformant.
> > +   * Add elm_toolbar_item_show/bring_in.
> >
> >  Improvements:
> >
> >
> > Modified: trunk/elementary/src/lib/elm_toolbar.c
> > ===
> > --- trunk/elementary/src/lib/elm_toolbar.c  2012-11-12 05:53:16 UTC
> > (rev 79133)
> > +++ trunk/elementary/src/lib/elm_toolbar.c  2012-11-12 07:29:17 UTC
> > (rev 79134)
> > @@ -3256,3 +3256,35 @@
> >
> > return sd->reorder_mode;
> >  }
> > +
> > +EAPI void
> > +elm_toolbar_item_show(Elm_Object_Item *it)
> > +{
> > +   Evas_Coord x, y, w, h, bx, by;
> > +   Elm_Toolbar_Item *item = (Elm_Toolbar_Item *)it;
> > +
> > +   ELM_TOOLBAR_ITEM_CHECK_OR_RETURN(it);
> > +   ELM_TOOLBAR_DATA_GET(WIDGET(item), sd);
> > +
> > +   evas_object_geometry_get(sd->bx, &bx, &by, NULL, NULL);
> > +   evas_object_geometry_get(VIEW(item), &x, &y, &w, &h);
> > +   x = x - bx;
> > +   y = y - by;
> > +   sd->s_iface->content_region_show(WIDGET(item), x, y, w, h);
> > +}
> > +
> > +EAPI void
> > +elm_toolbar_item_bring_in(Elm_Object_Item *it)
> > +{
> > +   Evas_Coord x, y, w, h, bx, by;
> > +   Elm_Toolbar_Item *item = (Elm_Toolbar_Item *)it;
> > +
> > +   ELM_TOOLBAR_ITEM_CHECK_OR_RETURN(it);
> > +   ELM_TOOLBAR_DATA_GET(WIDGET(item), sd);
> > +
> > +   evas_object_geometry_get(sd->bx, &bx, &by, NULL, NULL);
> > +   evas_object_geometry_get(VIEW(item), &x, &y, &w, &h);
> > +   x = x - bx;
> > +   y = y - by;
> > +   sd->s_iface->region_bring_in(WIDGET(item), x, y, w, h);
> > +}
> >
> > Modified: trunk/elementary/src/lib/elm_toolbar.h
> > ===
> > --- trunk/elementary/src/lib/elm_toolbar.h  2012-11-12 05:53:16 UTC
> > (rev 79133)
> > +++ trunk/elementary/src/lib/elm_toolbar.h  2012-11-12 07:29:17 UTC
> > (rev 79134)
> > @@ -998,5 +998,29 @@
> >  EAPI Eina_Bool elm_toolbar_reorder_mode_get(const
> > Evas_Object *obj);
> >
> >  /**
> > + * Show a specific item, when the toolbar can be scrolled.
> > + *
> > + * @param it the toolbar item
> > + *
> > + * see elm_toolbar_item_bring_in()
> > + *
> > + * since 1.8
> > + * @ingroup Toolbar
> > + */
> > +EAPI void  elm_toolbar_item_show(Elm_Object_Item
> > *it);
> > +
> > +/**
> > + * Show a specific item with scroll animation, when the toolbar can be
> > scrolled.
> > + *
> > + * @param it the toolbar item
> > + *
> > + * see elm_toolbar_item_show()
> > + *
> > + * since 1.8
> > + * @ingroup Toolbar
> > + */
> >