Am 23.11.2012 um 01:00 schrieb Carsten Haitzler (The Rasterman)
:
> On Thu, 22 Nov 2012 18:50:04 +0100 Leif Middelschulte
> said:
>
>> Hi there,
>>
>> 1. Bug (space taken):
>> As the subject says, elm_index takes the entire canvas (horizontally xor
>> vertically) and thus renders e.g. it unusa
Am 05.11.2012 um 16:40 schrieb Gustavo Sverzut Barbieri
:
> Before we make it configurable you can do a quick hack:
>
> whenever you load the theme, you ask for edje_object_data_get(ed,
> "color-ID") and atoi() to the real color, set it to the used colors in
> textgrid
Boris, will you do this?
>
Luis Felipe Strano Moraes schrieb:
> Hello gentlemen,
>
> after having the release burden being shared by only one or two people,
> we've started talking and decided to create a team specifically for the
> purpose of helping out with this process, more specifically releasing,
> testing and packagi
On Thu, Nov 22, 2012 at 11:11:45PM -0200, Bruno Dilly wrote:
> On Thu, Nov 22, 2012 at 10:04 PM, Luis Felipe Strano Moraes
> wrote:
> > Hello gentlemen,
> >
> > after having the release burden being shared by only one or two people,
> > we've started talking and decided to create a team specifical
On Fri, Nov 23, 2012 at 12:12 PM, Thomas Sachau wrote:
> Luis Felipe Strano Moraes schrieb:
> > Hello gentlemen,
> >
> > after having the release burden being shared by only one or two people,
> > we've started talking and decided to create a team specifically for the
> > purpose of helping out w
in 79563
And don't forget to add () to multiple comparison.
if ((modifiers == not_modifiers && modifiers != 0)
-> if (((modifiers == not modifiers) && (modifiers != 0))
thank you.
-Regards, Hermet-
-Original Message-
From: "Patryk Kaczmarek"<
I'm trying to rotate the window by 45 degree, The documentation says its
possible to rotate angles other than of multiples of 90.
So exactly what backend and window manager should i use to make window
rotate at 45 degree.
I currrently have e17 wm and evas with opengl backend.
--
Regards
HariHar
Enlightenment SVN wrote:
>Log:
>Don't leak struct wl_registry
>
> Signed-off-by: Eduardo Lima (Etrunko)
>
>
>
>Author: etrunko
>Date: 2012-11-23 09:49:39 -0800 (Fri, 23 Nov 2012)
>New Revision: 79565
>Trac: http://trac.enlightenment.org/e/changeset/79565
>
>Modified:
it seems that we need efl 1.7.2
Vincent
On Fri, Nov 23, 2012 at 7:32 PM, Enlightenment SVN
wrote:
> Log:
> ALPHA5: ZMM
>
>
> Author: discomfitor
> Date: 2012-11-23 10:32:22 -0800 (Fri, 23 Nov 2012)
> New Revision: 79568
> Trac: http://trac.enlightenment.org/e/change
Enlightenment SVN wrote:
>Log:
>Ecore_Wayland: Backport several fixes to 1.7.
>
> These changes will enable the 1.7 branch to work with Wayland 1.0.
>
> The following changesets were backported:
> 78049
> 78050
> 78051
> 78052
> 78054
> 78055
> 78056
> 78136
>
>Author: antogno
On Fri, Nov 23, 2012 at 4:30 PM, Christopher Michael
wrote:
> Enlightenment SVN wrote:
>
>>Log:
>>Don't leak struct wl_registry
>>
>> Signed-off-by: Eduardo Lima (Etrunko)
>>
>>
>>
>>Author: etrunko
>>Date: 2012-11-23 09:49:39 -0800 (Fri, 23 Nov 2012)
>>New Revision: 79565
>>Trac:
It's a bunch of patches that you and Robert did to make Ecore_Wayland
work with Wayland 1.0. Basically what we discussed on last week.
Maybe I should have just backported patch by patch, instead of a
single squashed one. Sorry for that.
On Fri, Nov 23, 2012 at 4:32 PM, Christopher Michael
wrote:
Hello gentlemen,
as the title says, I'd like to announce here the new release of our stable
branch as well as a new ALPHA for E17.
The EFL had a new minor series of updates in order to fix bugs that were
preventing the E17 alphas from correctly building. The only packages which
had bug fixes were
see
http://www.gnu.org/software/autoconf/manual/autoconf.html#Particular-Functions
Vincent
On Fri, Nov 23, 2012 at 9:11 PM, Enlightenment SVN
wrote:
> Log:
> eio: correctly define alloca
>
> Author: englebass
> Date: 2012-11-23 12:11:15 -0800 (Fri, 23 Nov 2012)
> New Revision: 795
please revert. All that stuff is not correct, as I said in one of the ticket
see my previous mail. Also, ecore_getopt.c **already** have alloca
support... Please review the patches instead of appplying them blindly
Vincent
On Fri, Nov 23, 2012 at 9:25 PM, Enlightenment SVN
wrote:
> Log:
> ecore
Hey,
I've added support to sending messages on edje player and a example
sending / receiving messages for all types of message.
But there is an issue.
Running: edje_player -S -p messages_echo.edj
and sending the cmd: message 1 INT_SET 4 1 2 3 4
it will return the following items: 1 2 3 3
Looks
Enlightenment SVN wrote:
>Log:
>Ecore_Wayland: Fix leak of struct wl_registry
>
>Author: etrunko
>Date: 2012-11-23 10:44:00 -0800 (Fri, 23 Nov 2012)
>New Revision: 79569
>Trac: http://trac.enlightenment.org/e/changeset/79569
>
>Modified:
>branches/ecore-1.7/ChangeLog branche
welcome :-)
On Fri, Nov 23, 2012 at 7:56 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> devs: Add dorileo
>
> Welcome!
>
>
> Author: bdilly
> Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012)
> New Revision: 79611
> Trac: http://trac.enlightenment.or
"Eduardo Lima (Etrunko)" wrote:
>On Fri, Nov 23, 2012 at 4:30 PM, Christopher Michael
> wrote:
>> Enlightenment SVN wrote:
>>
>>>Log:
>>>Don't leak struct wl_registry
>>>
>>> Signed-off-by: Eduardo Lima (Etrunko)
>>>
>>>
>>>
>>>Author: etrunko
>>>Date: 2012-11-23 09:49:39 -0800 (
Rafael Antognolli wrote:
>It's a bunch of patches that you and Robert did to make Ecore_Wayland
>work with Wayland 1.0. Basically what we discussed on last week.
>
>Maybe I should have just backported patch by patch, instead of a
>single squashed one. Sorry for that.
>
>On Fri, Nov 23, 2012 at 4:
E-Trac wrote:
>#1486: Illume Home Key Button no longer works
>--+-
> Reporter: JeffHoogland | Owner: raster
> Type: Bug | Status: closed
> Priority: Major | Milestone:
>Component: illume| Resolution: F
E-Trac wrote:
>#1389: [wayland_shm/egl] Frames go down several pixels when we change
>the view in
>Naviframe 2
>+-
>Reporter: cprigent| Owner:
>devilhorns
> Type: Bug
Please...Lets Squash Some commites ??
--
Sent from my Samsung phone.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cl
On Fri, Nov 23, 2012 at 8:22 PM, Christopher Michael
wrote:
> Please...Lets Squash Some commites ??
Are you talking about my work ?
If it's the case: "No, I won't".
My commits are split by tasks, with a clear commit msg (and
explanations when required).
Best regards
> --
> Sent from my Samsun
On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes
wrote:
> Hello gentlemen,
I think there's some ladies here to.
--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
signature.asc
Description: PGP signature
-
On Fri, Nov 23, 2012 at 09:37:55PM +0100, Vincent Torri wrote:
> please revert. All that stuff is not correct, as I said in one of the ticket
>
> see my previous mail. Also, ecore_getopt.c **already** have alloca
> support... Please review the patches instead of appplying them blindly
More import
Enlightenment SVN wrote:
>Log:
>devs: Add dorileo
>
> Welcome!
>
>
>Author: bdilly
>Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012)
>New Revision: 79611
>Trac: http://trac.enlightenment.org/e/changeset/79611
>
>Added:
>trunk/devs/dorileo/ trunk/devs/dorileo/id_rsa.pu
On Fri, Nov 23, 2012 at 11:33 PM, David Seikel wrote:
> On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes
> wrote:
>
>> Hello gentlemen,
>
> I think there's some ladies here to.
If I'm not mistaken, at least in France, David is the first name of a man :p
Vincent (male first name)
--
d0rgs again?! :-D
On Fri, Nov 23, 2012 at 8:46 PM, Christopher Michael wrote:
> Enlightenment SVN wrote:
>
> >Log:
> >devs: Add dorileo
> >
> > Welcome!
> >
> >
> >Author: bdilly
> >Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012)
> >New Revision: 79611
> >Trac: http:/
On Fri, 23 Nov 2012 23:49:49 +0100 Vincent Torri
wrote:
> On Fri, Nov 23, 2012 at 11:33 PM, David Seikel
> wrote:
> > On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes
> > wrote:
> >
> >> Hello gentlemen,
> >
> > I think there's some ladies here to.
>
> If I'm not mistaken, at least
Well,
if thats the only complaint from the release, then I'm really happy :)
--lf
On Fri, Nov 23, 2012 at 9:29 PM, David Seikel wrote:
> On Fri, 23 Nov 2012 23:49:49 +0100 Vincent Torri
> wrote:
>
> > On Fri, Nov 23, 2012 at 11:33 PM, David Seikel
> > wrote:
> > > On Thu, 22 Nov 2012 22:04:
It IS a great update, thanks to you all developer!
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructur
On Fri, 23 Nov 2012 15:12:34 +0100 Thomas Sachau said:
> Luis Felipe Strano Moraes schrieb:
> > Hello gentlemen,
> >
> > after having the release burden being shared by only one or two people,
> > we've started talking and decided to create a team specifically for the
> > purpose of helping out
On Fri, 23 Nov 2012 23:17:15 +0530 HariHara Sudhan said:
> I'm trying to rotate the window by 45 degree, The documentation says its
> possible to rotate angles other than of multiples of 90.
> So exactly what backend and window manager should i use to make window
> rotate at 45 degree.
>
> I cur
On 11/22/12 22:04, Luis Felipe Strano Moraes wrote:
> Hello gentlemen,
>
> after having the release burden being shared by only one or two people,
> we've started talking and decided to create a team specifically for the
> purpose of helping out with this process, more specifically releasing,
> te
this is important to all testers, users and packagers...
DONT PACKAGE AND USE ESVG! DO NOT DO THIS. USE EVAS_GENERIC_LOADERS AND LIBRSVG
SUPPORT!
there. i hope that is clear. :) if you want things to be stable, render
correctly - dont rely in ESVG. at this stage it is experimental. there are
stil
Great Job!
I will join this team and test EFL 1.7.2 + E17 from now on.
+
I also added this enlightenment-release mailing list to our e.org contact
page.
http://www.enlightenment.org/p.php?p=contact&l=en
Thanks.
Daniel Juyung Seo (SeoZ)
On Fri, Nov 23, 2012 at 9:04 AM, Luis Felipe Strano Moraes
Congratulations!
With the great power comes great responsibility!
On Sat, Nov 24, 2012 at 6:56 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> devs: Add dorileo
>
> Welcome!
>
>
> Author: bdilly
> Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012)
> New Revisio
Right. Each commit should be atomic/clean/lean/simple.
+1 to bdilly
But having huge amount of commits at once is annoying.
It's hard to read/review.
+1 to devilhorns
Daniel Juyung Seo (SeoZ)
On Sat, Nov 24, 2012 at 7:26 AM, Bruno Dilly wrote:
> On Fri, Nov 23, 2012 at 8:22 PM, Christopher Mich
This is still broken.
Nobody can fix this?
Daniel Juyung Seo (SeoZ)
On Fri, Nov 16, 2012 at 9:09 PM, Daniel Juyung Seo wrote:
> This is still broken.
>
> Anybody can fix this?
>
> Daniel Juyung Seo (SeoZ)
>
> On Sat, Nov 10, 2012 at 8:45 PM, Daniel Juyung Seo
> wrote:
>
>> Trac changeset is bro
On 11/23/2012 09:37 PM, Vincent Torri wrote:
> please revert. All that stuff is not correct, as I said in one of the ticket
>
> see my previous mail. Also, ecore_getopt.c **already** have alloca
> support... Please review the patches instead of appplying them blindly
>
> Vincent
Sorry. I didn't bl
On Sat, Nov 24, 2012 at 6:36 AM, Daniel Juyung Seo wrote:
> This is still broken.
> Nobody can fix this?
i've CC Bertrand
Vincent
>
> Daniel Juyung Seo (SeoZ)
>
> On Fri, Nov 16, 2012 at 9:09 PM, Daniel Juyung Seo
> wrote:
>
>> This is still broken.
>>
>> Anybody can fix this?
>>
>> Daniel Juy
On Sat, Nov 24, 2012 at 6:28 AM, Carsten Haitzler wrote:
> this is important to all testers, users and packagers...
>
> DONT PACKAGE AND USE ESVG! DO NOT DO THIS. USE EVAS_GENERIC_LOADERS AND
> LIBRSVG
> SUPPORT!
>
> there. i hope that is clear. :) if you want things to be stable, render
> correc
On Sat, Nov 24, 2012 at 7:12 AM, Sebastian Dransfeld
wrote:
> On 11/23/2012 09:37 PM, Vincent Torri wrote:
>> please revert. All that stuff is not correct, as I said in one of the ticket
>>
>> see my previous mail. Also, ecore_getopt.c **already** have alloca
>> support... Please review the patch
isn't efreet_alloca.h a new file ? I don't see it added in the commit
Vincent
On Sat, Nov 24, 2012 at 7:43 AM, Enlightenment SVN
wrote:
> Log:
> efreet: fix alloca
>
> Author: englebass
> Date: 2012-11-23 22:43:00 -0800 (Fri, 23 Nov 2012)
> New Revision: 79629
> Trac: http:
45 matches
Mail list logo