platform/upstream/elementary.git
11 years agoAdd elm quit policy to conformant_example_02.
Chris Michael [Tue, 23 Jul 2013 06:31:23 +0000 (07:31 +0100)]
Add elm quit policy to conformant_example_02.

NB: In the future, can we please add this to any new examples also ?
so that we do not have to waste time chasing down stupid phab tickets
about apps not closing when the 'X' is pressed...

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoelementary: we are using the beta API of EFL.
Cedric Bail [Tue, 23 Jul 2013 02:24:43 +0000 (11:24 +0900)]
elementary: we are using the beta API of EFL.

11 years agomap: fix header split to actually be a split !
Cedric Bail [Tue, 23 Jul 2013 02:22:02 +0000 (11:22 +0900)]
map: fix header split to actually be a split !

11 years agoelementary: fix header inclusion order.
Cedric Bail [Mon, 22 Jul 2013 11:25:10 +0000 (20:25 +0900)]
elementary: fix header inclusion order.

11 years agoelc_fileselector.c: check null for part name and set the label for another part as...
Daniel Juyung Seo [Mon, 22 Jul 2013 21:11:30 +0000 (06:11 +0900)]
elc_fileselector.c: check null for part name and set the label for another part as well.

11 years agoelm: formatting fix for consistency.
Daniel Juyung Seo [Mon, 22 Jul 2013 21:05:16 +0000 (06:05 +0900)]
elm: formatting fix for consistency.

11 years agoelm: use more descriptive and consistent local variable name.
Daniel Juyung Seo [Mon, 22 Jul 2013 20:34:19 +0000 (05:34 +0900)]
elm: use more descriptive and consistent local variable name.

11 years agoelementary/fileselector - support elm_object_part_text_set() to set the ok, cancel...
ChunEon Park [Mon, 22 Jul 2013 16:51:27 +0000 (01:51 +0900)]
elementary/fileselector - support elm_object_part_text_set() to set the ok, cancel button label.

11 years agoelementary/diskselector - fix the test case that caused _smart_need_recalculate problems.
ChunEon Park [Mon, 22 Jul 2013 08:38:26 +0000 (17:38 +0900)]
elementary/diskselector - fix the test case that caused _smart_need_recalculate problems.

11 years agoelementary/diskselector - removed unnecessary part
ChunEon Park [Mon, 22 Jul 2013 08:38:08 +0000 (17:38 +0900)]
elementary/diskselector - removed unnecessary part

11 years agoelementary/diskselector - clean edc
ChunEon Park [Mon, 22 Jul 2013 08:06:20 +0000 (17:06 +0900)]
elementary/diskselector - clean edc

11 years agoelementary/slideshow - removed unnecessary lines
ChunEon Park [Mon, 22 Jul 2013 06:19:38 +0000 (15:19 +0900)]
elementary/slideshow - removed unnecessary lines

11 years agoewk changed run_open_panel interface since webkit's r123847
Ryuan Choi [Sun, 21 Jul 2013 23:03:12 +0000 (08:03 +0900)]
ewk changed run_open_panel interface since webkit's r123847

In order to support all of <file> attribute, run_open_panel was changed since r123847.
For more information, please see https://bugs.webkit.org/show_bug.cgi?id=91956

11 years agostop fetching invalid window id's even thought ecore handles it fine.
Carsten Haitzler (Rasterman) [Fri, 19 Jul 2013 10:56:58 +0000 (19:56 +0900)]
stop fetching invalid window id's even thought ecore handles it fine.

11 years agoslider - finally actually remove callback feedback loop from slider changes!
Carsten Haitzler (Rasterman) [Fri, 19 Jul 2013 07:00:45 +0000 (16:00 +0900)]
slider - finally actually remove callback feedback loop from slider changes!

11 years agofix self-feedback loop between slider and elm player in slider.
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 14:10:34 +0000 (23:10 +0900)]
fix self-feedback loop between slider and elm player in slider.

11 years agowork on slider issues like not showing units brought up by player test
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 13:19:44 +0000 (22:19 +0900)]
work on slider issues like not showing units brought up by player test

11 years agoremove printf in elm_player
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 12:24:17 +0000 (21:24 +0900)]
remove printf in elm_player

11 years agoremove printfs from video test
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 11:22:09 +0000 (20:22 +0900)]
remove printfs from video test

11 years agomake video test notify usage less annoying.
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 10:02:08 +0000 (19:02 +0900)]
make video test notify usage less annoying.

11 years agofix some over-zealous emitting when not needed.
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 09:28:35 +0000 (18:28 +0900)]
fix some over-zealous emitting when not needed.

11 years agoelm_player: now really dont self-event-feed on user drag + chg slider.
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 08:19:13 +0000 (17:19 +0900)]
elm_player: now really dont self-event-feed on user drag + chg slider.

11 years agomake test video not use alpha and be a more sensible size by default
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 07:38:40 +0000 (16:38 +0900)]
make test video not use alpha and be a more sensible size by default

11 years agoelementary/layout - revert commit b4e1b33cbea974e7e05d61a1c37c21f97ff7eabd for the...
ChunEon Park [Thu, 18 Jul 2013 04:02:19 +0000 (13:02 +0900)]
elementary/layout - revert commit b4e1b33cbea974e7e05d61a1c37c21f97ff7eabd for the app compatibility.

11 years agounregister access fully on del of src obj.
Carsten Haitzler (Rasterman) [Thu, 18 Jul 2013 03:48:22 +0000 (12:48 +0900)]
unregister access fully on del of src obj.

11 years agoRevert "Remove redundant check routine what elm_entry_utf8_to_markup() returns."
Ryuan Choi [Thu, 18 Jul 2013 01:25:57 +0000 (10:25 +0900)]
Revert "Remove redundant check routine what elm_entry_utf8_to_markup() returns."

This commit is invalid.
It just use strdup and strdup may return NULL when memory is not enough.

This reverts commit f579f7fd4b5e863f01a001876e536f5becc40811.

11 years agoCleanup _on_item_selected
Ryuan Choi [Wed, 17 Jul 2013 17:48:07 +0000 (02:48 +0900)]
Cleanup _on_item_selected

Just return for the exception and avoid unnecessary allocation.

11 years agoRemove redundant check routine what elm_entry_utf8_to_markup() returns.
Ryuan Choi [Wed, 17 Jul 2013 16:59:22 +0000 (01:59 +0900)]
Remove redundant check routine what elm_entry_utf8_to_markup() returns.

elm_entry_utf8_to_markup() always returns allocated string.
So, we don't need to check what it returns.

11 years agoelementary/panes - fixed typo
ChunEon Park [Wed, 17 Jul 2013 16:27:43 +0000 (01:27 +0900)]
elementary/panes - fixed typo

11 years agofix player widget feedback loop with slider
Carsten Haitzler (Rasterman) [Wed, 17 Jul 2013 10:29:30 +0000 (19:29 +0900)]
fix player widget feedback loop with slider

11 years agoelementary/widget - use eina_inlist in transate data to improve memory access / alloc...
ChunEon Park [Wed, 17 Jul 2013 06:05:40 +0000 (15:05 +0900)]
elementary/widget - use eina_inlist in transate data to improve memory access / allocations.

11 years agoelementary/layout - Send visible/hidden signals whenever contents are set/unset ...
ChunEon Park [Wed, 17 Jul 2013 01:50:08 +0000 (10:50 +0900)]
elementary/layout - Send visible/hidden signals whenever contents are set/unset (not only icon and end parts)

11 years agoscroller: ELM_PRIV_XXX_SIGNALS adoption for scroller
Ryuan Choi [Mon, 15 Jul 2013 23:11:52 +0000 (08:11 +0900)]
scroller: ELM_PRIV_XXX_SIGNALS adoption for scroller

Refactored signal declarations since b430c07ca1f1.

11 years agoelm datetime -> set child objects to disabled if main obj is
Carsten Haitzler (Rasterman) [Mon, 15 Jul 2013 10:45:41 +0000 (19:45 +0900)]
elm datetime -> set child objects to disabled if main obj is

11 years agonamespace special parts elm looks for with elm.*
Carsten Haitzler (Rasterman) [Mon, 15 Jul 2013 09:00:49 +0000 (18:00 +0900)]
namespace special parts elm looks for with elm.*

11 years agoelementary/naviframe - improve doc.
ChunEon Park [Mon, 15 Jul 2013 05:34:13 +0000 (14:34 +0900)]
elementary/naviframe - improve doc.

11 years agoconfig.c: make a group of scroller bounce configurations.
Daniel Juyung Seo [Mon, 15 Jul 2013 05:04:15 +0000 (14:04 +0900)]
config.c: make a group of scroller bounce configurations.

11 years agoconfig.c: make a group of scroller acceleration configurations.
Daniel Juyung Seo [Mon, 15 Jul 2013 04:59:00 +0000 (13:59 +0900)]
config.c: make a group of scroller acceleration configurations.

11 years agoentry: ELM_PRIV_XXX_SIGNALS adoption for entry(2)
Ryuan Choi [Mon, 15 Jul 2013 04:37:34 +0000 (13:37 +0900)]
entry: ELM_PRIV_XXX_SIGNALS adoption for entry(2)

Fixed typo.

11 years agoentry: ELM_PRIV_XXX_SIGNALS adoption for entry
Ryuan Choi [Mon, 15 Jul 2013 03:13:53 +0000 (12:13 +0900)]
entry: ELM_PRIV_XXX_SIGNALS adoption for entry

Refactored signal declarations since b430c07ca1f1.

11 years agoelm, genlist: Introduce ELM_PRIV_STATIC_VARIABLE_DECLARE and ELM_PRIV_SMART_CALLBACKS...
Ryuan Choi [Mon, 15 Jul 2013 02:13:24 +0000 (11:13 +0900)]
elm, genlist: Introduce ELM_PRIV_STATIC_VARIABLE_DECLARE and ELM_PRIV_SMART_CALLBACKS_DESC

This can reduce human mistakes when adding new signals (and typing).

This is not all, I will work on adopting these macros for oter widgets.

11 years agoelementry/entry - Change the keyboard mode only if the imf is not available.
ChunEon Park [Sat, 13 Jul 2013 09:58:30 +0000 (18:58 +0900)]
elementry/entry - Change the keyboard mode only if the imf is not available.
If the imf is available, the keyboard mode should be decided by ime, but not
entry. This prevents the asynchorouse states between ime and conformant.

11 years agoelm_list.h: add more documentation for supported parts.
Daniel Juyung Seo [Sat, 13 Jul 2013 07:07:12 +0000 (16:07 +0900)]
elm_list.h: add more documentation for supported parts.

11 years agotest_list.c: added elm_object_item_part_text_set sample.
Daniel Juyung Seo [Sat, 13 Jul 2013 07:05:59 +0000 (16:05 +0900)]
test_list.c: added elm_object_item_part_text_set sample.

11 years agoelm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in elm_list.
Daniel Juyung Seo [Sat, 13 Jul 2013 06:45:44 +0000 (15:45 +0900)]
elm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in elm_list.

11 years agoelementary/elm_win.c : When highlight shutdown, custom highlight of current focused...
WooHyun Jung [Sat, 13 Jul 2013 03:37:03 +0000 (12:37 +0900)]
elementary/elm_win.c : When highlight shutdown, custom highlight of current focused widget should be hidden.

11 years agoForgotten release boilerplate.
Gustavo Lima Chaves [Fri, 12 Jul 2013 15:01:17 +0000 (12:01 -0300)]
Forgotten release boilerplate.

11 years agoAdding an API to Dayselector.
cabelitos [Thu, 11 Jul 2013 18:34:58 +0000 (15:34 -0300)]
Adding an API to Dayselector.

This patches introduces a new API that will make the Dayselector more
flexible. Before this patch the only way that the week this was being shown
was according to the '%a' format type from the strftime() function,
However the user may want to abbreviate using another criterion. This patch
will allow the user to do that.

11 years agonotify.edc: added show animation for center style.
Daniel Juyung Seo [Thu, 11 Jul 2013 22:28:44 +0000 (07:28 +0900)]
notify.edc: added show animation for center style.

11 years agoOpps revert this commit. It was my mistake. Sorry.
Daniel Juyung Seo [Thu, 11 Jul 2013 22:20:01 +0000 (07:20 +0900)]
Opps revert this commit. It was my mistake. Sorry.

Revert "sldkfj"

This reverts commit a52b461984914211ee98f390b957b0c370347bfc.

11 years agopo: updated po
Daniel Juyung Seo [Thu, 11 Jul 2013 22:19:18 +0000 (07:19 +0900)]
po: updated po

11 years agosldkfj
Thiep Ha [Thu, 11 Jul 2013 21:57:00 +0000 (06:57 +0900)]
sldkfj

11 years agoElementary: Gesture Layer updated test 2 Added callbacks for MOVE state of Double...
Aharon Hillel [Thu, 11 Jul 2013 14:19:52 +0000 (17:19 +0300)]
Elementary: Gesture Layer updated test 2 Added callbacks for MOVE state of Double, Triple Tap gesture

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
11 years agoElementary: Gesture Layer added move for Taps Added MOVE state report for Double...
Aharon Hillel [Thu, 11 Jul 2013 14:18:24 +0000 (17:18 +0300)]
Elementary: Gesture Layer added move for Taps Added MOVE state report for Double,Triple Tap gesture

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
11 years agoWe can change the focusable state of elm_layout by calling elm_object_focus_allow_set...
WooHyun Jung [Thu, 11 Jul 2013 08:47:25 +0000 (17:47 +0900)]
We can change the focusable state of elm_layout by calling elm_object_focus_allow_set from application side.

11 years agoelm_authors.h: synchronize elm_authors.h with AUTHORS.
Daniel Juyung Seo [Thu, 11 Jul 2013 03:54:54 +0000 (12:54 +0900)]
elm_authors.h: synchronize elm_authors.h with AUTHORS.

11 years agotheme: free all theme resources when elementary is shutdown.
Tae-Hwan Kim [Thu, 11 Jul 2013 02:34:21 +0000 (11:34 +0900)]
theme: free all theme resources when elementary is shutdown.

11 years ago[entry] Fix non-scrollable entry did not comply focus_highlight data.
Youngbok Shin [Tue, 9 Jul 2013 09:40:47 +0000 (18:40 +0900)]
[entry] Fix non-scrollable entry did not comply focus_highlight data.

elm_entry checked focus_highlight data only if entry is scrollable.
Now elm_entry will check focus_highlight data on any style of entries.

11 years agoEntry: _elm_entry_smart_signali calls edje_object_message_signal_process for processi...
Youngbok Shin [Tue, 9 Jul 2013 09:31:22 +0000 (18:31 +0900)]
Entry: _elm_entry_smart_signali calls edje_object_message_signal_process for processing the pending messages.

_elm_entry_smart_signali calls edje_object_message_signal_process for processing the pending messages.
Because Edje can’t changes size or position of parts immediately when it receive a signal without this.

11 years agoentry: Fix elm_entry_end_visible_set checked wrong content.
Youngbok Shin [Tue, 9 Jul 2013 07:57:16 +0000 (16:57 +0900)]
entry: Fix elm_entry_end_visible_set checked wrong content.

the elm_entry_end_visible_set checked elm.swallow.icon.
It should checked elm.swallow.end.

11 years agoelm_config.c: set the default value for thumbscroll flick distance tolerance when...
Daniel Juyung Seo [Tue, 9 Jul 2013 05:07:21 +0000 (14:07 +0900)]
elm_config.c: set the default value for thumbscroll flick distance tolerance when the value equals to zero.

11 years agoconfig.c: add more comments for the readability.
Daniel Juyung Seo [Tue, 9 Jul 2013 04:36:19 +0000 (13:36 +0900)]
config.c: add more comments for the readability.

11 years agoadd disabled list items for horizontal lists in test
Carsten Haitzler (Rasterman) [Sun, 7 Jul 2013 01:56:36 +0000 (10:56 +0900)]
add disabled list items for horizontal lists in test

11 years agopo: If els_pan.c is removed, don't depend on it in POTFILES.in
Daniel Willmann [Sat, 6 Jul 2013 23:27:14 +0000 (00:27 +0100)]
po: If els_pan.c is removed, don't depend on it in POTFILES.in

Fix build failure from commit ee9024

11 years agoelementary_test : Fixed my fault.
Ryuan Choi [Sat, 6 Jul 2013 11:55:41 +0000 (20:55 +0900)]
elementary_test : Fixed my fault.

Valgrind complains invalid read of size 1

11 years agotest_access.c: added an instruction how to run the test.
Daniel Juyung Seo [Sat, 6 Jul 2013 07:41:25 +0000 (16:41 +0900)]
test_access.c: added an instruction how to run the test.

11 years agoobjects/test.edc: fixed formatting.
Daniel Juyung Seo [Sat, 6 Jul 2013 07:35:20 +0000 (16:35 +0900)]
objects/test.edc: fixed formatting.

11 years agoobjects/test.edc: refactoring. use rel1.relative for oneliner.
Daniel Juyung Seo [Sat, 6 Jul 2013 06:35:05 +0000 (15:35 +0900)]
objects/test.edc: refactoring. use rel1.relative for oneliner.

11 years agotest_access.c: refactoring.
Daniel Juyung Seo [Sat, 6 Jul 2013 06:24:44 +0000 (15:24 +0900)]
test_access.c: refactoring.

1. removed unnecessary align hint set.
2. changed code sequence more logically.
3. use ECORE_CALLBACK_PASS_ON instead of EINA_TRUE for ecore event callback function.

11 years agoelementary_test: elementary_test should be more kind to execute specific test
Ryuan Choi [Sat, 6 Jul 2013 06:10:50 +0000 (15:10 +0900)]
elementary_test: elementary_test should be more kind to execute specific test

I frequently mistake test name because of spaces like "fileselector"
In this case, nothing appeared and nothing is complained.

For lazy developer like me, this patch makes elementary_test ignore spaces.
In addition, elementary_test will complain and exit if wrong test name is given.

11 years ago[access] add elm_access_highlight_next_set, export elm_widget_focus_region_show
Shinwoo Kim [Sat, 6 Jul 2013 05:41:00 +0000 (14:41 +0900)]
[access] add elm_access_highlight_next_set, export elm_widget_focus_region_show

11 years agoconfig.c: just free the list.
Daniel Juyung Seo [Sat, 6 Jul 2013 04:28:00 +0000 (13:28 +0900)]
config.c: just free the list.

This fixes 'unused pointer value' warning which was spotted by coverity. CID 1039983.

11 years agoelm_disselector.c: removed redundant code.
Daniel Juyung Seo [Sat, 6 Jul 2013 04:01:55 +0000 (13:01 +0900)]
elm_disselector.c: removed redundant code.

This fixes 'dereference before null check' issue which was spotted by coverity. CID 1040001.

11 years agoelm_genlist.c: refactoring. use correct parameters.
Daniel Juyung Seo [Sat, 6 Jul 2013 04:00:39 +0000 (13:00 +0900)]
elm_genlist.c: refactoring. use correct parameters.

11 years agoelm_genlist.c: do not check null. it should not be a null and it was already derefere...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:56:58 +0000 (12:56 +0900)]
elm_genlist.c: do not check null. it should not be a null and it was already dereferenced.

This fixes 'dereference before null check' issue which was spotted by coverity. CID 1040000.

11 years agoelm_gengrid/genlist.c: removed logically dead code. NULL is already checked.
Daniel Juyung Seo [Sat, 6 Jul 2013 03:49:54 +0000 (12:49 +0900)]
elm_gengrid/genlist.c: removed logically dead code. NULL is already checked.

This fixes 'Logically dead code' warning which was spotted by coverity.
CID 1040038, 1040040, 1040036, 1040037.

11 years agoelm_gesture_layer.c: removed unnecessary assignment.
Daniel Juyung Seo [Sat, 6 Jul 2013 03:46:07 +0000 (12:46 +0900)]
elm_gesture_layer.c: removed unnecessary assignment.

This fixes 'unused pointer value' warning which was spotted by coverity. CID 1039974.

11 years agoelm_prefs.c: used strncpy for the fixed size array copy.
Daniel Juyung Seo [Sat, 6 Jul 2013 03:33:52 +0000 (12:33 +0900)]
elm_prefs.c: used strncpy for the fixed size array copy.

This fixes 'copy into fixed size buffer' issue which was spotted by coverity. CID 1039998.

11 years agoelm_toolbar.c: check reorder_from at the start of _items_change. reorder_from is...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:26:59 +0000 (12:26 +0900)]
elm_toolbar.c: check reorder_from at the start of _items_change. reorder_from is used here and there.

this fixes dereference before null issue which was spotted by coverity. CID 1039999.

11 years agoelm_web.c: removed unnecessary assignment.
Daniel Juyung Seo [Sat, 6 Jul 2013 03:22:26 +0000 (12:22 +0900)]
elm_web.c: removed unnecessary assignment.

this fixes dereference after null check warning which was spotted by coverity. CID 1040033.

11 years agoels_pan: remove unused code. pan was migrated to scrollable interface.
Daniel Juyung Seo [Sat, 6 Jul 2013 03:19:05 +0000 (12:19 +0900)]
els_pan: remove unused code. pan was migrated to scrollable interface.

11 years agoelm_config.c: fixed dereference before null check issue which was spotted by coverity...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:14:02 +0000 (12:14 +0900)]
elm_config.c: fixed dereference before null check issue which was spotted by coverity. CID 1040002.

efd->text_class should be a null.

11 years agoelm_colorselector.c: removed dead default in switch code which was spotted by coverit...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:10:16 +0000 (12:10 +0900)]
elm_colorselector.c: removed dead default in switch code which was spotted by coverity. CID 1040039.

11 years agoelc_multibuttonentry.c: fixed dereference null return value issue which was spotted...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:07:51 +0000 (12:07 +0900)]
elc_multibuttonentry.c: fixed dereference null return value issue which was spotted by coverity. CID 1040023.

elm_widget_item_new() can return NULL on error so it's better to check NULL.

11 years agotest_panel.c: fixed derefence null return value from getenv issue which was spotted...
Daniel Juyung Seo [Sat, 6 Jul 2013 03:05:36 +0000 (12:05 +0900)]
test_panel.c: fixed derefence null return value from getenv issue which was spotted by coverity. CID 1040025.

11 years agotest_fileselector_entry.c: fixed unchecked return value warning which was spotted...
Daniel Juyung Seo [Sat, 6 Jul 2013 02:59:07 +0000 (11:59 +0900)]
test_fileselector_entry.c: fixed unchecked return value warning which was spotted by coverity. CID 1040043.

11 years agotest_config.c: comparing array against 0 is useless. compare the first value instead.
Daniel Juyung Seo [Fri, 5 Jul 2013 10:18:42 +0000 (19:18 +0900)]
test_config.c: comparing array against 0 is useless. compare the first value instead.

This was spotted by coverity CID 1040027.

11 years agotest_external.c: removed duplicated calls.
Daniel Juyung Seo [Fri, 5 Jul 2013 18:13:50 +0000 (03:13 +0900)]
test_external.c: removed duplicated calls.

This removes unused pointer value warning which was spotted by coverity.
CID 1039977.

11 years agotest_naviframe_complex.c: removed unused pointer value which was spotted by coverity...
Daniel Juyung Seo [Fri, 5 Jul 2013 18:12:44 +0000 (03:12 +0900)]
test_naviframe_complex.c: removed unused pointer value which was spotted by coverity. CID 1039976.

11 years agotest_ctxpopup.c: Use normal internal function instead of macro.
Daniel Juyung Seo [Fri, 5 Jul 2013 18:04:20 +0000 (03:04 +0900)]
test_ctxpopup.c: Use normal internal function instead of macro.

This fixes unused pointer value warning which was spotted by coverity.
CID 1039978 ~ 1039981.

11 years agoFixed sorting in desktop files
maxerba [Fri, 5 Jul 2013 17:01:26 +0000 (19:01 +0200)]
Fixed sorting in desktop files

11 years agoquicklaunch: Fixed double close issue spotted by coverity. CID1039972.
Ryuan Choi [Fri, 5 Jul 2013 14:38:49 +0000 (23:38 +0900)]
quicklaunch: Fixed double close issue spotted by coverity. CID1039972.

11 years agoelm_sys_notify.c: fixed memory illegal access issue spotted by coverity. CID 1039984.
Daniel Juyung Seo [Fri, 5 Jul 2013 10:09:22 +0000 (19:09 +0900)]
elm_sys_notify.c: fixed memory illegal access issue spotted by coverity. CID 1039984.

11 years agoelm_entry.c: fixed uninitialized variable issue spotted by coverity. CID 1039985.
Daniel Juyung Seo [Fri, 5 Jul 2013 10:04:14 +0000 (19:04 +0900)]
elm_entry.c: fixed uninitialized variable issue spotted by coverity. CID 1039985.

11 years agoelm_cnp.c: fixed uninitialized variable warning spotted by coverity.
Daniel Juyung Seo [Fri, 5 Jul 2013 09:49:31 +0000 (18:49 +0900)]
elm_cnp.c: fixed uninitialized variable warning spotted by coverity.

CID 1039986, 1039987.

11 years ago[access] set a module api to NULL in shutdown(); because _elm_module_unload(); could...
Shinwoo Kim [Fri, 5 Jul 2013 10:02:57 +0000 (19:02 +0900)]
[access] set a module api to NULL in shutdown(); because _elm_module_unload(); could access m->api and try to free();

11 years agotest_gengrid.c: fixed memory leak spotted by coverity.
Daniel Juyung Seo [Fri, 5 Jul 2013 09:31:38 +0000 (18:31 +0900)]
test_gengrid.c: fixed memory leak spotted by coverity.

CID 1040015, 1040014, 1040013, 1040011, 1040010.

11 years agotest_access.c: fixed memory leak spotted by coverity. CID 1040017, 1040018.
Daniel Juyung Seo [Fri, 5 Jul 2013 09:00:31 +0000 (18:00 +0900)]
test_access.c: fixed memory leak spotted by coverity. CID 1040017, 1040018.

11 years agoelm_cnp.c: fixed use after free spotted by coverity CID 1039969.
Daniel Juyung Seo [Fri, 5 Jul 2013 08:35:29 +0000 (17:35 +0900)]
elm_cnp.c: fixed use after free spotted by coverity CID 1039969.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 5 Jul 2013 02:11:08 +0000 (11:11 +0900)]
update po's