Jeonghyun Yun [Wed, 9 Nov 2011 03:54:10 +0000 (22:54 -0500)]
elm_gengrid rollback
raster [Tue, 16 Aug 2011 10:52:01 +0000 (10:52 +0000)]
From: 김재환 <jae.hwan.kim@samsung.com>
I added 4 APIs for the page function of the scroller.
Those are,
EAPI void elm_scroller_current_page_get(Evas_Object *obj, int
*h_pagenumber,
int *v_pagenumber));
(Get scroll current page number.)
EAPI void elm_scroller_last_page_get(Evas_Object *obj, int
*h_pagenumber,
int *v_pagenumber);
(Get scroll last page number.)
EAPI void elm_scroller_page_show(Evas_Object *obj, int
h_pagenumber, int
v_pagenumber);
(Show a specific virtual region within the scroller content
object by page
number without animation.)
EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int
h_pagenumber, int
v_pagenumber);
(Show a specific virtual region within the scroller content
object by page
number with animation.)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62496
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 9 Nov 2011 02:02:57 +0000 (11:02 +0900)]
Remove pointless differences with upstream
barbieri [Tue, 27 Sep 2011 20:28:36 +0000 (20:28 +0000)]
elm_box: emit child,removed and child,added, allow smart-recalculate of box.
* proxy signals from evas_object_box: child,removed and child,added. Both
will carry event_info being the child element.
* elm_box_recalculate() to force recalculation of internal box, thus
applying the layout to children.
Thanks btdrucke for reporting!
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63630
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 9 Nov 2011 01:49:28 +0000 (10:49 +0900)]
Remove pointless differences with upstream
hermet [Thu, 6 Oct 2011 01:13:51 +0000 (01:13 +0000)]
elementary/general - added new API elm_object_item_object_get
It returns the widget object handle which contains the given item.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63861
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 7 Nov 2011 04:25:16 +0000 (04:25 +0000)]
add new function to disable icon preloading
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64850
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 6 Nov 2011 15:56:31 +0000 (15:56 +0000)]
add function to return image object for use with evas apis
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64830
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 9 Nov 2011 01:19:14 +0000 (10:19 +0900)]
Use elm_object_content_set/get
Mike McCormack [Wed, 9 Nov 2011 01:03:29 +0000 (10:03 +0900)]
Use elm_object_content_set/get
hermet [Wed, 26 Oct 2011 00:46:16 +0000 (00:46 +0000)]
elementary/layout - deprecated elm_layout_content_set/get_unset
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 16:20:10 +0000 (16:20 +0000)]
elementary: fix test
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64577
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 8 Nov 2011 01:05:01 +0000 (01:05 +0000)]
elementary/bubble - applied missed content_set/get/unset APIs
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64925
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 9 Nov 2011 00:30:18 +0000 (09:30 +0900)]
Remove whitespace diffs
hermet [Wed, 3 Aug 2011 04:38:44 +0000 (04:38 +0000)]
deprecated elm_ctxpopup_content_set/content_unset
but available them with elm_object_content_set/content_unset instead.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62036
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 01:23:25 +0000 (01:23 +0000)]
elementary/button -> use elm_object_content_set/get/unset
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64370
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 25 Aug 2011 10:01:59 +0000 (10:01 +0000)]
Fix PACKAGE_DATA_DIR usage
From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test
please find attached a small patch for eina_prefix
it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set
and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62796
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 9 Nov 2011 00:06:09 +0000 (09:06 +0900)]
Sync a comment change
Mike McCormack [Wed, 9 Nov 2011 00:00:18 +0000 (09:00 +0900)]
Add EAPI_MAIN definition
Mike McCormack [Tue, 8 Nov 2011 23:53:38 +0000 (08:53 +0900)]
Disable building docs
seoz [Mon, 25 Jul 2011 14:22:19 +0000 (14:22 +0000)]
elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_win_autodel_set() API.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61695
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Tue, 8 Nov 2011 10:01:42 +0000 (19:01 +0900)]
Sync docs to @64925
hermet [Fri, 28 Oct 2011 09:36:50 +0000 (09:36 +0000)]
elementary/conformant - content_set/get/unset
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64489
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ChunEon Park [Tue, 8 Nov 2011 13:26:09 +0000 (22:26 +0900)]
repackaging
elementary_1.0.0+svn.61256slp2+build73
ChunEon Park [Tue, 8 Nov 2011 12:49:53 +0000 (21:49 +0900)]
naviframe - new APIselm_naviframe_item_insert_afterelm_naviframe_item_insert_beforeelm_naviframe_items_getcontrolbar - modified for new UX tabbar style
Goun Lee [Tue, 8 Nov 2011 10:00:51 +0000 (19:00 +0900)]
[elm_multibuttonentry]CQ:H0100136311 Changed event type (EVAS_CALLBACK_MOVE -> EVAS_CALLBACK_RESIZE)
Mike McCormack [Tue, 8 Nov 2011 09:54:06 +0000 (18:54 +0900)]
Update translations
hermet [Fri, 28 Oct 2011 08:31:42 +0000 (08:31 +0000)]
elementary/bg - content_set/get/unset, fixed indentation
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64484
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 28 Oct 2011 08:57:33 +0000 (08:57 +0000)]
elementary/check - content_set/get/unset
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64487
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Tue, 8 Nov 2011 09:13:42 +0000 (18:13 +0900)]
Update translations
hermet [Mon, 31 Oct 2011 02:56:03 +0000 (02:56 +0000)]
elementary - slider, scroller, progressbar, radio
applied elm_object_content_set/get/unset APIs.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64542
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 29 Oct 2011 04:32:24 +0000 (04:32 +0000)]
elemetary - notify, factory, frame, panel, mapbuf
applied content_set/get/unset.
do it later for the remainder.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64502
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Tue, 8 Nov 2011 08:40:43 +0000 (17:40 +0900)]
[entry] Remove unneeded differences
Mike McCormack [Tue, 8 Nov 2011 08:26:49 +0000 (17:26 +0900)]
Remove unnecessary differences with upstream
sachiel [Wed, 19 Oct 2011 14:17:14 +0000 (14:17 +0000)]
Get us some nice auto translation scheme
First things first, I'm not sure I'm setting the right variable on
the setlocale() call, so someone more knowledgeable can look at it and fix it.
How this works, you say? Just like elm_object_text_part_set(), except now it
will pass the string given through dgettext() with the given domain (NULL
means it uses whatever the app set with textdomain()), and when changing
language with elm_language_set(), it will re-set the strings with a new
translation.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64179
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Tue, 8 Nov 2011 07:38:30 +0000 (16:38 +0900)]
Add missing files vs @64925
Rajeev Ranjan [Tue, 8 Nov 2011 08:51:11 +0000 (17:51 +0900)]
Merge "Fixed prevent issues:56236,38820,30368,24310,28344,56426,25511,22275,24788,45558,45557,57299,57298"
Rajeev Ranjan [Tue, 8 Nov 2011 08:51:00 +0000 (17:51 +0900)]
Merge "[prevent issues ID:55300,38821,19282,55298 for test_fileselector.c and elc_fileselector.c]"
Mike McCormack [Tue, 8 Nov 2011 07:27:29 +0000 (16:27 +0900)]
Release 1.0.0+svn.61256slp2+build72
Mike McCormack [Tue, 8 Nov 2011 07:14:28 +0000 (16:14 +0900)]
[naviframe] remove whitespace diff
Mike McCormack [Tue, 8 Nov 2011 07:11:07 +0000 (16:11 +0900)]
Add back accidentally deleted line
Mike McCormack [Tue, 8 Nov 2011 07:00:40 +0000 (16:00 +0900)]
[gengrid] item -> it
Mike McCormack [Tue, 8 Nov 2011 06:52:13 +0000 (15:52 +0900)]
Merge examples from upstream
discomfitor [Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)]
add VIEW() and WIDGET() macros
For use with Elm_Widget_Items to create more consistency, reduce typing, and increase readability
VIEW(X) = X->base.view (visible evas object)
WIDGET(X) = X->base.widget (owner widget)
also a demo of the oxford comma for seoz
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64220
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 21 Oct 2011 00:45:19 +0000 (00:45 +0000)]
create and use ELM_WIDGET_ITEM for elm widget structs to ensure location/name
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64218
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Rajeev Ranjan [Sat, 15 Oct 2011 10:32:48 +0000 (16:02 +0530)]
Fixed prevent issues:56236,38820,30368,24310,28344,56426,25511,22275,24788,45558,45557,57299,57298
Change-Id: I7f8c595d291662458d5c85d5a82a33ce07973482
Rajeev Ranjan [Sat, 15 Oct 2011 08:43:50 +0000 (14:13 +0530)]
[prevent issues ID:55300,38821,19282,55298 for test_fileselector.c and elc_fileselector.c]
Change-Id: I761f66d7dba4f22ab201e0fc4fba633cb4077682
Mike McCormack [Tue, 8 Nov 2011 05:41:15 +0000 (14:41 +0900)]
Sync whitespace with upsteam
Mike McCormack [Tue, 8 Nov 2011 05:35:42 +0000 (14:35 +0900)]
Add drag variable
Mike McCormack [Tue, 8 Nov 2011 04:54:10 +0000 (13:54 +0900)]
[ctxpopup] Remove pointless differences
Mike McCormack [Tue, 8 Nov 2011 04:53:46 +0000 (13:53 +0900)]
Update translations
Mike McCormack [Tue, 8 Nov 2011 04:45:48 +0000 (13:45 +0900)]
[transit] Remove pointless differences with upstream
Mike McCormack [Tue, 8 Nov 2011 04:43:40 +0000 (13:43 +0900)]
[image] remove docs
Mike McCormack [Tue, 8 Nov 2011 04:42:45 +0000 (13:42 +0900)]
[config] remove docs
Mike McCormack [Tue, 8 Nov 2011 04:41:01 +0000 (13:41 +0900)]
[main] remove docs
Mike McCormack [Tue, 8 Nov 2011 03:14:14 +0000 (12:14 +0900)]
[list] remove docs
Mike McCormack [Tue, 8 Nov 2011 03:13:02 +0000 (12:13 +0900)]
[layout] remove docs
Mike McCormack [Tue, 8 Nov 2011 03:11:59 +0000 (12:11 +0900)]
[index] remove docs
Mike McCormack [Tue, 8 Nov 2011 03:03:03 +0000 (12:03 +0900)]
[notify] sync docs with upstream
Mike McCormack [Tue, 8 Nov 2011 02:56:33 +0000 (11:56 +0900)]
[menu] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:52:53 +0000 (11:52 +0900)]
[mapbuf] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:49:13 +0000 (11:49 +0900)]
[module] remove DOS CRLF
Mike McCormack [Tue, 8 Nov 2011 02:47:55 +0000 (11:47 +0900)]
[notify] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:42:37 +0000 (11:42 +0900)]
[pager] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:40:33 +0000 (11:40 +0900)]
[spinner] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:39:55 +0000 (11:39 +0900)]
[stackedicon] remove DOS CRLF
Mike McCormack [Tue, 8 Nov 2011 02:38:55 +0000 (11:38 +0900)]
[theme] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:37:36 +0000 (11:37 +0900)]
[win] remove docs
Mike McCormack [Tue, 8 Nov 2011 02:36:04 +0000 (11:36 +0900)]
[ctxpopup] Remove pointless difference with upstream
Mike McCormack [Tue, 8 Nov 2011 01:41:14 +0000 (10:41 +0900)]
[photocam] Merge upstream changes
mike_m [Fri, 7 Oct 2011 05:56:07 +0000 (05:56 +0000)]
elementary: Improve include file modularity
Move stuff out of elm_priv.h
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63900
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Tue, 8 Nov 2011 01:52:40 +0000 (10:52 +0900)]
Remove duplicated code
Mike McCormack [Tue, 8 Nov 2011 01:47:25 +0000 (10:47 +0900)]
[separator slideshow] Remove docs
Mike McCormack [Tue, 8 Nov 2011 01:46:49 +0000 (10:46 +0900)]
[separator slider] Remove docs
Mike McCormack [Tue, 8 Nov 2011 01:45:58 +0000 (10:45 +0900)]
[separator control] Remove docs
Mike McCormack [Tue, 8 Nov 2011 01:45:40 +0000 (10:45 +0900)]
[segment control] Remove docs
WooHyun Jung [Mon, 7 Nov 2011 02:11:14 +0000 (11:11 +0900)]
[*][focus] Focus should be controlled only when canvas gets focus(63240,63245)
Change-Id: Ibcd20482859284c278e2416714a4628e296e1fb3
Mike McCormack [Tue, 8 Nov 2011 01:30:47 +0000 (10:30 +0900)]
Remove whitespace differences
Mike McCormack [Tue, 8 Nov 2011 01:26:43 +0000 (10:26 +0900)]
Remove unused files
Mike McCormack [Tue, 8 Nov 2011 01:26:18 +0000 (10:26 +0900)]
Remove cvsignore files
Mike McCormack [Tue, 8 Nov 2011 01:22:27 +0000 (10:22 +0900)]
[panel] delete docs
Mike McCormack [Tue, 8 Nov 2011 01:20:30 +0000 (10:20 +0900)]
[panes] delete docs
Mike McCormack [Tue, 8 Nov 2011 01:18:56 +0000 (10:18 +0900)]
[photo] delete docs
Mike McCormack [Tue, 8 Nov 2011 01:17:32 +0000 (10:17 +0900)]
[photocam] delete docs
Mike McCormack [Tue, 8 Nov 2011 01:14:20 +0000 (10:14 +0900)]
[progressbar] delete docs
Mike McCormack [Tue, 8 Nov 2011 01:11:35 +0000 (10:11 +0900)]
[scroller] delete docs
Mike McCormack [Mon, 7 Nov 2011 10:11:24 +0000 (19:11 +0900)]
Release 1.0.0+svn.61256slp2+build71
Mike McCormack [Mon, 7 Nov 2011 10:10:16 +0000 (19:10 +0900)]
[genlist] undeprecate elm_genlist_item_selected_set/get
Mike McCormack [Mon, 7 Nov 2011 10:06:57 +0000 (19:06 +0900)]
[hover] delete docs
Mike McCormack [Mon, 7 Nov 2011 10:06:50 +0000 (19:06 +0900)]
[grid] delete docs
Mike McCormack [Mon, 7 Nov 2011 09:56:16 +0000 (18:56 +0900)]
[glview] delete docs
Mike McCormack [Mon, 7 Nov 2011 09:53:05 +0000 (18:53 +0900)]
[table] delete docs
Mike McCormack [Mon, 7 Nov 2011 09:50:20 +0000 (18:50 +0900)]
Remove pointless diffs
Mike McCormack [Mon, 7 Nov 2011 09:43:27 +0000 (18:43 +0900)]
[toggle] Remove docs
Mike McCormack [Mon, 7 Nov 2011 09:39:34 +0000 (18:39 +0900)]
[ethumb] Remove docs
Mike McCormack [Mon, 7 Nov 2011 09:38:15 +0000 (18:38 +0900)]
[tooltip] Remove docs
Mike McCormack [Mon, 7 Nov 2011 09:35:39 +0000 (18:35 +0900)]
[gengrid] remove docs
Mike McCormack [Mon, 7 Nov 2011 09:32:23 +0000 (18:32 +0900)]
Update translations
Mike McCormack [Mon, 7 Nov 2011 09:29:35 +0000 (18:29 +0900)]
[flip] remove docs
Mike McCormack [Mon, 7 Nov 2011 09:25:57 +0000 (18:25 +0900)]
[diskselector] remove docs