platform/upstream/efl.git
11 years agobogus commit to see if post-commit hook worked.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:21:39 +0000 (23:21 +0000)]
bogus commit to see if post-commit hook worked.

svnlook diff is a bitch, come on :-/

SVN revision: 82494

11 years agoefl/evas: improve docs linking
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:17:21 +0000 (23:17 +0000)]
efl/evas: improve docs linking

SVN revision: 82493

11 years agoefl/evas: move cserve2 binaries under MODULE_ARCH dir
Lucas De Marchi [Wed, 9 Jan 2013 22:32:08 +0000 (22:32 +0000)]
efl/evas: move cserve2 binaries under MODULE_ARCH dir

SVN revision: 82491

11 years agoefl/evas: do not install dummy_slave
Lucas De Marchi [Wed, 9 Jan 2013 22:32:04 +0000 (22:32 +0000)]
efl/evas: do not install dummy_slave

This slave is for test only and should not be installed.

SVN revision: 82490

11 years agoefl/efreet: move efreet_{icon,desktop}_cache_create under MODULE_ARCH
Lucas De Marchi [Wed, 9 Jan 2013 22:31:59 +0000 (22:31 +0000)]
efl/efreet: move efreet_{icon,desktop}_cache_create under MODULE_ARCH

These binaries are called by efreetd and should be under MODULE_ARCH
dir.

And actually fix the path to efreet_desktop_cache_create that was wrong.

SVN revision: 82489

11 years agoefl/edje: move epp under MODULE_ARCH
Lucas De Marchi [Wed, 9 Jan 2013 22:31:54 +0000 (22:31 +0000)]
efl/edje: move epp under MODULE_ARCH

epp is invoked by edje_cc and should include the MODULE_ARCH dir.

SVN revision: 82488

11 years agoefl: too much c&p
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 22:22:39 +0000 (22:22 +0000)]
efl: too much c&p

SVN revision: 82487

11 years agoefl: fix typo, extra 'x' in there.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 22:21:40 +0000 (22:21 +0000)]
efl: fix typo, extra 'x' in there.

SVN revision: 82486

11 years agoefl/cserve2: Increase refcount of scaled image entries properly
Paulo Alcantara [Wed, 9 Jan 2013 21:40:25 +0000 (21:40 +0000)]
efl/cserve2: Increase refcount of scaled image entries properly

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

SVN revision: 82484

11 years agoefl/software_generic: Fix map/image drawing with Cserve2
Paulo Alcantara [Wed, 9 Jan 2013 21:39:06 +0000 (21:39 +0000)]
efl/software_generic: Fix map/image drawing with Cserve2

We must check whether source image has been loaded or not before
enqueueing draw commands. Otherwise, cserve2 may not have a specific
loader and then it does not load the source image and the enqueued draw
commands dereference the NULL pointer "data" from source image.

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

SVN revision: 82483

11 years agoefl/font: Dispatch font load request once sent to server
Paulo Alcantara [Wed, 9 Jan 2013 21:37:34 +0000 (21:37 +0000)]
efl/font: Dispatch font load request once sent to server

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

SVN revision: 82482

11 years agoefl/cache: Set loaded flag properly with loaded pixels
Paulo Alcantara [Wed, 9 Jan 2013 21:36:03 +0000 (21:36 +0000)]
efl/cache: Set loaded flag properly with loaded pixels

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

SVN revision: 82481

11 years agoFix Edje hint recalculation after swallow part changes
Henrique Dante de Almeida [Wed, 9 Jan 2013 20:56:03 +0000 (20:56 +0000)]
Fix Edje hint recalculation after swallow part changes

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 82480

11 years agoeeze: install module under MODULE_ARCH like the rest of EFL
Lucas De Marchi [Wed, 9 Jan 2013 20:51:56 +0000 (20:51 +0000)]
eeze: install module under MODULE_ARCH like the rest of EFL

SVN revision: 82479

11 years agoecore_imf: install module under MODULE_ARCH like the rest of EFL
Lucas De Marchi [Wed, 9 Jan 2013 19:38:04 +0000 (19:38 +0000)]
ecore_imf: install module under MODULE_ARCH like the rest of EFL

SVN revision: 82478

11 years agoecore_imf: remove double definition of PACKAGE_LIB_DIR
Lucas De Marchi [Wed, 9 Jan 2013 19:37:58 +0000 (19:37 +0000)]
ecore_imf: remove double definition of PACKAGE_LIB_DIR

SVN revision: 82477

11 years agoefl: update gitignore and prefix entries with /
Lucas De Marchi [Wed, 9 Jan 2013 16:51:24 +0000 (16:51 +0000)]
efl: update gitignore and prefix entries with /

SVN revision: 82476

11 years agoefl: improve X detection by Joel Klinghed.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:48:40 +0000 (16:48 +0000)]
efl: improve X detection by Joel Klinghed.

* Split out ecore_imf_xim to do its own check

* Fixed problem with xcb's makekeys, no rule for
  $(top_builddir)/src/utils/ecore/makekeys$(EXEEXT) exists so make
  used an implicit rule (ignoring any cflags of course)

* Fixed gl_x11 engine to build with either Xlib or XCB (xcb flags were
  missing)

* Added EFL_FIND_X and replace any used of AC_PATH_X{,TRA}.  First
  looks for Xorg pkg-config files then if those arn't found it falls
  back to old AC_PATH_X. Also generalized common header and lib
  checks.  Could probably use some polishing (the AC_CACHE_VAL cruft
  especially) but this is what I have time for tonight.

Now X11 should be found on non-standard locations by means of xmkmf,
--x-includes/--x-libraries and also pkg-config.

SVN revision: 82475

11 years agoefl: move ecore/immodules to ecore_imf
Lucas De Marchi [Wed, 9 Jan 2013 16:46:58 +0000 (16:46 +0000)]
efl: move ecore/immodules to ecore_imf

Move both the source tree and the install directory.

SVN revision: 82474

11 years agoefl/ecore_x: remove shadow warning from makekeys
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:39:07 +0000 (16:39 +0000)]
efl/ecore_x: remove shadow warning from makekeys

the warning didn't exist because we were not using cflags, now we will.

all these variables are not used outside main(), so keep them local.

SVN revision: 82473

11 years agoefl/eina_prefix: whitespace cleanup as pointed by kuri at #edevelop
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:00:39 +0000 (16:00 +0000)]
efl/eina_prefix: whitespace cleanup as pointed by kuri at #edevelop

trailing whitespacesd and mixed tabs (old style) are gone.

SVN revision: 82470

11 years agoefl/eina_prefix: fix _try_proc() location.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:57:28 +0000 (15:57 +0000)]
efl/eina_prefix: fix _try_proc() location.

_try_proc() is how to find a symbol based on /proc/self/maps, not
related to argv0.

change _try_proc() to ifdef inside... avoiding the need to ifdef at
definition and call site.

SVN revision: 82469

11 years agoefl/eina_prefix: simplify common prefix lookup.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:46:05 +0000 (15:46 +0000)]
efl/eina_prefix: simplify common prefix lookup.

SVN revision: 82467

11 years agoefl/eina_prefix: use eina_safety to be loud on NULL pointers.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:38:42 +0000 (15:38 +0000)]
efl/eina_prefix: use eina_safety to be loud on NULL pointers.

SVN revision: 82466

11 years agoefl/eina_prefix: cleanup and review logs.
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:21:40 +0000 (15:21 +0000)]
efl/eina_prefix: cleanup and review logs.

there shouldn't be behavior changes at this point, just minor cleanups
and simplifications, particularly to the log.

SVN revision: 82464

11 years agoefl/efreet: add missing include. my bad :-(
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 13:39:36 +0000 (13:39 +0000)]
efl/efreet: add missing include. my bad :-(

SVN revision: 82462

11 years agoevas/async_events: more clear code in _async_events_put()
Ulisses Furquim [Wed, 9 Jan 2013 12:22:52 +0000 (12:22 +0000)]
evas/async_events: more clear code in _async_events_put()

SVN revision: 82457

11 years agoecore/ecore_fb - missed move call?
ChunEon Park [Wed, 9 Jan 2013 08:22:05 +0000 (08:22 +0000)]
ecore/ecore_fb - missed move call?

SVN revision: 82438

11 years agooops- the other one. fuck. too much context switching - i can't focus
Carsten Haitzler [Wed, 9 Jan 2013 02:04:26 +0000 (02:04 +0000)]
oops- the other one. fuck. too much context switching - i can't focus
on any one thing at all lately. crap.

SVN revision: 82431

11 years agooops i meant to turn on calc cache.. not program cache... calc cache
Carsten Haitzler [Wed, 9 Jan 2013 01:28:48 +0000 (01:28 +0000)]
oops i meant to turn on calc cache.. not program cache... calc cache
was the problem... but oddly turning on program cache fixed it too. :)

SVN revision: 82430

11 years agoefl/eina: fix debian multilib detection without magic file.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:57:14 +0000 (23:57 +0000)]
efl/eina: fix debian multilib detection without magic file.

The algorithm will now consider valid bin, data orlocale as well if
magic file was not provided.

SVN revision: 82429

11 years agoefl/efreet: improve tests, fix bogus warning.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:45:48 +0000 (23:45 +0000)]
efl/efreet: improve tests, fix bogus warning.

 * tests will run locally now, not just from installed files.
 * efreet_init_new(NULL) is valid, actually used by efreet_desktop_save()

SVN revision: 82428

11 years agoefl/ecore_imf: remove printf in xim module
Jihoon Kim [Tue, 8 Jan 2013 23:39:06 +0000 (23:39 +0000)]
efl/ecore_imf: remove printf in xim module

SVN revision: 82427

11 years agoefl/efreet: use proper PACKAGE_DATA_DIR, add DATA_DIR.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:14:17 +0000 (23:14 +0000)]
efl/efreet: use proper PACKAGE_DATA_DIR, add DATA_DIR.

efreet used an uncommon PACKAGE_DATA_DIR without the package name
because it used that to populate default variables.

Add another variable for that and make PACKAGE_DATA_DIR more common.

Tests still fails like crazy, and they assume installed data :-(

SVN revision: 82426

11 years agoefl/evas/gl_x11: fix warning due type change.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 22:47:40 +0000 (22:47 +0000)]
efl/evas/gl_x11: fix warning due type change.

SVN revision: 82425

11 years agoefl/ecore_imf: minor fixes.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:49:50 +0000 (14:49 +0000)]
efl/ecore_imf: minor fixes.

 * removed some useless variable attribution;
 * removed some useless casts;
 * () -> (void) for function without arguments.

SVN revision: 82419

11 years agoefl/ecore_imf_xim: proper eina log usage.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:35:13 +0000 (14:35 +0000)]
efl/ecore_imf_xim: proper eina log usage.

it would be nice if someone could apply these to other IMF modules as well.

SVN revision: 82418

11 years agoefl/ecore_imf: namespace all functions.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:12:45 +0000 (14:12 +0000)]
efl/ecore_imf: namespace all functions.

SVN revision: 82417

11 years agoFix doxygen typo.
Christopher Michael [Tue, 8 Jan 2013 14:12:11 +0000 (14:12 +0000)]
Fix doxygen typo.

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

11 years agoeina/tests: add basic Eina_Barrier test
Ulisses Furquim [Tue, 8 Jan 2013 14:10:33 +0000 (14:10 +0000)]
eina/tests: add basic Eina_Barrier test

Also rearranged test suite creation to allow setting the timeout in
the build callback.

SVN revision: 82415

11 years agoefl/ecore_imf_xim: do not #ifdef in a module that is already conditionally compiled.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:49:18 +0000 (13:49 +0000)]
efl/ecore_imf_xim: do not #ifdef in a module that is already conditionally compiled.

SVN revision: 82413

11 years agoefl: --with-profile=dev implies --with-tests=regular
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:39:25 +0000 (13:39 +0000)]
efl: --with-profile=dev implies --with-tests=regular

if --with-tests={none,coverage} is given, those are used. Just the
default is changed.

SVN revision: 82412

11 years agoefl/edje: conditional usage of fixed-point, program/calc caches.
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:32:07 +0000 (13:32 +0000)]
efl/edje: conditional usage of fixed-point, program/calc caches.

Weirdly enough raster turned PROGRAM cache on to fix a bug saying that
the other path was not tested, but from IN-EFL/edje/configure.ac CALC
cache was enabled and PROGRAM was disabled.

I kept the PROGRAM on and enabled CALC. Added fixed point as well.

Cedric, Raster: should we keep PROGRAM and CALC cache options if the
other path is not tested? Can't we assume they are always on? How much
memory these cache add? Can't this be reduced?

SVN revision: 82410

11 years agoefl: add eina test suite, but still disable.
Cedric BAIL [Tue, 8 Jan 2013 09:20:37 +0000 (09:20 +0000)]
efl: add eina test suite, but still disable.

The test suite is broken for eina_log and eina_value...

SVN revision: 82398

11 years agoefl: Add eina copy on write infrastructure.
Cedric BAIL [Tue, 8 Jan 2013 09:17:56 +0000 (09:17 +0000)]
efl: Add eina copy on write infrastructure.

SVN revision: 82396

11 years agoefl: fix build of Ecore_Imf with coverage enable.
Cedric BAIL [Tue, 8 Jan 2013 09:05:51 +0000 (09:05 +0000)]
efl: fix build of Ecore_Imf with coverage enable.

SVN revision: 82392

11 years agoefl: eina_magic_fail now trigger an ERR on NULL instead of CRITICAL.
Cedric BAIL [Tue, 8 Jan 2013 09:04:29 +0000 (09:04 +0000)]
efl: eina_magic_fail now trigger an ERR on NULL instead of CRITICAL.

Updating the test suite.

SVN revision: 82391

11 years agoforwardport previous efreet desktop command commit
Mike Blumenkrantz [Tue, 8 Jan 2013 08:34:30 +0000 (08:34 +0000)]
forwardport previous efreet desktop command commit
ticket #2174

SVN revision: 82390

11 years agoFrom: Alex Wu <zhiwen.wu@linux.intel.com>
Alex Wu [Tue, 8 Jan 2013 07:21:47 +0000 (07:21 +0000)]
From: Alex Wu <zhiwen.wu@linux.intel.com>
Date: Sat, 5 Jan 2013 10:50:19 +0800
Subject: [PATCH] ecore-wayland: Improve opaque setting logic.

1. Update win->region.opaque in ecore_wl_window_update_size, so that
the opaque info is synced with the geometry.

2. Add win->surface checking in ecore_wl_window_buffer_attach
before send any wl_surface related request, it will avoid segfault
in case that calling ecore_wl_window_buffer_attach() before
ecore_wl_window_show().

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

11 years agoecore-wayland: Improve opaque setting logic.
Christopher Michael [Tue, 8 Jan 2013 07:21:32 +0000 (07:21 +0000)]
ecore-wayland: Improve opaque setting logic.

1. Update win->region.opaque in ecore_wl_window_update_size, so that
the opaque info is synced with the geometry.

2. Add win->surface checking in ecore_wl_window_buffer_attach
before send any wl_surface related request, it will avoid segfault
in case that calling ecore_wl_window_buffer_attach() before
ecore_wl_window_show().

SVN revision: 82384

11 years agooosp - didnt meant o commit this... it was just the start of some test
Carsten Haitzler [Tue, 8 Jan 2013 04:00:36 +0000 (04:00 +0000)]
oosp - didnt meant o commit this... it was just the start of some test
code... not ready yet. just adds warnings and stuff.

SVN revision: 82381

11 years agoefl/ecore_imf: move docs to header about ecore_imf_{init, shutdown}
Jihoon Kim [Tue, 8 Jan 2013 03:56:09 +0000 (03:56 +0000)]
efl/ecore_imf: move docs to header about ecore_imf_{init, shutdown}

SVN revision: 82380

11 years agoefl/ecore_imf: move the docs to header related to ecore_imf_evas API
Jihoon Kim [Tue, 8 Jan 2013 03:51:40 +0000 (03:51 +0000)]
efl/ecore_imf: move the docs to header related to ecore_imf_evas API

SVN revision: 82379

11 years agosmall change - not worth chglogging... make evas gl x11 header not
Carsten Haitzler [Tue, 8 Jan 2013 03:49:49 +0000 (03:49 +0000)]
small change - not worth chglogging... make evas gl x11 header not
need xlib.h anymore... :)

SVN revision: 82378

11 years agoefl: fix bug ecore imf module wasn't loaded
Jihoon Kim [Tue, 8 Jan 2013 02:28:48 +0000 (02:28 +0000)]
efl: fix bug ecore imf module wasn't loaded

SVN revision: 82377

11 years agoefl/ecore_imf: fix wrong commit
Jihoon Kim [Tue, 8 Jan 2013 02:05:53 +0000 (02:05 +0000)]
efl/ecore_imf: fix wrong commit

SVN revision: 82375

11 years agoefl/ecore_imf: add example of ECORE_IMF_MODULE usage
Jihoon Kim [Tue, 8 Jan 2013 02:00:01 +0000 (02:00 +0000)]
efl/ecore_imf: add example of ECORE_IMF_MODULE usage

SVN revision: 82374

11 years agoecore_imf: move the docs to header
Jihoon Kim [Tue, 8 Jan 2013 01:57:22 +0000 (01:57 +0000)]
ecore_imf: move the docs to header

SVN revision: 82373

11 years agoefl/edje: remove alloca as it's in eina now.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 23:30:06 +0000 (23:30 +0000)]
efl/edje: remove alloca as it's in eina now.

SVN revision: 82372

11 years agoefl/ecore_evas_x: remove includes that are not required.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 23:14:08 +0000 (23:14 +0000)]
efl/ecore_evas_x: remove includes that are not required.

SVN revision: 82371

11 years agoefl: check realpath.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:52:27 +0000 (22:52 +0000)]
efl: check realpath.

a warning in edje brought to attention that we were not checking for
that. also used in eet.

SVN revision: 82370

11 years agoefl/evas: silent warning.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:46:01 +0000 (22:46 +0000)]
efl/evas: silent warning.

count is type 'int', but used as unsigned it (always > 0), however gcc
can't understand that and is complaining that 'check' could be used
without being initialized... which is false. Make the test != 0 to
silent gcc and make code as correct as before.

SVN revision: 82369

11 years agoefl: add back valgrind check, with enable option and warning.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:24:53 +0000 (22:24 +0000)]
efl: add back valgrind check, with enable option and warning.

SVN revision: 82368

11 years agomoved edje into EFL.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:36:06 +0000 (21:36 +0000)]
moved edje into EFL.

SVN revision: 82367

11 years agoefl/edje: remove warning (PLEASE REVIEW).
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:34:20 +0000 (21:34 +0000)]
efl/edje: remove warning (PLEASE REVIEW).

This warning was removed but I left the _edje_real_part_state_get() in
there as this will not just get the part state, but also call
_edje_part_recalc() if needed.

Should we completely remove the block, or is _edje_part_recalc() required?

SVN revision: 82366

11 years agoemotion: add missing changelog + news for last commit.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:31:11 +0000 (21:31 +0000)]
emotion: add missing changelog + news for last commit.

SVN revision: 82365

11 years agoemotion/xine should use the VIDEO_OUT_XINE_API_VERSION.
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:28:32 +0000 (21:28 +0000)]
emotion/xine should use the VIDEO_OUT_XINE_API_VERSION.

our xine plugin must VIDEO_OUT_XINE_API_VERSION(22) to have video out.

Patch-By: Arvind R <arvino55-gmail.com>
SVN revision: 82364

11 years agoecore ecore_fd_handler_example.c: Added gcc build instruction for an example.
Daniel Juyung Seo [Mon, 7 Jan 2013 17:04:18 +0000 (17:04 +0000)]
ecore ecore_fd_handler_example.c: Added gcc build instruction for an example.

SVN revision: 82356

11 years agoedbus: Fix signal handler extra match check
José Roberto de Souza [Mon, 7 Jan 2013 15:20:16 +0000 (15:20 +0000)]
edbus: Fix signal handler extra match check

When an extra argument didn't match, instead of going to the next signal
handler we were skiping to next extra match argument because we were
calling "continue" inside EINA_INLIST_FOREACH.

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

SVN revision: 82351

11 years agoedje merge forgot to define edje calc cache, by DEFAULT...
Carsten Haitzler [Mon, 7 Jan 2013 15:17:37 +0000 (15:17 +0000)]
edje merge forgot to define edje calc cache, by DEFAULT...
non-cacl-cache path not tested and buggy! :/

SVN revision: 82350

11 years agoupdating portuguese and esperanto translations
Massimo Maiurana [Mon, 7 Jan 2013 11:39:56 +0000 (11:39 +0000)]
updating portuguese and esperanto translations

SVN revision: 82342

11 years agoedje/edje_entry : When preediting text is removed by filter callback, committing...
WooHyun Jung [Mon, 7 Jan 2013 11:17:55 +0000 (11:17 +0000)]
edje/edje_entry : When preediting text is removed by filter callback, committing is useless. So I added some codes for skipping that committing.

SVN revision: 82339

11 years agoFix typo in evas_map_free doxy.
Christopher Michael [Mon, 7 Jan 2013 09:56:01 +0000 (09:56 +0000)]
Fix typo in evas_map_free doxy.

NB: Can someone please backport this ??

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

11 years agovalgrind off by default on all profiles.
Carsten Haitzler [Mon, 7 Jan 2013 08:24:14 +0000 (08:24 +0000)]
valgrind off by default on all profiles.

SVN revision: 82331

11 years agoPulled out evas gl backend binary shader file caching code from
Sung Park [Mon, 7 Jan 2013 06:16:18 +0000 (06:16 +0000)]
Pulled out evas gl backend binary shader file caching code from
evas_gl_shader.c file and made an internal generic caching api in
evas_gl_common.h for use in other places ie. evas_gl.

Then implemented evas_gl surface cap. caching code in gl backend to
accelerate the engine creation.

SVN revision: 82321

11 years agoefl: fix build of Evas XCB backend.
Cedric BAIL [Mon, 7 Jan 2013 01:07:21 +0000 (01:07 +0000)]
efl: fix build of Evas XCB backend.

Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

SVN revision: 82310

11 years agoupdating lithuanian translation
Massimo Maiurana [Sun, 6 Jan 2013 21:10:53 +0000 (21:10 +0000)]
updating lithuanian translation

SVN revision: 82308

11 years agoClean up the Lua docs. Much less clean up than I thought would be needed.
David Walter Seikel [Sun, 6 Jan 2013 15:36:44 +0000 (15:36 +0000)]
Clean up the Lua docs.  Much less clean up than I thought would be needed.

And my work for the year is done.  B-)

SVN revision: 82306

11 years agoLink the Lua docs to the main Edje page.
David Walter Seikel [Sun, 6 Jan 2013 14:59:43 +0000 (14:59 +0000)]
Link the Lua docs to the main Edje page.

SVN revision: 82303

11 years agoego-- I don't need to be listed twice.
David Walter Seikel [Sun, 6 Jan 2013 14:31:56 +0000 (14:31 +0000)]
ego--  I don't need to be listed twice.

SVN revision: 82302

11 years agoevas/common/thread_render: fix queue cache handling
Ulisses Furquim [Sun, 6 Jan 2013 02:01:53 +0000 (02:01 +0000)]
evas/common/thread_render: fix queue cache handling

Fixed queue cache handling to let enqueue and process happen at the same
time, even though this is not our use case yet. This also solves a race
with the assignment of cache variables outside the queue lock and
remembers to free the cache when shutting down.

SVN revision: 82296

11 years agoevas/async_events: fix leak of events array and simplify code
Ulisses Furquim [Sun, 6 Jan 2013 01:58:50 +0000 (01:58 +0000)]
evas/async_events: fix leak of events array and simplify code

Fixed leak of 'memory' array (now async_events_cache) and simplified code of
evas_async_events_put().

SVN revision: 82295

11 years agoreverting last commit
Massimo Maiurana [Sat, 5 Jan 2013 22:44:52 +0000 (22:44 +0000)]
reverting last commit

SVN revision: 82288

11 years agoupdating italian translation
Massimo Maiurana [Sat, 5 Jan 2013 19:52:48 +0000 (19:52 +0000)]
updating italian translation

SVN revision: 82286

11 years agomissing file from POTFILES.in
Massimo Maiurana [Sat, 5 Jan 2013 19:51:29 +0000 (19:51 +0000)]
missing file from POTFILES.in

SVN revision: 82285

11 years agosince the po files here was obtained merging original files from ecore and efreet...
Massimo Maiurana [Sat, 5 Jan 2013 17:51:17 +0000 (17:51 +0000)]
since the po files here was obtained merging original files from ecore and efreet I think that headers should contain authors from both files, and so I did it. I've also replaced any reference to efreet in headers with efl. finally, there also is an update for the spanish translation

SVN revision: 82284

11 years agoemotion: install external module in the correct place
Leandro Dorileo [Sat, 5 Jan 2013 17:40:37 +0000 (17:40 +0000)]
emotion: install external module in the correct place

SVN revision: 82283

11 years agoefl/edje: ecore_imf_init() only once.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:17:53 +0000 (16:17 +0000)]
efl/edje: ecore_imf_init() only once.

use technique similar to elementary and delay init() of module, but
once you do, do it only once and avoid shutdown() until
edje_shutdown().

This is good if we keep creating and deleting edje objects with entry,
the count could go to 0 and ecore_imf_shutdown() would unload
everything, just to load it soon.

SVN revision: 82281

11 years agoefl/edje: fix definition of parameter-less functions.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:15:59 +0000 (16:15 +0000)]
efl/edje: fix definition of parameter-less functions.

SVN revision: 82280

11 years agoefl/edje: improve HAVE_ECORE_IMF conditional handling.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:07:59 +0000 (16:07 +0000)]
efl/edje: improve HAVE_ECORE_IMF conditional handling.

I wonder if we should still support no Ecore_IMF, can we make it
mandatory as it's always built with single-tree?

SVN revision: 82279

11 years agoefl/evas: proper glShaderSource() definition as glext.h
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 15:55:58 +0000 (15:55 +0000)]
efl/evas: proper glShaderSource() definition as glext.h

it is "const char * const *", not "const char **", and it was triggering a warning in our code.

it's just constness and will not trigger an error in our user's code, just an warning that he should fix.

SVN revision: 82278

11 years agoefl: easy warning fixes.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 15:42:26 +0000 (15:42 +0000)]
efl: easy warning fixes.

SVN revision: 82277

11 years agoefl: distcheck will run tests and compile all examples.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:41:14 +0000 (14:41 +0000)]
efl: distcheck will run tests and compile all examples.

Tests are disabled by default, but they should be mandatory for
distcheck. So should be examples, we should have them to at least
compile.

As there is no way to force "make distcheck" to run "make examples",
I've created --enable-always-build-examples to make examples regular
noinst_PROGRAMS, being always compiled. distcheck will use that
option.

SVN revision: 82276

11 years agoefl/edje: codegen shouldn't use BUILT_SOURCES.
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:38:32 +0000 (14:38 +0000)]
efl/edje: codegen shouldn't use BUILT_SOURCES.

if use BUILT_SOURCES it will always generate those files, and their
requirement codegen.edj, even if examples were not to be built.

make will automatically build the files if there are rules to do so,
we just have to clean them.

SVN revision: 82275

11 years agoefl: warnings--
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:04:22 +0000 (14:04 +0000)]
efl: warnings--

SVN revision: 82273

11 years agoEvas smart clipped: Potentially fix memory leak as reported by raster.
Tom Hacohen [Sat, 5 Jan 2013 12:14:41 +0000 (12:14 +0000)]
Evas smart clipped: Potentially fix memory leak as reported by raster.

Not really properly tested, sorry for that.

SVN revision: 82271

11 years agofix typos in doc
Jihoon Kim [Sat, 5 Jan 2013 06:10:59 +0000 (06:10 +0000)]
fix typos in doc

SVN revision: 82268

11 years agochglog++
Carsten Haitzler [Sat, 5 Jan 2013 02:48:03 +0000 (02:48 +0000)]
chglog++

SVN revision: 82257

11 years agooooh no one ever spotted this api had a typo! fix indeed.
Carsten Haitzler [Sat, 5 Jan 2013 02:46:03 +0000 (02:46 +0000)]
oooh no one ever spotted this api had a typo! fix indeed.

SVN revision: 82255

11 years agothanks joel.
Carsten Haitzler [Sat, 5 Jan 2013 02:20:13 +0000 (02:20 +0000)]
thanks joel.

SVN revision: 82254