platform/upstream/efl.git
12 years agoEcore_Wayland: Updates to work with latest Wayland:
Christopher Michael [Wed, 4 Jul 2012 07:16:29 +0000 (07:16 +0000)]
Ecore_Wayland: Updates to work with latest Wayland:
  Add pointer frame callback. Add pointer surface listener.
  Use doubles for input surface position.
  Fix dnd function prototype to use wl_data_offer now.
  Fix dnd_add function to not use proxy_create anymore.
  Fix regression where window resizing down would leave artifacts.
    - Need to update the window allocation size before attaching the
new buffer.
  Fix set_transient & set_popup to use the parent surface, not the
shell surface.

SVN revision: 73254

12 years agoEvas (wayland_shm): Fix regression where resizing window down would
Christopher Michael [Wed, 4 Jul 2012 07:12:46 +0000 (07:12 +0000)]
Evas (wayland_shm): Fix regression where resizing window down would
leave artifacts.

SVN revision: 73253

12 years agoEcore_Evas: Fix missing initializer for for the engine_functions. (was
Christopher Michael [Wed, 4 Jul 2012 06:00:23 +0000 (06:00 +0000)]
Ecore_Evas: Fix missing initializer for for the engine_functions. (was
missing profiles_set).

SVN revision: 73251

12 years agoEPhysics: constraint solver iterations
Bruno Dilly [Tue, 3 Jul 2012 23:24:27 +0000 (23:24 +0000)]
EPhysics: constraint solver iterations

Functions to get and set the constraint solver number of iterations.

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73249

12 years agoEPhysics: use elm_layout instead of edje to add cbs
Bruno Dilly [Tue, 3 Jul 2012 23:23:53 +0000 (23:23 +0000)]
EPhysics: use elm_layout instead of edje to add cbs

Oh, I love when weird things got duplicated over all the project.
Use elm_layout_signal_callback_add instead of
edje_object_signal_callback_add.

SVN revision: 73248

12 years agoEPhysics: add test that exposes collision issues
Bruno Dilly [Tue, 3 Jul 2012 23:23:24 +0000 (23:23 +0000)]
EPhysics: add test that exposes collision issues

When objects move fast collision detection fails.
We need to expose an way to configure collision detection
so user can optimize usage for her use case.

Also it leaves the canvas dirty sometimes. We need to
verify that as well.

TODO: make theme for spinner and shoot button

SVN revision: 73247

12 years agoEPhysics: improve log msgs a bit and remove annoying one
Bruno Dilly [Tue, 3 Jul 2012 23:21:11 +0000 (23:21 +0000)]
EPhysics: improve log msgs a bit and remove annoying one

Print world and bodies pointers so it's possible to track them.
And remove annoying "step" debug msg.

SVN revision: 73246

12 years agoEPhysics: support autodel of bodies outside render area
Bruno Dilly [Tue, 3 Jul 2012 23:20:49 +0000 (23:20 +0000)]
EPhysics: support autodel of bodies outside render area

Now it's possible to request a world to delete bodies outside
render area, so we can save some resources and avoid issues
with world stopped event.

SVN revision: 73245

12 years agoEcore_IMF: add @since to enums missed @since
Jihoon Kim [Tue, 3 Jul 2012 14:23:17 +0000 (14:23 +0000)]
Ecore_IMF: add @since to enums missed @since

SVN revision: 73242

12 years agoEcore_IMF: add @since to new enums and functions
Jihoon Kim [Tue, 3 Jul 2012 14:21:01 +0000 (14:21 +0000)]
Ecore_IMF: add @since to new enums and functions

SVN revision: 73241

12 years agounbork edje-lua on 5.2
Daniel Kolesa [Tue, 3 Jul 2012 14:08:09 +0000 (14:08 +0000)]
unbork edje-lua on 5.2

SVN revision: 73240

12 years agoEcore: Remove erroneous ecore_x line.
Christopher Michael [Tue, 3 Jul 2012 12:26:33 +0000 (12:26 +0000)]
Ecore: Remove erroneous ecore_x line.

SVN revision: 73232

12 years agoFrom: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
daniel.zaoui@samsung.com [Tue, 3 Jul 2012 12:19:40 +0000 (12:19 +0000)]
From: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
Subject: [E-devel] Patch for Edje: added const to obj parameter of
edje_object_part_table_child_get

The obj parameter is used only for read access so the const can be
added to its type.

SVN revision: 73231

12 years agoEcore: Update NEWS to list Ecore_X_Error_Code enum in the proper
Christopher Michael [Tue, 3 Jul 2012 12:16:09 +0000 (12:16 +0000)]
Ecore: Update NEWS to list Ecore_X_Error_Code enum in the proper
section.

SVN revision: 73230

12 years agoyet another tedious null check for a free function, brought to you by people who...
Mike Blumenkrantz [Tue, 3 Jul 2012 11:32:35 +0000 (11:32 +0000)]
yet another tedious null check for a free function, brought to you by people who think wasting time is a good idea

SVN revision: 73224

12 years agoEcore_X: Add @since to new functions.
Christopher Michael [Tue, 3 Jul 2012 09:43:56 +0000 (09:43 +0000)]
Ecore_X: Add @since to new functions.

SVN revision: 73219

12 years agoEcore: Update news with api additions.
Christopher Michael [Tue, 3 Jul 2012 09:43:06 +0000 (09:43 +0000)]
Ecore: Update news with api additions.

SVN revision: 73218

12 years agoEvas: Update ChangeLog with better description(s) of changes.
Christopher Michael [Tue, 3 Jul 2012 09:26:29 +0000 (09:26 +0000)]
Evas: Update ChangeLog with better description(s) of changes.

NB: These are my own descriptions based on changes as they Tizen git
commit logs are useless.

SVN revision: 73217

12 years agoEcore: And also add entries for ecore_imf changes.
Christopher Michael [Tue, 3 Jul 2012 09:14:50 +0000 (09:14 +0000)]
Ecore: And also add entries for ecore_imf changes.

SVN revision: 73216

12 years agoEcore: Update Changelog for Tizen code merge.
Christopher Michael [Tue, 3 Jul 2012 09:13:11 +0000 (09:13 +0000)]
Ecore: Update Changelog for Tizen code merge.

SVN revision: 73215

12 years agoEvas: Update ChangeLog wrt Tizen Merge.
Christopher Michael [Tue, 3 Jul 2012 09:06:43 +0000 (09:06 +0000)]
Evas: Update ChangeLog wrt Tizen Merge.

NB: This is the commit message inside tizen git for this commit. Don't
blame me if the message is not detailed enough for you. Complain to
the original committer about making more detailed commit messages.

SVN revision: 73213

12 years ago * AUTHORS:
Vincent Torri [Tue, 3 Jul 2012 08:57:07 +0000 (08:57 +0000)]
* AUTHORS:
* src/lib/evil_stdlib.c:
* src/lib/evil_stdlib.h:
Update realpath() code, based on Keith Marshall's implementation.

SVN revision: 73212

12 years agoEdje entry: Fixed anchor update with user insert.
Tom Hacohen [Tue, 3 Jul 2012 08:52:17 +0000 (08:52 +0000)]
Edje entry: Fixed anchor update with user insert.

SVN revision: 73211

12 years agoEcore_X: Add missing function prototypes in Ecore_X header from Tizen
Christopher Michael [Tue, 3 Jul 2012 08:06:10 +0000 (08:06 +0000)]
Ecore_X: Add missing function prototypes in Ecore_X header from Tizen
merge.

SVN revision: 73208

12 years agoEcore_Evas Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:44:17 +0000 (07:44 +0000)]
Ecore_Evas Merge Tizen changes to upstream EFL.

SVN revision: 73206

12 years agoEcore_Imf: Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:39:08 +0000 (07:39 +0000)]
Ecore_Imf: Merge Tizen changes to upstream EFL.

SVN revision: 73204

12 years agoEcore_X: Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:36:55 +0000 (07:36 +0000)]
Ecore_X: Merge Tizen changes to upstream EFL.

SVN revision: 73203

12 years agoEvas (gif loader): Merge Tizen changes to upstream EFL. (Support gif
Christopher Michael [Tue, 3 Jul 2012 07:34:35 +0000 (07:34 +0000)]
Evas (gif loader): Merge Tizen changes to upstream EFL. (Support gif
scaling).

SVN revision: 73202

12 years agoEvas (gl_common): Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:33:44 +0000 (07:33 +0000)]
Evas (gl_common): Merge Tizen changes to upstream EFL.

SVN revision: 73201

12 years agoEvas (wayland_shm): Support evas cserve2.
Christopher Michael [Tue, 3 Jul 2012 07:32:52 +0000 (07:32 +0000)]
Evas (wayland_shm): Support evas cserve2.

SVN revision: 73200

12 years agoEvas (gl_x11): Merge changes from Tizen to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:31:03 +0000 (07:31 +0000)]
Evas (gl_x11): Merge changes from Tizen to upstream EFL.

SVN revision: 73199

12 years agoEvas: Merge evas_object_image changes from Tizen to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:30:05 +0000 (07:30 +0000)]
Evas: Merge evas_object_image changes from Tizen to upstream EFL.

SVN revision: 73198

12 years agoEvas: Revert "Evas: Support harfbuzz version checking." (73196)
Tom Hacohen [Tue, 3 Jul 2012 07:29:37 +0000 (07:29 +0000)]
Evas: Revert "Evas: Support harfbuzz version checking." (73196)

1. We already check in configure.ac that harfbuzz is at least 0.9.0, so
those code paths will never get triggered anyway.
2. We don't plan on supporting old harfbuzz anyway. People should just
upgrade harfbuzz (Not really an issue since it's not yet released).

SVN revision: 73197

12 years agoEvas: Support harfbuzz version checking.
Christopher Michael [Tue, 3 Jul 2012 07:23:17 +0000 (07:23 +0000)]
Evas: Support harfbuzz version checking.

NB: Merged from Tizen to upstream EFL.

SVN revision: 73196

12 years agoecore: fix use of unitialized Ecore_X_Atoms.
Cedric BAIL [Tue, 3 Jul 2012 02:41:35 +0000 (02:41 +0000)]
ecore: fix use of unitialized Ecore_X_Atoms.

SVN revision: 73186

12 years agoEPhysics: fix velocity getters
Bruno Dilly [Tue, 3 Jul 2012 02:18:14 +0000 (02:18 +0000)]
EPhysics: fix velocity getters

SVN revision: 73185

12 years agoEPhysics: fix API regarding geometry and acceleration
Bruno Dilly [Tue, 3 Jul 2012 02:17:55 +0000 (02:17 +0000)]
EPhysics: fix API regarding geometry and acceleration
 units
Avoid messing Evas coordinates (pixels) with meters.
Change gravity setter / getter too.

SVN revision: 73184

12 years agoEPhysics: add test for velocity getters
Bruno Dilly [Tue, 3 Jul 2012 02:17:17 +0000 (02:17 +0000)]
EPhysics: add test for velocity getters

SVN revision: 73183

12 years agoEPhysics: implement body velocity get
Bruno Dilly [Tue, 3 Jul 2012 02:15:28 +0000 (02:15 +0000)]
EPhysics: implement body velocity get

Implementation of functions for retrieving both the linear and angular
velocity on x, y and z axis.

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73182

12 years agoemotion: fix wrong month.
Cedric BAIL [Tue, 3 Jul 2012 02:14:24 +0000 (02:14 +0000)]
emotion: fix wrong month.

SVN revision: 73181

12 years agoEPhysics: split the callback enum for body and world
Bruno Dilly [Tue, 3 Jul 2012 02:09:34 +0000 (02:09 +0000)]
EPhysics: split the callback enum for body and world
Should avoid a mess in the future.

SVN revision: 73179

12 years agoEPhysics: implement event callback del full for body
Bruno Dilly [Tue, 3 Jul 2012 02:09:21 +0000 (02:09 +0000)]
EPhysics: implement event callback del full for body

SVN revision: 73178

12 years agoEPhysics: implement event callback del full for world
Bruno Dilly [Tue, 3 Jul 2012 02:09:12 +0000 (02:09 +0000)]
EPhysics: implement event callback del full for world
match data pointer

SVN revision: 73177

12 years agoemotion: add infra to properly track pending object on shutdown.
Cedric BAIL [Tue, 3 Jul 2012 01:58:13 +0000 (01:58 +0000)]
emotion: add infra to properly track pending object on shutdown.

SVN revision: 73176

12 years agoEet: no need for an eina check
Vincent Torri [Mon, 2 Jul 2012 22:55:32 +0000 (22:55 +0000)]
Eet: no need for an eina check

SVN revision: 73175

12 years agoBuild fix for DSO linking issue of eio example.
Jonas M. Gastal [Mon, 2 Jul 2012 21:45:45 +0000 (21:45 +0000)]
Build fix for DSO linking issue of eio example.

SVN revision: 73171

12 years agoUnbreak eet examples(they need Eina).
Jonas M. Gastal [Mon, 2 Jul 2012 19:38:54 +0000 (19:38 +0000)]
Unbreak eet examples(they need Eina).

Previous commit caused build(not system) error for examples.

SVN revision: 73169

12 years agoUnbreak examples build system.
Jonas M. Gastal [Mon, 2 Jul 2012 14:48:25 +0000 (14:48 +0000)]
Unbreak examples build system.

SPANK SPANK SPANK caro.

SVN revision: 73168

12 years agotextgrid - use evas coords for cell size. more correct indeed - thanks
Carsten Haitzler [Mon, 2 Jul 2012 12:35:53 +0000 (12:35 +0000)]
textgrid - use evas coords for cell size. more correct indeed - thanks
tom. als warning--

SVN revision: 73159

12 years agoeeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST
Stefan Schmidt [Mon, 2 Jul 2012 12:22:39 +0000 (12:22 +0000)]
eeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST

SVN revision: 73157

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 11:30:45 +0000 (11:30 +0000)]
formatting
someone RECENTLY edited this file with tabs. stop it. seriously.

SVN revision: 73155

12 years agochangelog for previous commit
Mike Blumenkrantz [Mon, 2 Jul 2012 09:25:09 +0000 (09:25 +0000)]
changelog for previous commit

SVN revision: 73142

12 years agocorrectly handle resolver failures during connection, should fix super long-standing...
Mike Blumenkrantz [Mon, 2 Jul 2012 09:24:02 +0000 (09:24 +0000)]
correctly handle resolver failures during connection, should fix super long-standing bug which caused crashes when no network connection was present

SVN revision: 73141

12 years agoeet: Real fix for the zlib detection on old systems.
Stefan Schmidt [Mon, 2 Jul 2012 09:17:05 +0000 (09:17 +0000)]
eet: Real fix for the zlib detection on old systems.

Reverting my band aid and bring in the real fix provided by Vincent.

SVN revision: 73139

12 years agoeet: Go back to plain header check for zlib as band-aid
Stefan Schmidt [Mon, 2 Jul 2012 09:07:32 +0000 (09:07 +0000)]
eet: Go back to plain header check for zlib as band-aid

Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be
better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could
handle this as well.

Without this you get this error:
configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH
environment variable contains include lines for the location of this
file"

SVN revision: 73138

12 years agoefreet: fix memory leak
Sebastian Dransfeld [Mon, 2 Jul 2012 08:17:02 +0000 (08:17 +0000)]
efreet: fix memory leak

Don't allocate event structure unless we have a cache change.

SVN revision: 73133

12 years agochange the minimum version of ibus because of API compatibility
Jihoon Kim [Mon, 2 Jul 2012 02:01:15 +0000 (02:01 +0000)]
change the minimum version of ibus because of API compatibility

SVN revision: 73119

12 years agowith user-dirs - expand env vars. i suspect we have to deal with
Carsten Haitzler [Mon, 2 Jul 2012 00:01:16 +0000 (00:01 +0000)]
with user-dirs - expand env vars. i suspect we have to deal with
escapes too.

SVN revision: 73115

12 years agocomp sync back on by default. need to solve this another way.
Carsten Haitzler [Sun, 1 Jul 2012 22:44:55 +0000 (22:44 +0000)]
comp sync back on by default. need to solve this another way.

SVN revision: 73114

12 years agoEet: fix CFLAGS value when --enable-assert is used
Vincent Torri [Sun, 1 Jul 2012 13:34:52 +0000 (13:34 +0000)]
Eet: fix CFLAGS value when --enable-assert is used

SVN revision: 73113

12 years agoEina: fix CFLAGS value when --enable-assert is used
Vincent Torri [Sun, 1 Jul 2012 13:34:34 +0000 (13:34 +0000)]
Eina: fix CFLAGS value when --enable-assert is used

SVN revision: 73112

12 years agoibus-immodule: support async mode. especially there is problem when korean input...
Jihoon Kim [Sun, 1 Jul 2012 12:57:52 +0000 (12:57 +0000)]
ibus-immodule: support async mode. especially there is problem when korean input in sync mode. It's known issue in ibus

SVN revision: 73111

12 years agoibus-immodule: fix formatting
Jihoon Kim [Sun, 1 Jul 2012 12:42:46 +0000 (12:42 +0000)]
ibus-immodule: fix formatting

SVN revision: 73110

12 years agoeeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
Carsten Haitzler [Sun, 1 Jul 2012 12:33:45 +0000 (12:33 +0000)]
eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
again. bad commit vtorri?

SVN revision: 73109

12 years agoEet: remove --enable-coverage option.
Vincent Torri [Sun, 1 Jul 2012 12:01:46 +0000 (12:01 +0000)]
Eet: remove --enable-coverage option.

 Now, coverage is detected with just --enable-tests.

 Buildbot maintainers : please remove --enable-coverage option to
 eet (more EFL will be supported later)

SVN revision: 73108

12 years agoEina: remove --enable-coverage option.
Vincent Torri [Sun, 1 Jul 2012 11:48:06 +0000 (11:48 +0000)]
Eina: remove --enable-coverage option.

Now, coverage is detected with just --enable-tests.

Buildbot maintainers : please remove --enable-coverage option to
eina (more EFL will be supported later)

SVN revision: 73107

12 years agoEet: add nice m4 macros to check functions and libraries. Will be usable easily in...
Vincent Torri [Sun, 1 Jul 2012 09:47:48 +0000 (09:47 +0000)]
Eet: add nice m4 macros to check functions and libraries. Will be usable easily in the merge, per EFL lib

Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here

SVN revision: 73095

12 years agoephysics README: Updated bullet version. EPhysics works well with Bullet 0.79 as...
Daniel Juyung Seo [Sun, 1 Jul 2012 08:47:05 +0000 (08:47 +0000)]
ephysics README: Updated bullet version. EPhysics works well with Bullet 0.79 as far as I know.

SVN revision: 73093

12 years agotypo
Vincent Torri [Sun, 1 Jul 2012 08:46:43 +0000 (08:46 +0000)]
typo

SVN revision: 73092

12 years agoLet it build with cmake 2.8.1 and older.
David Walter Seikel [Sun, 1 Jul 2012 06:25:31 +0000 (06:25 +0000)]
Let it build with cmake 2.8.1 and older.

SVN revision: 73087

12 years agoefreet: Finish off nls support
Sebastian Dransfeld [Fri, 29 Jun 2012 22:44:00 +0000 (22:44 +0000)]
efreet: Finish off nls support

SVN revision: 73067

12 years agoEPhysics: add linear slop setter / getter for world
Bruno Dilly [Fri, 29 Jun 2012 22:24:33 +0000 (22:24 +0000)]
EPhysics: add linear slop setter / getter for world

Constraint solver can be configured using some advanced settings, like
the solver slop factor.

Linear slop on sequencial impulse constraint solver is used as a factor
for penetration. The penetration will the manifold distance + linear slop.

SVN revision: 73066

12 years agoEPhysics: remove annoying tick dbg msg
Bruno Dilly [Fri, 29 Jun 2012 22:22:43 +0000 (22:22 +0000)]
EPhysics: remove annoying tick dbg msg

SVN revision: 73065

12 years agoEPhysics: modify copyright notice
Bruno Dilly [Fri, 29 Jun 2012 22:22:35 +0000 (22:22 +0000)]
EPhysics: modify copyright notice

SVN revision: 73064

12 years agoEPhysics: unregister test log domain
Bruno Dilly [Fri, 29 Jun 2012 22:22:28 +0000 (22:22 +0000)]
EPhysics: unregister test log domain

SVN revision: 73063

12 years agoRemove the right element from the list
Iván Briano [Fri, 29 Jun 2012 22:04:42 +0000 (22:04 +0000)]
Remove the right element from the list

SVN revision: 73062

12 years agoLet's not fall into an infinite loop with blocked
Iván Briano [Fri, 29 Jun 2012 22:04:34 +0000 (22:04 +0000)]
Let's not fall into an infinite loop with blocked
 requests

SVN revision: 73061

12 years agoTHE MOST IMPORTANT COMMIT IN THE HISTORY OF HUMANITY
Iván Briano [Fri, 29 Jun 2012 22:04:23 +0000 (22:04 +0000)]
THE MOST IMPORTANT COMMIT IN THE HISTORY OF HUMANITY

SVN revision: 73060

12 years agoDon't block waiting for response to font_load before
Iván Briano [Fri, 29 Jun 2012 22:04:13 +0000 (22:04 +0000)]
Don't block waiting for response to font_load before
 requesting glyphs, the server can handle dependencies
 now.

SVN revision: 73059

12 years agoAdd support for a request to depend on another
Iván Briano [Fri, 29 Jun 2012 22:03:57 +0000 (22:03 +0000)]
Add support for a request to depend on another

SVN revision: 73058

12 years agoRevert "eina: fix eina_file_iterator"
Sebastian Dransfeld [Fri, 29 Jun 2012 20:47:55 +0000 (20:47 +0000)]
Revert "eina: fix eina_file_iterator"

This reverts commit 375d652df6430e08874412650e6f8aecfcbdca51.

SVN revision: 73056

12 years agochangelog
Sebastian Dransfeld [Fri, 29 Jun 2012 20:41:03 +0000 (20:41 +0000)]
changelog

SVN revision: 73055

12 years agoeina: fix eina_file_iterator
Sebastian Dransfeld [Fri, 29 Jun 2012 20:37:33 +0000 (20:37 +0000)]
eina: fix eina_file_iterator

Remove false check. When we reach the last line we want to return it.
This check will happen the next time we hit the next function.

SVN revision: 73054

12 years agoefreet: parse user-dirs.dirs
Sebastian Dransfeld [Fri, 29 Jun 2012 20:35:47 +0000 (20:35 +0000)]
efreet: parse user-dirs.dirs

SVN revision: 73053

12 years agoefreet: use alloca
Sebastian Dransfeld [Fri, 29 Jun 2012 20:35:23 +0000 (20:35 +0000)]
efreet: use alloca

malloc + dir in same function -> alloca

SVN revision: 73052

12 years agoEvas: Support cserve2 for xcb engine.
Christopher Michael [Fri, 29 Jun 2012 12:01:34 +0000 (12:01 +0000)]
Evas: Support cserve2 for xcb engine.

SVN revision: 73033

12 years agochange my email address
Mike Blumenkrantz [Fri, 29 Jun 2012 10:58:49 +0000 (10:58 +0000)]
change my email address

SVN revision: 73032

12 years agoeina: also track lines index.
Cedric BAIL [Fri, 29 Jun 2012 10:45:58 +0000 (10:45 +0000)]
eina: also track lines index.

SVN revision: 73029

12 years agopatch from christophe.dumez@intel.com for joystick support
Mike Blumenkrantz [Fri, 29 Jun 2012 08:18:12 +0000 (08:18 +0000)]
patch from christophe.dumez@intel.com for joystick support
ticket #1100

SVN revision: 73027

12 years agoadd disk and net groups to main eeze doc page
Mike Blumenkrantz [Fri, 29 Jun 2012 08:10:59 +0000 (08:10 +0000)]
add disk and net groups to main eeze doc page

SVN revision: 73026

12 years agofix crash in eeze_net_free()
Mike Blumenkrantz [Fri, 29 Jun 2012 08:06:01 +0000 (08:06 +0000)]
fix crash in eeze_net_free()
ticket #1101

SVN revision: 73025

12 years agoremove log level setting in eeze scanner and efm
Mike Blumenkrantz [Fri, 29 Jun 2012 07:57:58 +0000 (07:57 +0000)]
remove log level setting in eeze scanner and efm

SVN revision: 73024

12 years agoEina: reorganise a bit the autotools. Please report any problem
Vincent Torri [Fri, 29 Jun 2012 06:49:08 +0000 (06:49 +0000)]
Eina: reorganise a bit the autotools. Please report any problem

SVN revision: 73023

12 years agoscim-immodule: handle altgr modifier
Jihoon Kim [Fri, 29 Jun 2012 05:23:41 +0000 (05:23 +0000)]
scim-immodule: handle altgr modifier

SVN revision: 73022

12 years agoibusimmodule: handle altgr modifier
Jihoon Kim [Fri, 29 Jun 2012 05:23:00 +0000 (05:23 +0000)]
ibusimmodule: handle altgr modifier

SVN revision: 73021

12 years agoEina: check if fnmatch() is also in libc
Vincent Torri [Thu, 28 Jun 2012 23:01:51 +0000 (23:01 +0000)]
Eina: check if fnmatch() is also in libc

SVN revision: 73018

12 years agoeina/tests: Bring in the needed flags for coverage after the rework.
Stefan Schmidt [Thu, 28 Jun 2012 15:15:56 +0000 (15:15 +0000)]
eina/tests: Bring in the needed flags for coverage after the rework.

Vicent, this is like you did it for benchmark. If you want any other
setup for coverage feel free to change.

SVN revision: 73016

12 years agoEPhysics: fix function references on docs
Bruno Dilly [Thu, 28 Jun 2012 14:02:02 +0000 (14:02 +0000)]
EPhysics: fix function references on docs

discomfitor spotted some issues, so now all the functions are
marked with @ref, so it will warn if they couldn't be found
on project. Except functions on @see section, since we
are already warned about them.

SVN revision: 73013

12 years agoEPhysics: fix make distcheck issues
Bruno Dilly [Thu, 28 Jun 2012 14:01:19 +0000 (14:01 +0000)]
EPhysics: fix make distcheck issues

SVN revision: 73012

12 years agoeeze scanner log dom -> ERR
Mike Blumenkrantz [Thu, 28 Jun 2012 10:23:11 +0000 (10:23 +0000)]
eeze scanner log dom -> ERR

SVN revision: 72994