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
Mike McCormack [Mon, 7 Nov 2011 09:17:39 +0000 (18:17 +0900)]
[conform] remove docs
Mike McCormack [Mon, 7 Nov 2011 09:16:03 +0000 (18:16 +0900)]
[calendar] remove docs
Mike McCormack [Mon, 7 Nov 2011 09:12:59 +0000 (18:12 +0900)]
[entry] remove docs
Mike McCormack [Mon, 7 Nov 2011 09:06:45 +0000 (18:06 +0900)]
[radio] remove documentation
Mike McCormack [Mon, 7 Nov 2011 08:52:25 +0000 (17:52 +0900)]
Remove whitespace diff
Tae-Hwan Kim [Mon, 7 Nov 2011 09:21:43 +0000 (18:21 +0900)]
Merge "[Map] Upstream merge r64851"
ChunEon Park [Mon, 7 Nov 2011 08:56:12 +0000 (17:56 +0900)]
repackaging - elementary_1.0.0+svn.61256slp2+build70
ChunEon Park [Mon, 7 Nov 2011 08:48:33 +0000 (17:48 +0900)]
Merge "naviframe - fixed title_object_set incorrect logic"
Mike McCormack [Mon, 7 Nov 2011 08:36:18 +0000 (17:36 +0900)]
[navbarex] remove DOS CRLF line endings
Mike McCormack [Mon, 7 Nov 2011 08:35:57 +0000 (17:35 +0900)]
[actionslider] remove doxygen docs
Tae-Hwan Kim [Mon, 7 Nov 2011 08:28:55 +0000 (17:28 +0900)]
[Map] Upstream merge r64851
Change-Id: Ib5abb5bbebdd0283b931f1a4040d066a680ae7c3
Mike McCormack [Mon, 7 Nov 2011 08:03:49 +0000 (17:03 +0900)]
Remove whitespace & comment diffs
Mike McCormack [Mon, 7 Nov 2011 08:00:16 +0000 (17:00 +0900)]
[fileselector, hoversel] remove documentation
ChunEon Park [Mon, 7 Nov 2011 07:58:58 +0000 (16:58 +0900)]
naviframe - fixed title_object_set incorrect logic
Mike McCormack [Mon, 7 Nov 2011 07:56:57 +0000 (16:56 +0900)]
[fileselector] delete documentation
Mike McCormack [Mon, 7 Nov 2011 07:55:22 +0000 (16:55 +0900)]
[menu] sync with upstream API
Mike McCormack [Mon, 7 Nov 2011 07:50:34 +0000 (16:50 +0900)]
[icon] remove documentation
Mike McCormack [Mon, 7 Nov 2011 07:39:20 +0000 (16:39 +0900)]
[icon] Fix API names to conform to upstream, add compat code
Mike McCormack [Mon, 7 Nov 2011 07:04:25 +0000 (16:04 +0900)]
[ctxpopup] sync formatting with upstream
Mike McCormack [Mon, 7 Nov 2011 06:48:13 +0000 (15:48 +0900)]
[inwin] remove docs