platform/upstream/efl.git
10 years agoelua: fixes and more lualian stuff
Daniel Kolesa [Wed, 16 Apr 2014 14:51:00 +0000 (15:51 +0100)]
elua: fixes and more lualian stuff

10 years agoelua: more lualian functionality
Daniel Kolesa [Wed, 16 Apr 2014 12:55:49 +0000 (13:55 +0100)]
elua: more lualian functionality

10 years agoelua: eina bindings fixes, include support in lualian
Daniel Kolesa [Wed, 16 Apr 2014 12:38:51 +0000 (13:38 +0100)]
elua: eina bindings fixes, include support in lualian

10 years agoelua: mixin
Daniel Kolesa [Wed, 16 Apr 2014 11:02:50 +0000 (12:02 +0100)]
elua: mixin

10 years agoelua: property support in object system, lualian progress, initial (incomplete) eo...
Daniel Kolesa [Wed, 16 Apr 2014 10:42:18 +0000 (11:42 +0100)]
elua: property support in object system, lualian progress, initial (incomplete) eo bindings

10 years agoelua: initial code for lualian, a luajit binding generator based on eolian
Daniel Kolesa [Tue, 15 Apr 2014 13:18:00 +0000 (14:18 +0100)]
elua: initial code for lualian, a luajit binding generator based on eolian

10 years agoelua: more fixes
Daniel Kolesa [Mon, 14 Apr 2014 13:56:10 +0000 (14:56 +0100)]
elua: more fixes

10 years agoelua: list and readonly object fixes
Daniel Kolesa [Mon, 14 Apr 2014 13:46:55 +0000 (14:46 +0100)]
elua: list and readonly object fixes

10 years agoelua: gitignore
Daniel Kolesa [Mon, 14 Apr 2014 13:35:01 +0000 (14:35 +0100)]
elua: gitignore

10 years agoelua: fixes
Daniel Kolesa [Mon, 14 Apr 2014 13:33:53 +0000 (14:33 +0100)]
elua: fixes

10 years agoelua: install all the modules
Daniel Kolesa [Mon, 14 Apr 2014 12:03:55 +0000 (13:03 +0100)]
elua: install all the modules

10 years agoelua: the -E parameter now works (ignores env vars)
Daniel Kolesa [Mon, 14 Apr 2014 10:30:45 +0000 (11:30 +0100)]
elua: the -E parameter now works (ignores env vars)

10 years agoelua: overridable core+modules directory paths (via command line argument or environm...
Daniel Kolesa [Mon, 14 Apr 2014 10:25:08 +0000 (11:25 +0100)]
elua: overridable core+modules directory paths (via command line argument or environment variables) plus support for extra lib paths via -L

10 years agoelua: list iterator/accessor access
Daniel Kolesa [Mon, 14 Apr 2014 09:53:07 +0000 (10:53 +0100)]
elua: list iterator/accessor access

10 years agoelua: fix eolian defs
Daniel Kolesa [Mon, 14 Apr 2014 09:31:07 +0000 (10:31 +0100)]
elua: fix eolian defs

10 years agoelua: wrap iteration functions in closures for extra encapsulation
Daniel Kolesa [Mon, 14 Apr 2014 09:00:48 +0000 (10:00 +0100)]
elua: wrap iteration functions in closures for extra encapsulation

10 years agoelua: safe iterators
Daniel Kolesa [Mon, 14 Apr 2014 08:47:24 +0000 (09:47 +0100)]
elua: safe iterators

10 years agoelua: list equality
Daniel Kolesa [Mon, 14 Apr 2014 08:37:19 +0000 (09:37 +0100)]
elua: list equality

10 years agoelua: safe accessors
Daniel Kolesa [Mon, 14 Apr 2014 08:35:33 +0000 (09:35 +0100)]
elua: safe accessors

10 years agoelua: add Readonly_Object to util.lua (its instances are read only userdata, requires...
Daniel Kolesa [Fri, 11 Apr 2014 16:02:01 +0000 (17:02 +0100)]
elua: add Readonly_Object to util.lua (its instances are read only userdata, requires special care, but is not intended for the user), use it in List

10 years agoelua: bindings for eina_accessor, accesor support in eina_list bindings, iterator...
Daniel Kolesa [Fri, 11 Apr 2014 13:36:04 +0000 (14:36 +0100)]
elua: bindings for eina_accessor, accesor support in eina_list bindings, iterator updates

10 years agoelua: pointers won't work with metatypes and these types are opaque anyway
Daniel Kolesa [Fri, 11 Apr 2014 12:28:33 +0000 (13:28 +0100)]
elua: pointers won't work with metatypes and these types are opaque anyway

10 years agoelua: eolian bindings, string list
Daniel Kolesa [Fri, 11 Apr 2014 12:26:56 +0000 (13:26 +0100)]
elua: eolian bindings, string list

10 years agoelua: provide a conversion method from list to table
Daniel Kolesa [Fri, 11 Apr 2014 10:12:47 +0000 (11:12 +0100)]
elua: provide a conversion method from list to table

10 years agoelua: typo fix
Daniel Kolesa [Fri, 11 Apr 2014 09:56:55 +0000 (10:56 +0100)]
elua: typo fix

10 years agoelua: simple bindings to Eina_List (cannot be used raw conveniently, and is safe...
Daniel Kolesa [Fri, 11 Apr 2014 09:55:07 +0000 (10:55 +0100)]
elua: simple bindings to Eina_List (cannot be used raw conveniently, and is safe because it doesn't allow any writing to the list)

10 years agoelua: use ffi.errno
Daniel Kolesa [Thu, 10 Apr 2014 12:44:02 +0000 (13:44 +0100)]
elua: use ffi.errno

10 years agoelua: use standard error() call instead of returning true/false in module init
Daniel Kolesa [Thu, 10 Apr 2014 10:07:09 +0000 (11:07 +0100)]
elua: use standard error() call instead of returning true/false in module init

10 years agoelua: benchmark module, plus return values for init/shutdown
Daniel Kolesa [Thu, 10 Apr 2014 09:59:12 +0000 (10:59 +0100)]
elua: benchmark module, plus return values for init/shutdown

10 years agoelua: leftover code
Daniel Kolesa [Thu, 10 Apr 2014 08:57:40 +0000 (09:57 +0100)]
elua: leftover code

10 years agoelua: eina_counter bindings
Daniel Kolesa [Thu, 10 Apr 2014 08:56:30 +0000 (09:56 +0100)]
elua: eina_counter bindings

10 years agoelua: eina_hamster for luajit, oh yeah
Daniel Kolesa [Thu, 10 Apr 2014 08:27:07 +0000 (09:27 +0100)]
elua: eina_hamster for luajit, oh yeah

10 years agoelua: when using file module's map_all or map_new, prefer a copy by default (safer...
Daniel Kolesa [Wed, 9 Apr 2014 15:35:15 +0000 (16:35 +0100)]
elua: when using file module's map_all or map_new, prefer a copy by default (safer) but allow also raw with a parameter; and unmap if we're doing a copy

10 years agoelua: complete xattr bindings
Daniel Kolesa [Wed, 9 Apr 2014 15:13:26 +0000 (16:13 +0100)]
elua: complete xattr bindings

10 years agoelua: complete eina_file bindings
Daniel Kolesa [Wed, 9 Apr 2014 14:47:02 +0000 (15:47 +0100)]
elua: complete eina_file bindings

10 years agoelua: more file bindings, initial xattr bindings
Daniel Kolesa [Wed, 9 Apr 2014 14:33:19 +0000 (15:33 +0100)]
elua: more file bindings, initial xattr bindings

10 years agoelua: bind more of eina_file
Daniel Kolesa [Wed, 9 Apr 2014 14:17:04 +0000 (15:17 +0100)]
elua: bind more of eina_file

10 years agoelua: initial eina_file bindings, iterator container retrieval support and cleanup...
Daniel Kolesa [Wed, 9 Apr 2014 13:52:16 +0000 (14:52 +0100)]
elua: initial eina_file bindings, iterator container retrieval support and cleanup of main.c

10 years agoelua: elm test entry
Daniel Kolesa [Tue, 8 Apr 2014 13:55:01 +0000 (14:55 +0100)]
elua: elm test entry

10 years agoelua: better iterator naming
Daniel Kolesa [Mon, 7 Apr 2014 15:09:59 +0000 (16:09 +0100)]
elua: better iterator naming

10 years agoelua: bindings for eina_tiler plus iterator improvements
Daniel Kolesa [Mon, 7 Apr 2014 15:08:10 +0000 (16:08 +0100)]
elua: bindings for eina_tiler plus iterator improvements

10 years agoelua: done binding eina_rectangle (all inline funcs rewritten)
Daniel Kolesa [Mon, 7 Apr 2014 13:46:49 +0000 (14:46 +0100)]
elua: done binding eina_rectangle (all inline funcs rewritten)

10 years agoelua: initial rectangle mdule and iterator fixes/cleanups
Daniel Kolesa [Mon, 7 Apr 2014 12:57:59 +0000 (13:57 +0100)]
elua: initial rectangle mdule and iterator fixes/cleanups

10 years agoelua: safe iterators using ffi metatypes
Daniel Kolesa [Mon, 7 Apr 2014 12:24:38 +0000 (13:24 +0100)]
elua: safe iterators using ffi metatypes

10 years agoelua: iterator bindings (for use by other modules, will probably become private)
Daniel Kolesa [Mon, 7 Apr 2014 11:15:58 +0000 (12:15 +0100)]
elua: iterator bindings (for use by other modules, will probably become private)

10 years agoelua: typo
Daniel Kolesa [Fri, 4 Apr 2014 15:55:59 +0000 (16:55 +0100)]
elua: typo

10 years agoelua: allow setting of default domain
Daniel Kolesa [Fri, 4 Apr 2014 15:41:36 +0000 (16:41 +0100)]
elua: allow setting of default domain

10 years agoelua: more logging functionality (utility funcs for default domain printing)
Daniel Kolesa [Fri, 4 Apr 2014 15:37:16 +0000 (16:37 +0100)]
elua: more logging functionality (utility funcs for default domain printing)

10 years agoelua: safe logging within sandbox
Daniel Kolesa [Fri, 4 Apr 2014 15:25:39 +0000 (16:25 +0100)]
elua: safe logging within sandbox

10 years agoelua: start binding Eina
Daniel Kolesa [Fri, 4 Apr 2014 14:09:58 +0000 (15:09 +0100)]
elua: start binding Eina

Added initial eina logging module, added library handling utility funcs in util.lua, added .gitignores

10 years agoelua: util module, object system, organization
Daniel Kolesa [Fri, 4 Apr 2014 13:03:52 +0000 (14:03 +0100)]
elua: util module, object system, organization

10 years agoelua: use Eina_File (mmap)
Daniel Kolesa [Fri, 4 Apr 2014 09:56:20 +0000 (10:56 +0100)]
elua: use Eina_File (mmap)

10 years agoelua: 100% compatible module system
Daniel Kolesa [Thu, 3 Apr 2014 16:15:22 +0000 (17:15 +0100)]
elua: 100% compatible module system

10 years agoelua: make the custom module system default
Daniel Kolesa [Thu, 3 Apr 2014 15:51:59 +0000 (16:51 +0100)]
elua: make the custom module system default

10 years agoElua: initial commit
Daniel Kolesa [Thu, 3 Apr 2014 15:01:01 +0000 (16:01 +0100)]
Elua: initial commit

Elua is a LuaJIT based runtime for the EFL meant to provide facilities for rapid application development. The name is temporary. The EFL bindings will be generated with Eolian. @feature

10 years agoevas/tests - textblock: add a test case for item format with ellipsis.
Youngbok Shin [Tue, 10 Jun 2014 14:17:41 +0000 (15:17 +0100)]
evas/tests - textblock: add a test case for item format with ellipsis.

Summary:
When item format is cutoff by ellipsis, *_cursor_format_item_geometry_get API
should be failed at the item position.
But, it can be success and returns abnormal geometry.

Reviewers: woohyun, tasn

CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D974

10 years agoevas/textblock: check item's type before returning result.
Youngbok Shin [Tue, 10 Jun 2014 14:08:09 +0000 (15:08 +0100)]
evas/textblock: check item's type before returning result.

Summary:
When format item is cut off by ellipsis, result of "_find_layout_item_line_match"
can be TEXT type item. And it keeps ellipsis item's information.
@fix

Test Plan: D974

Reviewers: woohyun, tasn

CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D975

10 years agoefreet: Correctly handle default merge dir
Sebastian Dransfeld [Tue, 10 Jun 2014 11:44:58 +0000 (13:44 +0200)]
efreet: Correctly handle default merge dir

When main menu file is gnome-applications.menu or kde-applications.menu,
we should be using applications as base for merged dir.

Part of T1284

10 years agofix whitespace
Carsten Haitzler (Rasterman) [Tue, 10 Jun 2014 10:22:04 +0000 (19:22 +0900)]
fix whitespace

10 years agoevas gl: distinguish between IMG and EXT MSAA extensions
Dongyeon Kim [Tue, 10 Jun 2014 10:20:16 +0000 (19:20 +0900)]
evas gl: distinguish between IMG and EXT MSAA extensions

Summary:
For drivers that support IMG_multisampled_render_to_texture,
GL_MAX_SAMPLES_IMG should be used to query max supported samples
Likewise, for drivers that support EXT_multisampled_render_to_texture,
GL_MAX_SAMPLES_EXT should be used to query max supported samples

@fix

Reviewers: seoz, Hermet, raster, cedric

Reviewed By: cedric

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

10 years agopo: Set initial values for Language-Team in all po files
Stefan Schmidt [Tue, 10 Jun 2014 08:43:05 +0000 (10:43 +0200)]
po: Set initial values for Language-Team in all po files

10 years agopo: Set initial language value in po file where it is missing
Stefan Schmidt [Tue, 10 Jun 2014 08:33:42 +0000 (10:33 +0200)]
po: Set initial language value in po file where it is missing

Some file have it and some not. My hopes are that this will fix the
build problems on jenkins.

10 years agoEcore_Evas: add new API for unset the cursor from Ecore_Evas.
Vyacheslav Reutskiy [Tue, 10 Jun 2014 08:32:10 +0000 (17:32 +0900)]
Ecore_Evas: add new API for unset the cursor from Ecore_Evas.

Summary:
Add ecore_evas_cursor_unset function.
Use the new function in the ecore_evas_object_example.

@feature

Test Plan: ecore_evas_object_example

Reviewers: raster, cedric, seoz, Hermet

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

10 years agoEvas: Implement full ETC2 encoder
Jean-Philippe Andre [Tue, 10 Jun 2014 05:58:47 +0000 (14:58 +0900)]
Evas: Implement full ETC2 encoder

Supports T, H, and Planar mode as well as Alpha.

Merge branch 'devs/jpeg/etc2'

@feature

10 years agoEvas TGV: Improve debug logs when saving ETC2
Jean-Philippe Andre [Tue, 10 Jun 2014 02:09:47 +0000 (11:09 +0900)]
Evas TGV: Improve debug logs when saving ETC2

Separate PSNR between Alpha and RGB channels.
This will give results comparable to etcpack.

10 years agoEvas ETC2: Clean up debug code
Jean-Philippe Andre [Tue, 10 Jun 2014 01:52:57 +0000 (10:52 +0900)]
Evas ETC2: Clean up debug code

Disable flag and disable unused function if DEBUG is not set.

10 years agoEvas ETC2: Fix alpha encoding with high quality
Jean-Philippe Andre [Mon, 9 Jun 2014 10:34:34 +0000 (19:34 +0900)]
Evas ETC2: Fix alpha encoding with high quality

Use an exhaustive search when encoding alpha at high quality.
This can be very slow if we don't have a perfect solution.

10 years agoEvas ETC2: Implement Planar mode
Jean-Philippe Andre [Mon, 9 Jun 2014 09:39:39 +0000 (18:39 +0900)]
Evas ETC2: Implement Planar mode

And this completes the first version of this ETC2 encoder.
It's pretty slow and not exhaustive.

Color selection for T and H modes could probably be optimized
for both performance and quality. As for the planar mode, there
is no selection to speak of, as we just take the values of the
pixels directly (no scan, very fast)

On a sample image with lots of blue, white and noisy gradients,
T+H+Planar mode boost the PNSR from 41.22dB to 42.01dB.
Without planar mode, the PSNR was 41.94dB.

@feature

10 years agoEvas ETC2: Implement H mode encoding
Jean-Philippe Andre [Fri, 30 May 2014 06:26:07 +0000 (15:26 +0900)]
Evas ETC2: Implement H mode encoding

And we gain some more decibels of PSNR :)

@feature

10 years agoEvas ETC2: Implement T mode encoding
Jean-Philippe Andre [Thu, 29 May 2014 02:30:51 +0000 (11:30 +0900)]
Evas ETC2: Implement T mode encoding

In this mode, two colors are encoded in RGB444, a multiplier and
distance (index) are selected. Two extra colors are extrapolated
from the main base color. As in ETC1 we have 4 base colors to paint
our block.

@feature

10 years agoEvas TGV: Add some debugging features
Jean-Philippe Andre [Tue, 27 May 2014 09:11:14 +0000 (18:11 +0900)]
Evas TGV: Add some debugging features

10 years agoEvas TGV: Add ETC2 support to the TGV saver
Jean-Philippe Andre [Tue, 27 May 2014 07:34:04 +0000 (16:34 +0900)]
Evas TGV: Add ETC2 support to the TGV saver

This will call the new ETC2 encoding functions.
Note that the quality and performance will be horrible, but at
least alpha should be supported.

Also, there is no way to choose between ETC1 and ETC2 from
the client API side, which, well, sucks. So ETC2 is selected
if and only if the image has alpha (according to its flag).

@feature: Encode images in ETC2 with support for Alpha (if needed).

10 years agoEvas ETC2: Add ETC2 encoder skeletton
Jean-Philippe Andre [Tue, 27 May 2014 06:02:23 +0000 (15:02 +0900)]
Evas ETC2: Add ETC2 encoder skeletton

Implement Alpha encoding, brute force way, but doesn't scan
all possibilities either (only based on average alpha).

RGB encoding is still entirely left to the rg-etc1 encoder.
T, H and Planar mode will come in the next commits.

@feature: Implement an ETC2 encoder from scratch for RGB8 and RGBA8

10 years agoEo: Fix crash on WIN32 (wrong check for NULL)
Jean-Philippe Andre [Tue, 10 Jun 2014 05:24:36 +0000 (14:24 +0900)]
Eo: Fix crash on WIN32 (wrong check for NULL)

Thanks vtorri for the report

10 years agoEolian/Generator: use a specific define for the Eo APIs.
Daniel Zaoui [Mon, 9 Jun 2014 13:08:33 +0000 (16:08 +0300)]
Eolian/Generator: use a specific define for the Eo APIs.

The generation of EOAPI instead of EAPI for the Eo functions is only
needed for code readibility.

10 years agoedje: Edje_Edit - fix func edje_edit_state_text_source_set()
Igor Gala [Mon, 9 Jun 2014 18:54:34 +0000 (20:54 +0200)]
edje: Edje_Edit - fix func edje_edit_state_text_source_set()

Summary:
There are new API for block 'text.source' get and set. Those function
return or set the name of part which is source style for given part.

@fix

Reviewers: seoz, Hermet, cedric, raster

Reviewed By: cedric

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

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoeo: force zeroing memory on non Linux system.
Cedric BAIL [Mon, 9 Jun 2014 17:55:00 +0000 (19:55 +0200)]
eo: force zeroing memory on non Linux system.

@fix

10 years agoEolian/Generator: Fix comments generation.
Daniel Zaoui [Mon, 9 Jun 2014 07:05:17 +0000 (10:05 +0300)]
Eolian/Generator: Fix comments generation.

This patch:
- removes the @def from Doxygen, as it is not correct for API
functions.
- fixes the generation of class comments. When no class description is
supplied, no comment should be added.

10 years agoevas/evas_3d - build evas_3d_obj example.
ChunEon Park [Mon, 9 Jun 2014 06:25:55 +0000 (15:25 +0900)]
evas/evas_3d - build evas_3d_obj example.

10 years agoEolian/Generator: concentrate the function name calculation to one
Daniel Zaoui [Sun, 8 Jun 2014 08:57:31 +0000 (11:57 +0300)]
Eolian/Generator: concentrate the function name calculation to one
place.

Instead of having the calculation (class name + function name + set/get)
in many places in the code, it is now in one place and accessible via a
function environment structure.

10 years agoEdje Edit: Fix shadow declarations.
Daniel Zaoui [Sun, 8 Jun 2014 06:42:27 +0000 (09:42 +0300)]
Edje Edit: Fix shadow declarations.

10 years ago3d: Fix shadow declaration
Daniel Zaoui [Sun, 8 Jun 2014 06:35:14 +0000 (09:35 +0300)]
3d: Fix shadow declaration

10 years agoEolian/Generator: remove unused code.
Daniel Zaoui [Sun, 8 Jun 2014 06:24:43 +0000 (09:24 +0300)]
Eolian/Generator: remove unused code.

The removed code was needed for Eo1 and is no more necessary.

10 years agoEolian: set default value when no set/get is defined on a property.
Daniel Zaoui [Sun, 8 Jun 2014 05:58:46 +0000 (08:58 +0300)]
Eolian: set default value when no set/get is defined on a property.

If no set/get is defined in a property, the type will be set as
EOLIAN_PROPERTY, meaning set and get.

10 years agoEolian/Tests: expand the usage of the generation process.
Daniel Zaoui [Sun, 8 Jun 2014 05:13:20 +0000 (08:13 +0300)]
Eolian/Tests: expand the usage of the generation process.

The function executing the Eolian generator was using specific options.
This patch permits addition other kinds of generation tests.

10 years agoedje: Edje_Edit - add edje_edit_group_broadcast_signal_set/_get.
Maksym Volodin [Sat, 7 Jun 2014 20:57:49 +0000 (22:57 +0200)]
edje: Edje_Edit - add edje_edit_group_broadcast_signal_set/_get.

Summary:
Add two main functions:
edje_edit_group_broadcast_signal_set/_get.
_get return EINA_FALSE if group not accept broadcast signal, EINA_TRUE otherwise (Default to true since 1.1.).
Also support access into group's source code generation.

Reviewers: seoz, Hermet, raster, cedric

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

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoedje: simplify and deprecate stub function.
Cedric BAIL [Sat, 7 Jun 2014 16:13:39 +0000 (18:13 +0200)]
edje: simplify and deprecate stub function.

10 years agoautotools: fix more spelling errors in warnings
Alex-P. Natsios [Sat, 7 Jun 2014 00:51:14 +0000 (02:51 +0200)]
autotools: fix more spelling errors in warnings

Summary: fontconfig & eo ID warning message fixes

Reviewers: raster, cedric

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

10 years ago.gitignore: don't track generated file.
Cedric BAIL [Sat, 7 Jun 2014 00:47:12 +0000 (02:47 +0200)]
.gitignore: don't track generated file.

10 years agoexamples: add new example for Evas_3D.
se.osadchy [Fri, 6 Jun 2014 17:11:15 +0000 (19:11 +0200)]
examples: add new example for Evas_3D.

Summary: This example need for demonstration work of the propagate events.

Reviewers: Hermet, cedric, raster

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

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoautotools: fix small typo in xim warning
Alex-P. Natsios [Fri, 6 Jun 2014 16:33:05 +0000 (18:33 +0200)]
autotools: fix small typo in xim warning

Summary: suport -> support

Reviewers: raster, cedric

Reviewed By: cedric

CC: cedric, tasn
Differential Revision: https://phab.enlightenment.org/D963

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoedje: Edje_Edit - add parameters to generate source code for part.
Mykyta Biliavskyi [Fri, 6 Jun 2014 16:26:16 +0000 (18:26 +0200)]
edje: Edje_Edit - add parameters to generate source code for part.

Summary:
Add generate source code for absent parameters for part description.
Also use fields from internal structure Edje_Real_Part instead call public API

@feature

Reviewers: cedric, raster, seoz, Hermet

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

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoecore-drm: remove unnecessary extra variable.
Chris Michael [Fri, 6 Jun 2014 15:52:58 +0000 (11:52 -0400)]
ecore-drm: remove unnecessary extra variable.

We can assign the result of these calculations directly, so remove the
extra integer.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
10 years agoecore-drm: don't declare w & h integers if we don't need them.
Chris Michael [Fri, 6 Jun 2014 15:47:33 +0000 (11:47 -0400)]
ecore-drm: don't declare w & h integers if we don't need them.

We only use w & h if one of the dev->abs.rel_* axis values are less
than zero, so let's not declare integers that we May not use until we
need them.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
10 years agoecore-drm: Fix formatting issues from D933 patch
Chris Michael [Fri, 6 Jun 2014 15:46:45 +0000 (11:46 -0400)]
ecore-drm: Fix formatting issues from D933 patch

Signed-off-by: Chris Michael <devilhorns@comcast.net>
10 years agoecore-drm: implement multitouch support
Moritz Bitsch [Fri, 6 Jun 2014 15:40:33 +0000 (11:40 -0400)]
ecore-drm: implement multitouch support

Summary: Support for type B touch devices, tested with egalax_ts compatible touchscreen.

Reviewers: devilhorns

Reviewed By: devilhorns

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

10 years agoUpdating catalan translation
maxerba [Fri, 6 Jun 2014 11:17:25 +0000 (13:17 +0200)]
Updating catalan translation

10 years agofix memory leak in Eina_Strbuf usage
Jérémy Zurcher [Thu, 5 Jun 2014 22:05:06 +0000 (00:05 +0200)]
fix memory leak in Eina_Strbuf usage

buf was not freed on error, and never on success

CID 1194715

10 years agofix memory leak in Eina_Strbuf usage
Jérémy Zurcher [Thu, 5 Jun 2014 21:28:25 +0000 (23:28 +0200)]
fix memory leak in Eina_Strbuf usage

buf wasn't freed on success neighter on
edje_edit_image_compression_type_get(...) failure

CID 1194716

10 years agoeina: fix possible access to NULL.
Cedric BAIL [Thu, 5 Jun 2014 20:50:20 +0000 (22:50 +0200)]
eina: fix possible access to NULL.

CID 1039422.