Commit Graph

7637 Commits

Author SHA1 Message Date
Ryuan Choi 7f4c7d2f72 ctxpopup: Fixed crashed when sd->parent is null after 9c3d78b. 2013-04-07 22:47:48 +09:00
Ryuan Choi 1cd410a59d Added ko descriptions of standard and default profile in elementary_config. 2013-04-07 22:20:40 +09:00
Jaehwan Kim 85849217f9 Add the API elm_scroller_page_scroll_limit_set/get.
It sets the maxium of the movable page at flicking.
2013-04-06 13:09:59 +09:00
Rafael Antognolli be92860b61 wayland/frame: Reduce the title bar clickable area.
This clickable area was getting over the framespace content.
2013-04-05 15:01:47 -03:00
ChunEon Park 4a70bee664 elementary/naviframe - renamed internal signal names for compress mode 2013-04-05 15:56:35 +09:00
Daniel Juyung Seo 819c70e41f elm_interface_scrollable.h: added documentation for recently added apis. 2013-04-05 02:08:18 +09:00
ChunEon Park 58fab58ae7 elementary/naviframe - fixed typo 2013-04-04 20:46:25 +09:00
ChunEon Park 268b2bb5bd elementary/naviframe - don't handle the key event if the key is already on holding. 2013-04-04 20:45:11 +09:00
Jaehwan Kim b16a68aae1 Fix the typo and add the description for new API. 2013-04-04 14:42:11 +09:00
Daniel Juyung Seo 3aa96d7631 ko_KR.po: Fixed some Korean translation. Thanks to Ryuan Choi. 2013-04-04 13:08:02 +09:00
Carsten Haitzler f33941ffc5 update po's 2013-04-04 00:34:09 +09:00
Ryuan Choi c4af753c5c Added ElementaryConfigVersion.cmake.in 2013-04-03 14:37:02 +01:00
Daniel Juyung Seo f8bc84d439 elm: fixed documentation + fixed formatting. 2013-04-03 21:26:04 +09:00
Daniel Juyung Seo dc672e0d9a test_hoversel.c: make the test window larget to adopt the big hover object. 2013-04-03 20:06:32 +09:00
Daniel Juyung Seo 0ee38dec42 elm_hover.c: hover should handle focus because its contents may handle the focus events. 2013-04-03 20:01:38 +09:00
Daniel Juyung Seo 2a68a17fe6 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.
2013-04-03 14:46:14 +09:00
Daniel Juyung Seo 3aa8d2a7fa elc_hoversel.c: add hover as a smart member of hoversel to fix hover child handle bug. 2013-04-03 13:19:07 +09:00
Daniel Juyung Seo 74b3eed5fd 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.
2013-04-03 11:28:53 +09:00
Daniel Juyung Seo 615d05bfe5 elm: removed unnecessary multi blank lines. 2013-04-03 10:45:15 +09:00
Daniel Juyung Seo 3ebcf017e0 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 :(
2013-04-03 10:42:51 +09:00
Daniel Juyung Seo f2b514f26b elc_hoversel.c: Fixed wrong sub object handling.
hover should be a sub object of hoversel.
2013-04-03 03:12:33 +09:00
Ryuan Choi 8b577874c2 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.
2013-04-03 03:12:32 +09:00
Rafael Antognolli 0e226a356e 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.
2013-04-02 14:42:37 -03:00
Daniel Juyung Seo 8a3c797603 po: updated po 2013-04-03 01:51:08 +09:00
Daniel Juyung Seo cc54ecb158 ko_KR.po: Updated Korean translation. 2013-04-03 01:50:55 +09:00
Daniel Juyung Seo 758bbce11d gengrid/genlist: removed relcount leftovers from commit 3f4c3e03c600c87782543cf08de886016f2c192e. 2013-04-02 12:44:27 +09:00
Daniel Juyung Seo 78098e65ad elc_ctxpopup.h: more documentation. 2013-04-02 11:22:06 +09:00
Carsten Haitzler 58014aad5a improve slider test to test more cases and not mess up 1 icon. 2013-04-01 22:24:35 +09:00
Carsten Haitzler 0ecc32f38d fix slider theme redo that loses indication show/hide state. 2013-04-01 22:24:35 +09:00
ChunEon Park 2e3fad1466 elementary - added convenient macros elm_object_translatable_part_text_set(), elm_object_item_translatable_part_text_get() 2013-04-01 21:38:50 +09:00
ChunEon Park 1d3d93741a elementary/widget - use Eina_Stringshare explicitly. 2013-04-01 20:50:25 +09:00
Jaehwan Kim 8db418c0a0 Add the repeat_events_set/get for blocking the events of content objects.
This feature is useful to the access.
2013-04-01 17:13:32 +09:00
Jaehwan Kim 3a218c0a52 Scroller decides whether the accelerator is on or not, depending on the velocity and the interval time of the flick event. 2013-04-01 14:05:51 +09:00
Ryuan Choi a1cc565feb Set resize_obj when ELEMENTARY_WEB is enabled.
This patch fixes that webview was not visible on 'web' of elementary_test.
2013-04-01 12:44:25 +09:00
Daniel Juyung Seo 8a4982b4ee box: Fixed formatting.
1. Removed unnecessary blanakeees.
2. Fixed 80 chars wrap.
3. Format like another efl codes.
2013-04-01 11:49:04 +09:00
Daniel Juyung Seo 4e434e75f2 diskselector: adopt more eo code. 2013-03-31 01:43:45 +09:00
ChunEon Park 23663e6884 elementary - reverted an unintended change. 2013-03-30 14:59:45 +09:00
Carsten Haitzler e1405e4304 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)
2013-03-30 13:18:26 +09:00
Daniel Juyung Seo 5290aaf26f diskselector: reuse evas pointer. 2013-03-30 02:53:22 +09:00
Daniel Juyung Seo 698bcf4478 Recommit the code which was removed by commit 3f4c3e03c600c87782543cf08de886016f2c192e 2013-03-29 23:03:29 +09:00
Tae-Hwan Kim abc94fb3da Because of relcount, genlist items cannot be deleted immediately.
If we use reverse relatvie lists, we can delete item immediately.
2013-03-29 22:23:38 +09:00
Daniel Juyung Seo 73f58db6cc 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.
2013-03-29 21:29:24 +09:00
ChunEon Park a7cca7ba3f elementary/map - map supports language,changed 2013-03-29 20:53:11 +09:00
ChunEon Park 1933668ec7 elementary/list - correct line alignment for consistency. 2013-03-29 20:22:41 +09:00
ChunEon Park 2968b362cc elementary - + EINA_DEPRECATED 2013-03-29 18:42:18 +09:00
Carsten Haitzler 17b5442891 update po's 2013-03-28 16:09:05 +09:00
Daniel Juyung Seo 0d1abc0b6c 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.
2013-03-28 02:07:36 +09:00
Daniel Juyung Seo 15c1c2d377 test_flipselector.c: simplified the sample code. 2013-03-27 21:03:21 +09:00
Jihoon Kim 1b8ad509fc Add APIs - elm_entry_input_panel_layout_variation_set/get 2013-03-27 17:34:19 +09:00
Daniel Juyung Seo fc241f5c41 elm_genlist.c: added {} pair for if statement + loop combination.
Special thanks to Tasn.
2013-03-27 02:46:35 +09:00