platform/upstream/efl.git
11 years agoeio: continue on access right error.
Cedric BAIL [Thu, 27 Sep 2012 00:55:41 +0000 (00:55 +0000)]
eio: continue on access right error.

SVN revision: 77103

11 years agoedbus: Fix lib name in edbus2.pc.in
José Roberto de Souza [Wed, 26 Sep 2012 20:33:53 +0000 (20:33 +0000)]
edbus: Fix lib name in edbus2.pc.in

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

SVN revision: 77102

11 years agoEcore_Evas (wayland): Add missing close.
Christopher Michael [Wed, 26 Sep 2012 19:26:24 +0000 (19:26 +0000)]
Ecore_Evas (wayland): Add missing close.

SVN revision: 77100

11 years agoEcore_Evas (wayland): Remove goto. (don't need them, don't want them)
Christopher Michael [Wed, 26 Sep 2012 19:01:04 +0000 (19:01 +0000)]
Ecore_Evas (wayland): Remove goto. (don't need them, don't want them)
;) Also, remove an extra blank line that got in there.

SVN revision: 77099

11 years agoedbus: Full file path on EXTRA_DIST of doc
José Roberto de Souza [Wed, 26 Sep 2012 18:49:16 +0000 (18:49 +0000)]
edbus: Full file path on EXTRA_DIST of doc

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

SVN revision: 77098

11 years agoWayland_SHM: Simplify code for buffer creation
Eduardo Lima (Etrunko) [Wed, 26 Sep 2012 18:42:47 +0000 (18:42 +0000)]
Wayland_SHM: Simplify code for buffer creation

Removed unecessary ensure_pool_size function move the checks to _pool_create.

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

11 years agoWayland_SHM: new functions for freeing SHM buffer and
Eduardo Lima (Etrunko) [Wed, 26 Sep 2012 18:41:57 +0000 (18:41 +0000)]
Wayland_SHM: new functions for freeing SHM buffer and
 pool

_ecore_evas_wl_buffer_free() and _ecore_evas_wl_shm_pool_free() were added,
avoid repeating the same calls everywhere.

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

11 years agoedbus: Add edbus_signal_handler_match_extra_vset
José Roberto de Souza [Wed, 26 Sep 2012 18:16:34 +0000 (18:16 +0000)]
edbus: Add edbus_signal_handler_match_extra_vset

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

SVN revision: 77095

11 years agoedbus: Fix building doc outside of tree
José Roberto de Souza [Wed, 26 Sep 2012 18:16:28 +0000 (18:16 +0000)]
edbus: Fix building doc outside of tree

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

SVN revision: 77094

11 years agoand back to full update - poo.
Carsten Haitzler [Wed, 26 Sep 2012 13:23:29 +0000 (13:23 +0000)]
and back to full update - poo.

SVN revision: 77093

11 years agofill in some more egl sw engine theory.
Carsten Haitzler [Wed, 26 Sep 2012 10:03:49 +0000 (10:03 +0000)]
fill in some more egl sw engine theory.

SVN revision: 77078

11 years agoevas: more distcheck fix.
Cedric BAIL [Wed, 26 Sep 2012 07:52:04 +0000 (07:52 +0000)]
evas: more distcheck fix.

SVN revision: 77075

11 years agomerge: and disable eo for now, as requested by Tom
Vincent Torri [Wed, 26 Sep 2012 07:29:34 +0000 (07:29 +0000)]
merge: and disable eo for now, as requested by Tom

SVN revision: 77074

11 years agomerge: add eo
Vincent Torri [Wed, 26 Sep 2012 06:56:52 +0000 (06:56 +0000)]
merge: add eo

SVN revision: 77072

11 years agoevas: forgotten include for make dist.
Cedric BAIL [Wed, 26 Sep 2012 06:50:28 +0000 (06:50 +0000)]
evas: forgotten include for make dist.

SVN revision: 77071

11 years agomerge: fix paths
Vincent Torri [Wed, 26 Sep 2012 06:43:58 +0000 (06:43 +0000)]
merge: fix paths

SVN revision: 77070

11 years agopartial swaps++ to evas gl engine.
Carsten Haitzler [Wed, 26 Sep 2012 03:49:33 +0000 (03:49 +0000)]
partial swaps++ to evas gl engine.

SVN revision: 77069

11 years agoedje: Fix doc for edje_object_part_text_user_insert.
Jonas M. Gastal [Tue, 25 Sep 2012 19:53:21 +0000 (19:53 +0000)]
edje: Fix doc for edje_object_part_text_user_insert.

SVN revision: 77064

11 years agoedje: include cache functions in General Group in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:52:15 +0000 (19:52 +0000)]
edje: include cache functions in General Group in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77063

11 years agoedje: put #define EDJE_EXTERNAL_TYPE_ABI_VERSION outside the struct.
Jonas M. Gastal [Tue, 25 Sep 2012 19:51:09 +0000 (19:51 +0000)]
edje: put #define EDJE_EXTERNAL_TYPE_ABI_VERSION outside the struct.

reason: that way it appears in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77062

11 years agoedje: Text Entry Group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:50:03 +0000 (19:50 +0000)]
edje: Text Entry Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77061

11 years agoedje: Text Selection Group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:48:57 +0000 (19:48 +0000)]
edje: Text Selection Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77060

11 years agoedje: Text Cursor Group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:47:50 +0000 (19:47 +0000)]
edje: Text Cursor Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77059

11 years agoedje: Part Text top level group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:46:44 +0000 (19:46 +0000)]
edje: Part Text top level group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77058

11 years agoedje: fix refs to Edje_Object_Part group in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:45:38 +0000 (19:45 +0000)]
edje: fix refs to Edje_Object_Part group in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77057

11 years agoedje: include edje_box_layout_register to Box group in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:44:32 +0000 (19:44 +0000)]
edje: include edje_box_layout_register to Box group in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77056

11 years agoedje: Part Swallow Group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:43:24 +0000 (19:43 +0000)]
edje: Part Swallow Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77055

11 years agoedje: Part Drag Group created in documentation.
Jonas M. Gastal [Tue, 25 Sep 2012 19:42:16 +0000 (19:42 +0000)]
edje: Part Drag Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77054

11 years agomerge: fix eet test includes
Vincent Torri [Tue, 25 Sep 2012 17:05:30 +0000 (17:05 +0000)]
merge: fix eet test includes

SVN revision: 77053

11 years agomerge: clean generated examples
Vincent Torri [Tue, 25 Sep 2012 08:23:06 +0000 (08:23 +0000)]
merge: clean generated examples

SVN revision: 77050

11 years agoadd .h :)
Carsten Haitzler [Tue, 25 Sep 2012 08:14:14 +0000 (08:14 +0000)]
add .h :)

SVN revision: 77049

11 years agomerge: minor fix
Vincent Torri [Tue, 25 Sep 2012 08:01:31 +0000 (08:01 +0000)]
merge: minor fix

SVN revision: 77045

11 years agoand fill in some more apis and notes - still doesnt work.
Carsten Haitzler [Tue, 25 Sep 2012 05:59:24 +0000 (05:59 +0000)]
and fill in some more apis and notes - still doesnt work.

SVN revision: 77044

11 years agothis is the start of something inteteresting. it is the start of using
Carsten Haitzler [Tue, 25 Sep 2012 05:44:43 +0000 (05:44 +0000)]
this is the start of something inteteresting. it is the start of using
egl with software rendering only (no gl just egl). ie get access to
buffer and do swaps etc. etc. etc. it's meant to be totally dynamic -
ie dlopen libEGL if u have it and then start checking if it can do
this thing so it doesnt add any dependencies at all.

SVN revision: 77043

11 years agoevas - added NEWS instead of raster
ChunEon Park [Tue, 25 Sep 2012 03:11:21 +0000 (03:11 +0000)]
evas - added NEWS instead of raster

SVN revision: 77042

11 years agoEio: fix eio_file_associate_add docs
Leandro Dorileo [Mon, 24 Sep 2012 22:22:46 +0000 (22:22 +0000)]
Eio: fix eio_file_associate_add docs

Concerning the eio_file_associate_add docs it currently states the
user data is freed with free() case a callback is not provided, this
is not the case, the associate data(Eio_File_Associate) is freed not
the user data.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77041

11 years agosmall thing - internal path. onebuf mode was broken, make it work
Carsten Haitzler [Mon, 24 Sep 2012 08:09:33 +0000 (08:09 +0000)]
small thing - internal path. onebuf mode was broken, make it work
again. only useful if explicitly turned on in code which is it snt atm.

SVN revision: 77034

11 years agoreally small thing - avoid palette alloc rounding down at extremes
Carsten Haitzler [Mon, 24 Sep 2012 07:51:45 +0000 (07:51 +0000)]
really small thing - avoid palette alloc rounding down at extremes
(ff->fe).

SVN revision: 77033

11 years agoRefactored Evas GL engine code so wayland_egl and gl_x11 and other
Sung Park [Mon, 24 Sep 2012 07:41:27 +0000 (07:41 +0000)]
Refactored Evas GL engine code so wayland_egl and gl_x11 and other
engines can share the same code. The common codes are in gl_common/
directory and evas_engine just has to implement a few engine functions.

SVN revision: 77032

11 years agoremove spec file entires for 16bpp engines.
Carsten Haitzler [Mon, 24 Sep 2012 04:15:20 +0000 (04:15 +0000)]
remove spec file entires for 16bpp engines.

SVN revision: 77031

11 years agoand remove 16bit engines/code as planned.
Carsten Haitzler [Mon, 24 Sep 2012 04:13:59 +0000 (04:13 +0000)]
and remove 16bit engines/code as planned.

SVN revision: 77030

11 years agoremove commented out xrdb code in evas engines.
Carsten Haitzler [Mon, 24 Sep 2012 03:58:47 +0000 (03:58 +0000)]
remove commented out xrdb code in evas engines.

SVN revision: 77029

11 years agoand simplify gles suport to #ifdef GL_GLES :) we dont need sgx+6410
Carsten Haitzler [Mon, 24 Sep 2012 03:33:43 +0000 (03:33 +0000)]
and simplify gles suport to #ifdef GL_GLES :) we dont need sgx+6410
stuff anymore.

SVN revision: 77028

11 years agodeprecate 6410 support. this driver has never seen the light of day
Carsten Haitzler [Mon, 24 Sep 2012 03:06:26 +0000 (03:06 +0000)]
deprecate 6410 support. this driver has never seen the light of day
and likely never will - so give up on support.

SVN revision: 77027

11 years agomerge : remove useless CONDITIONALs and make eet build optional; eina is always built
Vincent Torri [Sun, 23 Sep 2012 19:56:44 +0000 (19:56 +0000)]
merge : remove useless CONDITIONALs and make eet build optional; eina is always built

SVN revision: 77026

11 years agoAdd rpm support
Rui Seabra [Sun, 23 Sep 2012 13:39:53 +0000 (13:39 +0000)]
Add rpm support

SVN revision: 77023

11 years agoCorrect fix.
Rui Seabra [Sun, 23 Sep 2012 13:28:06 +0000 (13:28 +0000)]
Correct fix.

SVN revision: 77022

11 years ago * Add support to eeze_sensor lib in the spec
Rui Seabra [Sun, 23 Sep 2012 12:17:22 +0000 (12:17 +0000)]
 * Add support to eeze_sensor lib in the spec
 * Fix dist build by including a header file
 * svn:ignore on .deps, Makefile and Makefile.in on modules and tests.

SVN revision: 77021

11 years agoEvas: update to newer esvg API
Vincent Torri [Sat, 22 Sep 2012 18:20:29 +0000 (18:20 +0000)]
Evas: update to newer esvg API

Should I backport that ?

SVN revision: 77019

11 years agomerge: use $(MAKE) $(AM_MAKEFLAGS) and not just make. Fix benchmark-e17 rule
Vincent Torri [Sat, 22 Sep 2012 06:44:32 +0000 (06:44 +0000)]
merge: use $(MAKE) $(AM_MAKEFLAGS) and not just make. Fix benchmark-e17 rule

SVN revision: 77008

11 years agoedbus: Add example of 2 containners at same level.
José Roberto de Souza [Fri, 21 Sep 2012 22:44:17 +0000 (22:44 +0000)]
edbus: Add example of 2 containners at same level.

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

SVN revision: 77007

11 years agoedbus: Reduce variable scope and add const where it's
Lucas De Marchi [Fri, 21 Sep 2012 22:44:11 +0000 (22:44 +0000)]
edbus: Reduce variable scope and add const where it's
 due

SVN revision: 77006

11 years agoedbus: Do not build examples by default
Lucas De Marchi [Fri, 21 Sep 2012 22:44:05 +0000 (22:44 +0000)]
edbus: Do not build examples by default

It's weird to enable/disable the examples at configure time rather than
having a rule "make examples", but this appears to be how it's done in
EFL.

SVN revision: 77005

11 years agoedbus: Fix memory leak in
José Roberto de Souza [Fri, 21 Sep 2012 22:43:58 +0000 (22:43 +0000)]
edbus: Fix memory leak in
 edbus_signal_handler_match_extra_set()

And allow values == "" in match_extra_set()

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

SVN revision: 77004

11 years agoedbus: Ignore the compiled library
Lucas De Marchi [Fri, 21 Sep 2012 21:57:37 +0000 (21:57 +0000)]
edbus: Ignore the compiled library

SVN revision: 77003

11 years agoedbus: Also rename installed lib to edbus2
Lucas De Marchi [Fri, 21 Sep 2012 20:20:08 +0000 (20:20 +0000)]
edbus: Also rename installed lib to edbus2

SVN revision: 76997

11 years agoedbus: Rename edbus.pc to edbus2.pc to avoi conflict
Lucas De Marchi [Fri, 21 Sep 2012 19:56:52 +0000 (19:56 +0000)]
edbus: Rename edbus.pc to edbus2.pc to avoi conflict

Even though the previous library was named E_DBus, it was installing an
edbus.pc file. Rename our file so it doesn't conflct with the other.

SVN revision: 76995

11 years agoedje_codegen: Making the example uses the externals code
Flavio Vinicius Alvares Ceolin [Fri, 21 Sep 2012 17:34:09 +0000 (17:34 +0000)]
edje_codegen: Making the example uses the externals code

SVN revision: 76992

11 years agoedje_codegen: Adding support for externals
Flavio Vinicius Alvares Ceolin [Fri, 21 Sep 2012 17:32:34 +0000 (17:32 +0000)]
edje_codegen: Adding support for externals

Generating functions to manipulate the parameters of
an external part.

SVN revision: 76991

11 years agoedje: Part Box Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:21:03 +0000 (17:21 +0000)]
edje: Part Box Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76990

11 years agoedje: Part Table Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:21:00 +0000 (17:21 +0000)]
edje: Part Table Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76989

11 years agoedje: Part top level group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:58 +0000 (17:20 +0000)]
edje: Part top level group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76988

11 years agoedje: Object Scale Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:55 +0000 (17:20 +0000)]
edje: Object Scale Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76987

11 years agoedje: Color and Text Class groups created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:53 +0000 (17:20 +0000)]
edje: Color and Text Class groups created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76986

11 years agoedje: Object Perspective Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:50 +0000 (17:20 +0000)]
edje: Object Perspective Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76985

11 years agoedje: Object File Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:47 +0000 (17:20 +0000)]
edje: Object File Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76984

11 years agoedje: Object Animation Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:45 +0000 (17:20 +0000)]
edje: Object Animation Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76983

11 years agoedje: Communication Interface groups created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:42 +0000 (17:20 +0000)]
edje: Communication Interface groups created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76982

11 years agoedje: Object Geometry Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:39 +0000 (17:20 +0000)]
edje: Object Geometry Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76981

11 years agoedje: Object top level group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:37 +0000 (17:20 +0000)]
edje: Object top level group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76980

11 years agoephysics: doc clean up
Bruno Dilly [Fri, 21 Sep 2012 17:02:39 +0000 (17:02 +0000)]
ephysics: doc clean up

remove wrong reference

SVN revision: 76979

11 years agoephysics: add more images for examples
Bruno Dilly [Fri, 21 Sep 2012 17:02:28 +0000 (17:02 +0000)]
ephysics: add more images for examples

SVN revision: 76978

11 years agoephysics: add a new example doc: Camera Track -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:02:07 +0000 (17:02 +0000)]
ephysics: add a new example doc: Camera Track -
 test_camera_track.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76977

11 years agoephysics: add a new example doc: Growing Balls -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:59 +0000 (17:01 +0000)]
ephysics: add a new example doc: Growing Balls -
 test_growing_balls.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76976

11 years agoephysics: add a new example doc: Camera -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:49 +0000 (17:01 +0000)]
ephysics: add a new example doc: Camera -
 test_camera.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76975

11 years agoephysics: add a new example doc: Slider -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:40 +0000 (17:01 +0000)]
ephysics: add a new example doc: Slider -
 test_slider.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76974

11 years agoephysics: add a new example doc: Forces -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:27 +0000 (17:01 +0000)]
ephysics: add a new example doc: Forces -
 test_forces.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76973

11 years agoephysics: add a new example doc: Shapes -
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:17 +0000 (17:01 +0000)]
ephysics: add a new example doc: Shapes -
 test_shapes.c

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 76972

11 years agoedje: External Group created in documentation.
Jonas M. Gastal [Fri, 21 Sep 2012 15:37:54 +0000 (15:37 +0000)]
edje: External Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76971

11 years agoeeze/sensor: Fill in more properties in the tizen plugin.
Stefan Schmidt [Fri, 21 Sep 2012 14:56:47 +0000 (14:56 +0000)]
eeze/sensor: Fill in more properties in the tizen plugin.

Fill in timestamp values where provided and adjust accuracy to -1 if
undefined. 0 means bad accuracy here.

SVN revision: 76970

11 years agoeeze/sensor: Finally get right of eeze_sensor_handle_get
Stefan Schmidt [Fri, 21 Sep 2012 14:56:40 +0000 (14:56 +0000)]
eeze/sensor: Finally get right of eeze_sensor_handle_get

No longer needed as it only contains the modules information that will be
used in the eeze_sensor core. All other important bits have found new homes
in other data structures.

SVN revision: 76969

11 years agoecore: include Eina.h as we need it.
Cedric BAIL [Fri, 21 Sep 2012 13:10:01 +0000 (13:10 +0000)]
ecore: include Eina.h as we need it.

SVN revision: 76967

11 years agoecore: fix build without Ecore_Con support.
Cedric BAIL [Fri, 21 Sep 2012 13:08:51 +0000 (13:08 +0000)]
ecore: fix build without Ecore_Con support.

SVN revision: 76966

11 years agoEcore: Update ChangeLog for RandR fix.
Christopher Michael [Fri, 21 Sep 2012 13:01:20 +0000 (13:01 +0000)]
Ecore: Update ChangeLog for RandR fix.

SVN revision: 76964

11 years agooooh fix nasty bug never found to date in ecore-x - gettign if image
Carsten Haitzler [Fri, 21 Sep 2012 12:12:54 +0000 (12:12 +0000)]
oooh fix nasty bug never found to date in ecore-x - gettign if image
is argb or not was WRONG. fixed. :) this now affected the comp
software non-32bit support as it used it.

SVN revision: 76961

11 years agoport eet fix to efl tree
Carsten Haitzler [Fri, 21 Sep 2012 08:43:49 +0000 (08:43 +0000)]
port eet fix to efl tree

SVN revision: 76944

11 years agoEcore_X: Fix more randr functions. Properly return output Modes from
Christopher Michael [Fri, 21 Sep 2012 08:17:35 +0000 (08:17 +0000)]
Ecore_X: Fix more randr functions. Properly return output Modes from
ecore_x_randr_output_modes_get (more memcpy madness).

SVN revision: 76940

11 years agomerge: fix compilation when no EFL is installed...
Vincent Torri [Fri, 21 Sep 2012 08:15:58 +0000 (08:15 +0000)]
merge: fix compilation when no EFL is installed...

tested on linux and windows.
And disable valgrind as there's a link problem in eet binary,
i'll check that later

SVN revision: 76938

11 years agoefreet Efreet_Mime.h: Fixed documentation.
Daniel Juyung Seo [Fri, 21 Sep 2012 00:03:23 +0000 (00:03 +0000)]
efreet Efreet_Mime.h: Fixed documentation.

SVN revision: 76924

11 years agoefreet: Fixed formatting.
Daniel Juyung Seo [Fri, 21 Sep 2012 00:03:18 +0000 (00:03 +0000)]
efreet: Fixed formatting.

SVN revision: 76923

11 years agoefreet efreet_mime.c: Changes in efreet_mime_shutdown. Decrementing init counter...
Daniel Juyung Seo [Thu, 20 Sep 2012 23:33:32 +0000 (23:33 +0000)]
efreet efreet_mime.c: Changes in efreet_mime_shutdown. Decrementing init counter below 0 issue solved. Patch by Zbigniew Kosinski z.kosinski@samsung.com

On Thu, Sep 20, 2012 at 8:06 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote:
> Hello,
>
> Right now efreet_shutdown function doesn't return values below 0.
>
> In my opinion,  efreet_mime_shutdown function should behave in the same way
> as efreet_shutdown.
>
> I have prepared patch proposal to prevent decrementing init counter below 0.
>
> Please take a look at attached file.
>
> BR,
>
> Zbigniew Kosinski

SVN revision: 76921

11 years agoeeze/sensor: Be more failure tolerant in example.
Stefan Schmidt [Thu, 20 Sep 2012 15:46:36 +0000 (15:46 +0000)]
eeze/sensor: Be more failure tolerant in example.

If the sensor does not exist we should not ask for its properties.

SVN revision: 76918

11 years agoeeze/sensor: Fail if we can't find the sensor object.
Stefan Schmidt [Thu, 20 Sep 2012 15:46:34 +0000 (15:46 +0000)]
eeze/sensor: Fail if we can't find the sensor object.

We might have asked for a sensor that is not supported on this device. Let
the application know about this.

SVN revision: 76917

11 years agoeeze/tests: Fix test for sensor events.
Stefan Schmidt [Thu, 20 Sep 2012 15:46:04 +0000 (15:46 +0000)]
eeze/tests: Fix test for sensor events.

Inject the event by hand to test the code pathes handling a sensor event coming in.

SVN revision: 76916

11 years agoeeze/tests: Cover private eeze functions as well.
Stefan Schmidt [Thu, 20 Sep 2012 15:45:59 +0000 (15:45 +0000)]
eeze/tests: Cover private eeze functions as well.

SVN revision: 76915

11 years agofoudn another native surface booboo - same as gl engine. fix too.
Carsten Haitzler [Thu, 20 Sep 2012 13:37:55 +0000 (13:37 +0000)]
foudn another native surface booboo - same as gl engine. fix too.

SVN revision: 76911

11 years agofix native surface null set crash bug.
Carsten Haitzler [Thu, 20 Sep 2012 09:16:57 +0000 (09:16 +0000)]
fix native surface null set crash bug.

SVN revision: 76898

11 years agoedje: why does it work for me...
Cedric BAIL [Thu, 20 Sep 2012 07:52:10 +0000 (07:52 +0000)]
edje: why does it work for me...

SVN revision: 76891

11 years agoedje: damn top poster !
Cedric BAIL [Thu, 20 Sep 2012 06:27:34 +0000 (06:27 +0000)]
edje: damn top poster !

SVN revision: 76884

11 years agoLua 5.2 support added, from a patch by Dennis Schridde (devurandom).
David Walter Seikel [Thu, 20 Sep 2012 05:48:05 +0000 (05:48 +0000)]
Lua 5.2 support added, from a patch by Dennis Schridde (devurandom).

SVN revision: 76883