apps/home/starter.git
10 years agoFix SMACK rule. tizen_2.1 submit/tizen_2.1/20130514.054942
hhh.kwon [Mon, 6 May 2013 10:58:40 +0000 (19:58 +0900)]
Fix SMACK rule.

11 years agoMerge "Apply smack rule." into tizen_2.1_smack
Hong Kwon [Fri, 3 May 2013 14:13:42 +0000 (23:13 +0900)]
Merge "Apply smack rule." into tizen_2.1_smack

11 years agoApply smack rule.
hhh.kwon [Fri, 3 May 2013 13:14:02 +0000 (22:14 +0900)]
Apply smack rule.

11 years agoMerge branch 'master' into tizen_2.1
hhh.kwon [Thu, 2 May 2013 04:51:02 +0000 (13:51 +0900)]
Merge branch 'master' into tizen_2.1

11 years agoUpdate license version.
hhh.kwon [Thu, 2 May 2013 04:40:19 +0000 (13:40 +0900)]
Update license version.

11 years agoMerge branch 'master' into tizen_2.1
Jin Yoon [Tue, 30 Apr 2013 05:27:58 +0000 (14:27 +0900)]
Merge branch 'master' into tizen_2.1

11 years agoVersion update
Jin Yoon [Tue, 30 Apr 2013 05:25:54 +0000 (14:25 +0900)]
Version update

Change-Id: Ie07b10b6877a0ff1eb220ef3549cd2498afb3342

11 years agoMerge branch 'master' into tizen_2.1
Jin Yoon [Mon, 29 Apr 2013 05:20:17 +0000 (14:20 +0900)]
Merge branch 'master' into tizen_2.1

11 years agoRestart the starter whenever it is killed
Jin Yoon [Mon, 29 Apr 2013 05:19:55 +0000 (14:19 +0900)]
Restart the starter whenever it is killed

Change-Id: I80d1052077bef04b7bbf6097b04194b669f7e935

11 years agoMerge branch 'master' into tizen_2.1 2.1b_release accepted/tizen_2.1/20130425.022829 submit/tizen_2.1/20130424.223629
Jin Yoon [Mon, 22 Apr 2013 08:21:11 +0000 (17:21 +0900)]
Merge branch 'master' into tizen_2.1

11 years agoSet the vconfkey as the default menu-screen/lock-screen when the app is not launched...
Jin Yoon [Mon, 22 Apr 2013 08:15:24 +0000 (17:15 +0900)]
Set the vconfkey as the default menu-screen/lock-screen when the app is not launched abnormally.

Change-Id: I8647124a2a18a82a47f01d909076e4029b6ef97b

11 years agoMerge branch 'tizen_2.1'
Jin Yoon [Sat, 20 Apr 2013 11:41:30 +0000 (20:41 +0900)]
Merge branch 'tizen_2.1'

11 years agoDo not check the lock type
Jin Yoon [Sat, 20 Apr 2013 09:36:21 +0000 (18:36 +0900)]
Do not check the lock type

11 years agoMerge branch 'master' into tizen_2.1
hhh.kwon [Thu, 18 Apr 2013 14:38:33 +0000 (23:38 +0900)]
Merge branch 'master' into tizen_2.1

11 years agoChange flora license file.
hhh.kwon [Thu, 18 Apr 2013 10:28:13 +0000 (19:28 +0900)]
Change flora license file.

11 years agoChange vconfkey for 3rd party lockscreen.
hhh.kwon [Tue, 16 Apr 2013 13:17:49 +0000 (22:17 +0900)]
Change vconfkey for 3rd party lockscreen.

11 years agoFix N_SE-34678 : Lock key disappear when try to unlock emulator on ideal screen
hhh.kwon [Tue, 16 Apr 2013 13:13:33 +0000 (22:13 +0900)]
Fix N_SE-34678 : Lock key disappear when try to unlock emulator on ideal screen

11 years agoMerge "Fix debuginfo generation" into tizen_2.1
Patrick McCarty [Thu, 11 Apr 2013 21:29:20 +0000 (06:29 +0900)]
Merge "Fix debuginfo generation" into tizen_2.1

11 years agoFix debuginfo generation
Patrick McCarty [Wed, 3 Apr 2013 18:29:07 +0000 (11:29 -0700)]
Fix debuginfo generation

There are two issues with apps/home/starter that are preventing
debuginfo from being generated:

- In the toplevel makefile, CMAKE_C_FLAGS does not include the '-g'
  flag, so debugging symbols are not added to the /usr/bin/starter
  binary. By using the %cmake macro in the spec file, the default CFLAGS
  from RPM (includes '-g') are exported to the build environment, and
  Cmake correctly uses these compiler flags during the build.

- In lock-setting/lockscreen-options/CMakeLists.txt, CMAKE_CXX_FLAGS is
  used, but the three library source files are C source, not C++. Thus,
  CMAKE_CXX_FLAGS is undefined by default and does not include CXXFLAGS
  from the environment. The solution is to use CMAKE_C_FLAGS instead,
  which picks up CFLAGS from the environment.

This commit fixes both issues.

Change-Id: Ibe96bf8a34aab05d3cf29c02b33e881cc9eddaf3
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
11 years agoMerge with master
Jin Yoon [Tue, 2 Apr 2013 04:14:09 +0000 (13:14 +0900)]
Merge with master

11 years agoVersion update
Jin Yoon [Tue, 2 Apr 2013 04:09:30 +0000 (13:09 +0900)]
Version update

11 years agoModify the service file : remove an unused field
Jin Yoon [Tue, 2 Apr 2013 04:08:52 +0000 (13:08 +0900)]
Modify the service file : remove an unused field

11 years agoMerge "Fix: lockscreen shows up before boot animation"
Jin Yoon [Tue, 19 Mar 2013 02:37:11 +0000 (11:37 +0900)]
Merge "Fix: lockscreen shows up before boot animation"

11 years agoFix: lockscreen shows up before boot animation
Chengwei Yang [Mon, 11 Mar 2013 04:50:59 +0000 (12:50 +0800)]
Fix: lockscreen shows up before boot animation

A lot of effort has been done to gain a faster boot up, say Lukasz
introduced the path activated to starter.

However, I do really think that lockscreen shows up before boot
animation isn't reasonable, so this patch force starter started after
boot-animation, the backwards is you may consider the boot up costs one
more second.

Change-Id: I7433095400d9ecbc133a038898544199aa1c4a0d
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years agoFix: lockscreen shows up before boot animation
Jin Yoon [Mon, 18 Mar 2013 09:51:25 +0000 (18:51 +0900)]
Fix: lockscreen shows up before boot animation

Change-Id: I89fd74c7943bd2f1d577bafd8ca60a6fbbde9def

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:04:54 +0000 (01:04 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:38:20 +0000 (01:38 +0900)]
Tizen 2.1 base

11 years agoRemove warnings
Jin Yoon [Mon, 11 Mar 2013 07:49:07 +0000 (16:49 +0900)]
Remove warnings

Change-Id: Ifc5edfa142c463d53017e45d01ba214dba65869c

11 years agoVersion update
Jin Yoon [Mon, 11 Mar 2013 07:24:28 +0000 (16:24 +0900)]
Version update

Change-Id: Ib4de430853ada8c6af529528d94471a79c27b245

11 years agoRemove an unused vconf setting
Jin Yoon [Mon, 11 Mar 2013 07:23:40 +0000 (16:23 +0900)]
Remove an unused vconf setting

Change-Id: I9796142d7dc7ef6a8e37505a0eaf27b21f6ee76d

11 years agofix pwlock launch for emulator
Seungtaek Chung [Thu, 7 Mar 2013 13:27:57 +0000 (22:27 +0900)]
fix pwlock launch for emulator

11 years ago[systemd] Fix Smack labels for systemd units
Maciej Wereski [Thu, 28 Feb 2013 12:40:09 +0000 (13:40 +0100)]
[systemd] Fix Smack labels for systemd units

Systemd in user session failes to launch starter service because SMACK blocks
access. It was caused by improper labeled systemd unit files with
"starter" label. This commit fixes it by labeling systemd specific files and
folders with "_" label.

In case of addition or moving systemd unit files, please label them with
"_" label.

Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
11 years agoDo not destroy ail resources when ail returns an error code
Jin Yoon [Mon, 4 Feb 2013 10:37:47 +0000 (19:37 +0900)]
Do not destroy ail resources when ail returns an error code

Change-Id: I7d84e1400e6ca86e4b68dddf61988984ea5b904d

11 years agofix manifest file.
Minho Kim [Thu, 31 Jan 2013 02:40:42 +0000 (11:40 +0900)]
fix manifest file.

Change-Id: Ib855bbd0f1cb61b8f16788e24c90c6c1337c5580

11 years agoupdate manifest file.
Minho Kim [Wed, 30 Jan 2013 10:03:59 +0000 (19:03 +0900)]
update manifest file.

11 years ago[Other]Remove prevent
Jinjin Shi [Mon, 28 Jan 2013 02:09:38 +0000 (10:09 +0800)]
[Other]Remove prevent

Change-Id: I6e12873f97bb18fa0ca63d3f4aaa6ad48a5064e2

11 years agoapply checking lock state
Seungtaek Chung [Wed, 23 Jan 2013 11:30:32 +0000 (20:30 +0900)]
apply checking lock state

11 years ago[Other]Upgrade version
Jinjin Shi [Wed, 23 Jan 2013 08:00:37 +0000 (16:00 +0800)]
[Other]Upgrade version

Change-Id: Ia0587770a3b01febe64450e1baffeb6c8181a3e8

11 years ago[UI]Change License
Jinjin Shi [Wed, 23 Jan 2013 07:47:01 +0000 (15:47 +0800)]
[UI]Change License

Change-Id: Ib46fcc6fce79f6415d030d75eb79426e96e63e6c

11 years agoapply LICENSE files
Seungtaek Chung [Wed, 23 Jan 2013 05:21:32 +0000 (14:21 +0900)]
apply LICENSE files

11 years agofix LICENSE and property set
Seungtaek Chung [Tue, 15 Jan 2013 08:34:03 +0000 (17:34 +0900)]
fix LICENSE and property set

11 years agoapply org.tizen.lockscreen
Seungtaek Chung [Fri, 11 Jan 2013 09:05:20 +0000 (18:05 +0900)]
apply org.tizen.lockscreen

11 years agoVersion update
Jin Yoon [Fri, 11 Jan 2013 06:37:12 +0000 (15:37 +0900)]
Version update

Change-Id: I4d21743eab5038ca50c902c454c73efc5f51ef66

11 years agoRevert "Package name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen...
Jin Yoon [Fri, 11 Jan 2013 06:33:46 +0000 (15:33 +0900)]
Revert "Package name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen -> sgooa9p9fz.Lock"

This reverts commit e3ef5a4e6660c6e7eecee8f3a1d0623eb0cf4582.

11 years agoRemove don't used file
Chengwei Yang [Thu, 10 Jan 2013 08:43:15 +0000 (16:43 +0800)]
Remove don't used file

Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years ago[UI]Remove prevent
Jinjin Shi [Wed, 9 Jan 2013 01:48:25 +0000 (09:48 +0800)]
[UI]Remove prevent

11 years agoIntroduce path activation for starter programme
Łukasz Stelmach [Thu, 3 Jan 2013 16:25:54 +0000 (17:25 +0100)]
Introduce path activation for starter programme

It appears interdomain (user session vs. system) dependencies
does not work correctly in systemd. amd creates /tmp/amd_ready
file when it is ready to accept connections. We can depend on
it and start the starter when the file appears.

Change-Id: Ie6bd20b31703f6236a10a28d20b0fc68a278d97f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
11 years agofix set lock state
Seungtaek Chung [Mon, 7 Jan 2013 11:43:04 +0000 (20:43 +0900)]
fix set lock state

11 years agoVersion update
Jin Yoon [Fri, 21 Dec 2012 11:44:37 +0000 (20:44 +0900)]
Version update

Change-Id: I1a3cd5043217c8a55e51f0615e89309d04c75693

11 years agoPackage name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen ->...
Jin Yoon [Fri, 21 Dec 2012 11:44:29 +0000 (20:44 +0900)]
Package name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen -> sgooa9p9fz.Lock

Change-Id: Idefeaf70290151bb982c7c1d643e65c9e2981d7b

11 years ago[Other]Upgrade version
Jinjin Shi [Mon, 10 Dec 2012 09:09:25 +0000 (17:09 +0800)]
[Other]Upgrade version

11 years ago[UI]Remove needless codes
Jinjin Shi [Sat, 8 Dec 2012 02:34:10 +0000 (10:34 +0800)]
[UI]Remove needless codes

11 years agosync starter
Seungtaek Chung [Fri, 7 Dec 2012 07:51:06 +0000 (16:51 +0900)]
sync starter

11 years agoCode sync
Jin Yoon [Thu, 6 Dec 2012 13:35:33 +0000 (22:35 +0900)]
Code sync

Change-Id: I78714d99d6321f357c5253085261ae567cfcc57b

11 years agoversion update for systemd
sung1103.park [Wed, 5 Dec 2012 07:06:55 +0000 (16:06 +0900)]
version update for systemd

11 years agoMerge branch 'for-rsa-systemd'
Jacek Migacz [Fri, 23 Nov 2012 15:37:37 +0000 (16:37 +0100)]
Merge branch 'for-rsa-systemd'

Change-Id: Iee59426753ab7a10c10b4980c686d8774f25a1aa

11 years agoFix can't boot into UI directly
Chengwei Yang [Fri, 16 Nov 2012 11:07:20 +0000 (19:07 +0800)]
Fix can't boot into UI directly

Starter should start before menu-daemon which will lock menu-screen
launching and launch pwlock and then unlock menu-screen. This is the
correct sequence to work out.

Without this patch, menu-daemon start before starter and at first boot,
pwlock will launch failed, so the sequence failed, only indicator shows
up on the screen.

Change-Id: Ie72b4086c665968a8be8fae8485150070e551cbd
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years agoMerge branch 'master' into systemd
Patrick McCarty [Tue, 13 Nov 2012 22:09:07 +0000 (14:09 -0800)]
Merge branch 'master' into systemd

11 years agosync smack manifest
sung1103.park [Sat, 3 Nov 2012 04:29:00 +0000 (13:29 +0900)]
sync smack manifest

11 years agoStaging systemd unti files
Brad Peters [Sat, 23 Jun 2012 00:57:51 +0000 (17:57 -0700)]
Staging systemd unti files

Merged-and-mangled-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Conflicts:

packaging/starter.spec

Change-Id: I0afe3fe2431a3aafd8370893ecfdbcb0daf4f235

11 years agoadded pwlock launch 2.0alpha master 2.0_alpha submit/master/20120920.150951
sung1103.park [Thu, 23 Aug 2012 05:01:12 +0000 (14:01 +0900)]
added pwlock launch

11 years agotizen_2.0_build
sung1103.park [Tue, 21 Aug 2012 10:54:21 +0000 (19:54 +0900)]
tizen_2.0_build

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 08:01:56 +0000 (17:01 +0900)]
upload tizen1.0 source

12 years agoupdate for beta universally
Yan Yin [Wed, 14 Mar 2012 06:00:14 +0000 (14:00 +0800)]
update for beta universally

12 years agorollback the boilerplate
Xi Zhichan [Mon, 20 Feb 2012 02:50:13 +0000 (10:50 +0800)]
rollback the boilerplate

12 years agoupdate changelog
Xi Zhichan [Fri, 17 Feb 2012 05:22:23 +0000 (13:22 +0800)]
update changelog

12 years agoupdate boilerplate
Xi Zhichan [Fri, 17 Feb 2012 05:11:23 +0000 (13:11 +0800)]
update boilerplate

12 years agoGit init
Kibum Kim [Fri, 6 Jan 2012 15:51:02 +0000 (00:51 +0900)]
Git init

12 years agoInitial empty repository 2.0_release
Eunkyoung Kim [Fri, 6 Jan 2012 13:00:08 +0000 (22:00 +0900)]
Initial empty repository