Re: [E-devel] #1022: Crashed when --enable-wayland-clients

2012-05-29 Thread Alex Wu
于 2012/5/29 15:31, E-Trac 写道: > #1022: Crashed when --enable-wayland-clients > ---+- > Reporter: zhiwen.wu@…| Owner: raster > Type: Bug| Status: new > Priority: Blocker| Milestone: > Component: enlighte

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

2012-05-29 Thread Jaehwan Kim
Dear Gustavo I considered your opinion and devised a method for more panel. The screen of mobile device is small. So the option that the main tab items are shown and the others are hidden is needed sometime in it. The standard is necessary in order to divide the main items and the others. If the n

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

2012-05-29 Thread The Rasterman
On Tue, 29 May 2012 14:15:26 +0900 Daniel Juyung Seo said: it's not a break, but it does add warnings to apps. they may decide to handle those warnings as they see fit. ignore them or do something about them. if they use -Werror.. frankly.. that's their business. a warning added is not a break on

Re: [E-devel] [Patch][Ecore] ecore_shutdown never return below zero

2012-05-29 Thread Gustavo Sverzut Barbieri
Looks good to me! On Tuesday, May 29, 2012, Bluezery wrote: > Dear EFL developers, > > This patch checks the internal value of ecore_shutdown() as Gustavo > Sverzut Barbieri suggested in > > http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg41829.html > . > If ecore_shtudo

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

2012-05-29 Thread Gustavo Sverzut Barbieri
Don't we have priority already? AFAIR we introduced it because of that reason! :) On Tuesday, May 29, 2012, Jaehwan Kim wrote: > Dear Gustavo > > I considered your opinion and devised a method for more panel. > The screen of mobile device is small. So the option that the main tab items > are show

Re: [E-devel] doing some releases of 1.0.*, 1.1.* etc.. ?

2012-05-29 Thread Jérôme Pinot
On 05/29/12 06:34, Vincent Torri wrote: > hey, > > we are backporting fixes to previous releases, but we don't release > them. If we don't, then backporting is useless. So when will we > release them ? > > Vincent I'm wondering too. For now, I have switched SlackE17 to follow 1.2 branch and I gu

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

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 1:26 AM, Vincent Torri wrote: > On Tue, May 29, 2012 at 4:07 AM, Daniel Juyung Seo > wrote: >> Hello, >> >> On Tue, May 29, 2012 at 6:03 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Mon, May 28, 2012 at 5:41 PM, Gustavo Lima Chaves >>> wrote: * Enlightenment

Re: [E-devel] eina_simple_xml patch

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 1:50 AM, Vincent Torri wrote: > On Mon, May 28, 2012 at 8:30 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, May 28, 2012 at 3:12 PM, Vincent Torri >> wrote: >>> Hey >>> >>> here is a patch that fix a bug in eina_simple_xml.c, when the is a tag >>> in a comment or a CDA

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

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 6:04 AM, Enlightenment SVN wrote: > Log: > fix case where user can specify item block size < 1; this also reveals an api > error since the param here should obviously be a uint. > > Author:       discomfitor > Date:         2012-05-29 02:04:42 -0700 (Tue, 29 May 2012) > Ne

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

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 6:42 AM, Carsten Haitzler wrote: > On Tue, 29 May 2012 14:15:26 +0900 Daniel Juyung Seo > said: > > it's not a break, but it does add warnings to apps. they may decide to handle > those warnings as they see fit. ignore them or do something about them. if > they > use -Wer

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

2012-05-29 Thread Joerg Sonnenberger
On Tue, May 29, 2012 at 02:07:24PM +0900, Daniel Juyung Seo wrote: > but it breaks applications when they use -Werror option. You can use -Wno-deprecated to selectively disable the warning or -Wno-error=deprecated to keep the warning, but don't assert on it. Make sure to put that after -Werror tho

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

2012-05-29 Thread Vincent Torri
On Tue, May 29, 2012 at 3:52 PM, Gustavo Sverzut Barbieri wrote: > On Tue, May 29, 2012 at 1:26 AM, Vincent Torri > wrote: >> On Tue, May 29, 2012 at 4:07 AM, Daniel Juyung Seo >> wrote: >>> Hello, >>> >>> On Tue, May 29, 2012 at 6:03 AM, Gustavo Sverzut Barbieri >>> wrote: On Mon, May 2

Re: [E-devel] [patch] elementary: doxygen doc fixes

2012-05-29 Thread Jonas M. Gastal
On Tuesday 29 May 2012 11:43:19 Jérôme Pinot wrote: > Hi, > > Here is a patch to fix elementary doxygen doc: > - #link on the beginning of a new line does give ugly output: > http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png > - some typos > - some missing @c > - in elm_web, c

[E-devel] Online documentation version

2012-05-29 Thread Jonas M. Gastal
Gentleman, Currently the online documentation is generated nightly from the latest code, while this is fine, it can also be a bit confusing for people using the releases since it might contain functions that they can't use. I propose we start providing 3 version of the documentation online, one

Re: [E-devel] Online documentation version

2012-05-29 Thread Mike Blumenkrantz
3 sets seems overkill since we never do point releases of old (dead) branches. People can always build or install their own docs. "Jonas M. Gastal" wrote: Gentleman, Currently the online documentation is generated nightly from the latest code, while this is fine, it can also be a bit confusin

Re: [E-devel] Online documentation version

2012-05-29 Thread Leif Middelschulte
2012/5/29 Mike Blumenkrantz : > 3 sets seems overkill since we never do point releases of old (dead) > branches. People can always build or install their own docs. > > "Jonas M. Gastal" wrote: > > Gentleman, > > Currently the online documentation is generated nightly from the latest code, > while

[E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Kai Huuhko
Currently the python bindings have get/set functions as in the C api, in addition to this it has object properties which have their functionality implemented by simply calling those functions, such as in the below example: def remember_position_set(self, remember):    elm_video_remember_position_s

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Gustavo Lima Chaves
* Kai Huuhko [2012-05-29 23:33:19 +0300]: > Currently the python bindings have get/set functions as in the C api, > in addition to this it has object properties which have their > functionality implemented by simply calling those functions, such as > in the below example: > > def remember_positi

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Boris Faure
On Tue, May 29, 2012 at 10:40 PM, Gustavo Lima Chaves wrote: > * Kai Huuhko [2012-05-29 23:33:19 +0300]: > >> Currently the python bindings have get/set functions as in the C api, >> in addition to this it has object properties which have their >> functionality implemented by simply calling those

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Davide Andreoli
2012/5/29 Kai Huuhko : > Currently the python bindings have get/set functions as in the C api, > in addition to this it has object properties which have their > functionality implemented by simply calling those functions, such as > in the below example: > > def remember_position_set(self, remember)

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Davide Andreoli
2012/5/29 Davide Andreoli : > 2012/5/29 Kai Huuhko : >> Currently the python bindings have get/set functions as in the C api, >> in addition to this it has object properties which have their >> functionality implemented by simply calling those functions, such as >> in the below example: >> >> def r

Re: [E-devel] [patch] elementary: doxygen doc fixes

2012-05-29 Thread Jérôme Pinot
On 05/29/12 14:36, Jonas M. Gastal wrote: > On Tuesday 29 May 2012 11:43:19 Jérôme Pinot wrote: > > Hi, > > > > Here is a patch to fix elementary doxygen doc: > > - #link on the beginning of a new line does give ugly output: > > http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.pn

Re: [E-devel] [Patch][elementary] accessibility for mobile device.

2012-05-29 Thread Kim Shinwoo
Thanks for your response! Yeap.. I have attached newly made patch based on the access module. to convey "mouse in" event to the widget when you move your finger(or mouse). Thanks, Shinwoo Kim. *PS: To show gratitude.. I convey the awesome link from Hyundai Motor Group, in Yeosu expo. Look carefu

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

2012-05-29 Thread Jaehwan Kim
Yes, the items of toolbar already have a priority. If the toolbar cannot shrink anymore by downscaling the window size, the more item is shown and the items which has low priority are just shown by clicking the more item. We need to hide items even if the toolbar size is not minimum. So I suggest,

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

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 11:13 PM, Jaehwan Kim wrote: > Yes, the items of toolbar already have a priority. If the toolbar cannot > shrink anymore by downscaling the window size, > the more item is shown and the items which has low priority are just shown > by clicking the more item. > > We need to

Re: [E-devel] [Patch] [elm_entry] New APIs for user style

2012-05-29 Thread thiep ha
Dear All, Thank you for your comments. I would like to send you the modified patch. Followings are my modification: - Add my part to ChangeLog, AUTHORS files as Raster's comment. - Add const to the parameter of elm_entry_text_style_user_peek and example for pop and peek to test_entry_style_user a

Re: [E-devel] Online documentation version

2012-05-29 Thread Bluezery
At least latest "Stable" and "Unstable" documentations are good for lazy developers like me :). ref: http://www.gtk.org/documentation.php 2012/5/30 Leif Middelschulte : > 2012/5/29 Mike Blumenkrantz : >> 3 sets seems overkill since we never do point releases of old (dead) >> branches. People can

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

2012-05-29 Thread Daniel Juyung Seo
On Tue, May 29, 2012 at 10:59 PM, Gustavo Sverzut Barbieri wrote: > On Tue, May 29, 2012 at 6:04 AM, Enlightenment SVN > wrote: >> Log: >> fix case where user can specify item block size < 1; this also reveals an >> api error since the param here should obviously be a uint. >> >> Author:       d

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

2012-05-29 Thread Daniel Juyung Seo
This won't work when you prepend genlist item continuously. To test that I used timer with interval 0.5 and 1 sec. Sometimes selected item stayed at the same position but sometimes selected item scrolled out of the viewport. Can you check that? Thanks in advance. Daniel Juyung Seo (SeoZ) On Tue,

Re: [E-devel] Signal hooks on elm_icon

2012-05-29 Thread The Rasterman
On Thu, 24 May 2012 10:53:26 -0300 Gustavo Sverzut Barbieri said: > On Thu, May 24, 2012 at 6:06 AM, Carsten Haitzler > wrote: > > On Thu, 24 May 2012 16:10:55 +0900 Daniel Juyung Seo > > said: > > > >> I guess he means this: > >> > elm_widget_signal_callback_add_hook_set(obj, _signal_callback_

Re: [E-devel] [PATCH v3] Only unlink the temporary file created in evas_object_image_memfile_set on cleanup

2012-05-29 Thread The Rasterman
On Thu, 24 May 2012 20:29:57 -0300 Raphael Kubo da Costa said: > Carsten Haitzler (The Rasterman) writes: > > > On Thu, 24 May 2012 16:35:23 -0300 Raphael Kubo da Costa > > said: > >> Should this be backported, as currently no stable release has that > >> function working on non-Linux platform

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-29 Thread The Rasterman
On Fri, 25 May 2012 16:41:18 +0900 Bluezery said: > 2012/5/24 Carsten Haitzler : > > On Thu, 24 May 2012 00:25:09 -0300 Gustavo Sverzut Barbieri > > said: > > > >> You cannot cover all libraries as supposedly there will always be third > >> party libs following that pattern. So far we can do man

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

2012-05-29 Thread Daniel Juyung Seo
Nice fix. You finally started working on genlist expandable effect! Daniel Juyung Seo (SeoZ) On Wed, May 30, 2012 at 12:00 AM, Enlightenment SVN wrote: > Log: > genlist tree items now animate their collapse properly when there are fewer > items than the maximum size of the viewport allows > > A

Re: [E-devel] About enlightenment contribution page

2012-05-29 Thread The Rasterman
On Sat, 26 May 2012 11:15:28 +0900 Bluezery said: > Dear EFL developers, > > Contribution page(http://web.enlightenment.org/p.php?p=contribute&l=en???) > have "Building" section to show how EFL source is built. But some > required packages seems to be missing recently. > Those are autopoint, lib

Re: [E-devel] black screen after suspend

2012-05-29 Thread The Rasterman
On Sun, 27 May 2012 11:07:21 +0200 Massimo Maiurana said: > Carsten Haitzler (The Rasterman), il 27/05/2012 10:32, ha scritto: > > > and what started it? what did you change? > > I didn't change nothing beyond svn version.. or at least I think so :) > the last time I rebuilt E was around 2/3 we