Reverted. Thanks!

Daniel Juyung Seo (SeoZ)

On Mon, Aug 13, 2012 at 7:28 AM, Daniel Juyung Seo <seojuyu...@gmail.com> wrote:
> wth.. my bad. I will revert this partially.
> Thanks muchly!
>
> Daniel Juyung Seo (SeoZ)
>
> On Aug 13, 2012 12:40 AM, "Iván Briano" <sachi...@gmail.com> wrote:
>>
>> 2012/8/12 Enlightenment SVN <no-re...@enlightenment.org>:
>> > Log:
>> > news: Updated recent news in Korean.
>> >
>>
>> And the genlist changes below are part of the news?
>>
>> > Author:       seoz
>> > Date:         2012-08-12 00:23:51 -0700 (Sun, 12 Aug 2012)
>> > New Revision: 75161
>> > Trac:         http://trac.enlightenment.org/e/changeset/75161
>> >
>> > Added:
>> >   trunk/web/www/p/news/ko/20120810-100000
>> > Modified:
>> >   trunk/elementary/src/bin/test_genlist.c
>> > trunk/elementary/src/lib/elm_genlist.c
>> >
>> > Modified: trunk/elementary/src/bin/test_genlist.c
>> > ===================================================================
>> > --- trunk/elementary/src/bin/test_genlist.c     2012-08-12 04:18:44 UTC
>> > (rev 75160)
>> > +++ trunk/elementary/src/bin/test_genlist.c     2012-08-12 07:23:51 UTC
>> > (rev 75161)
>> > @@ -525,6 +525,7 @@
>> >     evas_object_show(bx);
>> >
>> >     gl = elm_genlist_add(win);
>> > +   elm_genlist_mode_set(gl, ELM_LIST_COMPRESS);
>> >     evas_object_size_hint_align_set(gl, EVAS_HINT_FILL, EVAS_HINT_FILL);
>> >     evas_object_size_hint_weight_set(gl, EVAS_HINT_EXPAND,
>> > EVAS_HINT_EXPAND);
>> >     evas_object_show(gl);
>> >
>> > Modified: trunk/elementary/src/lib/elm_genlist.c
>> > ===================================================================
>> > --- trunk/elementary/src/lib/elm_genlist.c      2012-08-12 04:18:44 UTC
>> > (rev 75160)
>> > +++ trunk/elementary/src/lib/elm_genlist.c      2012-08-12 07:23:51 UTC
>> > (rev 75161)
>> > @@ -577,23 +577,31 @@
>> >
>> >     ELM_GENLIST_DATA_GET(obj, sd);
>> >
>> > +   static int i = 0;
>> >     /* parent class' early call */
>> >     if (!sd->s_iface) return;
>> >
>> >     if (sd->on_sub_del) return;;
>> >
>> > -   evas_object_size_hint_min_get(obj, &minw, NULL);
>> > +fprintf(stderr, "%s %d\t", __func__, i++);
>> > +   evas_object_size_hint_min_get(obj, &minw, &minh);
>> >     evas_object_size_hint_max_get(obj, &maxw, &maxh);
>> >
>> > +fprintf(stderr, "minw %d minh %d maxw %d maxh %d\t", minw, minh, maxw,
>> > maxh);
>> > +
>> >     edje_object_size_min_calc(ELM_WIDGET_DATA(sd)->resize_obj, &vmw,
>> > &vmh);
>> >
>> > +fprintf(stderr, "edje vmw %d vmh %d\t", vmw, vmh);
>> > +
>> >     if (sd->mode == ELM_LIST_COMPRESS)
>> >       {
>> >          Evas_Coord vw, vh;
>> >
>> >          sd->s_iface->content_viewport_size_get(obj, &vw, &vh);
>> > +fprintf(stderr, "viewport vw %d vh %d", vw, vh);
>> >          if ((vw != 0) && (vw != sd->prev_viewport_w))
>> >            {
>> > +fprintf(stderr, "\n\t prev_viewport_w %d", sd->prev_viewport_w);
>> >               Item_Block *itb;
>> >
>> >               sd->prev_viewport_w = vw;
>> > @@ -621,6 +629,7 @@
>> >
>> >     evas_object_size_hint_min_set(obj, minw, minh);
>> >     evas_object_size_hint_max_set(obj, maxw, maxh);
>> > +fprintf(stderr, "\n\tminw %d minh %d", minw, minh);
>> >  }
>> >
>> >  static void
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond.
>> > Discussions
>> > will include endpoint security, mobile security 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
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to