Carsten Haitzler (Rasterman) [Wed, 24 Apr 2013 15:39:57 +0000 (00:39 +0900)]
and emove efl eo api macro.
Carsten Haitzler (Rasterman) [Wed, 24 Apr 2013 15:31:31 +0000 (00:31 +0900)]
add --with-api=XXX (both|legacy|eo) to define which api set to enable
by default (default == both).
Stefan Schmidt [Wed, 24 Apr 2013 14:59:16 +0000 (15:59 +0100)]
eeze/sensor/tizen: Fix typos to let it build for tizen
Finally have a way to compile the merged efl tree against the latest tizen
things. Only three typos after all this changes it quite good imho. Zero
would have been better though. :)
Carsten Haitzler (Rasterman) [Wed, 24 Apr 2013 14:43:33 +0000 (23:43 +0900)]
add a global Efl_Config.h for everyone.
* ned to replicate changes in other .pc.in files
* need to replicate changes in other E*.h installed header files
Daniel Willmann [Wed, 24 Apr 2013 12:59:53 +0000 (13:59 +0100)]
eo: Lets fix make distcheck by including eo_ptr_indirection header
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Carsten Haitzler (Rasterman) [Wed, 24 Apr 2013 07:20:18 +0000 (16:20 +0900)]
rejig 32bit eoid allocation to 5.5.12.
Rafael Antognolli [Fri, 1 Mar 2013 17:19:10 +0000 (14:19 -0300)]
ecore/evas wayland_shm: Add support for window rotation.
Rafael Antognolli [Mon, 22 Apr 2013 19:29:50 +0000 (16:29 -0300)]
evas/wayland: Remove framespace clipper.
This clipper caused several bugs already, and there are some bugs still
not fixed. Let's remove it and try to fix any remaining with some other
kind of solution that does not depend on adding or clipping objects
during the evas render phase, which causes unexpected behavior.
Rafael Antognolli [Mon, 22 Apr 2013 19:44:43 +0000 (16:44 -0300)]
ecore_evas/wayland: Change the default frame smart object.
Add 4 rectangles to be used as border of the window, instead of a single
rectangle under the framespace. This allows to move the frame object to
the top layer, instead of staying on the lowest layer. With the frame
over the other objects, there's no need of framespace clipper object,
which causes several bugs.
Rafael Antognolli [Mon, 22 Apr 2013 16:35:54 +0000 (13:35 -0300)]
ecore/wayland: Add support for engine animated cursor.
Daniel Willmann [Tue, 23 Apr 2013 16:11:48 +0000 (17:11 +0100)]
examples/ecore_audio: Require input and output file as argument
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 23 Apr 2013 16:10:16 +0000 (17:10 +0100)]
ecore_audio: Add more return values for methods, catch up with API
input_attach, input_detach, format_set, and source_set now return an
Eina_Bool
Tests, examples and edje_multisense adapted
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Lucas De Marchi [Tue, 23 Apr 2013 14:40:05 +0000 (11:40 -0300)]
Rename edbus->eldbus
git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done
find . -name '*edbus2*' -exec rename edbus2 eldbus {} \;
git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done
git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done
git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done
git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done
git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done
find . -name '*edbus*' -exec rename edbus eldbus {} \;
find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
Carsten Haitzler (Rasterman) [Tue, 23 Apr 2013 14:38:44 +0000 (23:38 +0900)]
eoid -> use mmap for allocating id tables. makes it a separate memory
regions with page separations... this allows us more direct control
over access and visibility.
Carsten Haitzler (Rasterman) [Tue, 23 Apr 2013 09:48:35 +0000 (18:48 +0900)]
eoid -> rjid 64bit bit allocations for.. not so much bloat.
Aharon Hillel [Wed, 3 Apr 2013 14:46:59 +0000 (17:46 +0300)]
ecore: Split Ecore headers
Now, Ecore.h includes three new files:
- Ecore_Eo.h: Eo API functions (functions defines, enums, base id).
- Ecore_Legacy.h: contains the API functions related to objects
- Ecore_Common.h: common data (structs, enums...) + functions not
related to objects.
This phase is needed for the EFL 1.8 release to disable Eo APIs if we
consider it is not enough mature to be used by applications.
Cedric Bail [Tue, 23 Apr 2013 10:53:16 +0000 (19:53 +0900)]
efl: add m4 macro to handle a way to enable/disable Eo API and EFL legacy API.
Cedric Bail [Tue, 23 Apr 2013 11:14:10 +0000 (20:14 +0900)]
gitignore: don't monitor generated file.
Mike Blumenkrantz [Tue, 23 Apr 2013 09:21:43 +0000 (10:21 +0100)]
fix eeze scanner header install
Cedric Bail [Tue, 23 Apr 2013 07:48:27 +0000 (16:48 +0900)]
evas: take stride into account with swapbuf.
Daniel Zaoui [Thu, 18 Apr 2013 10:55:55 +0000 (13:55 +0300)]
Eo: tests to check eo ptrs indirection feature.
The test doesn't fail if the feature is disabled.
Daniel Zaoui [Thu, 18 Apr 2013 11:19:02 +0000 (14:19 +0300)]
Eo: pointers indirection mechanism for objects and classes
Summary: This feature replaces Eo pointers with ids to prevent bad usage
or reuse of these pointers. It doesn't change API.
The mechanism uses tables storing the real pointers to the objects.
See the src/lib/eo/eo_ptr_indirection.c file for more details on the
mechanism.
Carsten Haitzler (Rasterman) [Tue, 23 Apr 2013 06:44:16 +0000 (15:44 +0900)]
Revert "ummm dont set max based on max hint... this got added at some point"
This reverts commit
116013320a941357a925441928ea7e10ed6c0ebd.
Daniel Zaoui [Thu, 18 Apr 2013 10:55:11 +0000 (13:55 +0300)]
Eo: add benchmarks to measure eo_add.
The first one checks simple objects creation.
The second one creates objects, removes half of them and creates the same number.
Mike Blumenkrantz [Mon, 22 Apr 2013 15:41:24 +0000 (16:41 +0100)]
fix recursive proxy rendering to just show a black rectangle
Stefan Schmidt [Fri, 19 Apr 2013 08:55:02 +0000 (09:55 +0100)]
eeze/sensor: Simplify object handling in async paths.
This follows the simplified handling of sensor object we are already
doing for the sync paths. Its a bit more complicated here as we need
to pass all data through the module specific async handling. But the
result should be the same.
Carsten Haitzler (Rasterman) [Mon, 22 Apr 2013 15:05:59 +0000 (00:05 +0900)]
ummm dont set max based on max hint... this got added at some point
but it actually breaks older code that used these hints to store
sizing info but didnt expect it to be enforced.
Carsten Haitzler (Rasterman) [Sat, 20 Apr 2013 01:31:01 +0000 (10:31 +0900)]
fix 64bit ecore-x selection overrun bug.
Carsten Haitzler (Rasterman) [Sat, 20 Apr 2013 00:13:38 +0000 (09:13 +0900)]
note in comments som get visual info from fbconfig stuff to mach
depths. doesn't help though.
Tom Hacohen [Mon, 22 Apr 2013 14:42:15 +0000 (15:42 +0100)]
Efl: Remove libeo.so.1.7.99-gdb.py that got added in the last commit.
SPANK SPANK SPANK Woohyun.
WooHyun Jung [Mon, 22 Apr 2013 14:34:25 +0000 (23:34 +0900)]
edje/edje_entry : When selected word exists, selection is cleared and cursor remains on the current entry by additional key input.
ChunEon Park [Sun, 21 Apr 2013 13:31:58 +0000 (22:31 +0900)]
evas/evas_gl - cast arguments properly according to the spec of the gles/gl APIs.
Daniel Juyung Seo [Sat, 20 Apr 2013 10:01:02 +0000 (19:01 +0900)]
eina_unicode.H: be nice. add more documentation for deprecated api.
Daniel Willmann [Fri, 19 Apr 2013 15:41:17 +0000 (16:41 +0100)]
ecore_audio: Guard against attaching an input twice
Add check in input_attach and change test case accordingly
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Rafael Antognolli [Fri, 19 Apr 2013 15:53:45 +0000 (12:53 -0300)]
ecore/ews: Make this engine be aware of the wayland frame object.
Its background object must be resized to the framespace, and left at
least one layer available for the frame object to be under it.
Tom Hacohen [Fri, 19 Apr 2013 15:57:04 +0000 (16:57 +0100)]
removed useless mkdir in bould.
Tom Hacohen [Fri, 19 Apr 2013 15:50:15 +0000 (16:50 +0100)]
Eo libeo-gdb.py: Fixed up autofoo to not create it as root.
Daniel Willmann [Fri, 19 Apr 2013 15:16:34 +0000 (16:16 +0100)]
ecore_audio: Don't fail configure with --disable-audio
Who knew I should test all these different possibilities...
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 19 Apr 2013 14:30:26 +0000 (15:30 +0100)]
ecore_audio test: Better test coverage for inputs
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 19 Apr 2013 14:29:18 +0000 (15:29 +0100)]
ecore_audio: Remove unnecessary methods in tone input
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 19 Apr 2013 14:28:00 +0000 (15:28 +0100)]
ecore_audio: Fix seeking in tone input
Also make seekable be a property of the input as this doesn't make sense
for the output.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 19 Apr 2013 12:39:02 +0000 (13:39 +0100)]
ecore_audio: Make efl compile with PA disabled again
Now instead of having ifdefs in the .c files we just don't compile the
ones we don't need. Much cleaner.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 19 Apr 2013 12:10:49 +0000 (13:10 +0100)]
ecore_audio: Fix possible memory leak in pulse main loop integration
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Stefan Schmidt [Fri, 19 Apr 2013 09:00:11 +0000 (10:00 +0100)]
eeze/sensor/tizen: Fix start and stop from sensors during init and shutdown
Stefan Schmidt [Thu, 18 Apr 2013 16:35:37 +0000 (17:35 +0100)]
eeze/sensor: Simplify sensor object handling.
We rely on the app to provide a sensible object pointer and we now longer
need to have a copy of the object around to operate on it.
Simplifies code, maintenance and reduces mem copies. Win-Win :)
Valerii Kanunik [Fri, 19 Apr 2013 06:42:41 +0000 (15:42 +0900)]
ecore: update ecore_test_ecore_main_loop_event test for more coverage code.
Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
Cedric Bail [Fri, 19 Apr 2013 06:41:17 +0000 (15:41 +0900)]
efreet: shutdown in the right order.
Jihoon Kim [Fri, 19 Apr 2013 05:46:42 +0000 (14:46 +0900)]
edje: remove useless ecore_imf_context_reset call in case of pressing ESC and Return key
Rafael Antognolli [Thu, 18 Apr 2013 22:39:46 +0000 (19:39 -0300)]
ecore_evas/wayland: Actually, the frame object should be on LAYER_MIN.
Also set the layer on the wayland_egl backend.
Rafael Antognolli [Thu, 18 Apr 2013 22:04:07 +0000 (19:04 -0300)]
ecore_evas/wayland: Put the default frame object in a lower layer.
The frame should not stay in the same layer as the other objects. If the
application wants to allow it to be on top of the content, then it must
provide a custom frame object and set it to that layer.
NOTE: Should we make Elementary's be on a lower layer too?
Rafael Antognolli [Thu, 18 Apr 2013 19:10:53 +0000 (16:10 -0300)]
evas/wayland: Unclip objects from the framespace after rendering.
These objects should be clipped only during rendering, since keeping
them clipped after that allows for unexpected behavior on the
application side. For instance, an application could check if objects
have clippers before doing something to them, assuming that some objects
should have no clipper, but under wayland, after the first render
iteration, there will be no objects without a clipper.
This commit fixes this behavior by unclipping objects that had no
clipper prior to the render iteration.
Additionally, it fixes a bug where a maximized/fullscreen window could
have not all of its content rendered immediately. This was occuring
because some objects could be clipped to the framespace clipper, but
considered invisible in the beginning of the render phase, where they
are evaluated. They were considered invisible because the framespace
clipper object was not resized at that phase yet, and thus these objects
were being clipped out from the viewport.
Daniel Willmann [Thu, 18 Apr 2013 18:47:35 +0000 (19:47 +0100)]
tests/ecore_audio: Create temporary test files in build dir
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 18 Apr 2013 18:34:33 +0000 (19:34 +0100)]
ecore_audio: Fix warnings
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 18 Apr 2013 18:30:41 +0000 (19:30 +0100)]
ecore_audio: Change method signature of read and read_internal
Use size_t and ssize_t as len/return value
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 18 Apr 2013 18:21:05 +0000 (19:21 +0100)]
ecore_audio: Add return value to input_attach method
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 19:37:19 +0000 (20:37 +0100)]
edje_multisense: Now works with eo rewrite
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 19:35:10 +0000 (20:35 +0100)]
ecore_audio_pulse: Fix small bug that would delay PA stream deletion
In case of short reads just make sure that playback is started
immediately. No need to drain just yet as that just causes issues with
delayed removals of streams.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 19:34:18 +0000 (20:34 +0100)]
ecore_audio: Support VIO in sndfile input
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 18:11:25 +0000 (19:11 +0100)]
ecore_audio: Make custom input example work with eo
Uses VIO to implement a custom read function
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 18:06:21 +0000 (19:06 +0100)]
ecore_audio: Implement virtual IO for generic input
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:56:50 +0000 (18:56 +0100)]
ecore_audio: Implement ecore_audio_playback example with eo
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:31:38 +0000 (18:31 +0100)]
ecore_audio: Add pulseaudio output for eo
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:52:14 +0000 (18:52 +0100)]
ecore_audio: Change signature of read function, reorder methods
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:49:53 +0000 (18:49 +0100)]
ecore_audio: Implement notification when samplerate changes
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:34:30 +0000 (18:34 +0100)]
ecore_audio: Enable tone test case
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Wed, 17 Apr 2013 17:43:51 +0000 (18:43 +0100)]
ecore_audio: Allow setting frequency and length in tone input
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 18:11:15 +0000 (19:11 +0100)]
ecore_audio: Add tone input class
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 17:43:40 +0000 (18:43 +0100)]
ecore_audio: Enable soundfile test for eo
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:46:20 +0000 (17:46 +0100)]
ecore_audio: Update transcoding example to work with eo
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:45:12 +0000 (17:45 +0100)]
ecore_audio: Add sndfile in- and output
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:40:31 +0000 (17:40 +0100)]
ecore_audio_obj_in: Implemented read and event sending
A protected read function must now be implemented by the child class to
perform the actual reading.
Signals on playback loop and end are sent.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:31:14 +0000 (17:31 +0100)]
ecore_audio: Add new methods to ecore_audio objects
obj_format_get/set
obj_in_looped_get/set
obj_in_length_get
Change signature of seek
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:25:27 +0000 (17:25 +0100)]
ecore_audio: Clean up the headers
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 12 Apr 2013 16:16:43 +0000 (17:16 +0100)]
ecore_audio: Add EO_TYPECHECK to the method ID macro
Better checks should prevent typos/cnp issues when registering methods
for functions.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 11 Apr 2013 17:21:37 +0000 (18:21 +0100)]
ecore_audio: Build Eo-based Ecore_Audio and tests now
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 11 Apr 2013 17:23:57 +0000 (18:23 +0100)]
ecore_audio: Add new eo-based ecore_audio objects
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 18 Apr 2013 18:01:30 +0000 (19:01 +0100)]
data/Makefile.am: Hopefully distcheck will now succeed
Clean generated python file as well
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Thu, 18 Apr 2013 15:33:35 +0000 (16:33 +0100)]
data/Makefile.am: Add uninstall rule for libeo.so.*-gdb.py
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Stefan Schmidt [Thu, 18 Apr 2013 14:49:18 +0000 (15:49 +0100)]
eeze/sensor: Just use one list for available modules and add udev.
The second list got introduced when eeze got merged into efl. Instead
of maintaining both lists we can just go with one.
Stefan Schmidt [Wed, 17 Apr 2013 12:11:10 +0000 (13:11 +0100)]
eeze/sensor: Add temperature sensor to my testing code
Daniel Willmann [Thu, 18 Apr 2013 14:28:19 +0000 (15:28 +0100)]
data/Makefile.am: Fix EXTRA_DIST to include the correct variable
Fixes make distcheck
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Tom Hacohen [Thu, 18 Apr 2013 12:46:28 +0000 (13:46 +0100)]
Ecore_x: init ret, otherwise it might be used uninitialized.
Tom Hacohen [Thu, 18 Apr 2013 11:42:06 +0000 (12:42 +0100)]
Evas engine gl_x11: Fixed signed, unsigned comparison.
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 11:29:55 +0000 (20:29 +0900)]
fix nvidia texture from pixmap config depth match to be looser to
avoid non-matches.
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 09:56:44 +0000 (18:56 +0900)]
comments for sungwoo when he gets back...
Tom Hacohen [Thu, 18 Apr 2013 11:20:46 +0000 (12:20 +0100)]
Evas object dbg_info: Fixed cast of pointer to int.
Also fixed additional unneeded cast.
Tom Hacohen [Thu, 18 Apr 2013 09:36:31 +0000 (10:36 +0100)]
Fixed make install when building out of tree.
Thanks to glima for reporting.
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 08:16:41 +0000 (17:16 +0900)]
clean up glx native surface (texture from pixmap code) to be more anal
about matching depth etc.
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 06:16:40 +0000 (15:16 +0900)]
fix evas gl_x11 in 16bpp (and similar depths).
Shinwoo Kim [Thu, 18 Apr 2013 05:53:58 +0000 (14:53 +0900)]
[ecore_x] add accessibility support
Jiyoun Park [Thu, 18 Apr 2013 05:45:11 +0000 (14:45 +0900)]
expand indicator type to support if it want more than two indicator type
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 03:49:24 +0000 (12:49 +0900)]
small change: valgrind shus about uninitiallized data from stack...
it's unused anyway.
Deon 'PrinceAMD' Thomas [Thu, 18 Apr 2013 03:07:26 +0000 (12:07 +0900)]
Ecore Pointer get root x,y position without ecore_x_window.
Carsten Haitzler (Rasterman) [Thu, 18 Apr 2013 03:05:57 +0000 (12:05 +0900)]
add gdb py script output to ignore
Ryuan Choi [Wed, 17 Apr 2013 16:38:59 +0000 (17:38 +0100)]
cmake : EcoreConfig.cmake should be able to find ecore sub modules.
Carsten Haitzler (Rasterman) [Wed, 17 Apr 2013 15:26:24 +0000 (00:26 +0900)]
let's fix eeze sensors to not segv on shutdown.. dup registered fake
(udev registered it as fake)... and in the process i found that we
probably double free as sensor is calloced in the module and AGAIN in
eeze sensor core... oh and symbols probably might lak from modules..
so static them up yo.
Daniel Willmann [Wed, 17 Apr 2013 14:08:12 +0000 (15:08 +0100)]
Eo: Print location of the calling functions in eo log output
Because of the way eo is dispatching method calls of objects the usual
error log you get if you mix up objects or try to call non-existent
methods is:
ERR<12404>:eo lib/eo/eo.c:362 _eo_dov_internal() Can't find func for op
0x24 (ecore_audio_obj_in:ECORE_AUDIO_OBJ_IN_SUB_ID_SPEED_GET) for class
'ecore_audio_obj_out_pulse'. Aborting.
Of course the problem is not really in lib/eo/eo.c, but in the function
calling eo_do()
Now the macros pass source file and line number on to the _internal
functions so we can log where the error originally happened:
ERR<1938>:eo lib/eo/eo.c:362 _eo_dov_internal() in
lib/ecore_audio/ecore_audio_obj_out_pulse.c:119: Can't find func for op
0x24 (ecore_audio_obj_in:ECORE_AUDIO_OBJ_IN_SUB_ID_SPEED_GET) for class
'ecore_audio_obj_out_pulse'. Aborting.
This makes debugging with eo a lot easier.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Stefan Schmidt [Tue, 16 Apr 2013 16:35:26 +0000 (17:35 +0100)]
eeze/sensor: Add small udev module to read temperature from sysfs
This module does only provide a temperature sensor. Some pieces
borrowed from the temget code.
Daniel Juyung Seo [Wed, 17 Apr 2013 07:58:27 +0000 (16:58 +0900)]
evas_object_main.c: added Clipper information for debug info.
Eina value type does not support pointer so I used int as of now.
This needs to be converted into hexa later.
By using Clouseau, one can see this Clipper information.
Daniel Juyung Seo [Tue, 9 Apr 2013 12:33:11 +0000 (21:33 +0900)]
Evas.h: fixed documentation source formatting while reading it.