platform/upstream/elementary.git
10 years agoelm: replace 0 or 1 with EINA_FALSE or EINA_TRUE
Jihoon Kim [Tue, 7 Jan 2014 23:23:58 +0000 (08:23 +0900)]
elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE

10 years agoelm_test: use EINA_TRUE or FALSE instead of 1 or 0
Jihoon Kim [Tue, 7 Jan 2014 07:48:58 +0000 (16:48 +0900)]
elm_test: use EINA_TRUE or FALSE instead of 1 or 0

10 years agoelm_priv.h: Removed null check from ELM_SAFE_FREE because all efl
Daniel Juyung Seo [Mon, 6 Jan 2014 15:14:35 +0000 (00:14 +0900)]
elm_priv.h: Removed null check from ELM_SAFE_FREE because all efl
free/del func + free func get null as valid parameter.

Now ELM_SAFE_FREE is less useful than before. It reduced 5 lines to 1
but now it reduces 2 lines to 1.

10 years agoflip, gengrid: Removed dead assignments which were reported by clang
Daniel Juyung Seo [Mon, 6 Jan 2014 15:09:44 +0000 (00:09 +0900)]
flip, gengrid: Removed dead assignments which were reported by clang
build.

https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-cMar9x.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-ZMmiQe.html#EndPath

10 years ago3d, flip_page test: Removed dead assignments which were reported by
Daniel Juyung Seo [Mon, 6 Jan 2014 15:08:31 +0000 (00:08 +0900)]
3d, flip_page test: Removed dead assignments which were reported by
clang.

https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-XJSqtb.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-XcpYrk.html#EndPath

10 years agoWidget: Don't check if it's the correct class everywhere.
Tom Hacohen [Mon, 6 Jan 2014 14:58:18 +0000 (14:58 +0000)]
Widget: Don't check if it's the correct class everywhere.

ELM_WIDGET_DATA_GET was checking it was the correct class. This is
stupid and wrong (and makes tools rightfully complain) because these
functions are implementations of that class anyway, so that would never
be false.
Functions that outside facing (that is, not called from eo_do) should
use API_ENTRY.

10 years agopo: Updated po files
Daniel Juyung Seo [Mon, 6 Jan 2014 14:50:49 +0000 (23:50 +0900)]
po: Updated po files

10 years agoelm: Removed the use of __UNUSED__ from elementary.
Daniel Juyung Seo [Mon, 6 Jan 2014 14:45:47 +0000 (23:45 +0900)]
elm: Removed the use of __UNUSED__ from elementary.

Use EINA_UNUSED instead.

10 years agoelm: Changed __UNUSED__ to EINA_UNUSED.
Daniel Juyung Seo [Mon, 6 Jan 2014 14:30:02 +0000 (23:30 +0900)]
elm: Changed __UNUSED__ to EINA_UNUSED.

10 years agomultibuttonentry, genlist, layout, toolbar: Fixed dereference of null
Daniel Juyung Seo [Mon, 6 Jan 2014 14:26:46 +0000 (23:26 +0900)]
multibuttonentry, genlist, layout, toolbar: Fixed dereference of null
pointers which were reported by clang builg.

https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-XZo1hW.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-isAlRt.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-8Ascv8.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-gBkVuE.html#EndPath

10 years agotoolbar: Fixed dead assignment reported by clang build.
Daniel Juyung Seo [Mon, 6 Jan 2014 14:11:47 +0000 (23:11 +0900)]
toolbar: Fixed dead assignment reported by clang build.

https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-0ipfss.html#EndPath

10 years agoelm theme - fix toggle color to hide invisible orange rect
Carsten Haitzler (Rasterman) [Sat, 4 Jan 2014 09:55:45 +0000 (18:55 +0900)]
elm theme - fix toggle color to hide invisible orange rect

10 years agoUpdating serbian translation
maxerba [Fri, 3 Jan 2014 17:20:20 +0000 (18:20 +0100)]
Updating serbian translation

10 years agowidget: Fix a bug in elm_widget_newest_focus_order_get.
WooHyun Jung [Fri, 3 Jan 2014 11:02:30 +0000 (20:02 +0900)]
widget: Fix a bug in elm_widget_newest_focus_order_get.

When elm_widget_newest_focus_order_get is called with can_focus_only,
only focusable objects should be the candidates for newest focused object.
But there are cases that unfocusable object add +1 to newest_focus_order.

10 years agoRevert "entry: Add elm_entry_input_panel_show_on_demand_set/get API"
Jihoon Kim [Fri, 3 Jan 2014 10:46:21 +0000 (19:46 +0900)]
Revert "entry: Add elm_entry_input_panel_show_on_demand_set/get API"

It's feature freeze period, so I will add after ending freeze period.

10 years agoentry: Add elm_entry_input_panel_show_on_demand_set/get API
Jihoon Kim [Fri, 3 Jan 2014 09:51:38 +0000 (18:51 +0900)]
entry: Add elm_entry_input_panel_show_on_demand_set/get API

This API sets the attribute to show the input panel in case of only an user's explicit Mouse Up event.
It doesn't request to show the input panel even though it has focus.

10 years agolabel: fix typo in comment
Jihoon Kim [Fri, 3 Jan 2014 09:32:27 +0000 (18:32 +0900)]
label: fix typo in comment

10 years agoweb: Disable more logics to reduce binary size when web backend is none
Ryuan Choi [Fri, 3 Jan 2014 07:12:11 +0000 (16:12 +0900)]
web: Disable more logics to reduce binary size when web backend is none

It will reduce binary size about 4K.
2,626,465 -> 2,622,369 (Byte, tested with -Os, unstriped)

10 years agoelementary/widget - don't call theme_set() until base widget is not created yet.
ChunEon Park [Fri, 3 Jan 2014 05:38:27 +0000 (14:38 +0900)]
elementary/widget - don't call theme_set() until base widget is not created yet.

On the widget creation time, we should not set the theme in the widget infra.
This will cause the corruption of the theme_hook working since the widget is not setup yet.
Also the theme_set() will be applied twice each widget will set the themes right after base widget is created.

10 years agolayout: Moved internal smart data member to a correct place.
Daniel Juyung Seo [Thu, 2 Jan 2014 00:23:03 +0000 (09:23 +0900)]
layout: Moved internal smart data member to a correct place.

can_access is used only by layout.

10 years agoimage: Remove unnecessary parameter for elm_obj_image_editable_set.
Daniel Juyung Seo [Thu, 2 Jan 2014 00:11:25 +0000 (09:11 +0900)]
image: Remove unnecessary parameter for elm_obj_image_editable_set.

This parameter was introduced as an internal funciton parameter long ago and migrated to eo as it was.
But this parameter is not needed. obj pointer is already there.

Thanks to Yakov for the report.

10 years agotest_photocam: Unfuck photocam test case by removing absolute image path by raster.
Daniel Juyung Seo [Thu, 2 Jan 2014 00:17:16 +0000 (09:17 +0900)]
test_photocam: Unfuck photocam test case by removing absolute image path by raster.

Please maintain this manually or push those images to somewhere reachable by others.

10 years agoelm_widget: Partial update for widget smart data comments.
Daniel Juyung Seo [Wed, 1 Jan 2014 23:49:26 +0000 (08:49 +0900)]
elm_widget: Partial update for widget smart data comments.

10 years agofileselector: Fix dereference before null check
Ryuan Choi [Wed, 1 Jan 2014 06:29:27 +0000 (15:29 +0900)]
fileselector: Fix dereference before null check

Reported as CID:1147525 by Coverity Scan

10 years agofileselector: Fixed wrong allocation in _custom_filter_append
Ryuan Choi [Wed, 1 Jan 2014 06:20:24 +0000 (15:20 +0900)]
fileselector: Fixed wrong allocation in _custom_filter_append

Reported as CID:1147526 by Coverity Scan

10 years ago[Genlist]: Added NULL check
Chinmaya Panigrahi [Wed, 1 Jan 2014 05:11:50 +0000 (14:11 +0900)]
[Genlist]: Added NULL check

Summary: Added NULL check

Test Plan: elementary_test -to genlist

Reviewers: seoz, singh.amitesh, raster

Reviewed By: raster

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

10 years agoelm_test: fix test_entry_anchor scroller callback
Daniel Hirt [Tue, 31 Dec 2013 14:09:47 +0000 (16:09 +0200)]
elm_test: fix test_entry_anchor scroller callback

10 years ago[elm_widget] Fix not to load theme for mirroring if smart data is not set
Jaehyun Cho [Tue, 31 Dec 2013 11:33:51 +0000 (20:33 +0900)]
[elm_widget] Fix not to load theme for mirroring if smart data is not set

Summary: Do not load widget theme for mirroring if smart data creation is not finished.

Reviewers: Hermet, raster

Reviewed By: raster

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

10 years agowidget, spinner: typo in elm_widget_focus_set()
Yakov Goldberg [Tue, 31 Dec 2013 09:14:41 +0000 (11:14 +0200)]
widget, spinner: typo in elm_widget_focus_set()

10 years agoauthors: Added Chinmaya as an elementary author.
Daniel Juyung Seo [Tue, 31 Dec 2013 04:20:53 +0000 (13:20 +0900)]
authors: Added Chinmaya as an elementary author.

10 years ago[Hoversel]: Added NULL check
Chinmaya Panigrahi [Tue, 31 Dec 2013 04:12:20 +0000 (13:12 +0900)]
[Hoversel]: Added NULL check

Summary: Added NULL check

Test Plan: elementary_test -to hoversel

Reviewers: seoz, singh.amitesh

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

10 years agoentry: fix build warning about explicit braces to avoid ambiguous 'else'
Jihoon Kim [Tue, 31 Dec 2013 02:39:47 +0000 (11:39 +0900)]
entry: fix build warning about explicit braces to avoid ambiguous 'else'

10 years agospinner: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:38:46 +0000 (11:38 +0900)]
spinner: add NULL check

10 years agoimage: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:36:43 +0000 (11:36 +0900)]
image: add NULL check

10 years agoentry: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:23:28 +0000 (11:23 +0900)]
entry: add NULL check

10 years agofileselector: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:22:20 +0000 (11:22 +0900)]
fileselector: add NULL check

10 years agoRevert "fix Makefile to build with webkit"
Yakov Goldberg [Mon, 30 Dec 2013 13:46:06 +0000 (15:46 +0200)]
Revert "fix Makefile to build with webkit"

This reverts commit 1f77ef403e1d45d8ec321c7a2f5e0c2cd7330692.

10 years agoscrollable interface: typo type
Yakov Goldberg [Mon, 30 Dec 2013 13:42:05 +0000 (15:42 +0200)]
scrollable interface: typo type

10 years agocalendar: add NULL checks
Yakov Goldberg [Mon, 30 Dec 2013 12:46:39 +0000 (14:46 +0200)]
calendar: add NULL checks

10 years agocalendar: fix doxygen
Yakov Goldberg [Mon, 30 Dec 2013 12:43:32 +0000 (14:43 +0200)]
calendar: fix doxygen

10 years agowin: fix parameter order in elm_win_available_profiles_get() for consistency
Yakov Goldberg [Mon, 30 Dec 2013 12:26:04 +0000 (14:26 +0200)]
win: fix parameter order in elm_win_available_profiles_get() for consistency

10 years agodatetime: add NULL checks
Yakov Goldberg [Mon, 30 Dec 2013 12:39:01 +0000 (14:39 +0200)]
datetime: add NULL checks

10 years agodatetime: fix doxygen
Yakov Goldberg [Mon, 30 Dec 2013 12:24:39 +0000 (14:24 +0200)]
datetime: fix doxygen

10 years agofix Makefile to build with webkit
Yakov Goldberg [Mon, 16 Dec 2013 08:32:36 +0000 (10:32 +0200)]
fix Makefile to build with webkit

10 years agotest_fileselector: Set the hoversel's hover parent correctly.
Daniel Juyung Seo [Mon, 30 Dec 2013 10:36:16 +0000 (19:36 +0900)]
test_fileselector: Set the hoversel's hover parent correctly.

This fixes hover clipping issue on hoversel button clicked.
Thanks for the report Ryuan.

10 years agoentry - Add "rejected" smart callback in "elm_entry_filter_accept_set"
Youngbok Shin [Mon, 30 Dec 2013 09:25:15 +0000 (18:25 +0900)]
entry - Add "rejected" smart callback in "elm_entry_filter_accept_set"

Summary:
Add "rejected" smart callback.
Applications using the *filter_accept_set didn't know when the input was rejected.
This smart callback can provide a simple information to applications.

Reviewers: woohyun, tasn, seoz

Reviewed By: seoz

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

10 years agowidget: remove unused return parameter in elm_wdg_orientation_set()
Yakov Goldberg [Mon, 30 Dec 2013 08:55:52 +0000 (10:55 +0200)]
widget: remove unused return parameter in elm_wdg_orientation_set()

10 years agowidget: doxygen fix
Yakov Goldberg [Mon, 30 Dec 2013 08:32:06 +0000 (10:32 +0200)]
widget: doxygen fix

10 years agotests - add test for requesting sa massive window and seeing response
Carsten Haitzler (Rasterman) [Mon, 30 Dec 2013 04:42:32 +0000 (13:42 +0900)]
tests - add test for requesting sa massive window and seeing response

10 years agoelm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb from...
Stephen Houston [Sun, 29 Dec 2013 17:24:54 +0000 (11:24 -0600)]
elm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb from being left as an artifact after the elm_thumb has been deleted.

10 years agotest_fileselector: Changed the layout of fileselector example.
Daniel Juyung Seo [Sun, 29 Dec 2013 16:04:22 +0000 (01:04 +0900)]
test_fileselector: Changed the layout of fileselector example.

Now it looks good :)

10 years agofileselector: Added a description for Elm_Fileselector_Filter_Func.
Daniel Juyung Seo [Sun, 29 Dec 2013 15:31:04 +0000 (00:31 +0900)]
fileselector: Added a description for Elm_Fileselector_Filter_Func.

10 years agotest_fileselector: Added edje custom filter example to show the real use case of...
Daniel Juyung Seo [Sun, 29 Dec 2013 15:21:55 +0000 (00:21 +0900)]
test_fileselector: Added edje custom filter example to show the real use case of fileselector custom filter.

This feature is really good. Thanks Ryuan!

10 years agotest_fileselector: Cleaned up the comments in the test code.
Daniel Juyung Seo [Sun, 29 Dec 2013 11:50:39 +0000 (20:50 +0900)]
test_fileselector: Cleaned up the comments in the test code.

10 years agoentry: Show "Paste" option when called ctxpopup with selection
Ryuan Choi [Sun, 29 Dec 2013 10:34:31 +0000 (19:34 +0900)]
entry: Show "Paste" option when called ctxpopup with selection

"Paste" is usefull not only for pasting clipboard but also for replacing
selection to clipboard.

10 years agofileselector : Add elm_fileselector_custom_filter_append to support custom filter
Ryuan Choi [Sun, 29 Dec 2013 04:23:17 +0000 (13:23 +0900)]
fileselector : Add elm_fileselector_custom_filter_append to support custom filter

Summary:
Now, application developers can decide whether files and directories to show in
fileselector view.

Reviewers: seoz, raster

Reviewed By: raster

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

10 years agotest_button: Fixed wrong button number.
Daniel Juyung Seo [Sat, 28 Dec 2013 17:21:31 +0000 (02:21 +0900)]
test_button: Fixed wrong button number.

10 years ago[hoversel] - Added evas smart signal "expanded" in hoversel. This patch depends on...
ami [Sat, 28 Dec 2013 08:48:11 +0000 (17:48 +0900)]
[hoversel] - Added evas smart signal "expanded" in hoversel. This patch depends on D373.

Test Plan: elementary_test -to Hoversel, Click on "Custom Item Style".

Reviewers: seoz, raster, cedric

Reviewed By: raster

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

10 years ago[elc_popup] - Added focus support on popup-base's swallow parts.
Amitesh Singh [Sat, 28 Dec 2013 08:33:10 +0000 (17:33 +0900)]
[elc_popup] - Added focus support on popup-base's swallow parts.

Summary:
 Currently the focus was only on popup-content and popup-action area.
New API elm_layout_content_swallow_list_get() which returns the list of
swallow parts.

Test Plan: elementary_test -to popup. click on "subpopup + X button"

Reviewers: seoz, raster, woohyun

Reviewed By: raster

CC: nirajkr, aryarockstar, kashish
Differential Revision: https://phab.enlightenment.org/D375

10 years ago[Hoversel] Making focus cyclic for hoversel items.
Chinmaya Panigrahi [Sat, 28 Dec 2013 08:21:23 +0000 (17:21 +0900)]
[Hoversel] Making focus cyclic for hoversel items.

Summary: Focus cyclic feature on hoversel items.

Test Plan: elementary_test -to "Hoversel Focus"

Reviewers: seoz, singh.amitesh

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

10 years agoremove ifdefs for emotion and eio as they always come with efl.
Carsten Haitzler (Rasterman) [Sat, 28 Dec 2013 08:15:34 +0000 (17:15 +0900)]
remove ifdefs for emotion and eio as they always come with efl.

10 years agowin: Added internal documentation about elm_win_rotation_set and elm_win_rotation_wit...
Daniel Juyung Seo [Fri, 27 Dec 2013 14:14:27 +0000 (23:14 +0900)]
win: Added internal documentation about elm_win_rotation_set and elm_win_rotation_with_resize_set().

This is for efl developers not app developers so it goes to elm_win.c
Without knowing this, it is very tricky to understand the concept of
this api.

10 years agoweb: Added elm_web_html_string_load() to load html string as the content
Ryuan Choi [Fri, 27 Dec 2013 13:23:21 +0000 (22:23 +0900)]
web: Added elm_web_html_string_load() to load html string as the content

It is usefull to load html string instead of url, especially for testing.

10 years ago[elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get().
ami [Fri, 27 Dec 2013 11:00:03 +0000 (20:00 +0900)]
[elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get().

Reviewers: seoz, raster

CC: aryarockstar, nirajkr, chinmaya061
Differential Revision: https://phab.enlightenment.org/D373

10 years agoset e init splash default version to 19
Mike Blumenkrantz [Fri, 27 Dec 2013 03:31:24 +0000 (22:31 -0500)]
set e init splash default version to 19

10 years agoadatp to new api rename
Carsten Haitzler (Rasterman) [Fri, 27 Dec 2013 03:03:05 +0000 (12:03 +0900)]
adatp to new api rename

10 years agomultibuttonentry - emit edje signal to oedje object not item struct!
Carsten Haitzler (Rasterman) [Fri, 27 Dec 2013 02:46:35 +0000 (11:46 +0900)]
multibuttonentry - emit edje signal to oedje object not item struct!

10 years agoentry: Added missing smart callback documentation.
Daniel Juyung Seo [Thu, 26 Dec 2013 18:06:22 +0000 (03:06 +0900)]
entry: Added missing smart callback documentation.

10 years agoentry: Sort smart callback descriptions in alphabetical order.
Daniel Juyung Seo [Thu, 26 Dec 2013 17:51:04 +0000 (02:51 +0900)]
entry: Sort smart callback descriptions in alphabetical order.

It looks like someone was trying to order them in elm_entry.c but missed
elm_entry.h.

10 years agoReach mbe item on signal emit hook properly.
Gustavo Lima Chaves [Thu, 26 Dec 2013 18:03:24 +0000 (16:03 -0200)]
Reach mbe item on signal emit hook properly.

Fixes 360bba13c7c1004f7520e5e1ebe341c2e6323d2a mistake.

10 years agoNew Elementary API -- elm_multibuttonentry_format_function_set().
Gustavo Lima Chaves [Thu, 26 Dec 2013 17:27:39 +0000 (15:27 -0200)]
New Elementary API -- elm_multibuttonentry_format_function_set().

Useful when one does not want the default multi button entry counter
item's format string.

10 years agoMulti button entry items now support custom parts on elm_object_item_text_[gs]et...
Gustavo Lima Chaves [Thu, 26 Dec 2013 15:54:57 +0000 (13:54 -0200)]
Multi button entry items now support custom parts on elm_object_item_text_[gs]et() calls.

I also removed a crazy "if (!label) return", since no other item text
hook on Elementary does that and I can't find a single reason for that
to be there.

10 years agoNow multi button entry items will happily listen to_object_item_signal_emit() calls.
Gustavo Lima Chaves [Thu, 26 Dec 2013 15:45:22 +0000 (13:45 -0200)]
Now multi button entry items will happily listen to_object_item_signal_emit() calls.

10 years agoAdd 'pulse' property to progressbar edje-external object API.
Gustavo Lima Chaves [Thu, 26 Dec 2013 15:42:24 +0000 (13:42 -0200)]
Add 'pulse' property to progressbar edje-external object API.

10 years agoGive focus capabilities to elm_plug widget.
Gustavo Lima Chaves [Thu, 26 Dec 2013 15:11:25 +0000 (13:11 -0200)]
Give focus capabilities to elm_plug widget.

10 years agofileselector: Fixed simple typo
Ryuan Choi [Thu, 26 Dec 2013 12:08:33 +0000 (21:08 +0900)]
fileselector: Fixed simple typo

10 years agoelm config - move x properties to child window of root. reduces wakeups
Carsten Haitzler (Rasterman) [Thu, 26 Dec 2013 10:02:00 +0000 (19:02 +0900)]
elm config - move x properties to child window of root. reduces wakeups

10 years agoclock: Fixed warning messages related to local variable named "pause".
Amitesh Singh [Thu, 26 Dec 2013 05:27:32 +0000 (14:27 +0900)]
clock: Fixed warning messages related to local variable named "pause".

Summary:
Fixed the warning message.

elm_clock.c: In function 'elm_clock_pause_set':
elm_clock.c:1082:49: warning: declaration of 'pause' shadows a global declaration [-Wshadow]
elm_clock.c: In function '_pause_set':
elm_clock.c:1091:14: warning: declaration of 'pause' shadows a global declaration [-Wshadow]

Reviewers: seoz

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

10 years agowin: Added floating mode documentation and added a check for floating parameter.
Daniel Juyung Seo [Thu, 26 Dec 2013 05:23:29 +0000 (14:23 +0900)]
win: Added floating mode documentation and added a check for floating parameter.

The documentation is from the original floating mode commit message.

10 years agoelm: Unified eina critical manro to CRI.
Daniel Juyung Seo [Thu, 26 Dec 2013 04:03:55 +0000 (13:03 +0900)]
elm: Unified eina critical manro to CRI.

Being annoyed by different types of eina critical macros - CRI, CRIT,
 CRITICAL -, I concluded to unify them to one. Discussed on IRC and
 finally, CRI was chosen to meet the consistency with other macros -
 ERR, WRN, INF, DBG - in terms of the number of characters.
If there is any missing bits, please let me know.

10 years agoelm_mapbuf: fix format warning
Dennis Schridde [Thu, 26 Dec 2013 01:21:37 +0000 (10:21 +0900)]
elm_mapbuf: fix format warning

Reviewers: cedric

Reviewed By: cedric

CC: cedric
Differential Revision: https://phab.enlightenment.org/D406

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
10 years agoAdding hungarian translation
maxerba [Wed, 25 Dec 2013 22:05:09 +0000 (23:05 +0100)]
Adding hungarian translation

10 years agotest_glview_simple: Do not manipulate glview if gl is not supported.
Daniel Juyung Seo [Mon, 23 Dec 2013 16:27:59 +0000 (01:27 +0900)]
test_glview_simple: Do not manipulate glview if gl is not supported.

10 years agotest_web.c: removed unused local variable.
Daniel Juyung Seo [Mon, 23 Dec 2013 16:20:37 +0000 (01:20 +0900)]
test_web.c: removed unused local variable.

10 years agotest_web: removed web-mobile test by adding an option to change useragent
Ryuan Choi [Mon, 23 Dec 2013 12:25:25 +0000 (21:25 +0900)]
test_web: removed web-mobile test by adding an option to change useragent

Although useragent is an important feature for mobile, it's not all for mobile.
Instead, added an option to change the useragent among several typical useragents.

10 years agotheme: Check the return value of _elm_theme_group_file_find() and do not
Daniel Juyung Seo [Mon, 23 Dec 2013 05:49:50 +0000 (14:49 +0900)]
theme: Check the return value of _elm_theme_group_file_find() and do not
pass NULL to eina_file_filename_get().

eina_file_filename_get() spits unnecessary eina error when the parameter
is null. In this case, we need to check the return of
_elm_theme_group_file_find() and do not call eina_file_filename_get()
when the return is null. One should check the return of
elm_theme_group_path_find().
Thank zmike for pointing this out.

10 years agoweb: popup for <select> shlould be scrollable if there are many items.
Ryuan Choi [Sat, 21 Dec 2013 00:48:05 +0000 (09:48 +0900)]
web: popup for <select> shlould be scrollable if there are many items.

Now, the height of select popup is the minimum value between the half size of window and
the height of items.

10 years agoelementary/mapbuf - added 2 apis, elm_mapbuf_point_color_set(), get().
ChunEon Park [Fri, 20 Dec 2013 12:08:24 +0000 (21:08 +0900)]
elementary/mapbuf - added 2 apis, elm_mapbuf_point_color_set(), get().

for gradient color effect, mapbuf supports these 2 apis additionally.

10 years agoelementary/mapbuf - update map necessarily.
ChunEon Park [Fri, 20 Dec 2013 11:15:16 +0000 (20:15 +0900)]
elementary/mapbuf - update map necessarily.

if the mapbuf is hidden, then there is no need to update map info.

10 years agoelm_widget: added internal documentation about elm_widget_sub_object_add() and elm_wi...
Daniel Juyung Seo [Fri, 20 Dec 2013 10:08:38 +0000 (19:08 +0900)]
elm_widget: added internal documentation about elm_widget_sub_object_add() and elm_widget_sub_object_parent_add().

10 years agoauthor: added Michal Jagiello to authors list.
Daniel Juyung Seo [Fri, 20 Dec 2013 10:00:28 +0000 (19:00 +0900)]
author: added Michal Jagiello to authors list.

10 years agofileselector: enter key press in name entry acts like ok button click.
Daniel Juyung Seo [Fri, 20 Dec 2013 09:54:57 +0000 (18:54 +0900)]
fileselector: enter key press in name entry acts like ok button click.

- I used "activate" signal of entry and this will call ok button clicked function directly.
- This is very useful when the fileselector is used in desktop with keyboard.

10 years agomailmap myself
Mike Blumenkrantz [Thu, 19 Dec 2013 23:22:09 +0000 (18:22 -0500)]
mailmap myself

10 years agoelm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set
Jihoon Kim [Thu, 19 Dec 2013 10:20:20 +0000 (19:20 +0900)]
elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set

10 years agoconfig: comment out unused variable after commenting out some codes.
Daniel Juyung Seo [Thu, 19 Dec 2013 05:26:52 +0000 (14:26 +0900)]
config: comment out unused variable after commenting out some codes.

This fixes coverity CID 1139957, 1139958, and 1139959.

10 years agoUpdate systray theme to have only one box
José Roberto de Souza [Wed, 18 Dec 2013 20:55:43 +0000 (18:55 -0200)]
Update systray theme to have only one box

10 years agoelementary/config - commented out the translation availabilty check.
ChunEon Park [Wed, 18 Dec 2013 12:55:12 +0000 (21:55 +0900)]
elementary/config - commented out the translation availabilty check.

It's insane to me app sholud have only "messages" text domain?!

10 years agofileselector: Add elm_fileselector_sort_method_get/set to select order of file/direct...
Ryuan Choi [Wed, 18 Dec 2013 11:05:35 +0000 (20:05 +0900)]
fileselector: Add elm_fileselector_sort_method_get/set to select order of file/directory list.

Summary:
From now, the list of files/directories can be ordered by filename,
type, size, modified time with both ascent and descent.

Reviewers: seoz

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

10 years agoclock test: modified clock test name, window title, and button name more descriptive.
Daniel Juyung Seo [Wed, 18 Dec 2013 01:42:17 +0000 (10:42 +0900)]
clock test: modified clock test name, window title, and button name more descriptive.

10 years agoclock: Add elm_clock_pause_set and elm_clock_pause_get functions for elm_clock widget
Michal Jagiello [Wed, 18 Dec 2013 01:14:20 +0000 (10:14 +0900)]
clock: Add elm_clock_pause_set and elm_clock_pause_get functions for elm_clock widget

Summary: This patch add two functions for elm_clock widget - elm_clock_pause_set and elm_clock_pause_get. I've prepared it because I want to do a stopwatch using this widget, but now it is impossible to pause the clock without set an editable mode.

Reviewers: seoz, cedric, stanluk, z.kosinski

Reviewed By: seoz

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