Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Revert "Revert "mixer: do not set back the value from emix once the drag is finished""

2017-02-23 Thread Michaël Bouchaud
sink) > elm_box_pack_end(bx, sl); > evas_object_show(sl); > evas_object_smart_callback_add(sl, "changed", _cb_sink_volume_change, > bxv); > - evas_object_smart_callback_add(sl, "slider,drag,stop", > - _cb_sink_volume_drag

[E-devel] xkbd config panel discussion

2016-10-26 Thread Michaël Bouchaud
- 581087a96d28d0.00516313.jpg -- Michaël Bouchaud (yoz) <y...@efl.so> -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and becom

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian generator: check fwrite return value currectly

2016-03-11 Thread Michaël Bouchaud
t; + if (!blen) > + return EINA_TRUE; > + > + if (fwrite(eina_strbuf_string_get(buffer), 1, blen, fd) != blen) > + { > +fprintf(stderr, "eolian: could not write '%s' (%s)\n", > +filename, strerror(errno)); > + fclose(fd); > +

Re: [E-devel] edje align box to bottom.

2015-04-29 Thread Michaël Bouchaud
how to place it into this layout. Evas_Box and Edje_Box is low level api, if you are not happy with them use elementary :P. 2015-04-28 21:08 GMT+02:00 Davide Andreoli d...@gurumeditation.it: 2015-04-28 17:08 GMT+02:00 Michaël Bouchaud y...@efl.so: You can make a container group with 2 parts

Re: [E-devel] edje align box to bottom.

2015-04-28 Thread Michaël Bouchaud
Michaël Bouchaud y...@efl.so: like this http://pastebin.com/PvfDxn8L 2015-04-28 15:37 GMT+02:00 Michaël Bouchaud y...@efl.so: just add align: 0.5 1.0; in items block too easy that way :P As I explained the box is populated from C code, not in the edc. 2015-04-28 14:45 GMT

Re: [E-devel] edje align box to bottom.

2015-04-28 Thread Michaël Bouchaud
___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- One dashboard for servers

Re: [E-devel] edje align box to bottom.

2015-04-28 Thread Michaël Bouchaud
like this http://pastebin.com/PvfDxn8L 2015-04-28 15:37 GMT+02:00 Michaël Bouchaud y...@efl.so: just add align: 0.5 1.0; in items block 2015-04-28 14:45 GMT+02:00 Davide Andreoli d...@gurumeditation.it: 2015-04-28 0:32 GMT+02:00 Carsten Haitzler ras...@rasterman.com: On Mon, 27 Apr 2015

Re: [E-devel] edje align box to bottom.

2015-04-28 Thread Michaël Bouchaud
the split of designe and code useless. Michaël Bouchaud schrieb It isn't difficult to do it from the c code. Use the function to set the size hint align to 0.5 1.0 of the objet appended. like evas_object_size_hint_align_set(o, 0.5, 1.0); if you use the legacy api. 2015-04-28 16:04 GMT

Re: [E-devel] Elementary edje_externals Label Problem

2014-09-04 Thread Michaël Bouchaud
. http://tv.slashdot.org/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-09 Thread Michaël Bouchaud
:37:04PM +0200, Michaël Bouchaud wrote: yeah you write two times a macro LIST_FILL who call IMG_LIST_FORK. Why not creating only one macro in entrance_conf.h 2014-04-07 14:30 GMT+02:00 Marcel Hollerbach marcel-hollerb...@t-online.de : I use them in entrance_conf_main.c

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Implemented session to use in entrance_conf_user.

2014-04-09 Thread Michaël Bouchaud
); -- -- Michaël Bouchaud (yoz) y...@efl.so -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test Deployment Start a new project now. Try Jenkins

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Implemented session to use in entrance_conf_user.

2014-04-09 Thread Michaël Bouchaud
And about text_get func, check if we want the part icon to return the path of icon. That would be better 2014-04-09 9:47 GMT+02:00 Michaël Bouchaud y...@efl.so: if user have no previous session, the pointer lsess will be null. So you will segfault 2014-04-09 9:42 GMT+02:00 Marcel

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: append the user in the history if there was an update

2014-04-09 Thread Michaël Bouchaud
); break; } } -- -- Michaël Bouchaud (yoz) y...@efl.so -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test Deployment

Re: [E-devel] [EGIT] [misc/entrance] master 01/02: entrance: Show None if there is no session.

2014-04-09 Thread Michaël Bouchaud
+137,7 @@ _entrance_conf_session_update(Evas_Object *session_sel) { if (ic) evas_object_del(ic); -elm_object_part_content_set(ic, icon, NULL); +elm_object_part_content_set(session_sel, icon, NULL); } } -- -- Michaël Bouchaud (yoz) y

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-07 Thread Michaël Bouchaud
entrance_conf_background_title_gen(Entrance_Conf_Background *ptr); Entrance_Fill *entrance_conf_background_fill_get(void); -- -- Michaël Bouchaud (yoz) y...@efl.so -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous

Re: [E-devel] [EGIT] [misc/entrance] master 03/09: entrance: Updated the general Settings

2014-04-07 Thread Michaël Bouchaud
= _entrance_int_conf_main-bg.path; conf.bg.group = _entrance_int_conf_main-bg.group; + conf.background_pool = NULL; + conf.icon_pool = NULL; conf.vkbd_enabled = _entrance_int_conf_main-vkbd_enabled; if (_entrance_int_conf_main-scale != elm_config_scale_get()) -- -- Michaël Bouchaud

Re: [E-devel] [EGIT] [misc/entrance] master 03/09: entrance: Updated the general Settings

2014-04-07 Thread Michaël Bouchaud
Good idea to use a macro inside a macro, where the first one is never used ... 2014-04-07 10:45 GMT+02:00 Michaël Bouchaud y...@efl.so: Like before, Split your patch. Here you remove all the modularity of conf panel. This is really bad 2014-04-02 17:55 GMT+02:00 Marcel Hollerbach

Re: [E-devel] [EGIT] [misc/entrance] master 06/09: entrance: Use the algo from gui_update also for the user background !

2014-04-07 Thread Michaël Bouchaud
; const char *group; if ((_gui-bg.group) || (_gui-bg.path)) -- -- Michaël Bouchaud (yoz) y...@efl.so -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration

Re: [E-devel] [EGIT] [misc/entrance] master 04/09: entrance: Updated the user settings

2014-04-07 Thread Michaël Bouchaud
*t, Entrance_Login *eu) ++j; evas_object_show(t); + #undef LIST_FILL } -- -- Michaël Bouchaud (yoz) y...@efl.so -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: Changed the Settingspane

2014-04-07 Thread Michaël Bouchaud
/entrance_conf_theme.h @@ -0,0 +1,7 @@ +#ifndef ENTRANCE_CONF_THEME_H_ +#define ENTRANCE_CONF_THEME_H_ + +void entrance_conf_theme_init(void); +void entrance_conf_theme_shutdown(void); + +#endif /* ENTRANCE_CONF_MAIN_H_ */ -- -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-07 Thread Michaël Bouchaud
Marcel Hollerbach marcel-hollerb...@t-online.de : On Mon, Apr 07, 2014 at 10:42:20AM +0200, Michaël Bouchaud wrote: Please split you patch. why adding a macro used nowhere in this patch ? I am using this macro in the user settings and the general settings. Should I put them in the headers od

Re: [E-devel] [EGIT] [misc/entrance] master 06/09: entrance: Use the algo from gui_update also for the user background !

2014-04-07 Thread Michaël Bouchaud
in those two cases, so why factorizing, it would end up in the same ?? On Mon, Apr 07, 2014 at 10:48:33AM +0200, Michaël Bouchaud wrote: Factorizing code could be a better idea instead cut and paste ... 2014-04-02 17:55 GMT+02:00 Marcel Hollerbach marcel.hollerb...@stzedn.de: bu5hm4n

Re: [E-devel] [EGIT] [misc/entrance] master 03/09: entrance: Updated the general Settings

2014-04-07 Thread Michaël Bouchaud
Marcel Hollerbach marcel-hollerb...@t-online.de : On Mon, Apr 07, 2014 at 10:45:12AM +0200, Michaël Bouchaud wrote: Like before, Split your patch. Here you remove all the modularity of conf panel. This is really bad Where do I remove the modularity ? I moved the theme and log stuff

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: Changed the Settingspane

2014-04-07 Thread Michaël Bouchaud
:03:40AM +0200, Michaël Bouchaud wrote: what did you want to display in this conf log panel ? Split your patch !!! 2014-04-06 21:23 GMT+02:00 Marcel Hollerbach marcel.hollerb...@stzedn.de: bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: Changed the Settingspane

2014-04-07 Thread Michaël Bouchaud
And REALLY SPLIT YOUR PATCH NEXT TIMES. Or I couldn't review it correctly. Next time, I don't read them. I will just do a revert. 2014-04-07 14:30 GMT+02:00 Michaël Bouchaud y...@efl.so: Settings in entrance_client must just to be related to ui not to system. So this panel is just uneeded

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-07 Thread Michaël Bouchaud
? The group has the name entrance/wallpaper/foo I just want to display foo so I need something which returns me foo ecore_file_file_get does that, but okay, I will do it different. On Mon, Apr 07, 2014 at 02:19:13PM +0200, Michaël Bouchaud wrote: nothing to do in a .h if you are using in one

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: Changed the Settingspane

2014-04-07 Thread Michaël Bouchaud
if would be a good idea to display them there. Where so you think should we place them ?? On Mon, Apr 07, 2014 at 02:30:20PM +0200, Michaël Bouchaud wrote: Settings in entrance_client must just to be related to ui not to system. So this panel is just uneeded. 2014-04-07 13:15 GMT+02:00 Marcel

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-07 Thread Michaël Bouchaud
. On Mon, Apr 07, 2014 at 02:19:13PM +0200, Michaël Bouchaud wrote: nothing to do in a .h if you are using in one place. It's a design request. And a macro calling another macro is just a wrong design. Or you target is to write unmaintainable code. ecore_file is for file and nothing else

Re: [E-devel] [EGIT] [misc/entrance] master 01/02: entrance: enrtance is able to load standart images like png and jpg

2014-03-19 Thread Michaël Bouchaud
(elm_layout_edje_get(bg), path, group); eina_stringshare_replace(_gui-bg.path, path); eina_stringshare_replace(_gui-bg.group, group); -- -- Michaël Bouchaud (yoz) y...@efl.so -- Learn

Re: [E-devel] Entrance on e19

2014-03-06 Thread Michaël Bouchaud
-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Subversion Kills Productivity. Get off Subversion Make the Move to Perforce

Re: [E-devel] dev access for entrance for marcel hollerbach?

2014-02-24 Thread Michaël Bouchaud
://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] dev access for entrance for marcel hollerbach?

2014-01-17 Thread Michaël Bouchaud
://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads

Re: [E-devel] [Enlightenment-intl] EFL 1.8.1

2014-01-09 Thread Michaël Bouchaud
/ostg.clktrk ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: many improvment * improve pam login * fix some profile mistake when login an user * use EINA_UNUSED * code refactoring * remove session log

2013-11-07 Thread Michaël Bouchaud
Haitzler ras...@rasterman.comwrote: On Thu, 31 Oct 2013 00:51:21 +0100 Michaël Bouchaud y...@efl.so said: I will try to find my best words. Sorry to annoy you with a huge commit. But as I say before, I'm the main dev of entrance and the only one to take care about it. And I do it in my free

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: many improvment * improve pam login * fix some profile mistake when login an user * use EINA_UNUSED * code refactoring * remove session log

2013-10-31 Thread Michaël Bouchaud
...@rasterman.com On Thu, 31 Oct 2013 00:51:21 +0100 Michaël Bouchaud y...@efl.so said: I will try to find my best words. Sorry to annoy you with a huge commit. But as I say before, I'm the main dev of entrance and the only one to take care about it. And I do it in my free times, as my

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: many improvment * improve pam login * fix some profile mistake when login an user * use EINA_UNUSED * code refactoring * remove session log

2013-10-30 Thread Michaël Bouchaud
___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Android is increasing in popularity

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: allow custom text part on item list

2013-09-17 Thread Michaël Bouchaud
, 2013 at 7:20 PM, Michaël Bouchaud - Enlightenment Git no-re...@enlightenment.org wrote: yoz pushed a commit to branch master. commit 5414fdba3c874451b43e0994df897bb3705b1f2d Author: Michaël Bouchaud (yoz) yoz@efl.so Date: Mon Sep 16 12:18:24 2013 +0200 elementary

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: allow custom text part on item list

2013-09-16 Thread Michaël Bouchaud
this. The label inside the list is managed by elm_list and it'll set the label when the theme is changed. And so on... Can you check this? Daniel Juyung Seo (SeoZ) On Mon, Sep 16, 2013 at 7:20 PM, Michaël Bouchaud - Enlightenment Git no-re...@enlightenment.org wrote: yoz pushed

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-05 Thread Michaël Bouchaud
yes we need it only for GROUP and not for SWALLOW :). I Will change it this afternoon, if everybody are agreed. 2013/9/5 Cedric BAIL cedric.b...@free.fr On Wed, Sep 4, 2013 at 5:52 PM, Michaël Bouchaud y...@efl.so wrote: I reread the code and the code already do in this way. I don't change

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Michaël Bouchaud
, Michaël Bouchaud - Enlightenment Git no-re...@enlightenment.org wrote: yoz pushed a commit to branch master. commit 88cc896f06ef8975e24c6d8403aa259925339a79 Author: Michaël Bouchaud (yoz) y...@efl.so Date: Wed Sep 4 12:06:03 2013 +0200 edje: be recursive

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Michaël Bouchaud
I reread the code and the code already do in this way. I don't change it... if ((ep-part-type == EDJE_PART_TYPE_BOX) || (ep-part-type == EDJE_PART_TYPE_TABLE)) { EINA_LIST_FOREACH(ep-typedata.container-items, l, o) edje_object_scale_set(o, scale);

Re: [E-devel] elm_flip unexpected behavior

2012-11-22 Thread Michaël Bouchaud
://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases

Re: [E-devel] elm_flip unexpected behavior

2012-11-22 Thread Michaël Bouchaud
cool :) 2012/11/22 Jérôme Pinot ngc...@gmail.com: On 11/22/12 12:00, Michaël Bouchaud wrote: fixed now with rev 79535 I'm happy to say that this fixes too the problem I reported having with ePeriodique. Thanks! 2012/11/21 david.obo...@aliceadsl.fr: Hi everybody, I work in Enna

Re: [E-devel] e17 alpha 2 and the current EFL tarballs

2012-11-16 Thread Michaël Bouchaud
starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël

Re: [E-devel] A Plea To Elementary Developers

2012-11-14 Thread Michaël Bouchaud
-- Michaël Bouchaud (yoz) y...@efl.so -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc

Re: [E-devel] E SVN: raster trunk/THEMES/dark/edje/edc

2012-10-30 Thread Michaël Bouchaud
arf, one more bug to solve :P 2012/10/30 Carsten Haitzler ras...@rasterman.com On Mon, 29 Oct 2012 16:36:53 +0100 Michaël Bouchaud y...@efl.so said: yup! the message() func wasnt inherited (in the general script {} sectin not the script {} per program). Hum, I've fixed this bug in edje

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

2012-10-29 Thread Michaël Bouchaud
-coding-fast/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] E SVN: raster trunk/THEMES/dark/edje/edc

2012-10-29 Thread Michaël Bouchaud
/enlightenment-svn -- Michaël Bouchaud (yoz) y...@efl.so -- The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know

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

2012-10-26 Thread Michaël Bouchaud
-- Michaël Bouchaud (yoz) y...@efl.so -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct

Re: [E-devel] E SVN: lucas IN trunk/edbus/src: examples lib

2012-10-16 Thread Michaël Bouchaud
___ enlightenment-svn mailing list enlightenment-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Michaël Bouchaud (yoz) y...@efl.so -- Don't let slow site performance ruin your

Re: [E-devel] E SVN: lucas IN trunk/edbus/src: examples lib

2012-10-16 Thread Michaël Bouchaud
ooops sorry ! 2012/10/16 Jose Souza zehortig...@profusion.mobi edbus was not released, e_dbus was. On Tue, Oct 16, 2012 at 5:11 PM, Michaël Bouchaud y...@efl.so wrote: Hum that smell the revert !!! you break api and abi of a released library 2012/10/16 Enlightenment SVN no-re

Re: [E-devel] [Patch][Elementary]Map: Use proxy Clean up edc

2012-10-12 Thread Michaël Bouchaud
/newrelic-dev2dev ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] [Patch][Elementary] Map: Remove unnecessary code Add prevent code

2012-10-10 Thread Michaël Bouchaud
___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Don't let slow

Re: [E-devel] [Patch][elementary] elm_map: bug fix

2012-10-09 Thread Michaël Bouchaud
-dev2dev ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] E SVN: billiob trunk/terminology/src/bin

2012-10-06 Thread Michaël Bouchaud
and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev ___ enlightenment-svn mailing list enlightenment-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Michaël Bouchaud (yoz) y

Re: [E-devel] [PATCH][Entrance] Fix typo and compilation failure

2012-09-19 Thread Michaël Bouchaud
/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] [PATCH][Entrance] Fix typo and compilation failure

2012-09-19 Thread Michaël Bouchaud
hum race condition ... need time to fix it can't reproduce it tonight, sorry :( 2012/9/19 Michaël Bouchaud y...@efl.so Thank you very muchly patch in ! It seems entrance is broken with current svn. I go to fix it :) 2012/9/19 Igor Murzov e-m...@date.by Hi list. I have two

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

2012-09-18 Thread Michaël Bouchaud
/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-28 Thread Michaël Bouchaud
/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Live Security Virtual Conference

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

2012-07-03 Thread Michaël Bouchaud
No idea how to make it better. I have asked doxygen comunity, but no response for time... Le 3 juil. 2012 12:43, Daniel Willmann d.willm...@samsung.com a écrit : Hi, On 07/02/2012 10:20 AM, Enlightenment SVN wrote: Log: elementary: add since keyword to the signal documentation Author:

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

2012-06-24 Thread Michaël Bouchaud
and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-svn mailing list enlightenment-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Michaël Bouchaud

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-22 Thread Michaël Bouchaud
My mind isn't fixed, look svn ^^ but if you can provide a better example, I take it ! :) Your patch go in, thx ! 2012/6/22 Daniel Willmann d.willm...@samsung.com On 06/21/2012 11:34 PM, Michaël Bouchaud wrote: Sorry, but I really cannot identify your use case. The only utility that I see

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-21 Thread Michaël Bouchaud
Willmann d.willm...@samsung.com Hello, On 06/19/2012 11:57 PM, Michaël Bouchaud wrote: Damn !!! sorry raster, I've forget to send my draft answer. I have talked to the author on irc, but I don't warned you to not apply it just to clarify, raster asked me about the patch on irc and I told

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-19 Thread Michaël Bouchaud
callback I've attached the new patch where I also updated the progress bar example. -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] Example for elm_progressbar_unit_format_function

2012-06-17 Thread Michaël Bouchaud
in with a bit of fix, thx !!! 2012/6/15 Daniel Willmann d.willm...@samsung.com Hello, I have added an example for the unit format function to the progress bar example. Please see the attached patch. Regards, Daniel Willmann -- Michaël Bouchaud (yoz) y...@efl.so

Re: [E-devel] Patch for ticket #855 (Elementary, Calendar widget)

2012-06-14 Thread Michaël Bouchaud
/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Live

Re: [E-devel] E SVN: discomfitor trunk/efreet/src/lib

2012-06-13 Thread Michaël Bouchaud
/lists/listinfo/enlightenment-svn -- Michaël Bouchaud (yoz) y...@efl.so -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-13 Thread Michaël Bouchaud
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

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

2012-05-28 Thread Michaël Bouchaud
Ok I go with genlist :) 2012/5/26 Carsten Haitzler ras...@rasterman.com On Sat, 26 May 2012 01:16:36 +0200 Michaël Bouchaud y...@efl.so said: my plan in exemple ... g = elm_gen_add(o); elm_gen_type_set(g, ELM_GEN_TYPE_LIST/GRID); and use elm_genlist_item as models

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

2012-05-25 Thread Michaël Bouchaud
so we do not need to add up temporary api sets. That's why we removed elm_gen_xxx apis. Maybe the merge will be done before elm 2.0? Daniel Juyung Seo (SeoZ) On Fri, May 25, 2012 at 10:25 AM, Michaël Bouchaud y...@efl.so wrote: So why not create a new prototype set of elm_gen_item apis

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

2012-05-25 Thread Michaël Bouchaud
). And in few words, I want to use elm_genlist_item api as model. Think about a file manager and how he manage different layout they can take .. Le 25 mai 2012 11:29, Michaël Bouchaud y...@efl.so a écrit : So what name could I use elm_gengrid_item_append_with_item_type

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

2012-05-25 Thread Michaël Bouchaud
my plan in exemple ... g = elm_gen_add(o); elm_gen_type_set(g, ELM_GEN_TYPE_LIST/GRID); and use elm_genlist_item as models .for elm_gen_item 2012/5/26 Michaël Bouchaud y...@efl.so just kidding... But, I really need a way how to do this patch.In my point of view, use elm_gen_item_* API

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

2012-05-25 Thread Michaël Bouchaud
Sure, the code between these layouts will not be merged in my plan 2012/5/26 Michaël Bouchaud y...@efl.so my plan in exemple ... g = elm_gen_add(o); elm_gen_type_set(g, ELM_GEN_TYPE_LIST/GRID); and use elm_genlist_item as models .for elm_gen_item 2012/5/26 Michaël Bouchaud y

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

2012-05-24 Thread Michaël Bouchaud
Ok how to proceed create new one or break it ? I really dreams about a merge of elm_genlist_item and elm_gengrid_item apis into gen_item apis 2012/5/23 Carsten Haitzler ras...@rasterman.com On Wed, 9 May 2012 16:11:45 +0200 Michaël Bouchaud y...@efl.so said: 2012/5/8 Daniel Juyung Seo

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

2012-05-24 Thread Michaël Bouchaud
/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-svn mailing list enlightenment-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Michaël Bouchaud (yoz) y...@efl.so

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

2012-05-24 Thread Michaël Bouchaud
not merged in elm 1.0. i am really sorry for that. On May 25, 2012 9:56 AM, Michaël Bouchaud y...@efl.so wrote: Ok how to proceed create new one or break it ? I really dreams about a merge of elm_genlist_item and elm_gengrid_item apis into gen_item apis 2012/5/23 Carsten Haitzler ras

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

2012-05-09 Thread Michaël Bouchaud
name your item_class group_index again. I could provide a patch soon, if you want. Thats my mess :D -- Michaël Bouchaud (yoz) y...@efl.so -- Live Security Virtual Conference Exclusive live event will cover all the ways

[E-devel] map issue

2012-04-25 Thread Michaël Bouchaud
encounter some problems. I explain me, zoom the map widget, move to some point... now drag the second scoller, you have the issue :P. Don't know where is the problem... maybee some events race. If you click somewhere after dragging, everything goes well. See attached file. -- Michaël Bouchaud (yoz) y

Re: [E-devel] Elementary's new (internal) widget hierarchy

2012-04-25 Thread Michaël Bouchaud
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Michaël Bouchaud (yoz) y...@efl.so -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [E-devel] Introducing EFL Korean User Group

2012-04-20 Thread Michaël Bouchaud
Mort de rire ! Raster, mais si on bouffe bien en france ! But you never have time to eat. Le 20 avr. 2012 17:10, Steven Le Roux ste...@le-roux.info a écrit : On Fri, Apr 20, 2012 at 2:22 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 20 Apr 2012 20:49:31 +0900 Jérôme Pinot

[E-devel] queue 2

2012-04-17 Thread Michaël Bouchaud
still right, fluxbox doesn't work with this. He tries to manage before creating some windows :( Don't notice some signal about connection on x11. So I try to find some help ... Hope to find one -- Michaël Bouchaud (yoz) y...@efl.so

[E-devel] Fwd: queue 1

2012-04-17 Thread Michaël Bouchaud
-- Forwarded message -- From: Michaël Bouchaud y...@efl.so Date: 2012/4/18 Subject: queue 1 To: Enlightenment users discussion support enlightenment-us...@lists.sourceforge.net Hi all, I come here about release, I want made some changes to elm_calendar in future. Here