platform/upstream/efl.git
11 years agoecore_evas: Removing warning about unused function
Flavio Vinicius Alvares Ceolin [Thu, 6 Dec 2012 20:39:20 +0000 (20:39 +0000)]
ecore_evas: Removing warning about unused function

Now the engines are modules, the checking for the engine is not done
in the compile time anymore, so we're removing these checks.

SVN revision: 80389

11 years agoedje: refactor usage of ephysics functions
Bruno Dilly [Thu, 6 Dec 2012 20:29:50 +0000 (20:29 +0000)]
edje: refactor usage of ephysics functions

Most of the actions will be applied to a body using 3 components
(x, y, z). Refactor code around it to avoid duplication, since
basically what changes is the ephysics function to be called.

Also, it will make next actions implementations less error prone.

SVN revision: 80388

11 years agoedje: cleanup actions swith on edje_cc_handler
Bruno Dilly [Thu, 6 Dec 2012 20:29:44 +0000 (20:29 +0000)]
edje: cleanup actions swith on edje_cc_handler

SVN revision: 80387

11 years agoefl/ecore_file: no more have_poll
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:43 +0000 (20:06 +0000)]
efl/ecore_file: no more have_poll

SVN revision: 80386

11 years agoefl/ecore: epoll.h is always detected.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:05 +0000 (20:06 +0000)]
efl/ecore: epoll.h is always detected.

SVN revision: 80385

11 years agoefl/ecore: remove check glib-always x g_main_loop as it does not make sense.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:48:34 +0000 (19:48 +0000)]
efl/ecore: remove check glib-always x g_main_loop as it does not make sense.

if we use g_main_loop we're always integrated with glib main loop, not
conflicting/exclusive.

SVN revision: 80384

11 years agoefl/evas: simplify dither mask handling.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:44:11 +0000 (19:44 +0000)]
efl/evas: simplify dither mask handling.

 * a single option --with-evas-dither-mask=TYPE (big, small, line or none).

 * make a wise decision to fallback to small dither mask for
   conversions that do not support "no-dither" or "line". Before if
   you did not specify it would fallback to big (128x128).

SVN revision: 80383

11 years agoedje: clean header: remove random blank lines and indent
Bruno Dilly [Thu, 6 Dec 2012 19:37:07 +0000 (19:37 +0000)]
edje: clean header: remove random blank lines and indent

Remove blocks of blank lines and fix perspective part indenting

SVN revision: 80382

11 years agoedje: support forces using programs / script
Bruno Dilly [Thu, 6 Dec 2012 19:20:07 +0000 (19:20 +0000)]
edje: support forces using programs / script

Implement actions:
  * PHYSICS_FORCE
  * PHYSICS_TORQUE
  * PHYSICS_FORCES_CLEAR

and embryo script functions:
  * physics_force
  * physics_torque
  * physics_forces_clear
  * physics_forces_get
  * physics_torques_get

SVN revision: 80381

11 years agoedje: remove impulse member of edje program
Bruno Dilly [Thu, 6 Dec 2012 19:19:53 +0000 (19:19 +0000)]
edje: remove impulse member of edje program

Most of the programs related to physics will use 3 vector
components (double). Let's share them.

SVN revision: 80380

11 years agoedje: use switch instead of N if-else with same commands
Bruno Dilly [Thu, 6 Dec 2012 16:59:07 +0000 (16:59 +0000)]
edje: use switch instead of N if-else with same commands

SVN revision: 80373

11 years agoedje: support torque impulse (action and embryo script)
Bruno Dilly [Thu, 6 Dec 2012 16:58:58 +0000 (16:58 +0000)]
edje: support torque impulse (action and embryo script)

SVN revision: 80372

11 years agoefl: proper use of AC_DEFINE_IF for HAVE_NOTIFY_WIN32 definition
Leandro Dorileo [Thu, 6 Dec 2012 16:22:20 +0000 (16:22 +0000)]
efl: proper use of AC_DEFINE_IF for HAVE_NOTIFY_WIN32 definition

--This line, and those below, will be ignored--

SVN revision: 80371

11 years agowithout this i end up with a configure that does:
Carsten Haitzler [Thu, 6 Dec 2012 16:08:07 +0000 (16:08 +0000)]
without this i end up with a configure that does:

configure: updating cache config.cache
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in'
make: *** No targets specified and no makefile found.  Stop.

autoheader is unhappy:

autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoheader: warning: missing template: HAVE_NOTIFY_WIN32
autoheader: Use AC_DEFINE([HAVE_NOTIFY_WIN32], [], [Description])
autoreconf: /usr/bin/autoheader failed with exit status: 1

SVN revision: 80368

11 years agoefl: note libc 2.4 is required to provide sys/inotify.h
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 14:16:41 +0000 (14:16 +0000)]
efl: note libc 2.4 is required to provide sys/inotify.h

SVN revision: 80365

11 years agoefl: remove sdl-primitive, not used anymore.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 14:06:45 +0000 (14:06 +0000)]
efl: remove sdl-primitive, not used anymore.

nobody was using ENGINE_SDL_PRIMITIVE in code, and as cedric said it
shouldn't be used anymore.

SVN revision: 80363

11 years agoefl: remove want_poll.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:58:32 +0000 (13:58 +0000)]
efl: remove want_poll.

SVN revision: 80362

11 years agoefl/ecore_file: refactor to be more like eio in providing backends.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:38:34 +0000 (13:38 +0000)]
efl/ecore_file: refactor to be more like eio in providing backends.

instead of the previous mess, just define the functions with common
names and call the backend that was compiled in, similar to what eio
does.

also do not be silent on errors, use eina_safety_checks to issue warnings.

SVN revision: 80360

11 years agoefl: common inotify checks, simplified.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:02:59 +0000 (13:02 +0000)]
efl: common inotify checks, simplified.

Another try to make inotify checks more common.

This time uses AC_CHECK_HEADERS() as for others, that already define
HAVE_SYS_INOTIFY_H, then uses that.

I still kept AM_CONDITIONAL([HAVE_INOTIFY]) because I plan to convert
ecore_file to the same, smarter, method that is used in eio (compiling
the file depending on the backend.

SVN revision: 80358

11 years agoReverting 80354: "Avoid calling test so many times. Use -a/-o instead."
Eduardo de Barros Lima [Thu, 6 Dec 2012 13:01:21 +0000 (13:01 +0000)]
Reverting 80354: "Avoid calling test so many times. Use -a/-o instead."

SVN revision: 80357

11 years agoAvoid calling test so many times. Use -a/-o instead.
Eduardo Lima (Etrunko) [Thu, 6 Dec 2012 12:26:52 +0000 (12:26 +0000)]
Avoid calling test so many times. Use -a/-o instead.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 80354

11 years agoefl: ecore thread safety (remove option, keep code, add instructions).
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 12:18:24 +0000 (12:18 +0000)]
efl: ecore thread safety (remove option, keep code, add instructions).

 * remove the option, as it shouldn't really exist.

 * keep code, as requested by Cedric, someone may fix it someday. And
   the default is the DISABLED, as the enable was broken.

 * Add instructions on how to solve the problem, if a brave folk is up
   to it.

SVN revision: 80352

11 years agoefl: Fix display of source files when making coverage
Daniel Willmann [Thu, 6 Dec 2012 10:56:13 +0000 (10:56 +0000)]
efl: Fix display of source files when making coverage

Probably due to the merge the base directory for the sources now needs
to be specified.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80338

11 years agoEdje_pick Fix
Aharon Hillel [Thu, 6 Dec 2012 07:54:54 +0000 (07:54 +0000)]
Edje_pick Fix

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
SVN revision: 80305

11 years agoinotify: revert : i want to keep autotools **modularized**. Instead, use in Eio what...
Vincent Torri [Thu, 6 Dec 2012 07:23:50 +0000 (07:23 +0000)]
inotify: revert : i want to keep autotools **modularized**. Instead, use in Eio what has been detected in Ecore_File.

SVN revision: 80298

11 years agoefl: revert r80290 as it bork the world.
Cedric BAIL [Thu, 6 Dec 2012 03:02:47 +0000 (03:02 +0000)]
efl: revert r80290 as it bork the world.

SVN revision: 80296

11 years agoefl: now that we have a global SSL/Crypto flags, don't advertise per lib result.
Cedric BAIL [Thu, 6 Dec 2012 02:39:01 +0000 (02:39 +0000)]
efl: now that we have a global SSL/Crypto flags, don't advertise per lib result.

SVN revision: 80295

11 years agoefl: update module path to reflect current state.
Cedric BAIL [Thu, 6 Dec 2012 01:58:15 +0000 (01:58 +0000)]
efl: update module path to reflect current state.

Patch by Jérémy Zurcher <jeremy@asynk.ch>.

SVN revision: 80294

11 years agoefl: let Ecore_EVas_Extn link with Ecore_Ipc as needed.
Cedric BAIL [Thu, 6 Dec 2012 01:55:42 +0000 (01:55 +0000)]
efl: let Ecore_EVas_Extn link with Ecore_Ipc as needed.

I think some people earned a borker badge here :-)

SVN revision: 80293

11 years agoefl: simplify inotify by moving it to common.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:57:29 +0000 (00:57 +0000)]
efl: simplify inotify by moving it to common.

also deprecate very ancient inotify usage by direct syscall.

SVN revision: 80292

11 years agoefl: local and abstract sockets are platform dependent, not an option.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:35:14 +0000 (00:35 +0000)]
efl: local and abstract sockets are platform dependent, not an option.

SVN revision: 80291

11 years agoefl: thread safety by default.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:30:46 +0000 (00:30 +0000)]
efl: thread safety by default.

it's better to test this case and make it the only one and make it
work, than have two options that may not work.

SVN revision: 80290

11 years agoefl: ipv6 is always enabled if detected in the platform.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:21:03 +0000 (00:21 +0000)]
efl: ipv6 is always enabled if detected in the platform.

SVN revision: 80289

11 years agoefl: both eet and ecore_con now share --with-crypto and defines.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:11:14 +0000 (00:11 +0000)]
efl: both eet and ecore_con now share --with-crypto and defines.

 * rename USE_GNUTLS and USE_OPENSSL to HAVE_GNUTLS and HAVE_OPENSSL
   in ecore_con, to match other modules such as Eet.

 * define requirements_pc_crypto, requirements_pc_deps_crypto and
   requirements_libs_crypto so modules can use that.

 * move to a common check section.

SVN revision: 80288

11 years agoefl/eet: bumped requirement for gnutls >= 2.11 thus remove legacy code.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:44:45 +0000 (23:44 +0000)]
efl/eet: bumped requirement for gnutls >= 2.11 thus remove legacy code.

SVN revision: 80287

11 years agoefl: bump gnutls requirement version to 2.11 (released 2010-07-22)
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:33:14 +0000 (23:33 +0000)]
efl: bump gnutls requirement version to 2.11 (released 2010-07-22)

this (already ancient!) version provides all symbols we need, then
bump version and stop doing those weirdo checks.

SVN revision: 80286

11 years agoefl: do not AC_SUBST([CFLAGS]), it's already done.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:19:41 +0000 (23:19 +0000)]
efl: do not AC_SUBST([CFLAGS]), it's already done.

SVN revision: 80285

11 years agoefl: turn cpu extensions detection into generic section, simplify a bit.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:18:59 +0000 (23:18 +0000)]
efl: turn cpu extensions detection into generic section, simplify a bit.

 * remove EVAS_ prefix as it may be used by other libs some day.

 * SSE3 is detected at runtime if x86.

 * remove AC_SUBST([altivec_cflags]) as it was not being used anywhere.

 * moved to top of file (maybe position is not optimal, let's wait
   vtorri to review)

 * simplified single-line summary that is as informative as before.

SVN revision: 80284

11 years agoif you are going to use symbols implicitly from a module provided by a
Carsten Haitzler [Wed, 5 Dec 2012 23:11:46 +0000 (23:11 +0000)]
if you are going to use symbols implicitly from a module provided by a
lib.. you have to EAPI them!

SVN revision: 80283

11 years agoecore_evas: Make the engines loadable modules
Flavio Vinicius Alvares Ceolin [Wed, 5 Dec 2012 21:15:42 +0000 (21:15 +0000)]
ecore_evas: Make the engines loadable modules

Implementing support for loadables modules. It makes the engines been
loaded when they are needed. It not breakes the api, so each engine
still has its own api.

The implementation basically is:

* Functions that creates Ecore_Evas, for example
  ecore_evas_software_x11_new, request to load its module and then get
  the module's function to create the Ecore_Evas.
* The other functions such as \(.*\)_window_get from the Ecore_Evas
  its interface and then call the appropriate method.
* As there is no unified interface to communicate with the engines
  (not break api problem), all interfaces were declared in
  ecore_evas_private.h
* Now the data necessary for each module is not declared in the
  Ecore_Evas_Engine structure, instead of this, the struct has a void
  pointer that is used by the modules.
* In this first moment engines as software_x11 and gl_x11 were put
  together in the same module, but obviously exporting all the things
  necessary.

SVN revision: 80280

11 years agoedje: support applying impulse via script
Bruno Dilly [Wed, 5 Dec 2012 21:09:18 +0000 (21:09 +0000)]
edje: support applying impulse via script

SVN revision: 80279

11 years agoedje: support new action: PHYSICS_IMPULSE
Bruno Dilly [Wed, 5 Dec 2012 19:30:08 +0000 (19:30 +0000)]
edje: support new action: PHYSICS_IMPULSE

It will apply a central impulse over a body's part.

SVN revision: 80278

11 years agoedje: keep real part geometry updated
Bruno Dilly [Wed, 5 Dec 2012 19:30:00 +0000 (19:30 +0000)]
edje: keep real part geometry updated

Using a callback for body and world update events for that.
It will make it possible to set parts to be relative
to parts that have a physics body.

SVN revision: 80277

11 years agoedje: make it possible to not reset body position on
Bruno Dilly [Wed, 5 Dec 2012 19:29:54 +0000 (19:29 +0000)]
edje: make it possible to not reset body position on
 state changes

To make it possible, a flag was added: ignore_part_position.
Enabled by default, it will let part position be update
only by physics calculatios. If the body is intended to be
moved when state is changed, the flag must to be explicitely
disabled.
It is required otherwise all the states would inherit position
from "default" and reset body's position.

SVN revision: 80276

11 years agoedje: parts with bodies aren't move at each recalc
Bruno Dilly [Wed, 5 Dec 2012 19:29:33 +0000 (19:29 +0000)]
edje: parts with bodies aren't move at each recalc

Otherwise at each recalc they will be moved to initial position
again.

SVN revision: 80275

11 years agoephysics: add event WORLD_UPDATE
Bruno Dilly [Wed, 5 Dec 2012 19:27:53 +0000 (19:27 +0000)]
ephysics: add event WORLD_UPDATE

SVN revision: 80274

11 years agoadd eio example and fix ecore_fb linking
Vincent Torri [Wed, 5 Dec 2012 18:10:43 +0000 (18:10 +0000)]
add eio example and fix ecore_fb linking

SVN revision: 80273

11 years agoecore/wayland_egl: Remove image_mask_create from this engine too.
Rafael Antognolli [Wed, 5 Dec 2012 16:33:46 +0000 (16:33 +0000)]
ecore/wayland_egl: Remove image_mask_create from this engine too.

SVN revision: 80267

11 years agoecore/wayland: Don't check for ecore-wayland before even building it.
Rafael Antognolli [Wed, 5 Dec 2012 16:33:42 +0000 (16:33 +0000)]
ecore/wayland: Don't check for ecore-wayland before even building it.

Actually, this variable wasn't being set on any other backend, so I just
removed it from wayland-egl. I guess it was just a copy & paste typo
when merging ecore into the EFL tree.

SVN revision: 80266

11 years agoecore: Don't check ecore-con dependencies if there are none.
Rafael Antognolli [Wed, 5 Dec 2012 16:33:37 +0000 (16:33 +0000)]
ecore: Don't check ecore-con dependencies if there are none.

"pkg-config --exists <none>" will return false, thus failing the
configure phase. Not sure if building ecore-con without curl makes sense
though.

SVN revision: 80265

11 years agoefl: Actually run the ecore test suite on make check
Daniel Willmann [Wed, 5 Dec 2012 16:24:44 +0000 (16:24 +0000)]
efl: Actually run the ecore test suite on make check

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80264

11 years agoMake ecore examples compile again
Daniel Willmann [Wed, 5 Dec 2012 15:28:10 +0000 (15:28 +0000)]
Make ecore examples compile again

Including ECORE_LIBS in LDADD is not enough, we have to include the
relevant libs from efl as well (eina, evas, ...)

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80260

11 years agoefl/ecore_evas: move more removed/deprecated stuff to own file and mark.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 14:09:49 +0000 (14:09 +0000)]
efl/ecore_evas: move more removed/deprecated stuff to own file and mark.

x11-16, x11-8, xrender were also removed but not marked as EINA_DEPRECATED.

move those to ecore_evas_deprecated.c file.

SVN revision: 80255

11 years agoefl/ecore_evas: move deprecated functions to separate file, mark them.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 13:59:09 +0000 (13:59 +0000)]
efl/ecore_evas: move deprecated functions to separate file, mark them.

mark every deprecated function with EINA_DEPRECATED.

move them to a separate file so we can easily delete them in future.

SVN revision: 80253

11 years agoefl/evas: remove mask of non-rectangle objects.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 13:52:59 +0000 (13:52 +0000)]
efl/evas: remove mask of non-rectangle objects.

it was broken and mostly disabled, so now we do remove it in the hope
who does that next time, does it properly.

SVN revision: 80252

11 years agoEPhysics: avoid unused parameter warnings
Leandro Dorileo [Wed, 5 Dec 2012 13:50:39 +0000 (13:50 +0000)]
EPhysics: avoid unused parameter warnings

Avoid *unused parameter* warnings on bullet API due to virtual functions.

--This line, and those below, will be ignored--

SVN revision: 80251

11 years agoEPhysics: flip page test improvements
Leandro Dorileo [Wed, 5 Dec 2012 13:50:30 +0000 (13:50 +0000)]
EPhysics: flip page test improvements

--This line, and those below, will be ignored--

SVN revision: 80250

11 years agoEPhysics: soft body drag coefficient
Leandro Dorileo [Wed, 5 Dec 2012 13:50:20 +0000 (13:50 +0000)]
EPhysics: soft body drag coefficient

Add API for handling with soft body drag coefficient.

--This line, and those below, will be ignored--

SVN revision: 80249

11 years agoEPhysics: fix soft body velocity and stop implementation
Leandro Dorileo [Wed, 5 Dec 2012 13:50:08 +0000 (13:50 +0000)]
EPhysics: fix soft body velocity and stop implementation

+ velocity
Handle cloth cases on velocity functions and consider both rigid
and soft body whenever touching velocities + stoping a body.

+ activation
Activate the body when setting angular velocity.

--This line, and those below, will be ignored--

SVN revision: 80248

11 years agoeeze/doc: Be a bit more verbose in the entry section of eeze_sensor
Stefan Schmidt [Wed, 5 Dec 2012 13:42:37 +0000 (13:42 +0000)]
eeze/doc: Be a bit more verbose in the entry section of eeze_sensor

SVN revision: 80244

11 years agoefl/evas/filters: say goodbye.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 13:03:51 +0000 (13:03 +0000)]
efl/evas/filters: say goodbye.

This task wasn't completed and it was all disabled in code, then
remove it so it doesn't add cruft to be looked at.

SVN revision: 80240

11 years agoefl/evas: there is no more EVAS_FRAME_QUEUING anymore.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 12:41:47 +0000 (12:41 +0000)]
efl/evas: there is no more EVAS_FRAME_QUEUING anymore.

SVN revision: 80237

11 years agoefl/evas: do not show pipe rendering if there is no option to set it.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 12:34:19 +0000 (12:34 +0000)]
efl/evas: do not show pipe rendering if there is no option to set it.

SVN revision: 80235

11 years agofix EIO_LIBS contents to proper variable.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 12:28:53 +0000 (12:28 +0000)]
fix EIO_LIBS contents to proper variable.

vtorri: I told you these names are very very error prone. I did the
mistake while reading it before, raster did the same today and even
yourself did a typo. The "pc", "libs" and similar in the middle of a
long variable name is easy to miss! Even more if the prefix is
"requirements_" :-(

SVN revision: 80234

11 years agodirectfb says bye...
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 12:24:01 +0000 (12:24 +0000)]
directfb says bye...

After agreement in the mail list, core developers agree to remove this
engine that was not being supported for a long time.

Given that most operations Evas uses are not accelerated in DirectFB,
or at least hardware that exclusively supports DirectFB, it's better
for those people to just use Evas/Ecore software (buffer) rendering
and expose DirectFB's framebuffer as destination surface.

SVN revision: 80232

11 years agoif somebody make corrupted bmp file, it can cause crash
Jiyoun Park [Wed, 5 Dec 2012 09:58:56 +0000 (09:58 +0000)]
if somebody make corrupted bmp file, it can cause crash

SVN revision: 80225

11 years agoupdating esperanto translations
Massimo Maiurana [Wed, 5 Dec 2012 09:46:19 +0000 (09:46 +0000)]
updating esperanto translations

SVN revision: 80224

11 years agoFrom: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 5 Dec 2012 06:57:30 +0000 (06:57 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: Re: Re: [E-devel] Fwd: Review request : [Ecore XI2] Add
codes for selecting/retrieving XI2 touch events

Dear developers,
I added codes for selecting XI2 touch events(cf. XI_TouchBegin,
XI_TouchUpdate and XI_TouchEnd)
and codes for retrieving touched finger(s) index from corresponding
events.

SVN revision: 80218

11 years agoFrom: Gwanglim Lee <gl77.lee@samsung.com>
Gwanglim Lee [Wed, 5 Dec 2012 06:48:46 +0000 (06:48 +0000)]
From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile

I've attached 4th patch. May the 4th be with you.

ecore patch has been merged with efl and all files are based on r80123.

Thanks & Regards,
Gwanglim

------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile

It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?

Daniel Juyung Seo (SeoZ)

On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:

Dear Raster and Daniel Juyung Seo,

I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.

[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done

7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
    in available profiles. - newly added thing to the elm_win
    8. merge with EO - done. :(

    Any comments would be appreciated.

SVN revision: 80214

11 years agoSome KlocWork fixes.
Daniel Zaoui [Wed, 5 Dec 2012 06:25:49 +0000 (06:25 +0000)]
Some KlocWork fixes.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 80211

11 years agoefl: Fix build of Ecore_Evas_Extn.
Cedric BAIL [Wed, 5 Dec 2012 02:52:03 +0000 (02:52 +0000)]
efl: Fix build of Ecore_Evas_Extn.

Patch by Robert David <robert.david.public@gmail.com>

SVN revision: 80206

11 years agoedje: forgotten NEWS.
Cedric BAIL [Wed, 5 Dec 2012 02:21:17 +0000 (02:21 +0000)]
edje: forgotten NEWS.

SVN revision: 80203

11 years agoedje: make it compile on Solaris 11.
Cedric BAIL [Wed, 5 Dec 2012 02:07:51 +0000 (02:07 +0000)]
edje: make it compile on Solaris 11.

Patch by Robert David <robert.david.public@gmail.com>.

SVN revision: 80201

11 years agoNew embryo function: get_program_id
Eduardo Lima (Etrunko) [Tue, 4 Dec 2012 20:21:59 +0000 (20:21 +0000)]
New embryo function: get_program_id

It is now you can run programs with names generated dinamically. Say that you
have 10 programs indexed somehow. You can now call them using the following snippet:

script {
   new program_id[15], i;
   for (i = 0; i < 10; i++) {
      snprintf(program_id, 15, "my_program_%d", i+1);
      run_program(get_program_id(program_id));
   }
}

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 80199

11 years agoand update eio.pc.in too (+ minor stuff)
Vincent Torri [Tue, 4 Dec 2012 18:01:02 +0000 (18:01 +0000)]
and update eio.pc.in too (+ minor stuff)

SVN revision: 80184

11 years agomerge: eio + fix compilation on windows + minor fixes + po files
Vincent Torri [Tue, 4 Dec 2012 17:40:58 +0000 (17:40 +0000)]
merge: eio + fix compilation on windows + minor fixes + po files

don't move eio to IN-EFL right now

SVN revision: 80180

11 years agoevas/cserve2: Re-enable speculative load
Paulo Alcantara [Tue, 4 Dec 2012 15:40:00 +0000 (15:40 +0000)]
evas/cserve2: Re-enable speculative load

I've tested it and I can confirm that it's working fine with the new
scalecache support on Cserve2. So, let's use it again.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 80177

11 years agoevas/image: Fix uninitialised data passed to Cserve2
Paulo Alcantara [Tue, 4 Dec 2012 15:39:51 +0000 (15:39 +0000)]
evas/image: Fix uninitialised data passed to Cserve2

If information like size, scale down, dpi or region is set to any object,
or even if reload of that object is required, evas_object_image_load() is
called and Evas needs to pass scaling information through load_opts as
evas_object_image_file_set() does to Cserve2 as well.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 80176

11 years agoRemove unnecessary comment.
Christopher Michael [Tue, 4 Dec 2012 12:50:58 +0000 (12:50 +0000)]
Remove unnecessary comment.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80148

11 years agoNo wayland on windows, evil not needed.
Christopher Michael [Tue, 4 Dec 2012 10:47:35 +0000 (10:47 +0000)]
No wayland on windows, evil not needed.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80142

11 years agoPatch from Jérémy Zurcher <jeremy@asynk.ch> to fix ecore_evas_wayland
Christopher Michael [Tue, 4 Dec 2012 09:52:24 +0000 (09:52 +0000)]
Patch from Jérémy Zurcher <jeremy@asynk.ch> to fix ecore_evas_wayland
compilation checks.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80140

11 years agoupdate po files
Vincent Torri [Tue, 4 Dec 2012 09:33:23 +0000 (09:33 +0000)]
update po files

SVN revision: 80139

11 years agoefl .gitignore: updated .gitignore.
Daniel Juyung Seo [Tue, 4 Dec 2012 08:36:14 +0000 (08:36 +0000)]
efl .gitignore: updated .gitignore.

SVN revision: 80132

11 years agoEcore: fix subdirs (aka : to test, do not compile while being in the subdir, but...
Vincent Torri [Tue, 4 Dec 2012 07:23:43 +0000 (07:23 +0000)]
Ecore: fix subdirs (aka : to test, do not compile while being in the subdir, but at the top level dir...)

SVN revision: 80129

11 years agoevas: let fix all unref in the same way.
Cedric BAIL [Tue, 4 Dec 2012 01:54:22 +0000 (01:54 +0000)]
evas: let fix all unref in the same way.

SVN revision: 80120

11 years agoemotion/generic/vlc: Only send frame size when it's not zero.
Rafael Antognolli [Tue, 4 Dec 2012 00:45:47 +0000 (00:45 +0000)]
emotion/generic/vlc: Only send frame size when it's not zero.

SVN revision: 80117

11 years agoadd changelog/news about new dependency.
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:29:52 +0000 (21:29 +0000)]
add changelog/news about new dependency.

SVN revision: 80109

11 years agoEPhysics: soft button improvements
Leandro Dorileo [Mon, 3 Dec 2012 21:29:42 +0000 (21:29 +0000)]
EPhysics: soft button improvements

Use a bigger image to soft button tests, add light on/off button,
use of anchor hardness API.

--This line, and those below, will be ignored--

SVN revision: 80108

11 years agoEPhysics: anchor hardness api and small fixes
Leandro Dorileo [Mon, 3 Dec 2012 21:29:30 +0000 (21:29 +0000)]
EPhysics: anchor hardness api and small fixes

This patch introduces a separeted API for handling with anchor hardness,
and fixes small problems with pose and soft body impulses.

--This line, and those below, will be ignored--

SVN revision: 80107

11 years agoEPhysics: fix y orientation issues
Leandro Dorileo [Mon, 3 Dec 2012 21:29:21 +0000 (21:29 +0000)]
EPhysics: fix y orientation issues

Fix a small issue on y orientation on triangles_inside_get and soft body
impulse.

--This line, and those below, will be ignored--

SVN revision: 80106

11 years agoEPhysics: force body update on light/perspective changes
Leandro Dorileo [Mon, 3 Dec 2012 21:29:03 +0000 (21:29 +0000)]
EPhysics: force body update on light/perspective changes

If light configuration has been changed or perspective changed or simply
enabled/disabled force inactive bodies to update.

--This line, and those below, will be ignored--

SVN revision: 80105

11 years agoEPhysics: fix soft body rotation_set
Leandro Dorileo [Mon, 3 Dec 2012 21:28:52 +0000 (21:28 +0000)]
EPhysics: fix soft body rotation_set

--This line, and those below, will be ignored--

SVN revision: 80104

11 years agoethumb: Port to edbus v2
José Roberto de Souza [Mon, 3 Dec 2012 21:27:40 +0000 (21:27 +0000)]
ethumb: Port to edbus v2

Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>

SVN revision: 80103

11 years agoedje: support basic body attributes - friction and
Bruno Dilly [Mon, 3 Dec 2012 19:47:52 +0000 (19:47 +0000)]
edje: support basic body attributes - friction and
 restitution

SVN revision: 80099

11 years agoephysics: fix debug msgs at some functions
Bruno Dilly [Mon, 3 Dec 2012 19:47:18 +0000 (19:47 +0000)]
ephysics: fix debug msgs at some functions

Broken in r77467

SVN revision: 80098

11 years agoEcore: add examples
Vincent Torri [Mon, 3 Dec 2012 19:36:16 +0000 (19:36 +0000)]
Ecore: add examples

SVN revision: 80097

11 years agoEcore: merge unit tests, ignore++
Vincent Torri [Mon, 3 Dec 2012 18:29:51 +0000 (18:29 +0000)]
Ecore: merge unit tests, ignore++

SVN revision: 80090

11 years agoEvas: fix static gl engines compilation, and maybe others too
Vincent Torri [Mon, 3 Dec 2012 16:54:10 +0000 (16:54 +0000)]
Evas: fix static gl engines compilation, and maybe others too

SVN revision: 80085

11 years agoedje: initial support to physics block inside
Bruno Dilly [Mon, 3 Dec 2012 16:36:32 +0000 (16:36 +0000)]
edje: initial support to physics block inside
 description

Only mass is set by now.

SVN revision: 80082

11 years agoecore: don't include Makefile_Ecore_Evas.am twice
Vincent Torri [Mon, 3 Dec 2012 16:11:26 +0000 (16:11 +0000)]
ecore: don't include Makefile_Ecore_Evas.am twice

SVN revision: 80079