platform/core/appfw/app-core.git
8 years agoReplace calling elm_config_preferred_engine_set() with 77/50777/1 accepted/tizen/mobile/20151103.224713 accepted/tizen/tv/20151103.224721 accepted/tizen/wearable/20151103.224734 submit/tizen/20151103.063909
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>
8 years agoDeactivate window for the AUL_PAUSE command 56/50556/1 accepted/tizen/mobile/20151030.062939 accepted/tizen/tv/20151030.062947 accepted/tizen/wearable/20151030.062953 submit/tizen/20151030.015317
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>
8 years agoFix syntax in app-core.spec 67/48367/1 accepted/tizen/mobile/20150922.000819 accepted/tizen/tv/20150922.000838 accepted/tizen/wearable/20150922.000853 submit/tizen/20150921.090834 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
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>
8 years agorequest updating status in lifecycle change to amd. 24/46624/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150826.065951 accepted/tizen/tv/20150826.070056 accepted/tizen/wearable/20150826.070329 submit/tizen/20150826.040557 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
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>
8 years agomodify code related to app life-cycle. 28/45528/3 accepted/tizen/mobile/20150814.011524 accepted/tizen/tv/20150814.011703 accepted/tizen/wearable/20150814.011850 submit/tizen/20150811.103743 submit/tizen/20150813.130512 submit/tizen_mobile/20150812.025625
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>
8 years agoFix crash on __delete_win 84/43884/1 accepted/tizen/mobile/20150716.010331 accepted/tizen/tv/20150716.010338 accepted/tizen/wearable/20150716.010357 submit/tizen/20150715.083250
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>
8 years agoMerge "improved 64 bits compile" into tizen
Semun Lee [Mon, 29 Jun 2015 02:42:44 +0000 (19:42 -0700)]
Merge "improved 64 bits compile" into tizen

8 years agoMerge "removing eXecute mode" into tizen
Semun Lee [Mon, 29 Jun 2015 02:38:04 +0000 (19:38 -0700)]
Merge "removing eXecute mode" into tizen

8 years agoFix bug in checking return value of create_cb 59/42159/1 accepted/tizen/mobile/20150625.054615 accepted/tizen/tv/20150625.054620 accepted/tizen/wearable/20150625.054632 submit/tizen/20150625.025455
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>
8 years agoimproved 64 bits compile 41/41841/1
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>
8 years agoremoving eXecute mode 40/41840/1
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>
8 years agoMerge "implementation of app group" into tizen accepted/tizen/mobile/20150616.010929 accepted/tizen/tv/20150616.010943 accepted/tizen/wearable/20150616.010957 submit/tizen/20150615.091318
Semun Lee [Mon, 15 Jun 2015 09:08:33 +0000 (02:08 -0700)]
Merge "implementation of app group" into tizen

8 years agoimplementation of app group 72/41072/4
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>
8 years agoMerge "Add guard macro to avoid build break" into tizen accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091801 accepted/tizen/common/20150610.144506 accepted/tizen/common/20150612.065907 accepted/tizen/mobile/20150612.003424 accepted/tizen/tv/20150612.003549 accepted/tizen/wearable/20150611.085659 submit/tizen/20150609.020831 submit/tizen/20150609.065415 submit/tizen/20150609.074149 submit/tizen/20150611.063059 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_common/20150610.013111 submit/tizen_common/20150610.072250 submit/tizen_mobile/20150611.000000 submit/tizen_tv/20150611.000001 submit/tizen_wearable/20150611.000000
Semun Lee [Tue, 9 Jun 2015 02:47:36 +0000 (19:47 -0700)]
Merge "Add guard macro to avoid build break" into tizen

8 years agoAdd guard macro to avoid build break 71/40771/1
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>
8 years agofix bad pkgconfig files 45/40745/1 accepted/tizen/3.0.2015.q2/common/20150609.181926 accepted/tizen/common/20150609.084431 submit/tizen_3.0.2015.q2_common/20150609.170642 submit/tizen_common/20150608.135929
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>
8 years agoFix build break 20/40720/2 submit/tizen/20150604.065932 submit/tizen/20150608.113003
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>
8 years agoFix build break 76/40676/3
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>
8 years agoRevert "pkgconf: fix bad dependencies on app-core-common-devel" submit/tizen/20150605.131835
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.

8 years agoMerge "Add pause, terminate bgapp event" into tizen submit/tizen/20150604.015241
Semun Lee [Thu, 4 Jun 2015 01:51:25 +0000 (18:51 -0700)]
Merge "Add pause, terminate bgapp event" into tizen

8 years agopkgconf: fix bad dependencies on app-core-common-devel 96/40396/1 submit/tizen/20150603.095814
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>
8 years agoAdd pause, terminate bgapp event 45/40245/1
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>
8 years agoActivate window for the AUL_RESUME command 72/40172/1 submit/tizen/20150602.003342
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>
9 years agoadd ecore wayland event handler to support waylad. 81/38981/4 accepted/tizen/common/20150507.063704 accepted/tizen/common/20150511.125815 accepted/tizen/mobile/20150507.143427 accepted/tizen/mobile/20150511.133224 accepted/tizen/tv/20150512.050531 accepted/tizen/wearable/20150511.132806 submit/tizen/20150506.100617 submit/tizen/20150511.055337 submit/tizen_mobile/20150508.065320
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>
9 years agoMerge "Remove unused files" into tizen
Semun Lee [Sat, 25 Apr 2015 02:20:47 +0000 (19:20 -0700)]
Merge "Remove unused files" into tizen

9 years agoRemove unused files 04/38504/1
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>
9 years agoReplace functions for finding the node in the window list 71/36571/1 accepted/tizen/mobile/20150313.083948 accepted/tizen/mobile/20150508.070151 accepted/tizen/tv/20150313.083829 accepted/tizen/wearable/20150313.083900 submit/tizen_mobile/20150313.022842 submit/tizen_mobile/20150508.014057 submit/tizen_tv/20150313.022842 submit/tizen_wearable/20150313.022842
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

9 years agoFix memory leak and reuse allocated memory in window list 67/36567/1
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

9 years agoInclude sensor_internal.h instead of sensor.h 42/34842/2 accepted/tizen/tv/20150302.010508 submit/tizen/20150304.022845 submit/tizen_common/20150226.010729 submit/tizen_tv/20150227.073215 submit/tizen_tv/20150228.021455
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

9 years agomodify application lifecycle. 21/34421/8 accepted/tizen/tv/20150203.070845 submit/tizen_tv/20150203.055102
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>
9 years agochange sys-noti to resourced dbus interface. 96/34396/4
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>
9 years agoModify system event callback 32/32932/1 accepted/tizen/mobile/20150121.045023 accepted/tizen/tv/20150121.044523 accepted/tizen/wearable/20150121.044756 submit/tizen/20150120.043506 submit/tizen_mobile/20150121.020049 submit/tizen_tv/20150121.020041 submit/tizen_wearable/20150121.020025
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>
9 years agouse rpm macro %{_unitdir_user} instead of hard coded path 52/27752/1
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>
9 years agoSupport Wayland and X11 profiles at the same time 55/27055/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140909.100249 accepted/tizen/ivi/20140912.193606 submit/tizen_common/20140909.092918 submit/tizen_ivi/20140912.000000 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
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>
9 years agoAdd resume/pause support in Wayland profile. 85/25285/6
Yan Wang [Fri, 1 Aug 2014 10:15:59 +0000 (18:15 +0800)]
Add resume/pause support in Wayland profile.

Change-Id: I355cc5939d10328cab829409b5eba312e310cead

9 years agoClean spec file 25/22725/1 tizen_3.0.m14.2_ivi submit/tizen_common/20140618.103325 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348 tizen_3.0.m14.2_ivi_release
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>
10 years agoAdd multi-user support 83/18183/2 submit/tizen_common/20140521.163740 submit/tizen_common/20140522.130648 submit/tizen_common/20140522.135644 submit/tizen_ivi/20140618.000000 submit/tizen_ivi/20140618.000001 submit/tizen_ivi/20140619.000000 submit/tizen_ivi/20140622.000000 submit/tizen_ivi/20140623.000000
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>
10 years agoMerge branch tizen_2.2 into tizen 58/17758/1
Jiwoong Im [Mon, 10 Mar 2014 10:07:13 +0000 (19:07 +0900)]
Merge branch tizen_2.2 into tizen

Change-Id: Ib0fa5bac38d8df293f1d0b9f7519e195171a3c9b

10 years agoChange license in spec file 18/17718/2
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>
10 years agoAdd explicit Require on libx11-devel. 38/14738/2 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen/generic/20140213.074850 accepted/tizen/generic/20140312.093534 accepted/tizen/ivi/20140213.220105 accepted/tizen/ivi/panda/20140312.101713 accepted/tizen/ivi/release/20140312.043622 accepted/tizen/ivi/release/20140312.115445 accepted/tizen/mobile/20140225.042705 submit/tizen/20140213.074321 submit/tizen/20140312.070639 submit/tizen_ivi_release/20140312.042531 submit/tizen_ivi_release/20140312.071106
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>
10 years agoChange license in spec file 17/17717/2
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>
10 years agoinit wayland support 21/13421/14 accepted/tizen/ivi/20140117.181904 accepted/tizen/mobile/20140116.011814 submit/tizen/20140116.012548
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

10 years agoAdd wayland support in core-efl.target 22/12922/1 accepted/tizen/20131205.214947 accepted/tizen/20131207.002758 submit/tizen/20131205.085519
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>
10 years agoMerge branch 'temp' into tizen 37/10437/1 accepted/tizen/20131002.050353 accepted/tizen/20131002.170451 accepted/tizen/20131002.172230 accepted/tizen_ivi_stable/20131116.100755 submit/tizen/20131002.044650 submit/tizen_ivi_stable/20131116.100241
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>
10 years agoAdd license file
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>
10 years agoadd --as-needed and directory cleanup
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>
10 years agoadd code to check func ret for fixing prevent issue
Hyungdeuk Kim [Thu, 1 Aug 2013 07:57:19 +0000 (16:57 +0900)]
add code to check func ret for fixing prevent issue

10 years agoresetting manifest requested domain to floor 49/4449/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130710.221535 accepted/tizen/20130912.081857 accepted/tizen/20130912.084754 accepted/tizen/20130912.093804 accepted/tizen/ivi/genivi/20140131.055953 ivi_oct_m2 submit/tizen/20130710.102817 submit/tizen/20130912.075539 submit/tizen_ivi_genivi/20140131.060223
Alexandru Cornea [Fri, 28 Jun 2013 10:01:17 +0000 (13:01 +0300)]
resetting manifest requested domain to floor

10 years agoFix rpmlint issue 00/3700/2
Xavier Roche [Tue, 28 May 2013 14:41:43 +0000 (16:41 +0200)]
Fix rpmlint issue

  - Fix harcoded library path for systemd

10 years agoChanges : Fix x86_64 build-install compliance 95/3695/2
Xavier Roche [Tue, 28 May 2013 14:16:54 +0000 (16:16 +0200)]
Changes : Fix x86_64 build-install compliance

10 years agoFix X86_64 build-install compliance 94/3694/1
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

11 years agofixed region change bug tizen_2.1 accepted/tizen/20130520.100903 submit/tizen/20130517.044754 submit/tizen_2.1/20130514.050900
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>
11 years agofixed prevent issue 2.1b_release accepted/tizen_2.1/20130425.035500 submit/tizen_2.1/20130424.230748
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>
11 years agofixed a bug
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>
11 years agoMerge branch 'master' into tizen_2.1
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>
11 years agoadded new API
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>
11 years agoDisable window manager rotation
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>
11 years agoadded status update
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>
11 years agofixed build error
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>
11 years agoMerge branch 'master' into tizen_2.1
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>
11 years agoremove sysman dependency
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>
11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:12:28 +0000 (01:12 +0900)]
merge with master

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

11 years agochanged rotation code
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>
11 years agofixed build on x86_64 and clean up CFLAGS
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

11 years agofixed rotation bug
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>
11 years agofixed prevent issues
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>
11 years agomodified dlog tag
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>
11 years ago1. remove error handle for setlocale
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>
11 years agoupdated spec file(apply systemd)
Jaeho Lee [Mon, 3 Dec 2012 07:33:59 +0000 (16:33 +0900)]
updated spec file(apply systemd)

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

Change-Id: Icbd33ef72242a5266713475d29fa31fa34c0c429

11 years agofixed rotation bug
Jaeho Lee [Tue, 20 Nov 2012 09:07:36 +0000 (18:07 +0900)]
fixed rotation bug

11 years agoMerge branch 'master' into systemd
Patrick McCarty [Tue, 13 Nov 2012 22:09:37 +0000 (14:09 -0800)]
Merge branch 'master' into systemd

11 years agoRemoved systemd modification
Sewook Park [Fri, 26 Oct 2012 04:30:53 +0000 (13:30 +0900)]
Removed systemd modification

Change-Id: I756a44a3760cba827456e85e1db58c1f14b7bc80

11 years ago1. add smack manifest
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

11 years agoadd system target
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

11 years agotizen 2.0 build 2.0_alpha submit/master/20120920.151037
Jaeho Lee [Sun, 9 Sep 2012 10:19:03 +0000 (19:19 +0900)]
tizen 2.0 build

Change-Id: I8fcfb71355cd6f7eb91af314cee41820ce3bf984

11 years agotizen build
Jaeho Lee [Thu, 30 Aug 2012 08:00:52 +0000 (17:00 +0900)]
tizen build

11 years agotizen 2.0 build
Jaeho Lee [Wed, 29 Aug 2012 08:38:23 +0000 (17:38 +0900)]
tizen 2.0 build

11 years agoUpload Tizen2.0 source
Sewook Park [Tue, 21 Aug 2012 11:20:09 +0000 (20:20 +0900)]
Upload Tizen2.0 source

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 07:59:37 +0000 (16:59 +0900)]
upload tizen1.0 source

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

12 years agomerged with private
Jaeho Lee [Fri, 10 Feb 2012 07:59:35 +0000 (16:59 +0900)]
merged with private

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

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:34 +0000 (21:59 +0900)]
Initial empty repository