Pawel [Thu, 23 Mar 2017 16:23:24 +0000 (17:23 +0100)]
Action menu code removed (because of unusage).
Change-Id: Ieb5b1be054634022ac5f73a80ddf7aa1b139834c
Signed-off-by: Pawel <p.aksiutowic@partner.samsung.com>
Pawel [Thu, 23 Mar 2017 15:23:38 +0000 (16:23 +0100)]
Unused settings removed from picture settings.
Change-Id: If409e8dcdd444955c9639e0dc04a51b058deb6bf
Signed-off-by: Pawel <p.aksiutowic@partner.samsung.com>
Pawel [Tue, 21 Mar 2017 13:38:02 +0000 (14:38 +0100)]
[Fixed] Not visible values in picture menu buttons.
Change-Id: I730fb87f0330f47ae910716a7ea1e5eb8055b8c7
Signed-off-by: Pawel <p.aksiutowic@partner.samsung.com>
Radek Kintop [Thu, 9 Mar 2017 17:08:01 +0000 (18:08 +0100)]
Picture menu unlocked
Change-Id: I77d5e58940bd455d83b9c981fad4886111f87fe2
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Kiseok Chang [Fri, 3 Feb 2017 10:40:59 +0000 (19:40 +0900)]
Add dependency to capi-appfw-preference
Change-Id: I5526dd5e203ad76426eb354149dfad4e801b14ae
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Tue, 17 Jan 2017 04:29:23 +0000 (13:29 +0900)]
Merge remote-tracking branch 'origin/tizen_3.0' into tizen
Change-Id: Icd4daab634ecf2def0422096a7ed74a0e74433a4
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Mon, 16 Jan 2017 12:55:05 +0000 (21:55 +0900)]
Fix prototype of _auto_manual_setup_clicked_cb()
Change-Id: I5050281d5391f5c507056a4e69651ef1d7a5271f
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Fri, 30 Dec 2016 07:41:57 +0000 (16:41 +0900)]
Save 24hour setting in both mode of "Auto" and "Manual"
Change-Id: I5bfd956c5e884d78d6ac358cb8bebd8e2e4845be
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
kiso.chang [Mon, 19 Dec 2016 04:15:54 +0000 (13:15 +0900)]
Fix error to save 24-hour state
Change-Id: I28100f3d14640fa4f0a454f6b85e0e82e4308ac3
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Fri, 16 Dec 2016 06:03:07 +0000 (15:03 +0900)]
Display wireless password popup again if failed
- Show wireless password popup with 'Wrong password' message
when it failed with invalid password.
Change-Id: If87b932bf70aced5c69166385743581deb0836ff
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Thu, 15 Dec 2016 08:05:29 +0000 (17:05 +0900)]
Fix wireless password length check logic
- Fix TSAM-10853
- Add check logic into key_down_cb
* ECORE_IMF_CALLBACK_COMMIT cannot handle backspace button (virtual keyboard)
* key_down_cb cannot handle special key ('www.', '.com', 'http://' buttons on virtual keyboard)
* length check should be handled both callback
Change-Id: I476023eab3f93986e0ac8b8d2c94fb722b0c663d
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Wed, 14 Dec 2016 07:17:01 +0000 (16:17 +0900)]
Fix SVACE Warnings
Change-Id: I5e14d80a205ad12995587e5c5e714d9aa8648a4c
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Wed, 7 Dec 2016 07:28:33 +0000 (16:28 +0900)]
Save 24h format state in switing 'Manual' to 'Auto'
Change-Id: Idbb9400bdb4b731ca92ec75759aaad42b9f592dc
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Wed, 7 Dec 2016 07:04:49 +0000 (16:04 +0900)]
Fix wrong conversion time to string
- change date formatter : %x to %d/%m/%Y
- strftime() works wrong for am/pm
Change-Id: If50d437031063a3801e26a147f0b6523296adbbc
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Tue, 6 Dec 2016 04:58:54 +0000 (13:58 +0900)]
Handle event on WiFi receiver removal
- Fix for TSAM-10923 / TSAM-10950
- Store WiFi device state and print message on error case
- Support WiFi connection event to show valid WiFi state
Change-Id: Ia29e50953cd92301227c01f07e765cac45ae5aa7
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Bartlomiej Uliasz [Mon, 5 Dec 2016 11:26:35 +0000 (12:26 +0100)]
layout: Fixed bugs found by Svace
Change-Id: Ie020464f5da54978606cec8a109a23251b5837e7
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Bartlomiej Uliasz [Mon, 5 Dec 2016 09:48:49 +0000 (10:48 +0100)]
view: Fixed bugs found by Svace
Change-Id: I8e490335e84d5b17bc1346387980fc3161cc52a9
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Bartlomiej Uliasz [Mon, 5 Dec 2016 09:16:05 +0000 (10:16 +0100)]
view/picture: Fixed bugs found by Svace
Change-Id: Ib6527ba898bc8a42b0cbeed76ea56fa7fd1c590d
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Jiwan Kim [Mon, 5 Dec 2016 02:15:02 +0000 (11:15 +0900)]
Update length handling logic of wireless password
- Fix for TSAM-10853, TSAM-10855
- Change to use commit event for password length check
- Add logic to handle 'delete all' button
Change-Id: I7a0806fba007ebb093cf517e92bb48015a7d2238
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Bartlomiej Uliasz [Fri, 2 Dec 2016 14:03:47 +0000 (15:03 +0100)]
Fixed CppCheck issues
Change-Id: I83b9ed1ac9c5e94210ed161b0f4c9bdc417832f9
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Kiseok Chang [Thu, 1 Dec 2016 00:31:31 +0000 (09:31 +0900)]
Fix problem to hide text in Location
Change-Id: Ie037a6135c40c23bb996ff9e83916eb1ca559aa7
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
kiso.chang [Fri, 25 Nov 2016 08:07:02 +0000 (17:07 +0900)]
Fix incorrect setting for datetime widget
Change-Id: I4993fa4b9d502295f3e604ce8ff3478cf4a214a7
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Fri, 25 Nov 2016 06:22:39 +0000 (15:22 +0900)]
Merge remote-tracking branch 'origin/tizen_3.0' into tizen
Change-Id: I93c0ffebbe202ff43f00e540cbcb983a560fdb3c
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Fri, 25 Nov 2016 06:19:32 +0000 (15:19 +0900)]
Merge remote-tracking branch 'origin/tizen' into tizen_3.0
Change-Id: I003f4fa9832b59a1952d3e55484f0e5f2460e99e
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Fri, 25 Nov 2016 04:30:46 +0000 (20:30 -0800)]
Merge "Apply new theme to datetime widget" into tizen
kiso.chang [Fri, 25 Nov 2016 02:46:59 +0000 (11:46 +0900)]
Apply new theme to datetime widget
Change-Id: I3b264b8ced3f3513d47bc0beb3b937a16881a20f
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Wed, 23 Nov 2016 00:10:03 +0000 (09:10 +0900)]
Refresh AP information
- To use latest information, wifi_ap_is_passphrase_required()
requires refreshed AP handle before calling.
Change-Id: I1d82d19793679854176ecfd70ef23cd197bba01e
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Wed, 23 Nov 2016 00:04:07 +0000 (09:04 +0900)]
Don't update Wired network on receiving state changed callback
- Fix for TSAM-10044
- Separate updated/retry logic on wired connection
as API doesn't return false with invalid IP settings.
Change-Id: Ic34d305c47752c380e720f8ab6485a408dee7279
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Mon, 21 Nov 2016 04:45:07 +0000 (13:45 +0900)]
Fix wireless connection logic not to ask password again
- Fix for TSAM-10021
- If AP was successfully connected, passphrase is not required on 2nd connection.
Change-Id: I33333f4a2ab4f72c206c20d208fc00d2846bae79
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Fri, 18 Nov 2016 10:34:33 +0000 (19:34 +0900)]
Add colored loading icon on wifi menu
- Fix for TSAM-10020
Change-Id: I77a8e85c89441d441102e32f9958ecb01f01b00e
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Fri, 18 Nov 2016 05:02:17 +0000 (14:02 +0900)]
Fix issues related datatime widget in Clock
- Fix AM/PM button to show and hide
- Set min Date (1970.1.1 00:00)
Change-Id: I08bd6211e843fd496211385b6b35ddf9fe074363
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Mon, 14 Nov 2016 06:06:45 +0000 (15:06 +0900)]
Set Done/Cancel Button Highlight during Mouse over
- Done/Cancel in Location
Change-Id: I2c0f00c258819b1399078a80c35ddb6e43854f17
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Mon, 14 Nov 2016 03:32:40 +0000 (12:32 +0900)]
Set Done/Cancle BButton Highlight during Mouse over
Change-Id: I33dd7c514679f63740aa3fb16b17a3c5fcb7ac52
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Wed, 9 Nov 2016 06:54:55 +0000 (15:54 +0900)]
Add focusing effect on new network menu
- Fix for TSAM-9658
- Add focusing effect into buttons
- Handle button disable effect properly to prevent additional issues.
Change-Id: I226e0d61e0ac9306be2c0cad6208a45d37ae6830
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Tue, 8 Nov 2016 02:28:38 +0000 (11:28 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I8da262ea20be07a3718ce5c83aa9a7e40a49c1df
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Tue, 8 Nov 2016 02:19:25 +0000 (11:19 +0900)]
Fix build warnings on System and common part
Change-Id: I7e94b9c8bca15782c255c96e6a2f5ae94a36dffa
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Mon, 7 Nov 2016 02:32:09 +0000 (11:32 +0900)]
Fix build warnings on network menu
Change-Id: I0fd3ce5e9d518cd6b87e8c0e21dbd4b8af5cbc06
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Kiseok Chang [Mon, 24 Oct 2016 10:51:19 +0000 (03:51 -0700)]
Merge "Add disable state on wireless popup button" into tizen
Change-Id: I9284329aa4be194a0fbc4f97d339512bca7a2ccc
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Kiseok Chang [Mon, 24 Oct 2016 10:51:19 +0000 (03:51 -0700)]
Merge "Add disable state on wireless popup button" into tizen
Jiwan Kim [Mon, 24 Oct 2016 10:34:56 +0000 (19:34 +0900)]
Add disable state on wireless popup button
- Fix for TSAM-9196
Change-Id: I98f80f040904cfcace1bf63377f94ecf643040cb
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Taesoo Jun [Mon, 24 Oct 2016 09:53:24 +0000 (02:53 -0700)]
Merge "Fix ip address entry on new network menu" into tizen
Jiwan Kim [Mon, 24 Oct 2016 06:13:41 +0000 (15:13 +0900)]
Fix ip address entry on new network menu
- Fix TSAM-9202
- Fix TSAM-9201
Change-Id: I5c351bac61193c1b3ac46558905a155aa95d24e1
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Mon, 24 Oct 2016 07:47:29 +0000 (16:47 +0900)]
Fix a problem to exit clock view by backspace
- change clock view not to exit by backspace in keyboard when Editing datetime
Change-Id: Ib5051dd52a9c3a776faa4fc3f0a3d736d0d50f41
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Wed, 19 Oct 2016 05:45:24 +0000 (14:45 +0900)]
Fix auto/manual popup's focus when mouse over
- bug fix : wrong null check in callback function
Change-Id: I5ceb8b6d68fa2b8fd50e7bab19a28ca260972cfe
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Tue, 18 Oct 2016 09:42:24 +0000 (18:42 +0900)]
Fix handling backspace key on new network menu
- Fix for TSAM-9096
Change-Id: I206eec046632e38e3e4989178a21731af51c635d
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Wed, 12 Oct 2016 07:34:16 +0000 (16:34 +0900)]
Fix problem sw keyboard cover time widgets in clock
Change-Id: I6456933afdd5d623fc66091c61016c1ec1bef26b
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Kiseok Chang [Tue, 11 Oct 2016 06:39:34 +0000 (23:39 -0700)]
Merge "Adjust UI component & handle remote controller input" into tizen
Jiwan Kim [Mon, 10 Oct 2016 02:21:40 +0000 (11:21 +0900)]
Adjust UI component & handle remote controller input
- Fix grid item size on network menu
- Handle 'selected' callback on grid item
(To support input from remote controller)
- Change gengrid select mode to handle selected event multiple times.
- Fix connection animation bug
Change-Id: I1d2ac68d00cba6f75f24210a54ce2f266e417c11
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Mon, 10 Oct 2016 02:20:46 +0000 (11:20 +0900)]
Fix multiple Highlighted button in location
- fix element and gengrid edc
Change-Id: I4542712d96f937ae5a5b5142cbf92418ea49d22c
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
kiso.chang [Thu, 6 Oct 2016 11:51:48 +0000 (20:51 +0900)]
Fix svace warnings
Change-Id: I5ec2137bc9869aa76d77c4c0212024820ee72f7c
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Kiseok Chang [Thu, 6 Oct 2016 08:48:19 +0000 (01:48 -0700)]
Merge "Setting->Clock - fixed focus losing on setup type dropdown" into tizen
Jiwan Kim [Thu, 6 Oct 2016 06:40:14 +0000 (15:40 +0900)]
Remove focus change on popup ok/cancel button while keyboard is showing
- This patch is for TSAM-8444
Change-Id: I1f7d2e0041c5f1ced2649a72691d6396b6a82e47
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Thu, 6 Oct 2016 04:42:57 +0000 (13:42 +0900)]
Fix coloring issue on unfocused item
- This patch is for TSAM-8446
Change-Id: I298c41e91ca19b44a486ad0368f4efe36254a44c
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Radek Kintop [Wed, 5 Oct 2016 16:17:34 +0000 (18:17 +0200)]
Setting->Clock - fixed focus losing on setup type dropdown
Change-Id: I484b0dc68cb09860a1776c235083ec6b5b2c587c
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Kiseok Chang [Wed, 5 Oct 2016 12:52:40 +0000 (05:52 -0700)]
Merge "Change logic to show passcode popup again for same list item" into tizen
Jiwan Kim [Wed, 5 Oct 2016 11:49:10 +0000 (20:49 +0900)]
Change logic to show passcode popup again for same list item
- This patch is for TSAM-8452
Change-Id: Ibc33690027d04b5d3cdd34564f9815c1b977f87c
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Wed, 5 Oct 2016 10:53:04 +0000 (19:53 +0900)]
Fix unexpected cursor issue on password field
- This patch is for TSAM-8492 / TSAM-8448
Change-Id: I04a4d81f44fd458418b1c0496524c66e81aad5a2
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
kiso.chang [Thu, 29 Sep 2016 04:32:47 +0000 (13:32 +0900)]
Change Location Button string
- "Location" to "Done"
Change-Id: I248ccc1cc58d2bff7f395855b7dd78ad2af25fe4
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Jiwan Kim [Wed, 28 Sep 2016 09:56:03 +0000 (18:56 +0900)]
Add length limitation for WiFi password
Change-Id: I92a89137f9d82e5d965bf04faafee3d7868514ac
Piotr Pruski [Tue, 27 Sep 2016 14:09:38 +0000 (16:09 +0200)]
Added wrapping subtext for menu button.
Change-Id: I2575b57445ec5270ebb327c0552b006890d449be
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
Kiseok Chang [Mon, 26 Sep 2016 10:39:27 +0000 (03:39 -0700)]
Merge "Fix Clock module - wrong time value - tm_mday" into tizen
Kiseok Chang [Mon, 26 Sep 2016 10:36:42 +0000 (03:36 -0700)]
Merge "Fix: WiFi password popup had no buttons" into tizen
Piotr Pruski [Mon, 26 Sep 2016 09:44:19 +0000 (11:44 +0200)]
Fix Clock module - wrong time value - tm_mday
Change-Id: I565aba18cc7e9394d4887a858ed960047a9b0e27
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
Radek Kintop [Fri, 23 Sep 2016 15:09:26 +0000 (17:09 +0200)]
Some functionalities are hidden before release
Change-Id: Iee88b60ad7eac9b6296403085ad3aa5fc4b45c3c
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Fri, 23 Sep 2016 14:19:34 +0000 (16:19 +0200)]
Fix: WiFi password popup had no buttons
Change-Id: Iabe807ff8ac8438707419e862e3ea47cdb23f1a4
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Bartlomiej Uliasz [Fri, 23 Sep 2016 12:43:57 +0000 (14:43 +0200)]
Tab indicator blinking bugfix
Change-Id: If58ad82533de0b1da045b09cf7bb229b2be879cb
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Radek Kintop [Thu, 22 Sep 2016 16:06:16 +0000 (18:06 +0200)]
Fix Added support for buttons strings for wayland.
Added Escape, Back and Menu buttons.
Change-Id: I29b488e39cd3b68c595c7313490720f8da6dddb8
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Bartlomiej Uliasz [Thu, 22 Sep 2016 10:57:16 +0000 (12:57 +0200)]
[TSAM-7818] Auto select on cursor move disabled
Change-Id: Ibc50e78d966af6fa14e281c4124c67059b4a5b5c
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Bartlomiej Uliasz [Thu, 22 Sep 2016 08:29:52 +0000 (10:29 +0200)]
[TSAM-7819] Location gengrid item disappear bugfix
Change-Id: I228e97b8bec5dad2024366da991aef4fdb99065b
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Radek Kintop [Wed, 21 Sep 2016 17:03:47 +0000 (19:03 +0200)]
Upper menu item selection mode fix
Change-Id: Ic94471c30bcb7e496066c395c495d84c0d6d56ef
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Jiwan Kim [Wed, 21 Sep 2016 04:12:25 +0000 (13:12 +0900)]
Fix issues on network menu
TSAM-7822 : Inputted number overlapping
TSAM-7820 : Number field of DNS
Change-Id: I7fe8e1906076608ea47b35de218dd43f374479c2
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Kiseok Chang [Mon, 12 Sep 2016 04:54:28 +0000 (21:54 -0700)]
Merge "Fix SVACE errors" into tizen
Kiseok Chang [Fri, 9 Sep 2016 09:26:28 +0000 (18:26 +0900)]
Fix SVACE errors
Change-Id: I908b536dbaba26427e3d2540fb6509e1fe7256cc
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Jiwan Kim [Fri, 9 Sep 2016 05:02:38 +0000 (14:02 +0900)]
Fix SVACE issues on network menu and build errors
Change-Id: I8d43289ea2b216ed801a5076398e821a24937335
Radek Kintop [Wed, 16 Mar 2016 15:15:55 +0000 (16:15 +0100)]
Favorites add/remove toast
Change-Id: I56ef48bd0561da0206f4d8be04065f9bf7034df9
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Thu, 17 Mar 2016 17:47:57 +0000 (18:47 +0100)]
Revert "Some functionalities are hidden before prebeta release"
This reverts commit
0f5bcda391913f6767089d9b2701a0ec434d7552.
Conflicts:
include/layout.h
Change-Id: I213d27a5730915c6eda86be331629aa19d5a2aa2
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
MyoungJune Park [Thu, 23 Jun 2016 07:40:47 +0000 (00:40 -0700)]
Merge "Revert "Some functionalities are hidden before prebeta release(2)" This reverts commit
877d47329042c419a3d7689b908352ae3f87d14c." into tizen
MyoungJune Park [Fri, 20 May 2016 02:33:47 +0000 (19:33 -0700)]
Merge changes I9a3aa589,I3c096a85,Idd4546df,I7c83ff14,I8aae1fb0, ... into tizen
* changes:
Doxygen style comments for data/system
Doxygen style comments - data_location
location: removed unnecessary data manager from location gengrid
Doxygen style comments - common/
Doxygen style comments part 1 - grid/, layout/, view/ etc
Added Doxygen templates
Radek Kintop [Thu, 19 May 2016 14:06:47 +0000 (16:06 +0200)]
Warnings removal
Change-Id: I7769a97115ab8b36823baeefc4b9cb2d9dce2e90
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Piotr Pruski [Thu, 24 Mar 2016 14:25:14 +0000 (15:25 +0100)]
Doxygen style comments for data/system
Change-Id: I9a3aa58991c4517474acc1c7a82068301baf84ae
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
Bartlomiej Uliasz [Thu, 24 Mar 2016 11:17:07 +0000 (12:17 +0100)]
Doxygen style comments - data_location
Change-Id: I3c096a854f449e74ce63a98655159f809022343e
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Bartlomiej Uliasz [Wed, 16 Mar 2016 13:26:54 +0000 (14:26 +0100)]
location: removed unnecessary data manager from location gengrid
Change-Id: Idd4546df44ae56f5036ec7e04ca91afc71178142
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Radek Kintop [Wed, 23 Mar 2016 14:41:58 +0000 (15:41 +0100)]
Doxygen style comments - common/
Change-Id: I7c83ff1415ad70e6cff9a908621bb5adfdb2633b
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Agnieszka Janowicz [Tue, 22 Mar 2016 14:35:40 +0000 (15:35 +0100)]
Doxygen style comments part 1 - grid/, layout/, view/ etc
@TODO: common/ and data/ modules
Change-Id: I8aae1fb0b334007a9d35550c26511ce021930d73
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
Piotr Pruski [Mon, 21 Mar 2016 14:37:16 +0000 (15:37 +0100)]
Added Doxygen templates
Change-Id: Ib5096d4d6da0d146c2925f22365a2ffbb1498e8d
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
kiso.chang [Fri, 18 Mar 2016 09:43:38 +0000 (18:43 +0900)]
Fix warnings from SVACE system
Fix warnings from SVACE system
Change-Id: Ie76eb7be599380ac5efa013aecdb24e676708171
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
Radek Kintop [Thu, 17 Mar 2016 17:36:25 +0000 (18:36 +0100)]
Revert "Some functionalities are hidden before prebeta release(2)"
This reverts commit
877d47329042c419a3d7689b908352ae3f87d14c.
Change-Id: I98a123505382074ba9b9d7d18e819e58d9ddde96
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Wed, 16 Mar 2016 13:12:08 +0000 (14:12 +0100)]
Some functionalities are hidden before prebeta release(2)
Change-Id: Ia46b836bfb2c4d7eb8489cb82f41e960dec5d30a
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Wed, 16 Mar 2016 09:13:46 +0000 (10:13 +0100)]
Some functionalities are hidden before prebeta release
Change-Id: I69e9efc6b446eca5c79d5a7839511cf7b79be814
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Piotr Pruski [Mon, 14 Mar 2016 13:31:28 +0000 (14:31 +0100)]
[UI] Added Star in Button Style for favorite in live action section
Added style which present favorite button with the star icon.
Favorite button can be repreresnt by two states:
- normal where is only contour of star
- added where star is filled.
Change-Id: I897984957c5b79933617057d60faafa94841b4bf
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
Michal Skorupinski [Mon, 14 Mar 2016 14:25:58 +0000 (15:25 +0100)]
[FIX] Mouse click events are not invoked by disabled elements
* Changed the 'mouse_down' callbacks to 'clicked'.
* Fix in 'style.base.button' and 'style.option.button' button styles.
The fix is required to use the 'clicked' callback. Previous the 'mouse_down'
callback was used and it ignores the button enable state.
Change-Id: I75a544de97650a16a8f830d210b70a50579d263e
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Bartlomiej Uliasz [Thu, 10 Mar 2016 14:59:02 +0000 (15:59 +0100)]
Fixed unnecessary ERR in grid update
Fixed unnecessary ERR in grid update, when there are no yet any realized items
(nothing to update)
Change-Id: Ic4eec3c43e21bc8ccb4777e5b234e99911e952cb
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
Radek Kintop [Mon, 14 Mar 2016 14:03:41 +0000 (15:03 +0100)]
Tutorial popup in action menu
Change-Id: I62dbd26a1462459cc01da3bdc29abd54eec582f6
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Michal Skorupinski [Mon, 14 Mar 2016 12:40:54 +0000 (13:40 +0100)]
[UI] Favorite star in the channel layout made visible
The width of the 'PART_SUBTEXT1' has to be bigger then the maximal width
of the contained text. In other case the whole layout will be modified.
Change-Id: I04c98bd7af78291cb9e582df95be01694c9ce403
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Thu, 10 Mar 2016 16:07:55 +0000 (17:07 +0100)]
[UI] Tab ordering persistance
Tab ordering is stored using the preference api.
Whenever the user swaps the position of two tabs
the preference keys are updated.
When the aplication is launched the tab order
is set using the positions stored in the preferences
Change-Id: Ic2f639f7aba4d06e5a98736a736062e3da786950
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Kiseok Chang [Mon, 14 Mar 2016 09:14:04 +0000 (02:14 -0700)]
Merge "Favorites mock" into tizen
Kiseok Chang [Sat, 12 Mar 2016 08:48:50 +0000 (00:48 -0800)]
Merge "[OAPBSA-68][UI][TEMPORARY] Sleep timer popup layout" into tizen
Kiseok Chang [Sat, 12 Mar 2016 08:48:08 +0000 (00:48 -0800)]
Merge "Cosmetic changes in layout: menu tabs in main view" into tizen
Kiseok Chang [Sat, 12 Mar 2016 08:46:54 +0000 (00:46 -0800)]
Merge "Added back/esc button functionality on gengrid list items" into tizen
Kiseok Chang [Sat, 12 Mar 2016 08:44:38 +0000 (00:44 -0800)]
Merge "[OAPBSA-62][UI] Proper focus next object is set" into tizen