summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jin Yoon [Mon, 29 Apr 2013 05:20:17 +0000 (14:20 +0900)]
Merge branch 'master' into tizen_2.1
Jin Yoon [Mon, 29 Apr 2013 05:19:55 +0000 (14:19 +0900)]
Restart the starter whenever it is killed
Change-Id: I80d1052077bef04b7bbf6097b04194b669f7e935
Jin Yoon [Mon, 22 Apr 2013 08:21:11 +0000 (17:21 +0900)]
Merge branch 'master' into tizen_2.1
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
Jin Yoon [Sat, 20 Apr 2013 11:41:30 +0000 (20:41 +0900)]
Merge branch 'tizen_2.1'
Jin Yoon [Sat, 20 Apr 2013 09:36:21 +0000 (18:36 +0900)]
Do not check the lock type
hhh.kwon [Thu, 18 Apr 2013 14:38:33 +0000 (23:38 +0900)]
Merge branch 'master' into tizen_2.1
hhh.kwon [Thu, 18 Apr 2013 10:28:13 +0000 (19:28 +0900)]
Change flora license file.
hhh.kwon [Tue, 16 Apr 2013 13:17:49 +0000 (22:17 +0900)]
Change vconfkey for 3rd party lockscreen.
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
Patrick McCarty [Thu, 11 Apr 2013 21:29:20 +0000 (06:29 +0900)]
Merge "Fix debuginfo generation" into tizen_2.1
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>
Jin Yoon [Tue, 2 Apr 2013 04:14:09 +0000 (13:14 +0900)]
Merge with master
Jin Yoon [Tue, 2 Apr 2013 04:09:30 +0000 (13:09 +0900)]
Version update
Jin Yoon [Tue, 2 Apr 2013 04:08:52 +0000 (13:08 +0900)]
Modify the service file : remove an unused field
Jin Yoon [Tue, 19 Mar 2013 02:37:11 +0000 (11:37 +0900)]
Merge "Fix: 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>
Jin Yoon [Mon, 18 Mar 2013 09:51:25 +0000 (18:51 +0900)]
Fix: lockscreen shows up before boot animation
Change-Id: I89fd74c7943bd2f1d577bafd8ca60a6fbbde9def
Jinkun Jang [Fri, 15 Mar 2013 16:04:54 +0000 (01:04 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:38:20 +0000 (01:38 +0900)]
Tizen 2.1 base
Jin Yoon [Mon, 11 Mar 2013 07:49:07 +0000 (16:49 +0900)]
Remove warnings
Change-Id: Ifc5edfa142c463d53017e45d01ba214dba65869c
Jin Yoon [Mon, 11 Mar 2013 07:24:28 +0000 (16:24 +0900)]
Version update
Change-Id: Ib4de430853ada8c6af529528d94471a79c27b245
Jin Yoon [Mon, 11 Mar 2013 07:23:40 +0000 (16:23 +0900)]
Remove an unused vconf setting
Change-Id: I9796142d7dc7ef6a8e37505a0eaf27b21f6ee76d
Seungtaek Chung [Thu, 7 Mar 2013 13:27:57 +0000 (22:27 +0900)]
fix pwlock launch for emulator
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>
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
Minho Kim [Thu, 31 Jan 2013 02:40:42 +0000 (11:40 +0900)]
fix manifest file.
Change-Id: Ib855bbd0f1cb61b8f16788e24c90c6c1337c5580
Minho Kim [Wed, 30 Jan 2013 10:03:59 +0000 (19:03 +0900)]
update manifest file.
Jinjin Shi [Mon, 28 Jan 2013 02:09:38 +0000 (10:09 +0800)]
[Other]Remove prevent
Change-Id: I6e12873f97bb18fa0ca63d3f4aaa6ad48a5064e2
Seungtaek Chung [Wed, 23 Jan 2013 11:30:32 +0000 (20:30 +0900)]
apply checking lock state
Jinjin Shi [Wed, 23 Jan 2013 08:00:37 +0000 (16:00 +0800)]
[Other]Upgrade version
Change-Id: Ia0587770a3b01febe64450e1baffeb6c8181a3e8
Jinjin Shi [Wed, 23 Jan 2013 07:47:01 +0000 (15:47 +0800)]
[UI]Change License
Change-Id: Ib46fcc6fce79f6415d030d75eb79426e96e63e6c
Seungtaek Chung [Wed, 23 Jan 2013 05:21:32 +0000 (14:21 +0900)]
apply LICENSE files
Seungtaek Chung [Tue, 15 Jan 2013 08:34:03 +0000 (17:34 +0900)]
fix LICENSE and property set
Seungtaek Chung [Fri, 11 Jan 2013 09:05:20 +0000 (18:05 +0900)]
apply org.tizen.lockscreen
Jin Yoon [Fri, 11 Jan 2013 06:37:12 +0000 (15:37 +0900)]
Version update
Change-Id: I4d21743eab5038ca50c902c454c73efc5f51ef66
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.
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>
Jinjin Shi [Wed, 9 Jan 2013 01:48:25 +0000 (09:48 +0800)]
[UI]Remove prevent
Ł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>
Seungtaek Chung [Mon, 7 Jan 2013 11:43:04 +0000 (20:43 +0900)]
fix set lock state
Jin Yoon [Fri, 21 Dec 2012 11:44:37 +0000 (20:44 +0900)]
Version update
Change-Id: I1a3cd5043217c8a55e51f0615e89309d04c75693
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
Jinjin Shi [Mon, 10 Dec 2012 09:09:25 +0000 (17:09 +0800)]
[Other]Upgrade version
Jinjin Shi [Sat, 8 Dec 2012 02:34:10 +0000 (10:34 +0800)]
[UI]Remove needless codes
Seungtaek Chung [Fri, 7 Dec 2012 07:51:06 +0000 (16:51 +0900)]
sync starter
Jin Yoon [Thu, 6 Dec 2012 13:35:33 +0000 (22:35 +0900)]
Code sync
Change-Id: I78714d99d6321f357c5253085261ae567cfcc57b
sung1103.park [Wed, 5 Dec 2012 07:06:55 +0000 (16:06 +0900)]
version update for systemd
Jacek Migacz [Fri, 23 Nov 2012 15:37:37 +0000 (16:37 +0100)]
Merge branch 'for-rsa-systemd'
Change-Id: Iee59426753ab7a10c10b4980c686d8774f25a1aa
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>
Patrick McCarty [Tue, 13 Nov 2012 22:09:07 +0000 (14:09 -0800)]
Merge branch 'master' into systemd
sung1103.park [Sat, 3 Nov 2012 04:29:00 +0000 (13:29 +0900)]
sync smack manifest
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
sung1103.park [Thu, 23 Aug 2012 05:01:12 +0000 (14:01 +0900)]
added pwlock launch
sung1103.park [Tue, 21 Aug 2012 10:54:21 +0000 (19:54 +0900)]
tizen_2.0_build
Kim Kibum [Sun, 29 Apr 2012 08:01:56 +0000 (17:01 +0900)]
upload tizen1.0 source
Yan Yin [Wed, 14 Mar 2012 06:00:14 +0000 (14:00 +0800)]
update for beta universally
Xi Zhichan [Mon, 20 Feb 2012 02:50:13 +0000 (10:50 +0800)]
rollback the boilerplate
Xi Zhichan [Fri, 17 Feb 2012 05:22:23 +0000 (13:22 +0800)]
update changelog
Xi Zhichan [Fri, 17 Feb 2012 05:11:23 +0000 (13:11 +0800)]
update boilerplate
Kibum Kim [Fri, 6 Jan 2012 15:51:02 +0000 (00:51 +0900)]
Git init
Eunkyoung Kim [Fri, 6 Jan 2012 13:00:08 +0000 (22:00 +0900)]
Initial empty repository