platform/upstream/elementary.git
10 years agoelm: fixed up the comments after the struct member.
Daniel Juyung Seo [Mon, 10 Feb 2014 13:27:08 +0000 (22:27 +0900)]
elm: fixed up the comments after the struct member.

It should be /**< not /*<<

10 years agoelm_win: added the window manager rotation feature and a sample.
Seunghun Lee [Mon, 10 Feb 2014 13:09:45 +0000 (22:09 +0900)]
elm_win: added the window manager rotation feature and a sample.

Summary: since to control the rotation of application windows by WM, already added related feature in Ecore_Evas. Added related API for it.

Reviewers: raster, seoz

CC: gwanglim
Differential Revision: https://phab.enlightenment.org/D542

10 years agowe dont use pager2 window theme element at all... as we use deskmirror...
Carsten Haitzler (Rasterman) [Mon, 10 Feb 2014 00:37:50 +0000 (09:37 +0900)]
we dont use pager2 window theme element at all... as we use deskmirror...

10 years agotheme - use smaller shadow in deskmirror and simpler program for on/off
Carsten Haitzler (Rasterman) [Mon, 10 Feb 2014 00:29:22 +0000 (09:29 +0900)]
theme - use smaller shadow in deskmirror and simpler program for on/off

10 years agoLabel: add 2 new api for setting the slide animation speed.
davemds [Sun, 9 Feb 2014 23:13:03 +0000 (00:13 +0100)]
Label: add 2 new api for setting the slide animation speed.

Added API:
void elm_label_slide_speed_set(Evas_Object *obj, double speed);
double elm_label_slide_speed_get(const Evas_Object *obj);

This work is based on the previous reverted commit by nirajkr, thanks!
I hope this will fullfill his requirement, please let me know of
any problems.

10 years agoRevert "label : Added the API to match the speed of label to different label"
davemds [Sun, 9 Feb 2014 19:21:21 +0000 (20:21 +0100)]
Revert "label : Added the API to match the speed of label to different label"

As discussed I will try to implement the same functionality but with a different api.

This reverts commit 56a2c96ea7a731d6066aa7cb0964a633c5bed35c.

10 years agotest_entry: Refactored entry user style sample code.
Daniel Juyung Seo [Sun, 9 Feb 2014 16:27:00 +0000 (01:27 +0900)]
test_entry: Refactored entry user style sample code.

- removed unnecessary lines.
- used proper variable name.
- used proper parent on widget add.

10 years agohoversel: Added more description about elm_hoversel_item_add's callback
Daniel Juyung Seo [Sun, 9 Feb 2014 15:59:47 +0000 (00:59 +0900)]
hoversel: Added more description about elm_hoversel_item_add's callback
function.

10 years agofix missing menu bg
Carsten Haitzler (Rasterman) [Sun, 9 Feb 2014 14:05:20 +0000 (23:05 +0900)]
fix missing menu bg

10 years agolabel : Added the API to match the speed of label to different label
nirajkr [Sun, 9 Feb 2014 13:55:38 +0000 (22:55 +0900)]
label : Added the API to match the speed of label to different label

Summary:
Currently we do not set the speed of two label same
         This patch fetch the information of the previous
         label to set it to the next label to match the speed
         of the previous label

Reviewers: seoz, raster

Reviewed By: raster

CC: singh.amitesh
Differential Revision: https://phab.enlightenment.org/D531

10 years agooops.
Carsten Haitzler (Rasterman) [Sun, 9 Feb 2014 13:54:19 +0000 (22:54 +0900)]
oops.

10 years agoAdd more tests to "Entry user style", to spot out lots of bug.
davemds [Sun, 9 Feb 2014 13:46:27 +0000 (14:46 +0100)]
Add more tests to "Entry user style", to spot out lots of bug.

This test is full of TextBlock bugs, just to name a few:
- The window height is wrong, it seems to take the max height as
the win was less large, try resizing to min width to understand what I mean.
- the backing on the em tag is not working.
- the underline colors are wrong.
- popping the style should remove the double underline.
- push/pop on the stack seems not to work as expected: If you push twice
you should need 2 pop to return to the normal state.

10 years agoremove unreachable code (coverity)
Carsten Haitzler (Rasterman) [Sun, 9 Feb 2014 13:43:03 +0000 (22:43 +0900)]
remove unreachable code (coverity)

10 years agoatspi_bridge: unref ret if iter_struct is null
Daniel Juyung Seo [Sun, 9 Feb 2014 13:15:00 +0000 (22:15 +0900)]
atspi_bridge: unref ret if iter_struct is null

This fixes coverity CID 1170201.

10 years agodoc/examples: added missing links to examples codes and made some
Daniel Juyung Seo [Sun, 9 Feb 2014 12:50:18 +0000 (21:50 +0900)]
doc/examples: added missing links to examples codes and made some
cleanups.

doxygen is mess now. I will clean this up later.

10 years agodoc/examples: fixed typos.
Daniel Juyung Seo [Sun, 9 Feb 2014 07:37:47 +0000 (16:37 +0900)]
doc/examples: fixed typos.

10 years agoDocs: actually show the functions. Missed doxy group.
davemds [Sun, 9 Feb 2014 11:43:45 +0000 (12:43 +0100)]
Docs: actually show the functions. Missed doxy group.

10 years agoelm cnp: fix freeing selection buf
Daniel Hirt [Tue, 4 Feb 2014 13:02:54 +0000 (15:02 +0200)]
elm cnp: fix freeing selection buf

Moved a misplaced ELM_SAFE_FREE of the selection buffer,
 as valgrind still showed lost bytes with selection.

10 years agofocus: Added focus_highlight_geometry_get() into elm_widget.
Amitesh Singh [Sun, 9 Feb 2014 10:53:54 +0000 (19:53 +0900)]
focus: Added focus_highlight_geometry_get() into elm_widget.

Summary:
Currently, elm_win was handling focus_highlight geometry of widgets.
Removed elm_win_focus_highlight_geometry_get() from elm_win and now elm_widget handles focus highlight geometry.
This is required to support the focus highlight on elm widget items.

Test Plan: elementary_test -> focus

Reviewers: seoz, raster, woohyun

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

10 years agoconfig - feature add - audio muting config and controls
Carsten Haitzler (Rasterman) [Sun, 9 Feb 2014 10:12:12 +0000 (19:12 +0900)]
config - feature add - audio muting config and controls

10 years agoctxpopup: add a new api for ctxpopup which makes ctxpopup not to hide automatically
Bora Hwang [Sun, 9 Feb 2014 09:11:47 +0000 (18:11 +0900)]
ctxpopup: add a new api for ctxpopup which makes ctxpopup not to hide automatically

Summary:
Developer can use this API for the case when he/she wants ctxpopup not to hide
automatically when parent of ctxpopup is resized or language is changed.
Default value of "disabled" is EINA_FALSE. So if user sets "disabled" EINA_TRUE
and parent size changes, ctxpopup recalculates its size and position.
Since size of bg is set when setting parent only, it should be resized again.

Reviewers: Hermet, seoz, thiepha, raster

CC: c
Differential Revision: https://phab.enlightenment.org/D510

10 years ago+elm_genlist_item_subitems_get()
zmike [Sat, 8 Feb 2014 21:02:27 +0000 (16:02 -0500)]
+elm_genlist_item_subitems_get()

10 years agoShow docs info/instructions in config summary
davemds [Sat, 8 Feb 2014 20:32:02 +0000 (21:32 +0100)]
Show docs info/instructions in config summary

10 years agodocs for the new entry style tags
davemds [Sat, 8 Feb 2014 19:40:34 +0000 (20:40 +0100)]
docs for the new entry style tags

10 years agoNew textblock tags for elm entry widget.
davemds [Sat, 8 Feb 2014 19:09:42 +0000 (20:09 +0100)]
New textblock tags for elm entry widget.

This commit add the following new tags:
title, subtitle, bigger, big, small, smaller, code, comment,
string, number, brace, type, class, function, param, keyword,
preprocessor, line_added, line_removed, line_changed.

Tags has been unified in 3 new utility macros:
COMMON_TEXTBLOCK_TAGS, ENABLED_TEXTBLOCK_TAGS, and DISABLED_TEXTBLOCK_TAGS
to avoid repeating too much in the theme.

Also a new test is in: "Entry Style Default" that show all the new styles.
Docs will follow soon.

10 years agotheme - more efm icons from appb
Carsten Haitzler (Rasterman) [Sat, 8 Feb 2014 11:12:59 +0000 (20:12 +0900)]
theme - more efm icons from appb

as per T575

10 years ago+genlist_item_subitems_count()
zmike [Sat, 8 Feb 2014 06:14:36 +0000 (01:14 -0500)]
+genlist_item_subitems_count()

group apis are currently pretty lacking. there should probably be functions for iterating over subitems in addition to this one

10 years agoaccess: Add smart signal "access,changed"
Jaehwan Kim [Sat, 8 Feb 2014 05:05:06 +0000 (14:05 +0900)]
access: Add smart signal "access,changed"

It occurs that access mode is changed.
Application can add this callback for each widget.

10 years agoColorselector: Item Selection/Unselection logic changes and corresponding API additions.
Shilpa Singh [Sat, 8 Feb 2014 04:33:58 +0000 (13:33 +0900)]
Colorselector: Item Selection/Unselection logic changes and corresponding API additions.

SUMMARY
Item should remain selected once pressed.
When one item is selected other items should be unselected.
No special behavior on long press, item gets selected on mouse up.
APIs added are to get current selected item and to programmatically
control the selection/unselection of an item.

This is patch D515 (had to do by hand).

10 years agoElementary menu item: handling hidden icon
Andrii Kroitor [Sat, 8 Feb 2014 04:17:24 +0000 (13:17 +0900)]
Elementary menu item: handling hidden icon

Summary:
Added noicon menu item state to default menu theme.
Now you can hide icon by setting it to "" (empty string)
Removed check for resetting the same icon name. This allows setting an icon
after it was hidden.

Reviewers: cedric, seoz, raster

Reviewed By: raster

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

10 years agoelm-menu - fix style to use current when setting menu bar
Carsten Haitzler (Rasterman) [Sat, 8 Feb 2014 04:12:51 +0000 (13:12 +0900)]
elm-menu - fix style to use current when setting menu bar

10 years agoElmementary menu styling fixed
Andrii Kroitor [Sat, 8 Feb 2014 04:08:02 +0000 (13:08 +0900)]
Elmementary menu styling fixed

Summary:
When custom style is applyed to menu the same style will be applyed to
its internal hover object.
Moved hover styles used by menu from hover.edc to menu.edc

Reviewers: cedric, seoz, raster

Reviewed By: raster

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

10 years agoaccess: Add elm_widget_access_highlight_in_theme_set/get.
Jaehwan Kim [Sat, 8 Feb 2014 03:27:41 +0000 (12:27 +0900)]
access: Add elm_widget_access_highlight_in_theme_set/get.

This is for widget to draw the access highlight itself in theme.

10 years agoRevert "Revert "atspi: event broadcast added. Orca screen reader now ables to read...
Carsten Haitzler (Rasterman) [Sat, 8 Feb 2014 02:25:44 +0000 (11:25 +0900)]
Revert "Revert "atspi: event broadcast added. Orca screen reader now ables to read UI.""

This reverts commit 803553c253bc4ee140a4b447c29ffe35c31288ab.

This also removes the unused enum typedef in the header. only c++
seems to care (or -ansi or -pedantic or something)

10 years agoRevert "atspi: event broadcast added. Orca screen reader now ables to read UI."
U. Artie Eoff [Fri, 7 Feb 2014 16:53:24 +0000 (08:53 -0800)]
Revert "atspi: event broadcast added. Orca screen reader now ables to read UI."

Breaks elementary applications compilation

See https://phab.enlightenment.org/T917

This reverts commit 71cd5a1a077807bc32a67d309fba9e1474fffa4d.

10 years agoColorselector: Palette_items_get API added.
Shilpa Singh [Fri, 7 Feb 2014 14:30:01 +0000 (23:30 +0900)]
Colorselector: Palette_items_get API added.

Summary:
Summary:
Issue:Colorselector adds default palette items by reading colors
from config, application do not have any way to get that color list.
Solution: API added to get the palette's item list.
Signed-off by: Shilpa Singh(shilpa.singh@samsung.com)

Test Plan:
Test Plan: Create a list pointer and call palette_items_get API to get
the list of color items. Change the color of any item to confirm
whether the list has been returned correctly.

Eina_List *list = elm_colorselector_palette_items_get(cs);
Eina_List *list2 = eina_list_last(list);
Elm_Object_Item *color_item = eina_list_data_get(list2);
elm_colorselector_palette_item_color_set(color_item, 0, 0, 0, 255);

Reviewers: seoz, Hermet, raster

CC: govi, myoungwoon
Differential Revision: https://phab.enlightenment.org/D503

10 years agoElm entry: Set initial select mode for non desktop entries.
Tom Hacohen [Fri, 7 Feb 2014 14:13:46 +0000 (14:13 +0000)]
Elm entry: Set initial select mode for non desktop entries.

Initial select mode was not properly set, as was just left to default.

This, in combination with the following from the efl repo:
commit 211845c8851dc48b54824082a63ead6aa98363b9
commit c061e7692793740cc363478586e4e062a6b2d7a4
fixes T861.

10 years agonaviframe: Hide inserted view if the view is not a top view
Jaehyun Cho [Fri, 7 Feb 2014 14:21:31 +0000 (23:21 +0900)]
naviframe: Hide inserted view if the view is not a top view

Summary:
Although an inserted view is not a top view, the inserted view is shown
         because it is not received invisible signal.
         To resolve the problem, the invisible signal is emitted if the inserted
         view is not a top view.

Reviewers: Hermet, raster

Reviewed By: raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D494

10 years agoatspi: event broadcast added. Orca screen reader now ables to read UI.
Lukasz Stanislawski [Fri, 7 Feb 2014 14:03:07 +0000 (23:03 +0900)]
atspi: event broadcast added. Orca screen reader now ables to read UI.

Summary:
added broadcast of focus, window activate/deactivate events on a11y bus
Orca screen reader is now able to read elementary application.

Reviewers: raster, seoz, z.kosinski, kimcinoo

Reviewed By: raster

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

10 years ago[Widget] Prevent widget item API calls while item is deleting except data_get API...
Tae-Hwan Kim [Fri, 7 Feb 2014 09:09:46 +0000 (18:09 +0900)]
[Widget] Prevent widget item API calls while item is deleting except data_get API call. The data by data_set is user_data. So it can be needed inside deleting function trace.

Reviewers: raster, cedric, Hermet, seoz

Reviewed By: raster

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

10 years agodatetime - fix warning!
Carsten Haitzler (Rasterman) [Fri, 7 Feb 2014 09:08:29 +0000 (18:08 +0900)]
datetime - fix warning!

10 years ago[Icon/Layout] Clean-up signal callbacks when signal is freed or layout is deleted...
Tae-Hwan Kim [Fri, 7 Feb 2014 09:06:05 +0000 (18:06 +0900)]
[Icon/Layout] Clean-up signal callbacks when signal is freed or layout is deleted. If not, dangling edje callback can be remained at some moment.

Reviewers: raster, cedric, seoz, Hermet

Reviewed By: raster

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

10 years agoattempt to fix up CID 1167968
Carsten Haitzler (Rasterman) [Fri, 7 Feb 2014 07:43:44 +0000 (16:43 +0900)]
attempt to fix up CID 1167968

10 years ago[access][layout] sort focus list based on geometry value
Shinwoo Kim [Wed, 17 Apr 2013 07:08:29 +0000 (16:08 +0900)]
[access][layout] sort focus list based on geometry value

Conflicts:
src/lib/elm_layout.c

10 years agowin - +null check.
ChunEon Park [Fri, 7 Feb 2014 05:32:04 +0000 (14:32 +0900)]
win - +null check.

we don't sure target always has clipper.

10 years agoelm: Fixed some typos in the documentations.
Daniel Juyung Seo [Thu, 6 Feb 2014 17:49:43 +0000 (02:49 +0900)]
elm: Fixed some typos in the documentations.

- Put @c in front of constants on doxygen.
- Used @p for the parameter.
- Put comma(,) in appropriate places.

10 years agodatetime: Simplify the nested loop in _datetime_items_get()
Ryuan Choi [Thu, 6 Feb 2014 16:11:58 +0000 (01:11 +0900)]
datetime: Simplify the nested loop in _datetime_items_get()

10 years agodatetime: fix wrong condition for validation in _field_limit_get()
Ryuan Choi [Thu, 6 Feb 2014 16:04:18 +0000 (01:04 +0900)]
datetime: fix wrong condition for validation in _field_limit_get()

It's regression since 9dc3a2829.
We don't need to consider min_limit/max_limit for ELM_DATETIME_AMPM.

This will fix CID 1167969, 1167970

10 years agowin: Add a API, elm_win_type_get.
Jaehwan Kim [Thu, 6 Feb 2014 10:28:39 +0000 (19:28 +0900)]
win: Add a API, elm_win_type_get.

10 years agoelm_layout now supports focused/unfocused smart callback
WooHyun Jung [Thu, 6 Feb 2014 07:18:57 +0000 (16:18 +0900)]
elm_layout now supports focused/unfocused smart callback
by itself for widgets that inherit layout class.
If it uses elm_widget's, smart callback will be called at the
beginning or smart_on_focus function.

10 years agoelm_web: disable support for Webkit/EFL.
Cedric BAIL [Thu, 6 Feb 2014 07:04:37 +0000 (16:04 +0900)]
elm_web: disable support for Webkit/EFL.

Current git head require latest Webkit/EFL from svn. Waiting to update
the release tarball to go along with 1.9 release to re-enable it.

10 years agotest genlist: Fixed warning in genlist item styles.
Chinmaya Panigrahi [Thu, 6 Feb 2014 05:31:15 +0000 (14:31 +0900)]
test genlist: Fixed warning in genlist item styles.

Summary:
"_genlist_renew(gl, "default"); " was trying to get the data
" check = evas_object_data_get(obj, "check"); " before
it's set by " evas_object_data_set(gl, "check", check); "

Test Plan: elementary_test < then type genlist item styles >

Reviewers: seoz, singh.amitesh

Reviewed By: seoz

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

10 years agoRevert "theme - remove shadow from border now comp provides it again"
Mike Blumenkrantz [Wed, 5 Feb 2014 18:32:29 +0000 (13:32 -0500)]
Revert "theme - remove shadow from border now comp provides it again"

This reverts commit 3d0eb4137359134eac2c815194a34472e2762c03.

this breaks shadows completely. no more dicking with shadows until the object that they should come from gets finalized.

10 years agotheme - menu - fix menu shadow to not overlap comp shadow
Carsten Haitzler (Rasterman) [Wed, 5 Feb 2014 17:04:38 +0000 (02:04 +0900)]
theme - menu - fix menu shadow to not overlap comp shadow

10 years agotheme - remove shadow from border now comp provides it again
Carsten Haitzler (Rasterman) [Wed, 5 Feb 2014 17:03:46 +0000 (02:03 +0900)]
theme - remove shadow from border now comp provides it again

10 years agoelm datetime module: Fix that registers clicked callback of diskselector multiple
Ryuan Choi [Wed, 5 Feb 2014 16:45:31 +0000 (01:45 +0900)]
elm datetime module: Fix that registers clicked callback of diskselector multiple

It drains the performance when selected value in diskselector.

10 years agodatetime: Enhance launching time of test_datetime by avoiding _reload_format() in...
Ryuan Choi [Wed, 5 Feb 2014 16:02:39 +0000 (01:02 +0900)]
datetime: Enhance launching time of test_datetime by avoiding _reload_format() in visible_set()

visible_set() only changes the visibility of one field while _reload_format()
changes everything.

This patch makes visible_set() just change only related field when only it's state
is really changd(enabled <-> disabled) instead of calling _reload_format().

10 years agowin - +null object checking.
ChunEon Park [Wed, 5 Feb 2014 15:16:59 +0000 (00:16 +0900)]
win - +null object checking.

it allows previous highlighted object is empty.
So it should be checked before accessing.

10 years agoentry: Added @since 1.9 for newly added API elm_entry_select_region_set.
Daniel Juyung Seo [Wed, 5 Feb 2014 11:59:53 +0000 (20:59 +0900)]
entry: Added @since 1.9 for newly added API elm_entry_select_region_set.

10 years agoconfig: Removed unnecessary internal function decralations.
Daniel Juyung Seo [Wed, 5 Feb 2014 11:35:09 +0000 (20:35 +0900)]
config: Removed unnecessary internal function decralations.

10 years agofocus: Added elm_object_focus_highlight_style_get/set() to support custom focus highl...
nirajkr [Wed, 5 Feb 2014 10:17:41 +0000 (19:17 +0900)]
focus: Added elm_object_focus_highlight_style_get/set() to support custom focus highlight on widget

Summary: This new API will allow widget to have its own focus highlight style

Reviewers: seoz

CC: woohyun, singh.amitesh
Differential Revision: https://phab.enlightenment.org/D501

10 years agoentry: Add elm_entry_select_region_set API
Jihoon Kim [Wed, 5 Feb 2014 10:16:13 +0000 (10:16 +0000)]
entry: Add elm_entry_select_region_set API

Summary:
in case of GTK, it provides API to select a region of text (gtk_editable_select_region).
However, there are only API to select all or none in EFL.
This API will provide the way to select a region of text.

Test Plan: elementary_test > entry3 > press 'Region' button

Reviewers: woohyun, tasn, id213sin

Reviewed By: tasn

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

10 years agoflip: fix typo in comments
Jihoon Kim [Wed, 5 Feb 2014 05:37:46 +0000 (14:37 +0900)]
flip: fix typo in comments

10 years agoe shadows back into default comp frame
Mike Blumenkrantz [Wed, 5 Feb 2014 03:23:53 +0000 (22:23 -0500)]
e shadows back into default comp frame

T885

10 years agowin: Renamed unclear internal variable name handled -> in_theme and
Daniel Juyung Seo [Wed, 5 Feb 2014 00:57:34 +0000 (09:57 +0900)]
win: Renamed unclear internal variable name handled -> in_theme and
added comments.

10 years agospinner_example: Made spinner editable to have more test cases about
Daniel Juyung Seo [Tue, 4 Feb 2014 17:21:16 +0000 (02:21 +0900)]
spinner_example: Made spinner editable to have more test cases about
changed and delay,changed callbacks.

10 years agospinner: Removed unwanted return from function _button_inc_start_cb().
Daniel Juyung Seo [Tue, 4 Feb 2014 16:56:22 +0000 (01:56 +0900)]
spinner: Removed unwanted return from function _button_inc_start_cb().

This code is a leftover of 617cf8859f0f1fec5ea60fefef446b4454815554.
Now fixed!

10 years agospinner: After long press of inc/dec buttons, start continuously increasing/decreasing
Shilpa Singh [Tue, 4 Feb 2014 16:29:14 +0000 (01:29 +0900)]
spinner: After long press of inc/dec buttons, start continuously increasing/decreasing

Summary:
When inc/dec buttons are pressed, start changing value after longpress has happened on buttons and not immediately.
Signed-off by: Mohammad Irfan (mohammad.i@samsung.com)
Signed-off by: Shilpa Singh(shilpa.singh@samsung.com)

Test Plan: Long press on inc/dec buttons of spinner.

Reviewers: seoz, woohyun

CC: Hermet, jchanwook, raster
Differential Revision: https://phab.enlightenment.org/D365

10 years agodatetime_input_ctxpopup: delay creation of ctxpopup until it is really needed.
Ryuan Choi [Tue, 4 Feb 2014 16:26:37 +0000 (01:26 +0900)]
datetime_input_ctxpopup: delay creation of ctxpopup until it is really needed.

10 years agotest_button: Removed evas_object_show() calls for icon from test code.
Daniel Juyung Seo [Tue, 4 Feb 2014 16:23:22 +0000 (01:23 +0900)]
test_button: Removed evas_object_show() calls for icon from test code.

Summary: Icon is an internal object of button. There is no need to call evas_object_show() for icon widget.

Reviewers: seoz

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

10 years agodatetime: Correct the validation of parameter in _field_format_get/_field_limit_get
Ryuan Choi [Tue, 4 Feb 2014 15:53:14 +0000 (00:53 +0900)]
datetime: Correct the validation of parameter in _field_format_get/_field_limit_get

Because field_list is an array, we should check boundary instead of NULL.

10 years agowin: removed printf in _elm_win_focus_highlight_geometry_get()
Amitesh Singh [Tue, 4 Feb 2014 13:27:58 +0000 (22:27 +0900)]
win: removed printf in _elm_win_focus_highlight_geometry_get()

Reviewers: seoz

Reviewed By: seoz

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

10 years agofocus: Added test cases for the existing issues/feature enhancement relate to focus
nirajkr [Tue, 4 Feb 2014 11:29:29 +0000 (20:29 +0900)]
focus: Added test cases for the existing issues/feature enhancement relate to focus

Summary:
Below are the test cases to reproduce the exisiting issues with focus or feature enhancement
         1. Focus cut for the first/last item by scroller.
         2. Focus animation on the last item.
         3. Focus goes out of view point while scrolling.
         4. Focus moves but the area of focus does not change.
         5. No focus highlight on widget items.
         6. No animation on widget item.
         7. No focus movement between widget to widget items.

Reviewers: seoz, woohyun

CC: singh.amitesh
Differential Revision: https://phab.enlightenment.org/D502

10 years agoconfig: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for...
Jaehwan Kim [Tue, 4 Feb 2014 07:00:42 +0000 (16:00 +0900)]
config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for an optimization.

10 years agopo: Updated po files.
Daniel Juyung Seo [Tue, 4 Feb 2014 03:24:30 +0000 (12:24 +0900)]
po: Updated po files.

10 years agotheme: Fixed distcheck by adding necessary image lists needed by efm
Daniel Juyung Seo [Tue, 4 Feb 2014 03:23:37 +0000 (12:23 +0900)]
theme: Fixed distcheck by adding necessary image lists needed by efm
theme.

This was b0rken by latest efm theme changes.

10 years agopo: Update POTFILES.in according to the latest elementary test changes.
Daniel Juyung Seo [Tue, 4 Feb 2014 03:15:48 +0000 (12:15 +0900)]
po: Update POTFILES.in according to the latest elementary test changes.

Special thanks to Simotek-Work for the report.

10 years agomapbuf - don't leave the dangling static map pointer that won't be freed.
ChunEon Park [Tue, 4 Feb 2014 01:21:04 +0000 (10:21 +0900)]
mapbuf - don't leave the dangling static map pointer that won't be freed.

Some memory profiler tools regard this as the memory leak.
it makes engineers waste time to check this. especially app developers.

10 years agodatetime: fix doxygen
Ryuan Choi [Mon, 3 Feb 2014 16:41:45 +0000 (01:41 +0900)]
datetime: fix doxygen

10 years agoelm: Fixed comments and documentations on test_focus and genlist header.
Daniel Juyung Seo [Mon, 3 Feb 2014 16:34:34 +0000 (01:34 +0900)]
elm: Fixed comments and documentations on test_focus and genlist header.

10 years agofileselector: Fixed typo of warning message in ELM_FILESELECTOR_INTERFACE_CHECK
Ryuan Choi [Mon, 3 Feb 2014 16:23:10 +0000 (01:23 +0900)]
fileselector: Fixed typo of warning message in ELM_FILESELECTOR_INTERFACE_CHECK

It's c&p mistake.

10 years agoColorselector: Item_signal_emit_hook added.
Daniel Juyung Seo [Mon, 3 Feb 2014 15:30:37 +0000 (00:30 +0900)]
Colorselector: Item_signal_emit_hook added.

Summary:
Issue: If application has to preselect an item, or change item properties by customizing theme
there is no option provided for the same.
Solution: Add item_signal_emit_hook.
Signed-off by: Shilpa Singh <shilpa.singh@samsung.com>

Test Plan:
Send a signal to item and verify UI
Elm_Object_Item *item = elm_colorselector_palette_color_add(cs, 133, 100, 255, 255);
elm_object_item_signal_emit(item, "elm,state,selected", "elm");

Reviewers: seoz, Hermet

Reviewed By: seoz

CC: govi
Differential Revision: https://phab.enlightenment.org/D504

10 years agotest_focus2: Remove unnecessary test file as test_focus2 is moved into
Daniel Juyung Seo [Mon, 3 Feb 2014 10:08:33 +0000 (19:08 +0900)]
test_focus2: Remove unnecessary test file as test_focus2 is moved into
test_focus.c

It was moved to test_focus.c in 1977c8fca3d3687a5dc5d17918d72bb1af21b31e

10 years agofocus: Added "focus_part" support on elm widget.
Amitesh Singh [Mon, 3 Feb 2014 08:44:16 +0000 (17:44 +0900)]
focus: Added "focus_part" support on elm widget.

Summary:
Currently, focus highlight comes on the widget's geometry. Elementary does not have option to provide the focus highlight on widget's part.
This patch provides the option to provide focus highlight on the widget's part.
e.g.  data.item: "focus_part" "part";
The focus highlight would come on part's geometry instead of widget's geometry. This patch only works on widgets which uses
resize_obj.

Reviewers: seoz, woohyun

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

10 years agohoversel: Removed unnecessary null check for elm_object apis.
Daniel Juyung Seo [Mon, 3 Feb 2014 05:58:08 +0000 (14:58 +0900)]
hoversel: Removed unnecessary null check for elm_object apis.

10 years agotest_flip_page: Revert wrong initialize routine.
Daniel Juyung Seo [Mon, 3 Feb 2014 00:28:16 +0000 (09:28 +0900)]
test_flip_page: Revert wrong initialize routine.

10 years agodatetime: Refactor to launch test_datetime little bit faster
Ryuan Choi [Mon, 3 Feb 2014 00:03:26 +0000 (09:03 +0900)]
datetime: Refactor to launch test_datetime little bit faster

- Added enabled_filed_count to avoid loop in _elm_datetime_smart_sizing_eval().
  sizing_eval is called many times but field_count is only changed when called
  _reload_format().
- Moved redundant if statement out of the loop in _field_list_display().
- Removed redundant call from _elm_datetime_smart_add().
  _field_list_arrange() is called in _reload_format().

10 years agotheme - efm icons - update/improve generic icons.
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 23:05:33 +0000 (08:05 +0900)]
theme - efm icons - update/improve generic icons.

as per T575 - this is an improvement of the base icons, or a start on
it, with more to come.

10 years agotest_focus: Internal refactoring of focus tests.
Daniel Juyung Seo [Sun, 2 Feb 2014 16:24:11 +0000 (01:24 +0900)]
test_focus: Internal refactoring of focus tests.

- Moved focus2, focus3 from test_focus2.c to test_focus.c
- Renamed "Focus 3" to "Focus Hide/Del".
- Renamed "Focus Custom" to "Focus Style"
- Renamed test_focus3.c to test_focus_custom_chain.c

10 years agotest: Initialize structure on declarations with { 0 }.
Daniel Juyung Seo [Sun, 2 Feb 2014 14:14:23 +0000 (23:14 +0900)]
test: Initialize structure on declarations with { 0 }.

No need to call memset manually.

10 years agotest: Removed size hint macros from reference codes.
Daniel Juyung Seo [Sun, 2 Feb 2014 08:25:25 +0000 (17:25 +0900)]
test: Removed size hint macros from reference codes.

Using additional macros in reference codes was not a good idea.
This will make codes more inconsistent and confusing.

10 years agotheme - packagekit - adjust text to be in right spot and subtle inset
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 09:46:50 +0000 (18:46 +0900)]
theme - packagekit - adjust text to be in right spot and subtle inset

10 years agotheme - e - remove wrong group from packagekit group
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 09:39:52 +0000 (18:39 +0900)]
theme - e - remove wrong group from packagekit group

10 years agotheme - packagekit - make theme match default for module
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 07:15:32 +0000 (16:15 +0900)]
theme - packagekit - make theme match default for module

10 years agoadd tests to window moves.
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 01:20:16 +0000 (10:20 +0900)]
add tests to window moves.

10 years agotheme - pager16 - remove shadow as now shadow is back in comp
Carsten Haitzler (Rasterman) [Sun, 2 Feb 2014 01:02:07 +0000 (10:02 +0900)]
theme - pager16 - remove shadow as now shadow is back in comp

10 years agomake iconify effects moe natural (faster to deiconify to make it feel snappy)
Carsten Haitzler (Rasterman) [Wed, 29 Jan 2014 22:46:01 +0000 (07:46 +0900)]
make iconify effects moe natural (faster to deiconify to make it feel snappy)

10 years agoremove e comp iconify theme hacks, add basic iconify effect
Mike Blumenkrantz [Wed, 29 Jan 2014 18:30:05 +0000 (13:30 -0500)]
remove e comp iconify theme hacks, add basic iconify effect

10 years agoUpdating hungarian translation
maxerba [Wed, 29 Jan 2014 18:20:39 +0000 (19:20 +0100)]
Updating hungarian translation

10 years agoadd screensaver active edje signal for idle freezing
Mike Blumenkrantz [Wed, 29 Jan 2014 15:52:36 +0000 (10:52 -0500)]
add screensaver active edje signal for idle freezing

I forgot to commit this the other day I guess