platform/upstream/efl.git
10 years agotest_popup.c: added popup example which has a rectangle as its parent.
Daniel Juyung Seo [Mon, 25 Nov 2013 05:05:17 +0000 (14:05 +0900)]
test_popup.c: added popup example which has a rectangle as its parent.

This shows how the popup and its block event area size are decided.

10 years agoDnD: safe inlist elements removal
Daniel Zaoui [Mon, 18 Nov 2013 11:34:07 +0000 (13:34 +0200)]
DnD: safe inlist elements removal

10 years agoAdding polish localization
maxerba [Sat, 23 Nov 2013 15:52:19 +0000 (16:52 +0100)]
Adding polish localization

10 years agowayland - fix cnp segv
Carsten Haitzler (Rasterman) [Sat, 23 Nov 2013 13:45:15 +0000 (22:45 +0900)]
wayland - fix cnp segv

this ACTUALLY fixes T471

10 years agoUpdating galician localization
maxerba [Fri, 22 Nov 2013 20:38:34 +0000 (21:38 +0100)]
Updating galician localization

10 years agogeneral_funcs_example.c: fixed wrong window's resize object addition logic in general...
Daniel Juyung Seo [Fri, 22 Nov 2013 13:48:22 +0000 (22:48 +0900)]
general_funcs_example.c: fixed wrong window's resize object addition logic in general_funcs sample code.

Do not use elm_win_resize_object_add() if that object is already a child of another object.

10 years agoelementary/mapbuf - reset the mapbuf correctly when the content is removed(unset)
ChunEon Park [Fri, 22 Nov 2013 10:48:24 +0000 (19:48 +0900)]
elementary/mapbuf - reset the mapbuf correctly when the content is removed(unset)

When the content is removed(or unset) the mapbuf didn't clean up the some stuff such as removing event callback for the content.
So the unset content would be tracked still by mapbuf dangling callbacks.

10 years agoelementary/mapbuf - set NULL if the content is empty.
ChunEon Park [Fri, 22 Nov 2013 08:40:40 +0000 (17:40 +0900)]
elementary/mapbuf - set NULL if the content is empty.

10 years agofix typos in doxygen and comments
Jihoon Kim [Fri, 22 Nov 2013 02:06:37 +0000 (11:06 +0900)]
fix typos in doxygen and comments

10 years agoT531 - Elemntary_popup does not respond to 'close' event
Sanjeev BA [Thu, 21 Nov 2013 21:16:49 +0000 (06:16 +0900)]
T531 - Elemntary_popup does not respond to 'close' event

Reviewers: seoz, raster

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D344

10 years agoelm_diskselector.c: reduce item_count number on _item_del. or reducing item_count...
Daniel Juyung Seo [Thu, 21 Nov 2013 05:26:39 +0000 (14:26 +0900)]
elm_diskselector.c: reduce item_count number on _item_del. or reducing item_count could be skipped in some cases like elm_index_clear.

This fixes T508.

10 years agoelementary/elm_scroller.c : For checking focus next object, focus_direcion_get functi...
WooHyun Jung [Thu, 21 Nov 2013 01:13:40 +0000 (10:13 +0900)]
elementary/elm_scroller.c : For checking focus next object, focus_direcion_get function should be changed to focus_next_get function. If there is no focus next object, focus_direction_get will be executed by focus_next_get.

10 years agoFix build warning.
WooHyun Jung [Wed, 20 Nov 2013 11:23:49 +0000 (20:23 +0900)]
Fix build warning.

10 years agoelementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents...
WooHyun Jung [Wed, 20 Nov 2013 11:17:17 +0000 (20:17 +0900)]
elementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents' on_focus.

10 years agoelm - table - protect against invalid cell/row values (16bit overflow)
Carsten Haitzler (Rasterman) [Wed, 20 Nov 2013 09:06:42 +0000 (18:06 +0900)]
elm - table - protect against invalid cell/row values (16bit overflow)

10 years agoelementary/ctxpopup - fix T235 ctxpopup_example_01 can popup many times at once.
ChunEon Park [Wed, 20 Nov 2013 01:56:31 +0000 (10:56 +0900)]
elementary/ctxpopup - fix T235 ctxpopup_example_01 can popup many times at once.

I know this is not fundamental fix but there is no solution at this moment unless fixing the evas.

10 years agogenlist_example_04/05.c: initialize pointer variables and check null.
Daniel Juyung Seo [Wed, 20 Nov 2013 01:44:07 +0000 (10:44 +0900)]
genlist_example_04/05.c: initialize pointer variables and check null.

This removes build warnings.

10 years agoindex_example_01.c: sample code internal refactoring.
Daniel Juyung Seo [Wed, 20 Nov 2013 01:40:02 +0000 (10:40 +0900)]
index_example_01.c: sample code internal refactoring.

- avoid using unnecessary global variable.
- use common name for item variable, it.
- print out more useful messages on _active_set.

10 years agoindex_example_01.c: fixed wrong example code. elm_index_level_go() should be called...
Daniel Juyung Seo [Wed, 20 Nov 2013 01:30:09 +0000 (10:30 +0900)]
index_example_01.c: fixed wrong example code. elm_index_level_go() should be called after every index item changes.

This fixes T510.

10 years agoelementary/transit - fix the T511 "_transit_auto_reverse_get() Elm_Transit transit...
ChunEon Park [Tue, 19 Nov 2013 23:53:20 +0000 (08:53 +0900)]
elementary/transit - fix the T511 "_transit_auto_reverse_get() Elm_Transit transit has already been deleted"

10 years agoHoversel: Fix access to already deleted object.
Tom Hacohen [Tue, 19 Nov 2013 17:13:31 +0000 (17:13 +0000)]
Hoversel: Fix access to already deleted object.

Thank you eo pointer indirection for detecting this.
The issue is a mix of design choices (will discuss on the ML) and
a bug in hoversel which was probably caused because of the confusing design
choices.
The problem is that while widget_item->view is set by whoever created
the item, it's automatically deleted by elm_widget_item_del. This means
that objects that decided to delete their views, but were too sloppy to
update the widget_item->view pointer to NULL, would trigger an attempt
to deleted an already deleted object. This does not happen in 1.7
because widget_item->view was introduced in 1.8.
The automatic view deletion is problematic, as smart subobjects are
already deleted when the parent subobject (the widget) is deleted. So
clearing the views is redundant. However if the widget item is manually
deleted, the view should be deleted. This causes this mixture of cases
that are problematic at best.

Indication error:
Error:
 ERR<5394>:eo lib/eo/eo_ptr_indirection.x:275 eo_obj_pointer_get()
    obj_id 0x8000002900000149 is not pointing to a valid object. Maybe
    it has already been freed.

This fixes T500.

10 years agoTests: Added elm_suite.h to EXTRA_DIST.
Tom Hacohen [Tue, 19 Nov 2013 13:25:11 +0000 (13:25 +0000)]
Tests: Added elm_suite.h to EXTRA_DIST.

Fixes make dist.

10 years agoIntroduce check for unit testing framework of Elementary
Ryuan Choi [Tue, 19 Nov 2013 13:18:02 +0000 (13:18 +0000)]
Introduce check for unit testing framework of Elementary

Reviewers: seoz, tasn

CC: tasn, cedric
Differential Revision: https://phab.enlightenment.org/D91

10 years ago1.8.0-alpha2
Carsten Haitzler (Rasterman) [Tue, 19 Nov 2013 08:21:59 +0000 (17:21 +0900)]
1.8.0-alpha2

10 years agogenlist - fix queue processor to not account for entire loop run in time
Carsten Haitzler (Rasterman) [Tue, 19 Nov 2013 06:10:03 +0000 (15:10 +0900)]
genlist - fix queue processor to not account for entire loop run in time

10 years agotheme-randr - extend pwr event area for those who dont click where indicated
Carsten Haitzler (Rasterman) [Mon, 18 Nov 2013 23:21:46 +0000 (08:21 +0900)]
theme-randr - extend pwr event area for those who dont click where indicated

10 years agomailmap: Sync file with changes from efl
Stefan Schmidt [Mon, 18 Nov 2013 15:35:32 +0000 (16:35 +0100)]
mailmap: Sync file with changes from efl

10 years agoelm_web: Fixed warnings when opened popup for <select>
Ryuan Choi [Mon, 18 Nov 2013 15:10:58 +0000 (00:10 +0900)]
elm_web: Fixed warnings when opened popup for <select>

elm_notify and elm_list should be made using Eo based class as a parent.

10 years agoelc_hoversel.c: use int_ret instead of ret because ret can be null.
Daniel Juyung Seo [Mon, 18 Nov 2013 13:33:37 +0000 (22:33 +0900)]
elc_hoversel.c: use int_ret instead of ret because ret can be null.

This fixes coverity CID 1129609 and 1129610.

10 years agotooltip.edc: fixed a comment typo.
Daniel Juyung Seo [Mon, 18 Nov 2013 12:28:47 +0000 (21:28 +0900)]
tooltip.edc: fixed a comment typo.

10 years agoelementary - added a warning for elm_widget_item_track().
ChunEon Park [Mon, 18 Nov 2013 04:15:56 +0000 (13:15 +0900)]
elementary - added a warning for elm_widget_item_track().

10 years agotest_main_menu.c: refactored button callback function.
Daniel Juyung Seo [Mon, 18 Nov 2013 00:57:41 +0000 (09:57 +0900)]
test_main_menu.c: refactored button callback function.

- removed unnecessary casting.
- used a proper type, Eina_Bool, for the return value of elm_object_item_disabled_get()
- printed out more useful information.

10 years agotest_genlist.c: removed unnecessary spaces from legacy codes.
Daniel Juyung Seo [Mon, 18 Nov 2013 00:57:16 +0000 (09:57 +0900)]
test_genlist.c: removed unnecessary spaces from legacy codes.

10 years agotest_genlist.c: added callbacks for unrealized and delete to test the callback sequence.
Daniel Juyung Seo [Mon, 18 Nov 2013 00:54:21 +0000 (09:54 +0900)]
test_genlist.c: added callbacks for unrealized and delete to test the callback sequence.

10 years agothumb: typo in Eo OP_ID name
Yakov Goldberg [Sun, 17 Nov 2013 07:49:12 +0000 (09:49 +0200)]
thumb: typo in Eo OP_ID name

10 years agowidget: typo in Eo OP_ID name
Yakov Goldberg [Sun, 17 Nov 2013 07:48:54 +0000 (09:48 +0200)]
widget: typo in Eo OP_ID name

10 years agoelm_authors.h: escape ryuan from email crawler.
Daniel Juyung Seo [Sun, 17 Nov 2013 08:18:15 +0000 (17:18 +0900)]
elm_authors.h: escape ryuan from email crawler.

10 years agocheck + radio - fix sizing evals and emits on content set
Carsten Haitzler (Rasterman) [Sun, 17 Nov 2013 02:46:52 +0000 (11:46 +0900)]
check + radio - fix sizing evals and emits on content set

this should fix T261

10 years agotest - unify glsl formatting to match glview gears example
Carsten Haitzler (Rasterman) [Sun, 17 Nov 2013 01:04:26 +0000 (10:04 +0900)]
test - unify glsl formatting to match glview gears example

10 years agolist - fix separators to be the correct direction
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 09:13:37 +0000 (18:13 +0900)]
list - fix separators to be the correct direction

10 years agolist - fix item disable and infinite loop on next select
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 08:50:11 +0000 (17:50 +0900)]
list - fix item disable and infinite loop on next select

10 years agoentry - fix autosave timer del on shutdown
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 04:21:36 +0000 (13:21 +0900)]
entry - fix autosave timer del on shutdown

this fixes T509

10 years agopo - update
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 03:50:25 +0000 (12:50 +0900)]
po - update

10 years agotheme - remove unused images
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 03:50:07 +0000 (12:50 +0900)]
theme - remove unused images

10 years agoelm-test - oops - fix colorsel premul
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 03:49:26 +0000 (12:49 +0900)]
elm-test - oops - fix colorsel premul

10 years agotheme - add more usability hints for ranr dialog like power button
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 03:42:55 +0000 (12:42 +0900)]
theme - add more usability hints for ranr dialog like power button

10 years agoelementary: fix image counts in slideshow exemple
Michael Bouchaud [Sat, 16 Nov 2013 01:48:29 +0000 (02:48 +0100)]
elementary: fix image counts in slideshow exemple

10 years agofix color premul complaints in examples
Carsten Haitzler (Rasterman) [Sat, 16 Nov 2013 01:21:03 +0000 (10:21 +0900)]
fix color premul complaints in examples

this should fix T498

10 years agoElm_menu: fixed item disable hook for elm_dbus_menu
Andrii Kroitor [Sat, 16 Nov 2013 00:50:32 +0000 (09:50 +0900)]
Elm_menu: fixed item disable hook for elm_dbus_menu

Summary:
Menu items in dbus-mode (in Ubunut/Unity) were not updated on
disabled/enabled state changes. They were applied only after
adding/removing an item.

Reviewers: cedric, seoz, raster

Reviewed By: raster

CC: reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D333

10 years agoscroller, slider: fixed wrong changed I made by 6a683df1598a4c3293a33765cc60dd
Daniel Juyung Seo [Fri, 15 Nov 2013 13:51:10 +0000 (22:51 +0900)]
scroller, slider: fixed wrong changed I made by 6a683df1598a4c3293a33765cc60dd

I caused by c&p bug.
Special thanks to stefan and coverity.
This fixes coverity CID 1128353 and 1128354.

10 years agoelm_index.c: changed internal smart data variable name more descriptive.
Daniel Juyung Seo [Fri, 15 Nov 2013 13:32:56 +0000 (22:32 +0900)]
elm_index.c: changed internal smart data variable name more descriptive.

- event -> event_rect
- and added a comment for that variable.

10 years agoelm_main.c: use a direct variable check instead of unnecessary additional function...
Daniel Juyung Seo [Fri, 15 Nov 2013 12:53:39 +0000 (21:53 +0900)]
elm_main.c: use a direct variable check instead of unnecessary additional function call like other lines of code.

10 years agoelm_win.c: removed build warning when there is no wayland support.
Daniel Juyung Seo [Fri, 15 Nov 2013 12:52:19 +0000 (21:52 +0900)]
elm_win.c: removed build warning when there is no wayland support.

10 years agoelm_index.c: internal refactoring as a code cleanup.
Daniel Juyung Seo [Fri, 15 Nov 2013 12:48:46 +0000 (21:48 +0900)]
elm_index.c: internal refactoring as a code cleanup.

- removed unnecessary duplicated parameter passing.
- moved smart callback add to a proper place not to be confused with other object's smart callback addition.
- removed unnecessary sub object add. it's done automatically in elm_layout_content_set.

10 years agotest_index.c: added index clear example and use activated callback for entry.
Daniel Juyung Seo [Fri, 15 Nov 2013 12:18:04 +0000 (21:18 +0900)]
test_index.c: added index clear example and use activated callback for entry.

10 years agotest_index.c: internal refactoring of test code.
Daniel Juyung Seo [Fri, 15 Nov 2013 09:35:07 +0000 (18:35 +0900)]
test_index.c: internal refactoring of test code.

1. Set internal function as static.
2. Put prefix '_' for internal functions.
3. Moved window resize/show code.

10 years agoMake routines to get the wayland window from an ecore_evas be more
Chris Michael [Fri, 15 Nov 2013 10:14:08 +0000 (10:14 +0000)]
Make routines to get the wayland window from an ecore_evas be more
inline with their X counterparts. Also, remove some EINA_UNUSED where
parameters were being used.

The previous code to get the Ecore_Wl_Window from an Ecore_Evas did
not check to make sure the Ecore_Evas Engine was a wayland engine, and
thus elm_tests like Window Inline would spew CRIT & ERR messages from
ecore_evas about the interface.

This fixes Phab Ticket T502

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoFix formatting
Chris Michael [Fri, 15 Nov 2013 08:47:54 +0000 (08:47 +0000)]
Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoelementary/entry - internal change of the magnifier.
ChunEon Park [Thu, 14 Nov 2013 13:51:03 +0000 (22:51 +0900)]
elementary/entry - internal change of the magnifier.

use the fill_set instead of the clipper.
soon after 1.8, proxy just created the filled area buffer, then magnifier surface size will be fixed regardless of the entry source.

10 years agoFix formatting
Chris Michael [Thu, 14 Nov 2013 09:30:14 +0000 (09:30 +0000)]
Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoStop fetching the same Evas and Clip object 4 times
Chris Michael [Thu, 14 Nov 2013 09:26:04 +0000 (09:26 +0000)]
Stop fetching the same Evas and Clip object 4 times

We can just fetch this information once as it is not going to change
during the for loop.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoquicklaunch: Add AC_LANG_SOURCE to source code
Sebastian Dransfeld [Thu, 14 Nov 2013 04:15:43 +0000 (05:15 +0100)]
quicklaunch: Add AC_LANG_SOURCE to source code

Fixes warning:
configure.ac:217: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/elm_quicklaunch.m4:9: ELM_QUICKLAUNCH is expanded from...
configure.ac:217: the top level

10 years agoQuicklaunch: don't increment init count twice
Jean-Philippe Andre [Tue, 5 Nov 2013 09:17:58 +0000 (18:17 +0900)]
Quicklaunch: don't increment init count twice

Ooops, don't increment elm_init count from quicklaunch init
when running normally.

10 years agoelm_web : Moved elm_widget_sub_object_parent_add() call from ewk_view's smart_add...
Ryuan Choi [Wed, 13 Nov 2013 18:47:31 +0000 (03:47 +0900)]
elm_web : Moved elm_widget_sub_object_parent_add() call from ewk_view's smart_add to elm_web's

Because ewk_view is smart class and it's parent is Evas, it prints below warning.

 ... Can't execute function Elm_Widget:ELM_WIDGET_SUB_ID_SUB_OBJECT_ADD (op 0x9f)
 for class 'Evas'. Aborting.

10 years ago[hoversel] - Added focus support on hoversel items.
Amitesh Singh [Wed, 13 Nov 2013 11:32:31 +0000 (20:32 +0900)]
[hoversel] - Added focus support on hoversel items.

Summary: Focus support on hoversel items.

Test Plan: elementary_test->hoversel2

Reviewers: seoz, raster, Hermet

CC: nirajkr
Differential Revision: https://phab.enlightenment.org/D316

10 years agotest_genlist.c: added "genlist del" example to reveal more genlist issues.
Daniel Juyung Seo [Wed, 13 Nov 2013 08:03:49 +0000 (17:03 +0900)]
test_genlist.c: added "genlist del" example to reveal more genlist issues.

This example tests the following cases on item selection.
1. genlist item deletion
2. genlist clear and item append
3. genlist del

10 years agoelementary/entry - use a convenient api.
ChunEon Park [Wed, 13 Nov 2013 05:51:55 +0000 (14:51 +0900)]
elementary/entry - use a convenient api.

And actually magnifier needs to update fill area if it is resized.

10 years agoRevert "elementary/entry - clean up the magnifier code."
ChunEon Park [Wed, 13 Nov 2013 05:36:22 +0000 (14:36 +0900)]
Revert "elementary/entry - clean up the magnifier code."

This reverts commit 46b007a7c9d0028aeab43587bc773724c06d0ec8.

sorry, this is wrong fix. clip should be removed explicitly.

10 years agoelementary/entry - clean up the magnifier code.
ChunEon Park [Wed, 13 Nov 2013 05:25:21 +0000 (14:25 +0900)]
elementary/entry - clean up the magnifier code.

10 years agoelementary/entry - clean up the magnifier code.
ChunEon Park [Wed, 13 Nov 2013 04:29:28 +0000 (13:29 +0900)]
elementary/entry - clean up the magnifier code.

10 years agotest_button.c: added dynamic label change example to button.
Daniel Juyung Seo [Wed, 13 Nov 2013 01:53:43 +0000 (10:53 +0900)]
test_button.c: added dynamic label change example to button.

10 years agoctxpopup, player, slideshow, spinner, toolbar, video: internal refactoring of smart...
Daniel Juyung Seo [Wed, 13 Nov 2013 01:29:30 +0000 (10:29 +0900)]
ctxpopup, player, slideshow, spinner, toolbar, video: internal refactoring of smart event routines.

Now most of smart events codes look consistent.

10 years agotest_toolbar.c: fixed wrong image name.
Daniel Juyung Seo [Wed, 13 Nov 2013 01:19:47 +0000 (10:19 +0900)]
test_toolbar.c: fixed wrong image name.

Give a warm spank to jeyzu :)

10 years agotest_toolbar.c: gave more meaningful name 'Toolbar Vartical' to toolbar test 6.
Daniel Juyung Seo [Wed, 13 Nov 2013 01:16:33 +0000 (10:16 +0900)]
test_toolbar.c: gave more meaningful name 'Toolbar Vartical' to toolbar test 6.

10 years agobutton,check,colorselector,diskselector,flipselector,image,radio,toolbar: fixed forma...
Daniel Juyung Seo [Wed, 13 Nov 2013 00:54:37 +0000 (09:54 +0900)]
button,check,colorselector,diskselector,flipselector,image,radio,toolbar: fixed formatting of smart_event functions before working on it.

Now they look more consistent.

10 years agotest_hoversel.c: print out hoversel item's text when it's selected.
Daniel Juyung Seo [Wed, 13 Nov 2013 00:34:58 +0000 (09:34 +0900)]
test_hoversel.c: print out hoversel item's text when it's selected.

10 years agotest_hoversel.c: removed unnecessary weight/align set.
Daniel Juyung Seo [Wed, 13 Nov 2013 00:32:20 +0000 (09:32 +0900)]
test_hoversel.c: removed unnecessary weight/align set.

10 years agoremove unused var.
Gustavo Sverzut Barbieri [Tue, 12 Nov 2013 19:56:45 +0000 (17:56 -0200)]
remove unused var.

10 years agodelete window and children when button is gone
Gustavo Sverzut Barbieri [Tue, 12 Nov 2013 19:17:13 +0000 (17:17 -0200)]
delete window and children when button is gone

10 years agofix doc typo and breakage due widget_type case changes.
Gustavo Sverzut Barbieri [Tue, 12 Nov 2013 19:03:49 +0000 (17:03 -0200)]
fix doc typo and breakage due widget_type case changes.

elm_widget_type_get() is not lowercase anymoe, rather "Elm_Win". As
other parts of the elementary source were using evas_object_type_get()
use it, and it still returns the legacy lowercase name.

10 years agoconfigure.ac: say 'no' not 'none' when webkit is not detected during autogen.
Daniel Juyung Seo [Tue, 12 Nov 2013 18:26:48 +0000 (03:26 +0900)]
configure.ac: say 'no' not 'none' when webkit is not detected during autogen.

10 years agoelm_dayselector.c: fixed wrong widget style name set on smart add.
Daniel Juyung Seo [Tue, 12 Nov 2013 18:24:59 +0000 (03:24 +0900)]
elm_dayselector.c: fixed wrong widget style name set on smart add.

10 years agoelm_dayselector.c: fixed wrong widget name check.
Daniel Juyung Seo [Tue, 12 Nov 2013 18:24:26 +0000 (03:24 +0900)]
elm_dayselector.c: fixed wrong widget name check.

This fixes T481.
https://phab.enlightenment.org/T481

10 years agoelm_dayselector.c: fixed formatting before working on it.
Daniel Juyung Seo [Tue, 12 Nov 2013 18:24:03 +0000 (03:24 +0900)]
elm_dayselector.c: fixed formatting before working on it.

10 years agodeps removal - fix pc file to match
Carsten Haitzler (Rasterman) [Tue, 12 Nov 2013 14:13:41 +0000 (23:13 +0900)]
deps removal - fix pc file to match

10 years agoelm_app_client: fix eo define for not yet implemented func
Yakov Goldberg [Tue, 12 Nov 2013 13:54:58 +0000 (15:54 +0200)]
elm_app_client: fix eo define for not yet implemented func

10 years agodayselector/gesture_layer/layout: typo doxygen
Yakov Goldberg [Tue, 12 Nov 2013 13:50:17 +0000 (15:50 +0200)]
dayselector/gesture_layer/layout: typo doxygen

10 years agooption build deps that efl guarantees... now just are assumed and not ifdef'd
Carsten Haitzler (Rasterman) [Tue, 12 Nov 2013 13:56:05 +0000 (22:56 +0900)]
option build deps that efl guarantees... now just are assumed and not ifdef'd

10 years agoelm_web: Fixed compilation warning
Ryuan Choi [Mon, 11 Nov 2013 15:26:26 +0000 (00:26 +0900)]
elm_web: Fixed compilation warning

10 years agoSmall correction
maxerba [Sun, 10 Nov 2013 16:50:43 +0000 (17:50 +0100)]
Small correction

10 years agoupdating portuguese and italian translations
maxerba [Sun, 10 Nov 2013 12:40:45 +0000 (13:40 +0100)]
updating portuguese and italian translations

10 years agoRevert "remove ifdef from glsl in glview shader - ifdefs not universally supported"
Carsten Haitzler (Rasterman) [Sat, 9 Nov 2013 06:21:22 +0000 (15:21 +0900)]
Revert "remove ifdef from glsl in glview shader - ifdefs not universally supported"

This reverts commit 54883cb7fb0c42f37615f1485e554d947b42c369.

10 years agoelm_index.c: Removed unused local variables.
Daniel Juyung Seo [Fri, 8 Nov 2013 12:52:37 +0000 (21:52 +0900)]
elm_index.c: Removed unused local variables.

10 years agobutton,inwin,radio,scroller,slider: Do not call smart_activate when the widget is...
Daniel Juyung Seo [Fri, 8 Nov 2013 12:49:52 +0000 (21:49 +0900)]
button,inwin,radio,scroller,slider: Do not call smart_activate when the widget is disabled.

10 years agoelm_check.c: Do not execute smart_activate when the widget is disabled.
Jaehwan Kim [Fri, 8 Nov 2013 12:46:58 +0000 (21:46 +0900)]
elm_check.c: Do not execute smart_activate when the widget is disabled.

10 years agofix warning
Carsten Haitzler (Rasterman) [Fri, 8 Nov 2013 09:12:55 +0000 (18:12 +0900)]
fix warning

10 years agobug fix: clear index omit info for omit disabled case as well
Jaeun Choi [Fri, 8 Nov 2013 09:11:06 +0000 (18:11 +0900)]
bug fix: clear index omit info for omit disabled case as well

Summary:
In the original code, omit related information was cleared and recalculated
only when omit function was enabled. So dynamic omit mode change didn't work in elementary_test.
The information should be cleared everytime the index box is filled. fixed it.

Test Plan: None

Reviewers: seoz, Hermet, raster

CC: raster
Differential Revision: https://phab.enlightenment.org/D262

10 years agowarning--
Carsten Haitzler (Rasterman) [Fri, 8 Nov 2013 08:35:53 +0000 (17:35 +0900)]
warning--

10 years agowarning--
Carsten Haitzler (Rasterman) [Fri, 8 Nov 2013 08:34:59 +0000 (17:34 +0900)]
warning--

10 years agofix formatting, typose and downed naming
Carsten Haitzler (Rasterman) [Fri, 8 Nov 2013 08:18:28 +0000 (17:18 +0900)]
fix formatting, typose and downed naming