Re: [E-devel] efl beta?

2011-11-24 Thread Daniel Juyung Seo
mouse event of elm_pager issue looks fixed by accident. is this right? http://trac.enlightenment.org/e/changeset/65551 Daniel Juyung Seo (SeoZ) On Fri, Nov 25, 2011 at 3:57 PM, Vincent Torri wrote: > > > On Fri, 25 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > >> ok - some of the worst bug

Re: [E-devel] efl beta?

2011-11-24 Thread Vincent Torri
On Fri, 25 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > ok - some of the worst bugs have been dealt with now for alpha. i'm now > asking: > > what pending issues do we have now. cedric mumbled about some CURRENT > transition issue. mikez was mumbling about elm pager + mouse in and out >

Re: [E-devel] efl beta?

2011-11-24 Thread The Rasterman
On Fri, 25 Nov 2011 16:37:00 +1000 David Seikel said: > On Fri, 25 Nov 2011 14:18:01 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > ok - some of the worst bugs have been dealt with now for alpha. i'm > > now asking: > > > > what pending issues do we have now. cedric mumbled about some C

Re: [E-devel] efl beta?

2011-11-24 Thread David Seikel
On Fri, 25 Nov 2011 14:18:01 +0900 Carsten Haitzler (The Rasterman) wrote: > ok - some of the worst bugs have been dealt with now for alpha. i'm > now asking: > > what pending issues do we have now. cedric mumbled about some CURRENT > transition issue. mikez was mumbling about elm pager + mouse

Re: [E-devel] SVN Regressions

2011-11-24 Thread The Rasterman
On Wed, 23 Nov 2011 10:57:30 -0600 Jeff Hoogland said: cedric... who won the bet? > Version of Libcurl in use here is: 7.19.7-1ubuntu1.1 > > On Wed, Nov 23, 2011 at 8:30 AM, Cedric BAIL wrote: > > > On Wed, Nov 23, 2011 at 1:20 AM, Carsten Haitzler > > wrote: > > > On Tue, 22 Nov 2011 11:05:

Re: [E-devel] bug report related to Changeset 64721

2011-11-24 Thread The Rasterman
On Fri, 25 Nov 2011 09:17:58 +0900 이명재 said: this really smells of a bug in edje or evas. this is just a workaround. sure - temporary workaround is ok, but core bug needs fixing. tom ? > Dear, Tom, Raster and EFL people. > > After applying the previous changeset 64721, the cursor geomet

[E-devel] efl beta?

2011-11-24 Thread The Rasterman
ok - some of the worst bugs have been dealt with now for alpha. i'm now asking: what pending issues do we have now. cedric mumbled about some CURRENT transition issue. mikez was mumbling about elm pager + mouse in and out issues? there are some more ecore_win32/ce patches on the list - vincent. wh

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-24 Thread Kim Shinwoo
Hello, I have refined and attached the patch. It has ECORE_EVENT_MODIFIER_SHIFT/CTRL/ALT and does NOT have TCHAR. TGIF!! :-) 2011/11/24 Kim Shinwoo > Thanks for your response! > > I'll refine with ECORE_EVENT_MODIFIER_*. > And TCHAR is already there.. Anyhow, I'll remove it. > Thank you~ :) >

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-11-24 Thread The Rasterman
On Fri, 25 Nov 2011 11:07:51 +0900 Daniel Juyung Seo said: no - almost everyone uses scale 1.0 so they dont get affected, and those that use scaling also play with finger size :) > Does this need to be announced? > I think this will affect many people. > > Thanks. > Daniel Juyung Seo (SeoZ) >

Re: [E-devel] bug report related to Changeset 64721

2011-11-24 Thread Myungjae Lee
It's a test code for help to find what the problem is. Please don't confuse the patch file. Patch file is 'elm_entry.patch.txt' as I described below. Thanks. Myungjae 2011/11/25 Mike McCormack > Hello 이명재, > > Index: src/lib/elm_entry.c > =

Re: [E-devel] bug report related to Changeset 64721

2011-11-24 Thread Mike McCormack
Hello 이명재, Index: src/lib/elm_entry.c === --- src/lib/elm_entry.c (revision 65568) +++ src/lib/elm_entry.c (working copy) @@ -579,6 +579,7 @@ _recalc_cursor_geometry(Evas_Object *obj) Evas_Coord cx, cy, cw, ch; edje_

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-11-24 Thread Daniel Juyung Seo
Does this need to be announced? I think this will affect many people. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Nov 24, 2011 at 7:31 PM, Enlightenment SVN wrote: > Log: > it's time we dont auto-scale finger size with scale .. set finger size >  to what u need/want. > > > > Author:       raster >

[E-devel] bug report related to Changeset 64721

2011-11-24 Thread 이명재
Dear, Tom, Raster and EFL people. After applying the previous changeset 64721, the cursor geometry is wrong in a char-wrapped or a mixed mode entry contented in a scroller (not a scrolled entry). In other words, a word-wrapped entry or a scrolled entry (when elm_entry_scrollable_set is set to TRUE

Re: [E-devel] [Patch][ecore_file] Fix buffer flush bug

2011-11-24 Thread The Rasterman
On Thu, 24 Nov 2011 19:27:16 +0900 Bluezery said: oh yes indeed. you are right. this is a bug. in svn it goes! thanks! > Dear all, > > fclose() should be called before callback is called to notify user of > download completion because it cannot be flushed sometimes. > > Please review this patc

Re: [E-devel] Problem with list

2011-11-24 Thread The Rasterman
On Thu, 24 Nov 2011 16:38:05 +0900 Daniel Juyung Seo said: > yeah we can set finger size as well. > > and.. genlist has a "display only" mode which means items do not need > to consider finger_size. > once you use genlist and call > elm_genlist_item_display_only_mode_set(), you can achieve your

Re: [E-devel] E SVN: discomfitor trunk/devs/hermet

2011-11-24 Thread ChunEon Park
Great. but this time I need a trap for my TODO list. -Regards, Hermet- -Original Message- From: "Michael Blumenkrantz" To: "Enlightenment developer list" Cc: enlightenment-..

[E-devel] FW: E SVN: hermet trunk/elementary/src/lib

2011-11-24 Thread ChunEon Park
in svn . -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-11-24(목) 20:26:41 Subject: E SVN: hermet trunk/elementary/src/lib Log: elementary/naviframe -

[E-devel] [Patch][ecore_file] Fix buffer flush bug

2011-11-24 Thread Bluezery
Dear all, fclose() should be called before callback is called to notify user of download completion because it cannot be flushed sometimes. Please review this patch. Index: src/lib/ecore_file/ecore_file_download.c === --- src/lib/ec