Daniel Juyung Seo [Tue, 16 Apr 2013 13:55:00 +0000 (22:55 +0900)]
elm_entry, elm_layout: fixed formatting.
1. fixed formatting.
2. removed unnecessary lines.
Daniel Juyung Seo [Tue, 16 Apr 2013 13:15:08 +0000 (22:15 +0900)]
elm_layout.h: updated documentation.
Jaehwan Kim [Tue, 16 Apr 2013 12:06:11 +0000 (21:06 +0900)]
Scroll to highlighted item in toolbar. This is related to
ed93aa20588633d36bfcdf6e3b093923be65f4d8.
Daniel Juyung Seo [Tue, 16 Apr 2013 11:05:04 +0000 (20:05 +0900)]
elm_entry.c: moved comments to a proper place.
WooHyun Jung [Tue, 16 Apr 2013 08:59:02 +0000 (17:59 +0900)]
elementary/elm_entry : When entry is disabled, scrolling is also disabled.
Igor Murzov [Sat, 13 Apr 2013 22:09:58 +0000 (02:09 +0400)]
Install CMake config to the proper path
Daniel Juyung Seo [Tue, 16 Apr 2013 07:17:25 +0000 (16:17 +0900)]
gengrid.edc: clip the swallowed object when the object is too big to fit.
this should be applied to other SWALLOW parts if neccessary.
Daniel Juyung Seo [Tue, 16 Apr 2013 07:05:51 +0000 (16:05 +0900)]
elm_index: flourish it->select variable.
1. added a comments for it->select variable.
2. used EINA_TRUE/EINA_FALSE for Eina_Bool type.
Daniel Juyung Seo [Tue, 16 Apr 2013 06:50:58 +0000 (15:50 +0900)]
elm_interface_scrollable.c: fixed formatting.
Jaehwan Kim [Tue, 16 Apr 2013 04:27:55 +0000 (13:27 +0900)]
Fix the policy is not changed when the theme is changed.
The "reload" signal from edc is necessary always.
Thiep Ha [Tue, 16 Apr 2013 04:16:44 +0000 (13:16 +0900)]
Currently in entry, there is no callback for copy/cut context menu
item click.
This patch adds callback for copy/cut context menu item click,
so that application developers can add their own processing for
copy/cut item click event.
Carsten Haitzler (Rasterman) [Mon, 15 Apr 2013 14:55:15 +0000 (23:55 +0900)]
add rect event swallow for panes so handle thumb can be affected by
finger size.
Jaehwan Kim [Mon, 15 Apr 2013 05:34:15 +0000 (14:34 +0900)]
[Toolbar] Add the feature for key events.
Carsten Haitzler (Rasterman) [Mon, 15 Apr 2013 03:04:43 +0000 (12:04 +0900)]
remove support for now deprecated evas engines from elm win.
Tae-Hwan Kim [Mon, 15 Apr 2013 03:00:43 +0000 (12:00 +0900)]
I removed it->generation, sd->generation, it->walking, sd->walking
flags.
This flags was used for deferring deletion of genlist items.
After deferred, items can be cleanup when _item_select() is called.
This flags was used for preventing crash when subitems are deleted right
after one item is deleted.
But this made genlist code too complicated and could hide internal
issues. One of the issues is incorrect use of EINA_INSTLIST_FOREACH (or
forloop). Because sub items can be deleted when one item is deleted, I
used whlie loop and EINA_INLIST_CONTAINER_GET(sd->items->last, xx) and
not defer the deletion. This has no problem evenif inlist sd->items is
changed inside the while-loop.
Ryuan Choi [Fri, 12 Apr 2013 07:01:50 +0000 (16:01 +0900)]
elm_notify: Added Eo API for elm_notify_align api.
elm_notify_orient api was deprecated and replaced to elm_notify_align api,
so this patch replaced Eo APIs to newer..
Daniel Juyung Seo [Thu, 11 Apr 2013 18:21:04 +0000 (03:21 +0900)]
elm_colorselector.c: fix _item_sizing_eval in a better way.
In the previous way, edje_object_size_min_restricted_calc will never be called because VIEW(item) is an elm_layout.
Daniel Juyung Seo [Thu, 11 Apr 2013 18:19:30 +0000 (03:19 +0900)]
elm_colorselector.c: fixed formatting.
Ryuan Choi [Thu, 11 Apr 2013 11:26:05 +0000 (20:26 +0900)]
panel.edc: Fixed different behavior of right oriented panel.
When pressed in and released out of handle,
right oriented panel shows different behavior.
In addition, fixed highlight_show, highlight_hide signal like other orientation.
Daniel Zaoui [Wed, 10 Apr 2013 20:14:21 +0000 (23:14 +0300)]
Elementary tests: fix group name
Daniel Juyung Seo [Wed, 10 Apr 2013 11:28:22 +0000 (20:28 +0900)]
elm: enhance eina_list_free usages. use EINA_LIST_FREE if needed.
Daniel Juyung Seo [Wed, 10 Apr 2013 11:27:40 +0000 (20:27 +0900)]
elm_datetime.c: removed unnecessary debug messages.
Jaehwan Kim [Wed, 10 Apr 2013 11:25:35 +0000 (20:25 +0900)]
Fix the calculation double type number.
Round off to the nearest whole number.
Jaehwan Kim [Wed, 10 Apr 2013 11:06:41 +0000 (20:06 +0900)]
Add the API elm_scroller_single_direction_set/get.
This sets how the content is scrolled.
Carsten Haitzler (Rasterman) [Wed, 10 Apr 2013 09:54:19 +0000 (18:54 +0900)]
update po's?
Shinwoo Kim [Wed, 10 Apr 2013 08:28:08 +0000 (17:28 +0900)]
[access] turn off highlight display when accessibility is disabled
Ryuan Choi [Wed, 10 Apr 2013 06:20:22 +0000 (15:20 +0900)]
test_panes.c: Improve double tap behavior of test_panes.
Daniel Juyung Seo [Wed, 10 Apr 2013 04:54:50 +0000 (13:54 +0900)]
elm_grid.h: fixed formatting and wrong doxygen.
Jaehwan Kim [Wed, 10 Apr 2013 04:36:04 +0000 (13:36 +0900)]
Change the location of proto type.
Jaehwan Kim [Wed, 10 Apr 2013 02:22:52 +0000 (11:22 +0900)]
Fix the region_show/region_bring_in don't have a limit at a paging movement.
Daniel Zaoui [Thu, 14 Mar 2013 09:35:34 +0000 (11:35 +0200)]
Elementary: check object class
We need to check that the object is an edje object before calling the
edje function.
WooHyun Jung [Tue, 9 Apr 2013 13:28:27 +0000 (22:28 +0900)]
Modified ChangeLog and NEWS for the latest modification.
WooHyun Jung [Tue, 9 Apr 2013 13:24:53 +0000 (22:24 +0900)]
elc_ctxpopup.c : Add focus_direction and fixed wrong focus set when sd->list exists.
WooHyun Jung [Tue, 9 Apr 2013 13:22:37 +0000 (22:22 +0900)]
elm_list.c : _elm_list_smart_focus_next_enable is for focus_next function. Not for focus_direction.
Carsten Haitzler (Rasterman) [Tue, 9 Apr 2013 12:01:42 +0000 (21:01 +0900)]
add elm_mapbuf_auto_set/get()
Daniel Juyung Seo [Tue, 9 Apr 2013 07:58:29 +0000 (16:58 +0900)]
elc_player: set internal variable to NULL after deleting the timer.
This fixes elc_player crash issue.
Daniel Juyung Seo [Tue, 9 Apr 2013 05:48:42 +0000 (14:48 +0900)]
elm_layout.c: Fixed layout's _dbg_info_get() function.
It was crashing with the combination of clouseau + naviframe.
Special thanks to JackDanielZ.
Daniel Juyung Seo [Tue, 9 Apr 2013 05:28:03 +0000 (14:28 +0900)]
test hoversel/slider: use Eina_Bool for horizontal setter parameters.
Daniel Juyung Seo [Tue, 9 Apr 2013 04:06:19 +0000 (13:06 +0900)]
elm_photo: added getters for some setters.
1. Added elm_obj_photo_size_get, elm_obj_photo_fill_inside_get, elm_obj_photo_editable_get.
2. Added sample code to test_photo.c
Daniel Juyung Seo [Tue, 9 Apr 2013 04:07:37 +0000 (13:07 +0900)]
elc_hoversel.c: hide hover object when hoversel is hidden.
Rafael Antognolli [Mon, 8 Apr 2013 20:08:52 +0000 (17:08 -0300)]
elm/examples: Fix hoversel example to don't check for expanded mode.
Checking if the hoversel is not expanded does not make sense, since it
will be always expanded when one is clicking on its visible items.
Rafael Antognolli [Mon, 8 Apr 2013 19:17:13 +0000 (16:17 -0300)]
elm/examples: Fix layout_example_02.
Remove segfault and correctly cycle through the icons.
Daniel Juyung Seo [Mon, 8 Apr 2013 10:28:01 +0000 (19:28 +0900)]
elc_ctxpopup.c: Do not calculate its size until parent is set.
We don't need to calculate ctxpopup's size until the parent is set.
Size will be calculated again after the parent is set.
Daniel Juyung Seo [Mon, 8 Apr 2013 09:15:22 +0000 (18:15 +0900)]
elm_config.h: Fixed wrong documentation about cache size.
Daniel Juyung Seo [Thu, 4 Apr 2013 12:27:37 +0000 (21:27 +0900)]
elm_image.h: align api declaration line with others.
Daniel Juyung Seo [Thu, 4 Apr 2013 07:45:09 +0000 (16:45 +0900)]
src/examples: fixed formatting.
Shinwoo Kim [Mon, 8 Apr 2013 08:35:25 +0000 (17:35 +0900)]
[access][config] support runtime enable more properly
Jaehwan Kim [Mon, 8 Apr 2013 04:44:39 +0000 (13:44 +0900)]
Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.
Jaehwan Kim [Mon, 8 Apr 2013 00:26:36 +0000 (09:26 +0900)]
I changed the acceleration number by mistake. Turn back it.
Jaehwan Kim [Sun, 7 Apr 2013 23:42:51 +0000 (08:42 +0900)]
Typo
Jaehwan Kim [Sun, 7 Apr 2013 23:40:24 +0000 (08:40 +0900)]
Quit the scroll animator if the scroller don't have a bounce and reach a edge.
Daniel Juyung Seo [Sun, 7 Apr 2013 15:36:32 +0000 (00:36 +0900)]
config: removed <br> tags from profile.desktop files.
Profile.desktop files are used in elementary_config.
The entry in Profiles tab handles line wrap automatically so we don't need to wrap lines manually.
Manual line wrap makes wrong decisions in many times.
Ryuan Choi [Sun, 7 Apr 2013 13:47:48 +0000 (22:47 +0900)]
ctxpopup: Fixed crashed when sd->parent is null after 9c3d78b.
Ryuan Choi [Sun, 7 Apr 2013 13:20:40 +0000 (22:20 +0900)]
Added ko descriptions of standard and default profile in elementary_config.
Jaehwan Kim [Sat, 6 Apr 2013 04:06:43 +0000 (13:06 +0900)]
Add the API elm_scroller_page_scroll_limit_set/get.
It sets the maxium of the movable page at flicking.
Rafael Antognolli [Fri, 5 Apr 2013 18:01:47 +0000 (15:01 -0300)]
wayland/frame: Reduce the title bar clickable area.
This clickable area was getting over the framespace content.
ChunEon Park [Fri, 5 Apr 2013 06:56:35 +0000 (15:56 +0900)]
elementary/naviframe - renamed internal signal names for compress mode
Daniel Juyung Seo [Thu, 4 Apr 2013 17:08:18 +0000 (02:08 +0900)]
elm_interface_scrollable.h: added documentation for recently added apis.
ChunEon Park [Thu, 4 Apr 2013 11:46:25 +0000 (20:46 +0900)]
elementary/naviframe - fixed typo
ChunEon Park [Thu, 4 Apr 2013 11:45:11 +0000 (20:45 +0900)]
elementary/naviframe - don't handle the key event if the key is already on holding.
Jaehwan Kim [Mon, 1 Apr 2013 12:14:43 +0000 (21:14 +0900)]
Fix the typo and add the description for new API.
Daniel Juyung Seo [Thu, 4 Apr 2013 04:08:02 +0000 (13:08 +0900)]
ko_KR.po: Fixed some Korean translation. Thanks to Ryuan Choi.
Carsten Haitzler (Rasterman) [Wed, 3 Apr 2013 15:34:09 +0000 (00:34 +0900)]
update po's
Ryuan Choi [Wed, 3 Apr 2013 13:37:02 +0000 (14:37 +0100)]
Added ElementaryConfigVersion.cmake.in
Daniel Juyung Seo [Wed, 3 Apr 2013 12:26:04 +0000 (21:26 +0900)]
elm: fixed documentation + fixed formatting.
Daniel Juyung Seo [Wed, 3 Apr 2013 11:06:32 +0000 (20:06 +0900)]
test_hoversel.c: make the test window larget to adopt the big hover object.
Daniel Juyung Seo [Wed, 3 Apr 2013 11:01:38 +0000 (20:01 +0900)]
elm_hover.c: hover should handle focus because its contents may handle the focus events.
Daniel Juyung Seo [Wed, 3 Apr 2013 05:46:14 +0000 (14:46 +0900)]
elc_hoversel.c: Do not add hover as a hoversel's smart member. Handle show/hide manually.
Hover is a *HOVER* object so do not add hover to another object's smart member.
It will restrict the layer of hover object.
Manually handle show/hide instead.
Daniel Juyung Seo [Wed, 3 Apr 2013 04:11:12 +0000 (13:11 +0900)]
elc_hoversel.c: add hover as a smart member of hoversel to fix hover child handle bug.
Daniel Juyung Seo [Wed, 3 Apr 2013 02:28:53 +0000 (11:28 +0900)]
elm: print the error message inside elm_widget_sub_object_add().
1. Do not need to print the same error message from all the widget codes.
2. Even though elm_widget_sub_object_add() can be used internally, there should be no error message at all.
Elm devs should fix it beforehand.
So it looks ok to print the error message in elm_widget_sub_object_add() to force elm devs to fix it.
3. Got additional code cleanups.
Daniel Juyung Seo [Wed, 3 Apr 2013 01:43:33 +0000 (10:43 +0900)]
elm: removed unnecessary multi blank lines.
Daniel Juyung Seo [Wed, 3 Apr 2013 01:42:51 +0000 (10:42 +0900)]
elm_widget_genlist.h: added doxygen comments about prev_viewport_w.
I followed existing char wrap policy but wrapping comments for the structure members doesn't look fancy :(
Daniel Juyung Seo [Tue, 2 Apr 2013 18:11:34 +0000 (03:11 +0900)]
elc_hoversel.c: Fixed wrong sub object handling.
hover should be a sub object of hoversel.
Ryuan Choi [Tue, 2 Apr 2013 17:23:20 +0000 (02:23 +0900)]
elm_entry: Menu key does not work on elm_entry
This patch adds a behavior that open hoversel to choose copy/paste when pressed menu key.
Rafael Antognolli [Mon, 25 Mar 2013 17:50:12 +0000 (14:50 -0300)]
elementary: Bring back the use of Evas framespace.
Use the evas_output_framespace_* functions to make objects inside the
framespace to get their respective offsets.
Daniel Juyung Seo [Tue, 2 Apr 2013 16:51:08 +0000 (01:51 +0900)]
po: updated po
Daniel Juyung Seo [Tue, 2 Apr 2013 16:50:55 +0000 (01:50 +0900)]
ko_KR.po: Updated Korean translation.
Daniel Juyung Seo [Tue, 2 Apr 2013 03:44:27 +0000 (12:44 +0900)]
gengrid/genlist: removed relcount leftovers from commit
3f4c3e03c600c87782543cf08de886016f2c192e.
Daniel Juyung Seo [Mon, 1 Apr 2013 11:35:17 +0000 (20:35 +0900)]
elc_ctxpopup.h: more documentation.
Carsten Haitzler (Rasterman) [Mon, 1 Apr 2013 13:23:32 +0000 (22:23 +0900)]
improve slider test to test more cases and not mess up 1 icon.
Carsten Haitzler (Rasterman) [Mon, 1 Apr 2013 13:23:14 +0000 (22:23 +0900)]
fix slider theme redo that loses indication show/hide state.
ChunEon Park [Mon, 1 Apr 2013 12:38:50 +0000 (21:38 +0900)]
elementary - added convenient macros elm_object_translatable_part_text_set(), elm_object_item_translatable_part_text_get()
ChunEon Park [Mon, 1 Apr 2013 11:50:25 +0000 (20:50 +0900)]
elementary/widget - use Eina_Stringshare explicitly.
Jaehwan Kim [Mon, 1 Apr 2013 08:13:32 +0000 (17:13 +0900)]
Add the repeat_events_set/get for blocking the events of content objects.
This feature is useful to the access.
Jaehwan Kim [Mon, 1 Apr 2013 05:02:23 +0000 (14:02 +0900)]
Scroller decides whether the accelerator is on or not, depending on the velocity and the interval time of the flick event.
Ryuan Choi [Mon, 1 Apr 2013 03:44:25 +0000 (12:44 +0900)]
Set resize_obj when ELEMENTARY_WEB is enabled.
This patch fixes that webview was not visible on 'web' of elementary_test.
Daniel Juyung Seo [Mon, 1 Apr 2013 02:45:21 +0000 (11:45 +0900)]
box: Fixed formatting.
1. Removed unnecessary blanakeees.
2. Fixed 80 chars wrap.
3. Format like another efl codes.
Daniel Juyung Seo [Sat, 30 Mar 2013 16:43:31 +0000 (01:43 +0900)]
diskselector: adopt more eo code.
ChunEon Park [Sat, 30 Mar 2013 05:59:45 +0000 (14:59 +0900)]
elementary - reverted an unintended change.
Carsten Haitzler (Rasterman) [Sat, 30 Mar 2013 04:18:26 +0000 (13:18 +0900)]
From: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
Subject: [E-devel] [PATCH] Fix one direction at time scrolling
Would you check if the attached patch is right? It seems that the
negation
was incorrect, inhibiting the one-direction-at-time flag to take
effect as
if there is a scroll (x or y, or '1 || 1 == 1') and it would be negated
evaluating to 0.
This flag should remove the annoying behavior of scroller inside
scroller
when you start dragging in one direction and then move slightly on the
other and it would affect both scrollers. My case is an horizontal panel
with 3 genlists side-by-side. If I start moving from one list to another
and my finger/mouse goes up/down, I don't want the lists to scroll.
Similarly if I'm scrolling the list (vertical) and then I slightly
move my
finger left/right I don't want the panel to change.
It is still annoying that one axis should be the double as the other.
I'd
say that only 50% more would do, suggestions?
If it's right, would you please apply as my devenv is a mess right now
(working from virtualbox on a temp machine)
Daniel Juyung Seo [Fri, 29 Mar 2013 17:53:22 +0000 (02:53 +0900)]
diskselector: reuse evas pointer.
Daniel Juyung Seo [Fri, 29 Mar 2013 14:03:29 +0000 (23:03 +0900)]
Recommit the code which was removed by commit
3f4c3e03c600c87782543cf08de886016f2c192e
Tae-Hwan Kim [Fri, 29 Mar 2013 13:23:38 +0000 (22:23 +0900)]
Because of relcount, genlist items cannot be deleted immediately.
If we use reverse relatvie lists, we can delete item immediately.
Daniel Juyung Seo [Fri, 29 Mar 2013 12:29:24 +0000 (21:29 +0900)]
ctxpopup: Fixed ctxpopup geometry when parent is an elm_win. Forwardport from elementary-1.7.
This is manual cherry-pick from discomfitor's elementary-1.7 patch due to the code base difference.
ChunEon Park [Fri, 29 Mar 2013 11:53:11 +0000 (20:53 +0900)]
elementary/map - map supports language,changed
ChunEon Park [Fri, 29 Mar 2013 11:22:41 +0000 (20:22 +0900)]
elementary/list - correct line alignment for consistency.
ChunEon Park [Fri, 29 Mar 2013 09:42:18 +0000 (18:42 +0900)]
elementary - + EINA_DEPRECATED
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 07:09:05 +0000 (16:09 +0900)]
update po's
Daniel Juyung Seo [Wed, 27 Mar 2013 17:07:36 +0000 (02:07 +0900)]
focus_highlight.edc: remove unused elm/focus_highlight/bottom/default group.
This group can never be used in theory so this is not a theme api break.
Daniel Juyung Seo [Wed, 27 Mar 2013 12:03:06 +0000 (21:03 +0900)]
test_flipselector.c: simplified the sample code.