Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread The Rasterman
On Mon, 31 Oct 2011 23:49:22 +0900 Kim Yunhan said: i was going to say.. yes - that was reverted due to lack of progress callbacks then.. but now this way works. awesome. in svn it is! thanks! > Yes! > > I empathized what you worry about. > At the first time, I tried to set this option at the i

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Cedric BAIL
On Mon, Oct 31, 2011 at 3:49 PM, Kim Yunhan wrote: > Yes! > > I empathized what you worry about. > At the first time, I tried to set this option at the initialization time in > ecore_con_url. > Then as you mentioned, no more propagation is occurred! :'-( > So I looked around more deeply, then I ch

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Yes! I empathized what you worry about. At the first time, I tried to set this option at the initialization time in ecore_con_url. Then as you mentioned, no more propagation is occurred! :'-( So I looked around more deeply, then I change that this code is called at its finalization time as you see

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Cedric BAIL
On Mon, Oct 31, 2011 at 3:15 PM, Kim Yunhan wrote: > Ooops. I forgot to attach patch file. :-) > > On Mon, Oct 31, 2011 at 11:13 PM, Kim Yunhan wrote: > >> >> Hello. >> >> When I tested with elementary map, there is too many logs on console. >> It makes me difficult to distinguish normal logs tha

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Ooops. I forgot to attach patch file. :-) On Mon, Oct 31, 2011 at 11:13 PM, Kim Yunhan wrote: > > Hello. > > When I tested with elementary map, there is too many logs on console. > It makes me difficult to distinguish normal logs that I want to debug. :'-( > It's libcurl's internal log for repre

[E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Hello. When I tested with elementary map, there is too many logs on console. It makes me difficult to distinguish normal logs that I want to debug. :'-( It's libcurl's internal log for representing progress bar like this. - downloaded : 343 / 363 % Total% Received % Xferd Average Speed

Re: [E-devel] small patch for evas

2010-03-29 Thread Mathieu Taillefumier
Hi Carsten, > On Wed, 10 Mar 2010 22:53:27 +0100 Mathieu Taillefumier > said: > >> Hi, >> >> herewith a small patch for evas that check for the presence of libpng14. >> I had trouble today compile e17 with libpng14 because the configura file >> was picking up libpng12 instead. >> >> The patch is

Re: [E-devel] small patch for evas

2010-03-27 Thread The Rasterman
On Wed, 10 Mar 2010 22:53:27 +0100 Mathieu Taillefumier said: > Hi, > > herewith a small patch for evas that check for the presence of libpng14. > I had trouble today compile e17 with libpng14 because the configura file > was picking up libpng12 instead. > > The patch is very simple but I proba

[E-devel] small patch for evas

2010-03-11 Thread Mathieu Taillefumier
Hi, herewith a small patch for evas that check for the presence of libpng14. I had trouble today compile e17 with libpng14 because the configura file was picking up libpng12 instead. The patch is very simple but I probably did not indent it correctly. I am also finishing a patch for e17 that imp

Re: [E-devel] small patch for ecore

2010-01-07 Thread Mathieu Taillefumier
Hey Vincent, the modifications are done. I choose the shortest notation. Mathieu Hey I modified some hearder file in ecore to ease the cleanup of the private header files in ecore. Each module has now a private header with its own log color (eina_log related). I also created two private hea

Re: [E-devel] small patch for ecore

2010-01-06 Thread Vincent Torri
Hey > I modified some hearder file in ecore to ease the cleanup of the private > header files in ecore. Each module has now a private header with its own log > color (eina_log related). I also created two private header files for > ecore_sdl and ecore_input for this purpose and corrected some

[E-devel] small patch for ecore

2010-01-06 Thread Mathieu Taillefumier
Hello, I modified some hearder file in ecore to ease the cleanup of the private header files in ecore. Each module has now a private header with its own log color (eina_log related). I also created two private header files for ecore_sdl and ecore_input for this purpose and corrected some typos

Re: [E-devel] Small patch

2007-07-16 Thread The Rasterman
On Thu, 21 Jun 2007 15:34:34 +0200 Cedric BAIL <[EMAIL PROTECTED]> babbled: > Time to dump all my pending patch again :) Starting with the easy one : > > - edje-const.diff and evas-const.diff: Add some const, useless :) > > - evas-list-sort.diff: I did finally find a bug with some size, the end

Re: [E-devel] small patch adding an e.event.lower to the config

2007-07-15 Thread The Rasterman
On Sat, 23 Jun 2007 14:07:50 +0200 (CEST) Paul Koether <[EMAIL PROTECTED]> babbled: > thought this could be useful if themers want to add a lower button to the > border. what about raise? or all the other things... we need to cover a LOT of basic events in signal bindings to flesh this out. --

[E-devel] small patch adding an e.event.lower to the config

2007-06-23 Thread Paul Koether
thought this could be useful if themers want to add a lower button to the border.--- cvs/e17/apps/e/src/bin/e_config.c 2007-06-23 13:42:52.0 +0200 +++ cvs1/e17/apps/e/src/bin/e_config.c 2007-06-23 13:50:24.0 +0200 @@ -1051,6 +1051,10 @@ "e.event.shade",

[E-devel] Small patch

2007-06-21 Thread Cedric BAIL
Time to dump all my pending patch again :) Starting with the easy one : - edje-const.diff and evas-const.diff: Add some const, useless :) - evas-list-sort.diff: I did finally find a bug with some size, the end of the list was not correctly sorted. Could be the bug raster see in my early patch (

[E-devel] small patch to correct winlist mouse warp

2007-03-12 Thread Hannes Janetzek
Hi, i reused parts of e_winlist for a module and encouterd the problem that the warp-timer wont stop due to roundings to int. This patch fixes that. Regards, HannesIndex: e_winlist.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_winli

[E-devel] small patch for clock module (language)

2005-12-06 Thread Morten Nilsen
Hi.. the current wording in the menu is a bit unfortunate.. for many people (me included) a 12-hour clock is not considered "normal" this patch rewords it, and adds the Norwegian translation.. Cheers, -- Morten Index: src/modules/clock/e_mod_main.c ===

[E-devel] Small patch to clean up some typos in e_main.c

2005-06-25 Thread Chad Kittel
Hello, Attached it a small patch against e17's e_main.c that just fixes a few typos in that file. - Chad e_main.c-typos.diff Description: Binary data

[E-devel] small patch to e17

2005-03-25 Thread Piotr Skamruk
as in subject... Index: e17/apps/e/src/bin/e_int_menus.c === RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v retrieving revision 1.41 diff -u -r1.41 e_int_menus.c --- e17/apps/e/src/bin/e_int_menus.c22 Mar 2005