Coolz :)
This may help you write patches.
http://trac.enlightenment.org/e/wiki/PatchReview

Daniel Juyung Seo (SeoZ)

On Sat, Jan 12, 2013 at 7:00 PM, Jaeun Choi <jaeun_c...@naver.com> wrote:

> thanks!
>
> 1. no whitespace change this time
> 2. include a backport to stable 1.7 branch
>
> --
> Jaeun Choi
>
>
>
>
>
> -----Original Message-----
> From: "Carsten Haitzler"&lt;ras...@rasterman.com&gt;
> To: "Enlightenment developer list"&
> lt;enlightenment-devel@lists.sourceforge.net&gt;;
> Cc: "Jaeun Choi"&lt;jaeun_c...@naver.com&gt;;
> Sent: 2013-01-12 (토) 17:55:02
> Subject: Re: [E-devel] [PATCH] elm_index: removed unnecessary lines
>
> On Sat, 12 Jan 2013 17:30:34 +0900 (KST) Jaeun Choi &
> lt;jaeun_choi&gt;@naver.com&gt; said:
>
> &gt; I removed some unnecessary lines from elm_index.c
> &gt;
> &gt; 1. in _index_box_auto_fill
> &gt; _index_box_clear(line 178) does nothing:
> &gt; if _index_box_clear is called, it means sd-&gt;level_active[level] is
> false
> &gt; (line 116). if sd-&gt;level_active[level] is false, _index_box_clear
> returns
> &gt; immediately (line 60).
> &gt; 2. in _on_mouse_down
> &gt; 3. in _on_mouse_in_access
> &gt; 4. in _autohide_disabled_set
> &gt; Signal emit is enough.
> &gt; Filling the box and displaying the box are separated jobs.
> &gt; I think it's logically consistent to fill the box only when
> &gt; 1) elm_index_level_go is called
> &gt; 2) theme is changed
> &gt;
> &gt; 5. in _level_go
> &gt; Always clear the box before fill the box.
>
> tanks!
>
> a few comments. :)
>
> 1. can you avoid whitespace changes in patches where possible - they just
> clutter them. if you want to fix whitespace issues split them of in another
> patch
> 2. can you also provide a backport to stable 1.7 branch? (look at evn
> branches
> - we maintan a stable 1.7 branch for elementary in order to release bugfix
> releases? since this is... a bug fix :)
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
>
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122912
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to