Dear all,
I've attached patch to fix bug in multibuttonentry.
When this widget is unfocused, there's no code for making unfocused entry in
multibuttonentry.
Because of that, when multibuttonentry got focus again, entry couldn't get
focus normally.
so I've added code to fix this issue. when it'
On Thu, 22 Mar 2012 16:42:32 +0100 Leif Middelschulte
said:
and now this one is fixed - r69581
> 2012/3/22 Carsten Haitzler :
> > On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte
> > said:
> >
> >> 2012/3/22 Carsten Haitzler :
> >> > On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte
>
On Fri, 23 Mar 2012 13:20:51 +0900 chanwook jung said:
i spot no bugs from this right now, and code looks ok on a read. so in svn! :)
> I changed the code for performance.
>
> 2012/3/22 chanwook jung
>
> >
> > I modified code for target.
> >
> >
> > 2012/3/22 chanwook jung
> >
> >> I make ne
Hello.
On Fri, 2012-03-23 at 09:59, Carsten Haitzler wrote:
>
> is that meant to be touch driven, or "hardware dial" driven?
If I'm not mistaken the pictures have been from an Audi MMI system and
they use a hardware dial easily available for the driver. So the part
you can see here is only the v
On Fri, 23 Mar 2012 07:05:23 + (GMT) GoUn Lee said:
in - with a small formatting fix. i added ()'s around the 2*... thing. :)
>
> Dear all,
>
> I've attached patch to fix bug in multibuttonentry.
> When this widget is unfocused, there's no code for making unfocused entry in
> multibuttonen
On Mon, 19 Mar 2012 14:09:26 +0100 (CET) patrick chevalier
said:
> Hi everybody,
>
> Just a little mail to inform all of you that I upload my code/work on
> Elegance. Reminder: Elegance is an EFL based application that enables anyone
> to design a GUI easily on a tablet. All sources are availabl
On Fri, 23 Mar 2012 08:51:02 +0100 Stefan Schmidt
said:
> Hello.
>
> On Fri, 2012-03-23 at 09:59, Carsten Haitzler wrote:
> >
> > is that meant to be touch driven, or "hardware dial" driven?
>
> If I'm not mistaken the pictures have been from an Audi MMI system and
> they use a hardware dial e
On Sun, 11 Mar 2012 23:10:03 +0100 Daniel Kolesa said:
i haven't looked into it yet.. but it doesnt work for me.. i get:
Error loading new keyboard description
or
No keyboard model specified on the command line
Trailing -model option ignored
if i use "automatic" (default) model. i'm trying t
Dear all
I add like a routine in previous patch.
It add merging routines to realize functions.
also i removed "elm_widget_stringlist_free(cons)"
because all of it is freed at item_unrealize.
Thanks
Index: elementary/src/lib/elm_genlist.c
===
Hello,
This is patch for zoom behavior in elm_map.
1) wd->zoom_max is defined by user. wd->src_tile->zoom_max is defined
by source map provider.
Therefore, I decide to do not touch those things. Just check these
while zooming ( zoom_do() )
2) When pan being re-sized, I changed from "zoom with an
On Sun, 11 Mar 2012 23:10:03 +0100 Daniel Kolesa said:
here is why it fails:
setxkbmap jp,us, -variant basic,basic, -model pc101
seems if i add more than 1 config its a non-working thing. :( odd. it seems
like the SELECTED item should be the used one, but not in configuration. now if
u remove u
Why is zoom with animation changed to zoom_do ?
On Fri, Mar 23, 2012 at 7:36 PM, Bluezery wrote:
> Hello,
>
> This is patch for zoom behavior in elm_map.
> 1) wd->zoom_max is defined by user. wd->src_tile->zoom_max is defined
> by source map provider.
> Therefore, I decide to do not touch those
2012/3/23 Sanjeev BA :
> Why is zoom with animation changed to zoom_do ?
>
Because too many animations occurred while window size is changing. :)
Zoom with animation can be used by elm_map_zoom_set().
> On Fri, Mar 23, 2012 at 7:36 PM, Bluezery wrote:
>
>> Hello,
>>
>> This is patch for zoom beha
ok. In SVN : r69590.
On Fri, Mar 23, 2012 at 8:13 PM, Bluezery wrote:
> 2012/3/23 Sanjeev BA :
> > Why is zoom with animation changed to zoom_do ?
> >
> Because too many animations occurred while window size is changing. :)
> Zoom with animation can be used by elm_map_zoom_set().
>
> > On Fri, M
It's funny =)
Nice job, discomfitor.
On Thu, Mar 22, 2012 at 11:59 PM, Gustavo Sverzut Barbieri
wrote:
> There are somethings to be improved, but it's a start and will motivate me
> to help. Thanks :-)
>
> On Thursday, March 22, 2012, Michael Blumenkrantz <
> michael.blumenkra...@gmail.com> wrote
On Thu, Mar 22, 2012 at 7:19 PM, Andreas Volz wrote:
> Am Thu, 22 Mar 2012 18:30:57 -0300 schrieb Gustavo Sverzut Barbieri:
>
>> On Thu, Mar 22, 2012 at 6:15 PM, Andreas Volz
>> wrote:
>> > Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The
>> > Rasterman):
>> >
>> >> On Wed, 21 Mar
On Fri, Mar 23, 2012 at 2:23 AM, Enlightenment SVN
wrote:
> Log:
> add -cleanvt
>
>
>
> Author: raster
> Date: 2012-03-22 22:23:44 -0700 (Thu, 22 Mar 2012)
> New Revision: 69575
> Trac: http://trac.enlightenment.org/e/changeset/69575
>
> Modified:
> trunk/exquisite/ChangeLog
Hi, folks.
As a few people already know, ProFUSION is working on changing Elementary's
internal widgets structure. The work aims to provide type inheritance and
interfaces on widget creation. This will bring a great deal of code
factorization, easing maintainability and pushing for code reuse. Als
On Fri, 23 Mar 2012 15:40:10 -0300 Lucas De Marchi
said:
> On Fri, Mar 23, 2012 at 2:23 AM, Enlightenment SVN
> wrote:
> > Log:
> > add -cleanvt
> >
> >
> >
> > Author: raster
> > Date: 2012-03-22 22:23:44 -0700 (Thu, 22 Mar 2012)
> > New Revision: 69575
> > Trac: http://tr
On Fri, 23 Mar 2012 18:04:58 -0300 Gustavo Chaves
wrote:
> As a few people already know, ProFUSION is working on changing
> Elementary's internal widgets structure. The work aims to provide
> type inheritance and interfaces on widget creation. This will bring a
> great deal of code factorization,
We'd like to announce a new release cycle alpha release of several
Enlightenment components. This round we have added Eio, Ethumb, Emotion and
Elementary.
Emotion is a library to handle video playback using Gstreamer, Xine or other
external plugins (VLC) and display video in Evas as a standard obj
On Fri, Mar 23, 2012 at 9:59 PM, Carsten Haitzler wrote:
> On Fri, 23 Mar 2012 15:40:10 -0300 Lucas De Marchi
> said:
>
>> On Fri, Mar 23, 2012 at 2:23 AM, Enlightenment SVN
>> wrote:
>> > Log:
>> > add -cleanvt
>> >
>> >
>> >
>> > Author: raster
>> > Date: 2012-03-22 22:23:44 -070
22 matches
Mail list logo