platform/upstream/elementary.git
11 years agoelm: removed unnecessary multi blank lines.
Daniel Juyung Seo [Wed, 3 Apr 2013 01:43:33 +0000 (10:43 +0900)]
elm: removed unnecessary multi blank lines.

11 years agoelm_widget_genlist.h: added doxygen comments about prev_viewport_w.
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 :(

11 years agoelc_hoversel.c: Fixed wrong sub object handling.
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.

11 years agoelm_entry: Menu key does not work on elm_entry
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.

11 years agoelementary: Bring back the use of Evas framespace.
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.

11 years agopo: updated po
Daniel Juyung Seo [Tue, 2 Apr 2013 16:51:08 +0000 (01:51 +0900)]
po: updated po

11 years agoko_KR.po: Updated Korean translation.
Daniel Juyung Seo [Tue, 2 Apr 2013 16:50:55 +0000 (01:50 +0900)]
ko_KR.po: Updated Korean translation.

11 years agogengrid/genlist: removed relcount leftovers from commit 3f4c3e03c600c87782543cf08de88...
Daniel Juyung Seo [Tue, 2 Apr 2013 03:44:27 +0000 (12:44 +0900)]
gengrid/genlist: removed relcount leftovers from commit 3f4c3e03c600c87782543cf08de886016f2c192e.

11 years agoelc_ctxpopup.h: more documentation.
Daniel Juyung Seo [Mon, 1 Apr 2013 11:35:17 +0000 (20:35 +0900)]
elc_ctxpopup.h: more documentation.

11 years agoimprove slider test to test more cases and not mess up 1 icon.
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.

11 years agofix slider theme redo that loses indication show/hide state.
Carsten Haitzler (Rasterman) [Mon, 1 Apr 2013 13:23:14 +0000 (22:23 +0900)]
fix slider theme redo that loses indication show/hide state.

11 years agoelementary - added convenient macros elm_object_translatable_part_text_set(), elm_obj...
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()

11 years agoelementary/widget - use Eina_Stringshare explicitly.
ChunEon Park [Mon, 1 Apr 2013 11:50:25 +0000 (20:50 +0900)]
elementary/widget - use Eina_Stringshare explicitly.

11 years agoAdd the repeat_events_set/get for blocking the events of content objects.
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.

11 years agoScroller decides whether the accelerator is on or not, depending on the velocity...
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.

11 years agoSet resize_obj when ELEMENTARY_WEB is enabled.
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.

11 years agobox: Fixed formatting.
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.

11 years agodiskselector: adopt more eo code.
Daniel Juyung Seo [Sat, 30 Mar 2013 16:43:31 +0000 (01:43 +0900)]
diskselector: adopt more eo code.

11 years agoelementary - reverted an unintended change.
ChunEon Park [Sat, 30 Mar 2013 05:59:45 +0000 (14:59 +0900)]
elementary - reverted an unintended change.

11 years agoFrom: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
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)

11 years agodiskselector: reuse evas pointer.
Daniel Juyung Seo [Fri, 29 Mar 2013 17:53:22 +0000 (02:53 +0900)]
diskselector: reuse evas pointer.

11 years agoRecommit the code which was removed by commit 3f4c3e03c600c87782543cf08de886016f2c192e
Daniel Juyung Seo [Fri, 29 Mar 2013 14:03:29 +0000 (23:03 +0900)]
Recommit the code which was removed by commit 3f4c3e03c600c87782543cf08de886016f2c192e

11 years agoBecause of relcount, genlist items cannot be deleted immediately.
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.

11 years agoctxpopup: Fixed ctxpopup geometry when parent is an elm_win. Forwardport from element...
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.

11 years agoelementary/map - map supports language,changed
ChunEon Park [Fri, 29 Mar 2013 11:53:11 +0000 (20:53 +0900)]
elementary/map - map supports language,changed

11 years agoelementary/list - correct line alignment for consistency.
ChunEon Park [Fri, 29 Mar 2013 11:22:41 +0000 (20:22 +0900)]
elementary/list - correct line alignment for consistency.

11 years agoelementary - + EINA_DEPRECATED
ChunEon Park [Fri, 29 Mar 2013 09:42:18 +0000 (18:42 +0900)]
elementary - + EINA_DEPRECATED

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 07:09:05 +0000 (16:09 +0900)]
update po's

11 years agofocus_highlight.edc: remove unused elm/focus_highlight/bottom/default group.
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.

11 years agotest_flipselector.c: simplified the sample code.
Daniel Juyung Seo [Wed, 27 Mar 2013 12:03:06 +0000 (21:03 +0900)]
test_flipselector.c: simplified the sample code.

11 years agoAdd APIs - elm_entry_input_panel_layout_variation_set/get
Jihoon Kim [Wed, 27 Mar 2013 08:34:19 +0000 (17:34 +0900)]
Add APIs - elm_entry_input_panel_layout_variation_set/get

11 years agoelm_genlist.c: added {} pair for if statement + loop combination.
Daniel Juyung Seo [Tue, 26 Mar 2013 17:46:35 +0000 (02:46 +0900)]
elm_genlist.c: added {} pair for if statement + loop combination.

Special thanks to Tasn.

11 years agogengrid/genlist/list.h: added more documentation for highlighted and unhighlighted...
Daniel Juyung Seo [Tue, 26 Mar 2013 17:41:34 +0000 (02:41 +0900)]
gengrid/genlist/list.h: added more documentation for highlighted and unhighlighted smart callbacks.

11 years agoelm_genlist.c: use macros for timers.
Daniel Juyung Seo [Tue, 26 Mar 2013 17:33:01 +0000 (02:33 +0900)]
elm_genlist.c: use macros for timers.

11 years agoelm_genlist.c: fixed formatting.
Daniel Juyung Seo [Tue, 26 Mar 2013 16:17:18 +0000 (01:17 +0900)]
elm_genlist.c: fixed formatting.

11 years agogenlist: more internal documentation.
Daniel Juyung Seo [Tue, 26 Mar 2013 00:54:19 +0000 (09:54 +0900)]
genlist: more internal documentation.

11 years agoMore code simplifying.
Gustavo Lima Chaves [Mon, 25 Mar 2013 20:56:22 +0000 (17:56 -0300)]
More code simplifying.

11 years agoupdate doc styling to match e.org colors.
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 13:36:41 +0000 (22:36 +0900)]
update doc styling to match e.org colors.

11 years agothemes/default-desktop.edc Icon and end part of entry are aligned as default in stand...
Daniel Juyung Seo [Mon, 25 Mar 2013 12:15:56 +0000 (21:15 +0900)]
themes/default-desktop.edc Icon and end part of entry are aligned as default in standard profile. Patch by ruan.choi.

I saw http://trac.enlightenment.org/e/ticket/1616 and it is related to standard profile.
In standard profile, icon and end part of entry are aligned to center so that only half of parts are visible.
It should be aligned like mobile profile.

11 years agostore: fix a crash occuring when elm_store_free function is invoked and a mem leak...
Lukasz Stanislawski [Mon, 25 Mar 2013 03:28:08 +0000 (12:28 +0900)]
store: fix a crash occuring when elm_store_free function is invoked and a mem leak when genlist object is deleted.

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
11 years agoadd toolbar to focus test... since it doesnt work. :)
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 02:52:07 +0000 (11:52 +0900)]
add toolbar to focus test... since it doesnt work. :)

11 years agoCOPYING, elm_intro.h: updated copyright Date.
Daniel Juyung Seo [Sat, 23 Mar 2013 13:58:45 +0000 (22:58 +0900)]
COPYING, elm_intro.h: updated copyright Date.

11 years agofix scrollable to only query pan if there.
Carsten Haitzler (Rasterman) [Sat, 23 Mar 2013 04:27:21 +0000 (13:27 +0900)]
fix scrollable to only query pan if there.

11 years agoAdd a simple example of elm_object_focus_next_set, and fixed wrong codes.
WooHyun Jung [Sat, 23 Mar 2013 01:45:44 +0000 (10:45 +0900)]
Add a simple example of elm_object_focus_next_set, and fixed wrong codes.

11 years agoelementary/win : Now elm_object_focus_next supports four more focus directions(up...
WooHyun Jung [Sat, 23 Mar 2013 00:41:34 +0000 (09:41 +0900)]
elementary/win : Now elm_object_focus_next supports four more focus directions(up, down, right, and left).

11 years agoelementary/focus : Add four more focus direftions. ELM_FOCUS_UP, ELM_FOCUS_DOWN,...
WooHyun Jung [Sat, 23 Mar 2013 00:36:21 +0000 (09:36 +0900)]
elementary/focus : Add four more focus direftions. ELM_FOCUS_UP, ELM_FOCUS_DOWN, ELM_FOCUS_RIGHT, and ELM_FOCUS_LEFT. These are for supporting elm_object_focus_next with four directions. And I added elm_object_focus_next_object_set(get). By setting focus next object manually, developer can set its own first candidate of focus next. Lastly I added elm_object_focused_object_get, for easy finding of current focused object in one object sub-tree.

11 years ago[access] do not call timer callback directly
Shinwoo Kim [Fri, 22 Mar 2013 23:45:26 +0000 (08:45 +0900)]
[access] do not call timer callback directly

11 years agoYet another giant, useless, if {} block gone.
Gustavo Lima Chaves [Fri, 22 Mar 2013 21:38:50 +0000 (18:38 -0300)]
Yet another giant, useless, if {} block gone.

11 years agoupdating catalan translation
maxerba [Fri, 22 Mar 2013 16:43:18 +0000 (17:43 +0100)]
updating catalan translation

11 years agoelementary/naviframe - Now item popping can be cancelled if user returns
ChunEon Park [Fri, 22 Mar 2013 10:04:12 +0000 (19:04 +0900)]
elementary/naviframe - Now item popping can be cancelled if user returns
the EINA_FALSE in the pop_cb().

11 years agoAUTHORS: Add myself to the list
Stefan Schmidt [Fri, 22 Mar 2013 08:50:10 +0000 (08:50 +0000)]
AUTHORS: Add myself to the list

11 years agoelm: No need for two set of parentheses in a simple comparison.
Stefan Schmidt [Fri, 22 Mar 2013 08:42:04 +0000 (08:42 +0000)]
elm: No need for two set of parentheses in a simple comparison.

Seems this got copied around. Better fix it now before it widespreads more.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:41:55 +0000 (17:41 +0900)]
update po's

11 years agoadd a COMPLIANCE file for convenience.
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:41:40 +0000 (17:41 +0900)]
add a COMPLIANCE file for convenience.

11 years agoelementary: make quicklaunch work again.
Cedric BAIL [Fri, 22 Mar 2013 05:44:54 +0000 (14:44 +0900)]
elementary: make quicklaunch work again.

11 years agoelementary: add infrastructure to track startup time.
Cedric BAIL [Wed, 20 Mar 2013 08:37:40 +0000 (17:37 +0900)]
elementary: add infrastructure to track startup time.

Set ELM_FIRST_FRAME to :
* D or E: for exit
* A: for abort
* T: to display the time since entering main();

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 05:42:36 +0000 (14:42 +0900)]
update po's

11 years agoMake some scrolling code more readable.
Gustavo Lima Chaves [Thu, 21 Mar 2013 18:32:36 +0000 (15:32 -0300)]
Make some scrolling code more readable.

11 years agoQuicklaunch: Fixed unused and dead code warnings.
Tom Hacohen [Thu, 21 Mar 2013 13:35:45 +0000 (13:35 +0000)]
Quicklaunch: Fixed unused and dead code warnings.

11 years agoGenlist: Fixed off by 1 errors.
Tom Hacohen [Thu, 21 Mar 2013 13:34:15 +0000 (13:34 +0000)]
Genlist: Fixed off by 1 errors.

Strncat writes at most n+1 chars, not n...

11 years agoclock: You shouldn't pass extra parameters to a printf function.
Tom Hacohen [Thu, 21 Mar 2013 13:30:43 +0000 (13:30 +0000)]
clock: You shouldn't pass extra parameters to a printf function.

This is not good practice.

11 years agoRemove warning in toolbar
Jaehwan Kim [Thu, 21 Mar 2013 06:14:23 +0000 (15:14 +0900)]
Remove warning in toolbar

11 years agoDocumenting all of scrollers smart callbacks.
Gustavo Lima Chaves [Wed, 20 Mar 2013 20:42:12 +0000 (17:42 -0300)]
Documenting all of scrollers smart callbacks.

11 years agoGenlist, gengrid: two new smart callbacks
Flavio Ceolin [Wed, 20 Mar 2013 16:39:51 +0000 (13:39 -0300)]
Genlist, gengrid: two new smart callbacks

Adding ones for mouse pressed and mouse released on items. The event
info for both callbacks are the items being pressed/released.

11 years agoupdate po line #'s
Carsten Haitzler (Rasterman) [Wed, 20 Mar 2013 11:06:45 +0000 (20:06 +0900)]
update po line #'s

11 years agoFix elm box layout problem with max sizes.
Carsten Haitzler (Rasterman) [Wed, 20 Mar 2013 11:06:32 +0000 (20:06 +0900)]
Fix elm box layout problem with max sizes.

11 years agotoolbar: fix icon size not being initalized.
Cedric BAIL [Wed, 20 Mar 2013 02:57:22 +0000 (11:57 +0900)]
toolbar: fix icon size not being initalized.

11 years agoRevert changes that slipped in (to elm_layout) that shouldn't have had.
Tom Hacohen [Tue, 19 Mar 2013 15:16:58 +0000 (15:16 +0000)]
Revert changes that slipped in (to elm_layout) that shouldn't have had.

11 years agoFixed class called with do_super.
Tom Hacohen [Tue, 19 Mar 2013 10:48:36 +0000 (10:48 +0000)]
Fixed class called with do_super.

11 years agoFix the elm_shutdown bug in _elm_shutdown_config.
Jaehwan Kim [Tue, 19 Mar 2013 10:42:34 +0000 (19:42 +0900)]
Fix the elm_shutdown bug in _elm_shutdown_config.
When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
It's why it uses ecore_x in _prop_all_update_cb after removing it.

11 years agoprintf - SHUSH! no debug!
Carsten Haitzler (Rasterman) [Tue, 19 Mar 2013 02:05:43 +0000 (11:05 +0900)]
printf - SHUSH! no debug!

11 years agoChange usage of eo_do_super to the new prototype.
Tom Hacohen [Mon, 18 Mar 2013 16:07:38 +0000 (16:07 +0000)]
Change usage of eo_do_super to the new prototype.

11 years agotoolbar: Use snprintf for elm,number,item buffer handling
Daniel Willmann [Mon, 18 Mar 2013 12:07:23 +0000 (12:07 +0000)]
toolbar: Use snprintf for elm,number,item buffer handling

Avoid potential buffer overflow

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoFree cwd so we don't leak
Daniel Willmann [Mon, 18 Mar 2013 11:46:25 +0000 (11:46 +0000)]
Free cwd so we don't leak

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelementary/elm_win : Focus highlight should be reconfigured when theme is changed.
WooHyun Jung [Mon, 18 Mar 2013 09:44:19 +0000 (18:44 +0900)]
elementary/elm_win : Focus highlight should be reconfigured when theme is changed.

11 years ago[layout][access] access object on a layout could not be a child of the layout eventho...
Shinwoo Kim [Mon, 18 Mar 2013 08:55:09 +0000 (17:55 +0900)]
[layout][access] access object on a layout could not be a child of the layout eventhough it is a child actually, because the access object could not be swallowed.

11 years agoprogressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin.
Cedric BAIL [Mon, 18 Mar 2013 06:34:20 +0000 (15:34 +0900)]
progressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin.

11 years agofix elm_cnp free to null out ptr.
Carsten Haitzler (Rasterman) [Sun, 17 Mar 2013 02:41:41 +0000 (11:41 +0900)]
fix elm_cnp free to null out ptr.

11 years agoelm_app.h: use addtogroup and make a separate doc for elm_app_info_set.
Daniel Juyung Seo [Sat, 16 Mar 2013 13:30:35 +0000 (22:30 +0900)]
elm_app.h: use addtogroup and make a separate doc for elm_app_info_set.

11 years agoelm_app.h: added elm_app into doxygen entry.
Daniel Juyung Seo [Sat, 16 Mar 2013 13:16:09 +0000 (22:16 +0900)]
elm_app.h: added elm_app into doxygen entry.

11 years agoelm_main.c: fixed formatting.
Daniel Juyung Seo [Sat, 16 Mar 2013 08:28:10 +0000 (17:28 +0900)]
elm_main.c: fixed formatting.

11 years agoAdd the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scrol...
Jaehwan Kim [Fri, 15 Mar 2013 09:53:17 +0000 (18:53 +0900)]
Add the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scroll,down".

11 years agoupdate .po line #'s
Carsten Haitzler (Rasterman) [Fri, 15 Mar 2013 04:10:33 +0000 (13:10 +0900)]
update .po line #'s

11 years ago"elm,state,reorder,mode_set" and "elm,state,reorder,mode_unset"
Tae-Hwan Kim [Thu, 14 Mar 2013 10:13:06 +0000 (19:13 +0900)]
"elm,state,reorder,mode_set" and "elm,state,reorder,mode_unset"
is used for changing items' look when elm_genlist_reorder_mode_set() is
called. Also, when decorate mode is enabled/disabled, these signal
should be sent properly.

11 years agoFix memory leaks: return value of elm_genlist_realized_items_get
Tae-Hwan Kim [Wed, 13 Mar 2013 11:25:12 +0000 (20:25 +0900)]
Fix memory leaks: return value of elm_genlist_realized_items_get
should be freed

11 years agoallow for a special different single line entry scroller - needed for
Carsten Haitzler (Rasterman) [Mon, 11 Mar 2013 13:17:53 +0000 (22:17 +0900)]
allow for a special different single line  entry scroller - needed for
dark theme fun. it falls back to a normal entry scroller if not found.

11 years agoelementary/list : Fixed a bug in elm_list. Focus_next is needed only when access...
WooHyun Jung [Wed, 13 Mar 2013 05:05:00 +0000 (14:05 +0900)]
elementary/list : Fixed a bug in elm_list. Focus_next is needed only when access mode is enabled.

11 years agotest flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters.
Daniel Juyung Seo [Tue, 12 Mar 2013 10:49:19 +0000 (19:49 +0900)]
test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters.

11 years agoChangeLog: finish the sentence. fixed a formatting.
Daniel Juyung Seo [Tue, 12 Mar 2013 02:18:47 +0000 (11:18 +0900)]
ChangeLog: finish the sentence. fixed a formatting.

11 years agoelementary/elm_widget : Modifed the type of parameter to const Evas_Object*.
WooHyun Jung [Mon, 11 Mar 2013 13:20:20 +0000 (22:20 +0900)]
elementary/elm_widget : Modifed the type of parameter to const Evas_Object*.

11 years agoelementary/naviframe : Fixed a formatting.
WooHyun Jung [Mon, 11 Mar 2013 13:02:24 +0000 (22:02 +0900)]
elementary/naviframe : Fixed a formatting.

11 years agoelm gengrid,list,menu,segment_control,toolbar.h: updated documentation with regarding...
Daniel Juyung Seo [Mon, 11 Mar 2013 11:52:57 +0000 (20:52 +0900)]
elm gengrid,list,menu,segment_control,toolbar.h: updated documentation with regarding to elm_xxx_item_object_get().

More informative documentation about the returned actual object by elm_xxx_item_object_get().

11 years agoelm icon,menu,toolbar.h: updated documentation related with icon path.
Daniel Juyung Seo [Mon, 11 Mar 2013 11:44:27 +0000 (20:44 +0900)]
elm icon,menu,toolbar.h: updated documentation related with icon path.

11 years agoelm_entry.c: fixed formatting.
Daniel Juyung Seo [Mon, 11 Mar 2013 10:40:19 +0000 (19:40 +0900)]
elm_entry.c: fixed formatting.

11 years agoelementary/naviframe : Don need to check whether current item has content or not.
WooHyun Jung [Mon, 11 Mar 2013 11:08:52 +0000 (20:08 +0900)]
elementary/naviframe : Don need to check whether current item has content or not.

11 years agoEntry: Fixed a bug with text appending.
Tom Hacohen [Mon, 11 Mar 2013 10:19:29 +0000 (10:19 +0000)]
Entry: Fixed a bug with text appending.

The target buffer was not large enough.

11 years agoelementary/naviframe : Naviframe is now supporting focus_direction.
WooHyun Jung [Mon, 11 Mar 2013 08:03:21 +0000 (17:03 +0900)]
elementary/naviframe : Naviframe is now supporting focus_direction.

11 years agoelementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after...
WooHyun Jung [Mon, 11 Mar 2013 07:38:45 +0000 (16:38 +0900)]
elementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout.

11 years agoelm_focus.h: more informative documentation.
Daniel Juyung Seo [Sat, 9 Mar 2013 15:47:26 +0000 (00:47 +0900)]
elm_focus.h: more informative documentation.

11 years agoonly del cnp drop if removed from list.
Carsten Haitzler (Rasterman) [Sat, 9 Mar 2013 14:05:32 +0000 (23:05 +0900)]
only del cnp drop if removed from list.