Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-18 Thread Michael Blumenkrantz
On Mon, Jun 18, 2012 at 2:27 AM, Carsten Haitzler ras...@rasterman.comwrote: On Sun, 17 Jun 2012 21:43:05 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: - changed command parsing... uses $SHELL and can do $SHELL -c $COMMAND if it seems to be a shell expression. -

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-18 Thread Vincent Torri
On Mon, Jun 18, 2012 at 8:54 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, Jun 18, 2012 at 2:27 AM, Carsten Haitzler ras...@rasterman.comwrote: On Sun, 17 Jun 2012 21:43:05 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said:     - changed command parsing...

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-18 Thread Kim Shinwoo
Dear All, Hello The attached patch has following features. Please review and give some feedbacks. 1. I removed all EAPIs from my previous patch. 2. The accessibility supports all layout on the ELM_ACCESS_MODE_ON. sense. 3. The default string of text part is not supported by the

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-18 Thread Kim Shinwoo
oops. the patch is coming.. 2012/6/18 Kim Shinwoo kimcinoo@gmail.com Dear All, Hello The attached patch has following features. Please review and give some feedbacks. 1. I removed all EAPIs from my previous patch. 2. The accessibility supports all layout on the ELM_ACCESS_MODE_ON.

Re: [E-devel] Patches: Ecore_Wayland - Update to latest protocol and fix #1030

2012-06-18 Thread cpmichael1
Rob, These are in svn now. Apologies for the delay but I was in Korea for week. Cheers :) dh - Original Message - From: Robert Bradford robert.bradf...@intel.com To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Cc: Christopher Michael

Re: [E-devel] E SVN: discomfitor IN trunk/efreet: . src/lib

2012-06-18 Thread Sebastian Dransfeld
On 06/14/2012 09:28 AM, Enlightenment SVN wrote: Log: +efreet_dirs_reset() I think you need to clear the desktop and icon cache as well to change language. S. Author: discomfitor Date: 2012-06-14 00:28:23 -0700 (Thu, 14 Jun 2012) New Revision: 72104 Trac:

Re: [E-devel] E SVN: discomfitor IN trunk/efreet: . src/lib

2012-06-18 Thread Michael Blumenkrantz
hmm I'm assuming you don't mean freeing all the existing Efreet_Desktop objects? On Mon, Jun 18, 2012 at 12:40 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: On 06/14/2012 09:28 AM, Enlightenment SVN wrote: Log: +efreet_dirs_reset() I think you need to clear the desktop and icon

Re: [E-devel] E SVN: discomfitor IN trunk/efreet: . src/lib

2012-06-18 Thread Sebastian Dransfeld
On 06/18/2012 02:13 PM, Michael Blumenkrantz wrote: hmm I'm assuming you don't mean freeing all the existing Efreet_Desktop objects? Well, you need to do almost the same as when the cache is recreated. Open the new cache, and signal with event that the cache has changed. Then close cache when

Re: [E-devel] request for efreet localization

2012-06-18 Thread Sebastian Dransfeld
On 06/14/2012 01:05 PM, Michael Blumenkrantz wrote: Hi, It's come to my attention that many of the strings in efreet (especially src/lib/efreet_base.c; see functions such as efreet_desktop_dir_get()) lack proper localization. This causes unexpected behavior in most cases on non-english

Re: [E-devel] request for efreet localization

2012-06-18 Thread Michael Blumenkrantz
sure, the problem is that we don't localize our fallback strings here. in many desktop environments, those variables are not sourced/set, and so we get the fallback strings every time: these strings are in english, so they're always wrong. On Mon, Jun 18, 2012 at 1:24 PM, Sebastian Dransfeld

Re: [E-devel] request for efreet localization

2012-06-18 Thread Sebastian Dransfeld
Do you have any other examples but XDG_DESKTOP_DIR? I can't find any others which should be localized. S. On 06/18/2012 02:27 PM, Michael Blumenkrantz wrote: sure, the problem is that we don't localize our fallback strings here. in many desktop environments, those variables are not

Re: [E-devel] E SVN: discomfitor IN trunk/efreet: . src/lib

2012-06-18 Thread Michael Blumenkrantz
I'm not super familiar with efreet, I've been trying to make small changes to avoid breaking things. I can take a closer look, but I think in this case I would prefer your help if you have the time. Let me know, otherwise I'll budget out a day for being extra careful. On Mon, Jun 18, 2012 at 1:22

Re: [E-devel] request for efreet localization

2012-06-18 Thread Sebastian Dransfeld
And the official directory translations can be found here: http://cgit.freedesktop.org/xdg/xdg-user-dirs/tree/po S. On 06/18/2012 02:27 PM, Michael Blumenkrantz wrote: sure, the problem is that we don't localize our fallback strings here. in many desktop environments, those variables are not

Re: [E-devel] request for efreet localization

2012-06-18 Thread Michael Blumenkrantz
hm...I guess I assumed there would be more cases; I don't use a localized E, nor do I have any experience with it. On Mon, Jun 18, 2012 at 1:37 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: Do you have any other examples but XDG_DESKTOP_DIR? I can't find any others which should be

Re: [E-devel] request for efreet localization

2012-06-18 Thread Sebastian Dransfeld
Then I guess there aren't anymore. I think all other localization elements has been inside files or filenames. As far as I know there hasn't been any localization problems with efreet before. S. On 06/18/2012 02:43 PM, Michael Blumenkrantz wrote: hm...I guess I assumed there would be more

Re: [E-devel] request for efreet localization

2012-06-18 Thread Michael Blumenkrantz
this is for fixing a somewhat annoying corner case with efm involving locale change. there's other solutions which are less correct, but I'd like to get the fallback choice here fixed since that alone will solve the bug in most cases. On Mon, Jun 18, 2012 at 1:49 PM, Sebastian Dransfeld

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-18 Thread PRINCE KUMAR DUBEY
Hi Flavio, I tested edje_player multisense.edje to reproduce seg fault as mentioned below, but couldn't succeed with memcheck as well. My svn rev is 72374. Please let me know the scenario to reproduce it. And regarding the point 5, you are right, multisense will not build without remix as per

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-18 Thread David Seikel
On Mon, 18 Jun 2012 23:28:06 +1000 dave d...@flex.com.au wrote: I don't mind the name of Terminology, but to encapsulate its Eness, how about these names? * Edify * Elucidate * Emit * Emptty * Enrich * Enterm (or just Enter, but that may be confusing) * Enunciate * Esoteric

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-18 Thread Flávio Ceolin
Hi Prince, On Mon, Jun 18, 2012 at 9:56 AM, PRINCE KUMAR DUBEY prince.du...@samsung.com wrote: Hi Flavio, I tested edje_player multisense.edje to reproduce seg fault as mentioned below, but couldn't succeed with memcheck as well. My svn rev is 72374. Please let me know the scenario to

[E-devel] Ecore_X and deadkeys support (wrt Terminology and Elementary)

2012-06-18 Thread Gustavo Sverzut Barbieri
Hi there, While investigating for terminology so it would accept composed keys used in Brazil (acute/' + a = á, acute/' + space = '), I just realized Elementary's elm_entry is also broken! The problem seems to be that I must use an input method/scim to get it, as Iván said. But most people do

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-18 Thread The Rasterman
On Mon, 18 Jun 2012 19:59:55 -0300 Wido wido...@gmail.com said: - multiple windows and/or tabs right now this is right on the end of a list of features as frankly i'm not happy with the 1 process goes down and ALL my terminals go thing that gnome-terminal does. as for tabs - don't

Re: [E-devel] Add elm_object_scroll_hold/freeze_get

2012-06-18 Thread The Rasterman
On Fri, 8 Jun 2012 10:55:32 +0900 Jaehwan Kim jaehwan.kim@gmail.com said: There are APIs, elm_widget_scroll_hold_push/pop/get in elm_widget.h But there are only elm_object_scroll_hold_push/pop in elm_object.h Is there any reason elm_object_scroll_hold_get is not made? If not, I want to

Re: [E-devel] Ecore_X and deadkeys support (wrt Terminology and Elementary)

2012-06-18 Thread The Rasterman
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: weird. that patch doesnt seem to break it - it just adds handling for the case u have _ecore_ic around -ie input context... do you have it around? is it non-null? i haven't looked yet. just wondering. maybe

Re: [E-devel] Ecore_X and deadkeys support (wrt Terminology and Elementary)

2012-06-18 Thread The Rasterman
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: actually wait - the current code is vastly different to the code in that patch. :) must read current one. :) Hi there, While investigating for terminology so it would accept composed keys used in

Re: [E-devel] Ecore_X and deadkeys support (wrt Terminology and Elementary)

2012-06-18 Thread The Rasterman
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: what's this /acute ? how is this meant to be used/work on a normal us kbd? need to test it. is /acute the compose key? ie: remove lock = Caps_Lock keycode 66 = Multi_key (.Xmodmap - make capslock compose).

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-18 Thread Gustavo Sverzut Barbieri
On Sun, Jun 17, 2012 at 10:27 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sun, 17 Jun 2012 21:43:05 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Sun, Jun 17, 2012 at 8:37 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sun, 17 Jun 2012 11:57:15 -0300 Gustavo

Re: [E-devel] Ecore_X and deadkeys support (wrt Terminology and Elementary)

2012-06-18 Thread Gustavo Sverzut Barbieri
On Mon, Jun 18, 2012 at 6:51 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi there, While investigating for terminology so it would accept composed keys used in Brazil (acute/' + a = á, acute/' + space = '), I just realized Elementary's elm_entry is also broken! The problem

Re: [E-devel] request for efreet localization

2012-06-18 Thread Jérôme Pinot
On 06/18/12 13:53, Michael Blumenkrantz wrote: this is for fixing a somewhat annoying corner case with efm involving locale change. there's other solutions which are less correct, but I'd like to get the fallback choice here fixed since that alone will solve the bug in most cases. It's not

[E-devel] [Patch] Fixed multibuttonentry`s bugs

2012-06-18 Thread Minseok Kim
Dear all, I've added patches for fixing bugs in multibuttonentry. First, elm_multibuttonentry_1.patch When multibuttonentry is clicked, it shows entry input panel. but at this time, there's no code for setting focus on entry. because of that, sometimes it cause a problem when moving focus.