Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-11-30 Thread Daniel Juyung Seo
By: WooHyun Jung wh0705.j...@samsung.com k-s: see some one else is motivated :) On Wed, Dec 1, 2010 at 3:53 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Improve elm_colorselector readability and fix clicked entry sig emission  The reason for modifying about

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-11-30 Thread Gustavo Sverzut Barbieri
On Tuesday, November 30, 2010, Daniel Juyung Seo seojuyu...@gmail.com wrote:  By: WooHyun Jung wh0705.j...@samsung.com k-s: see some one else is motivated :) Yeah! Keep rocking! On Wed, Dec 1, 2010 at 3:53 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Improve

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 8:48 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  elm_diskpicker: save (list_len - 3) strlen calls  demarchi-- for reducing performance just to solve a comparison between  signed and unsigned. Author:       bdilly Date:         2010-10-19 03:48:11

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Lucas De Marchi
On Tue, Oct 19, 2010 at 8:58 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: --- trunk/TMP/st/elementary/src/lib/elm_diskpicker.c    2010-10-19 05:58:26 UTC (rev 53590) +++ trunk/TMP/st/elementary/src/lib/elm_diskpicker.c    2010-10-19 10:48:11 UTC (rev 53591) @@ -388,13 +388,15

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Bruno Dilly
On Tue, Oct 19, 2010 at 9:34 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Tue, Oct 19, 2010 at 8:58 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: --- trunk/TMP/st/elementary/src/lib/elm_diskpicker.c    2010-10-19 05:58:26 UTC (rev 53590) +++

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 9:38 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Tue, Oct 19, 2010 at 9:34 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Tue, Oct 19, 2010 at 8:58 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: ---

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Lucas De Marchi
On Tue, Oct 19, 2010 at 10:19 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: This seems good, but would it handle the following cases? 1. void name_set(struct my_struct *p, const char *name) {    eina_stringshare_replace(p-str, name); // could be a simple

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-19 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 10:26 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Tue, Oct 19, 2010 at 10:19 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: This seems good, but would it handle the following cases? 1. void name_set(struct my_struct *p, const char *name)

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-18 Thread Brett Nash
On Mon, 18 Oct 2010 11:15:59 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Fixes for clang warnings Author: bdilly Date: 2010-10-18 11:15:59 -0700 (Mon, 18 Oct 2010) New Revision: 53576 Modified: trunk/TMP/st/elementary/src/lib/elm_cnp_helper.c

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-06-25 Thread Gustavo Sverzut Barbieri
Listen and unlisten are quite bad. Keep Edje name compat as did for emit. I know it may be used differently, but even them signal_callback_add is good On Friday, June 25, 2010, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Implement elm_object_signal_listen and unlisten  

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-06-07 Thread Gustavo Sverzut Barbieri
On Mon, Jun 7, 2010 at 10:43 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  oops - forgot to return CALLBACK_CANCEL on elm_clock Author:       bdilly Date:         2010-06-07 06:43:07 -0700 (Mon, 07 Jun 2010) New Revision: 49553 Modified:  

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-05-24 Thread Bruno Dilly
On Mon, May 24, 2010 at 12:06 AM, Iván Briano (Sachiel) sachi...@gmail.com wrote: On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Implement elm index sorted insert   - Name index item as Elm_Index_Item   - Add some other index functions:     + Item

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-05-24 Thread Sachiel
On Mon, May 24, 2010 at 10:48 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, May 24, 2010 at 12:06 AM, Iván Briano (Sachiel) sachi...@gmail.com wrote: On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Implement elm index sorted insert   - Name