platform/upstream/elementary.git
11 years agotest_icon_desktops.c: print out more useful information.
Daniel Juyung Seo [Sat, 25 May 2013 03:54:20 +0000 (12:54 +0900)]
test_icon_desktops.c: print out more useful information.

11 years agoelm_widget.c: formatting fix.
Daniel Juyung Seo [Fri, 10 May 2013 16:58:34 +0000 (01:58 +0900)]
elm_widget.c: formatting fix.

I am surprised that one space can annoy me.

11 years agoAdd code to make Wayland Drag-n-Drop work in elementary client apps now.
Chris Michael [Tue, 28 May 2013 10:49:28 +0000 (11:49 +0100)]
Add code to make Wayland Drag-n-Drop work in elementary client apps now.

NB: Handle with care ... code is still a bit experimental

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoAdd elm_drag_action_set support for wayland and start on
Chris Michael [Tue, 21 May 2013 10:30:39 +0000 (11:30 +0100)]
Add elm_drag_action_set support for wayland and start on
elm_drag_start support.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoAdd elm drag item container support for wayland
Chris Michael [Tue, 21 May 2013 10:25:00 +0000 (11:25 +0100)]
Add elm drag item container support for wayland

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoAdd elm drop target support for wayland.
Chris Michael [Tue, 21 May 2013 10:19:53 +0000 (11:19 +0100)]
Add elm drop target support for wayland.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoCurrent elm_config has _elm_config->glayer_long_tap_start_timeout and _elm_config...
Seunggyun Kim [Tue, 28 May 2013 10:05:52 +0000 (19:05 +0900)]
Current elm_config has _elm_config->glayer_long_tap_start_timeout and _elm_config->glayer_double_tap_timeout variable but there is no api related to those.

Apps like setting want to change gesture tap timeout value on runtime.

So I added below APIs.
elm_config_glayer_long_tap_start_timeout_set/get
elm_config_glayer_double_tap_timeout_set/get

11 years agofix xdg config changes (not enabled yet but changes added segv).
Carsten Haitzler (Rasterman) [Tue, 28 May 2013 06:19:33 +0000 (15:19 +0900)]
fix xdg config changes (not enabled yet but changes added segv).

11 years agoallow xdg dir usage if you add -DDOXDG to CFLAGS.
Carsten Haitzler (Rasterman) [Tue, 28 May 2013 03:31:59 +0000 (12:31 +0900)]
allow xdg dir usage if you add -DDOXDG to CFLAGS.

11 years agoAdd ELM_INPUT_PANEL_LAYOUT_DATETIME
Jihoon Kim [Mon, 27 May 2013 07:20:18 +0000 (16:20 +0900)]
Add ELM_INPUT_PANEL_LAYOUT_DATETIME

11 years ago[list] Add signal emit hook.
Tae-Hwan Kim [Mon, 27 May 2013 04:25:18 +0000 (13:25 +0900)]
[list] Add signal emit hook.

Add signal emit hook same as genlist.

11 years agoelm popup,flipselector: removed unnecessary type casting and type check.
Daniel Juyung Seo [Sun, 26 May 2013 16:20:05 +0000 (01:20 +0900)]
elm popup,flipselector: removed unnecessary type casting and type check.

11 years agoupdating esperanto translation
maxerba [Fri, 24 May 2013 19:41:00 +0000 (21:41 +0200)]
updating esperanto translation

11 years agoElementary: Fix scroller APIs to be usable by all the widgets using the
Daniel Zaoui [Fri, 24 May 2013 13:23:28 +0000 (16:23 +0300)]
Elementary: Fix scroller APIs to be usable by all the widgets using the
scrollable interface.

11 years agoelementary/widget - plase update display mode whenever sub object is set
ChunEon Park [Fri, 24 May 2013 09:34:37 +0000 (18:34 +0900)]
elementary/widget - plase update display mode whenever sub object is set

11 years agoelementary/widget - removed elm_widgetdisplay_mode_get().
ChunEon Park [Fri, 24 May 2013 09:25:16 +0000 (18:25 +0900)]
elementary/widget - removed elm_widgetdisplay_mode_get().

since INHERIT_MODE is removed and it' doesn't need to care here anymore.

11 years agoelm: more ELM_FREE_FUNC cleanups.
Daniel Juyung Seo [Thu, 23 May 2013 15:58:38 +0000 (00:58 +0900)]
elm: more ELM_FREE_FUNC cleanups.

11 years agotest_colorselector.c: refactoring.
Daniel Juyung Seo [Thu, 23 May 2013 10:11:57 +0000 (19:11 +0900)]
test_colorselector.c: refactoring.

1. intuitive smart callback names.
2. better printf contents.
3. avoid unnecessary casting.
4. use a proper space.

11 years agoelm_colorselector: Can't receive "changed" signal when clicked color palette.
Ryuan Choi [Thu, 23 May 2013 09:47:07 +0000 (18:47 +0900)]
elm_colorselector: Can't receive "changed" signal when clicked color palette.

As document mentioned, "changed" should be emitted when the color value is changed.
So, this patch emits "changed" signal when color value is really changed.
In addition, fixed some formatting issue of test_colorselector.

11 years agoentry.edc: Reduced entry hander size. It was too big compared with other widgets.
Daniel Juyung Seo [Thu, 23 May 2013 09:39:28 +0000 (18:39 +0900)]
entry.edc: Reduced entry hander size. It was too big compared with other widgets.

11 years agoelm_colorselector.c: fixed my mistake :(
Daniel Juyung Seo [Thu, 23 May 2013 08:27:09 +0000 (17:27 +0900)]
elm_colorselector.c: fixed my mistake :(

11 years agoelm_colorselector.c: Set the colorselector color first before calling "color,item...
Daniel Juyung Seo [Thu, 23 May 2013 08:23:19 +0000 (17:23 +0900)]
elm_colorselector.c: Set the colorselector color first before calling "color,item,selected" callback.

Special thanks to Ryuan Choi. This was detected while reviewing his patch.

11 years agoelm_web.c: fixed typo. special thanks to ryuan choi.
Daniel Juyung Seo [Thu, 23 May 2013 07:39:58 +0000 (16:39 +0900)]
elm_web.c: fixed typo. special thanks to ryuan choi.

11 years agoelm: refactoring. use more ELM_FREE_FUNC.
Daniel Juyung Seo [Thu, 23 May 2013 06:54:49 +0000 (15:54 +0900)]
elm: refactoring. use more ELM_FREE_FUNC.

11 years ago[toolbar] fixed code for verification(ecore_job_add)
Hosang Kim [Wed, 22 May 2013 07:55:23 +0000 (16:55 +0900)]
[toolbar] fixed code for verification(ecore_job_add)

make a pair for job event, check the event is alive before adding event.

11 years agoelm_priv.h: space--
Daniel Juyung Seo [Wed, 22 May 2013 04:10:32 +0000 (13:10 +0900)]
elm_priv.h: space--

11 years agoelm/framespace: Get the framespace from the theme.
Rafael Antognolli [Tue, 21 May 2013 19:32:48 +0000 (16:32 -0300)]
elm/framespace: Get the framespace from the theme.

Additionally, if the frame object can't be created (no theme group
available), do not use it. This will enable us to have a borderless
elm theme.

11 years agoelm: introduce ELM_FREE_FUNC for code quality enhancement.
Daniel Juyung Seo [Tue, 21 May 2013 17:24:02 +0000 (02:24 +0900)]
elm: introduce ELM_FREE_FUNC for code quality enhancement.

There are pros and cons but this
1. reduces human mistakes.
2. enhances readability.
3. enhances code quality.
4. removes future bug.
5. was adopted from enlightenment.

This is not all. I will work on enhancing elementary more and more.

11 years agoSet a sensible size for the dnd test window.
Chris Michael [Tue, 21 May 2013 09:59:03 +0000 (10:59 +0100)]
Set a sensible size for the dnd test window.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agotest_icon_desktops.c: use elm_genlist_item_class_new/free() apis.
Daniel Juyung Seo [Tue, 21 May 2013 07:12:43 +0000 (16:12 +0900)]
test_icon_desktops.c: use elm_genlist_item_class_new/free() apis.

11 years agoAdd selection handlers to entry
Thiep Ha [Tue, 21 May 2013 00:16:15 +0000 (09:16 +0900)]
Add selection handlers to entry

11 years agoelm_config_clouseau_enable_* -> elm_config_clouseau_enabled_*.
Tom Hacohen [Mon, 20 May 2013 16:36:34 +0000 (17:36 +0100)]
elm_config_clouseau_enable_* -> elm_config_clouseau_enabled_*.

Thanks to SeoZ for reporting this.

11 years agoelm_diskselector.c: fixed potential bug of diskselector.
Daniel Juyung Seo [Mon, 20 May 2013 16:25:02 +0000 (01:25 +0900)]
elm_diskselector.c: fixed potential bug of diskselector.

set the variable to NULL after freeing the list.

11 years agoMade clouseau_enable an elm_config option.
Tom Hacohen [Mon, 20 May 2013 12:03:43 +0000 (13:03 +0100)]
Made clouseau_enable an elm_config option.

You can now just use elementary_config to enable and disable clouseau on
run-time.

11 years agoelemenatry/naviframe - don't pop the view if the freeze_event is enabled and some...
ChunEon Park [Mon, 20 May 2013 11:42:38 +0000 (20:42 +0900)]
elemenatry/naviframe - don't pop the view if the freeze_event is enabled and some views are alreadying popping.

11 years agoElementary: Minor cleanup of eldbus in configure.ac.
Doug Newgard [Mon, 20 May 2013 11:38:44 +0000 (20:38 +0900)]
Elementary: Minor cleanup of eldbus in configure.ac.

Just realigns things and corrects names and versions.

11 years agoelementary/ews_wm - prevent to add a duplicated animator.
ChunEon Park [Mon, 20 May 2013 10:17:57 +0000 (19:17 +0900)]
elementary/ews_wm - prevent to add a duplicated animator.

11 years agoelementary/win - prevent to add the timer multiple times.
ChunEon Park [Mon, 20 May 2013 10:09:13 +0000 (19:09 +0900)]
elementary/win - prevent to add the timer multiple times.

11 years agohave glview test inset view a bit and allow testing of direct vs indirect... so glvie...
Carsten Haitzler (Rasterman) [Mon, 20 May 2013 04:00:11 +0000 (13:00 +0900)]
have glview test inset view a bit and allow testing of direct vs indirect... so glview is never at 0,0...

11 years agoScroller can me made to snap to pages on scrolling now.
Gustavo Lima Chaves [Fri, 17 May 2013 14:30:42 +0000 (11:30 -0300)]
Scroller can me made to snap to pages on scrolling now.

11 years agoProcess messages after using the state_get of genlist items
Ivan Briano [Thu, 16 May 2013 22:28:17 +0000 (19:28 -0300)]
Process messages after using the state_get of genlist items

This allows to make these states change the minimum size of the item
without the list calculating everything wrong.

11 years agoentry: elm_entry_markup_filter_remove() has a problem when internally defined filters...
Youngbok Shin [Thu, 16 May 2013 09:10:13 +0000 (18:10 +0900)]
entry: elm_entry_markup_filter_remove() has a problem when internally defined filters are used. fixed.

When we call elm_entry_markup_filter_remove() with internally defined filter callbacks,
it doesn't work. So we need a one of pointer for saving the address of data.

10 Elm_Entry_Filter_Limit_Size lim;
11 lim.max_char_count = 20;
12 lim.max_byte_count = 0;
13 elm_entry_markup_filter_append(en, elm_entry_filter_limit_size,
&lim);
14
15 elm_entry_markup_filter_remove(en, elm_entry_filter_limit_size,
&lim);
16 lim.max_char_count = 50;
17 lim.max_byte_count = 0;
18 elm_entry_markup_filter_append(en, elm_entry_filter_limit_size,
&lim);

In this code, we expect to see the filter of entry will be renewed.
But elm_entry_markup_filter_remove() doesn't work.
Because, markup_filter does not hold the address of data when we use
the filter callback which is defined in elm_entry.c

_filter_new() in elm_entry.c
You can see that _filter_new allocates new pointer and names as lim2.
lim2 is saved in data of _Elm_Entry_Markup_Filter. So the address of
data doesn't equal to the input data.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Mon, 13 May 2013 10:22:30 +0000 (19:22 +0900)]
update po's

11 years agoFix crash when clicked 'Sorted insert' of elementary_test "gengrid 2"
Ryuan Choi [Thu, 16 May 2013 06:01:51 +0000 (15:01 +0900)]
Fix crash when clicked 'Sorted insert' of elementary_test "gengrid 2"

11 years agoWelcome a new smart callback for scrollables -- page,changed.
Flavio Ceolin [Wed, 15 May 2013 21:56:04 +0000 (18:56 -0300)]
Welcome a new smart callback for scrollables -- page,changed.

11 years agoelm_entry: Do not paste multiple lines in single line entry
Ryuan Choi [Wed, 15 May 2013 16:45:48 +0000 (17:45 +0100)]
elm_entry: Do not paste multiple lines in single line entry

11 years agoelm_cnp: One semicolon is enough.
Stefan Schmidt [Tue, 14 May 2013 14:47:41 +0000 (15:47 +0100)]
elm_cnp: One semicolon is enough.

11 years agoelm_entry : Fix ctxpopup can't be called again in the mobile mode entry.
Youngbok Shin [Tue, 14 May 2013 13:06:21 +0000 (14:06 +0100)]
elm_entry : Fix ctxpopup can't be called again in the mobile mode entry.

11 years agoElementary: fix elm_thumb by giving the object as data of the callback.
Daniel Zaoui [Tue, 14 May 2013 06:47:32 +0000 (09:47 +0300)]
Elementary: fix elm_thumb by giving the object as data of the callback.

The callbacks were expecting the object itself when they were receiving
the data of this object.

11 years agoAdd more missing guards for building elm without X support
Chris Michael [Tue, 14 May 2013 06:05:56 +0000 (07:05 +0100)]
Add more missing guards for building elm without X support
(wayland-only).
Fix some utterly Horrible formatting too while I was here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoFixed bad theming. elm_widget_theme_object_set is for edje objects.
Tom Hacohen [Mon, 13 May 2013 13:36:10 +0000 (14:36 +0100)]
Fixed bad theming. elm_widget_theme_object_set is for edje objects.

11 years agoAdd missing HAVE_ELEMENTARY_X guards.
Chris Michael [Mon, 13 May 2013 11:18:24 +0000 (12:18 +0100)]
Add missing HAVE_ELEMENTARY_X guards.

NB: Fixes ticket T107: Building elementary with only wayland support.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoAdded basic clouseau auto-start support.
Tom Hacohen [Mon, 29 Apr 2013 13:48:27 +0000 (14:48 +0100)]
Added basic clouseau auto-start support.

If the ELM_CLOUSEAU env var is set to 1 elm auto-starts clouseau.
Next step would be integrating it into the elm config and making it
toggle-able on run-time.

11 years agoelementary/elm_entry : Fixed wrong typo.
WooHyun Jung [Mon, 13 May 2013 00:00:50 +0000 (09:00 +0900)]
elementary/elm_entry : Fixed wrong typo.

11 years agoelementary: Focus improvement for elm_genlist and elm_list
Yossi Kantor [Wed, 20 Feb 2013 10:00:49 +0000 (12:00 +0200)]
elementary: Focus improvement for elm_genlist and elm_list

Summary:
This patch applies automatic focus feature to elm_genlist and elm_list
containers.
Currently (prior to this patch), focusable widgets inside list items of both
containers receive focus by an explicit mouse click over them, and lose focus
when focus goes to someone else in the window.
This change also adds the ability to:
- focus by default on the first-from-right focusable widget upon items selection
- lose the focus when another item is selected (focused or not)
- move focus between focusable widgets inside the same item by left and right
arrow keys accordingly (up and down keys when elm_list is in horizontal mode)

Focus is supported for horizontal and vertical lists.

Tests have been added for genlists and lists to check focus feature.

11 years agoremoved useless
ChunEon Park [Sat, 11 May 2013 06:52:13 +0000 (15:52 +0900)]
removed useless

11 years agoarcanist test
Daniel Juyung Seo [Sat, 11 May 2013 06:50:29 +0000 (15:50 +0900)]
arcanist test

11 years agoarcanist test
Daniel Juyung Seo [Fri, 10 May 2013 17:10:04 +0000 (02:10 +0900)]
arcanist test

11 years agoNEWS: fixed formatting
Daniel Juyung Seo [Fri, 10 May 2013 16:32:19 +0000 (01:32 +0900)]
NEWS: fixed formatting

11 years agoAdding a new scroller API, to block its movements (by user input).
cabelitos [Thu, 9 May 2013 19:26:29 +0000 (16:26 -0300)]
Adding a new scroller API, to block its movements (by user input).

With this new API the user can block movements on X axis, Y Axis or
both. I was left with no option but to come up with this, side by side
with elm_object_scroll_freeze_push(), elm_object_scroll_hold_push()
and elm_object_scroll_lock_x_set() (or
elm_object_scroll_lock_y_set()), once all of these will act on *parent
and/or child* widgets too, making those useless for any pratical use
of scroll blocking. Here's a sane, new option, enjoy it.

11 years agoelm_gengrid.c: initialized local variable.
Daniel Juyung Seo [Fri, 10 May 2013 13:38:28 +0000 (22:38 +0900)]
elm_gengrid.c: initialized local variable.

This needs to be re-visited.
I am also looking at you, JackDanielz.

11 years agoif you see some blatantly wrong old code below the #ifdef block you're working on...
Mike Blumenkrantz [Fri, 10 May 2013 12:37:30 +0000 (13:37 +0100)]
if you see some blatantly wrong old code below the #ifdef block you're working on, fix it ffs!

I'M LOOKING AT YOU, JACKDANIELZ

11 years agotoolbar needs to be able to adjust better to layout
Carsten Haitzler (Rasterman) [Fri, 10 May 2013 07:53:34 +0000 (16:53 +0900)]
toolbar needs to be able to adjust better to layout

as part of 1.8 review... elm toolbar really should add some signals so
theme can adjust better.

11 years agoElementary: Drag & Drop feature for items containers
Daniel Zaoui [Sun, 17 Mar 2013 06:36:30 +0000 (08:36 +0200)]
Elementary: Drag & Drop feature for items containers

New APIs have been added to facilitate DnD for genlist, gengrid and list
widgets.
Tests have been added in the new section DnD to play with that.

11 years agoelm_gesture_layer: fix ecore_timer remaining bug.
Seunggyun Kim [Wed, 17 Apr 2013 05:06:22 +0000 (14:06 +0900)]
elm_gesture_layer: fix ecore_timer remaining bug.

11 years agoelm/wayland: Engine fullscreen must be set first.
Rafael Antognolli [Wed, 8 May 2013 21:45:02 +0000 (18:45 -0300)]
elm/wayland: Engine fullscreen must be set first.

Before removing the framespace and frame object, set the window to
fullscreen, so its geometry will be saved taking into account the frame
size.

This is required because Ecore_Evas does not control the frame object
and frame size, it's all controlled by the application (Elementary, in
this case).

11 years agoRevert commit:3654d6e28137cfaf72444d5c5e26b651fabac89e. When stealing focus from...
WooHyun Jung [Wed, 8 May 2013 12:08:44 +0000 (21:08 +0900)]
Revert commit:3654d6e28137cfaf72444d5c5e26b651fabac89e. When stealing focus from another widget, Checking visibility of parent widget is wrong :(

11 years agotest_genlist.c: use elm_genlist_item_class_free in a better way.
Daniel Juyung Seo [Wed, 8 May 2013 11:50:05 +0000 (20:50 +0900)]
test_genlist.c: use elm_genlist_item_class_free in a better way.

11 years agotest_genlist.c: fixed formatting.
Daniel Juyung Seo [Wed, 8 May 2013 11:50:29 +0000 (20:50 +0900)]
test_genlist.c: fixed formatting.

11 years ago[naviframe][access] use access info callback for prev button to say "Close Keyboard".
Shinwoo Kim [Wed, 8 May 2013 09:01:30 +0000 (18:01 +0900)]
[naviframe][access] use access info callback for prev button to say "Close Keyboard".

11 years agoelm cnp bugs waiting to happen - not 0 terminating cnp strings in some
Carsten Haitzler (Rasterman) [Wed, 8 May 2013 03:50:09 +0000 (12:50 +0900)]
elm cnp bugs waiting to happen - not 0 terminating cnp strings in some
cases.

11 years agoelementary/elm_widget : Fixed wrong logic when setting parent's child_can_focus as...
WooHyun Jung [Tue, 7 May 2013 11:41:32 +0000 (20:41 +0900)]
elementary/elm_widget : Fixed wrong logic when setting parent's child_can_focus as EINA_TRUE.

11 years ago[Genlist] Fix bug when error abort is enabled.
Tae-Hwan Kim [Tue, 7 May 2013 10:41:15 +0000 (19:41 +0900)]
[Genlist] Fix bug when error abort is enabled.

11 years agoelm_widget.c: fixed comments.
Daniel Juyung Seo [Tue, 7 May 2013 10:39:58 +0000 (19:39 +0900)]
elm_widget.c: fixed comments.

11 years agoelementary/elm_widget : Focus cannot be stolen when one of parents is invisible or...
WooHyun Jung [Tue, 7 May 2013 10:15:44 +0000 (19:15 +0900)]
elementary/elm_widget : Focus cannot be stolen when one of parents is invisible or disabled.

11 years agoelm/wayland: Implement borderless_set for wayland.
Rafael Antognolli [Mon, 6 May 2013 23:08:58 +0000 (20:08 -0300)]
elm/wayland: Implement borderless_set for wayland.

Also add a checkbox to the "Window States" test of elementary_test.

11 years agoelementary/elm_entry.c : Just changed lines for the sequence of alphbet.
WooHyun Jung [Mon, 6 May 2013 12:01:50 +0000 (21:01 +0900)]
elementary/elm_entry.c : Just changed lines for the sequence of alphbet.

11 years agoelementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. This...
WooHyun Jung [Mon, 6 May 2013 11:42:34 +0000 (20:42 +0900)]
elementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. This smart callback will be useful when long text has been set and developer want to know the timing of setting whole text to the entry.

11 years agoconfig.c, elm_genlist_common.h: fixed typos from comments and documentation.
Daniel Juyung Seo [Mon, 6 May 2013 11:24:40 +0000 (20:24 +0900)]
config.c, elm_genlist_common.h: fixed typos from comments and documentation.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Mon, 6 May 2013 08:31:29 +0000 (17:31 +0900)]
update po's

11 years agoelementary/elm_entry.c : Filter_accept should consider meanless tags and should not...
WooHyun Jung [Mon, 6 May 2013 06:51:54 +0000 (15:51 +0900)]
elementary/elm_entry.c : Filter_accept should consider meanless tags and should not remove it. Thanks YoungBok Shin.

11 years agoelm_clock : elm_clock_first_interval_set only set first_interval to 1 or 0.
Ryuan Choi [Sat, 4 May 2013 02:39:01 +0000 (11:39 +0900)]
elm_clock : elm_clock_first_interval_set only set first_interval to 1 or 0.

11 years agoconfig.c: refactoring. changed thumbscroll evas_object_data names to ts for consistency.
Daniel Juyung Seo [Fri, 3 May 2013 14:23:35 +0000 (23:23 +0900)]
config.c: refactoring. changed thumbscroll evas_object_data names to ts for consistency.

11 years agoconfig.c: fixed wrong evas_object_data names for scrollers.
Daniel Juyung Seo [Fri, 3 May 2013 14:20:52 +0000 (23:20 +0900)]
config.c: fixed wrong evas_object_data names for scrollers.

11 years agoconfig: fixed recently added scroll configuration setup issue.
Daniel Juyung Seo [Fri, 3 May 2013 13:56:05 +0000 (22:56 +0900)]
config: fixed recently added scroll configuration setup issue.

thumbscroll_min_friction and thumbscroll friction standard were added recently.
So with the previous elementary configuration those values became zero which is not valid.
Now elementary checks whether the value is zero and set the correct default value.

11 years ago[access][genlist] do not append NULL to genlist focus list
Shinwoo Kim [Fri, 3 May 2013 11:01:58 +0000 (20:01 +0900)]
[access][genlist] do not append NULL to genlist focus list

11 years ago[access][gengrid] fix: gengrid does not work under the accessibility
Shinwoo Kim [Fri, 3 May 2013 10:53:56 +0000 (19:53 +0900)]
[access][gengrid] fix: gengrid does not work under the accessibility

11 years ago[access] enhance test lines
Shinwoo Kim [Fri, 3 May 2013 10:50:08 +0000 (19:50 +0900)]
[access] enhance test lines

11 years agoelm_win: fix typo leading to segv.
Cedric Bail [Fri, 3 May 2013 10:23:53 +0000 (19:23 +0900)]
elm_win: fix typo leading to segv.

11 years agoelementary: properly sanitize headers order.
Cedric Bail [Fri, 26 Apr 2013 05:13:00 +0000 (14:13 +0900)]
elementary: properly sanitize headers order.

11 years agomapbuf: improve automatic logic.
Cedric Bail [Mon, 22 Apr 2013 07:56:40 +0000 (16:56 +0900)]
mapbuf: improve automatic logic.

11 years agomapbuf: correctly get the viewport size.
Cedric Bail [Mon, 22 Apr 2013 05:04:01 +0000 (14:04 +0900)]
mapbuf: correctly get the viewport size.

11 years agomain: use eina_log_timing.
Cedric BAIL [Wed, 27 Mar 2013 13:36:53 +0000 (22:36 +0900)]
main: use eina_log_timing.

11 years ago[access] add test lines
Shinwoo Kim [Fri, 3 May 2013 06:37:39 +0000 (15:37 +0900)]
[access] add test lines

11 years agoAdd missed codes.
Jaehwan Kim [Fri, 3 May 2013 03:59:53 +0000 (12:59 +0900)]
Add missed codes.
This is related to the commit "The momentum animation time is changed as the amount of flick."

11 years agoelm_genlist: refactoring. code clean up.
Daniel Juyung Seo [Thu, 2 May 2013 18:13:36 +0000 (03:13 +0900)]
elm_genlist: refactoring. code clean up.

introduced ELM_GENLIST_DATA_GET_FROM_ITEM and made sources so much cleaner.

11 years agoelm_genlist.c: fixed comment typo.
Daniel Juyung Seo [Thu, 2 May 2013 17:12:52 +0000 (02:12 +0900)]
elm_genlist.c: fixed comment typo.

11 years agoelm/actionslider: Drag should work with double and triple click too.
Rafael Antognolli [Thu, 2 May 2013 17:28:45 +0000 (14:28 -0300)]
elm/actionslider: Drag should work with double and triple click too.

11 years agogenlist: fixed dangling _calc_job bug.
Tae-Hwan Kim [Thu, 2 May 2013 17:10:55 +0000 (02:10 +0900)]
genlist: fixed dangling _calc_job bug.

Before calling _calc_job directly, the job should be removed.
Because dangling job can be remained.

11 years agoctxpopup - Don't be dead even if a ctxpopup item callback function is null.
ChunEon Park [Thu, 2 May 2013 11:25:42 +0000 (20:25 +0900)]
ctxpopup - Don't be dead even if a ctxpopup item callback function is null.