Commit Graph

6778 Commits

Author SHA1 Message Date
Daniel Juyung Seo a128399b3a elm elm_widget_gengrid.h: Fixed gengrid documentation. Patch by Rajeev Ranjan <rajeev.r@samsung.com>
On Thu, Nov 8, 2012 at 12:42 PM, Rajeev Ranjan <rajeev.r@samsung.com> wrote:

    Hi,
       Attached is a patch to update documentation for gengrid related to changing longpress_timeout value in gengrid.
    Signed-off by: Rajeev Ranjan <rajeev.r@samsung.com>

    Thank you.
    Regards,
    Rajeev

SVN revision: 78990
2012-11-08 03:58:48 +00:00
Gustavo Lima Chaves 04ced4384a [elm] Fix typo on notify example.
SVN revision: 78975
2012-11-07 18:28:48 +00:00
Vincent Torri 5d85176597 Elm: fix quicklaunch on cygwin
Patch by Yaakov Selkowitz


SVN revision: 78974
2012-11-07 17:58:09 +00:00
Daniel Juyung Seo 2c10ffddc3 elm elm_win.c/h: Made documentation more explicit.
SVN revision: 78963
2012-11-07 08:49:37 +00:00
Gustavo Lima Chaves 914d525282 [elm] Account for elm_object_orient_set() deprecation
along elm files.

Spankies to Hermet for not doing it/delegating it before :)



SVN revision: 78948
2012-11-06 19:54:16 +00:00
Mikael SANS 98e76632a7 elementary/elm_icon: fix wrong parameter
SVN revision: 78947
2012-11-06 19:51:26 +00:00
Gustavo Lima Chaves b2a161c8e1 [elm] chlog++
SVN revision: 78945
2012-11-06 17:36:04 +00:00
Gustavo Lima Chaves 407f1c89d9 [elm] Fix typo on check's theme -- back from
disabled state was broken.




SVN revision: 78944
2012-11-06 17:34:23 +00:00
Gustavo Lima Chaves 849240944e [elm] Cosmetic changes on macro definitions for the
layout.




SVN revision: 78943
2012-11-06 17:34:00 +00:00
Gustavo Lima Chaves 62c915ba06 [elm] Some layout doc improvements.
SVN revision: 78942
2012-11-06 17:33:40 +00:00
WooHyun Jung b684a2ccf7 elementary/elm_entry : From. Thiep Ha.
In elementary, the disabled entry works incorrectly.
We still can cut/paste from/to it.



SVN revision: 78836
2012-11-02 08:15:24 +00:00
ChunEon Park 880f6b82a1 elementary/flip - refacatoring (remove duplicated code)
SVN revision: 78822
2012-11-02 04:23:41 +00:00
ChunEon Park 09c3c4706b elementary/flip - don't update map uv for proxy object
SVN revision: 78820
2012-11-02 04:10:59 +00:00
ChunEon Park 24ff5df8bc elementary/menu - only set icons when string exists.
SVN revision: 78753
2012-11-01 09:55:38 +00:00
ChunEon Park 9e64662456 elementary/config - fix the text_overlay feature to unset them all properly.
SVN revision: 78748
2012-11-01 07:30:41 +00:00
ChunEon Park 398e26870a elementary/notify - +@since and fill extra descriptions to elm_notify_align_set
SVN revision: 78736
2012-11-01 00:50:29 +00:00
Rafael Antognolli 94cb2b2878 elm/orient: Align (0.5, 0.0) is TOP, not TOP_LEFT.
SVN revision: 78706
2012-10-31 12:37:55 +00:00
ChunEon Park b7bb82b1e7 elementary/config - and update doc for font overlay
SVN revision: 78705
2012-10-31 12:09:33 +00:00
ChunEon Park 0ec0cef2b3 elementary/config - minus font overlay size is acceptable.
SVN revision: 78704
2012-10-31 12:08:36 +00:00
ChunEon Park 299545f561 elementary/glview - don't be crash even if glview is failed allocating
SVN revision: 78703
2012-10-31 11:41:01 +00:00
ChunEon Park a00a3cc320 elementary/menu - dont' set icon name when icon name is NULL
SVN revision: 78698
2012-10-31 10:07:20 +00:00
ChunEon Park 69a9cb0bbd elementary - --whitespace
SVN revision: 78691
2012-10-31 06:03:52 +00:00
ChunEon Park d1370afa44 elementary - updated NEWS & Changelog
SVN revision: 78688
2012-10-31 05:53:14 +00:00
ChunEon Park 43b883a15b elementary/transit - fix the transit to accept proxy obj
SVN revision: 78669
2012-10-30 14:44:34 +00:00
ChunEon Park 827646a2ab elementary/notify - --unnecessary comment
SVN revision: 78660
2012-10-30 13:54:24 +00:00
ChunEon Park 6c8e68f132 elementary/notify - removed deprecated internal variable and fixed double setting rtl
SVN revision: 78659
2012-10-30 13:44:24 +00:00
Seunggyun Kimsgyun.kim 831b094697 elementary - RE: [E-devel] [Patch] Align of Elm_Notify
I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>



SVN revision: 78655
2012-10-30 13:14:45 +00:00
ChunEon Park 71840e45d5 elementary - sorry i pushed together which should not be
SVN revision: 78654
2012-10-30 13:11:53 +00:00
Seunggyun Kimsgyun.kim 87635d081e RE: [E-devel] [Patch] Align of Elm_Notify
I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>



SVN revision: 78653
2012-10-30 13:09:33 +00:00
Jihoon Kim 0d8c7eb1fd elementary: fix typo in entry test
SVN revision: 78595
2012-10-29 00:30:51 +00:00
Massimo Maiurana 8dfe2a311c updating various translations
SVN revision: 78522
2012-10-26 11:38:26 +00:00
Michael BOUCHAUD 1bdf3799a4 elementary: a better fix to not remove an inexistant block items
SVN revision: 78518
2012-10-26 10:27:13 +00:00
Cedric BAIL 768ac0b219 elementary: quick bug fix.
WARNING: I don't believe this is the proper bug fix for an uninitialized
memory access, but I really don't know this code enough. Tasn if you could
look at it when you have time.


SVN revision: 78511
2012-10-26 09:00:14 +00:00
Michael BOUCHAUD c7529857b8 elementary: fill changelog
SVN revision: 78437
2012-10-25 09:58:38 +00:00
Michael BOUCHAUD bafad20f2d elementary: if no items block to del return
SVN revision: 78434
2012-10-25 09:55:27 +00:00
Shinwoo Kim 139ac878df dear all, hello.
i would like to add access feature to the panel.
please review the attached. if there are no objections, I will commit it. 

cordially,
shinwoo kim.


SVN revision: 78428
2012-10-25 09:07:21 +00:00
Stefan Schmidt fe677f6178 Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409
2012-10-24 19:50:29 +00:00
Daniel Juyung Seo d5e0823937 elm elm_clock.h: Fixed documentation typo.
SVN revision: 78400
2012-10-24 12:51:34 +00:00
Shinwoo Kim f22b576f0b use existing macro ELM_RECT_INTERSECT(x, y, w, h, xx, yy, ww, hh) to check displayed item.
SVN revision: 78380
2012-10-24 02:01:58 +00:00
Shinwoo Kim 68b2ea66ea dear all, hello.
genlist could have LOTS of items. so it would be better to use only displayed items for the focus chain.
please check the attachment and give feedback. thanks.

cordially,
shinwoo kim.


SVN revision: 78378
2012-10-24 01:06:05 +00:00
Michael BOUCHAUD e451522ac3 elementary: fix promote on first item and demote on last item of a genlist
SVN revision: 78375
2012-10-23 15:13:09 +00:00
Shinwoo Kim 8ef6ac7f41 [toolbar] temporary smart_event() has blocked event propagation
SVN revision: 78354
2012-10-23 06:07:30 +00:00
Daniel Juyung Seo fef043c339 elm doc/examples.dox: Fixed documentation typos.
SVN revision: 78353
2012-10-23 06:04:01 +00:00
Daniel Juyung Seo 1b947bfe2c elm notify_example_01.c: Refactoring.
SVN revision: 78352
2012-10-23 06:03:55 +00:00
Bluezery e0b7de5996 Elm genlist: Revert "From: Bluezery <ohpowel@gmail.com>"
Subject: [E-devel] [E-Devel][Patch][Elementary]Genlist - Edje Item
    Cache Refactoring

    This is patch for reconstructing genlist's item cache.
    Each item cache functions do harsh jobs so just push,pop by
    Elm_Gen_Item * now.
    Before, cache is disabled by comments. But I enabled item cache again
    (even for the case which tree_effect_enabled is on).

    I changed some functions:
    _item_cache_find() --> _item_cache_pop()
    _item_cache_add() --> _item_cache_push()
    _item_cache_zero() -->_item_cache_all_free()

    And I removed _item_cache_clean() function because I made
    _item_cache_push() to don't exceed the item_cache_max. So clean-up of
    cache is not needed anymore.

Breaks "genlist 2" test and clouseau. Just open genlist 2, press the "X"
button, and then the "+" button.

This reverts commit 77944.

SVN revision: 78336
2012-10-22 14:34:43 +00:00
Sanjeev BA 24c78b7c63 Make widget search instantaneous.
SVN revision: 78315
2012-10-22 06:00:50 +00:00
Daniel Juyung Seo 4a59db31f8 elm elm_bubble.h: Added documentation for bubble widget.
SVN revision: 78310
2012-10-22 00:47:10 +00:00
Daniel Juyung Seo 5edf797e32 elm/data/themes images: Move all image files for default to images directories. This cleans up data/themes directory.
SVN revision: 78304
2012-10-21 08:34:20 +00:00
ChunEon Park d8c7c7ec15 elementary/transit - fix elm_transit image animation that last few frame are skipped
SVN revision: 78233
2012-10-19 07:46:33 +00:00
Daniel Juyung Seo 8f818f22ad elm: ChangeLog and NEWS for r78221.
SVN revision: 78223
2012-10-19 05:40:16 +00:00