Hi, sung. I added that code.
If you wonder, then please test this code.
http://pastebin.com/US4nizya
and compare the result gl and software.
Without the fidding line coordinate, you can see the different result.
-Regards, Hermet-
-Original Message
I've found many breakage and bugs in naviframe since the class hierachy has
applied.
And this one is caused by it.
Need to fix it. And i pushed this one into my job queue.
thank you.
-Regards, Hermet-
-Original Message-
From: "Fábio Mello"
Not actually class hierarchy but since it. :)
-Regards, Hermet-
-Original Message-
From: "ChunEon Park"
To: "Enlightenment developer
list";
Cc:
Sent: 2012-12-07 (금) 20:32:38
Subject: R
Hi all,
I forgot to mention here, d-bus module is already working on elev8 and a
simple connman gui was implemented by Ederson on easyui.
Elev8 and easyUI are in proto repository. You will need elementary and
EDBus installed to build the elev8. Since easyui is a javascript framework,
once install
Even the concept may not be good, the previous one is not bug.
We cannot change this for compatibility.
-Regards, Hermet-
-Original Message-
From: "SHILPA ONKAR SINGH"
To: "Michael Blumenkrantz"
in. 80442
thank you.
-Regards, Hermet-
-Original Message-
From: "SHILPA ONKAR SINGH"
To: "Daniel Juyung Seo"; "Enlightenment developer
list";
Cc:
Sent: 2
Hi Cedric,
On Fri, Dec 07, 2012 at 11:32:32AM +0900, Cedric BAIL wrote:
> Yop,
>
> On Fri, Dec 7, 2012 at 1:55 AM, Leandro Dorileo
> wrote:
> > While trying to build the efl merged tree with --profile=debug I got the
> > following errors:
> >
> > lib/ecore/ecore_timer.c:540:4: warning: 'return'
* ChunEon Park [2012-12-07 20:37:21 +0900]:
> Not actually class hierarchy but since it. :)
>
Mello told me it's recent. Mello, can you remember more or less the
date of you Elm build since when it started to misbehave?
>
>
>
>
> -Regards, Hermet-
>
> -
while (emotion_bugs != fixed) spank(antognolli);
On Fri, Dec 7, 2012 at 1:54 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> Fix Elm's build. antognolli += spank.
>
>
>
> Author: glima
> Date: 2012-12-07 05:54:38 -0800 (Fri, 07 Dec 2012)
> New Revision: 80455
> T
On Fri, Dec 7, 2012 at 11:56 AM, Michael Blumenkrantz
wrote:
> while (emotion_bugs != fixed) spank(antognolli);
while (1) spank(antognolli);
=D
>
> On Fri, Dec 7, 2012 at 1:54 PM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
>
>> Log:
>> Fix Elm's build. antognolli += spank.
>>
>>
>
On Fri, 7 Dec 2012 12:06:33 -0200 Bruno Dilly
wrote:
> On Fri, Dec 7, 2012 at 11:56 AM, Michael Blumenkrantz
> wrote:
> > while (emotion_bugs != fixed) spank(antognolli);
>
> while (1) spank(antognolli);
while (is_svn_Borked()) spank(antognolli);
> >
> > On Fri, Dec 7, 2012 at 1:54 PM, Enligh
After over a decade of development, E17 has finally reached beta status.
Big thanks to everyone who helped it to get this far.
Changelog:
* Translation updates
* Solaris build fixes
* Improved performance during secure deletion
* Various small memory leaks plugged
* Keyboard config now supports "e
On Thu, Nov 29, 2012 at 11:41 AM, Christopher Michael
wrote:
> On 29/11/12 13:27, Eduardo Lima (Etrunko) wrote:
>>
>> On Thu, Nov 29, 2012 at 5:46 AM, Christopher Michael
>> wrote:
>>>
>>> On 29/11/12 03:11, zhiwen...@linux.intel.com wrote:
From: Alex Wu
Every touch down event
On Fri, Dec 7, 2012 at 3:41 AM, Alex Wu wrote:
> Hi,
>
> In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE flag
> make CPU usage 100%. This is true for all efl app running on wayland.
>
> The proper way to monitor the ECORE_FD_WRITE is when the
> wl_display_flush() return value < 0
Shit, missed the release for 5min. :/
On Fri, Dec 7, 2012 at 3:55 PM, Enlightenment SVN
wrote:
> Log:
> Backport 80476.
>
> ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on
> wayland display fd lead to 100% cpu usage
>
> In ecore_wl_init(), adding wayland display fd
Damn, it was commited while I was in the middle of doing the release, but
we will have a 1.7.4 really soon to match the final release of E17, so no
worries.
--lf
On Fri, Dec 7, 2012 at 3:57 PM, Eduardo Lima (Etrunko) wrote:
> Shit, missed the release for 5min. :/
>
> On Fri, Dec 7, 2012 at 3:55
We are happy to announce a new minor series of updates to the Enlightenment
Foundation Libraries in order to match the newly release E17 BETA.
Packages which had bug fixes were: Ecore, Edje, Eet, Eina, Eio, Elementary,
Emotion, Ethumb, Evas and Efreet. The others did not have changes but new
tarba
So k-s and I have been working on this today, [i've been reading
ecore_getopts for days now]. this is the end product.
Patch 1 [EFL ECORE]
This patch adds the new feature ECORE_GETOPT_BREAK
and ECORE_GETOPT_BREAK_STR , basically what it does is tall ecore_getopts
hey, the rest of the argument are
updated terminology patch remove commented things
Thank You.
--- --- --- --- --- --- --- --- ---
Deon Thomas [ http://www.elivecd.org ]
Programmer / Network Admin / Microsoft Certified Technology Specialist
On Fri, Dec 7, 2012 at 3:12 PM, Deon Thomas wrote:
> So k-s and I have been working on t
Le 01/12/2012 10:02, rustyBSD a écrit :
> We can also fix leaks.
>
>
> I. Removed useless 'buf[sizeof(buf) - 1] = 0;', fgets()
> already does that
>
> II. Ensure file descriptors are closed before 'goto error'
>
> III.We don't need to nullcheck before freeing a buf, as it's
> already d
---
src/bin/e_icon.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c
index 4252f88..3c0bc40 100644
--- a/src/bin/e_icon.c
+++ b/src/bin/e_icon.c
@@ -444,7 +444,7 @@ e_icon_fdo_icon_set(Evas_Object *obj, const char *icon)
if (!sd->fdo)
omg I'm sorry for my mistake.. and
Thanks for fixing !!!
-Original Message-
From: "Enlightenment SVN"
To: ;
Cc:
Sent: 2012-12-08 (토) 00:53:50
Subject: E SVN: lfelipe branches/elementary-1.7/src/lib
Log:
Fix b
On Tue, 4 Dec 2012 15:42:01 +1000 David Seikel
wrote:
> On Tue, 4 Dec 2012 11:51:18 +0900 Cedric BAIL
> wrote:
>
> > On Tue, Dec 4, 2012 at 10:17 AM, Gustavo Sverzut Barbieri
> > wrote:
> > > David,
> > >
> > > Your case is extreme and really an onus we shouldn't take. You can
> > > maintain a
On Tue, 4 Dec 2012 15:35:10 +1000 David Seikel
wrote:
> On Tue, 4 Dec 2012 12:22:00 +0900 Carsten Haitzler (The Rasterman)
> wrote:
>
> > On Tue, 4 Dec 2012 09:50:25 +1000 David Seikel
> > said:
> >
> > > On Mon, 3 Dec 2012 20:23:48 +0900 Carsten Haitzler (The Rasterman)
> > > wrote:
> > >
Please check it again.
I can't reproduce this anymore.
Naviframe has been modified a lot recently.
One modification might fix that problem or whatever else did.
-Regards, Hermet-
-Original Message-
From: "ChunEon Park"
To: "E
Fixed.
Mello, don't need to check. This was caused by my recent naviframe
modification. :=)
-Regards, Hermet-
-Original Message-
From: "Gustavo Lima Chaves"
To: "Enlightenment developer
list"
26 matches
Mail list logo