[E-devel] Fwd: raw image format

2011-02-10 Thread michael bouchaud
well sure the changelog :P I'll make those changes soon 2011/2/10 Vincent Torri > Hey, > > > On Thu, 10 Feb 2011, michael bouchaud wrote: > > Hi, everybody I have wrote an evas_image loader for raw image type. I use >> libraw-lite to do this jobs, who is licen

Re: [E-devel] raw image format

2011-02-11 Thread michael bouchaud
2011/2/10 michael bouchaud > well sure the changelog :P > I'll make those changes soon > > 2011/2/10 Vincent Torri > > >> Hey, >> >> >> On Thu, 10 Feb 2011, michael bouchaud wrote: >> >> Hi, everybody I have wrote an evas_image loade

[E-devel] Fwd: raw image format

2011-02-11 Thread michael bouchaud
2011/2/11 Vincent Torri > > On Fri, 11 Feb 2011, michael bouchaud wrote: > > On Thu, 10 Feb 2011, michael bouchaud wrote: >>>> >>>> Hi, everybody I have wrote an evas_image loader for raw image type. I >>>> use >>>> >>>>

Re: [E-devel] E SVN: quaker trunk/PROTO/elsa/src/daemon

2011-02-18 Thread michael bouchaud
Sure ... It's a wrong fix. 2011/2/18 Vincent Torri > > > On Thu, 17 Feb 2011, Enlightenment SVN wrote: > > > Log: > > Fix elsa compilation on FreeBSD. > > > > Author: quaker > > Date: 2011-02-17 16:17:18 -0800 (Thu, 17 Feb 2011) > > New Revision: 57144 > > Trac: http://trac

Re: [E-devel] Fwd: raw image format

2011-02-21 Thread michael bouchaud
etects libraw-lite as suggested below... i'd be happy to put it in. > > > On Fri, 11 Feb 2011, michael bouchaud wrote: > > > > > 2011/2/11 Vincent Torri > > > > > > > > >> > > >> On Fri, 11 Feb 2011, michael bouchaud wrote: &g

Re: [E-devel] edje_cc fail

2011-02-28 Thread michael bouchaud
no it's relative to editje, he writes a wrong edc file with error. And I think for this time the message sent by edje_cc is clear -1. out of range of 0.000 to 2147483647.000 inclusive. If you really want use a max value. take a big value where it has no chance to reach it, like max: 9 41;

Re: [E-devel] gsoc 2011 : about Google Widgets Module

2011-03-02 Thread michael bouchaud
Le 1 mars 2011 18:55, Stéphanie Ouillon a écrit : > Hello, > > I'm a student in an French engineering school ( > IT/Telecommunication/networking) and I am interested in working for > Enlightenment for the Google Summer of Code. I am very interested in > working on the Google Widget Module project

Re: [E-devel] [PATCH] elm_entry: context menu is shown even though the state of entry is disabled

2011-03-02 Thread michael bouchaud
Thanks, in svn 2011/3/2 Jihoon Kim > Hi, EFL developers > > In elementary entry widget, context menu appear even though the state of > entry is disabled. > This patch is for solving this problem. > This patch will make entry not to process the mouse event in the disable > state. > Would you plea

[E-devel] Fwd: Need suggestion to support multiple text parts in elm_progressbar

2011-03-09 Thread michael bouchaud
2011/3/7 PRINCE KUMAR DUBEY > > > Hi, > > I need additional Texts display ( marked as text1, text2, text3 ..). > Current > progressbar supports only one label, but i need more than one label (ref > below fig.). > > > [cid:BSL8PYMC4CBB@namo.co.kr] > > Currently, we have an API elm_prog

Re: [E-devel] adding newest loaders to evas 1.0

2011-03-14 Thread michael bouchaud
me too, I think all new evas loaders don't needed to be backported to 1.0 branch. They must appear only for 1.1 relaease. It's a new feature. -- Forwarded message -- From: Mike Blumenkrantz Date: 2011/3/14 Subject: Re: [E-devel] adding newest loaders to evas 1.0 To: Vincent Torri

Re: [E-devel] [PATCH 3/3] libeweather: allow to specify whether data is given in celcius or fahrenheit format

2011-04-02 Thread michael bouchaud
2011/3/13 Mika Laitio > Old version of code expected that the temperatures given were always in > fahrenheit format. In many countries the unit used is however celcius. > (celcius > is also in ISO standard.) > > Add therefore new API's for specifying the source format and > modify the code which

Re: [E-devel] E SVN: yoz IN trunk/PROTO/elsa/src: bin daemon

2011-04-05 Thread michael bouchaud
2011/4/4 Vincent Torri > > > is it normal that the variables contain 'bindir' and their value is > $(libdir) ? > > Vincent > > On Mon, 4 Apr 2011, Enlightenment SVN wrote: > > > Log: > > elsa: fix prefix binaries > > > > Author: yoz > > Date: 2011-04-04 09:42:41 -0700 (Mon, 04 Apr 2

Re: [E-devel] elm patch

2011-04-06 Thread michael bouchaud
in svn my dear evil 2011/4/6 Vincent Torri > > hey > > can someone pply the patch below for me, please ? > > thanks > > Vincent > > Index: src/lib/elm_config.c > === > --- src/lib/elm_config.c(révision 58389) > +++ src/lib/e

Re: [E-devel] [PATCH] elm_slideshow : take care null item_prev/item_next when pre-creating the previous and next items

2011-05-10 Thread michael bouchaud
Thanks for report, fixed now in svn. 2011/5/10 Brian Wang > Hello all, > > When elm_slideshow's loop attribute is not set, _item_realize() will > access NULL item_prev and item_next when trying to pre-create the > previous and next items. Please find the trivial fix as attached and > adjust it

Re: [E-devel] about packaging/debian directories

2011-05-19 Thread michael bouchaud
Lutin made a very good packaging on debian http://packages.qa.debian.org/e/eina.html. Maybee it will be a good things to merge this work. The stuff in svn are very old and incomplete. Me too I managed my own debian package but I use the work of Lutin to made the new package. 2011/5/19 Gustavo Sve

Re: [E-devel] E SVN: yoz trunk/evas_generic_loaders/src/bin/ps

2011-05-25 Thread michael bouchaud
Better ? 2011/5/25 Vincent Torri > > > On Wed, 25 May 2011, Enlightenment SVN wrote: > > > Log: > > evas_generic_loader: warn-- > > > > Author: yoz > > Date: 2011-05-25 12:13:15 -0700 (Wed, 25 May 2011) > > New Revision: 59676 > > Trac: http://trac.enlightenment.org/e/chang

Re: [E-devel] about packaging/debian directories

2011-05-26 Thread michael bouchaud
Yes my dear friends, I've planned to do it today but I have to sleep 2011/5/26 Carsten Haitzler > On Thu, 19 May 2011 22:10:35 +0200 michael bouchaud > said: > > does someone want to merge/steal lutin's stuff? if someone starts and > steals > it.. i'll try set

Re: [E-devel] about packaging/debian directories

2011-06-01 Thread michael bouchaud
htenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] about packaging/debian directories > > > > On Fri, 27 May 2011 02:17:06 +0200 michael bouchaud > > said: > > > > sleep? SLEEP? how dare you sleep! :) back to work! > > > > /me crack the

Re: [E-devel] [Patch] elm_progressbar patch

2011-06-01 Thread michael bouchaud
I'm ok with this patch. But in my opinion, this is not the only one gadget, who has need this functionality, but ALL the widgets ... sure except box and table :D. And I think we need do the same things for extra images. With this we can emit a extra signal, set some extra label and icon. And each w

Re: [E-devel] [Patch] elm_progressbar patch

2011-06-01 Thread michael bouchaud
gnal_emit. So, I admit you can do this today but for me it's a very hacky way. > > > > Let's run together for the best moment! > > -Regards, Hermet- > > > > -Original Message- > *From:* "michael bouchau

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread michael bouchaud
Saperlipopette, I forgot to sed these fields... 2011/6/15 Carsten Haitzler > On Wed, 15 Jun 2011 16:35:39 +0200 Mark-Willem Jansen < > markwil...@hotmail.com> > said: > > why would control files point to git.. or svn? they are just needed to > build > stuff and dont need to point TO any location

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-21 Thread michael bouchaud
Hum ... I don't think this was the right fix 2011/6/20 Enlightenment SVN > Log: > Illume Keyboard: Fix incorrect white images. > > > > Author: devilhorns > Date: 2011-06-20 14:31:51 -0700 (Mon, 20 Jun 2011) > New Revision: 60536 > Trac: http://trac.enlightenment.org/e/chang

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-22 Thread michael bouchaud
2011/6/22 Jeff Hoogland > Are these buttons going to get fixed at some point? Just did an SVN > pull down this evening and still getting white images on white > buttons. > > Fixing them myself before building for now - but would be nice to have > it fixed in the SVN. > > ~Jeff > > On 6/21/11, Dav

Re: [E-devel] Proposed patch to elsa

2011-07-02 Thread michael bouchaud
2011/7/1 Christian Apeltauer > Dear developers, > since some weeks now I have trouble running elsa: The X server starts, > but elsa_client never comes up. I was able to hunt down the > error. Currently I am using rev 60908. > In elsa/src/daemin/elsa_server.c lines 135-142: > > dirs = efreet_d

Re: [E-devel] E SVN: cedric trunk/emage

2011-07-06 Thread michael bouchaud
or use svn propset ... 2011/7/6 Vincent Torri > > > On Wed, 6 Jul 2011, Cedric BAIL wrote: > > > On Wed, Jul 6, 2011 at 11:14 AM, Ingvaldur Sigurjonsson > > wrote: > >> I had two issues when building emage. > >> > >> a) The executable bit is not set on autogen.sh, lead to an error > (permission

[E-devel] elm_object_label_set and frustration

2011-07-06 Thread michael bouchaud
Hi, some of you seems really happy with the new elm_object_text_set function, but it's not my case. I'm feeling very frustrated with it. The implementation of this function is generic only because each widget knows where is the edje_object and the name of the part to set. Today each widget who use

[E-devel] elm_scroller and disable scroller

2011-07-06 Thread michael bouchaud
Hi, is me one more time. I have coded a function to disable the control of scrolling by user in elm_scroller. But I don't find any good name for this function. elm_scroller_scroller_disabled_set elm_scroller_scroll_disabled_set elm_scroller_disabled_set For you what is the best name for this. If y

Re: [E-devel] elm_object_label_set and frustration

2011-07-06 Thread michael bouchaud
2011/7/6 Tom Hacohen > On 06/07/11 17:35, michael bouchaud wrote: > > Hi, some of you seems really happy with the new elm_object_text_set > > function, but it's not my case. I'm feeling very frustrated with it. The > > implementation of this function is generic

Re: [E-devel] elm_scroller and disable scroller

2011-07-06 Thread michael bouchaud
l_lock_y_set > > elm_object_scroll_lock_x_get > > elm_object_scroll_lock_y_get > > > > > > > > > Let's run together for the best moment! > > -Regards, Hermet- > > > > -Original Message- > *From:* "Nic

Re: [E-devel] elm_object_label_set and frustration

2011-07-06 Thread michael bouchaud
I would like to clarify that I am very happy with the access elm_object_part_text_set. I do not question the API the problem is internal. I thinking about if things would be easier and more efficient, if we could provide a 'main edje' in elm_widget. And sure keep hooks 2011/7/6 michae

Re: [E-devel] Proposed patch to elsa

2011-07-11 Thread michael bouchaud
2011/7/11 Christian Apeltauer > On Fri, 1 Jul 2011 18:54:32 +0200 > Christian Apeltauer wrote: > > > Another correction should be done to elsa/src/daemon/elsa.c: > > diff -Naur elsa/src/daemon/elsa.c elsa.neu//src/daemon/elsa.c > > --- elsa/src/daemon/elsa.c2011-06-26 12:25:38.0 +020

Re: [E-devel] European Tour -- BEERS?

2011-07-27 Thread michael bouchaud
2011/7/27 Cedric BAIL > On Tue, Jul 26, 2011 at 10:53 PM, Gustavo Sverzut Barbieri > wrote: > > Hi European dudes, how are you doing? > > > As some IRC folks know, I'll be in Europe for a series of events and > > would like to meet you for a beer night (I have meetings during the > > day). Let m

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread michael bouchaud
2011/8/1 Gustavo Sverzut Barbieri > On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri > wrote: > > > > On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud > > wrote: > > > 2011/7/27 Cedric BAIL > > >> > > >> On Tue, Jul 26,

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread michael bouchaud
2011/8/1 michael bouchaud > 2011/8/1 Gustavo Sverzut Barbieri > >> On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri >> wrote: >> > >> > On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud >> > wrote: >> > > 2011/7/27 Cedr

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2011-08-10 Thread michael bouchaud
hum this patch fixes nothing, and I have already fix this issues with the default value in e.cfg. 2011/8/10 Enlightenment SVN > Log: > e: some people have been hurt by this default value. > > > Author: cedric > Date: 2011-08-10 06:02:09 -0700 (Wed, 10 Aug 2011) > New Revision: 6229

Re: [E-devel] FOSDEM E group picture

2012-02-05 Thread michael bouchaud
big thanks to share these pictures! 2012/2/5 Stefan Schmidt > Hello. > > On Sun, 2012-02-05 at 23:30, Vincent Torri wrote: > > On Sun, Feb 5, 2012 at 3:48 PM, Stefan Schmidt > > wrote: > > > > > > Pictures from the group after Cedrics talk: > > > http://datenfreihafen.org/~stefan/E-group-pictur

Re: [E-devel] elm_inwin patch: improve widget theming ability

2012-02-07 Thread michael bouchaud
About it, I say we need to keep the text into a list or something. Why, just because the part can be missing. Nothing against your patch. I push it in, really thanks!!! But, I ask me this use case, where dev expects to use the content of this extra parts. Same as contents In gengrid and genlist

Re: [E-devel] LightDM

2012-02-13 Thread michael bouchaud
2012/2/13 David Seikel > On Sun, 12 Feb 2012 04:02:28 -0800 (PST) P Purkayastha > wrote: > > > > > > > On Sunday, February 12, 2012 7:44:30 PM UTC+8, Davide Andreoli wrote: > > > > > > 2012/2/11 Andreas Volz : > > > > Hello together, > > > > > > > > anyone yet thought about writing a EFL greeter

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread michael bouchaud
This is really usefull! If you want extend the widget, but the design of the toolkit don't match your design. You don't need to recode the widget. You can extend it, with elm_object_part_text_set, elm_object_signal_emit and elm_object_part_content_set. Simple case can be a frame or a progressbar fo

Re: [E-devel] E SVN: leif IN trunk/ecore/src/lib/ecore_x: . xlib

2012-02-23 Thread michael bouchaud
I love it 2012/2/23 Leandro Pereira > On 02/23/2012 01:20 PM, Vincent Torri wrote: > > @since > > NEWS > > ChangeLog > > Let's try this in a different way, since obviously Vincent's friendly > reminders are not working: > > http://i.imgur.com/HhGdB.jpg > > Cheers, >Leandro > > >

Re: [E-devel] Dialer/Speller widget for elementary

2012-03-13 Thread michael bouchaud
Ekbd is the way to use (look trunk/PROTO/ekbd). I still need to export it as a widget into elementary. I could do it soon, if you want it... Le 13 mars 2012 23:26, "Pau Espin Pedrol" a écrit : > Hi, > > you may want to have a look at phoneui (telephony UI dbus daemon we use on > SHR on top of Fr

Re: [E-devel] Dialer/Speller widget for elementary

2012-03-16 Thread michael bouchaud
Mar 2012 00:40:14 +0100 schrieb michael bouchaud: > > Hi, > > > Ekbd is the way to use (look trunk/PROTO/ekbd). I still need to > > export it as a widget into elementary. I could do it soon, if you > > want it... Le 13 mars 2012 23:26, "Pau Espin Pedrol"

Re: [E-devel] elsa, xinerama and further trouble

2012-03-17 Thread michael bouchaud
Thx for your report, really usefull yes! Il will fix it, when I'm front of my laptop Le 17 mars 2012 10:41, "Christian Apeltauer" a écrit : > For a rather long time now, elsa showed only black screen (cf. Ticket > #967). I seemed now to be able to narrow down the problem. > In elsa/src/bin/elsa_

Re: [E-devel] elsa, xinerama and further trouble

2012-03-17 Thread michael bouchaud
Ho oops, I forget to answer about the theme. It works great. But elementary will be released soon, so we are removing some stuff to clean things. And only me use external widgets. So, other devs don't see elementary edje external are broken. Fixed now. Le 17 mars 2012 15:50, "michael bo

[E-devel] elm_calendar_ first_day_of_week API

2012-03-28 Thread michael bouchaud
Hi, everybody. We are near to release elementary. But I want to push one patch in more, who add 2 API. The first one is to set the first day of week in elm_calendar widget and second one to get the info. Please review it, but don't commit it. I will push it, if you agreed. -- Michaël Bouchaud Ind

Re: [E-devel] elm_calendar_ first_day_of_week API

2012-03-29 Thread michael bouchaud
ng to leave everything covered) > Sure :) > > So I suggest you to make these changes before committing go svn. > > Best regards > Thx for your review ! :) Regards > > On Wed, Mar 28, 2012 at 10:57 AM, michael bouchaud > wrote: > > Hi, everybody. We are near to

Re: [E-devel] Internationalization

2012-03-29 Thread michael bouchaud
You can't translate strings in the edc file for now. But you can call some edje_object_part_text_set with gettext stuff in c. 2012/3/29 Guilherme Silveira > Hi all, > > I have some text in edc file, but i need internationalization in the > theme.. > Any tip how can i do that? > > Regards, > > --

[E-devel] Infinite loop ...

2012-03-29 Thread michael bouchaud
Hi, we have a bug in the genlist widget, or ... If you want delete an item from an genlist when the user select it. You have some complaints from valgrind and if you close the window, the process never end. See attachment Best regards -- Michaël Bouchaud #include char *itcLabelGetCb(void *dat

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2011-08-11 Thread michael bouchaud
quot;backlight.normal" double: 0.0; > > >> value "backlight.dim" double: 0.3; > > >> value "backlight.transition" double: 0.5; > > > > Daniel Juyung Seo (SeoZ) > > > > On Thu, Aug 11, 2011 at 1:35 AM, michael bouchaud > >

Re: [E-devel] elm version

2011-08-11 Thread michael bouchaud
Hum why not, elementary need an evas version still not released. So it's time to switch :D 2011/8/11 Mike Blumenkrantz > heyo, > > let's do another arbitrary elm version bump soon. packages are getting > stale, > users are confused, api is breaking, etc. > > -- > Mike Blumenkrantz > Zentific: C

Re: [E-devel] Problem with elsa

2011-08-14 Thread michael bouchaud
Ho... I will take a look on it. But I' me not in thé right place to commit. So i don't know if I can fix this before tonight. Send from my phone Le 14 août 2011 10:44, "libernux" a écrit : -- FREE DOWNLOAD - uberSVN with S

Re: [E-devel] Problem with elsa

2011-08-22 Thread michael bouchaud
2011/8/14 michael bouchaud > Ho... I will take a look on it. But I' me not in thé right place to commit. > So i don't know if I can fix this before tonight. Send from my phone > Le 14 août 2011 10:44, "libernux" a écrit : > I think your issue was re

Re: [E-devel] Evas generic loaders install location

2011-09-02 Thread michael bouchaud
2011/9/3 Tom Hacohen > On 03/09/11 00:25, Gustavo Sverzut Barbieri wrote: > > Raster, > > > > Recently we added something similar to Evas' generic loaders to > > Emotion. Initially Antognolli installed them to $(bindir) (/usr/bin) > > and I complained and changed it to $(libdir)/emotion/utils sim

Re: [E-devel] non-deterministic behaviour in elementary

2011-09-13 Thread michael bouchaud
2011/9/13 wagner frederic > hi, > > i'm currently playing with elementary (so for sure, i'm no expert) > I hope it is the right place for questions > > I have a strange non deterministic behaviour within my code. > > I try to get a photomap with some buttons below. > > one time out of six, it's o

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
2011/9/14 Paulo Benatto > Hi List, > > I would like a little help with Scrolled_Entry Object and Events Handler. > > I have a Window and inside of it I have an Scrolled_Entry Object, My focus > is in Scrolled_Entry, I would like Scrolled_Entry handled only numbers, the > others keys, should be ha

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
handle in my Window, how can I do that? > Did you understand my problem? =) > for other keys use ecore_event_handler(ECORE_EVENT_KEY_DOWN, _my_func, _my_data); > > thanks > > You don't need to resend any events to the window. You already catch them with ECORE_EVENT_KEY_DOWN

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
2011/9/14 Paulo Benatto > 2011/9/14 michael bouchaud > > > 2011/9/14 Paulo Benatto > > > > > I would like to do that, because my Entry Object has the focus and all > > > events will go to it... I would like to handle only numbers in my Entry > > &g

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread michael bouchaud
>elm_scrolled_entry_entry_set(entry, "123ab456"); >elm_object_focus(entry); > >button = elm_button_add(win); >evas_object_resize(button, 50, 50); >evas_object_move(button, 50, 100); >evas_object_show(button); > >elm_run(); >elm_s

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread michael bouchaud
2011/9/15 michael bouchaud > 2011/9/15 Paulo Benatto > >> Hi, >> >> I did a simple example of my problem. When the focus is in the Button, >> every >> Key has _UP and _DOWN events... but, when the focus is in my Entry, I >> receive only _UP events. Try

Re: [E-devel] [Patch] Implement rotation decoding in evas jpeg loader

2011-09-28 Thread michael bouchaud
2011/9/28 Jiyoun Park > Hello. I'm Jiyou Park. > I implement evas_object_image_load_orientation_set API(This API already > exist in evas). > > Currently, this API only set load option's orientation value. > But I added code to jpeg loader, and this API can really work(only jpg file > type). > > I

Re: [E-devel] E SVN: discomfitor trunk/PROTO/elsa

2011-10-03 Thread michael bouchaud
2011/10/3 Enlightenment SVN > Log: > apparently elsa requires ecore-evas ? > > > Author: discomfitor > Date: 2011-10-03 11:22:45 -0700 (Mon, 03 Oct 2011) > New Revision: 63778 > Trac: http://trac.enlightenment.org/e/changeset/63778 > > Modified: > trunk/PROTO/elsa/configure

Re: [E-devel] [PATCH] Bug fix for gengrid item size

2011-10-07 Thread michael bouchaud
2011/10/7 Benjamin Drucker > This patch fixes a type-o bug in a recent gengrid commit that causes > incorrect horizontal item positioning on horizontal gengrids. The > problem is only visible when items are not square. > > I have observed that it fixes a problem I was having. > > Please review,

Re: [E-devel] E SVN: yoz trunk/elementary/src/edje_externals

2011-11-03 Thread michael bouchaud
fixed sorry I'm really blind. I wasn't looking into the macro. Sorry ! 2011/11/3 Carsten Haitzler > On Tue, 1 Nov 2011 15:52:32 -0200 Gustavo Sverzut Barbieri > said: > > > On Mon, Oct 31, 2011 at 12:41 PM, Enlightenment SVN > > wrote: > > > Log: > > > elementary: more option in edje for elm_

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-11-30 Thread michael bouchaud
ok no problem about the elm_gen deprecation. But with your patch, elm_genlist and elm_gengrid can't be cleared. These functions are going far far away... and never return. 2011/11/30 Enlightenment SVN > Log: > elm gen/gengrid/genlist: Undeprecate some gengrid/genlist APIs and > deprecate all el

Re: [E-devel] E SVN: yoz IN trunk/eet: . src/lib

2011-12-05 Thread michael bouchaud
2011/12/3 Michael Blumenkrantz > On Fri, 2 Dec 2011 09:53:37 -0800 > "Enlightenment SVN" wrote: > > > Log: > > eet: revert works from discomfitor. too buggy elementary segv. I'm > pleased to > > SPANK him :D > > > > Author: yoz > > Date: 2011-12-02 09:53:37 -0800 (Fri, 02 Dec 2011

Re: [E-devel] E SVN: yoz IN trunk/elementary/src: bin lib

2011-12-07 Thread michael bouchaud
done 2011/12/7 Daniel Juyung Seo > This is cool!! > Please update ElementaryChanges wiki page for elementary API or > whatever changes. > http://trac.enlightenment.org/e/wiki/ElementaryChanges > > I just saw the elm_index code and there are a lot to be fixed in elm_index > :( > This will be done

Re: [E-devel] Elementary Edje_External support for disabling objects

2011-12-13 Thread michael bouchaud
2011/12/13 Jonas M. Gastal > The attached patch adds a edje property called "disabled" to every elm > object > that calls elm_object_disabled_set() on it. > > Any thoughts on it? Can I commit it? > > Regards, > Gastal > > ---

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/software_generic

2011-12-14 Thread michael bouchaud
Ho thanks, yeah it's a typo. Good job ! 2011/12/14 Enlightenment SVN > Log: > Evas: Software_Generic: Fix typo? for __UNUSED__. > > > > Author: devilhorns > Date: 2011-12-14 10:27:29 -0800 (Wed, 14 Dec 2011) > New Revision: 66222 > Trac: http://trac.enlightenment.org/e/chan

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread michael bouchaud
no no no, They don't need to be backported it's since evas 1.2 2011/12/14 Christopher Michael > On 12/14/11 13:59, Vincent Torri wrote: > > On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael > > wrote: > >> On 12/14/11 13:55, Vincent Torri wrote: > >>> > >>> this one and the previous one sho

[E-devel] Focus problem with edje_external

2010-07-01 Thread michael bouchaud
Hi, I made a little edje with edje_external. This is very basic but I have a problem of focus. Maybee I do something wrong, but noway I don't find where come the problem. To see the problem. Edit the first and second entry. After this try to change the content of the first entry. The entry don't wa

Re: [E-devel] Focus problem with edje_external

2010-07-01 Thread michael bouchaud
Sorry I forgot to attach my program :/ 2010/7/1 michael bouchaud > Hi, I made a little edje with edje_external. > This is very basic but I have a problem of focus. > Maybee I do something wrong, but noway I don't find where come the problem. > To see the problem. Edit the first

Re: [E-devel] Focus problem with edje_external

2010-07-01 Thread michael bouchaud
Sorry, sorry, sorry you can download the archive here -> http://rapidshare.com/files/404241721/test-edje-external.tar.bz2.html 2010/7/1 michael bouchaud > Sorry I forgot to attach my program :/ > > 2010/7/1 michael bouchaud > > Hi, I made a little edje with edje_externa

Re: [E-devel] Focus problem with edje_external

2010-07-01 Thread michael bouchaud
Thx, yes I was using edje_object_add. So I have migrated this with elm_layout_add. And now, no focus problem. one more times thx for your help :) 2010/7/1 Iván Briano (Sachiel) > On Thu, Jul 1, 2010 at 6:46 AM, michael bouchaud > wrote: > > Sorry, sorry, sorry > > yo

[E-devel] Shaped theme, and sliders in e17

2010-08-06 Thread michael bouchaud
Hello I'm here for 2 question about theming e17. I have a current theme with shaped part on e/gadman/popup . But I have some problem in recent svn and snapshot Lutin's debian packages. My part are not shaped, ugly black rectangle around the popup in software mode with current svn. With the debian's

Re: [E-devel] Shaped theme, and sliders in e17

2010-08-06 Thread michael bouchaud
This is my theme of e/gadman/popup look at it, maybee you see my buggy popup ... Thanks for the answer about slider. 2010/8/7 Carsten Haitzler > On Sat, 7 Aug 2010 00:07:13 +0200 michael bouchaud < > michael.bouch...@gmail.com> > said: > > haven't seen your problem.

Re: [E-devel] Shaped theme, and sliders in e17

2010-08-07 Thread michael bouchaud
>> think..). Im at work now (on a Saturday>:() so I cant give you > >> anymore tips for now. Hopefully thatll get the ball rolling for you > >> anyway. > >> > >> Toma > >> > >> > >> On 7 August 2010 07:17, michael bouchaud > wrote: >

[E-devel] Fwd: elsa patch

2010-09-01 Thread michael bouchaud
Because you have some news about elsa, I must answer to this patch. I will move the return value. But XOpenDisplay aren't necessary so I work on new code to start xserver cleanly. I will commit this change soon, Cheers, yoz 2010/8/31 Christopher Michael > Attached a patch for elsa. > > Adds mi

[E-devel] blackscreen with eskiss

2010-10-07 Thread michael bouchaud
I try to package eskiss to use it on my product. But I encounter some problems, I explain me. On some laptop, who have intel's graphics hardware, eskiss make a blackscreen when I use the comp module. I test it with ati graphics hardware, no problems appends. Maybee this is a bug in ecore_evas ? Wha

[E-devel] segfault on xrandr

2010-10-13 Thread michael bouchaud
I have a segfault with e17 updated to current svn when I do an xrandr -s something this is due to my current xrandr version (1.3.2) or not ? here is my backtrace #0 0x7f5d72964783 in select () from /lib/libc.so.6 #1 0x7f5d75dbab95 in _ecore_main_select (timeout=) at ecore_main.c:979 #2

Re: [E-devel] segfault on xrandr

2010-10-14 Thread michael bouchaud
_ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:1346 #3 0x7f1a5d7a130f in ecore_main_loop_begin () at ecore_main.c:568 #4 0x004327f6 in main () 2010/10/14 Carsten Haitzler > On Wed, 13 Oct 2010 21:49:19 +0200 michael bouchaud > said: > > ummm the below isn

[E-devel] Ordissimo love e17

2010-10-29 Thread michael bouchaud
Hi, everybody! I would like to share a BIG news with you… As you may know, I'm a developer with Ordissimo, a French company which proposes a unique OS based on Linux. We target beginners 50 years old (and over!) who want to have access to their PC without any problem. In fact, our master word

[E-devel] Fwd: E SVN: yoz IN trunk/PROTO/elsa: . src/daemon

2010-11-18 Thread michael bouchaud
-- Forwarded message -- From: michael bouchaud Date: 2010/11/18 Subject: Re: [E-devel] E SVN: yoz IN trunk/PROTO/elsa: . src/daemon To: Vincent Torri 2010/11/18 Vincent Torri > > On Thu, 18 Nov 2010, Enlightenment SVN wrote: > > > Log: > > elsa:

Re: [E-devel] E SVN: caro IN trunk/GAMES: . e-type

2011-01-12 Thread michael bouchaud
Ho, great ! I need that for lose my times 2011/1/13 Enlightenment SVN > Log: > e-type: an old school game (shoot'em up). Not finished. I put it in svn > so that others can help me. > > See README and TODO > > > > Author: caro > Date: 2011-01-12 15:50:35 -0800 (Wed, 12 Jan 201

[E-devel] clean on evas

2009-06-12 Thread michael bouchaud
Hello, I'm using e17 since long time and I hear you need help. So I'm looking http://local.profusion.mobi:8081/~lfelipe/output-efl/ to look which things must be cleaned. Plz tell me if I'm in wrong way, and hope this can help for release. ---

[E-devel] clean on evas re

2009-06-12 Thread michael bouchaud
Luis Felipe warn me about my previous mail, about don't include the patch. So, I send you a link to pastebin and I test append the patch too. the pastebin link -> https://pastebin.ca/1458167 This is my first read on the source code of evas. So please be indulgent. cheers ---

[E-devel] clean on evas re re

2009-06-12 Thread michael bouchaud
Hi Everyone, I did 2 cleaner patch on Evas. I hope this time you will get the files. the changes are trivial as the previous patch Index: src/lib/canvas/evas_object_textblock.c === --- src/lib/canvas/evas_object_textblock.c (révision

[E-devel] elementary progressbar

2009-06-28 Thread michael bouchaud
Hi Everybody, I have made a patch to add a progressbar to elementary toolkit. this is a first shot. No invert or vertical display. I can made some modifications if you want or add some features. Sure if you accept this patch, I'm going to add vertical and invert function. I'm a beginner in edje and

[E-devel] elementary progressbar

2009-06-30 Thread michael bouchaud
Hi everybody, I'm be back with a new patch for progressbar in elementary. This time the progressbar can do: horizontal, vertical and invert display. I don't modify the call to change the position of the dragable object (I don't have find the time to do it yersteday, sorry Gustavo). I will take look

Re: [E-devel] elementary progressbar

2009-07-02 Thread michael bouchaud
about this 2009/7/1 Carsten Haitzler > On Tue, 30 Jun 2009 17:27:52 +0200 michael bouchaud > said: > > > Hi everybody, I'm be back with a new patch for progressbar in elementary. > > This time the progressbar can do: horizontal, vertical and invert > display. > &g

[E-devel] RE : Re: elementary progressbar

2009-07-30 Thread michael bouchaud
a écrit : On Tue, 30 Jun 2009 17:27:52 +0200 michael bouchaud < michael.bouch...@gmail.com> said: > Hi everybody, I'm be back with a new patch for progressbar in elementary. > This time the progress... btw - your patch doesnt have elm_progress.c like the first one... so it's

[E-devel] patch for elementary progressbar theme

2009-10-09 Thread michael bouchaud
Hi, I just do some correction on progressbar in elementary for the state where progression is 0%. Index: data/themes/default.edc === --- data/themes/default.edc (révision 42959) +++ data/themes/default.edc (copie de travail

[E-devel] add desk show dbus message

2010-03-11 Thread michael bouchaud
Hi, everybody I have the need to switch the e17 desk externally, in my current project. So I have added a dbus signal to do this. What do you think about this. The desk can be descibed by here name or position. and it will be great for me if this go in svn :). Index: src/bin/e_msgbus.c ===

Re: [E-devel] add desk show dbus message

2010-03-15 Thread michael bouchaud
2010/3/12 Gustavo Sverzut Barbieri > On Thu, Mar 11, 2010 at 10:52 AM, michael bouchaud > wrote: > > Hi, everybody > > I have the need to switch the e17 desk externally, in my current project. > > So I have added a dbus signal to do this. What do you think about t

Re: [E-devel] The image tearing issue when slide the screen

2019-11-04 Thread michael bouchaud
Hi Jing, As you're running now your app without window manager you need to tell your app is focused. Check the code into terminology with the nowm option (check below). https://git.enlightenment.org/apps/terminology.git/tree/src/bin/main.c#n656 Regards Le lun. 4 nov. 2019 à 13:03, Jing a écrit

Re: [E-devel] Things I have encounter while making a keyboard

2019-11-24 Thread michael bouchaud
If you want to save some of your time to create a virtual keyboard. You could take a look into https://git.enlightenment.org/libs/ekbd.git/. It's a library who provide a keyboard smart evas object. The keyboard layout is described by plain text .kbd and .tie files. An exemple of use is also provide

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread michael bouchaud
Yes he means evas_object_del as edje_object_add return an Evas_Object pointer. And edje_object_del doesn't exists as it's an evas_object. :) Le jeu. 28 nov. 2019 à 13:15, Jing a écrit : > Thanks Carsten, > > > I did not find edje_object_del(), did you mean evas_object_del()? > > > Here is my co

[EGIT] [core/elementary] master 03/04: elementary: update Changelog and NEWS

2013-09-18 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=88ae5657a9c649aeff61a405fa809370bb675208 commit 88ae5657a9c649aeff61a405fa809370bb675208 Author: Michael Bouchaud Date: Wed Sep 18 16:51:44 2013 +0200 elementary: update Changelog and NEWS

[EGIT] [core/elementary] master 04/04: elementary: fix typo

2013-09-18 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fe711d8f4b439d9cf1bed7b2ab48ee7fc14692a8 commit fe711d8f4b439d9cf1bed7b2ab48ee7fc14692a8 Author: Michael Bouchaud Date: Wed Sep 18 16:54:43 2013 +0200 elementary: fix typo --- ChangeLog | 6

[EGIT] [core/elementary] master 02/04: elementary: oops, missing this check

2013-09-18 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=110572a22fb7647904c6772d29bbf674ea9fa06b commit 110572a22fb7647904c6772d29bbf674ea9fa06b Author: Michael Bouchaud Date: Wed Sep 18 16:18:37 2013 +0200 elementary: oops, missing this check

[EGIT] [core/elementary] master 01/04: elementary: add a way to add some custom part text and save it for Elm_Object_Item

2013-09-18 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2028f0779b4f347a350579f7e8277fbfab5fd7f2 commit 2028f0779b4f347a350579f7e8277fbfab5fd7f2 Author: Michael Bouchaud Date: Wed Sep 18 00:46:46 2013 +0200 elementary: add a way to add some

  1   2   3   >