Sync with the latest code of phone profile 71/14471/5
authorSung-jae Park <nicesj.park@samsung.com>
Sun, 5 Jan 2014 08:27:43 +0000 (17:27 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sun, 5 Jan 2014 08:42:53 +0000 (17:42 +0900)
commitf4536685328b428bfa8816032a372c176ab1e166
tree0d23fe62a5d2b607c463f98816b3a38942882eb2
parent7847ba08056208eb59bfa2fd19f0f2fd960f5320
Sync with the latest code of phone profile

Let's see the long stroy of this patch set.
(Code diff - history of code changes - is skipped)

* Sung-jae Park [Sun, 5 Jan 2014 04:02:37 +0000]
- Review the code

* Sung-jae Park [Sat, 4 Jan 2014 08:33:58 +0000]
- Remove unnecessary header inclusion

* Sung-jae Park [Sat, 4 Jan 2014 08:17:27 +0000]
- Separate the EFL plugin from the master process.
- Only the EFL should be loaded by liblivebox-edje when it is required.

* Sung-jae Park [Thu, 2 Jan 2014 03:06:48 +0000]
- Selectable service enabling code is added

* Sung-jae Park [Fri, 27 Dec 2013 10:07:35 +0000]
- Remove NONBLOCK flag from the pipe2

* youngsub ko [Fri, 27 Dec 2013 02:23:45 +0000]
- releasing data-provider-master_0.31.2-1

* youngsub ko [Thu, 26 Dec 2013 12:54:06 +0000]
- include badge-service package

* Sung-jae Park [Mon, 23 Dec 2013 15:30:00 +0000]
- Add premultipled color control conf.

* Sung-jae Park [Mon, 23 Dec 2013 05:37:20 +0000]
- Add locking mechanism.
- for SHM & FILE method for content sharing.

* Sung-jae Park [Sat, 21 Dec 2013 13:23:46 +0000]
- Remove inline keyword
- To prevent from GCC build warnings.

* Sung-jae Park [Sat, 21 Dec 2013 12:49:47 +0000]
- Replace EINA_LIST_FREE with eina_list_free

* Sung-jae Park [Sat, 21 Dec 2013 12:37:58 +0000]
- Initialize the var. for may-uninitialized (gcc)

* Sung-jae Park [Sat, 21 Dec 2013 11:38:04 +0000]
- Fix build error (inline fail)

* Sung-jae Park [Fri, 20 Dec 2013 08:06:21 +0000]
- Add log dump data

* Sung-jae Park [Wed, 18 Dec 2013 06:25:57 +0000]
- Create folder first before dump the logs.

* Sung-jae Park [Wed, 18 Dec 2013 04:09:17 +0000]
- Add alternative icon & name for the instance

* Sung-jae Park [Tue, 17 Dec 2013 09:02:00 +0000]
- Fix the invalid client pid of content filename

* Sung-jae Park [Sat, 14 Dec 2013 03:40:32 +0000]
- Add log for pkgmgr plugin

* Sung-jae Park [Fri, 13 Dec 2013 12:52:14 +0000]
- Update log path

* Sung-jae Park [Fri, 13 Dec 2013 11:56:42 +0000]
- Print error log for plugin of pkgmgr

* Sung-jae Park [Fri, 13 Dec 2013 09:45:02 +0000]
- Update log_dump script

* Sung-jae Park [Fri, 13 Dec 2013 08:48:02 +0000]
- Add new event path for propagating the delete type.

* Sung-jae Park [Thu, 12 Dec 2013 13:31:07 +0000]
- Update the fault tolerant code

* Sung-jae Park [Wed, 11 Dec 2013 00:53:53 +0000]
- update state when clear the terminating timer

* Sung-jae Park [Wed, 11 Dec 2013 00:28:29 +0000]
- Adopt the terminate timer.
- Terminate timer will be fired instead of direct terminating services.
- After the terminate timer callback is called, the service provider will be terminated.

* Sung-jae Park [Tue, 10 Dec 2013 11:44:03 +0000]
- Do not terminate process even though it gets off.vconf

* Sung-jae Park [Tue, 10 Dec 2013 10:25:15 +0000]
- Update debug log

* Sung-jae Park [Tue, 10 Dec 2013 09:17:31 +0000]
- Even if there is not enough space to manage the dboxes, try to use the tmpfs

* Sung-jae Park [Mon, 9 Dec 2013 12:36:18 +0000]
- If the system has not enough space, use tmpfs(6 MB)

* Sung-jae Park [Sat, 7 Dec 2013 06:33:22 +0000]
- Add new event path. (close_pd)
- App wants to close their PD in some cases.
- The app requests to close the PD, but the viewer can accepts it. (or rejects it)

* Sung-jae Park [Fri, 6 Dec 2013 12:45:26 +0000]
- Update key event forwarding code

* Sung-jae Park [Fri, 6 Dec 2013 04:56:50 +0000]
- Add key event path

Change-Id: Ida194388b66df8f13e264820e4b0f38cbfbaf459
39 files changed:
CMakeLists.txt
data/CMakeLists.txt
data/baltic.conf.ini
data/dump_livebox.sh [new file with mode: 0644]
data/private.conf.ini
include/buffer_handler.h
include/conf.h
include/event.h
include/event_queue.h [new file with mode: 0644]
include/fb.h [deleted file]
include/instance.h
include/script_handler.h
include/slave_life.h
include/util.h
packaging/data-provider-master.spec
pkgmgr_livebox/src/service_register.c
src/badge_service.c
src/buffer_handler.c
src/conf.c
src/event.c
src/event_queue.c [new file with mode: 0644]
src/fb.c [deleted file]
src/file_service.c
src/instance.c
src/io.c
src/main.c
src/notification_service.c
src/package.c
src/parser.c
src/script_handler.c
src/server.c
src/service_common.c
src/setting.c
src/slave_life.c
src/util.c
src/utility_service.c
src/xmonitor.c
util_liveinfo/src/liveinfo.c
util_liveinfo/src/node.c