framework/uifw/elementary.git
12 years agoMerge "[elc_naviframe]: As hide signal was sent twice, control bar was hidden as...
Shilpa Singh [Thu, 24 Nov 2011 11:09:21 +0000 (20:09 +0900)]
Merge "[elc_naviframe]: As hide signal was sent twice, control bar was hidden as the counter value was not properly updated."

12 years agoMerge branch 'master' of 165.213.180.234:/slp/pkgs/e/elementary
Tae-Hwan Kim [Thu, 24 Nov 2011 08:40:58 +0000 (17:40 +0900)]
Merge branch 'master' of 165.213.180.234:/slp/pkgs/e/elementary

12 years ago[Gengrid] Added gengrid signals: edge,top/bottom/left/right. Merge from upstream.
Daniel Juyung Seo [Thu, 17 Nov 2011 05:10:32 +0000 (14:10 +0900)]
[Gengrid] Added gengrid signals: edge,top/bottom/left/right. Merge from upstream.

Change-Id: I29ada6979d6804c775a4631d1eb150e617d2f89e

12 years ago[multibuttonentry] Remove differences with upstream
Mike McCormack [Thu, 24 Nov 2011 07:38:31 +0000 (16:38 +0900)]
[multibuttonentry] Remove differences with upstream

12 years ago[multibuttonentry] Remove docs
Mike McCormack [Thu, 24 Nov 2011 07:20:50 +0000 (16:20 +0900)]
[multibuttonentry] Remove docs

12 years agoRename multibuttonentry file to match upstream
Mike McCormack [Thu, 24 Nov 2011 07:18:09 +0000 (16:18 +0900)]
Rename multibuttonentry file to match upstream

12 years ago[navigationbar] Remove external
Mike McCormack [Thu, 24 Nov 2011 07:11:03 +0000 (16:11 +0900)]
[navigationbar] Remove external

12 years agoSync externals with upstream
Mike McCormack [Thu, 24 Nov 2011 07:10:13 +0000 (16:10 +0900)]
Sync externals with upstream

12 years ago[multibuttonentry] Fix build break
Mike McCormack [Thu, 24 Nov 2011 07:38:07 +0000 (16:38 +0900)]
[multibuttonentry] Fix build break

12 years ago[multibuttonentry] Remove differences with upstream
Mike McCormack [Thu, 24 Nov 2011 07:00:58 +0000 (16:00 +0900)]
[multibuttonentry] Remove differences with upstream

12 years agoMerge "[Copy&Paste] remove "Paste" button when CBHM has no item"
deasung.kim [Thu, 24 Nov 2011 07:17:53 +0000 (16:17 +0900)]
Merge "[Copy&Paste] remove "Paste" button when CBHM has no item"

12 years agoMerge upstream for ecore_con build flags
Tae-Hwan Kim [Thu, 24 Nov 2011 04:23:16 +0000 (13:23 +0900)]
Merge upstream for ecore_con build flags

12 years ago[multibuttonentry] add test from upstream
Mike McCormack [Thu, 24 Nov 2011 02:23:43 +0000 (11:23 +0900)]
[multibuttonentry] add test from upstream

12 years ago[navigationbar] remove
Mike McCormack [Thu, 24 Nov 2011 01:10:38 +0000 (10:10 +0900)]
[navigationbar] remove

12 years ago[colorselector] Sync with upstream
Mike McCormack [Wed, 23 Nov 2011 09:06:33 +0000 (18:06 +0900)]
[colorselector] Sync with upstream

12 years ago[button] Add missing piece from merge
Mike McCormack [Wed, 23 Nov 2011 09:03:47 +0000 (18:03 +0900)]
[button] Add missing piece from merge

12 years agoKill the sliding drawer
Mike McCormack [Wed, 23 Nov 2011 09:00:41 +0000 (18:00 +0900)]
Kill the sliding drawer

12 years agoAvoid deprecated functions
Mike McCormack [Wed, 23 Nov 2011 08:40:04 +0000 (17:40 +0900)]
Avoid deprecated functions

12 years agoRemove CRLFs
Mike McCormack [Wed, 23 Nov 2011 08:39:53 +0000 (17:39 +0900)]
Remove CRLFs

12 years agoelementary : Partly rollback for about the feature "focus movement by
woohyun [Sat, 6 Aug 2011 07:39:31 +0000 (07:39 +0000)]
elementary : Partly rollback for about the feature "focus movement by
arrow keys". There is a better way to support this feature, so
implementing it now.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_scroller : Modified event_hook function. Now arrow keys
woohyun [Fri, 5 Aug 2011 08:31:25 +0000 (08:31 +0000)]
elementary/elm_scroller : Modified event_hook function. Now arrow keys
will move focus among scroller's child objects.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62126 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Focus movement is possible with arrow keys. You can check
woohyun [Fri, 5 Aug 2011 08:25:07 +0000 (08:25 +0000)]
elementary : Focus movement is possible with arrow keys. You can check
this feature in elementary_test -> focus.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62125 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix re-focusing of widgets once inlined window is focus. kind of
raster [Tue, 2 Aug 2011 10:34:30 +0000 (10:34 +0000)]
fix re-focusing of widgets once inlined window is focus. kind of
tricky requiring a 2nd shadowed parent.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoSync with upstream
Mike McCormack [Wed, 23 Nov 2011 08:32:24 +0000 (17:32 +0900)]
Sync with upstream

12 years agoElm entry: Expose the internal textblock object.
tasn [Mon, 14 Nov 2011 13:56:06 +0000 (13:56 +0000)]
Elm entry: Expose the internal textblock object.

This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elc_naviframe]: As hide signal was sent twice, control bar was hidden
Shilpa Singh [Wed, 23 Nov 2011 08:26:59 +0000 (13:56 +0530)]
[elc_naviframe]: As hide signal was sent twice, control bar was hidden
as the counter value was not properly updated.

Change-Id: Id7427230b940deefe513da514299afa441d391b1

12 years agoUpdate translations
Mike McCormack [Wed, 23 Nov 2011 08:15:06 +0000 (17:15 +0900)]
Update translations

12 years agoRevert differences with upstream
Mike McCormack [Wed, 23 Nov 2011 08:04:55 +0000 (17:04 +0900)]
Revert differences with upstream

12 years agoFix warnings
Mike McCormack [Wed, 23 Nov 2011 08:04:07 +0000 (17:04 +0900)]
Fix warnings

12 years agoElm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
tasn [Mon, 8 Aug 2011 07:51:02 +0000 (07:51 +0000)]
Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62193 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[win] sync with upstream
Mike McCormack [Wed, 23 Nov 2011 07:47:15 +0000 (16:47 +0900)]
[win] sync with upstream

12 years ago[toggle] sync with upstream changes]
Mike McCormack [Wed, 23 Nov 2011 07:41:22 +0000 (16:41 +0900)]
[toggle] sync with upstream changes]

12 years ago[externals] Sync with upstream changes
Mike McCormack [Wed, 23 Nov 2011 07:41:02 +0000 (16:41 +0900)]
[externals] Sync with upstream changes

12 years agoBuild upstream files
Mike McCormack [Wed, 23 Nov 2011 07:39:35 +0000 (16:39 +0900)]
Build upstream files

12 years ago[genlist] sync externals variable names
Mike McCormack [Wed, 23 Nov 2011 07:39:21 +0000 (16:39 +0900)]
[genlist] sync externals variable names

12 years ago[naviframe] Sync test with upstream
Mike McCormack [Wed, 23 Nov 2011 07:23:45 +0000 (16:23 +0900)]
[naviframe] Sync test with upstream

12 years ago[index] sync test with upstream
Mike McCormack [Wed, 23 Nov 2011 07:22:52 +0000 (16:22 +0900)]
[index] sync test with upstream

12 years ago[genlist] Remove unused variables from test
Mike McCormack [Wed, 23 Nov 2011 07:22:03 +0000 (16:22 +0900)]
[genlist] Remove unused variables from test

12 years ago[diskselector] remove used code
Mike McCormack [Wed, 23 Nov 2011 07:19:20 +0000 (16:19 +0900)]
[diskselector] remove used code

12 years agoMerge elm_diskselector_display_item_num_get() from upstream
Mike McCormack [Wed, 23 Nov 2011 07:17:42 +0000 (16:17 +0900)]
Merge elm_diskselector_display_item_num_get() from upstream

12 years ago[panel] Sync test with upstream
Mike McCormack [Wed, 23 Nov 2011 07:14:09 +0000 (16:14 +0900)]
[panel] Sync test with upstream

12 years ago[gengrid] Sync test to upstream
Mike McCormack [Wed, 23 Nov 2011 07:10:28 +0000 (16:10 +0900)]
[gengrid] Sync test to upstream

12 years agoSync tests to upstream
Mike McCormack [Wed, 23 Nov 2011 07:06:54 +0000 (16:06 +0900)]
Sync tests to upstream

12 years agoFix use of deprecated APIs
Mike McCormack [Wed, 23 Nov 2011 07:01:23 +0000 (16:01 +0900)]
Fix use of deprecated APIs

12 years agoFix a warning
Mike McCormack [Wed, 23 Nov 2011 06:19:32 +0000 (15:19 +0900)]
Fix a warning

12 years agoRevert unnecessary differences with upstream
Mike McCormack [Wed, 23 Nov 2011 06:13:50 +0000 (15:13 +0900)]
Revert unnecessary differences with upstream

12 years agoelm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_conten...
billiob [Thu, 17 Nov 2011 21:02:52 +0000 (21:02 +0000)]
elm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_content_set/get/unset

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[fileselector] sync with upstream
Mike McCormack [Wed, 23 Nov 2011 06:08:04 +0000 (15:08 +0900)]
[fileselector] sync with upstream

12 years agoadd elm_win_focus_get
discomfitor [Mon, 21 Nov 2011 19:41:53 +0000 (19:41 +0000)]
add elm_win_focus_get

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65493 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get
billiob [Thu, 17 Nov 2011 21:02:43 +0000 (21:02 +0000)]
elm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[Elementary.h] Sync with upstream, introduce WILL_DEPRECATE macro
Mike McCormack [Wed, 23 Nov 2011 05:42:17 +0000 (14:42 +0900)]
[Elementary.h] Sync with upstream, introduce WILL_DEPRECATE macro

12 years ago[ctxpopup] comment deprecated macros for now
Mike McCormack [Wed, 23 Nov 2011 05:21:35 +0000 (14:21 +0900)]
[ctxpopup] comment deprecated macros for now

12 years agoelementary/ctxpopup, flipselector - applied elm_object_item common apis.
hermet [Thu, 17 Nov 2011 02:16:38 +0000 (02:16 +0000)]
elementary/ctxpopup, flipselector - applied elm_object_item common apis.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/flipseletor - applied elm_object_item,
hermet [Wed, 16 Nov 2011 01:39:39 +0000 (01:39 +0000)]
elementary/flipseletor  - applied elm_object_item,

applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65277 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementray - +2 APIs
hermet [Thu, 17 Nov 2011 01:58:03 +0000 (01:58 +0000)]
elementray - +2 APIs

elm_object_item_disabled_set/get

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65324 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake ELM_CHECK_WIDTYPE & co macros useful. would you believe this macro came from...
discomfitor [Mon, 12 Sep 2011 02:06:27 +0000 (02:06 +0000)]
make ELM_CHECK_WIDTYPE & co macros useful. would you believe this macro came from my first ever code patch :D

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63334 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoRemove pointless differences with upstream
Mike McCormack [Wed, 23 Nov 2011 04:58:11 +0000 (13:58 +0900)]
Remove pointless differences with upstream

12 years ago[video] Sync with upstream
Mike McCormack [Wed, 23 Nov 2011 02:32:16 +0000 (11:32 +0900)]
[video] Sync with upstream

12 years ago[map] sync with upstream
Mike McCormack [Wed, 23 Nov 2011 02:31:05 +0000 (11:31 +0900)]
[map] sync with upstream

12 years agorepackaging - elementary_1.0.0+svn.61256slp2+build96 REL_F_I9500_20111125_1 REL_F_I9500_20111125_2 REL_F_I9500_20111126_1 REL_F_I9500_20111128_1 REL_I9500_20111125_1
ChunEon Park [Wed, 23 Nov 2011 04:32:51 +0000 (13:32 +0900)]
repackaging - elementary_1.0.0+svn.61256slp2+build96

12 years agonaviframe - up to the blocker layer
ChunEon Park [Wed, 23 Nov 2011 03:55:26 +0000 (12:55 +0900)]
naviframe - up to the blocker layer

Change-Id: Id5fa949e483d820dbbdc89191499694b9ac8c8bb

12 years ago[Copy&Paste] remove "Paste" button when CBHM has no item
deasung.kim [Wed, 23 Nov 2011 03:21:08 +0000 (12:21 +0900)]
[Copy&Paste] remove "Paste" button when CBHM has no item

12 years agoRelease 1.0.0+svn.61256slp2+build95 BUILDME REBUILDD-ARMEL-69171 REBUILDD-I386-69172
Mike McCormack [Wed, 23 Nov 2011 01:16:24 +0000 (10:16 +0900)]
Release 1.0.0+svn.61256slp2+build95

12 years ago[widget] Remove differences with upstream
Mike McCormack [Wed, 23 Nov 2011 01:09:09 +0000 (10:09 +0900)]
[widget] Remove differences with upstream

12 years agouse new elm_win function to find screen geometry instead of ecore_x
discomfitor [Mon, 21 Nov 2011 19:55:13 +0000 (19:55 +0000)]
use new elm_win function to find screen geometry instead of ecore_x

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd elm_win_screen_size_get using ecore_evas
discomfitor [Mon, 21 Nov 2011 19:51:24 +0000 (19:51 +0000)]
add elm_win_screen_size_get using ecore_evas

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomaybe throttling this was not a great idea...
discomfitor [Mon, 21 Nov 2011 19:12:35 +0000 (19:12 +0000)]
maybe throttling this was not a great idea...

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65491 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoGet us some nice auto translation scheme [for tooltips]
sachiel [Wed, 19 Oct 2011 14:17:14 +0000 (14:17 +0000)]
Get us some nice auto translation scheme [for tooltips]

12 years agofix bug where window-type tooltip deletion caused infinite recursion
discomfitor [Mon, 3 Oct 2011 04:12:40 +0000 (04:12 +0000)]
fix bug where window-type tooltip deletion caused infinite recursion

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63761 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm tooltip: Remove the checks if object passed is an elm widget.
tasn [Mon, 29 Aug 2011 11:55:25 +0000 (11:55 +0000)]
Elm tooltip: Remove the checks if object passed is an elm widget.

This kinda reverts 62919, still kept the useful new macro/func.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm els_tooltip.c: Fixed warings.
seoz [Mon, 29 Aug 2011 04:00:37 +0000 (04:00 +0000)]
elm els_tooltip.c: Fixed warings.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm tooltip: Added checks if the object passed is an elm object.
tasn [Sun, 28 Aug 2011 14:12:38 +0000 (14:12 +0000)]
Elm tooltip: Added checks if the object passed is an elm object.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62919 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomore tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so...
discomfitor [Sun, 31 Jul 2011 14:29:04 +0000 (14:29 +0000)]
more tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so it's visible

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove hardcoded transparency from tooltip, add data item to edc to enable it
discomfitor [Thu, 28 Jul 2011 10:08:07 +0000 (10:08 +0000)]
remove hardcoded transparency from tooltip, add data item to edc to enable it

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61845 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agonow apply style correctly to free size tooltips, and remember that time I said that...
discomfitor [Thu, 28 Jul 2011 01:32:40 +0000 (01:32 +0000)]
now apply style correctly to free size tooltips, and remember that time I said that I was done with tt position calculations? I lied. this commit is the pinnacle of tooltip position calculating technology. also inverts position of tooltip so it doesn't get stupidly hidden by the pointer

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61833 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowhoops, forgot to give transparent tooltip an alpha channel
discomfitor [Wed, 27 Jul 2011 19:09:50 +0000 (19:09 +0000)]
whoops, forgot to give transparent tooltip an alpha channel

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61812 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agothrottle tooltip job creation
discomfitor [Wed, 27 Jul 2011 18:35:49 +0000 (18:35 +0000)]
throttle tooltip job creation

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61811 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosignificantly improve tooltip orientation calculations
discomfitor [Wed, 27 Jul 2011 07:12:28 +0000 (07:12 +0000)]
significantly improve tooltip orientation calculations

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61795 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoallow tooltips to better choose their orientation
discomfitor [Wed, 27 Jul 2011 06:50:56 +0000 (06:50 +0000)]
allow tooltips to better choose their orientation

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61793 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoerr...not sure how that got in there
discomfitor [Wed, 27 Jul 2011 06:44:39 +0000 (06:44 +0000)]
err...not sure how that got in there

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61792 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix a lot of issues with giant tooltips, also disable mouse input.
discomfitor [Wed, 27 Jul 2011 06:43:51 +0000 (06:43 +0000)]
fix a lot of issues with giant tooltips, also disable mouse input.
THANK YOU JEFFDAMETH FOR BEING SO AWESOME

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61791 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm tooltip: Fixed warnings.
seoz [Tue, 26 Jul 2011 12:35:54 +0000 (12:35 +0000)]
elm tooltip: Fixed warnings.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61758 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoTooltip API update
discomfitor [Tue, 26 Jul 2011 09:38:23 +0000 (09:38 +0000)]
Tooltip API update

THE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTIPS!!!!!!
these bad boys are so big and pixelthirsty they can't be constrained by a regular canvas or window, they use OVERRIDE REDIRECT WINDOWS. not only that, they totally exceed the boundaries of what a reasonable function name length could be. 50 character function name limit? puh-leeze. these guys don't care what side of the screen they're even on so long as they get to wade into the thick of the action and block out each and every crappy non-efl application behind them. and that's when they're in good moods. you don't even want to know what happens when you piss these guys off.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoSync with upstream
Mike McCormack [Tue, 22 Nov 2011 08:44:53 +0000 (17:44 +0900)]
Sync with upstream

12 years agoSync with upstream
Mike McCormack [Tue, 22 Nov 2011 06:28:10 +0000 (15:28 +0900)]
Sync with upstream

12 years agoSync with upstream
Mike McCormack [Tue, 22 Nov 2011 04:57:26 +0000 (13:57 +0900)]
Sync with upstream

12 years ago[controlbar] change the callback : evas_object_event_callback_add -> evas_object_smar...
Jaehwan Kim [Tue, 22 Nov 2011 10:22:19 +0000 (19:22 +0900)]
[controlbar] change the callback : evas_object_event_callback_add -> evas_object_smart_callback_add

Change-Id: Ia5ce8e1319861e266917eb54162722920445cedf

12 years agoSync with upstream
Mike McCormack [Tue, 22 Nov 2011 04:57:26 +0000 (13:57 +0900)]
Sync with upstream

12 years agoPackage upload REL_I9500_20111122_1
WooHyun Jung [Tue, 22 Nov 2011 02:40:31 +0000 (11:40 +0900)]
Package upload

12 years agoPackage upload
WooHyun Jung [Tue, 22 Nov 2011 02:14:14 +0000 (11:14 +0900)]
Package upload

12 years ago[*][elm_panes] This should be rollback git commit -m ! evas_object_hide should be...
WooHyun Jung [Tue, 22 Nov 2011 02:11:12 +0000 (11:11 +0900)]
[*][elm_panes] This should be rollback git commit -m ! evas_object_hide should be done by application side

12 years agoelementary/button - merged partially.
ChunEon Park [Tue, 22 Nov 2011 02:00:58 +0000 (11:00 +0900)]
elementary/button - merged partially.

12 years ago[changelog] updated package version REL_F_I9500_20111122_1
Myungjae Lee [Mon, 21 Nov 2011 10:58:10 +0000 (19:58 +0900)]
[changelog] updated package version

12 years ago[Elementary.h] Revert API removal in 433347919321b227d80b9baa0a0fa839d581eb5c (elm_ac...
Myungjae Lee [Mon, 21 Nov 2011 10:56:06 +0000 (19:56 +0900)]
[Elementary.h] Revert API removal in 433347919321b227d80b9baa0a0fa839d581eb5c (elm_actionslider_hold)

12 years ago[Bug fix] fix CQ H0100134498 about the Conformant Scroll Issue.
Jaehwan Kim [Fri, 18 Nov 2011 12:12:51 +0000 (21:12 +0900)]
[Bug fix] fix CQ H0100134498 about the Conformant Scroll Issue.

[Reason]
Conformant widget used INVALID(out of date) geometry of a child evas object.

[Solution]
The main point is to use the UPDATED geometry of the child object, but the geometry has yet to be calculated and is queued for calculation later.
Firstly, for efficiency, we add a Job to calculate the whole canvas. Jobs implicitly coallate work per event loop.
Calcuation of object can be a reasonably intensive set of work.
In the job callback we calculate the whole canvas with evas_smart_objects_calculate() to ensure that all objects have the correct geometry at this point.
Reviewed by Raster.

[Change Summary]
<before>
-> Resize genlist in conformant
-> Call elm_widget_show_region_set()
-> Get the evas object's geometry inside the resize event
 (at resize the object does not calculate, instead it queues a calculation to be done at render time for efficiency.)

<After>
-> Resize genlist in conformant
-> Register elm_widget_show_region_set() as an ecore job
-> elm_widget_show_region_set() called by ecore job
-> Call evas_smart_objects_calculate() in order to update geometry before using the geometry in elm_widget_show_region_set()
-> Get the updated geometry

@Raster,
Please review my patch set for fixing this defect.

Change-Id: If56a65968b53af98d540aae6f6d6ef00fb9f4d81

12 years ago[changelog] updated package version
Myungjae Lee [Mon, 21 Nov 2011 09:46:53 +0000 (18:46 +0900)]
[changelog] updated package version

12 years ago[changelog] updated package version
Myungjae Lee [Mon, 21 Nov 2011 09:26:50 +0000 (18:26 +0900)]
[changelog] updated package version

12 years agoUpdate translations
Mike McCormack [Mon, 21 Nov 2011 09:14:39 +0000 (18:14 +0900)]
Update translations

12 years agoelm: change elm_object_content_part_set/get/unset to elm_object_part_content_set...
billiob [Thu, 17 Nov 2011 21:02:31 +0000 (21:02 +0000)]
elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65349 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary - modified content_set/get/unset part names to be simple names.
hermet [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65295 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33