Hello genscroller!
Welcome to the e world!

Daniel Juyung Seo (SeoZ)

On Thu, Jun 23, 2011 at 5:52 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> genscroller++. just stubs right now.
>
>
>
> Author:       raster
> Date:         2011-06-23 01:52:51 -0700 (Thu, 23 Jun 2011)
> New Revision: 60625
> Trac:         http://trac.enlightenment.org/e/changeset/60625
>
> Added:
>  trunk/elementary/src/bin/test_genscroller.c 
> trunk/elementary/src/lib/elm_genscroller.c
> Modified:
>  trunk/elementary/data/themes/default.edc 
> trunk/elementary/src/bin/Makefile.am trunk/elementary/src/bin/test.c 
> trunk/elementary/src/lib/Elementary.h.in trunk/elementary/src/lib/Makefile.am
>
> Modified: trunk/elementary/data/themes/default.edc
> ===================================================================
> --- trunk/elementary/data/themes/default.edc    2011-06-23 07:01:45 UTC (rev 
> 60624)
> +++ trunk/elementary/data/themes/default.edc    2011-06-23 08:52:51 UTC (rev 
> 60625)
> @@ -319,6 +319,7 @@
>       alias: "elm/carousel/base/default";
>       alias: "elm/gengrid/base/default";
>       alias: "elm/scroller/base/map_bubble";
> +      alias: "elm/genscroller/base/default";
>
>       data {
>          item: "focus_highlight" "on";
>
> Modified: trunk/elementary/src/bin/Makefile.am
> ===================================================================
> --- trunk/elementary/src/bin/Makefile.am        2011-06-23 07:01:45 UTC (rev 
> 60624)
> +++ trunk/elementary/src/bin/Makefile.am        2011-06-23 08:52:51 UTC (rev 
> 60625)
> @@ -66,6 +66,7 @@
>  test_focus.c \
>  test_gengrid.c \
>  test_genlist.c \
> +test_genscroller.c \
>  test_glview_simple.c \
>  test_glview.c \
>  test_grid.c \
> @@ -106,7 +107,7 @@
>  test_transit.c \
>  test_weather.c \
>  test_win_inline.c \
> -test_win_state.c
> +test_win_state.c
>
>  if HAVE_EIO
>  elementary_test_SOURCES += test_eio.c
>
> Modified: trunk/elementary/src/bin/test.c
> ===================================================================
> --- trunk/elementary/src/bin/test.c     2011-06-23 07:01:45 UTC (rev 60624)
> +++ trunk/elementary/src/bin/test.c     2011-06-23 08:52:51 UTC (rev 60625)
> @@ -70,6 +70,7 @@
>  void test_genlist9(void *data, Evas_Object *obj, void *event_info);
>  void test_genlist10(void *data, Evas_Object *obj, void *event_info);
>  void test_genlist11(void *data, Evas_Object *obj, void *event_info);
> +void test_genscroller(void *data, Evas_Object *obj, void *event_info);
>  void test_table(void *data, Evas_Object *obj, void *event_info);
>  void test_table2(void *data, Evas_Object *obj, void *event_info);
>  void test_table3(void *data, Evas_Object *obj, void *event_info);
> @@ -412,6 +413,7 @@
>    ADD_TEST("GLViewSimple", test_glview_simple);
>    ADD_TEST("GLView", test_glview);
>    ADD_TEST("3D", test_3d);
> +   ADD_TEST("Genscroller", test_genscroller);
>  #undef ADD_TEST
>
>    if (autorun)
>
> Modified: trunk/elementary/src/lib/Elementary.h.in
> ===================================================================
> --- trunk/elementary/src/lib/Elementary.h.in    2011-06-23 07:01:45 UTC (rev 
> 60624)
> +++ trunk/elementary/src/lib/Elementary.h.in    2011-06-23 08:52:51 UTC (rev 
> 60625)
> @@ -5672,6 +5672,9 @@
>    EAPI void         elm_grid_pack_set(Evas_Object *subobj, int x, int y, int 
> w, int h);
>    EAPI void         elm_grid_pack_get(Evas_Object *subobj, int *x, int *y, 
> int *w, int *h);
>
> +   EAPI Evas_Object *elm_genscroller_add(Evas_Object *parent);
> +   EAPI void         elm_genscroller_world_size_set(Evas_Object *obj, 
> Evas_Coord w, Evas_Coord h);
> +
>  #ifdef __cplusplus
>  }
>  #endif
>
> Modified: trunk/elementary/src/lib/Makefile.am
> ===================================================================
> --- trunk/elementary/src/lib/Makefile.am        2011-06-23 07:01:45 UTC (rev 
> 60624)
> +++ trunk/elementary/src/lib/Makefile.am        2011-06-23 08:52:51 UTC (rev 
> 60625)
> @@ -67,6 +67,7 @@
>  elm_frame.c \
>  elm_gengrid.c \
>  elm_genlist.c \
> +elm_genscroller.c \
>  elm_glview.c \
>  elm_grid.c \
>  elm_hover.c \
>
>
> ------------------------------------------------------------------------------
> Simplify data backup and recovery for your virtual environment with vRanger.
> Installation's a snap, and flexible recovery options mean your data is safe,
> secure and there when you need it. Data protection magic?
> Nope - It's vRanger. Get your free trial download today.
> http://p.sf.net/sfu/quest-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to