On Thu, Mar 1, 2012 at 7:51 PM, Leif Middelschulte
wrote:
> Hi all,
>
> find a patch for eyesight, that will make it compile again, attached
> to this mail.
ok. although the patch is correct, there's something a bit better to
do. I'll do it this week-end. thanks
Vincent
Hi Raster,
Following are my comments inlined to your queries.
--
From: "Carsten Haitzler (The Rasterman)"
Sent: Thursday, March 01, 2012 4:34 PM
To: "Enlightenment developer list"
Subject: Re: [E-devel] [Patch] Elementary: New custom widget Popup
Thanks. I reviewed it.
I have some comments.
1) build warning.
There should be no even build warnings.
elm_entry.c: In function '_elm_entry_entry_paste':
elm_entry.c:1204:10: warning: assignment discards qualifiers from
pointer target type
Your change affected other widget. Please fix this even
e
On Thu, 1 Mar 2012 14:26:07 -0500 Michael Blumenkrantz
wrote:
> On Thu, 1 Mar 2012 11:14:46 -0800
> "Enlightenment SVN" wrote:
>
> > Log:
> > revert 68495 and all subsequent "toolbar refactoring" (rewriting)
> > commits because they broke toolbar use for everyone. in the future,
> > rewrites l
Hi
I want to add the expand mode in toolbar.
It'll expand the size of toolbar items according the size of the toolbar.
So the items are packed in toolbar fully.
I need this function to change our custom widget by using toolbar.
Maybe It never break the toolbar. I tested it and there's no suspecti
Do you think it is a good idea to add version check in configure.ac script?
On Fri, Mar 2, 2012 at 1:13 PM, Elevate Efl wrote:
> I am using 11.10. I will add the ppa to the version you have specified.
>
>
> On Fri, Mar 2, 2012 at 1:06 PM, Lucas De Marchi <
> lucas.demar...@profusion.mobi> wrote:
I am using 11.10. I will add the ppa to the version you have specified.
On Fri, Mar 2, 2012 at 1:06 PM, Lucas De Marchi <
lucas.demar...@profusion.mobi> wrote:
> On Thu, Mar 1, 2012 at 11:27 PM, Elevate Efl wrote:
> > Dear Leandro,
> >
> > This is very nice commit for elev8 modularization. Thank
On Thu, Mar 1, 2012 at 11:27 PM, Elevate Efl wrote:
> Dear Leandro,
>
> This is very nice commit for elev8 modularization. Thanks.
>
> I have some problems compiling in my machine.
>
> Object::HasOwnProperty() is not to be found in v8.h.
> I did an apt-get update/upgrade and I did not find this in
Dear. All elementary library developers.
I resolved svn merge conflict.
Thank you for approving this patch.
Best regards.
-Original Message-
From: "Carsten Haitzler"
To: "김대성"
Cc: enlightenment-devel@lists.sourceforge.net
Sent: 12-03-01(목) 20
On Thu, Mar 1, 2012 at 7:59 PM, Cedric BAIL wrote:
> On Thu, Mar 1, 2012 at 7:35 PM, Enlightenment SVN
> wrote:
>> Log:
>> elev8: Allow loading modules in runtime
>>
>> There are now two kinds of modules: native (.so) and JavaScript (.js). Both
>> modules can be loaded using the same interface
Dear Leandro,
This is very nice commit for elev8 modularization. Thanks.
I have some problems compiling in my machine.
Object::HasOwnProperty() is not to be found in v8.h.
I did an apt-get update/upgrade and I did not find this in v8.h (version -
3.1.8.22) .
The reference API page does provide t
On Fri, 2 Mar 2012 11:10:49 +0900
Jaehwan Kim wrote:
> Hi
>
> Sorry about the toolbar broken.
> I should have tested and reviewed it enough.
> I reverted the elm_button.c and button.edc. It related to 68495.
> It's not necessary whitout the revision.
> I'll try to change the code for focusing la
Hi
Sorry about the toolbar broken.
I should have tested and reviewed it enough.
I reverted the elm_button.c and button.edc. It related to 68495.
It's not necessary whitout the revision.
I'll try to change the code for focusing later. And I'll send the patch.
Thanks
--
Jaehwan Kim.
2012년 3월 2일 금요
On Thu, Mar 1, 2012 at 10:18 PM, Elevate Efl wrote:
> One comment to this commit.
>
> On Fri, Mar 2, 2012 at 5:39 AM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
>
>> Log:
>> elev8: Remove HTTP module compile-time warnings
>>
>> Author: acidx
>> Date: 2012-03-01 12:39:19
One comment to this commit.
On Fri, Mar 2, 2012 at 5:39 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> elev8: Remove HTTP module compile-time warnings
>
> Author: acidx
> Date: 2012-03-01 12:39:19 -0800 (Thu, 01 Mar 2012)
> New Revision: 68596
> Trac: ht
On Thu, Mar 1, 2012 at 7:35 PM, Enlightenment SVN
wrote:
> Log:
> elev8: Allow loading modules in runtime
>
> There are now two kinds of modules: native (.so) and JavaScript (.js). Both
> modules can be loaded using the same interface and is completely transparent
> to the application developer
Since the order is important, why not use single select and dnd to
sort the list? Like this, the reason for multiselect isn't
communicated at all. Only people who know that elm has fallbacks could
conclude this.
2012/3/1 Enlightenment SVN :
> Log:
> @68591: multiselect here is intentional to allow
2012/3/1 Enlightenment SVN :
> Log:
> [Elm] For $deity's sake, why this multiselect on elm config's theme choosing
> list?
>
Fallbacks, IIRC, such as "default-desktop, default"
If you don't have that, you can't have "darkness-desktop,darkness"
and it will always fallback to default.
>
> Author:
On Thu, 1 Mar 2012 11:14:46 -0800
"Enlightenment SVN" wrote:
> Log:
> revert 68495 and all subsequent "toolbar refactoring" (rewriting) commits
> because they broke toolbar use for everyone. in the future, rewrites like
> this MUST be submitted as PATCHES, not direct commits. this allows
> appli
2012/3/1 Michael Blumenkrantz :
> On Thu, 01 Mar 2012 13:57:56 +0200
> Tom Hacohen wrote:
>
>> Hey,
>>
>> Toolbar's SHRINK_MENU option doesn't work in general, but there's also a
>> new bug that was added recently (last week or so):
>>
>> Someone broke the separator's theme. Just look at ecrire, y
On Thu, 01 Mar 2012 13:57:56 +0200
Tom Hacohen wrote:
> Hey,
>
> Toolbar's SHRINK_MENU option doesn't work in general, but there's also a
> new bug that was added recently (last week or so):
>
> Someone broke the separator's theme. Just look at ecrire, you see a
> blank area instead of a vert
Hi all,
find a patch for eyesight, that will make it compile again, attached
to this mail.
--
Leif
From 3b00a5e92643c47ddcb6b167c9d9e83e31a17a5c Mon Sep 17 00:00:00 2001
From: Leif Middelschulte
Date: Thu, 1 Mar 2012 19:44:27 +0100
Subject: [PATCH] Make eyesight compile with mupdf again.
---
On 01/03/12 19:50, P Purkayastha wrote:
>
>
> On Thursday, March 1, 2012 11:39:51 PM UTC+8, Tom Hacohen wrote:
>>
>> Like last year, before I can commit to being a mentor, I I want to know
>> what it requires of me. And yes, we need apps. :) Even simple ones like
>> gksudo, or a "gnome keyring"
On Thursday, March 1, 2012 11:39:51 PM UTC+8, Tom Hacohen wrote:
>
> Like last year, before I can commit to being a mentor, I I want to know
> what it requires of me. And yes, we need apps. :) Even simple ones like
> gksudo, or a "gnome keyring" or whatever a normal desktop should have
> that
On Thu, Mar 1, 2012 at 6:32 PM, Raphael Kubo da Costa
wrote:
> Vincent Torri writes:
>
>> changelog & news...
>
> I thought this was all under the "Added eina_value data type" umbrellas
> in both NEWS and ChangeLog.
good answer :)
Vincent
---
On Thu, Mar 1, 2012 at 4:49 PM, Vincent Torri wrote:
> On Thu, Mar 1, 2012 at 4:39 PM, Tom Hacohen wrote:
>> Like last year, before I can commit to being a mentor, I I want to know
>> what it requires of me. And yes, we need apps. :) Even simple ones like
>> gksudo, or a "gnome keyring" or whatev
Vincent Torri writes:
> changelog & news...
I thought this was all under the "Added eina_value data type" umbrellas
in both NEWS and ChangeLog.
--
Raphael Kubo da Costa
ProFUSION embedded systems
http://profusion.mobi
--
changelog & news...
On Thu, Mar 1, 2012 at 6:15 PM, Enlightenment SVN
wrote:
> Log:
> Eina: Add eina_value_array_value_get().
>
> Since k-s is on the road this days, we'd better write some code ourselves.
> This is array counterpart of eina_value_struct_value_get(), and retrieves
> an item fro
I had tried this with the ecore animator example yesterday. Will do it
again and send you the results.
On Thu, Mar 1, 2012 at 6:36 PM, Vincent Torri wrote:
> On Thu, Mar 1, 2012 at 1:11 PM, HariHara Sudhan wrote:
> > Yesterday I was trying to use
> >
> http://www.codeproject.com/Articles/1504
On Thu, Mar 1, 2012 at 4:39 PM, Tom Hacohen wrote:
> Like last year, before I can commit to being a mentor, I I want to know
> what it requires of me. And yes, we need apps. :) Even simple ones like
> gksudo, or a "gnome keyring" or whatever a normal desktop should have
> that we are lacking. :P
Like last year, before I can commit to being a mentor, I I want to know
what it requires of me. And yes, we need apps. :) Even simple ones like
gksudo, or a "gnome keyring" or whatever a normal desktop should have
that we are lacking. :P
--
Tom.
On 01/03/12 17:23, Ian Caldwell wrote:
> Just a
On Thu, Mar 1, 2012 at 4:31 PM, Vincent Torri wrote:
> On Thu, Mar 1, 2012 at 4:23 PM, Ian Caldwell wrote:
>> Just a reminder folks Lets get our app in or at least fixed up to turn
>> in. Let's give it a go this year... Also please reply if you're
>> interested in mentoring..
>
> I'm
On Thu, Mar 1, 2012 at 4:23 PM, Ian Caldwell wrote:
> Just a reminder folks Lets get our app in or at least fixed up to turn
> in. Let's give it a go this year... Also please reply if you're
> interested in mentoring..
I'm interested. As usual, i have some Windows stuff for students.
Just a reminder folks Lets get our app in or at least fixed up to turn
in. Let's give it a go this year... Also please reply if you're
interested in mentoring..
Thanks
Ian
-- Forwarded message --
From: Carol Smith
Date: Mon, Feb 27, 2012 at 11:47 AM
Subject: [Announce]
First of all, thanks for detailed review
On Thu, Mar 1, 2012 at 3:01 PM, Daniel Juyung Seo wrote:
> Thanks Hyoyoung, overall it looks good :)
> I have some comments.
>
> 1. diff option
> Create a diff with -x -up optoin.
> It shows c function name for each changes.
> This makes review so much ea
2012/3/1 Pau Espin Pedrol :
> Hi everybody,
>
> I'd like to introduce some little API elementary rename changes to add more
> consistency with the rest of the API and makes it easier to write bindings
> for them.
>
> elm_map.h:
> Elm_Map_Route_Sources -> Elm_Map_Route_Source
> Elm_Map_Name_Sources
On Thu, Mar 1, 2012 at 1:11 PM, HariHara Sudhan wrote:
> Yesterday I was trying to use
> http://www.codeproject.com/Articles/150463/LeakMon-Track-Handle-leak-GDI-Leak-and-Memory-Leak
i've indeed seen it before. Can you try it with the ecore_animator example ?
Vincent
> Do let me know this one i
Yesterday I was trying to use
http://www.codeproject.com/Articles/150463/LeakMon-Track-Handle-leak-GDI-Leak-and-Memory-Leak
Do let me know this one is ok.
btw on an unrelated problem. I am running EFL on DirectDraw. The
application runs perfect and I have to say beautifully well.
Except for whe
Hey,
Toolbar's SHRINK_MENU option doesn't work in general, but there's also a
new bug that was added recently (last week or so):
Someone broke the separator's theme. Just look at ecrire, you see a
blank area instead of a vertical separator. Or in other words, FFS CHECK
YOUR CODE BEFORE YOU COM
On Wed, Feb 29, 2012 at 9:23 AM, HariHara Sudhan wrote:
> Also with GDI the leak is very high while with directx handles leak slower.
> Nevertheless there is some kind of a leak.
>
> Am I doing something wrong ?
I don't think so. It's more the GDI engine that is leaking. If you
know good tools to
On Mon, 27 Feb 2012 22:00:34 +0900 woohyun said:
> This patch was made by Sumanth Krishna Mannam.
> Please refer following message ~ and attached patch.
> ===
> > first i was strolling along, reading elm_datetime.c... and then i saw:
> >
> > sta
On Mon, 27 Feb 2012 16:19:00 +0900 김대성 said:
approved - but it doesn't apply anymore. can you merge and re-submit - anyone
please commit it when it comes in. :) (i'm away from home/work right now and
might miss it)
>
> Dear. All elementary library developers.
>
> I deprecated old apis(elm_ent
On Mon, 20 Feb 2012 20:07:24 +0900 woohyun said:
1. why elm_popup_repeat_events_set(). yes - i see that it stops events
repeating from notify up - but if u dont want them to repeat to parents of
popup, then juts set the no propagate on the popup and that should do the
trick... or is this meant to
On Thu, 1 Mar 2012 15:51:42 +0900
Jaehwan Kim wrote:
> Hi,
>
> Thanks for your bug reporting.
>
> > > Still some bugs though:
> > > * vertical toolbar orientation (test 6) is broken
>
> When I checked the test 6, I didn't find any broken. Please check again and
> explain it more detail.
This
Hello, thanks for the patch.
menu and slideshow patch look good :)
But I politely request to deprecate existing APIs and add new APIs.
Please refer following commit.
http://trac.enlightenment.org/e/changeset/68051
But I will review map later. Anyone else can review map as well :)
Thanks.
Daniel
If you add the parameter "--disable-safety-checks" to the configure options
of libeina, the compilation fails:
$ make V=1
make[3]: Entering directory `/mkdeb/build/libeina/libeina/src/lib'
/bin/bash ../../libtool --tag=CC --mode=compile ccache gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../.. -I../..
46 matches
Mail list logo