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 accessibilit
oops. the patch is coming..
2012/6/18 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.
Rob,
These are in svn now. Apologies for the delay but I was in Korea for week.
Cheers :)
dh
- Original Message -
From: "Robert Bradford"
To: "Enlightenment developer list"
Cc: "Christopher Michael" , "Ullysses A Eoff"
Sent: Friday, 15 June, 2012 6:47:04 PM
Subject: Pat
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: h
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
wrote:
> 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 c
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 whe
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
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
wrot
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 sourced/s
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
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
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
wrote:
> Do you have any other examples but XDG_DESKTOP_DIR? I can't find any
> others which should be localized.
>
> S.
>
> On
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 c
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
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 reproduce it.
And regarding the point 5, you are right, multisense will not build without
remix as per
On Mon, 18 Jun 2012 23:28:06 +1000 dave 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
> * E
Hi Prince,
On Mon, Jun 18, 2012 at 9:56 AM, PRINCE KUMAR DUBEY
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 reproduce it.
>
> And r
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 not
On Mon, 18 Jun 2012 19:59:55 -0300 Wido 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 use TA
On Fri, 8 Jun 2012 10:55:32 +0900 Jaehwan Kim 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 add elm_object_scroll
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri
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 this is the root cause
t
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri
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 Brazil (acute/' + a = á,
On Mon, 18 Jun 2012 18:51:00 -0300 Gustavo Sverzut Barbieri
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).
> Hi there,
>
> Whi
On Sun, Jun 17, 2012 at 10:27 PM, Carsten Haitzler wrote:
> On Sun, 17 Jun 2012 21:43:05 -0300 Gustavo Sverzut Barbieri
> said:
>
>> On Sun, Jun 17, 2012 at 8:37 PM, Carsten Haitzler
>> wrote:
>> > On Sun, 17 Jun 2012 11:57:15 -0300 Gustavo Sverzut Barbieri
>> > said:
>> >
>> >> On Sun, Jun 17,
On Mon, Jun 18, 2012 at 6:51 PM, Gustavo Sverzut Barbieri
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 seems to be that I
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
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.
Secon
The main issue is that the desktop environment itself is supposed to parse
these files and export the variables. Few do, us included.
Regardless, this fallback variable in efreet should be translated at some
point.
On Tue, Jun 19, 2012 at 4:18 AM, Jérôme Pinot wrote:
> On 06/18/12 13:53, Michae
28 matches
Mail list logo