于 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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)
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
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
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
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,
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
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
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
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
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,
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_
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
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
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
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
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
35 matches
Mail list logo