platform/upstream/efl.git
12 years agoemotion/generic: Should reset meta_info and channels on file_close.
Rafael Antognolli [Tue, 6 Sep 2011 21:15:32 +0000 (21:15 +0000)]
emotion/generic: Should reset meta_info and channels on file_close.

SVN revision: 63232

12 years agonot sure how this happened, but it's totally wrong
Mike Blumenkrantz [Tue, 6 Sep 2011 19:16:56 +0000 (19:16 +0000)]
not sure how this happened, but it's totally wrong

SVN revision: 63230

12 years agofix temp sensor detection with very new kernels
Mike Blumenkrantz [Tue, 6 Sep 2011 19:09:36 +0000 (19:09 +0000)]
fix temp sensor detection with very new kernels

SVN revision: 63229

12 years agoEeze: And only send event for present batteries
Sebastian Dransfeld [Tue, 6 Sep 2011 19:07:34 +0000 (19:07 +0000)]
Eeze: And only send event for present batteries

The property POWER_SUPPLY_PRESENT must not only be there, but also have
a true value.

SVN revision: 63228

12 years agoemotion/generic: Don't send position update when skipping frames.
Rafael Antognolli [Tue, 6 Sep 2011 12:37:03 +0000 (12:37 +0000)]
emotion/generic: Don't send position update when skipping frames.

SVN revision: 63227

12 years agoEina (u)strbuf: Added eina_(u)strbuf_manage_new.
Tom Hacohen [Tue, 6 Sep 2011 10:58:53 +0000 (10:58 +0000)]
Eina (u)strbuf: Added eina_(u)strbuf_manage_new.

This lets us take a string and use it as the string buffer instead of
copying and allocating.

SVN revision: 63226

12 years agoevas: add YUV double buffering for OpenGL backend.
Cedric BAIL [Tue, 6 Sep 2011 07:56:47 +0000 (07:56 +0000)]
evas: add YUV double buffering for OpenGL backend.

SVN revision: 63225

12 years agoblacklist c-ares 1.7.5
Mike Blumenkrantz [Mon, 5 Sep 2011 23:41:23 +0000 (23:41 +0000)]
blacklist c-ares 1.7.5

SVN revision: 63223

12 years agoemotion/generic: Fix frame dropping.
Rafael Antognolli [Mon, 5 Sep 2011 21:52:18 +0000 (21:52 +0000)]
emotion/generic: Fix frame dropping.

Move the frame drop counter to the shared memory object, so the player
can check its value and not send new frames if we didn't "consume" the
previous one.

Also move the triple buffering pointer changing to the display function,
so it will only lock once when accessing the critical region.

SVN revision: 63220

12 years agoemotion/generic: Add support for fetching meta info.
Rafael Antognolli [Mon, 5 Sep 2011 21:52:14 +0000 (21:52 +0000)]
emotion/generic: Add support for fetching meta info.

SVN revision: 63219

12 years agoemotion/generic: Add audio/video/spu channel set/get/count.
Rafael Antognolli [Mon, 5 Sep 2011 21:52:11 +0000 (21:52 +0000)]
emotion/generic: Add audio/video/spu channel set/get/count.

SVN revision: 63218

12 years agoeio: pack data for a few ms.
Cedric BAIL [Mon, 5 Sep 2011 20:29:01 +0000 (20:29 +0000)]
eio: pack data for a few ms.

SVN revision: 63215

12 years agoeina: oops. Thanks Vincent.
Cedric BAIL [Mon, 5 Sep 2011 20:26:21 +0000 (20:26 +0000)]
eina: oops. Thanks Vincent.

SVN revision: 63214

12 years agoeina: add eina_inlist_sorted_state_insert and helper.
Cedric BAIL [Mon, 5 Sep 2011 20:15:12 +0000 (20:15 +0000)]
eina: add eina_inlist_sorted_state_insert and helper.

Note: this function help keep a jump table so we reduce
the need to walk over the complete list to insert one
element. It's of course doesn't make it an O(log(n)) in
access time, but it increase it's cost more slowly.
   With 10000 items, you can count around 50 pointers
dereferencing and with with 50000 items around 200 pointers
dereferencing.
   Of course the comparison stay in O(log(n)).

SVN revision: 63213

12 years agoEeze: Only fant batteries which are present
Sebastian Dransfeld [Mon, 5 Sep 2011 19:12:45 +0000 (19:12 +0000)]
Eeze: Only fant batteries which are present

SVN revision: 63210

12 years agoemotion/generic - Set filename to NULL on file_close.
Rafael Antognolli [Mon, 5 Sep 2011 16:37:20 +0000 (16:37 +0000)]
emotion/generic - Set filename to NULL on file_close.

Otherwise if we try to call file_set(<some file>) after file_set(NULL),
it will send a close command to the player for an already closed file.

Also make the example cycle through the list of movies, but still
passing through a NULL file when reaching one of the ends of the list.

SVN revision: 63208

12 years agoemotion/generic: formatting.
Rafael Antognolli [Mon, 5 Sep 2011 16:07:10 +0000 (16:07 +0000)]
emotion/generic: formatting.

SVN revision: 63206

12 years agoemotion/generic: Reset initial values on file_set.
Rafael Antognolli [Mon, 5 Sep 2011 16:07:06 +0000 (16:07 +0000)]
emotion/generic: Reset initial values on file_set.

These values need to be reset as soon as a new file is set, otherwise
they can give wrong information to evas about the size of pixels to
render.

SVN revision: 63205

12 years agoemotion/generic: Make sure no new_frame is sent while opening or closing files.
Rafael Antognolli [Mon, 5 Sep 2011 16:07:04 +0000 (16:07 +0000)]
emotion/generic: Make sure no new_frame is sent while opening or closing files.

This wasn't happening anyway, but let's make sure it won't ever happen.

SVN revision: 63204

12 years agoemotion/generic - Don't start opening new file when another one is being open.
Rafael Antognolli [Mon, 5 Sep 2011 16:07:00 +0000 (16:07 +0000)]
emotion/generic - Don't start opening new file when another one is being open.

SVN revision: 63203

12 years agoevas: fix alignment issue.
Cedric BAIL [Mon, 5 Sep 2011 15:21:23 +0000 (15:21 +0000)]
evas: fix alignment issue.

SVN revision: 63202

12 years agoevas: use a tricky NULL texture.
Cedric BAIL [Mon, 5 Sep 2011 14:58:18 +0000 (14:58 +0000)]
evas: use a tricky NULL texture.

Note: this help the driver to know that we don't it
to swizzle back the pixel from GPU format, because we
are going to replace all pixels.

SVN revision: 63201

12 years agoemotion/generic - Use pipes instead of stdin/stdout for communication.
Rafael Antognolli [Mon, 5 Sep 2011 13:12:17 +0000 (13:12 +0000)]
emotion/generic - Use pipes instead of stdin/stdout for communication.

Now the player will have the stdin and stdout available for anything
else, and there's no need to make line-buffering with ecore_exe anymore.

SVN revision: 63198

12 years agoemotion/generic: Add return value to EM_RESULT_FILE_SET_DONE.
Rafael Antognolli [Mon, 5 Sep 2011 13:11:53 +0000 (13:11 +0000)]
emotion/generic: Add return value to EM_RESULT_FILE_SET_DONE.

It now checks if was possible to get the shared memory, and returns true
or false. This will command will also be used later to return false for
file opening no matter what was the problem, and maybe the int parameter
will indicate the type of error.

SVN revision: 63197

12 years agoEvas font: Fixed compilation with g++.
Tom Hacohen [Mon, 5 Sep 2011 12:48:02 +0000 (12:48 +0000)]
Evas font: Fixed compilation with g++.

Patch by cnook

SVN revision: 63196

12 years agoRevert "Edje entry: Start using the new tb_range_formats_get."
Tom Hacohen [Mon, 5 Sep 2011 12:07:31 +0000 (12:07 +0000)]
Revert "Edje entry: Start using the new tb_range_formats_get."

This reverts commit 62260

Unfortunately the textblock function doesn't work as well as expected.

SVN revision: 63192

12 years agoEvas textblock: Use viewport for getting visible range, not clip.
Tom Hacohen [Mon, 5 Sep 2011 12:03:53 +0000 (12:03 +0000)]
Evas textblock: Use viewport for getting visible range, not clip.

SVN revision: 63191

12 years agoemotion: remove useless broken check.
Cedric BAIL [Mon, 5 Sep 2011 11:08:15 +0000 (11:08 +0000)]
emotion: remove useless broken check.

SVN revision: 63190

12 years agoemotion: properly delay buffer destruction.
Cedric BAIL [Mon, 5 Sep 2011 10:57:39 +0000 (10:57 +0000)]
emotion: properly delay buffer destruction.

SVN revision: 63189

12 years agoEvas textblock: Fixed an issue when there are no available fonts.
Tom Hacohen [Mon, 5 Sep 2011 09:04:43 +0000 (09:04 +0000)]
Evas textblock: Fixed an issue when there are no available fonts.

The problem was that our rbtree implementation doesn't support chaining
duplicates and with no fonts, all the paragraphs had the same y coord (0).
Changing the paragraph index to work on line_no for sorting fixes it,
as line numbers are also correct when there are no fonts.

Thanks a lot to KaKaRoTo for letting me know about this issue.

SVN revision: 63188

12 years agofix COPYING to say 2011.
Carsten Haitzler [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.

SVN revision: 63187

12 years agoEvas font: Fix compilation with C++ compilers.
Tom Hacohen [Mon, 5 Sep 2011 07:13:23 +0000 (07:13 +0000)]
Evas font: Fix compilation with C++ compilers.

Thanks to cnook for pointing that out.

SVN revision: 63186

12 years agoEvas textblock: Fixed compiler warnings.
Tom Hacohen [Mon, 5 Sep 2011 07:13:07 +0000 (07:13 +0000)]
Evas textblock: Fixed compiler warnings.

SVN revision: 63185

12 years agoecore (glib): Fix build break
Mike McCormack [Mon, 5 Sep 2011 01:27:07 +0000 (01:27 +0000)]
ecore (glib): Fix build break

SVN revision: 63082

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63184

12 years agoevas: fix tarball generation.
Cedric BAIL [Sun, 4 Sep 2011 23:19:41 +0000 (23:19 +0000)]
evas: fix tarball generation.

SVN revision: 63179

12 years agoevas: and now MT12 gain Open GL support.
Cedric BAIL [Sun, 4 Sep 2011 21:15:04 +0000 (21:15 +0000)]
evas: and now MT12 gain Open GL support.

SVN revision: 63174

12 years agoemotion: better error message.
Cedric BAIL [Sun, 4 Sep 2011 21:13:49 +0000 (21:13 +0000)]
emotion: better error message.

SVN revision: 63173

12 years agoemotion: better handling of gstreamer samsung backend.
Cedric BAIL [Sun, 4 Sep 2011 21:12:34 +0000 (21:12 +0000)]
emotion: better handling of gstreamer samsung backend.

SVN revision: 63172

12 years agoevas: make MT12 a little bit faster so we can see Bunny a little more longer.
Cedric BAIL [Sun, 4 Sep 2011 16:26:47 +0000 (16:26 +0000)]
evas: make MT12 a little bit faster so we can see Bunny a little more longer.

SVN revision: 63157

12 years agoevas: forgotten patch for enabling colorspace properly.
Cedric BAIL [Sun, 4 Sep 2011 14:31:24 +0000 (14:31 +0000)]
evas: forgotten patch for enabling colorspace properly.

SVN revision: 63152

12 years agoevas: fix mt12 to se squirrel and bunny.
Cedric BAIL [Sun, 4 Sep 2011 14:30:41 +0000 (14:30 +0000)]
evas: fix mt12 to se squirrel and bunny.

SVN revision: 63151

12 years agoit might be good to test changes to eina_prefix (that didnt require an
Carsten Haitzler [Sun, 4 Sep 2011 03:46:58 +0000 (03:46 +0000)]
it might be good to test changes to eina_prefix (that didnt require an
eina_init before).

SVN revision: 63146

12 years agogeneric module can now be built-in as static module.
Gustavo Sverzut Barbieri [Sun, 4 Sep 2011 00:17:06 +0000 (00:17 +0000)]
generic module can now be built-in as static module.

also removed sole left-overs of previous disable of vlc engine.

SVN revision: 63141

12 years agoremove old vlc, fix build bugs and introduce m4 for generic players.
Gustavo Sverzut Barbieri [Sun, 4 Sep 2011 00:07:41 +0000 (00:07 +0000)]
remove old vlc, fix build bugs and introduce m4 for generic players.

Previous commit to disable VLC messed everything, so this one fixes it doing:

 - remove old src/modules/vlc and related.
 - add EMOTION_CHECK_GENERIC_PLAYER() m4 macro
 - change previous EMOTION_BUILD_VLC to EMOTION_BUILD_GENERIC_VLC

SVN revision: 63140

12 years agoEmotion: Remove unused variables
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:39 +0000 (21:09 +0000)]
Emotion: Remove unused variables

SVN revision: 63138

12 years agoEmotion: Add __UNUSED__ where needed
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:35 +0000 (21:09 +0000)]
Emotion: Add __UNUSED__ where needed

SVN revision: 63137

12 years agoEmotion: Fix memleak
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:31 +0000 (21:09 +0000)]
Emotion: Fix memleak

Remove weird buffer which never gets used or free'd

SVN revision: 63136

12 years agoEmotion: Fix signed warnings
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:28 +0000 (21:09 +0000)]
Emotion: Fix signed warnings

SVN revision: 63135

12 years agoEmotion: Add __UNUSED__ where needed
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:24 +0000 (21:09 +0000)]
Emotion: Add __UNUSED__ where needed

SVN revision: 63134

12 years agoEmotion: Remove unused variables
Sebastian Dransfeld [Sat, 3 Sep 2011 21:09:19 +0000 (21:09 +0000)]
Emotion: Remove unused variables

SVN revision: 63133

12 years agoEmotion: Really disable vlc
Sebastian Dransfeld [Sat, 3 Sep 2011 20:47:28 +0000 (20:47 +0000)]
Emotion: Really disable vlc

SVN revision: 63132

12 years agoupdating dutch translations
Massimo Maiurana [Sat, 3 Sep 2011 17:22:55 +0000 (17:22 +0000)]
updating dutch translations

SVN revision: 63127

12 years agoemotion: remove useless warning.
Cedric BAIL [Sat, 3 Sep 2011 12:54:06 +0000 (12:54 +0000)]
emotion: remove useless warning.

SVN revision: 63120

12 years agoemotion: protection against bad decoder.
Cedric BAIL [Sat, 3 Sep 2011 12:36:04 +0000 (12:36 +0000)]
emotion: protection against bad decoder.

SVN revision: 63118

12 years agoemotion installs no AUTHORS, thus do not check it as magic file.
Gustavo Sverzut Barbieri [Sat, 3 Sep 2011 05:32:00 +0000 (05:32 +0000)]
emotion installs no AUTHORS, thus do not check it as magic file.

SVN revision: 63109

12 years agoeina_prefix: use log infrastructure.
Gustavo Sverzut Barbieri [Sat, 3 Sep 2011 05:31:25 +0000 (05:31 +0000)]
eina_prefix: use log infrastructure.

use eina_log instead of weirdo printfs... multiple levels, greatness
everywhere... helped me debug emotion's warning.

It is always a pain to try to use library log and notice they are not
using their own standards :-/

   export EINA_LOG_LEVELS=eina_prefix:4

SVN revision: 63108

12 years agoat least handle null im_info & dont crash.
Carsten Haitzler [Sat, 3 Sep 2011 04:47:50 +0000 (04:47 +0000)]
at least handle null im_info & dont crash.

SVN revision: 63105

12 years agoput generic loaders in libdir/evas/utils/
Carsten Haitzler [Sat, 3 Sep 2011 03:48:39 +0000 (03:48 +0000)]
put generic loaders in libdir/evas/utils/

SVN revision: 63103

12 years agoevas/canvas - Update the pointer to engine_data after pixels_get().
Rafael Antognolli [Fri, 2 Sep 2011 14:06:25 +0000 (14:06 +0000)]
evas/canvas - Update the pointer to engine_data after pixels_get().

The "pixels" pointer was set in the beginning of evas_object_image_render(),
and never updated, even after pixels_get() changed the content of
o->engine_data.

This patch updates that pointer if it becomes different from engine_data.

SVN revision: 63090

12 years agoemotion: resize only when needed and fix typo.
Cedric BAIL [Fri, 2 Sep 2011 13:10:22 +0000 (13:10 +0000)]
emotion: resize only when needed and fix typo.

SVN revision: 63089

12 years agoemotion: remove useless code.
Cedric BAIL [Fri, 2 Sep 2011 08:51:56 +0000 (08:51 +0000)]
emotion: remove useless code.

SVN revision: 63087

12 years agomainloop cleanups on top of previous ones and fixes for previous refactors
Carsten Haitzler [Fri, 2 Sep 2011 03:29:11 +0000 (03:29 +0000)]
mainloop cleanups on top of previous ones and fixes for previous refactors

SVN revision: 63082

12 years agoemotion/generic: eina module functions can be static.
Gustavo Sverzut Barbieri [Fri, 2 Sep 2011 01:35:16 +0000 (01:35 +0000)]
emotion/generic: eina module functions can be static.

SVN revision: 63081

12 years agoemotion/generic/vlc: die when parent dies.
Gustavo Sverzut Barbieri [Fri, 2 Sep 2011 01:34:07 +0000 (01:34 +0000)]
emotion/generic/vlc: die when parent dies.

nasty fix for a nasty emotion behavior :-/

SVN revision: 63080

12 years agoemotion/generic: make log variable static.
Gustavo Sverzut Barbieri [Thu, 1 Sep 2011 23:47:53 +0000 (23:47 +0000)]
emotion/generic: make log variable static.

yeah, I'm paranoid ;-)

SVN revision: 63079

12 years agoemotion: just try vlc if it was compiled.
Gustavo Sverzut Barbieri [Thu, 1 Sep 2011 23:46:39 +0000 (23:46 +0000)]
emotion: just try vlc if it was compiled.

not that big optimization, but does not hurt either.

SVN revision: 63078

12 years agoemotion: use eina_prefix to determine player location.
Gustavo Sverzut Barbieri [Thu, 1 Sep 2011 23:45:18 +0000 (23:45 +0000)]
emotion: use eina_prefix to determine player location.

Move players from $bindir to $libdir/emotion/utils and find them with
eina_prefix. I was willing to play with this prefix thing, quite nice
;-)

SVN revision: 63077

12 years agoemotion: handle Samsung S5PC110 and S5PC210.
Cedric BAIL [Thu, 1 Sep 2011 23:11:36 +0000 (23:11 +0000)]
emotion: handle Samsung S5PC110 and S5PC210.

SVN revision: 63076

12 years agoRename xcb-devel to libxcb-devel. According to KainX, on IRC, «Caos is dead and no...
Rui Seabra [Thu, 1 Sep 2011 21:54:42 +0000 (21:54 +0000)]
Rename xcb-devel to libxcb-devel. According to KainX, on IRC, «Caos is dead and no one has been maintaining SuSE compatibility anyway».

SVN revision: 63074

12 years agoemotion: test proxy of videos with -R/--reflex option.
Gustavo Sverzut Barbieri [Thu, 1 Sep 2011 21:45:04 +0000 (21:45 +0000)]
emotion: test proxy of videos with -R/--reflex option.

Emotion explores some different paths in Evas pipeline as it changes
image pixels frequently and sometimes uses different
colorspaces. Let's change if it's all working fine using a nice proxy
effect that mirrors the playing video.

emotion_test --reflex <video.avi>

SVN revision: 63071

12 years agoFix build breakage.
Rui Seabra [Thu, 1 Sep 2011 21:39:43 +0000 (21:39 +0000)]
Fix build breakage.

SVN revision: 63070

12 years agoEcore_X(cb): When sending client messages, message_type needs to be
Christopher Michael [Thu, 1 Sep 2011 20:21:36 +0000 (20:21 +0000)]
Ecore_X(cb): When sending client messages, message_type needs to be
ev->type.

SVN revision: 63067

12 years agoAdd generic player backend (with vlc player).
Rafael Antognolli [Thu, 1 Sep 2011 19:04:15 +0000 (19:04 +0000)]
Add generic player backend (with vlc player).

This generic player backend executes a separate player in another
process. It receives the bytes to be drawn on the emotion object through
a shared memory, and communicates with the player through a pipe, using
the player standard input/output.

The player must communicate with emotion using the defined commands
specified in the Emotion_Generic_Plugin.h. It doesn't need to link
against emotion, just include this file for easier implementation.

This implementation was sponsored by Zodiac Aerospace.

SVN revision: 63062

12 years agoEina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.
Tom Hacohen [Thu, 1 Sep 2011 12:11:24 +0000 (12:11 +0000)]
Eina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.

SVN revision: 63054

12 years agoeio: fix eio_monitor.
Cedric BAIL [Thu, 1 Sep 2011 10:22:00 +0000 (10:22 +0000)]
eio: fix eio_monitor.

Patch by Michael Sans.

SVN revision: 63052

12 years agoemotion: better debug infrastructure.
Cedric BAIL [Wed, 31 Aug 2011 15:51:50 +0000 (15:51 +0000)]
emotion: better debug infrastructure.

SVN revision: 63039

12 years agoemotion: evas is going to support more video format than ffmpeg...
Cedric BAIL [Wed, 31 Aug 2011 15:48:47 +0000 (15:48 +0000)]
emotion: evas is going to support more video format than ffmpeg...

SVN revision: 63038

12 years agoethumb: fix wrong dirty detection.
Cedric BAIL [Wed, 31 Aug 2011 09:28:54 +0000 (09:28 +0000)]
ethumb: fix wrong dirty detection.

Patch by SANS Mikael <sans.mikael@gmail.com>.

SVN revision: 63021

12 years agoEfreet: Only add known desktop types to cache
Sebastian Dransfeld [Wed, 31 Aug 2011 09:10:18 +0000 (09:10 +0000)]
Efreet: Only add known desktop types to cache

SVN revision: 63020

12 years agoEfreet: Fix shadow warning
Sebastian Dransfeld [Wed, 31 Aug 2011 09:09:31 +0000 (09:09 +0000)]
Efreet: Fix shadow warning

SVN revision: 63019

12 years agoAdd missing function in lock void
Vincent Torri [Wed, 31 Aug 2011 08:50:19 +0000 (08:50 +0000)]
Add missing function in lock void
Patch by Youness Alaoui

SVN revision: 63018

12 years agoadd Youness Alaoui
Vincent Torri [Wed, 31 Aug 2011 08:49:15 +0000 (08:49 +0000)]
add Youness Alaoui

SVN revision: 63017

12 years agoevas: SPANK ! SPANK ! SPANK ! Tasn you forgot some engine !
Cedric BAIL [Tue, 30 Aug 2011 23:03:07 +0000 (23:03 +0000)]
evas: SPANK ! SPANK ! SPANK ! Tasn you forgot some engine !

Patch by Youness Alaoui <kakaroto@kakaroto.homelinux.net>.

SVN revision: 63013

12 years agoemotion: better debugging.
Cedric BAIL [Tue, 30 Aug 2011 22:40:01 +0000 (22:40 +0000)]
emotion: better debugging.

SVN revision: 63012

12 years agoEcore_X(cb): Port Hermits xlib code to support double/triple click for
Christopher Michael [Tue, 30 Aug 2011 19:22:51 +0000 (19:22 +0000)]
Ecore_X(cb): Port Hermits xlib code to support double/triple click for
multi-touch devices to xcb.
Remove dead code.
Add missing flush calls after change_window_attributes.
Quiet down the event code by commenting out some LOGFN's.
Make selection event code more like Xlib.
Add missing flush calls after send_event.

SVN revision: 63009

12 years agoEcore_X: Function expects a Eina_Bool return, so let's use those ;)
Christopher Michael [Tue, 30 Aug 2011 18:38:27 +0000 (18:38 +0000)]
Ecore_X: Function expects a Eina_Bool return, so let's use those ;)

SVN revision: 63008

12 years agoEcore_X(cb): Add missing flush after send_event(s). Remove unused code.
Christopher Michael [Tue, 30 Aug 2011 18:37:47 +0000 (18:37 +0000)]
Ecore_X(cb): Add missing flush after send_event(s). Remove unused code.

SVN revision: 63007

12 years agoEcore_X(cb): Add missing flush after change_property.
Christopher Michael [Tue, 30 Aug 2011 18:37:12 +0000 (18:37 +0000)]
Ecore_X(cb): Add missing flush after change_property.

SVN revision: 63006

12 years agoEcore_X(cb): Add missing free of reply.
Christopher Michael [Tue, 30 Aug 2011 18:36:43 +0000 (18:36 +0000)]
Ecore_X(cb): Add missing free of reply.

SVN revision: 63005

12 years agoEcore_X(cb): Add missing flush after send_event(s).
Christopher Michael [Tue, 30 Aug 2011 18:34:40 +0000 (18:34 +0000)]
Ecore_X(cb): Add missing flush after send_event(s).

SVN revision: 63004

12 years agoEcore_X(cb): Process & clear error if we have one. Add missing free of
Christopher Michael [Tue, 30 Aug 2011 18:33:44 +0000 (18:33 +0000)]
Ecore_X(cb): Process & clear error if we have one. Add missing free of
reply.

SVN revision: 63003

12 years agoEcore_X(cb): Add missing flush calls after send_event for dnd.
Christopher Michael [Tue, 30 Aug 2011 18:32:40 +0000 (18:32 +0000)]
Ecore_X(cb): Add missing flush calls after send_event for dnd.

SVN revision: 63002

12 years agoEcore_X(cb): ecore_x_dpms functions return Eina_Bool, so let's use that.
Christopher Michael [Tue, 30 Aug 2011 18:30:17 +0000 (18:30 +0000)]
Ecore_X(cb): ecore_x_dpms functions return Eina_Bool, so let's use that.

SVN revision: 63001

12 years agoEcore_X(cb): Make mwm code match xlib closer.
Christopher Michael [Tue, 30 Aug 2011 18:29:36 +0000 (18:29 +0000)]
Ecore_X(cb): Make mwm code match xlib closer.

SVN revision: 63000

12 years agoEcore_X(cb): Make netwm code match xlib closer. Add missing flush
Christopher Michael [Tue, 30 Aug 2011 18:29:15 +0000 (18:29 +0000)]
Ecore_X(cb): Make netwm code match xlib closer. Add missing flush
after send_event(s).

SVN revision: 62999

12 years agolets up the max recalc count a bit now that things re-schedule
Carsten Haitzler [Tue, 30 Aug 2011 15:33:46 +0000 (15:33 +0000)]
lets up the max recalc count a bit now that things re-schedule
themselves more.

SVN revision: 62994

12 years agoedje: less useless call to eina_stringshare_add/del.
Cedric BAIL [Tue, 30 Aug 2011 15:21:44 +0000 (15:21 +0000)]
edje: less useless call to eina_stringshare_add/del.

NOTE: edje is getting slow this day, please be carefull
when you add code to make it clean and fast. We soon
will require to go after some of this issue. Need to see
why application doing nothing are using 7% of my CPU
(mostly in edje).

SVN revision: 62993

12 years agoecore/ecore_exe - Fix wrong documentation.
Rafael Antognolli [Tue, 30 Aug 2011 14:43:29 +0000 (14:43 +0000)]
ecore/ecore_exe - Fix wrong documentation.

Many lines can be delivered on one event, but they are split on several
Ecore_Exe_Event_Data_Line on the event.

SVN revision: 62990

12 years agoEvas font: Adjust to harfbuzz's latest and hopefully last API break.
Tom Hacohen [Tue, 30 Aug 2011 14:38:48 +0000 (14:38 +0000)]
Evas font: Adjust to harfbuzz's latest and hopefully last API break.

SVN revision: 62989

12 years agoemotion: correctly setup the pipeline for non standard colorspace.
Cedric BAIL [Tue, 30 Aug 2011 14:05:49 +0000 (14:05 +0000)]
emotion: correctly setup the pipeline for non standard colorspace.

SVN revision: 62986