On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri wrote:
> On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote:
>> Le 09/11/2012 18:40, Vincent Torri a écrit :
>>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote:
> Le 09/11/2012 16:39, Vincent Torri a écrit :
> >> I would suggest
> >>
> >
since -> @since in doc.
-Regards, Hermet-
-Original Message-
From: "Enlightenment SVN"
To: ;
Cc:
Sent: 2012-11-12 (월) 16:29:18
Subject: E SVN: jaehwan IN trunk/elementary: . src
Hello
Following the call Crossdesktop Devroom talks
CROSSDESKTOP DEVROOM 2013 - CALL FOR TALKS
FOSDEM is one of the largest gatherings of Free Software contributors
in the world and happens each February in Brussels (Belgium). One of
the tracks will be the CrossDesktop DevRoom, which will host
Sorry it's for 2013
On 12 November 2012 11:39, Philippe Caseiro wrote:
> Hello
>
> Following the call Crossdesktop Devroom talks
>
>
> CROSSDESKTOP DEVROOM 2013 - CALL FOR TALKS
>
>
> FOSDEM is one of the largest gatherings of Free Software contributors
> in the world and happens each Februa
On Mon, Nov 12, 2012 at 11:05 AM, Enlightenment SVN
wrote:
> Log:
> add support for and use eina_list_last_data_get
>
>
> Author: discomfitor
> Date: 2012-11-12 02:05:09 -0800 (Mon, 12 Nov 2012)
> New Revision: 79144
> Trac: http://trac.enlightenment.org/e/changeset/79144
>
>
> On Sun, 11 Nov 2012 19:11:38 +0100 Sebastian Dransfeld
>
> said:
>
>> On 11/11/2012 06:09 PM, Sebastian Dransfeld wrote:
>> > On 11/10/2012 05:42 AM, Carsten Haitzler (The Rasterman) wrote:
>> >> On Thu, 8 Nov 2012 20:37:06 +0100 Sebastian Dransfeld
>>
>> >> said:
>> >>
>> >>> On 11/08/2012 07:
* Jaehwan Kim [2012-11-12 14:57:02 +0900]:
> Dear all
>
> I have a problem in elm_image. (exactly when elm_image use
> edje_object_file_set)
> When the image is added from edj file, we cannot get the "clicked" callback.
> Internally, when the image use edje_object_file_set, EVAS_CALLBACK_MOUSE_UP
= 0? are you sure?
On Mon, Nov 12, 2012 at 11:02 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> define XCB_ATOM_NONE if not defined because opensuse sucks
> ticket #1722
> this commit brought to you by the recipient of the 2012 E-Devel "Hater"
> award
>
>
> Author:
On 12/11/12 13:04, Gustavo Sverzut Barbieri wrote:
> = 0? are you sure?
>
>
> On Mon, Nov 12, 2012 at 11:02 AM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
>
>> Log:
>> define XCB_ATOM_NONE if not defined because opensuse sucks
>>ticket #1722
>>this commit brought to you by the
I mean, if you have the "=" in the define, it will be placed everywhere
that the symbol is used, so if you have
if (x == XCB_ATOM_NONE)
if will expand like: if (x == = 0)
On Mon, Nov 12, 2012 at 11:10 AM, Christopher Michael <
cp.mich...@samsung.com> wrote:
> On 12/11/12 13:04, Gustavo Sverzut
Ohhh lol sorry about that, fat finger copy-paste L
I thought you were questioning if Zero is the proper value.
Dh
From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi]
Sent: 12 November 2012 01:13 PM
To: Christopher Michael
Cc: Enlightenment developer list
Subject: Re
yep, was a typo on my part
On Mon, Nov 12, 2012 at 1:12 PM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:
> I mean, if you have the "=" in the define, it will be placed everywhere
> that the symbol is used, so if you have
>
> if (x == XCB_ATOM_NONE)
>
> if will expand like: if (x ==
Good catch, I will write a EDBus_Connection_Event_Type for Disconnection.
On Sun, Nov 11, 2012 at 6:59 PM, Enlightenment SVN
wrote:
> Log:
> efreet: shutdown on error and disconnect
>
> When bus stops it send Disconnect signal. Trap and die.
>
> Author: englebass
> Date: 2012-11-1
Hello.
After fixing some bits e distcheck is no failing in i18n like this:
make[5]: *** No rule to make target `.deps/enlightenment_sys
e_sys_main.Po'. Stop.
Full log at:
http://build.enlightenment.fr/builders/quick-linux/builds/1481/steps/distcheck/logs/stdio
I have no clue about the i18n s
I believe you confused "added NULL checks" with "removed abort()s"
On Mon, Nov 12, 2012 at 2:45 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> more null checks in evas to avoid segs.
>
>
>
> Author: raster
> Date: 2012-11-12 06:45:07 -0800 (Mon, 12 Nov 2012)
> N
On Mon, 12 Nov 2012 14:52:22 + Michael Blumenkrantz
said:
well i had my e crashing on startup. i've been hammering on these issue for a
lot of today... in between trying to find a bug in drm/dri/mesa/xorg/kernel...
beats me where it is atm... but i need to get other bugs out of the way so i
c
On Mon, 12 Nov 2012 13:22:56 +0100 s...@tango.flipp.net said:
> > On Sun, 11 Nov 2012 19:11:38 +0100 Sebastian Dransfeld
> >
> > said:
> >
> >> On 11/11/2012 06:09 PM, Sebastian Dransfeld wrote:
> >> > On 11/10/2012 05:42 AM, Carsten Haitzler (The Rasterman) wrote:
> >> >> On Thu, 8 Nov 2012 20:3
On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN
wrote:
> Log:
> edbus: reply for name request is reply code
>
> Author: englebass
> Date: 2012-11-11 12:58:38 -0800 (Sun, 11 Nov 2012)
> New Revision: 79121
> Trac: http://trac.enlightenment.org/e/changeset/79121
>
> Modified
why?
On Mon, Nov 12, 2012 at 12:44 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> lets remove the cache files when we autogen.
>
>
>
> Author: raster
> Date: 2012-11-12 06:43:59 -0800 (Mon, 12 Nov 2012)
> New Revision: 79165
> Trac: http://trac.enlighte
Hi Hermet,
Thank you for commiting the proposed changes to evas_events. I`m seeing you
haven`t
applied the changes I proposed to evas_map, without that the problem seems
to be "half fixed". We must properly handle the case when the mouse pointer has
been dragged off of evas object.
Have you seen
Le 12/11/2012 09:10, Vincent Torri a écrit :
> On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri wrote:
>> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote:
>>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
>>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote:
>> > Le 09/11/2012 16:39,
On Mon, 12 Nov 2012 18:56:40 +0100
rustyBSD wrote:
> Le 12/11/2012 09:10, Vincent Torri a écrit :
> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
> > wrote:
> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote:
> >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit :
> >>> On Fri, Nov 9, 2
Le 05/11/2012 22:23, rustyBSD a écrit :
> Le 30/10/2012 17:41, rustyBSD a écrit :
>> > Hi,
>> > here is a patch for e/src/modules/cpufreq/e_mod_main.c
>> >
>> > I. _cpufreq_status_check_available() always returns 1,
>> >so moved to void.
>> >
>> > II. Don't need to 'buf[sizeof(buf) - 1] = 0;',
On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
wrote:
> On Mon, 12 Nov 2012 18:56:40 +0100
> rustyBSD wrote:
>
>> Le 12/11/2012 09:10, Vincent Torri a écrit :
>> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
>> > wrote:
>> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote:
>> >>> >>
On Mon, Nov 12, 2012 at 7:16 PM, rustyBSD wrote:
> Le 05/11/2012 22:23, rustyBSD a écrit :
>> Le 30/10/2012 17:41, rustyBSD a écrit :
>>> > Hi,
>>> > here is a patch for e/src/modules/cpufreq/e_mod_main.c
>>> >
>>> > I. _cpufreq_status_check_available() always returns 1,
>>> >so moved to void.
On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri wrote:
> On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz
> wrote:
>> On Mon, 12 Nov 2012 18:56:40 +0100
>> rustyBSD wrote:
>>
>>> Le 12/11/2012 09:10, Vincent Torri a écrit :
>>> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri
>>> > wrote:
>>
Just a short notice:
Latest e svn (79190) build restores default configuration on each e
restart. Spankies! :)
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight in
On Mon, 12 Nov 2012 20:50:49 +0100
Brian 'morlenxus' Miculcy wrote:
> Just a short notice:
>
> Latest e svn (79190) build restores default configuration on each e
> restart. Spankies! :)
you're an e developer with commit access who, upon talking to others in IRC,
were notified that this is NOT
Den 12. nov. 2012 kl. 16:46 skrev Lucas De Marchi
:
> On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN
> wrote:
>> Log:
>> edbus: reply for name request is reply code
>>
>> Author: englebass
>> Date: 2012-11-11 12:58:38 -0800 (Sun, 11 Nov 2012)
>> New Revision: 79121
>> Trac:
On Mon, Nov 12, 2012 at 6:07 PM, Sebastian Dransfeld
wrote:
> Den 12. nov. 2012 kl. 16:46 skrev Lucas De Marchi
> :
>
>> On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN
>> wrote:
>>> Log:
>>> edbus: reply for name request is reply code
>>>
>>> Author: englebass
>>> Date: 2012-1
I can't tell about others and I've not looked at the cause yet, but I
definitely experience this as well, svn revision 79192.
I tried to manually get rid of ~/.e but same behaviour then, I am
presented with the first-time wizard each time I start e17.
I also noticed that the first-time wizard cho
Wawrzyniec,
working on it. Aiming for something working before the next snapshot
this friday, but as soon as I've it testable I'll send an e-mail.
Best regards,
Luis Felipe
On Mon, Nov 12, 2012 at 7:46 PM, Wawrzyniec Niewodniczański
wrote:
> Hi,
>
> Do you know if there are dedicated PPA for a
Attached you'll finde a few trivial patches which fix typos or clear things up.
Feel free to apply any number as you see fit (I hope it'll be n > 0 :)
Short overview (git log):
1: border remembers: rename Using to Identifiers to be more obvious
2: border locks: deengrishify
3: wallpaper: more san
hey
modules/evas/loaders/xpm/evas_image_load_xpm.c: In function
'evas_image_load_file_xpm':
modules/evas/loaders/xpm/evas_image_load_xpm.c:154: warning: 'head'
may be used uninitialized in this function
false warning ?
Vincent
Hi,
a quick patch to fix what glima wanted to do
regards
Jérémy
diff --git a/eina/src/lib/eina_file.c b/eina/src/lib/eina_file.c
index ea17b95..ff477a9 100644
--- a/eina/src/lib/eina_file.c
+++ b/eina/src/lib/eina_file.c
@@ -560,14 +560,17 @@ _eina_file_escape(const char *path, int *length)
who added aborts again?!
-Regards, Hermet-
-Original Message-
From: "Carsten Haitzler"
To: "Enlightenment developer
list";
Cc: ;
Sent: 2012
Hi, Sorry for delayed.
I think it will be better if it considered for extrapolating outside coords.
Anyhow today I will look it left.
Thank you.
-Regards, Hermet-
-Original Message-
From: "Leandro Dorileo"
To:
On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri
said:
> why?
autofoo complains of difference between cache and current setup eg if u change
CFLAGS... it fails to compile. - eg if i change cflags to do -O -g for full
debugging, from normal.
> On Mon, Nov 12, 2012 at 12:44 PM, Enlight
On Tue, Nov 13, 2012 at 6:39 AM, Carsten Haitzler wrote:
> On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri
> said:
>
>> why?
>
> autofoo complains of difference between cache and current setup eg if u change
> CFLAGS... it fails to compile. - eg if i change cflags to do -O -g for full
Hey
it seems that start of e has changed quite a bit. Would it be possible
that someone updates :
http://trac.enlightenment.org/e/wiki/Debugging
?
Vincent
On Tue, Nov 13, 2012 at 6:47 AM, Enlightenment SVN
wrote:
> Log:
> 1. move crashdump to its own file - not in xsession-errors (gets
> ov
On Tue, 13 Nov 2012 07:42:13 +0100 Vincent Torri said:
> On Tue, Nov 13, 2012 at 6:39 AM, Carsten Haitzler
> wrote:
> > On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri
> > said:
> >
> >> why?
> >
> > autofoo complains of difference between cache and current setup eg if u
> > change
Hi again,
I realized that my vim indent was hidding the through from me,
I hope this is better now, tell me if not.
This patch fixes this issue I was experiencing too.
regards
Jérémy
On Monday 12 November 2012 20:50, Brian 'morlenxus' Miculcy wrote :
> Just a short notice:
>
> Latest e svn (7
hey
2 questions
1) we have --build-profile for dev, release, etc...
which name should we choose for the desktop, server profiles, etc.. ?
Note that i can manage something like --with-profile=dev,desktop, but
imho, it's not satisfying
2) may I have --enable-tests to configure properly the tests
umm...wrong thread?
On Tue, Nov 13, 2012 at 7:21 AM, Jérémy Zurcher wrote:
> Hi again,
>
> I realized that my vim indent was hidding the through from me,
> I hope this is better now, tell me if not.
>
> This patch fixes this issue I was experiencing too.
>
> regards
> Jérémy
>
> On Monday 12 Nov
forwarding to list for common interest...
On Tue, Nov 13, 2012 at 7:46 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> by popular (overwhelming) demand,
> -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it now
> prevents enlightenment_start from ptracing, whi
Hey Maxime,
Sorry this took so long, I've been extremely busy. In!
On Mon, Nov 12, 2012 at 6:39 PM, Vincent Torri wrote:
> On Mon, Nov 12, 2012 at 7:16 PM, rustyBSD wrote:
> > Le 05/11/2012 22:23, rustyBSD a écrit :
> >> Le 30/10/2012 17:41, rustyBSD a écrit :
> >>> > Hi,
> >>> > here is a patc
in svn. thanks^^
2012년 11월 12일 월요일에 ChunEon Park님이 작성:
> since -> @since in doc.
>
>
>
>
>
> -Regards, Hermet-
>
> -Original Message-
> From: "Enlightenment SVN"
> To: ;
> Cc:
> Sen
47 matches
Mail list logo