Carsten Haitzler [Thu, 10 Nov 2011 06:38:15 +0000 (06:38 +0000)]
fix eina log for alsa thing to not use \n's
SVN revision: 65008
Carsten Haitzler [Thu, 10 Nov 2011 06:37:20 +0000 (06:37 +0000)]
update po files for ecore
SVN revision: 65007
Bluezery [Thu, 10 Nov 2011 06:35:53 +0000 (06:35 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_con] Bug fix when data is NULL.
If data is NULL, curl makes length field as -1 .
length filed should be set by 0.
SVN revision: 65006
EunMi Lee [Thu, 10 Nov 2011 06:25:56 +0000 (06:25 +0000)]
From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch][Evas] Fix wrong location of
_evas_touch_point_remove()
I have a small patch to fix the wrong location of _evas_touch_point_remove().
_evas_touch_point_remove() should be called in the evas_event_feed_mouse_up(),
but it is called in the evas_event_feed_mouse_cancel() in the current code.
Would you apply attached patch?
SVN revision: 65005
Carsten Haitzler [Thu, 10 Nov 2011 06:02:15 +0000 (06:02 +0000)]
disable evas_gl for evas 1.1
SVN revision: 65003
Carsten Haitzler [Thu, 10 Nov 2011 05:18:43 +0000 (05:18 +0000)]
try init and shut down remix outside of thread.
SVN revision: 65002
Sebastian Dransfeld [Wed, 9 Nov 2011 23:04:01 +0000 (23:04 +0000)]
efreet: Fix clang warnings
SVN revision: 64997
Cedric BAIL [Wed, 9 Nov 2011 16:27:49 +0000 (16:27 +0000)]
emotion: make it possible to define webcam statically.
SVN revision: 64995
Lucas De Marchi [Wed, 9 Nov 2011 12:03:46 +0000 (12:03 +0000)]
Use same type - warning--
SVN revision: 64981
Jiyoun Park [Wed, 9 Nov 2011 08:01:00 +0000 (08:01 +0000)]
remove white space
SVN revision: 64979
Tom Hacohen [Wed, 9 Nov 2011 07:51:14 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.
Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-Va2XPK.html#EndPath
SVN revision: 64978
Tom Hacohen [Wed, 9 Nov 2011 07:51:11 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.
Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-kOFp88.html#EndPath
SVN revision: 64977
Tom Hacohen [Wed, 9 Nov 2011 07:36:50 +0000 (07:36 +0000)]
Evas textblock: Fixed 1 more clang error.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-XA8yiy.html#EndPath
SVN revision: 64976
Tom Hacohen [Wed, 9 Nov 2011 07:30:34 +0000 (07:30 +0000)]
Evas font: Fixed a clang error and gcc compiler warnings.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-SsIayB.html#EndPath
SVN revision: 64975
Tom Hacohen [Wed, 9 Nov 2011 07:19:09 +0000 (07:19 +0000)]
Evas textblock: Fix clang complaint.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-FBRb3Q.html#EndPath
SVN revision: 64974
Carsten Haitzler [Wed, 9 Nov 2011 07:15:48 +0000 (07:15 +0000)]
fix clang complaint:
http://dev.enlightenment.fr/~discomfitor/eina-2011-11-08/report-izvfa3.html#EndPath
SVN revision: 64973
Carsten Haitzler [Wed, 9 Nov 2011 06:35:45 +0000 (06:35 +0000)]
another spacing baddie -> fixed
SVN revision: 64972
Carsten Haitzler [Wed, 9 Nov 2011 06:34:03 +0000 (06:34 +0000)]
remove errant space.
SVN revision: 64971
Carsten Haitzler [Wed, 9 Nov 2011 05:58:19 +0000 (05:58 +0000)]
to make up for not using xft.dpi anymore that was a fix essentially
to buffer engine rendering, allow env var for evas font dpi.
SVN revision: 64970
David Walter Seikel [Wed, 9 Nov 2011 04:44:31 +0000 (04:44 +0000)]
Remove something that is never used.
SVN revision: 64969
Mike Blumenkrantz [Wed, 9 Nov 2011 01:48:31 +0000 (01:48 +0000)]
fix garbage return
SVN revision: 64967
Mike Blumenkrantz [Wed, 9 Nov 2011 01:45:40 +0000 (01:45 +0000)]
fix bin detectors. vtorri, please check this for me
SVN revision: 64966
Mike Blumenkrantz [Wed, 9 Nov 2011 01:19:14 +0000 (01:19 +0000)]
remove some unused vars
SVN revision: 64964
Mike Blumenkrantz [Wed, 9 Nov 2011 01:18:18 +0000 (01:18 +0000)]
fix null deref
SVN revision: 64963
Mike Blumenkrantz [Wed, 9 Nov 2011 01:03:09 +0000 (01:03 +0000)]
patch from bluezery to use proper eina log dom and remove 0 byte destination files on failed download
SVN revision: 64962
Christopher Michael [Tue, 8 Nov 2011 22:16:14 +0000 (22:16 +0000)]
Ecore_X(cb): Fix formatting in newly added randr code.
SVN revision: 64961
Christopher Michael [Tue, 8 Nov 2011 22:09:32 +0000 (22:09 +0000)]
Ecore_X(cb): Add missing randr functions for new Randr Config dialog
in E.
SVN revision: 64960
Christopher Michael [Tue, 8 Nov 2011 21:10:26 +0000 (21:10 +0000)]
Ecore_Fb: Comment out unused (but declared) function prototypes to
remove compiler warning.
SVN revision: 64959
Christopher Michael [Tue, 8 Nov 2011 21:09:33 +0000 (21:09 +0000)]
Ecore_X(cb): Fix compiler warnings when building without gesture
support.
SVN revision: 64958
Carsten Haitzler [Tue, 8 Nov 2011 07:14:49 +0000 (07:14 +0000)]
see how much morte code i had to add just to use eina_log gustavo? i
had to add eina_init() and shutdown and init refcounting and log
domain creating and add a macro.. so i can finally use it? eina being
included here actually was never needed... but since include was there
i could use it...
just saying - using eina_log is not convenient. it doesn't save time.
it's benefits are dubious (knowing what envv ar to set to what values
to get log output is black magic as u need to know specific log level
values and log domain names which u only find out by digging thru
code). my point -> if u want eina_log used more.. it needs to be AS
EASY as the printf. :)
SVN revision: 64937
Carsten Haitzler [Tue, 8 Nov 2011 07:10:33 +0000 (07:10 +0000)]
fix slight "tick tick" in interpolated audio resmapling. found it.
SVN revision: 64936
Carsten Haitzler [Tue, 8 Nov 2011 06:55:07 +0000 (06:55 +0000)]
use WRN maco for complaining if alsa init fails.
SVN revision: 64935
Carsten Haitzler [Tue, 8 Nov 2011 06:52:05 +0000 (06:52 +0000)]
require remix 0.2.4 and use remix pkgconfig libdir for plugins
SVN revision: 64934
Mike Blumenkrantz [Tue, 8 Nov 2011 05:28:27 +0000 (05:28 +0000)]
fix DSO
SVN revision: 64933
Cedric BAIL [Mon, 7 Nov 2011 15:45:24 +0000 (15:45 +0000)]
emotion: minor cleanup.
SVN revision: 64869
David Walter Seikel [Mon, 7 Nov 2011 10:34:34 +0000 (10:34 +0000)]
Let's not rotate the example clear out of view.
SVN revision: 64865
David Walter Seikel [Mon, 7 Nov 2011 10:18:31 +0000 (10:18 +0000)]
typo -= 2
SVN revision: 64864
David Walter Seikel [Mon, 7 Nov 2011 09:52:17 +0000 (09:52 +0000)]
Slightly more sane examples of map usage.
SVN revision: 64862
Carsten Haitzler [Mon, 7 Nov 2011 09:25:40 +0000 (09:25 +0000)]
fix small interpolation bug that caused some "clicks".
SVN revision: 64861
David Walter Seikel [Mon, 7 Nov 2011 08:55:03 +0000 (08:55 +0000)]
Oops, this one was wrong.
SVN revision: 64860
David Walter Seikel [Mon, 7 Nov 2011 07:02:02 +0000 (07:02 +0000)]
The other half of the lua map API.
Also fix up some warnings pointed out by Mike Blumenkrantz.
I'm using the "I committed this from my USA server to sneak it past the deadline" excuse. :-P
SVN revision: 64857
Mike Blumenkrantz [Mon, 7 Nov 2011 06:10:06 +0000 (06:10 +0000)]
don't need to strlen here
SVN revision: 64856
Carsten Haitzler [Mon, 7 Nov 2011 05:57:46 +0000 (05:57 +0000)]
and some more cleaning/formatting in alsa code
SVN revision: 64855
Carsten Haitzler [Mon, 7 Nov 2011 05:45:00 +0000 (05:45 +0000)]
formatting fixes in alsa code
SVN revision: 64854
Jaehwan Kim [Mon, 7 Nov 2011 04:36:53 +0000 (04:36 +0000)]
Add the ChnageLog and since 1.1.0
SVN revision: 64851
David Walter Seikel [Sun, 6 Nov 2011 14:59:44 +0000 (14:59 +0000)]
Half of evas map API Added to lua.
The rest is commented, so you can see what the API will look like.
Needs more testing, and the other half.
SVN revision: 64822
David Walter Seikel [Sun, 6 Nov 2011 13:31:47 +0000 (13:31 +0000)]
I swear I fixed this before!
SVN revision: 64819
Tom Hacohen [Sun, 6 Nov 2011 12:56:10 +0000 (12:56 +0000)]
Evas textblock: Add ellipsis handling for format items.
Just cut before them.
SVN revision: 64817
Tom Hacohen [Sun, 6 Nov 2011 12:56:07 +0000 (12:56 +0000)]
Evas textblock: Fixed a bug with textblock ellipsis.
There was a possible segfault because we don't check if the current item
is a text item or a format item. I just removed the loop which triggered it
because it's not needed anyway, and now it works. Removing the loop also
let me remove some code that was only needed in the case of a loop.
SVN revision: 64816
Cedric BAIL [Sun, 6 Nov 2011 12:26:00 +0000 (12:26 +0000)]
ecore: improve ecore_con speed by using mempool.
SVN revision: 64814
Carsten Haitzler [Sun, 6 Nov 2011 10:51:50 +0000 (10:51 +0000)]
add info on requirements
SVN revision: 64811
Carsten Haitzler [Sun, 6 Nov 2011 09:27:28 +0000 (09:27 +0000)]
add warning on decc
SVN revision: 64807
Carsten Haitzler [Sun, 6 Nov 2011 09:16:00 +0000 (09:16 +0000)]
add workareas get as requested in ticket #793 but actually support
more than 1 - for multi-screen.
SVN revision: 64804
David Walter Seikel [Sun, 6 Nov 2011 09:00:21 +0000 (09:00 +0000)]
Finally committing my edje lua additions after a long chat with raster on IRC.
Not everything discussed is in this commit, but that will come later today.
SVN revision: 64803
Carsten Haitzler [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's
SVN revision: 64802
Carsten Haitzler [Sun, 6 Nov 2011 06:17:56 +0000 (06:17 +0000)]
fix but resulting from threadsafety addition by mike.
SVN revision: 64798
Carsten Haitzler [Sun, 6 Nov 2011 06:16:31 +0000 (06:16 +0000)]
chlog++
SVN revision: 64797
Carsten Haitzler [Sun, 6 Nov 2011 06:15:05 +0000 (06:15 +0000)]
authors++
SVN revision: 64796
Bluezery [Sun, 6 Nov 2011 06:14:31 +0000 (06:14 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_file] Check a return value of
ecore_con_url_get()
_ecore_file_download_curl() does not check return value of even if
ecore_con_url_get(), it can be failed.
I add a simple error checking.
Please review this patch.
SVN revision: 64795
Carsten Haitzler [Sun, 6 Nov 2011 04:44:13 +0000 (04:44 +0000)]
dont use shadow lua obj w,h as it means text objects dont force their
size right and u need extra calls to get them. fix.
SVN revision: 64793
Carsten Haitzler [Sun, 6 Nov 2011 03:07:15 +0000 (03:07 +0000)]
chlog++ for multisense
SVN revision: 64792
Youness Alaoui [Sat, 5 Nov 2011 17:50:23 +0000 (17:50 +0000)]
Escape: ecrustified
SVN revision: 64786
Youness Alaoui [Sat, 5 Nov 2011 17:50:02 +0000 (17:50 +0000)]
Ecore-evas: Add psl1ght module to ecore-evas
SVN revision: 64783
Youness Alaoui [Sat, 5 Nov 2011 17:49:55 +0000 (17:49 +0000)]
Ecore: Add ecore-psl1ght library
SVN revision: 64782
Youness Alaoui [Sat, 5 Nov 2011 17:49:49 +0000 (17:49 +0000)]
Ecore: Port ecore to the PS3
SVN revision: 64781
Youness Alaoui [Sat, 5 Nov 2011 17:49:37 +0000 (17:49 +0000)]
Evas: Add a psl1ght engine for the PS3
SVN revision: 64779
Youness Alaoui [Sat, 5 Nov 2011 17:49:30 +0000 (17:49 +0000)]
Eina: Port eina to the Ps3 by including Escape
SVN revision: 64778
Vincent Torri [Sat, 5 Nov 2011 16:56:03 +0000 (16:56 +0000)]
forget that. That's the problem when dealing with
windows and linux in different repo...
SVN revision: 64768
Vincent Torri [Sat, 5 Nov 2011 16:51:13 +0000 (16:51 +0000)]
Evas: fix use of __always_inline__ attribute
Fix multiple storage bug.
* __forceinline is the equivalent of __always_inline__ on Windows. It has
'extern' as storage, so static must not be used with it
* use __always_inline__ and not always_inline as attribute value instead.
No need to add storage class with __always_inline__ too.
* static inline is fine
SVN revision: 64767
Cedric BAIL [Sat, 5 Nov 2011 15:54:34 +0000 (15:54 +0000)]
emotion: fix symbol issue.
NOTE: all inline function in header should be static or
they will export symbol and you don't want that.
SVN revision: 64765
Carsten Haitzler [Sat, 5 Nov 2011 14:03:28 +0000 (14:03 +0000)]
warning-- on edje when compiled without mulitsense
SVN revision: 64763
Cedric BAIL [Sat, 5 Nov 2011 14:01:18 +0000 (14:01 +0000)]
eina: don't hide symbol if we can build them in.
SVN revision: 64762
Cedric BAIL [Sat, 5 Nov 2011 13:44:21 +0000 (13:44 +0000)]
emotion: always trigger new frame callback.
SVN revision: 64758
Carsten Haitzler [Sat, 5 Nov 2011 13:29:14 +0000 (13:29 +0000)]
enable multisense by default and have it disable if deps dont exist.
SVN revision: 64757
Cedric BAIL [Sat, 5 Nov 2011 12:04:34 +0000 (12:04 +0000)]
emotion: fix recursive call.
SVN revision: 64756
Cedric BAIL [Sat, 5 Nov 2011 11:58:41 +0000 (11:58 +0000)]
evas: always retrieve the latest available pixels for a video.
SVN revision: 64755
Carsten Haitzler [Sat, 5 Nov 2011 11:25:42 +0000 (11:25 +0000)]
and be explicit.. unsigned.. INT!
SVN revision: 64754
Carsten Haitzler [Fri, 4 Nov 2011 23:19:14 +0000 (23:19 +0000)]
fix a few warnings i get on 64bit than didnt pop up on 32, revert edje
module load api break -back to eina_bool return. add some @sinces even
if there are no docs.
SVN revision: 64751
Vincent Torri [Fri, 4 Nov 2011 22:08:54 +0000 (22:08 +0000)]
Evas: efl_attributes.m4
NEVER define a macro whose name is the name of the attribute, it breaks compilation on some platforms
SVN revision: 64749
Vincent Torri [Fri, 4 Nov 2011 21:04:49 +0000 (21:04 +0000)]
Evas: efl_attribute.m4 : put definition in the prologue
SVN revision: 64748
Vincent Torri [Fri, 4 Nov 2011 20:33:46 +0000 (20:33 +0000)]
Emotion: AM_PROG_CC_STDC is deprecated
SVN revision: 64746
Vincent Torri [Fri, 4 Nov 2011 20:32:46 +0000 (20:32 +0000)]
Ethumb: AM_PROG_CC_STDC is deprecated
SVN revision: 64745
Vincent Torri [Fri, 4 Nov 2011 20:29:47 +0000 (20:29 +0000)]
Ecore: AM_PROG_CC_STDC is deprecated
SVN revision: 64743
Vincent Torri [Fri, 4 Nov 2011 20:28:56 +0000 (20:28 +0000)]
AM_PROG_CC_STDC is deprecated
SVN revision: 64742
Iván Briano [Fri, 4 Nov 2011 16:26:41 +0000 (16:26 +0000)]
Clarify the need (or not) to free data values returned.
SVN revision: 64739
Michael BOUCHAUD [Fri, 4 Nov 2011 14:50:47 +0000 (14:50 +0000)]
ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds
SVN revision: 64735
Mike Blumenkrantz [Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)]
add yet another warning here in case people miss the first few subtle hints
SVN revision: 64734
Christopher Michael [Fri, 4 Nov 2011 13:46:58 +0000 (13:46 +0000)]
Ecore_X(cb): Fixup formatting in new gesture file. Remove erroneous
fprintfs (LOGFN already handles printing that info out).
SVN revision: 64733
Sung-Jin Park [Fri, 4 Nov 2011 12:44:28 +0000 (12:44 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: review request : ecore x patch for X Gesture extention
Do you remember that I told you X gesture extension patch for ecore x ?
I’d like to put the attached patch to ecore_x in upstream.
This patch is just for initializing/receiving X gesture extension stuff.
Would you please put this in SVN ? : )
Thanks and regards,
Sung-Jin Park
SVN revision: 64732
Prince Kumar Dubey [Fri, 4 Nov 2011 12:18:13 +0000 (12:18 +0000)]
From: Prince Kumar Dubey <prince.dubey@samsung.com>
From: Govindaraju S M <govi.sm@samsung.com>
Subject: edje multisense patch for sound sample, tone and haptic play
... This is the beginning of sound (and haptic) support in Edje - it
works, but only at certain basic sample playback levels. more will come.
SVN revision: 64731
Cedric BAIL [Thu, 3 Nov 2011 17:09:23 +0000 (17:09 +0000)]
emotion: warning--
SVN revision: 64709
Jiyoun Park [Thu, 3 Nov 2011 15:20:30 +0000 (15:20 +0000)]
Currently, only software engine checks animation flag during rendering.
I add animation check code to gl engine.
SVN revision: 64704
Tom Hacohen [Thu, 3 Nov 2011 12:37:07 +0000 (12:37 +0000)]
Edje text: Remove identical if paths, one is enough.
Thanks to David Seikel.
SVN revision: 64689
Mike Blumenkrantz [Thu, 3 Nov 2011 06:00:28 +0000 (06:00 +0000)]
fix up docs a little
SVN revision: 64678
Jaehwan Kim [Thu, 3 Nov 2011 04:43:00 +0000 (04:43 +0000)]
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.
SVN revision: 64675
Mike Blumenkrantz [Wed, 2 Nov 2011 23:51:58 +0000 (23:51 +0000)]
patch from Jihoon Kim to remove Evas dependency in imf
SVN revision: 64668
Vincent Torri [Wed, 2 Nov 2011 20:54:31 +0000 (20:54 +0000)]
Evas: fix eina version check
SVN revision: 64664
Nicolas Aguirre [Wed, 2 Nov 2011 20:15:42 +0000 (20:15 +0000)]
evas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header
SVN revision: 64663
Nicolas Aguirre [Wed, 2 Nov 2011 20:07:03 +0000 (20:07 +0000)]
ecore: changelog++
SVN revision: 64661
Vincent Torri [Wed, 2 Nov 2011 20:06:08 +0000 (20:06 +0000)]
formatting
SVN revision: 64660