summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Junghoon Park [Thu, 21 Jan 2016 08:32:06 +0000 (17:32 +0900)]
Separate app paths for global app
- There are two types of global apps. One is read only and the other is writable. Paths for those are different each other.
Change-Id: Ic6144a55333bd265c9f527da044d8a237f1c6c05
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Mon, 18 Jan 2016 04:33:15 +0000 (13:33 +0900)]
Use gdbus instead of dbus-glib
Change-Id: I2fe3b2be992683b93eca14843f120e32a56b2d6d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jiwoong Im [Wed, 30 Dec 2015 04:38:19 +0000 (13:38 +0900)]
Apply to checking auto_rotation sensor event
- replace ACCELEROMETER_SENSOR to AUTO_ROTATION_SENSOR
- replace sf_*() api to sensord_*() api
Change-Id: I72db5b545e85ab696eca9f5a9564f51c8ff9e02b
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Myungki Lee [Wed, 16 Dec 2015 08:37:15 +0000 (17:37 +0900)]
Use a local variable to set locale.
And fix strlen size.
Change-Id: I04b98ef60342a744208d88f7c29016353aba21b3
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
SukHyung, Kang [Tue, 15 Dec 2015 07:12:44 +0000 (16:12 +0900)]
Include bundle_internal.h for internal bundle apis
Change-Id: I714810ae08a7572d791746f73bfbfa560dc0ecd9
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Hwankyu Jhun [Wed, 18 Nov 2015 01:50:28 +0000 (17:50 -0800)]
Merge "Remove compile warning messages" into tizen
Hwankyu Jhun [Wed, 18 Nov 2015 00:53:48 +0000 (09:53 +0900)]
Remove compile warning messages
Change-Id: I6871c7d8da024c1ef428cbb0fed7ab8df8552ed5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon, Park [Tue, 17 Nov 2015 11:05:39 +0000 (20:05 +0900)]
send state-dying to AMD when __before_loop() returns -1
Change-Id: Ia69064bb526323658b5eeceea2fdc04d028cc0db
Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>
Hwankyu Jhun [Tue, 17 Nov 2015 01:36:02 +0000 (10:36 +0900)]
Set vconf callback only when the app register it
Change-Id: Ica9c7450bd26154a99586072f4172bd8e4145ac3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 16 Nov 2015 12:30:12 +0000 (21:30 +0900)]
Sync process pool feature with tizen 2.4
- Add appcore_set_preinit_window_name()
Change-Id: I6488cf78ee1e41e877779785386ab2b8780593bd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 16 Nov 2015 04:31:29 +0000 (13:31 +0900)]
Merge tizen 2.4 into tizen
- Add background application management feature
Change-Id: I91749cb3b9378ff832e1858412602fa269f5940c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jiwoong Im [Wed, 11 Nov 2015 07:25:48 +0000 (23:25 -0800)]
Merge "sync app group with tizen_2.4" into tizen
Semun Lee [Tue, 10 Nov 2015 06:55:10 +0000 (22:55 -0800)]
Merge "Add new api for customizing main loop" into tizen
Jiwoong Im [Tue, 3 Nov 2015 12:01:35 +0000 (21:01 +0900)]
sync app group with tizen_2.4
- add appcore_group_attach(), appcore_group_lower().
- add ECORE_WL_EVENT_WINDOW_LOWER callback.
Change-Id: Ia120d8082ef83ad10e9b88f248eadceb964e5c32
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Hwankyu Jhun [Mon, 2 Nov 2015 06:24:00 +0000 (15:24 +0900)]
Replace calling elm_config_preferred_engine_set() with
calling elm_config_accel_preference_set()
- elm_config_preferred_engine_set API was declared deprecated.
Change-Id: Ifc10ee9b26c2bea3c124fea6badbfdf889e93796
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 30 Oct 2015 01:30:09 +0000 (10:30 +0900)]
Deactivate window for the AUL_PAUSE command
- Deactivate window for supporting Wayland environment
Change-Id: Icb794d7dc5f0aa78f88f0d49984fe5f6449656a1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Semun Lee [Fri, 16 Oct 2015 06:29:37 +0000 (15:29 +0900)]
Add new api for customizing main loop
- appcore_efl_init, appcore_efl_fini are added
- appcore_efl_init doesn't call elm_run()
Change-Id: Ie0d9916ac7851148e81976b3709695e7bb9c5678
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Aleksander Mistewicz [Fri, 18 Sep 2015 10:36:31 +0000 (12:36 +0200)]
Fix syntax in app-core.spec
"%else if" is not known by rpm's spec parser. In rpm's code
when it recognizes "%else" it nullifies the string right after.
Everything after "%else" is nonexistent. Proper syntax is:
%if ()
%else
%if ()
%endif
%endif
Thanks to Oskar Switalski for finding this bug.
Change-Id: I83e35f70592a68c7483ff67e50789601f35868ca
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Jiwoong Im [Mon, 24 Aug 2015 07:41:04 +0000 (16:41 +0900)]
request updating status in lifecycle change to amd.
Change-Id: I2d72b6e1b471c0023937f5d8f914f411f6c54844
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Fri, 7 Aug 2015 06:39:06 +0000 (15:39 +0900)]
modify code related to app life-cycle.
- fix bug in calling resume_cb at first launch.
- call pause_cb before terminate_cb
Change-Id: Ief34871cb6c465844a49046e24e5f6a472c2f55f
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Sangyoon Jang [Wed, 15 Jul 2015 04:53:36 +0000 (13:53 +0900)]
Fix crash on __delete_win
Change-Id: I9cb078f7c4cbf1b40c7e2fb869050021d6b5ccde
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Semun Lee [Mon, 29 Jun 2015 02:42:44 +0000 (19:42 -0700)]
Merge "improved 64 bits compile" into tizen
Semun Lee [Mon, 29 Jun 2015 02:38:04 +0000 (19:38 -0700)]
Merge "removing eXecute mode" into tizen
Jiwoong Im [Wed, 24 Jun 2015 02:41:48 +0000 (11:41 +0900)]
Fix bug in checking return value of create_cb
call terminate_cb when the create_cb returns false
Change-Id: Ib2f455efd01a8dff7debd2cab00c2515a1adbb43
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
José Bollo [Thu, 18 Jun 2015 06:36:46 +0000 (08:36 +0200)]
improved 64 bits compile
Change-Id: I9495afefb8f2abb6c141daffe55c2b3431b416f4
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Thu, 18 Jun 2015 06:20:40 +0000 (08:20 +0200)]
removing eXecute mode
Change-Id: I3bb2674b82efcdddd6f8c3b790425b99e961cfa6
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Semun Lee [Mon, 15 Jun 2015 09:08:33 +0000 (02:08 -0700)]
Merge "implementation of app group" into tizen
Jiwoong Im [Thu, 11 Jun 2015 05:51:36 +0000 (14:51 +0900)]
implementation of app group
- get surface integer id in __show_cb
- add appcore_group_reset / appcore_group_resume
Change-Id: I0c0ed297c9188c4c41d424747ad5764ca4ea8ab0
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>
Semun Lee [Tue, 9 Jun 2015 02:47:36 +0000 (19:47 -0700)]
Merge "Add guard macro to avoid build break" into tizen
Sangyoon Jang [Tue, 9 Jun 2015 02:42:31 +0000 (11:42 +0900)]
Add guard macro to avoid build break
'_' is defined already at capi-appfw-app-common
Change-Id: I796aa5bf98f10a1732f1deed192c0b40dbfa8ced
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
José Bollo [Mon, 8 Jun 2015 13:38:34 +0000 (15:38 +0200)]
fix bad pkgconfig files
Change-Id: I217578e231568115a87291a30abaf06981b961d1
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Sangyoon Jang [Mon, 8 Jun 2015 09:57:24 +0000 (18:57 +0900)]
Fix build break
fix if-else statement in CMakeLists.txt
export x_pause_win()
Change-Id: I26369469a9efeebe7af1c8472a3f4fcb4b99baa0
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Mon, 8 Jun 2015 06:02:34 +0000 (15:02 +0900)]
Fix build break
add missing dependency
add missing static functions
Change-Id: I8aff2ff02902dc138d2f08588e42be0222d4fd20
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Stephane Desneux [Fri, 5 Jun 2015 13:17:13 +0000 (15:17 +0200)]
Revert "pkgconf: fix bad dependencies on app-core-common-devel"
This reverts commit
ceeae6608d8b3c181ab5028f895e2785596450d9.
Semun Lee [Thu, 4 Jun 2015 01:51:25 +0000 (18:51 -0700)]
Merge "Add pause, terminate bgapp event" into tizen
Stephane Desneux [Wed, 3 Jun 2015 09:33:20 +0000 (11:33 +0200)]
pkgconf: fix bad dependencies on app-core-common-devel
Change-Id: I565e1e7ec32b0c453913e9b2b19aeb8a9dcecec2
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Sangyoon Jang [Mon, 1 Jun 2015 12:15:31 +0000 (21:15 +0900)]
Add pause, terminate bgapp event
TODO:
support pause for wayland
Change-Id: I75f3b52b77a9ded28f99feced7db9cbe4084e6dc
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Semun Lee [Sat, 30 May 2015 05:18:32 +0000 (14:18 +0900)]
Activate window for the AUL_RESUME command
Activate window for the AUL_RESUME command using
ecore_wl_window_activate for supporting wayland.
Change-Id: I715408c6b0f34e3f8c077012d5b18b3d02e87829
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Jiwoong Im [Wed, 6 May 2015 04:36:08 +0000 (13:36 +0900)]
add ecore wayland event handler to support waylad.
add ecore event handler to apply app lifecycle in wayland profile
Jira ticket : TC-2503
Change-Id: I5f79d8928585603a31ccb55d02f40aff32b1bb51
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Semun Lee [Sat, 25 Apr 2015 02:20:47 +0000 (19:20 -0700)]
Merge "Remove unused files" into tizen
Sangyoon Jang [Tue, 21 Apr 2015 12:04:38 +0000 (21:04 +0900)]
Remove unused files
Change-Id: I012b37fb173dc5743f20ef37a626db4c48c590be
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Suchang Woo [Tue, 10 Mar 2015 07:00:08 +0000 (16:00 +0900)]
Replace functions for finding the node in the window list
To improve the readability and make codes simple, functions for finding
the node in the window list are replaced with __find_win().
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I3e94a90556de499706c8ec619b0e056ac8889726
Suchang Woo [Tue, 10 Mar 2015 06:37:30 +0000 (15:37 +0900)]
Fix memory leak and reuse allocated memory in window list
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ifc3ef9cb161d711829b819cfa8d950831faebb42
Kibak Yoon [Tue, 3 Feb 2015 11:55:58 +0000 (20:55 +0900)]
Include sensor_internal.h instead of sensor.h
the name of header file for sensor internal API was changed to
sensor_internal.h.
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: Ia5a8c5bfe356d209acf786d3c09596c9d7f48d47
Jiwoong Im [Fri, 23 Jan 2015 06:20:02 +0000 (15:20 +0900)]
modify application lifecycle.
JIRA ticket : TC-2400
changes in app lifecycle
- While application launching, application enters running state through
app_create cb -> app_control_cb -> app_resume_cb.
- If app_control request comes in paused state, app framework activates
the applications’s window and calls the app_resume_cb.
- When application is terminated in running state, app framework calls
app_paused_cb before calling app_terminate_cb.
remove source code which is related with _E_PARENT_BORDER_WINDOW property
Change-Id: I5274d6344ffaabe1f1e5f7db2a2d2dda9d27e10c
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Mon, 26 Jan 2015 07:48:13 +0000 (16:48 +0900)]
change sys-noti to resourced dbus interface.
sys-noti was managed in system-server which is replaced to resourced and
deviced.
Resource daemon listens foreground/background notification, and manages
process's oom_adj score.
The sysnoti api is changed to resourced dbus interface.
JIRA ticket : TC-2400
Change-Id: Ifca65f48a7863655559ff96c687e2357045fd3f6
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Tue, 30 Dec 2014 12:00:33 +0000 (21:00 +0900)]
Modify system event callback
appcore passes system event information to application.
Change-Id: Iad10469457c96c331dd260415f5238e6978419ba
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Ronan Le Martret [Thu, 18 Sep 2014 13:43:18 +0000 (15:43 +0200)]
use rpm macro %{_unitdir_user} instead of hard coded path
Change-Id: Icb49c348cf30f84de9a51e8a1f1950dac7df034d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Manuel Bachmann [Wed, 3 Sep 2014 16:10:38 +0000 (18:10 +0200)]
Support Wayland and X11 profiles at the same time
The previous logic of both the packaging and the source
code were exclusive ; if you had wayland features, you
couldn't have x11, and so was the reverse case.
We now try to handle these cases more gracefully.
Change-Id: I48eccffbd83c17314377b66c83fce4452d143e60
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Yan Wang [Fri, 1 Aug 2014 10:15:59 +0000 (18:15 +0800)]
Add resume/pause support in Wayland profile.
Change-Id: I355cc5939d10328cab829409b5eba312e310cead
Kévin THIERRY [Tue, 10 Jun 2014 13:59:59 +0000 (15:59 +0200)]
Clean spec file
Also: add a valid license tag.
Change-Id: I9eaa863e293f84d6d814939e085a345e09c60453
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Jiwoong Im [Mon, 17 Mar 2014 05:41:37 +0000 (14:41 +0900)]
Add multi-user support
Bug-Tizen: PTREL-322
Change-Id: I0832b33c74da0ee572fab3ef868a47fe2ebb3bcb
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Mon, 10 Mar 2014 10:07:13 +0000 (19:07 +0900)]
Merge branch tizen_2.2 into tizen
Change-Id: Ib0fa5bac38d8df293f1d0b9f7519e195171a3c9b
Juhyeon Yun [Mon, 27 Jan 2014 06:03:12 +0000 (15:03 +0900)]
Change license in spec file
Change-Id: I7ae04d0c98bb6743974f7a91b630506604416331
Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
Ronan Le Martret [Fri, 10 Jan 2014 11:21:13 +0000 (12:21 +0100)]
Add explicit Require on libx11-devel.
Change-Id: Ib03bca27cecfc0e9a40465948afe8fd26b312419
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Juhyeon Yun [Wed, 15 Jan 2014 08:13:38 +0000 (17:13 +0900)]
Change license in spec file
Change-Id: I41af2d269ede9a6eaa9c604e5d32cf063fc9240a
Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
Li,Limin [Wed, 8 Jan 2014 06:34:40 +0000 (14:34 +0800)]
init wayland support
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:
| wayland | x | meaning
|---------------------------
| 0 | 1 | pure X11 platform(no wayland)
| 1 | 0 | pure wayland platform (no X11)
| 1 | 1 | wayland but X compatibility
| 0 | 0 | no X and no wayland
This method unifies the meaning and usage. Deploy this method to app-core package.
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: I5bbb83cf2e4769bed0e0c33bb646467ec77566f1
Alex Wu [Tue, 26 Nov 2013 03:10:28 +0000 (11:10 +0800)]
Add wayland support in core-efl.target
In wayland segment, launch weston.target instead of Xorg.target.
Change-Id: I8f4079e2699124e1529d63c0a7ac28a4427dc427
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
KyungwooNoh [Wed, 2 Oct 2013 01:16:45 +0000 (10:16 +0900)]
Merge branch 'temp' into tizen
Conflicts:
packaging/app-core.spec
Change-Id: I87a6a4c853103f06c716812b643f8bb45f43086c
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
Jaeho Lee [Thu, 26 Sep 2013 07:25:03 +0000 (16:25 +0900)]
Add license file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Young Ik Cho [Wed, 28 Aug 2013 06:58:32 +0000 (15:58 +0900)]
add --as-needed and directory cleanup
Change-Id: Ia7244379d6f07f4f46ae8fc02bca2c9758d361ff
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
Hyungdeuk Kim [Thu, 1 Aug 2013 07:57:19 +0000 (16:57 +0900)]
add code to check func ret for fixing prevent issue
Alexandru Cornea [Fri, 28 Jun 2013 10:01:17 +0000 (13:01 +0300)]
resetting manifest requested domain to floor
Xavier Roche [Tue, 28 May 2013 14:41:43 +0000 (16:41 +0200)]
Fix rpmlint issue
- Fix harcoded library path for systemd
Xavier Roche [Tue, 28 May 2013 14:16:54 +0000 (16:16 +0200)]
Changes : Fix x86_64 build-install compliance
Xavier Roche [Tue, 28 May 2013 14:14:58 +0000 (16:14 +0200)]
Fix X86_64 build-install compliance
- Change lib path in *.pc.in
Jaeho Lee [Mon, 29 Apr 2013 07:23:44 +0000 (16:23 +0900)]
fixed region change bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 24 Apr 2013 04:59:22 +0000 (13:59 +0900)]
fixed prevent issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Sat, 6 Apr 2013 07:33:38 +0000 (16:33 +0900)]
fixed a bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Sat, 6 Apr 2013 05:46:11 +0000 (14:46 +0900)]
Merge branch 'master' into tizen_2.1
added new API
Conflicts:
packaging/app-core.spec
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Sat, 6 Apr 2013 04:26:07 +0000 (13:26 +0900)]
added new API
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 1 Apr 2013 05:59:52 +0000 (14:59 +0900)]
Disable window manager rotation
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 28 Mar 2013 13:46:18 +0000 (22:46 +0900)]
added status update
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 25 Mar 2013 01:44:12 +0000 (10:44 +0900)]
fixed build error
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 22 Mar 2013 08:48:23 +0000 (17:48 +0900)]
Merge branch 'master' into tizen_2.1
remove sysman dependency
Conflicts:
CMakeLists.txt
packaging/app-core.spec
src/appcore-efl.c
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 22 Mar 2013 08:37:56 +0000 (17:37 +0900)]
remove sysman dependency
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jinkun Jang [Fri, 15 Mar 2013 16:12:28 +0000 (01:12 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:46:29 +0000 (01:46 +0900)]
Tizen 2.1 base
Jaeho Lee [Tue, 19 Feb 2013 08:47:00 +0000 (17:47 +0900)]
changed rotation code
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Anas Nashif [Wed, 30 Jan 2013 18:32:36 +0000 (10:32 -0800)]
fixed build on x86_64 and clean up CFLAGS
Change-Id: Ia55bf5c86ca10d69da059e735e8d6cbd60be210a
Jaeho Lee [Sat, 19 Jan 2013 09:19:36 +0000 (18:19 +0900)]
fixed rotation bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 7 Jan 2013 09:12:01 +0000 (18:12 +0900)]
fixed prevent issues
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 18 Dec 2012 10:03:44 +0000 (19:03 +0900)]
modified dlog tag
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 7 Dec 2012 02:19:29 +0000 (11:19 +0900)]
1. remove error handle for setlocale
2. support hw acceleration
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 3 Dec 2012 07:33:59 +0000 (16:33 +0900)]
updated spec file(apply systemd)
Jacek Migacz [Fri, 23 Nov 2012 11:27:26 +0000 (12:27 +0100)]
Merge branch 'for-rsa-systemd'
Change-Id: Icbd33ef72242a5266713475d29fa31fa34c0c429
Jaeho Lee [Tue, 20 Nov 2012 09:07:36 +0000 (18:07 +0900)]
fixed rotation bug
Patrick McCarty [Tue, 13 Nov 2012 22:09:37 +0000 (14:09 -0800)]
Merge branch 'master' into systemd
Sewook Park [Fri, 26 Oct 2012 04:30:53 +0000 (13:30 +0900)]
Removed systemd modification
Change-Id: I756a44a3760cba827456e85e1db58c1f14b7bc80
Jaeho Lee [Thu, 25 Oct 2012 11:14:26 +0000 (20:14 +0900)]
1. add smack manifest
2. add system target
3. Applied systemd change
William Douglas [Thu, 21 Jun 2012 20:52:29 +0000 (13:52 -0700)]
add system target
Signed-off-by: William Douglas <william.douglas@intel.com>
Changed and tailored for slp by <k.lewandowsk@samsung.com>
Change-Id: I60b6cbff20b0140bcc004f3d1c4343dff711814b
Jaeho Lee [Sun, 9 Sep 2012 10:19:03 +0000 (19:19 +0900)]
tizen 2.0 build
Change-Id: I8fcfb71355cd6f7eb91af314cee41820ce3bf984
Jaeho Lee [Thu, 30 Aug 2012 08:00:52 +0000 (17:00 +0900)]
tizen build
Jaeho Lee [Wed, 29 Aug 2012 08:38:23 +0000 (17:38 +0900)]
tizen 2.0 build
Sewook Park [Tue, 21 Aug 2012 11:20:09 +0000 (20:20 +0900)]
Upload Tizen2.0 source
Kim Kibum [Sun, 29 Apr 2012 07:59:37 +0000 (16:59 +0900)]
upload tizen1.0 source
Yan Yin [Wed, 14 Mar 2012 04:05:07 +0000 (12:05 +0800)]
update for beta universally
Jaeho Lee [Fri, 10 Feb 2012 07:59:35 +0000 (16:59 +0900)]
merged with private
Kibum Kim [Fri, 6 Jan 2012 15:43:24 +0000 (00:43 +0900)]
Git init
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:34 +0000 (21:59 +0900)]
Initial empty repository