Commit Graph

6911 Commits

Author SHA1 Message Date
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
Daniel Juyung Seo 4e49a5f52e elm gengrid: Fixed wrong _calc_job parameter. Patch by Bluezery <ohpowel@gmail.com>
On Fri, Oct 19, 2012 at 12:30 PM, Bluezery <ohpowel@gmail.com> wrote:
> Dear all,
>
> There is a bug, invalid data assign into ecore_job.
> Trivial whilte space removal is included also.  it's automated in my editor :D.
>
> Please review this patch.
>
> --
> BRs,
> Kim.

SVN revision: 78221
2012-10-19 04:06:42 +00:00
Cedric BAIL 0474ed0f3f elementary: adds safety check when setting childs to elm_layout_box_*.
Patch from KoziarekBeata <b.koziarek@samsung.com>


SVN revision: 78220
2012-10-19 03:17:00 +00:00
Cedric BAIL c824f30090 elementary: starting work for using WebKit2 as an alternative to WebKit.
Patch by ryuan Choi <ryuan.choi@gmail.com>


SVN revision: 78219
2012-10-19 03:08:45 +00:00
WooHyun Jung 87bc405a68 elementary/elm_entry : Add widget checking for some APIs.
SVN revision: 78207
2012-10-19 00:56:03 +00:00
Jaehwan Kim 45622bb3fa When the theme is changed, the min value should be set the min of edc newly.
SVN revision: 78162
2012-10-18 08:47:41 +00:00
Jaehwan Kim 0487a76057 Add the fitting the size of items according the viewport size.
If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode,
it can be scroll. And the end of the item is fitted on the end of the viewport.


SVN revision: 78156
2012-10-18 07:57:13 +00:00
Sanjeev BA 5d488c8ffb change returned value from -1 to EINA_FALSE.
Author:    KoziarekBeata <b.koziarek@samsung.com>

SVN revision: 78142
2012-10-18 00:55:19 +00:00
Daniel Juyung Seo 4101a75c44 elm: ChangeLog and NEWS for r78111.
SVN revision: 78113
2012-10-17 10:27:27 +00:00
Daniel Juyung Seo 5b7785ccea elm: Fixed on_focus_region() issue. Focused area should be scrolled only when it is needed. Now only entry needs this feature.
SVN revision: 78111
2012-10-17 10:09:52 +00:00
Carsten Haitzler 3721aab314 oops accidentally committed test code! :(
SVN revision: 78106
2012-10-17 07:02:51 +00:00
Daniel Juyung Seo f1febd3afa elm test_map.c: Fixed infinite menu creation bug. Remove menu on map deletion. Patch by Bluezery <ohpowel@gmail.com>
SVN revision: 78098
2012-10-17 02:43:50 +00:00
Bruno Dilly f03c6ecb12 Revert "elementary: hide naviframe itens added but not on
top"

This reverts commit r78006.



SVN revision: 78069
2012-10-16 18:01:21 +00:00
Jaehwan Kim f3f96e6b7e No need code.
SVN revision: 78033
2012-10-16 05:29:24 +00:00
Daniel Juyung Seo 81a4e7317c elm elc_naviframe.c: Initialize on declaration.
SVN revision: 78028
2012-10-16 02:54:59 +00:00
Jihoon Kim 1066b9e562 elm/video: fix elm_widget_type_check (obj=0x0, type=0x29a520 elm_layout, func=0x29ade9 elm_layout_sizing_eval)
SVN revision: 78024
2012-10-16 01:25:37 +00:00
Daniel Juyung Seo 36a11dbec9 elm: Added Jiyoun Park to elementary authors list.
SVN revision: 78021
2012-10-16 00:01:38 +00:00
Daniel Juyung Seo 63996aa1b1 elm elm_authors.h: Synced authors with AUTHORS file.
SVN revision: 78020
2012-10-16 00:01:33 +00:00