This is the right one.
In SVN.
Thanks!
On Wed, Mar 23, 2011 at 2:10 PM, WooHyun Jung wrote:
> Hello. All.
>
> I've made new patch for elm_widget.
>
> This patch is for modification last change in elm_widget_show_region_set
> function.
>
> Can anybody check about this ?
>
> Thanks.
>
>
>
Since I don't know that part of Evas, I'll just keep with querying for
more info.
What are your configure flags?
--
Tom.
On Tue, 2011-03-22 at 22:25 +0100, Marc Koschewski wrote:
> Tom,
>
> the message says:
>
> evas_x_main.c: In Function »eng_window_new«:
> evas_x_main.c:80:21: Wa
Hi
Following the instructions on this page
http://docs.enlightenment.org/auto/ecore/ I installed a few modules
(from eina to ecore). I tried two approaches - using the provided
Slackware packages, and then also tried installing from source
(./configure, make, make install). In both cases all h
On Wed, 2011-03-23 at 04:34 -0400, Mike Blumenkrantz wrote:
> This is actually an error in the file, though I don't know the original intent
> (probably only raster/cedric do). If you read the code it's very easy to see.
>
As you already figured out, I didn't read the code, I just assumed the
cod
In spirit you did, but it's raster who actually pulled the trigger, you
just gave him the contract.
--
Tom.
On Wed, 2011-03-23 at 04:43 -0400, Mike Blumenkrantz wrote:
> On Wed, 23 Mar 2011 08:37:44 +
> Tom Hacohen wrote:
>
> > On Wed, 2011-03-23 at 04:34 -0400, Mike Blumenkrantz wrote:
> >
On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> Log:
> ensure: check for libdl in autofutz
>
> Author: nash
> Date: 2011-03-23 02:43:32 -0700 (Wed, 23 Mar 2011)
> New Revision: 58020
> Trac: http://trac.enlightenment.org/e/changeset/58020
>
> Modified:
> trunk/ensure/confi
On Wed, 23 Mar 2011, Alexander Enchevich wrote:
> Hi
>
> Following the instructions on this page
> http://docs.enlightenment.org/auto/ecore/ I installed a few modules
> (from eina to ecore). I tried two approaches - using the provided
> Slackware packages, and then also tried installing from sou
Hi Alexander,
you can add this to your gcc line:
$(pkg-config --cflags --libs ecore)
eg:
gcc *.c \
*-I/usr/local/include -I/usr/X11R6/include \*
-L/usr/local/lib -L/usr/X11R6/lib \
$(pkg-config --cflags --libs ecore evas)
Hope that helps :)
Thanks,
Daniel
2011/3/23 Alexander Enchevich
> Hi
Hi,
cedric told me that trac is broken, so it's fixed now :) Some bad
apt-get upgrade have been done 2011-03-07, don't know who.
Beber
D'ar meurzh 22 a viz Meurzh 2011 e 11 eur 04, « Daniel Juyung Seo » he deus
skrivet :
> This is bad.
> It's been quite long. I saw this error 12 hours ago and
2011/3/23 Bertrand Jacquin :
> Hi,
>
> cedric told me that trac is broken, so it's fixed now :) Some bad
> apt-get upgrade have been done 2011-03-07, don't know who.
>
It's also a hell of a lot faster.
> Beber
>
> D'ar meurzh 22 a viz Meurzh 2011 e 11 eur 04, « Daniel Juyung Seo » he deus
> skri
hooray
raster just fixed it.
Daniel Juyung Seo (SeoZ)
On Mar 23, 2011 10:41 PM, "Iván Briano (Sachiel)"
wrote:
> 2011/3/23 Bertrand Jacquin :
>> Hi,
>>
>> cedric told me that trac is broken, so it's fixed now :) Some bad
>> apt-get upgrade have been done 2011-03-07, don't know who.
>>
>
> It's al
On Wed, Mar 23, 2011 at 2:38 PM, Bertrand Jacquin wrote:
> cedric told me that trac is broken, so it's fixed now :) Some bad
> apt-get upgrade have been done 2011-03-07, don't know who.
Thanks a lot !
--
Cedric BAIL
--
Dear All,
Thanks for your response.
I have attached "elm_diskselector" patch using API and getting default value
from theme.
But the default value from "elementary/themes/default.edc" is applied only.
If user wants new default value from his/her own theme file, it will not be
applied.
Why I hav
On Wed, Mar 23, 2011 at 1:54 PM, cnook wrote:
> Dear All,
>
> Thanks for your response.
>
> I have attached "elm_diskselector" patch using API and getting default value
> from theme.
> But the default value from "elementary/themes/default.edc" is applied only.
> If user wants new default value fro
On Wed, 23 Mar 2011 22:43:43 +0900 Daniel Juyung Seo
actually i didn't... i was poking around trying to figure out just why the
python svn module complains about the missing symbol in the svn lib - tho it's
linked to the lib that provides that symbol :/
> hooray
> raster just fixed it.
>
>
I attached a screen shot :)
This is a screen shot from elementary_test "Disk Selector" which cnook attached.
Btw, cnook, I have one comment.
_item_click_cb()'s parameter is wrong.
Please check elm_diskselector.c code.
elm_diskselector.c: In function ‘_item_new’:
elm_diskselector.c:137: warning: p
Can you make this as a patch?
Thanks.
Daniel Juyung Seo (SeoZ)
On Thu, Mar 17, 2011 at 11:34 PM, Sung W. Park wrote:
> Hi again,
>
> On Thu, Mar 17, 2011 at 2:39 AM, Cedric BAIL wrote:
>
>> Hi again,
>>
>> On Wed, Mar 16, 2011 at 5:02 PM, Sung W. Park wrote:
>> > Hi Cedric,
>> > Thanks for the
> > PKG_CHECK_MODULES([ELEMENTARY], elementary)
> > +AC_LIBTOOL_DLOPEN
>
> you will have the terrible libltdl stuff. You really want it ?
oh god no.
All I really want is for the autoconf to do that really tricky thing I
used to do manually in the makefile... you know put -ldl at the end of
link
On Thu, 24 Mar 2011, Brett Nash wrote:
>>> PKG_CHECK_MODULES([ELEMENTARY], elementary)
>>> +AC_LIBTOOL_DLOPEN
>>
>> you will have the terrible libltdl stuff. You really want it ?
>
> oh god no.
>
> All I really want is for the autoconf to do that really tricky thing I
> used to do manually in th
On Wed, 23 Mar 2011, Vincent Torri wrote:
>
>
> On Thu, 24 Mar 2011, Brett Nash wrote:
>
PKG_CHECK_MODULES([ELEMENTARY], elementary)
+AC_LIBTOOL_DLOPEN
>>>
>>> you will have the terrible libltdl stuff. You really want it ?
>>
>> oh god no.
>>
>> All I really want is for the autoconf to
On Wed, Mar 23, 2011 at 10:54 AM, cnook wrote:
> Dear All,
>
Hey Shinwoo Kim,
> Thanks for your response.
>
> I have attached "elm_diskselector" patch using API and getting default value
> from theme.
> But the default value from "elementary/themes/default.edc" is applied only.
> If user wants n
On Wed, 23 Mar 2011 13:19:59 -0700
"Enlightenment SVN" wrote:
> Log:
> fix and reenable vlc backend
> question: is emotion_test supposed to show the video in only a small part
> of the window?
>
> Author: discomfitor
> Date: 2011-03-23 13:19:59 -0700 (Wed, 23 Mar 2011)
> New Rev
On Wed, Mar 23, 2011 at 3:19 PM, Daniel Juyung Seo wrote:
> I attached a screen shot :)
> This is a screen shot from elementary_test "Disk Selector" which cnook
> attached.
THAT is what I worried.
Problem is that we're trying to define presentation where it should
not. Presentation should be in
On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> Log:
> unbreak this header by adding inttypes.h...
>
>
> Author: discomfitor
> Date: 2011-03-23 14:36:36 -0700 (Wed, 23 Mar 2011)
> New Revision: 58045
> Trac: http://trac.enlightenment.org/e/changeset/58045
>
> Modified:
> t
On Wed, 23 Mar 2011 23:12:45 +0100 (CET)
Vincent Torri wrote:
>
>
> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
>
> > Log:
> > unbreak this header by adding inttypes.h...
> >
> >
> > Author: discomfitor
> > Date: 2011-03-23 14:36:36 -0700 (Wed, 23 Mar 2011)
> > New Revision: 58
On Wed, 23 Mar 2011, Mike Blumenkrantz wrote:
> On Wed, 23 Mar 2011 23:12:45 +0100 (CET)
> Vincent Torri wrote:
>
>>
>>
>> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
>>
>>> Log:
>>> unbreak this header by adding inttypes.h...
>>>
>>>
>>> Author: discomfitor
>>> Date: 2011-03-23
On Wed, 23 Mar 2011 23:42:39 +0100 (CET)
Vincent Torri wrote:
>
>
> On Wed, 23 Mar 2011, Mike Blumenkrantz wrote:
>
> > On Wed, 23 Mar 2011 23:12:45 +0100 (CET)
> > Vincent Torri wrote:
> >
> >>
> >>
> >> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> >>
> >>> Log:
> >>> unbreak this header
On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> Log:
> fix and reenable vlc backend
> question: is emotion_test supposed to show the video in only a small part of
> the window?
The video is by default displayed at its normal size. So it depends on the
video.
Vincent
>
>
> Author: dis
On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> Log:
> fix vlc module loading, disable slow vmem options, begin work on fast render
> output
are you sure that the evas info is set before the module is loaded ?
Vincent
>
>
> Author: discomfitor
> Date: 2011-03-23 15:54:45 -0700
On Wed, 23 Mar 2011, Vincent Torri wrote:
>
>
> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
>
>> Log:
>> fix vlc module loading, disable slow vmem options, begin work on fast render
>> output
>
> are you sure that the evas info is set before the module is loaded ?
I mean, if the program is w
On Thu, 24 Mar 2011, Vincent Torri wrote:
>
>
> On Wed, 23 Mar 2011, Vincent Torri wrote:
>
>>
>>
>> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
>>
>>> Log:
>>> fix vlc module loading, disable slow vmem options, begin work on fast
>>> render output
>>
>> are you sure that the evas info is
On Thu, 24 Mar 2011 00:13:28 +0100 (CET)
Vincent Torri wrote:
>
>
> On Thu, 24 Mar 2011, Vincent Torri wrote:
>
> >
> >
> > On Wed, 23 Mar 2011, Vincent Torri wrote:
> >
> >>
> >>
> >> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
> >>
> >>> Log:
> >>> fix vlc module loading, disable slow v
Hi Daniel,
Can you elaborate on what you mean by making this as a patch?
I've sent two patches for the files that need to be updated, one of which
has been applied
already. The other one has been reviewed a little but hasn't been applied
yet.
As for the other files, they need to be freshly adde
Hello I was talking about evas_gl.c
Is that a fresh new file?
Sorry I missed it.
So never mind.
Thanks.
Daniel Juyung Seo (SeoZ)
On Mar 24, 2011 1:34 PM, "Sung W. Park" wrote:
> Hi Daniel,
>
> Can you elaborate on what you mean by making this as a patch?
>
> I've sent two patches for the files th
34 matches
Mail list logo