platform/upstream/elementary.git
10 years agoPTREL-546 fix: enable wayland build 56/13856/1 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen/generic/20140106.140300 accepted/tizen/ivi/20131219.023423 accepted/tizen/ivi/20131220.021338 accepted/tizen/mobile/20131218.175213 accepted/tizen/mobile/20131220.085455 submit/tizen/20131218.093451 submit/tizen/20131220.021631
Juan Zhao [Tue, 17 Dec 2013 09:33:38 +0000 (17:33 +0800)]
PTREL-546 fix: enable wayland build

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

Change-Id: I761ef5a9b03493fe7e867282d4d3cd2a812d7482

10 years agoMerge changes I674e7687,Ibad9800b into tizen accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130910.222000 accepted/tizen/ivi/genivi/20140131.030439 ivi_oct_m2 submit/tizen/20130910.210220 submit/tizen_ivi_genivi/20140131.024858
Rafael Antognolli [Thu, 5 Sep 2013 21:19:46 +0000 (14:19 -0700)]
Merge changes I674e7687,Ibad9800b into tizen

* changes:
  elementary/examples: Fix theme path search for tizen.
  elementary: do not install examples on main package.

10 years agoelm/index: Fix example, must call elm_index_level_go(). 63/8763/1
Rafael Antognolli [Tue, 27 Aug 2013 21:04:53 +0000 (18:04 -0300)]
elm/index: Fix example, must call elm_index_level_go().

10 years agoelementary/examples: Fix theme path search for tizen. 62/8762/1
Rafael Antognolli [Sat, 24 Aug 2013 22:17:05 +0000 (19:17 -0300)]
elementary/examples: Fix theme path search for tizen.

10 years agoelementary: do not install examples on main package. 61/8761/1
Rafael Antognolli [Sat, 24 Aug 2013 21:02:33 +0000 (18:02 -0300)]
elementary: do not install examples on main package.

If the directory is wildcarded like that, it will install both modules
and examples, although they should be installed only in the
elementary-examples package.

10 years agolist: Fix list_example_03 - call elm_list_go(). 74/8574/1
Rafael Antognolli [Sat, 24 Aug 2013 20:02:01 +0000 (17:02 -0300)]
list: Fix list_example_03 - call elm_list_go().

10 years agoUpdated to release 1.7.8 41/8241/1 submit/tizen/20130814.144112
Eduardo Lima (Etrunko) [Fri, 9 Aug 2013 17:10:01 +0000 (14:10 -0300)]
Updated to release 1.7.8

10 years agofix wrong rpmspec description
Adrian Negreanu [Wed, 7 Aug 2013 20:06:12 +0000 (23:06 +0300)]
fix wrong rpmspec description

error: line 47: Package does not exist: %description config
error: RPM error while parsing spec: can't parse specfile

Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
10 years agoSplit elementary config and test app into separate tools package.
Xavier Roche [Tue, 23 Jul 2013 12:39:33 +0000 (14:39 +0200)]
Split elementary config and test app into separate tools package.

  They are developer/power user tools rather than user tools and clutter the Applications screen.
  Don't need to be part of the default image.

10 years agoresetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 20:12:10 +0000 (23:12 +0300)]
resetting manifest requested domain to floor

10 years agoFix TIVI-1068 enable build examples
Yanshuang Zheng [Tue, 2 Jul 2013 06:21:10 +0000 (02:21 -0400)]
Fix TIVI-1068 enable build examples

Change-Id: I4516333843ea143ee95604aa6f4fd21aa9993141

10 years agoTIVI-1046: Add eet-tools dep to fix Tizen:IVI linkbuild
Graydon, Tracy [Tue, 18 Jun 2013 20:50:50 +0000 (13:50 -0700)]
TIVI-1046: Add eet-tools dep to fix Tizen:IVI linkbuild

10 years agoAdd BuildRequires for eet-bin
Rusty Lynch [Sun, 16 Jun 2013 09:10:11 +0000 (02:10 -0700)]
Add BuildRequires for eet-bin

Adjust build requirements for a refactoring of the eet project

10 years agoUpdate to release 1.7.7
Rusty Lynch [Wed, 5 Jun 2013 22:00:06 +0000 (15:00 -0700)]
Update to release 1.7.7

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

10 years agoAdding elm_win_wm_rotation support
Rusty Lynch [Wed, 22 May 2013 17:08:09 +0000 (10:08 -0700)]
Adding elm_win_wm_rotation support

10 years agoupdate changelog for new release
Rusty Lynch [Sun, 19 May 2013 18:28:37 +0000 (11:28 -0700)]
update changelog for new release

10 years agoAdd elm_gesture_layer_* support from Tizen 2.1
Rusty Lynch [Sun, 19 May 2013 18:27:22 +0000 (11:27 -0700)]
Add elm_gesture_layer_* support from Tizen 2.1

10 years agoUpdate changelog for release
Rusty Lynch [Fri, 10 May 2013 15:22:47 +0000 (08:22 -0700)]
Update changelog for release

10 years agoFix elm_tickernoti.h install
Rusty Lynch [Fri, 10 May 2013 15:19:27 +0000 (08:19 -0700)]
Fix elm_tickernoti.h install

Since we are modifying Makefile.am files then autogen needs to be
run instead of just configure

10 years agoForce ELM_WAYLAND_EGL if engine set called when DISPLAY not set
Mikko Ylinen [Thu, 10 Jan 2013 12:30:37 +0000 (14:30 +0200)]
Force ELM_WAYLAND_EGL if engine set called when DISPLAY not set

Some applications are directly calling elm_config_preferred_engine_set.
To avoid patching all apps to work with Wayland, always set
ELM_WAYLAND_EGL if elm_config_preferred_engine_set is called with
EGL_OPENGL_X11 or EGL_SOFTWARE_X11 when DISPLAY is not set.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 years agoAdding tickernoti widget
brianjjones [Wed, 9 Jan 2013 00:35:34 +0000 (16:35 -0800)]
Adding tickernoti widget

Adding Tizen specific tickernoti widget used by various Tizen 2.x
middleware and applications

10 years agoAdd elm_win_indicator_state_set
Rusty Lynch [Wed, 19 Dec 2012 23:16:11 +0000 (15:16 -0800)]
Add elm_win_indicator_state_set

This function exist in the Tizen 2.0 elementary tree with a simple
comment that calls it a 'wrapper'.  The rpm-installer can not build
without this.

10 years agoAdd elm_widget_sub_object_list_get()
Rusty Lynch [Wed, 19 Dec 2012 22:31:59 +0000 (14:31 -0800)]
Add elm_widget_sub_object_list_get()

This is needed for backwards compatability with various Tizen apps
and libraries

10 years agoAdding elm_finger_size_get and elm_finger_size_set
Rusty Lynch [Tue, 18 Dec 2012 02:07:32 +0000 (18:07 -0800)]
Adding elm_finger_size_get and elm_finger_size_set

Adding the previously removed elm_finger_size_[get|set] functions
to work past breakage in the Tizen 2.0 alpha middleware

10 years agoAdd elm_scale_get and elm_scale_set
Rusty Lynch [Wed, 21 Nov 2012 22:17:50 +0000 (14:17 -0800)]
Add elm_scale_get and elm_scale_set

In order to run unmodified Tizen 2.0 applications on a newer elementary
library then we need to add back the elm_scale_get and set methods.

10 years agoAdd dummy implemention of Tizen specific elm_config magnification
Rusty Lynch [Tue, 18 Dec 2012 00:58:24 +0000 (16:58 -0800)]
Add dummy implemention of Tizen specific elm_config magnification

The Tizen elementary tree contains a magnification feature that for
some reason has not been pushed into upstream EFL.  Attempting to just
cherry pick the implementation into an up to date elementay tree will
require some additional porting effort since the codebase has evolved
so much since the Tizen tree was branched.  This change just adds dummy
implementations for each of the external methods so that the unmodified
tizen pre-installed applications run before the port is available.

10 years agoCut release for wayland fix
Rusty Lynch [Thu, 18 Apr 2013 20:45:48 +0000 (13:45 -0700)]
Cut release for wayland fix

This release pulls in a patch from upstream master branch to
enable the elementary_test to successfully execute the gl window
examples.

10 years agoElementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix glview tests in...
Christopher Michael [Fri, 31 Aug 2012 09:27:22 +0000 (09:27 +0000)]
Elementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix glview tests in Wayland:

If the preferred engine set to "opengl_x11" and we actully run on
"wayland_egl" engine, the elm_win_add will eventully use "Software FB"
engine, and no chance to use the correct engine.

Don't set the preference but let the _elm_config to determine the right
engine.

SVN revision: 75921

10 years agoUpdate to 1.7.5
Anas Nashif [Wed, 20 Mar 2013 00:42:57 +0000 (17:42 -0700)]
Update to 1.7.5

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

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

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

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

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

10 years agoImported Upstream version 1.7.8 55/8155/1 upstream/1.7.8
Eduardo Lima (Etrunko) [Mon, 12 Aug 2013 19:48:33 +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:59:08 +0000 (14:59 -0700)]
Imported Upstream version 1.7.7

11 years agoImported Upstream version 1.7.5 upstream/1.7.5
Anas Nashif [Wed, 20 Mar 2013 00:42:09 +0000 (17:42 -0700)]
Imported Upstream version 1.7.5

11 years agoImported Upstream version 1.7.4 upstream/1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:51:31 +0000 (16:51 -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:55:35 +0000 (08:55 -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:31:49 +0000 (11:31 -0800)]
Imported Upstream version 1.7.2

11 years agoImported Upstream version 1.7.1 upstream/1.7.1
Anas Nashif [Wed, 24 Oct 2012 16:30:27 +0000 (09:30 -0700)]
Imported Upstream version 1.7.1