platform/upstream/efl.git
10 years agoformatting - convert tabs to whitespace
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 10:57:04 +0000 (19:57 +0900)]
formatting - convert tabs to whitespace

10 years agoecore_x - add some minor calls to be able to suspend/resume screensaver
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 06:44:12 +0000 (15:44 +0900)]
ecore_x - add some minor calls to be able to suspend/resume screensaver

10 years agoupdate po files
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 03:57:52 +0000 (12:57 +0900)]
update po files

10 years agoedje - fix self feed complaint to be an ERR so we see it
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 00:42:03 +0000 (09:42 +0900)]
edje - fix self feed complaint to be an ERR so we see it

10 years agoeolian-cxx: Make proper handling of namespaces.
Savio Sena [Tue, 1 Jul 2014 09:55:45 +0000 (10:55 +0100)]
eolian-cxx: Make proper handling of namespaces.

Summary:
The generation of class prefixes was not taking into account the full
classname -- the namespace was not being prepended to it. Fixed that and
also re-organized the code a bit, removed some Wshadow warnings also.

This commit fixes 'make examples' and 'make check'.

Reviewers: tasn, cedric, q66

CC: felipealmeida, smohanty, cedric
Differential Revision: https://phab.enlightenment.org/D1100

10 years agocore_fb: Fix crash on tablet with removable kbd
Olivier Guiter [Mon, 30 Jun 2014 14:32:36 +0000 (16:32 +0200)]
core_fb: Fix crash on tablet with removable kbd

On tablet with removable keyboard (e.g.: T100), as the FB support
in ecore is very limited, the lib crashes when you remove the kbd.
This patch disabled gracefully a "not anymore present" keyboard...

Signed-off-by: Olivier Guiter <olivier.guiter@linux.intel.com>
10 years agoeolian: also allow void in @out params
Daniel Kolesa [Mon, 30 Jun 2014 22:21:36 +0000 (23:21 +0100)]
eolian: also allow void in @out params

10 years agoeolian: remove superfluous macros
Daniel Kolesa [Mon, 30 Jun 2014 22:17:05 +0000 (23:17 +0100)]
eolian: remove superfluous macros

10 years agoeolian: allow void return in getter accessors (to force the return to be an out param)
Daniel Kolesa [Mon, 30 Jun 2014 22:13:04 +0000 (23:13 +0100)]
eolian: allow void return in getter accessors (to force the return to be an out param)

10 years agoeolian: support for void as separate type type
Daniel Kolesa [Mon, 30 Jun 2014 22:07:32 +0000 (23:07 +0100)]
eolian: support for void as separate type type

10 years agoeolian: different syntax for functions (func ret_type (arg_types))
Daniel Kolesa [Mon, 30 Jun 2014 21:07:13 +0000 (22:07 +0100)]
eolian: different syntax for functions (func ret_type (arg_types))

10 years agoeolian/generator: shadow fix
Daniel Kolesa [Mon, 30 Jun 2014 20:53:08 +0000 (21:53 +0100)]
eolian/generator: shadow fix

10 years agoeolian: function type parsing
Daniel Kolesa [Mon, 30 Jun 2014 20:52:57 +0000 (21:52 +0100)]
eolian: function type parsing

10 years agoeolian: _CLASS -> _CLASS/INTERFACE/MIXIN
Daniel Kolesa [Mon, 30 Jun 2014 20:29:50 +0000 (21:29 +0100)]
eolian: _CLASS -> _CLASS/INTERFACE/MIXIN

10 years agoeolian-cxx: Added namespaces and more (see below)
Daniel Kolesa [Mon, 30 Jun 2014 18:32:52 +0000 (19:32 +0100)]
eolian-cxx: Added namespaces and more (see below)

Implemented namespaces
Added eolian_wrappers.hh with C++ code wrapping Eolain API
Changed eolian_cxx program options. Now they're eolian_gen's
Added functions to safe_str.hh (safe_lower, safe_upper, normalize_spaces, path_base)
Added a mocked version of type_lookup.hh in advance. The full
version will come as soon as complex-types are added.

Made apply again by Daniel Kolesa, original implementation by Savio Sena.

10 years agoEvas: Fix object_top_at_pointer_get().
Tom Hacohen [Mon, 30 Jun 2014 18:29:54 +0000 (19:29 +0100)]
Evas: Fix object_top_at_pointer_get().

I accidentally changed that function in a previous commit.

Thanks to davemds for reporting.

10 years agoeolian: @own -> own
Daniel Kolesa [Mon, 30 Jun 2014 17:10:29 +0000 (18:10 +0100)]
eolian: @own -> own

10 years agoEolian: Fix most of the .eo files to have namespaces.
Tom Hacohen [Mon, 30 Jun 2014 16:49:50 +0000 (17:49 +0100)]
Eolian: Fix most of the .eo files to have namespaces.

Eolian (.eo) supports splitting the class name to namespaces. These
commits fix most of the existing .eo files accordingly.

10 years agoEvas object eolian: Fix namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:25:20 +0000 (23:25 +0100)]
Evas object eolian: Fix namespace.

10 years agoEvas object smart eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:22:28 +0000 (23:22 +0100)]
Evas object smart eolian: Update namespace.

10 years agoEvas smart clipped eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:14:09 +0000 (23:14 +0100)]
Evas smart clipped eolian: Update namespace.

10 years agoEvas eolian: Fix namespace for many more classes.
Tom Hacohen [Fri, 27 Jun 2014 21:13:09 +0000 (22:13 +0100)]
Evas eolian: Fix namespace for many more classes.

10 years agoEvas canvas eolian: Fix namespace and class name for the evas canvas.
Tom Hacohen [Thu, 26 Jun 2014 21:29:46 +0000 (22:29 +0100)]
Evas canvas eolian: Fix namespace and class name for the evas canvas.

10 years agoEdje eolian: Fix namespaces for all of the edje classes.
Tom Hacohen [Thu, 26 Jun 2014 19:15:41 +0000 (20:15 +0100)]
Edje eolian: Fix namespaces for all of the edje classes.

10 years agoEcore eolian: Fix namespaces for all of the ecore classes.
Tom Hacohen [Thu, 26 Jun 2014 18:37:40 +0000 (19:37 +0100)]
Ecore eolian: Fix namespaces for all of the ecore classes.

10 years agoEo abstract class: Fix namespace.
Tom Hacohen [Thu, 26 Jun 2014 18:32:09 +0000 (19:32 +0100)]
Eo abstract class: Fix namespace.

10 years agoEo (base class): Fix .eo file to have proper namespacing for the class naem.
Tom Hacohen [Fri, 20 Jun 2014 10:14:59 +0000 (11:14 +0100)]
Eo (base class): Fix .eo file to have proper namespacing for the class naem.

10 years agoEcore examples: Add ecore_compose_get() example.
Tom Hacohen [Fri, 27 Jun 2014 18:25:45 +0000 (19:25 +0100)]
Ecore examples: Add ecore_compose_get() example.

Example created by Vincent Torri.

10 years agoMerging 'devs/q66/eolian_types'
Daniel Kolesa [Mon, 30 Jun 2014 16:41:30 +0000 (17:41 +0100)]
Merging 'devs/q66/eolian_types'

This gets in new type syntax in eo files as well as brand new
API for handling types and updated generators.

10 years agoMerging 'devs/q66/eolian_experimental'
Daniel Kolesa [Mon, 30 Jun 2014 16:40:09 +0000 (17:40 +0100)]
Merging 'devs/q66/eolian_experimental'

This gets in several changes - such as new eolian API for deduplication
of names, support for eot files and processing of classes and typedefs
in sequence.

10 years agoeolian/tests: warning fixes
Daniel Kolesa [Fri, 27 Jun 2014 14:41:06 +0000 (15:41 +0100)]
eolian/tests: warning fixes

10 years agoeolian: make tests pass
Daniel Kolesa [Fri, 27 Jun 2014 14:39:19 +0000 (15:39 +0100)]
eolian: make tests pass

10 years agoeolian: new type API
Daniel Kolesa [Fri, 27 Jun 2014 13:47:40 +0000 (14:47 +0100)]
eolian: new type API

This new API supports function pointer types, multiple type subtypes, const attribute without parsing
the name string, own attribute for any partial type and more. This commit also updates the C and C++
generators so that they compile and generate correct code.

@feature

10 years agoeolian: transform tests to the new @own syntax
Daniel Kolesa [Fri, 27 Jun 2014 11:49:21 +0000 (12:49 +0100)]
eolian: transform tests to the new @own syntax

10 years agoeolian: preparation for new type API
Daniel Kolesa [Fri, 27 Jun 2014 10:06:27 +0000 (11:06 +0100)]
eolian: preparation for new type API

10 years agoeolian: type -> typedef
Daniel Kolesa [Fri, 27 Jun 2014 09:55:54 +0000 (10:55 +0100)]
eolian: type -> typedef

10 years agoeolian: allow multiple subtypes by reorganizing the type structure - preparation...
Daniel Kolesa [Thu, 26 Jun 2014 14:55:18 +0000 (15:55 +0100)]
eolian: allow multiple subtypes by reorganizing the type structure - preparation for new API

10 years agoeolian/lexer: new keyword (func) plus new token (->) - for function pointer types
Daniel Kolesa [Thu, 26 Jun 2014 13:27:45 +0000 (14:27 +0100)]
eolian/lexer: new keyword (func) plus new token (->) - for function pointer types

10 years agoeolian: builtin fixed size integer types, floating point types and void
Daniel Kolesa [Thu, 26 Jun 2014 13:11:52 +0000 (14:11 +0100)]
eolian: builtin fixed size integer types, floating point types and void

10 years agoeolian: support for C type translation in eo lexer
Daniel Kolesa [Thu, 26 Jun 2014 11:02:19 +0000 (12:02 +0100)]
eolian: support for C type translation in eo lexer

10 years agoeolian: handle new type syntax in parser
Daniel Kolesa [Thu, 26 Jun 2014 10:51:08 +0000 (11:51 +0100)]
eolian: handle new type syntax in parser

10 years agoeolian: remove all occurences of unsigned
Daniel Kolesa [Thu, 26 Jun 2014 10:50:29 +0000 (11:50 +0100)]
eolian: remove all occurences of unsigned

10 years agoeolian: modify all eo files according to the new type syntax
Daniel Kolesa [Thu, 26 Jun 2014 09:52:17 +0000 (10:52 +0100)]
eolian: modify all eo files according to the new type syntax

10 years agoelua: use the new dedup API in lualian
Daniel Kolesa [Tue, 24 Jun 2014 16:23:13 +0000 (17:23 +0100)]
elua: use the new dedup API in lualian

10 years agoeolian_cxx: use the new eolian dedup API
Daniel Kolesa [Tue, 24 Jun 2014 16:20:33 +0000 (17:20 +0100)]
eolian_cxx: use the new eolian dedup API

10 years agoeolian: new API: eolian_function_full_c_name_get - reduces duplication of code
Daniel Kolesa [Tue, 24 Jun 2014 16:15:17 +0000 (17:15 +0100)]
eolian: new API: eolian_function_full_c_name_get - reduces duplication of code

10 years agoeolian: free the iterator
Daniel Kolesa [Tue, 24 Jun 2014 15:34:21 +0000 (16:34 +0100)]
eolian: free the iterator

10 years agoeolian_cxx/generator: support for eot files
Daniel Kolesa [Tue, 24 Jun 2014 13:21:32 +0000 (14:21 +0100)]
eolian_cxx/generator: support for eot files

10 years agoelua: update lualian against latest changes
Daniel Kolesa [Tue, 24 Jun 2014 12:56:41 +0000 (13:56 +0100)]
elua: update lualian against latest changes

10 years agoeolian: introducing support for .eot files
Daniel Kolesa [Tue, 24 Jun 2014 12:45:51 +0000 (13:45 +0100)]
eolian: introducing support for .eot files

.eot files are similar to .eo, but they can't contain classes; all .eot files found in include paths
are parsed and information is added into the database. They're there for typedefs and eventually also
enums, structs and constants.

@feature

10 years agoeolian: process classes and typedefs in order
Daniel Kolesa [Mon, 23 Jun 2014 18:04:20 +0000 (19:04 +0100)]
eolian: process classes and typedefs in order

10 years agoevas/drm: Remove obsolete tty open function
Stefan Schmidt [Fri, 27 Jun 2014 14:53:54 +0000 (16:53 +0200)]
evas/drm: Remove obsolete tty open function

We use ecore_drm for this already. Remove this non-used version.

10 years agoevas/drm: Make use of ecore_drm for opening DRM device
Stefan Schmidt [Fri, 27 Jun 2014 14:21:32 +0000 (16:21 +0200)]
evas/drm: Make use of ecore_drm for opening DRM device

We use this functionality already from ecore_drm. The evas version does
not even use udev to acquire the device which means we could not support
hotplugging. The only missing feature was the capability check for
DUMB_BUFFER which I added to ecore_drm now.

10 years agoecore_drm: Make struct Ecore_Drm_Device available
Stefan Schmidt [Fri, 27 Jun 2014 14:18:21 +0000 (16:18 +0200)]
ecore_drm: Make struct Ecore_Drm_Device available

Allow the struct to be used by other parts and not only ecore_drm.
This is needed to use ecore_drm in the evas drm engine.

10 years agoecore_drm: Test drm device for DUMB BUFFER capability
Stefan Schmidt [Fri, 27 Jun 2014 13:30:35 +0000 (15:30 +0200)]
ecore_drm: Test drm device for DUMB BUFFER capability

Without this we can't do software rendering on the DRM device.

10 years agoecore_drm: Use CLOEXEC option when openning drm device
Stefan Schmidt [Fri, 27 Jun 2014 13:29:38 +0000 (15:29 +0200)]
ecore_drm: Use CLOEXEC option when openning drm device

10 years agoecore_drm: Iterate over all available connectors not just the first
Stefan Schmidt [Fri, 27 Jun 2014 09:03:55 +0000 (11:03 +0200)]
ecore_drm: Iterate over all available connectors not just the first

Maybe this was here for some debugging? It does not make any sense though
to loop over all connectors but break out of the loop after the first run.

10 years agolz4: fix shadow issue
Boris Faure [Sun, 29 Jun 2014 21:11:15 +0000 (23:11 +0200)]
lz4: fix shadow issue

@fix

10 years agoecore_win32: discard WM_MOUSEMOVE message if it has the same mouse coordinates than...
Vincent Torri [Sun, 29 Jun 2014 15:57:20 +0000 (17:57 +0200)]
ecore_win32: discard WM_MOUSEMOVE message if it has the same mouse coordinates than the previous one. See link in commit for an explanation

10 years agoecore_win32: activate an Ecore window when raising it
Vincent Torri [Sun, 29 Jun 2014 15:33:43 +0000 (17:33 +0200)]
ecore_win32: activate an Ecore window when raising it

10 years agoecore_win32: fix the raise of an Ecore Window overlapped by another window when click...
Vincent Torri [Sun, 29 Jun 2014 15:24:54 +0000 (17:24 +0200)]
ecore_win32: fix the raise of an Ecore Window overlapped by another window when clicking on the title bar

10 years agoecore_win32: simplify logic
Vincent Torri [Sun, 29 Jun 2014 15:01:01 +0000 (17:01 +0200)]
ecore_win32: simplify logic

To avoid flickering, we have to manage WM_ERASEBKGND. This message
is sent because CS_HREDRAW and CS_VREDRAW are used when registering
the window class. So just omit CS_HREDRAW and CS_VREDRAW.

10 years agoecore_win32: fix typo.
Cedric BAIL [Sun, 29 Jun 2014 17:56:12 +0000 (19:56 +0200)]
ecore_win32: fix typo.

10 years agoevas: fix jpeg loader rotation by metadata (exif)
wonguk.jeong [Sun, 29 Jun 2014 13:04:03 +0000 (15:04 +0200)]
evas: fix jpeg loader rotation by metadata (exif)

Summary:
90 or 270 degree rotation is not working properly
width should be regarded as height, and vice versa.

if this patch and D1082 were commited, rotation from metadata will be working properly by using evas_object_image_load_orientation_set()

@fix

Test Plan: add image object and invoke evas_object_image_load_orientation_set() -> load file with orientation metadata -> check whether image is rotated properly or not

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1084

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agojpeg loader: exif parsing bug fix
wonguk.jeong [Sun, 29 Jun 2014 11:10:15 +0000 (13:10 +0200)]
jpeg loader: exif parsing bug fix

Summary:
problem: orientation information was not come out properly

byte align value was wrong. 0x4949 is II not MM

refer to http://www.media.mit.edu/pia/Research/deepview/exif.html

@fix

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1082

10 years agojpeg laoder: exif orientation test added
Wonguk Jeong [Sun, 29 Jun 2014 11:04:16 +0000 (13:04 +0200)]
jpeg laoder: exif orientation test added

Summary:
currently, normal orientation tests are only added.
I'm going to add flipped orientation tests as well after I put related code in jpeg loader (currently it's not supported)

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1098

10 years agolz4: fix possible security issue.
Cedric BAIL [Sun, 29 Jun 2014 10:56:56 +0000 (12:56 +0200)]
lz4: fix possible security issue.

See :
- http://fastcompression.blogspot.fr/2014/06/lets-move-on.html
- http://www.openwall.com/lists/oss-security/2014/06/26/25

@fix

10 years agowindows: make those warning explicit about what they imply.
Cedric BAIL [Fri, 27 Jun 2014 14:59:51 +0000 (16:59 +0200)]
windows: make those warning explicit about what they imply.

10 years agoevas/gl - ... removed white trailing.
ChunEon Park [Fri, 27 Jun 2014 12:47:00 +0000 (21:47 +0900)]
evas/gl - ... removed white trailing.

10 years agoevas/gl: fix indentation.
ChunEon Park [Fri, 27 Jun 2014 12:38:30 +0000 (21:38 +0900)]
evas/gl: fix indentation.

10 years agoevas/gl: improve the rendering quality.
ChunEon Park [Fri, 27 Jun 2014 12:29:24 +0000 (21:29 +0900)]
evas/gl: improve the rendering quality.

To avoid texture bleeding in the texture atlas,
we adjust texture uv point as much as a half uv point.
Especially, this improves the rendering quality when the image has the border
area.

Unless apply this patch,
You might find the rendering result is different with software backened,
if the image has the borders.

In the software backened,
the border line was clear but the gl wasn't.
because the border line was interpolated so the rendering result was not the one we expected.

@fix

10 years agoevas: fix warning and remove useless code.
Cedric BAIL [Fri, 27 Jun 2014 11:49:59 +0000 (13:49 +0200)]
evas: fix warning and remove useless code.

10 years agoevas: read fullscreen flags from initialized value.
Cedric BAIL [Fri, 27 Jun 2014 11:47:44 +0000 (13:47 +0200)]
evas: read fullscreen flags from initialized value.

10 years agoevas: fix warning in DDraw backend.
Cedric BAIL [Fri, 27 Jun 2014 10:30:28 +0000 (12:30 +0200)]
evas: fix warning in DDraw backend.

10 years agoevas: silent some warning during Windows backend build.
Cedric BAIL [Fri, 27 Jun 2014 11:45:06 +0000 (13:45 +0200)]
evas: silent some warning during Windows backend build.

10 years agoecore_file: this parameter is indeed not used.
Cedric BAIL [Fri, 27 Jun 2014 11:41:39 +0000 (13:41 +0200)]
ecore_file: this parameter is indeed not used.

10 years agoecore_con: just a reminder to look at later.
Cedric BAIL [Fri, 27 Jun 2014 11:41:20 +0000 (13:41 +0200)]
ecore_con: just a reminder to look at later.

10 years agoecore_win32: another forgotten read that is unecessary in current setup.
Cedric BAIL [Fri, 27 Jun 2014 11:34:02 +0000 (13:34 +0200)]
ecore_win32: another forgotten read that is unecessary in current setup.

10 years agoecore_win32: silent warning by reading the returned value in a useful way.
Cedric BAIL [Fri, 27 Jun 2014 11:27:33 +0000 (13:27 +0200)]
ecore_win32: silent warning by reading the returned value in a useful way.

10 years agoeina: silence warning of unused parameter on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:23:37 +0000 (13:23 +0200)]
eina: silence warning of unused parameter on Windows.

10 years agoeina: use the right function prototype on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:22:37 +0000 (13:22 +0200)]
eina: use the right function prototype on Windows.

10 years agoecore_evas: remove warning from Windows backend.
Cedric BAIL [Fri, 27 Jun 2014 11:20:39 +0000 (13:20 +0200)]
ecore_evas: remove warning from Windows backend.

10 years agoEdje C++: Fix Edje.hh generation to update correctly.
Tom Hacohen [Thu, 26 Jun 2014 19:14:42 +0000 (20:14 +0100)]
Edje C++: Fix Edje.hh generation to update correctly.

10 years agoedje: textblock style loading changed
Andrii Kroitor [Thu, 26 Jun 2014 10:34:35 +0000 (19:34 +0900)]
edje: textblock style loading changed

Summary:
Keeping "font=", "font_size=" and "text_class" in tag->value fixes
style loading issues (after saving edj file with edje_edit_save method).

Reviewers: cedric, raster, seoz, Hermet, tasn

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D940

@fix

10 years agoevas/png - better way to support png grayscale with transparency format.
ChunEon Park [Thu, 26 Jun 2014 08:00:37 +0000 (17:00 +0900)]
evas/png - better way to support png grayscale with transparency format.

suggested by cedric.

10 years agoecore-evas: Fix formatting and remove whitespace
Chris Michael [Wed, 25 Jun 2014 17:20:13 +0000 (13:20 -0400)]
ecore-evas: Fix formatting and remove whitespace

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-evas: Fix cursor position getting reset to 0,0 when using
Chris Michael [Wed, 25 Jun 2014 17:11:16 +0000 (13:11 -0400)]
ecore-evas: Fix cursor position getting reset to 0,0 when using
ecore_evas_cursor_object_set

NB: Previously, if we mad calls to ecore_evas_cursor_object_set to update the
mouse cursor hotspot, the mouse cursor would be repositioned at 0,0 on
the canvas due to x & y being set to 0,0. We fix that here by fetching
the current mouse position Regardless if we are changing the object or
not (ie: perhaps we are just updating the hotspot and not the object)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoevas/gl - fix to render grayscale with transparency format in gl backened.
ChunEon Park [Wed, 25 Jun 2014 12:46:49 +0000 (21:46 +0900)]
evas/gl - fix to render grayscale with transparency format in gl backened.

In case of png, grayscale with transparency format (transparency doesn't mean the png has alpha channel)
gl doesn't prepare that format render.
In this case, set it argb8888 to convert the data in the png loader.

@fix

10 years agoecore-evas: Fix some doxy grammar and spelling
Chris Michael [Tue, 24 Jun 2014 18:30:40 +0000 (14:30 -0400)]
ecore-evas: Fix some doxy grammar and spelling

NB: Rewrite the doxy paragraph for ecore_evas_object_cursor_set.
Previous documentation there was a bit confusing in how it read.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoDocumentation: adding missed documentation to edcref (map.color param)
Vorobiov Vitalii [Tue, 24 Jun 2014 14:11:09 +0000 (17:11 +0300)]
Documentation: adding missed documentation to edcref (map.color param)

Summary:
There is param (of the map block in part's description) that allows user to
set a color for specified vertex/point of that part.
That param was undocumented so actually no one know that this param is exist and can be used in edj file.

Two main fixes:
- adding documentation for map.color param in edc reference.
- adding .edc source code example for seeing how map.color param works.

@fix

Reviewers: cedric, Hermet, raster, seoz

Reviewed By: cedric

CC: cedric, reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D1083

10 years agoeina-tiler: Fix invalid read on eina tiler
MinJeong Kim [Tue, 24 Jun 2014 13:00:56 +0000 (09:00 -0400)]
eina-tiler: Fix invalid read on eina tiler

Summary:
Fix invalid read on eina tiler reported by valgrind.
This revision will prevent access to data that was gained from eina iterator, after free of eina_iterator.

Test Plan:
1. Build enlightenment on devs/devilhorns/e_comp_wl branch with efl applyied this patch.
2. Run enlightenment with valgrind options.
3. build enlightenment with this patch
4. Run any wayland app on enlightenment
5. There will be no more invalid read message by valgrind.

Reviewers: cedric, devilhorns, raster, gwanglim, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D1080

10 years agoeina: fix build on windows.
Cedric BAIL [Tue, 24 Jun 2014 08:25:27 +0000 (10:25 +0200)]
eina: fix build on windows.

Add necessary include for proper compilation.

@fix

10 years agoRevert "eolian: process classes and typedefs in order (preparation for later potentia...
Daniel Kolesa [Mon, 23 Jun 2014 17:44:11 +0000 (18:44 +0100)]
Revert "eolian: process classes and typedefs in order (preparation for later potential extension)"

This reverts commit 7c28de061693fdc9a9409039692a4298bfb587c6.

10 years agoRevert "eolian: generalized node append"
Daniel Kolesa [Mon, 23 Jun 2014 17:43:23 +0000 (18:43 +0100)]
Revert "eolian: generalized node append"

This reverts commit 98d25243aa053422307afab579ed59eb29f5b05f.

Reason: accidentally got into master... I'm tired.

10 years agoeolian: generalized node append
Daniel Kolesa [Mon, 23 Jun 2014 14:38:23 +0000 (15:38 +0100)]
eolian: generalized node append

10 years agoeolian: process classes and typedefs in order (preparation for later potential extension)
Daniel Kolesa [Mon, 23 Jun 2014 14:32:17 +0000 (15:32 +0100)]
eolian: process classes and typedefs in order (preparation for later potential extension)

10 years agoelua: eo_prefix fix + add method name deduplication to lua generator
Daniel Kolesa [Mon, 23 Jun 2014 13:16:12 +0000 (14:16 +0100)]
elua: eo_prefix fix + add method name deduplication to lua generator

10 years agoelua: eo_prefix_get will always return a valid value
Daniel Kolesa [Mon, 23 Jun 2014 13:05:50 +0000 (14:05 +0100)]
elua: eo_prefix_get will always return a valid value

10 years agoedje: Edje_Edit - add edje_edit_sound_tone_add() function that allows user to add...
Kateryna Fesyna [Mon, 23 Jun 2014 09:26:25 +0000 (11:26 +0200)]
edje: Edje_Edit - add edje_edit_sound_tone_add() function that allows user to add new tone to collection

Summary:
New function provides the ability to add new tones to currently loaded collection.
It takes the name that will define new tone in collection and its frequency as parameters.

@feature

Reviewers: cedric, Hermet, seoz, raster

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D1023

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoedje: Edje_Edit - add functions that provide the ability to set and get source for...
Kateryna Fesyna [Mon, 23 Jun 2014 09:23:07 +0000 (11:23 +0200)]
edje: Edje_Edit - add functions that provide the ability to set and get source for proxy parts state

Summary:
This commit contains two new functions that provide the ability to set and get
source property of proxy parts state:
edje_edit_state_proxy_source_get() and edje_edit_state_proxy_source_set().
Also it contains the implementation of printing source data on
edc code generation.

@feature

Reviewers: cedric, Hermet, seoz, raster, reutskiy.v.v

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D1061

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>