platform/upstream/ecore.git
10 years agoImplement a workaround for wayland_egl, allowing to raise 46/14246/2 accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda tizen accepted/tizen/generic/20140313.172110 accepted/tizen/ivi/20140314.172546 accepted/tizen/ivi/panda/20140318.013808 accepted/tizen/ivi/release/20140410.165901 submit/tizen/20140313.172009 submit/tizen_ivi_release/20140410.165247
Manuel Bachmann [Mon, 30 Dec 2013 14:07:56 +0000 (15:07 +0100)]
Implement a workaround for wayland_egl, allowing to raise
the window by hiding and showing it successively. Existing
compositors, such as Weston, will restack it on top.

Fixes "tizen.application.launch()" does not bring already..

Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2143

Change-Id: Ibfef7fa4bf3fc5b562426a1a0f6140c4531a4919
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
10 years agowayland: use the xdg-shell protocol to trigger window state 53/16953/2 accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/generic/20140306.125737 accepted/tizen/ivi/20140306.205002 accepted/tizen/ivi/release/20140315.015610 accepted/tizen/ivi/release/20140412.070453 submit/heads/tizen/20140306.102504 submit/tizen/20140306.125701 submit/tizen_ivi_release/20140315.015643 submit/tizen_ivi_release/20140412.065334
Manuel Bachmann [Thu, 27 Feb 2014 12:36:40 +0000 (13:36 +0100)]
wayland: use the xdg-shell protocol to trigger window state

Implement the optional xdg-shell protocol for maximization,
fullscreen, title settings... in case it is implemented by
the compositor. Fall back gracefully to wl_shell otherwise.

Added feature: minimization.

Bug-Tizen: TIVI-2809

Change-Id: Ib764e6b267a24b70e916519b03d92920892c387b
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
10 years agoBackporting commit from upstream EFL. 82/16382/1 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/generic/20140217.130402 accepted/tizen/generic/20140312.100402 accepted/tizen/ivi/20140214.223353 accepted/tizen/ivi/panda/20140312.110915 accepted/tizen/ivi/release/20140312.114431 submit/tizen/20140214.104914 submit/tizen/20140312.070747 submit/tizen_ivi_release/20140312.071221
Rafael Antognolli [Fri, 14 Feb 2014 12:17:31 +0000 (10:17 -0200)]
Backporting commit from upstream EFL.

ecore-wayland: test for subsurface protocol in wayland core

The subsurface protocol was moved into Wayland Core
around v1.3.90 (i.e. v1.4.0).

Test if subsurface protocol is part of wayland-client.h.
If not, we include our own copy of the protocol header.

Also, some whitespace cleanup in ecore_wl.c.

Tested with Wayland 1.3.0 and 1.3.90 (master:360dca5).

Change-Id: I42282cffcc0ecd119f5e38f27fe934494ed59864
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
10 years agoFix TIVI-2498:"ecore_wayland:didn't set opaque region properl" 48/14148/4
Li,Limin [Thu, 26 Dec 2013 01:27:49 +0000 (09:27 +0800)]
Fix TIVI-2498:"ecore_wayland:didn't set opaque region properl"

more info in jira:
   https://bugs.tizen.org/jira/browse/TIVI-2498

This patch basically come from 2 upstream commits
"67769cc39fed35080fe8c145ba7a9635124f77b9
ecore-wayland: Improve opaque setting logic." and
"7a7a0b829734a9f649ebf6e1511381b1dda6a32d ecore/wayland:
Add ecore_wl_window_alpha_set()." plus some tiny fixes.

Without the second commit, there will be black bar issue
if surface uses alpha channel. See
"https://review.tizen.org/gerrit/gitweb?p=platform/upstream/ecore.git;
a=commit;h=d2579e0e3399339d5f47223edcb8e0d485b8749a"
for details about this issue.

Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Ibdb9f68697855545c995be1877f1d117d18a8a1a

10 years agoTIVI-2419: fix the unresovable status for Tizen:IVI 51/13951/1 accepted/tizen/mobile accepted/tizen/generic/20140106.140250 accepted/tizen/ivi/20131219.032559 accepted/tizen/ivi/20131220.020856 accepted/tizen/mobile/20131223.190145 submit/tizen/20131219.033402 submit/tizen/20131220.014139
Juan Zhao [Thu, 19 Dec 2013 01:26:51 +0000 (09:26 +0800)]
TIVI-2419: fix the unresovable status for Tizen:IVI

Remove the inherient unnecessary BuildDependencies from profile/mobile/ecore(1.7.1):
pkgconfig(xrender)
pkgconfig(xext)
pkgconfig(xfixes)
pkgconfig(xextproto)
pkgconfig(xtst)
pkgconfig(xgesture)

Change-Id: I20efa73491d51991b1c4f84b0413d6f23cfcc997

10 years agoPTREL-546:disable ecore-x in the X-Free enviroment 16/13816/1 accepted/tizen/mobile/20131218.175259 submit/tizen/20131218.093150
Juan Zhao [Tue, 17 Dec 2013 02:14:34 +0000 (10:14 +0800)]
PTREL-546:disable ecore-x in the X-Free enviroment

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 ecore package.

The gl implementation in mesa, will bring glX directly, and triggle the X
 dependency, so pkgconfig(gl) will also trigle X dependency, also clean this
 in !{with x} condition.

Change-Id: I093741d2a3730c8807574d88976c5b72396d36d7

10 years agoTIVI-2327: Do not call wl_pointer_set_cursor on null input->pointer 07/13807/1 accepted/tizen/ivi/20131217.184850 accepted/tizen/ivi/20131219.030948 submit/tizen/20131217.000352 submit/tizen/20131219.031152
Rusty Lynch [Mon, 16 Dec 2013 21:38:19 +0000 (13:38 -0800)]
TIVI-2327: Do not call wl_pointer_set_cursor on null input->pointer

Change-Id: I3a60af595b52a5c98144993f3512694f7b707575
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
10 years agoFix window hide/show() using withdrawn_set() 07/13707/2 accepted/tizen/ivi/20131214.022702 accepted/tizen/mobile/20131216.220210 submit/tizen/20131213.205131
Manuel Bachmann [Thu, 12 Dec 2013 15:36:53 +0000 (16:36 +0100)]
Fix window hide/show() using withdrawn_set()

Modified to make current version of IVI-Shell work.

Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2048
Bug-Upstream: https://phab.enlightenment.org/T155

Co-Authored-by: Rafael Antognolli <rafael.antognolli@intel.com>
Change-Id: I2dbd03a4b2362df4535f7705f1afffec6928d8db
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
10 years agoRevert "Port "ecore-wayland: Improve opaque setting logic." patch from upstream" 67/13667/1 accepted/tizen/20131212.180559 submit/tizen/20131212.013039
Rusty Lynch [Wed, 11 Dec 2013 22:48:39 +0000 (14:48 -0800)]
Revert "Port "ecore-wayland: Improve opaque setting logic." patch from upstream"

This reverts commit 5e8b86bcba40af5ed822477f522346e293f437c3.

On further testing using the latest stack to boot the default IVI image configuration
it was discovered that this change causes an artifact in the homescreen.  Until
we know what causes this artifact then the change will be backed out.

Note that if this orignal patch included a JIRA entry in the comment then it
would be possible to understand what specific behavior in Tizen this is fixing
(i.e. not a theoretical fix but something a user actually will hit) then we would
also take that into account in deciding how much risk there is in reverting this
change.

Change-Id: Ib6c1d706840294a647525234e27ae9e3a05270bd

10 years agoRevert "Fix window hide/show() using withdrawn_set()" 66/13666/1
Rusty Lynch [Wed, 11 Dec 2013 22:48:20 +0000 (14:48 -0800)]
Revert "Fix window hide/show() using withdrawn_set()"

This reverts commit 636114eb7c7925e71a8e29ce0e88f753270fb50f.

When testing this on the current stack using real hardware it become
obvious that the implementation was broken when using wayland_egl backend.
This should be resubmitted once it works with the wayland_egl backend
and has been unit tested using the default image configurations.

Change-Id: I44fc444cd9006836d7be8862f067406ff4617e4f

10 years agoTIVI-2250: Fix crasher bug when using a system witout a mouse 61/13661/2
Rafael Antognolli [Wed, 11 Dec 2013 21:24:13 +0000 (19:24 -0200)]
TIVI-2250: Fix crasher bug when using a system witout a mouse

Change-Id: Ia3181878ee4dfb82978d245ca7d1861dcefc00e1
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Coauthored-by: Rusty Lynch <rusty.lynch@intel.com>
10 years agoecore/wayland: Send a mouse up event when the implicit grab starts. 60/13660/2
Rafael Antognolli [Wed, 11 Dec 2013 21:01:28 +0000 (19:01 -0200)]
ecore/wayland: Send a mouse up event when the implicit grab starts.

The previous workaround used to send a mouse up event to the
application, using the pointer enter callback to determine when an
implicit grab has finished.  This was "simulating" a mouse up event when
the surface move or resize finished.

However, this doesn't work for touch-based move. The pointer enter isn't
emitted, because the wl_touch interface doesn't have the concept of a
pointer.

Changing this code to make it more similar to what Weston's toytoolkit
does, the mouse up event is sent as soon as the move or resize grab
starts. After that, the compositor takes care of the move/resize almost
entirely.

Change-Id: Ib8daac999137be2fd1e66f82aa3b07b474666a88
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
10 years agoFix window hide/show() using withdrawn_set() 68/13468/2 submit/tizen/20131211.213812
Manuel Bachmann [Fri, 6 Dec 2013 08:49:31 +0000 (09:49 +0100)]
Fix window hide/show() using withdrawn_set()

Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2048
Bug-Upstream: https://phab.enlightenment.org/T155

Co-Authored-by: Rafael Antognolli <rafael.antognolli@intel.com>
Change-Id: I056aa78214f1e9be20870c8fa04c3160b163ec7a
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
10 years agoPort "ecore-wayland: Improve opaque setting logic." patch from upstream 07/12607/1
Alex Wu [Tue, 19 Mar 2013 08:36:16 +0000 (16:36 +0800)]
Port "ecore-wayland: Improve opaque setting logic." patch from upstream

Change-Id: I763ca2763ea76a536de1b04c2c77ba42a334ebbc
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
10 years agoecore/wayland: Add subsurface handling APIs. 88/11088/1 accepted/tizen/20131018.135106 accepted/tizen/20131018.135929 accepted/tizen/20131112.015522 submit/tizen/20131017.152941
Rafael Antognolli [Fri, 11 Oct 2013 17:50:41 +0000 (14:50 -0300)]
ecore/wayland: Add subsurface handling APIs.

Change-Id: I1bbcb416d11f9b6ae93ca962f1765125cd3fb25b

10 years agoecore/wayland: Add and initialize subcompositor inside Ecore_Wayland. 86/10786/1
Rafael Antognolli [Fri, 11 Oct 2013 17:37:31 +0000 (14:37 -0300)]
ecore/wayland: Add and initialize subcompositor inside Ecore_Wayland.

Change-Id: I2e52750b089ce8fe1542434c42b048958afcfdef

10 years agoecore/wayland: Add subsurface protocol file. 85/10785/1
Rafael Antognolli [Fri, 11 Oct 2013 17:30:49 +0000 (14:30 -0300)]
ecore/wayland: Add subsurface protocol file.

Change-Id: Ie7d83a654489e6921a26348bea38a2a18035b4f4

10 years agoMerge "ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()" into tizen accepted/tizen/ivi/genivi accepted/tizen/ivi/release tizen_ivi_genivi accepted/tizen/20130926.225126 accepted/tizen/20130926.225227 accepted/tizen/20130926.225839 accepted/tizen/20130927.000709 accepted/tizen/ivi/genivi/20140131.030557 accepted/tizen_ivi_release/20131120.050259 ivi_oct_m2 submit/tizen/20130926.220948 submit/tizen_ivi_genivi/20140131.024708 submit/tizen_ivi_release/20131120.032035
Eduardo Lima (Etrunko) [Thu, 26 Sep 2013 22:04:09 +0000 (15:04 -0700)]
Merge "ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()" into tizen

10 years agoecore_evas/wayland_egl: Add missing _ecore_evas_move_resize() 95/10295/1
Eduardo Lima (Etrunko) [Thu, 26 Sep 2013 21:31:36 +0000 (18:31 -0300)]
ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()

Change-Id: I0eabbccca20f1a93208894c7cda166a922bf2fd1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoMerge "Fix a bug when fd is negative (what is possible --see poll man page--)" into...
Iván Briano [Tue, 24 Sep 2013 18:41:40 +0000 (11:41 -0700)]
Merge "Fix a bug when fd is negative (what is possible --see poll man page--)" into tizen

10 years agoecore_evas/wayland: Add a clipper to the frame object. 01/9901/1 accepted/tizen/20130910.210250 submit/tizen/20130910.205851 submit/tizen/20130910.221541 submit/tizen/20130910.221627 submit/tizen/20130910.221750
Rafael Antognolli [Tue, 10 Sep 2013 19:43:35 +0000 (16:43 -0300)]
ecore_evas/wayland: Add a clipper to the frame object.

The frame object is a simple smart object with two children: a rectangle
(background) and a text (title). During the render phase, these objects
get wrongly clipped to the client area clipper, because they have no
clipper.

This commit adds a clipper to the frame smart object, and clip the other
children to it, so they won't get clipped to the client area clipper.

It fix an old bug where there was a flickering behavior on the window
decorations. The bug only happened on wayland_egl because of differences
on how this backend handles dirty areas, but it could be a source of new
bugs on wayland_shm too, so the solution is applied to both engines.

Change-Id: I877d85892f2d3482ad4e056c85481ce3ad87f7d8
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
10 years agoecore/wayland: Fix screen size get when screen is rotated. 30/9830/1
Rafael Antognolli [Fri, 6 Sep 2013 21:25:23 +0000 (18:25 -0300)]
ecore/wayland: Fix screen size get when screen is rotated.

Remove old code that was reverting it to the wrong screen size.

Change-Id: I9df381addd1561634561df6fb78b0655cd752c84
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
10 years agoFix a bug when fd is negative (what is possible --see poll man page--) 51/8751/1
José Bollo [Mon, 26 Aug 2013 10:06:37 +0000 (12:06 +0200)]
Fix a bug when fd is negative (what is possible --see poll man page--)

10 years agoecore_imf: Add support for wayland 44/8244/1
Jan Arne Petersen [Wed, 17 Apr 2013 09:59:46 +0000 (11:59 +0200)]
ecore_imf: Add support for wayland

Add an input method module supporting the Wayland input method protocol.

In v2:
 - Missing call to ecore_wl_shutdown() in im_module_shutdown()
 - Access the already stored 'wayland globals' with ecore_wl_globals_get()
 - Fixed compilation by adding -I(top_srcdir)/src/efl to CFLAGS
 - EFL formatting fixes

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoEcore_Wayland: Add ecore_wl_window_surface_create() API 43/8243/1
Eduardo Lima (Etrunko) [Tue, 26 Mar 2013 18:48:41 +0000 (15:48 -0300)]
Ecore_Wayland: Add ecore_wl_window_surface_create() API

On some use cases, it is necessary to create a new wl_surface without
associating it to a wl_shell_surface. This new API makes it possible.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoUpdate to release 1.7.8 32/8232/1 submit/tizen/20130814.144029
Eduardo Lima (Etrunko) [Fri, 9 Aug 2013 14:55:01 +0000 (11:55 -0300)]
Update to release 1.7.8

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoecore_evas/wayland_egl: Add safety check on surface.
Rafael Antognolli [Tue, 13 Aug 2013 18:49:53 +0000 (15:49 -0300)]
ecore_evas/wayland_egl: Add safety check on surface.

Must check if there's a surface before adding a new frame callback.

Should fix https://phab.enlightenment.org/T275.

10 years agoBackport 1210067fbeb21bdce34ec710e66749de981a1617.
Rafael Antognolli [Sat, 3 Aug 2013 21:00:16 +0000 (18:00 -0300)]
Backport 1210067fbeb21bdce34ec710e66749de981a1617.

ecore_evas/wayland_egl: Only render if last frame has been presented.

This avoids blocking in eglSwapBuffers and has the side effect of
avoiding doing unnecessary work - painting where a frame won't be
presented.

We do this by using the event that the wayland compositor will send us
to tell us that the frame has been presented. Due to the fact that
evas_render_updates() could do no work and not cause a eglSwapBuffers we
must always have a frame callback listener setup.

Original patch by: Rob Bradford <rob@linux.intel.com>

(I just adjusted the patch to the single efl tree)

10 years agoresetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 18:58:49 +0000 (21:58 +0300)]
resetting manifest requested domain to floor

10 years agoTIVI-1069: enable ecore examples
Graydon, Tracy [Thu, 27 Jun 2013 23:09:29 +0000 (16:09 -0700)]
TIVI-1069: enable ecore examples
Change-Id: I6bc943f1fc5a824ba85fe5f0b6ba0d65b37f0fda

10 years agoEnable Glib main loop integration
Mikko Ylinen [Fri, 7 Jun 2013 07:30:15 +0000 (10:30 +0300)]
Enable Glib main loop integration

Some Tizen components expect ecore main loop integrates with
Glib main loop. Enable Glib main loop integration with
--enable-glib-integration-always.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 years agoFix BuildRequires for gettext
Mikko Ylinen [Fri, 7 Jun 2013 07:23:37 +0000 (10:23 +0300)]
Fix BuildRequires for gettext

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 years agoUpdate to release 1.7.7
Rusty Lynch [Wed, 5 Jun 2013 21:51:52 +0000 (14:51 -0700)]
Update to release 1.7.7

10 years agoUpdate changelog for release
Rusty Lynch [Wed, 22 May 2013 18:03:39 +0000 (11:03 -0700)]
Update changelog for release

10 years agoAdd wm_rotation infrastructure support
Rusty Lynch [Wed, 22 May 2013 16:57:50 +0000 (09:57 -0700)]
Add wm_rotation infrastructure support

This adds the underlying infrastructure for ecore_evas_wm_rotation
support with the backend implementation for all backends nulled out.

10 years agoUpdate changelog for release
Rusty Lynch [Sun, 19 May 2013 18:41:55 +0000 (11:41 -0700)]
Update changelog for release

10 years agoAdd additional IME types as needed by Tizen 2.1 theme
Rusty Lynch [Sun, 19 May 2013 18:35:31 +0000 (11:35 -0700)]
Add additional IME types as needed by Tizen 2.1 theme

10 years agoAdding ecore_evas_profiles_set and ecore_evas_profiles_get
brianjjones [Fri, 11 Jan 2013 21:16:51 +0000 (13:16 -0800)]
Adding ecore_evas_profiles_set and ecore_evas_profiles_get

Adding Tizen specific ecore_evas profile setting capability.

10 years agofixed group, license
Anas Nashif [Tue, 19 Mar 2013 23:25:45 +0000 (16:25 -0700)]
fixed group, license

10 years agofixed group, license
Anas Nashif [Tue, 19 Mar 2013 23:25:26 +0000 (16:25 -0700)]
fixed group, license

10 years agoUpdate to 1.7.5
Anas Nashif [Fri, 8 Mar 2013 09:02:49 +0000 (01:02 -0800)]
Update to 1.7.5

10 years agoUpdate tp 1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:26:45 +0000 (16:26 -0800)]
Update tp 1.7.4

10 years agoadd wayland support
Anas Nashif [Tue, 18 Dec 2012 01:58:14 +0000 (17:58 -0800)]
add wayland support

10 years agoadd wayland support
Anas Nashif [Tue, 18 Dec 2012 01:57:48 +0000 (17:57 -0800)]
add wayland support

10 years agoUpdate to 1.7.3
Anas Nashif [Sun, 9 Dec 2012 16:44:08 +0000 (08:44 -0800)]
Update to 1.7.3

10 years agoupdate tar compression
Anas Nashif [Fri, 23 Nov 2012 19:44:20 +0000 (11:44 -0800)]
update tar compression

10 years agoupdate to 1.7.2
Anas Nashif [Fri, 23 Nov 2012 19:37:39 +0000 (11:37 -0800)]
update to 1.7.2

10 years agoadd libgcrypt-devel to BR
Anas Nashif [Thu, 8 Nov 2012 01:55:36 +0000 (17:55 -0800)]
add libgcrypt-devel to BR

10 years agobuild require gl packages
Anas Nashif [Tue, 30 Oct 2012 15:27:22 +0000 (08:27 -0700)]
build require gl packages

10 years ago add packaging files
Anas Nashif [Wed, 24 Oct 2012 16:11:31 +0000 (09:11 -0700)]
 add packaging files

10 years ago add packaging files
Anas Nashif [Wed, 24 Oct 2012 16:11:10 +0000 (09:11 -0700)]
 add packaging files

10 years agoImported Upstream version 1.7.8 47/8147/1 upstream upstream/1.7.8
Eduardo Lima (Etrunko) [Mon, 12 Aug 2013 19:48:05 +0000 (16:48 -0300)]
Imported Upstream version 1.7.8

10 years agoImported Upstream version 1.7.7 upstream/1.7.7
Rusty Lynch [Wed, 5 Jun 2013 21:03:47 +0000 (14:03 -0700)]
Imported Upstream version 1.7.7

11 years agoImported Upstream version 1.7.5 upstream/1.7.5
Anas Nashif [Fri, 8 Mar 2013 09:02:09 +0000 (01:02 -0800)]
Imported Upstream version 1.7.5

11 years agoImported Upstream version 1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:26:05 +0000 (16:26 -0800)]
Imported Upstream version 1.7.4

11 years agoImported Upstream version 1.7.4 upstream/1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:25:00 +0000 (16:25 -0800)]
Imported Upstream version 1.7.4

11 years agoImported Upstream version 1.7.3 upstream/1.7.3
Anas Nashif [Sun, 9 Dec 2012 16:43:48 +0000 (08:43 -0800)]
Imported Upstream version 1.7.3

11 years agoImported Upstream version 1.7.2 upstream/1.7.2
Anas Nashif [Fri, 23 Nov 2012 19:23:44 +0000 (11:23 -0800)]
Imported Upstream version 1.7.2

11 years agoImported Upstream version 1.7.1 submit/tizen/20130607.170914 upstream/1.7.1
Anas Nashif [Wed, 24 Oct 2012 16:10:33 +0000 (09:10 -0700)]
Imported Upstream version 1.7.1