profile/mobile/elementary.git
11 years agoRevert "[Genlist] Prevent unneeded callbacks"
Tae-Hwan Kim [Sat, 4 May 2013 17:06:25 +0000 (02:06 +0900)]
Revert "[Genlist] Prevent unneeded callbacks"

This reverts commit b82c8bb39189f0c3b2a8c21d28866e3b79156abc.

Conflicts:
src/lib/elm_genlist.c

Change-Id: Ia5c881dfcf3957faff218dd7f65f9ed20f1a3d48

11 years ago[Genlist] Set focused object as NULL when item is deleted or genlist is
Tae-Hwan Kim [Sat, 4 May 2013 15:44:54 +0000 (00:44 +0900)]
[Genlist] Set focused object as NULL when item is deleted or genlist is
cleared.

Change-Id: I19bb5a96c23156a993c63ed361a831971940006e

11 years ago[Genlist] Fix item class unref/free usage
Tae-Hwan Kim [Sat, 4 May 2013 10:06:50 +0000 (19:06 +0900)]
[Genlist] Fix item class unref/free usage

1. unref - lower reference count or if it is 0, call item class free
2. free - delet all callbacks, if reference count is 0, free item or
if it is not, call item class unref

Change-Id: If370d2e6babd60ef43446a7c1ce88c79d7b71462

11 years ago[Genlist] Fix genlist unrealization problem
Tae-Hwan Kim [Fri, 3 May 2013 06:47:11 +0000 (15:47 +0900)]
[Genlist] Fix genlist unrealization problem

1. Check visible in viewport
2. If visible, realize it. If not, unrealize it

Change-Id: I2860f9d67230a64742ecf68fe7c1f685369c19d5

11 years ago[Genlist] Change temporarily item unrealize and del flow for preventing wifi BS....
Seunggyun Kim [Sat, 4 May 2013 15:53:13 +0000 (00:53 +0900)]
[Genlist] Change temporarily item unrealize and del flow for preventing wifi BS. This will be reverted after application announcement

Change-Id: If1f9faef9b761f03c85c6082d410c9042e623efb

11 years ago[Magnifier] Fix region issue (convert scale factor from edc)
Thiep Ha [Sat, 4 May 2013 02:45:16 +0000 (11:45 +0900)]
[Magnifier] Fix region issue (convert scale factor from edc)

Change-Id: I9709820ddb3eb92c3b43ed0c2ecf83886fcb1bfb

11 years ago[popup] nodify should be deleted when popup is removed. This should be done after...
WooHyun Jung [Sat, 4 May 2013 02:27:53 +0000 (11:27 +0900)]
[popup] nodify should be deleted when popup is removed. This should be done after all smart_del process is done for popup.

11 years ago[elm_datetime] Added dt_fmt.po file: Lookup for Datetime widget default format in...
sumanth [Wed, 24 Apr 2013 16:38:55 +0000 (22:08 +0530)]
[elm_datetime] Added dt_fmt.po file: Lookup for Datetime widget default format in all locales.

Change-Id: I4af86f0fe96b2998bb9a84d8b8d860cca566856a

11 years ago[naviframe] When new item is pushed, previous top object should clear its focus state...
WooHyun Jung [Fri, 3 May 2013 11:18:36 +0000 (20:18 +0900)]
[naviframe] When new item is pushed, previous top object should clear its focus state before adding as a sub-object to naviframe.

11 years ago[Magnifier] Freeze scroller when magnifier is showing
Thiep Ha [Fri, 3 May 2013 06:39:39 +0000 (15:39 +0900)]
[Magnifier] Freeze scroller when magnifier is showing

Change-Id: I3b954aeb6eb25627512b467db423c39a9585764d

11 years agoSync with open source about the config(min_friction, friction_standard)
Jaehwan Kim [Fri, 3 May 2013 04:19:27 +0000 (13:19 +0900)]
Sync with open source about the config(min_friction, friction_standard)

Change-Id: I59964d643500133d8d5d95a813dcce15cb1bfb77

11 years ago[ctxpopup] fixed P130430-0614: memory leak occurs when app closes
Bora Hwang [Fri, 3 May 2013 05:05:03 +0000 (14:05 +0900)]
[ctxpopup] fixed P130430-0614: memory leak occurs when app closes

Change-Id: I943c92eead6349b7a71ce53971592d112ef9b2a8

11 years ago[Genlist] Fix job bug
Tae-Hwan Kim [Thu, 2 May 2013 16:30:49 +0000 (01:30 +0900)]
[Genlist] Fix job bug

Before call _calc_job directly, job should be removed.
Because dangling job can be remained

Change-Id: I4764903b6f6f528b833850b9b863b3c8a5d9ce9a

11 years ago[Genlist] refactoring _item_del process
Seunggyun Kim [Thu, 2 May 2013 07:06:29 +0000 (16:06 +0900)]
[Genlist] refactoring _item_del process

Change-Id: I9c81aa7b773d2433d97550b43c0ab524b37e7c43

11 years ago[entry] elm_entry_filter_accept_set now can recognize tags.
WooHyun Jung [Thu, 2 May 2013 07:58:58 +0000 (16:58 +0900)]
[entry] elm_entry_filter_accept_set now can recognize tags.

11 years ago[Genlist] Refactoring FX del flow and fix signal callback del missing
Seunggyun Kim [Thu, 2 May 2013 05:46:06 +0000 (14:46 +0900)]
[Genlist] Refactoring FX del flow and fix signal callback del missing

Change-Id: I7dd0152e3acdbb78ec79af32fccc266b5f481548

11 years ago[naviframe] Fix to execute elm_widget_item_del in registered pop_cb
jae_hyun.cho [Thu, 2 May 2013 05:26:05 +0000 (14:26 +0900)]
[naviframe] Fix to execute elm_widget_item_del in registered pop_cb

Change-Id: Idb27a66d1ed99552e2a07f96e63674d2ee23f428

11 years ago[Genlist] add s_iface NULL check in _calc_job
Seunggyun Kim [Tue, 30 Apr 2013 11:15:54 +0000 (20:15 +0900)]
[Genlist] add s_iface NULL check in _calc_job

Change-Id: I1c211eee5159e7d5754f030ff430d431ba721a89

11 years ago[Genlist] fix transit del problem about [voicerecorder PLM issue: P130416-9496]
Seunggyun Kim [Tue, 30 Apr 2013 08:44:37 +0000 (17:44 +0900)]
[Genlist] fix transit del problem about [voicerecorder PLM issue: P130416-9496]

Change-Id: I0c9f19f56698f6b314fff794ebfe63801df4f4df

11 years ago[access] implement on_focus_region();
Shinwoo Kim [Tue, 30 Apr 2013 09:02:28 +0000 (18:02 +0900)]
[access] implement on_focus_region();

Change-Id: I07f33b33245da68d38fefa3364e829a56485909c

11 years agoelementary/layout - layout supports "language,changed" callback
ChunEon Park [Tue, 30 Apr 2013 09:48:48 +0000 (18:48 +0900)]
elementary/layout - layout supports "language,changed" callback

commit 633b89c467dc38515742e28a2ed77427ae7c8fb9
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 30 18:47:38 2013 +0900

Change-Id: I403108560cbd7a630a28e19fcb7332250565530d

11 years ago[naviframe] Set focus on Back button only (not Hide button)
jae_hyun.cho [Tue, 30 Apr 2013 03:34:33 +0000 (12:34 +0900)]
[naviframe] Set focus on Back button only (not Hide button)

Change-Id: I65727e10a52964553819a3840ce4f297d32cb08f

Conflicts:

packaging/elementary.spec

11 years agoelementary/toolbar - fix toolbar item clip problem on reordering items.
ChunEon Park [Mon, 29 Apr 2013 09:46:39 +0000 (18:46 +0900)]
elementary/toolbar - fix toolbar item clip problem on reordering items.

commit 2037434bd89f4ab653d12a6625591cb1d15b954d
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Mon Apr 29 18:35:32 2013 +0900

11 years ago[Genlist] Add more pointer checking
Tae-Hwan Kim [Mon, 29 Apr 2013 14:36:01 +0000 (23:36 +0900)]
[Genlist] Add more pointer checking

Change-Id: I32ddb1a66acc1fbd918ace2c3ff8d619ee35a166

11 years ago[naviframe] Set focus on Back button only (not Hide button)
jae_hyun.cho [Tue, 30 Apr 2013 03:34:33 +0000 (12:34 +0900)]
[naviframe] Set focus on Back button only (not Hide button)

11 years ago[multibuttonentry] fixed some bugs when layouting box and after deleting all items
Bora Hwang [Tue, 30 Apr 2013 01:24:35 +0000 (10:24 +0900)]
[multibuttonentry] fixed some bugs when layouting box and after deleting all items

Change-Id: I432670f24fcd6b0f3b0ca70a9ba9b950a7b6933f

11 years ago[naviframe] Fix not to set the focus on the hide button
jae_hyun.cho [Mon, 29 Apr 2013 13:41:55 +0000 (22:41 +0900)]
[naviframe] Fix not to set the focus on the hide button

Change-Id: I562ccdef2b8c89363f9776f7a071685b4e8073fa

11 years ago[elm_win] Remove handler when windows are removed.
Sungho Kwak [Mon, 29 Apr 2013 14:18:53 +0000 (23:18 +0900)]
[elm_win] Remove handler when windows are removed.
This commit was written by Woojyun Jung (wh0705.jung@samsung.com)

Change-Id: Iabfd7d70b68a659e72d0af90b4a77eb51b0816e2

11 years ago[Genlist] Update genlist item position if item is realized
Tae-Hwan Kim [Mon, 29 Apr 2013 11:39:54 +0000 (20:39 +0900)]
[Genlist] Update genlist item position if item is realized
Do not need to check item position is in viewport

Change-Id: I2289af7209ff6b6365138e92acf363209b175bd1

11 years ago[Naviframe] Fix crash when using mouse wheel
Tae-Hwan Kim [Thu, 25 Apr 2013 08:03:05 +0000 (17:03 +0900)]
[Naviframe] Fix crash when using mouse wheel

Change-Id: Ie6982fcab8f0f7d3d3fa183755cc1cce01eb7a5a

11 years ago[elm_datetime.c] Datetime bug fix - Separator for lastly parsed field is not updated...
sumanth [Mon, 29 Apr 2013 11:07:21 +0000 (16:37 +0530)]
[elm_datetime.c] Datetime bug fix - Separator for lastly parsed field is not updated in _parse_format() func.

Change-Id: I5ac32273445c8ad620015a35a663e5ba4b9a2933

11 years ago[naviframe] Fix item deletion in elm_naviframe_item_pop
jae_hyun.cho [Mon, 29 Apr 2013 10:33:56 +0000 (19:33 +0900)]
[naviframe] Fix item deletion in elm_naviframe_item_pop

Change-Id: Ibe88fed0810ce52958832365cd587ee051544bb5

11 years ago[Genlist/list] Only focus on default or always items
Tae-Hwan Kim [Thu, 25 Apr 2013 18:56:45 +0000 (03:56 +0900)]
[Genlist/list] Only focus on default or always items

Change-Id: Ib68c8986c3220fb0638ead5ecb4d494f0e219710

11 years ago[CopyPaste,Entry] Add checking to avoid application crash
Thiep Ha [Sat, 27 Apr 2013 00:00:31 +0000 (09:00 +0900)]
[CopyPaste,Entry] Add checking to avoid application crash

Change-Id: I941c5a7f267fbc2d3a1384fa776036ed4538170e

11 years ago[Genlist] TIZEN Only: Support genlist check style
Tae-Hwan Kim [Fri, 26 Apr 2013 14:46:15 +0000 (23:46 +0900)]
[Genlist] TIZEN Only: Support genlist check style

Change-Id: I246896ef692bc1cc33947f762d93481f55e94e4a

11 years ago[Genlist] Prevent unneeded callbacks
Tae-Hwan Kim [Thu, 25 Apr 2013 14:26:51 +0000 (23:26 +0900)]
[Genlist] Prevent unneeded callbacks

If application call class_free explicitly, do not use callbacks anymore

Change-Id: Ib4c7905a01e37add4e544b6f4134b1c1bcfe3c7e

11 years ago[genlist] Add elm_genlist_fx_mode_set/get API in genlist.h
Seunggyun Kim [Tue, 23 Apr 2013 10:59:17 +0000 (19:59 +0900)]
[genlist] Add elm_genlist_fx_mode_set/get API in genlist.h

Change-Id: I0256d48f1a1c7980dbf6d0f9de3e01d4e995af28

11 years ago[Scroller] The config of sensitivity_friction is changed 0.7.
Jaehwan Kim [Fri, 26 Apr 2013 08:04:34 +0000 (17:04 +0900)]
[Scroller] The config of sensitivity_friction is changed 0.7.

Change-Id: I3857c8a7ca013515e46fd30bea86e25296b79662

Conflicts:

config/mobile/base.src

11 years ago[Scroller] The momentum animation time is changed as the amount of scroll.
Jaehwan Kim [Thu, 25 Apr 2013 16:24:58 +0000 (01:24 +0900)]
[Scroller] The momentum animation time is changed as the amount of scroll.

Change-Id: I706e62c9ac6524b7f2733283e51cbd1da0d9be9c

11 years ago[naviframe] Fix to emit KEY_END key event only if SIP area is activated
jae_hyun.cho [Thu, 25 Apr 2013 20:06:57 +0000 (05:06 +0900)]
[naviframe] Fix to emit KEY_END key event only if SIP area is activated

Change-Id: Ic8c57a55ba8f2f19fd1325ab7d5e67690b657859

11 years ago[Map] Add engine key set API
Tae-Hwan Kim [Tue, 16 Apr 2013 15:17:52 +0000 (00:17 +0900)]
[Map] Add engine key set API

Change-Id: If4e5965ea36706cbddd5fbb1429a937239acd186

11 years ago[naviframe] Set focus to back button when the back button is clicked
jae_hyun.cho [Thu, 25 Apr 2013 07:01:39 +0000 (16:01 +0900)]
[naviframe] Set focus to back button when the back button is clicked

Change-Id: If0e12978d3fb81b2451cca09e81eb537e6dd0dac

Conflicts:

src/lib/elc_naviframe.c

11 years ago[entry] Add one more smart callback signal for informing the end of text appending.
WooHyun Jung [Thu, 25 Apr 2013 10:41:20 +0000 (19:41 +0900)]
[entry] Add one more smart callback signal for informing the end of text appending.

11 years ago[list] If selected item is the first one (or the last one), up (or down) key should...
WooHyun Jung [Thu, 25 Apr 2013 07:56:23 +0000 (16:56 +0900)]
[list] If selected item is the first one (or the last one), up (or down) key should do focus movement from genlist to another.

11 years ago[genlist] If selected item is the first one (or the last one), up (or down) key shoul...
WooHyun Jung [Thu, 25 Apr 2013 07:09:54 +0000 (16:09 +0900)]
[genlist] If selected item is the first one (or the last one), up (or down) key should do focus movement from genlist to another.

11 years ago[ctxpopup] fixed P130411-7458: fixed VI bug and add landscape mode
Bora Hwang [Thu, 25 Apr 2013 05:29:40 +0000 (14:29 +0900)]
[ctxpopup] fixed P130411-7458: fixed VI bug and add landscape mode

Change-Id: I6144dddfb7e71fbd9921d35246969a365d565f8b

11 years ago[Genlist] Add scroll callback
Tae-Hwan Kim [Mon, 22 Apr 2013 14:21:19 +0000 (23:21 +0900)]
[Genlist] Add scroll callback

Change-Id: Ie1a8747c8c007c643fd9a3bc95edf28010ee7f09

11 years ago[elm_win] Add one more condition when mouse down is excuted for better performance.
WooHyun Jung [Wed, 24 Apr 2013 04:06:30 +0000 (13:06 +0900)]
[elm_win] Add one more condition when mouse down is excuted for better performance.

11 years agoColorselector - selection in palette with up and down arrows is now possible
Daniel Zaoui [Mon, 22 Apr 2013 10:35:12 +0000 (13:35 +0300)]
Colorselector - selection in palette with up and down arrows is now possible

11 years ago[Gengrid] Fix memory leak
Tae-Hwan Kim [Tue, 23 Apr 2013 11:22:55 +0000 (20:22 +0900)]
[Gengrid] Fix memory leak

Change-Id: Idcd1d13a98820c442f5d14f8e9540d414f2dbe73

11 years ago[Genlist] When scrolling, do no processe queueing.
Tae-Hwan Kim [Mon, 22 Apr 2013 15:41:54 +0000 (00:41 +0900)]
[Genlist] When scrolling, do no processe queueing.

When many items are appended, it can reduce performance.

Change-Id: I9671b2d056d7796b87d974f75633ba6d1049a0e9

11 years ago[elm_win] Hardware Keyboard will be recoginized automatically for showing focused UI.
WooHyun Jung [Wed, 24 Apr 2013 03:58:49 +0000 (12:58 +0900)]
[elm_win] Hardware Keyboard will be recoginized automatically for showing focused UI.

11 years agoelementary/fileselector_button, fileselector_entry, spinner - support language,change...
ChunEon Park [Tue, 23 Apr 2013 13:12:09 +0000 (22:12 +0900)]
elementary/fileselector_button, fileselector_entry, spinner - support language,changed callback.

commit f6ac80e64a1d645bb57d2e80ee7789bbbe298e24
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 23 21:00:50 2013 +0900

11 years agoelementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector,...
ChunEon Park [Tue, 23 Apr 2013 12:33:38 +0000 (21:33 +0900)]
elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector, list, menu, segment_control, toolbar - support widget item language change

commit d31bb65b3f8806902b45bb4540110d2764601330
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 23 20:30:15 2013 +0900

Change-Id: Ideffe12401cb296ccf78fdb2946e780a7c350395

11 years agoelementary/widget - added elm_object_part_text_translatble_set()
ChunEon Park [Tue, 23 Apr 2013 08:15:34 +0000 (17:15 +0900)]
elementary/widget - added elm_object_part_text_translatble_set()
elementary/widget item - and add elm_object_item_domain_part_text_translatable_set().

commit 633cb4e0193f6b5abe4deed8377b4c6b10ce882a
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 23 16:49:49 2013 +0900

commit aa7d8ad206f6a0d247475800cb5c6c32d80a6009
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 23 17:11:28 2013 +0900

Change-Id: Ia859d563d524bc92d2cc488f2214c8d72ff52b95

11 years ago[Scroller] Fix the scrolled entry in scroller is located wrong position when the...
Jaehwan Kim [Tue, 23 Apr 2013 08:04:36 +0000 (17:04 +0900)]
[Scroller] Fix the scrolled entry in scroller is located wrong position when the cursor is changed.

Change-Id: If0279cd037e427fce935b07fdd4eb5482fe5764e

11 years ago[naviframe] Support Escape key popping the current page
jae_hyun.cho [Mon, 22 Apr 2013 06:43:52 +0000 (15:43 +0900)]
[naviframe] Support Escape key popping the current page

Change-Id: Ie9ce435c1b88c760f1172661c8e38416569c2797

11 years ago[multibuttonentry] fixed P130410-6691, P130418-6068
Bora Hwang [Mon, 22 Apr 2013 04:25:30 +0000 (13:25 +0900)]
[multibuttonentry] fixed P130410-6691, P130418-6068

when there is 1 item in MBE and user wants to edit it,
suddenly it disappears and MBE loses focus

Change-Id: I5341593bd1e7b98e37e3eca3df46b08bc125054a

11 years ago[elm_map]Triggering overlay re-rendering on overlay add and overlay content set with...
Rajeev Ranjan [Thu, 18 Apr 2013 13:36:18 +0000 (19:06 +0530)]
[elm_map]Triggering overlay re-rendering on overlay add and overlay content set with engines other than default as well.

Change-Id: I22aa8617c1d7fb2b0cc8b2f60fdd15ae31a79c28

11 years ago[Copy&Paste] Implement UI v1.3: Does not show cnp popup when click on entry; Show...
Thiep Ha [Fri, 19 Apr 2013 12:01:12 +0000 (21:01 +0900)]
[Copy&Paste] Implement UI v1.3: Does not show cnp popup when click on entry; Show cnp popup when click on cursor handler instead of select word

Change-Id: I5b0af52b436482a245482c13f44d0a3a1561613d

11 years ago[Copy&Paste] Remove copy/cut notification temporary code (notification is done by...
Thiep Ha [Fri, 19 Apr 2013 07:59:57 +0000 (16:59 +0900)]
[Copy&Paste] Remove copy/cut notification temporary code (notification is done by clipboard instead)

Change-Id: I2f15b22eccb98c73a4a371ebc250defa42e60597

11 years agonaviframe - Don't Hide Button propagates down events to some resize objects. They...
ChunEon Park [Fri, 19 Apr 2013 04:52:25 +0000 (13:52 +0900)]
naviframe - Don't Hide Button propagates down events to some resize objects. They could have the propagated event then still the focus  from entry before keypad is hidden.

Conflicts:

src/lib/elc_naviframe.c

Change-Id: Ia541011992486f3aa7a988c2abab29cdb336dadd

11 years ago[naviframe] Set hide icon to content set prev_btn when dispmode is compressed
jae_hyun.cho [Thu, 18 Apr 2013 12:19:47 +0000 (21:19 +0900)]
[naviframe] Set hide icon to content set prev_btn when dispmode is compressed

Change-Id: I998bfdcd4863ec40a4e884bf55cecd7b0e5c539c

11 years agoelementary/naviframe - don't try to pop the naviframe item multiple times.
ChunEon Park [Wed, 17 Apr 2013 13:11:38 +0000 (22:11 +0900)]
elementary/naviframe - don't try to pop the naviframe item multiple times.

commit 5500f9f740d27d9d202ae1c591cf8078d9b28358
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Wed Apr 17 22:08:41 2013 +0900

11 years ago[Copy&PasteUI] Limit copy&paste ctxpopup's showing position within entry's viewport
Thiep Ha [Thu, 18 Apr 2013 07:08:44 +0000 (16:08 +0900)]
[Copy&PasteUI] Limit copy&paste ctxpopup's showing position within entry's viewport

Change-Id: Ia03762f64efb5f1efcc07a45be6915647d958ed0

11 years ago[elm_gengrid] item position calc fix
Seunggyun Kim [Wed, 17 Apr 2013 12:07:26 +0000 (21:07 +0900)]
[elm_gengrid] item position calc fix

Change-Id: If9256b0b95cc978b689ece5a40c7984867b07ef5

11 years ago[Genlist] Fix sorting problem that some items wasn't sorted when the genlist has...
Seunggyun Kim [Wed, 17 Apr 2013 12:05:19 +0000 (21:05 +0900)]
[Genlist] Fix sorting problem that some items wasn't sorted when the genlist has lots of items.

Change-Id: Ia17de64aa00b6777c86fff7adc2b0d0aea3964be

11 years ago[Magnifier] Adjust magnifier size when text size changes
Thiep Ha [Wed, 17 Apr 2013 06:22:03 +0000 (15:22 +0900)]
[Magnifier] Adjust magnifier size when text size changes

Change-Id: I1ac24dff93a6c722e1039c89c776870f47667b02

11 years ago[Genlist/List] Remove focused UI for scroller
Tae-Hwan Kim [Wed, 17 Apr 2013 04:33:00 +0000 (13:33 +0900)]
[Genlist/List] Remove focused UI for scroller

Change-Id: Ic562791744d8fb888518b17a0fb801402e14f01c

11 years ago[popup] Added popup item theme set logic for orientation changes.
Amit Kamboj [Wed, 10 Apr 2013 08:00:27 +0000 (13:30 +0530)]
[popup] Added popup item theme set logic for orientation changes.

Change-Id: I44d0c6ed750e393dc8625177731de686fc692f8f

11 years ago[entry] When entry is disabled, scrolling is also disabled.
WooHyun Jung [Tue, 16 Apr 2013 12:01:14 +0000 (21:01 +0900)]
[entry] When entry is disabled, scrolling is also disabled.

11 years ago[elm_datetime.c] Datetime bug fix in field format parsing logic. [PLM issue: P130412...
sumanth [Tue, 16 Apr 2013 10:11:20 +0000 (15:41 +0530)]
[elm_datetime.c] Datetime bug fix in field format parsing logic. [PLM issue: P130412-5795]

Change-Id: I197baaefaeced625c34ef4643eff6fa2997b08b1

11 years ago[Elm_genlist] Added check in order to avoid unnecessary error/warning.
prince [Tue, 16 Apr 2013 12:19:18 +0000 (17:49 +0530)]
[Elm_genlist] Added check in order to avoid unnecessary error/warning.

Change-Id: I236f8c6d0df7cf733bb0a76021860c316432b924

11 years ago[Toolbar] Add the feature for key event.
Jaehwan Kim [Tue, 16 Apr 2013 10:54:30 +0000 (19:54 +0900)]
[Toolbar] Add the feature for key event.

Change-Id: I62333f0183aa21379c7b352072ca681d229cd1a8

11 years ago[Genlist] Fix incorret OR
Tae-Hwan Kim [Tue, 16 Apr 2013 07:15:13 +0000 (16:15 +0900)]
[Genlist] Fix incorret OR

Change-Id: I9c1b118f092f407d7994a40365bd2cafd9ff634b

11 years ago[Scroller] Fix the policy is not changed when the theme is changed.
Jaehwan Kim [Tue, 16 Apr 2013 05:28:08 +0000 (14:28 +0900)]
[Scroller]  Fix the policy is not changed when the theme is changed.
The "reload" signal from edc is necessary always.

Change-Id: I87a7c1e4ddb68528c341152da5e61992d7f208fc

11 years ago[entry] Add callback for copy/cut context menu item click (D78 in opensource)
Thiep Ha [Tue, 16 Apr 2013 06:03:32 +0000 (15:03 +0900)]
[entry] Add callback for copy/cut context menu item click (D78 in opensource)

Change-Id: If9fd2a9eddbf463089c78e7b535c79e9bf54e53b

11 years agonaviframe - signal send for back button when compress mode is changed
ChunEon Park [Fri, 5 Apr 2013 07:39:13 +0000 (16:39 +0900)]
naviframe - signal send for back button when compress mode is changed

now back buttons can be changed to sip hide style

Conflicts:

src/lib/elc_naviframe.c

Change-Id: I0b7e85ac13edc9db0b7176a98fb38c0daf6d6e88

11 years agoelementary/naviframe - renamed internal signal names for compress mode
ChunEon Park [Fri, 5 Apr 2013 07:02:29 +0000 (16:02 +0900)]
elementary/naviframe - renamed internal signal names for compress mode

commit c96e36ba5caa09b56f061c04083b5665a8aee9df
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Fri Apr 5 15:56:35 2013 +0900

Conflicts:

   src/lib/elc_naviframe.c

Change-Id: I517b443e1dc8aef2384b55c5077a9ef94f2e0fc7

11 years agonaviframe - support Fake H/W Back key event
ChunEon Park [Tue, 16 Apr 2013 04:34:05 +0000 (13:34 +0900)]
naviframe - support Fake H/W Back key event

Change-Id: I139e7a75c94ffa9c6d9b589fb17a4cee87e96b01

Conflicts:

src/lib/elc_naviframe.c

11 years agonaviframe - remove the back button callback if the button is unset on the naviframe
ChunEon Park [Tue, 16 Apr 2013 04:21:36 +0000 (13:21 +0900)]
naviframe - remove the back button callback if the button is unset on the naviframe

commit 129ee7660300e36fb3d6552bb2942938ad6ccc38
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Fri Mar 8 21:13:25 2013 +0900

Change-Id: I3c14d293afc300085519bf8e4f7d350e48f0b1a3

11 years agocommit 5bb3633478903b1c14f01c7633b9b61a9eced856
ChunEon Park [Fri, 22 Mar 2013 10:13:56 +0000 (19:13 +0900)]
commit 5bb3633478903b1c14f01c7633b9b61a9eced856
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Fri Mar 22 19:04:12 2013 +0900

elementary/naviframe - Now item popping can be cancelled if user returns
the EINA_FALSE in the pop_cb().

Change-Id: I5849c47fb7828dbb509f8e63f4a63a5d9ba85d66

11 years ago[ctxpopup] fixed P130412-8349: wrong scroller appears
Bora Hwang [Mon, 15 Apr 2013 10:09:56 +0000 (19:09 +0900)]
[ctxpopup] fixed P130412-8349: wrong scroller appears

11 years ago[Genlist] Reduce useless changed_job
Tae-Hwan Kim [Sat, 6 Apr 2013 05:02:56 +0000 (14:02 +0900)]
[Genlist] Reduce useless changed_job

1. If entry is not used in editfield layout.
2. If entry is not used as single line

Change-Id: Ic26d4ebe8fe30a1f94b9f3c0d8d2f11daaeb6aea

Conflicts:

src/lib/elm_genlist.c

11 years ago[Genlist] Change job is only called when viewport width is changed
Tae-Hwan Kim [Sat, 6 Apr 2013 04:57:50 +0000 (13:57 +0900)]
[Genlist] Change job is only called when viewport width is changed

Change-Id: I1f282935ab093ab16efdcff43cb7000c4e273d41

Conflicts:

src/lib/elm_genlist.c

11 years ago[Genlist/list] Add focused UI implementation
Tae-Hwan Kim [Sun, 14 Apr 2013 13:07:32 +0000 (22:07 +0900)]
[Genlist/list] Add focused UI implementation

For key down/up/home/end

Change-Id: I5f4b78a13f60128f8b608cff967efd5cf075456f

11 years ago[elm_index] smart calculate after box clear & omit calc based on box size (not index...
Jaeun Choi [Wed, 10 Apr 2013 05:40:51 +0000 (14:40 +0900)]
[elm_index] smart calculate after box clear & omit calc based on box size (not index size)

11 years agoUpstream cherry-pick:
Flavio Ceolin [Wed, 20 Mar 2013 16:39:51 +0000 (13:39 -0300)]
Upstream cherry-pick:
Genlist, gengrid: two new smart callbacks

Adding ones for mouse pressed and mouse released on items. The event
info for both callbacks are the items being pressed/released.

Conflicts:
src/lib/elm_gengrid.c
src/lib/elm_genlist.c

Change-Id: I803f4129d1b07d439cd788599d4f612f41692b95

11 years ago[Genlist] Comment signal processing for the performance reason
Tae-Hwan Kim [Fri, 12 Apr 2013 14:43:37 +0000 (23:43 +0900)]
[Genlist] Comment signal processing for the performance reason

Because currently performance & power consumption are very important
factor for our platform.

Change-Id: I175dfa40005b83240efc02b2a5c31947ceb20b90

Conflicts:

src/lib/elm_genlist.c

11 years ago[Genlst] Fix warnning
Tae-Hwan Kim [Fri, 12 Apr 2013 14:16:53 +0000 (23:16 +0900)]
[Genlst] Fix warnning

Change-Id: I1d5d3d4a3433d6a8b00f4f87fcb9ea3d42afc8c1

11 years ago[Genlist] Fix genlist launching time issue.
Tae-Hwan Kim [Fri, 12 Apr 2013 14:00:46 +0000 (23:00 +0900)]
[Genlist] Fix genlist launching time issue.

Change-Id: Ib6a04d81162e21236a8aa1db428a087a4617ff76

11 years agopackage upload
Sungho Kwak [Mon, 10 Jun 2013 02:00:34 +0000 (11:00 +0900)]
package upload

Change-Id: If3374950a5820576e018f448c25a6174194796ac

11 years ago[CopyPaste] Enable repeating click event in cnp popup to other parts
Thiep Ha [Tue, 23 Apr 2013 07:22:21 +0000 (16:22 +0900)]
[CopyPaste] Enable repeating click event in cnp popup to other parts

Change-Id: I33852fa16a7cd2e6e242480d53167f541480c814

11 years agopackage upload
Sungho Kwak [Wed, 29 May 2013 10:43:06 +0000 (19:43 +0900)]
package upload

Change-Id: I5ab46b92850c52e44c547407d91220cf8ed5d98d

11 years agoMerge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/uifw/elementary into...
Sungho Kwak [Wed, 29 May 2013 10:35:14 +0000 (19:35 +0900)]
Merge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/uifw/elementary into tizen_2.1

11 years agopackage upload
Sungho Kwak [Wed, 29 May 2013 10:34:55 +0000 (19:34 +0900)]
package upload

Change-Id: Ic8130ccd70efa96033a40969a3e90d917a72c02c

11 years agoMerge "Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout" into tizen_2.1
Sehwan Park [Wed, 29 May 2013 05:15:42 +0000 (14:15 +0900)]
Merge "Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout" into tizen_2.1

11 years ago[access] fix build error
Sungho Kwak [Tue, 28 May 2013 09:02:39 +0000 (18:02 +0900)]
[access] fix build error

Change-Id: I75eb01c7e724aca39ca077673cddc88da4f65ca8

11 years ago[access] Modify config file for supporting accessibility
Sungho Kwak [Tue, 28 May 2013 08:50:44 +0000 (17:50 +0900)]
[access] Modify config file for supporting accessibility

Change-Id: I92428260a03f709f14ca06f93b7085d11057c9ca

11 years agoAdd ELM_INPUT_PANEL_LAYOUT_DATETIME layout
Jihoon Kim [Mon, 27 May 2013 07:01:45 +0000 (16:01 +0900)]
Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout

Change-Id: I7bd656762e4c3b4ee3d64fb6e09332a8ea28919f