Rafael Antognolli [Wed, 27 Mar 2013 20:18:09 +0000 (17:18 -0300)]
evas/wayland: Take framespace offsets into account on pointer_xy_get().
Applications using these functions should not know of any offset. This
patch makes the canvas pointer position to be returned exactly the same
as on X11 backends.
Rafael Antognolli [Tue, 26 Mar 2013 22:25:29 +0000 (19:25 -0300)]
ecore/wayland: Destroy the frame_callback on window_free.
Rafael Antognolli [Tue, 26 Mar 2013 16:49:18 +0000 (13:49 -0300)]
evas/wayland: Remove wrong check from framespace position_get.
This check makes no sense, since objects can be on outside of the
screen, with negative position, but they still need to be adjusted by
the framespace offset.
Rafael Antognolli [Tue, 26 Mar 2013 16:42:03 +0000 (13:42 -0300)]
evas/events: Fix evas_events framespace offset.
Framespace offset adjustment should be applied to every object not
marked with "is_frame".
Additionally, it should be applied only once. Since it is already being
applied on the *_feed_mouse_* functions, there's no need to apply it
again on the _evas_event_source_mouse_* functions, which are called by
the former ones.
Also add the missing adjustment to the feed_mouse_move one.
Rafael Antognolli [Tue, 26 Mar 2013 17:51:54 +0000 (14:51 -0300)]
evas/wayland: Add framespace offset to newly created objects.
Patch originally done by: Christopher Michael <cp.michael@samsung.com>
Rafael Antognolli [Tue, 26 Mar 2013 17:51:05 +0000 (14:51 -0300)]
evas/wayland: Several fixes to make the framespace behave correctly.
- mark all children of a given smart object as "is_frame" if the smart
object is also marked as a frame;
- when moving a smart object, use the originally requested move
coordinate to calculate the offset that the children should be moved
too;
- _smart_move_children_relative will fetch the child position with
geometry_get(), this way getting the corrected object position, before
adding the offset.
Rafael Antognolli [Fri, 22 Mar 2013 19:18:10 +0000 (16:18 -0300)]
ecore_evas/wayland: Ecore_Evas geometry should report the client size.
The real canvas size contains enough space for rendering the frame, but
ecore_evas_geometry_get() should be consistent accross all the engines
and report only the client area.
Daniel Willmann [Fri, 22 Mar 2013 17:28:56 +0000 (17:28 +0000)]
edje_multisense: Support sample speed
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Mon, 18 Mar 2013 16:08:34 +0000 (16:08 +0000)]
ecore_audio_playback: Support changing of speed
Implement ecore_audio_input_speed_set() in playback example
Fix volume limit off-by-one check while I'm at it
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Mon, 18 Mar 2013 16:05:03 +0000 (16:05 +0000)]
ecore_audio: Implement speed get/set functions
You can now change the playback speed of an input
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 2 Apr 2013 15:21:44 +0000 (16:21 +0100)]
ecore_audio: Rename ecore_audio_*_userdata_{get,set} userdata -> data
As mentioned by Cedric *_data_set is used in other places of EFL
already.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 2 Apr 2013 14:06:33 +0000 (15:06 +0100)]
eina_cow: Fix compilation for tests again
eina_cow_add now requires a gc parameter
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Juyung Seo [Tue, 2 Apr 2013 12:58:32 +0000 (21:58 +0900)]
evas_object_image.c/Evas.h: Added Eo apis for image preload.
1. Added evas_obj_image_preload_begin/cancel APIs.
2. Removed evas_obj_image_preload. This accepts 'cancel' as a parameter and it's so confusing to developers.
3. No ChangeLog/NEWS for this change because Eo APIs were not released yet.
4. Discussed with Raster.
5. It's encouraged to use elm_image however. elm_image has elm_image_preload_disabled_set() API.
Daniel Juyung Seo [Tue, 2 Apr 2013 10:44:30 +0000 (19:44 +0900)]
evas_render.c: added EINA_UNUSED for unused parameter.
Raphael Kubo da Costa [Tue, 2 Apr 2013 12:10:14 +0000 (15:10 +0300)]
edje: Remove duplicate check introduced in 9157c51.
Cedric BAIL [Tue, 2 Apr 2013 08:10:35 +0000 (17:10 +0900)]
eina: make it possible to disable Eina_Cow GC at instantiation time.
Daniel Juyung Seo [Tue, 2 Apr 2013 07:25:51 +0000 (16:25 +0900)]
Ecore.h: fixed ecore documentation.
Daniel Juyung Seo [Tue, 2 Apr 2013 07:06:50 +0000 (16:06 +0900)]
Evas.h: fixed documentation.
Cedric BAIL [Tue, 2 Apr 2013 04:41:47 +0000 (13:41 +0900)]
eina: let's not run the GC on memcpy things.
Carsten Haitzler (Rasterman) [Tue, 2 Apr 2013 03:28:06 +0000 (12:28 +0900)]
valgrind complain--
Daniel Juyung Seo [Mon, 1 Apr 2013 11:57:41 +0000 (20:57 +0900)]
eina_stringshare.h: more acurate documentation for Eina_Stringshare.
Daniel Juyung Seo [Mon, 1 Apr 2013 08:27:54 +0000 (17:27 +0900)]
evas_object_smart.c: internal comment++.
Cedric BAIL [Mon, 1 Apr 2013 09:39:50 +0000 (18:39 +0900)]
evas: call Eina_Cow garbage collector on surface dump.
Cedric BAIL [Mon, 1 Apr 2013 09:39:29 +0000 (18:39 +0900)]
evas: forgotten destruction of Eina_Cow pool for objects state.
Cedric BAIL [Mon, 1 Apr 2013 09:38:24 +0000 (18:38 +0900)]
eina: correctly remove reference from hash and make cow garbage collector work.
Cedric BAIL [Mon, 1 Apr 2013 06:27:38 +0000 (15:27 +0900)]
edje: prevent segv when not defining item before setting there property.
Cedric BAIL [Mon, 1 Apr 2013 03:42:30 +0000 (12:42 +0900)]
efl: don't track generated file.
Carsten Haitzler (Rasterman) [Sun, 31 Mar 2013 13:22:19 +0000 (22:22 +0900)]
we have spec files... lets add arch pkgbuild stuff too :)
Cedric Bail [Sat, 30 Mar 2013 15:09:37 +0000 (00:09 +0900)]
Evil: add mkdtemp
Cedric Bail [Sat, 30 Mar 2013 09:09:41 +0000 (18:09 +0900)]
systemd: make it require at least 192 to work.
Cedric Bail [Sat, 30 Mar 2013 09:09:16 +0000 (18:09 +0900)]
ecore: add some usefull debugging information.
Cedric Bail [Sat, 30 Mar 2013 09:20:19 +0000 (18:20 +0900)]
eina: add <errno.h> for build on Win32.
Daniel Juyung Seo [Fri, 29 Mar 2013 17:04:41 +0000 (02:04 +0900)]
README: call ldconfig after installing bullet.
Alex-P. Natsios [Fri, 29 Mar 2013 13:14:34 +0000 (22:14 +0900)]
Fixed behavior of --disable{-xine,-v4l2}
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 10:42:54 +0000 (19:42 +0900)]
Fix edje entry to resepct filter callbacks and not clear
selections if filters filter out all contents.
Cedric BAIL [Fri, 29 Mar 2013 02:44:48 +0000 (11:44 +0900)]
eina: use a global variable to hold the same string accross other library.
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 00:21:20 +0000 (09:21 +0900)]
matching fix to evas test suite to account for changes in word
start/end changes as per log message/changelog
Stefan Schmidt [Thu, 28 Mar 2013 13:54:29 +0000 (13:54 +0000)]
eeze/sensor/tests: Catch all callbacks from async read.
Originally we quit mainloop on the first event we got. As we expect a bit
more we are now counting them and only leave when all arrived.
Stefan Schmidt [Thu, 28 Mar 2013 13:52:58 +0000 (13:52 +0000)]
eeze/sensor/fake: Finally fix fake module to send out correct ecore events.
Sensor type is completely different from event type.
Stefan Schmidt [Thu, 28 Mar 2013 13:52:09 +0000 (13:52 +0000)]
eeze/sensor: Print out what feature we are testing right now.
Cedric Bail [Thu, 28 Mar 2013 14:28:32 +0000 (23:28 +0900)]
ecore: add systemd watchdog support to Ecore main loop.
Cedric Bail [Thu, 28 Mar 2013 11:54:25 +0000 (20:54 +0900)]
eina: forgotten header for make dist.
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 11:11:24 +0000 (20:11 +0900)]
warn--
Stefan Schmidt [Thu, 28 Mar 2013 10:55:05 +0000 (10:55 +0000)]
eina/examples: Return in a non-void function.
Reported by Simotek. Thanks!
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 09:51:18 +0000 (18:51 +0900)]
fix word start/end logic to be consistent with other toolkits.
ChunEon Park [Thu, 28 Mar 2013 01:34:26 +0000 (10:34 +0900)]
evas/render - better efficient check.
ChunEon Park [Thu, 28 Mar 2013 01:15:11 +0000 (10:15 +0900)]
evas - updated doc
Stefan Schmidt [Wed, 27 Mar 2013 17:15:27 +0000 (17:15 +0000)]
eeze/sensor: Setup all ecore event types in init.
We had some set up but not all. Do that and avoid the redo'ing in
eeze_sensor test.
Stefan Schmidt [Wed, 27 Mar 2013 17:14:31 +0000 (17:14 +0000)]
eeze/sensor/test: Remove useless check.
Thsi would only test ecore_event_add and nothing wrt to eeze sensor.
Vladislav Brovko [Wed, 27 Mar 2013 13:40:28 +0000 (22:40 +0900)]
eina: add eina_file_mkdtemp and tests for Eina_File.
Test added for :
eina_file_direct_ls_simple
eina_file_ls_simple
Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
Cedric BAIL [Wed, 27 Mar 2013 13:36:14 +0000 (22:36 +0900)]
eina: do not report timing for already stopped domain.
Stefan Schmidt [Wed, 27 Mar 2013 13:23:53 +0000 (13:23 +0000)]
eeze/sensor: Make sure we send out ecore events for all async reads in fake module
Stefan Schmidt [Wed, 27 Mar 2013 12:03:32 +0000 (12:03 +0000)]
eeze/sensor: Create a new sensor object for the async test.
Its a demo so we should do all the steps and create a new object
instead of re-using the other one.
Cedric BAIL [Wed, 27 Mar 2013 12:42:55 +0000 (21:42 +0900)]
efl: integrate eina_log_timing.
Cedric BAIL [Wed, 27 Mar 2013 12:39:55 +0000 (21:39 +0900)]
eina: add eina_log_timing.
Stefan Schmidt [Wed, 27 Mar 2013 11:57:04 +0000 (11:57 +0000)]
eeze/sensor: Use the correct data get method in the test.
Light and proximity sensors only have one data item to fetch.
Jihoon Kim [Wed, 27 Mar 2013 08:28:53 +0000 (17:28 +0900)]
edje: Add edje_object_part_text_input_panel_layout_variation_set/get API
Ryuan Choi [Wed, 27 Mar 2013 07:30:11 +0000 (16:30 +0900)]
edje_entry: alt+home should not move to first letter. Patch by ryuan.choi.
When user pressed home and ctrl+home, caret is normaly moved to first letter.
But, it is not common behavior for alt+home.
For example, gedit does not have any behavior and urlbar of firefox open
home page when alt+home is pressed.
Iván Briano [Wed, 27 Mar 2013 02:11:32 +0000 (23:11 -0300)]
Add mouse_events option on the group level
No runtime changes. This makes it possible to set mouse_events on a
group, and it will use this value as the default for mouse_events on
every part of that group. It defaults to 1 if not set, to keep things
working as they do now.
That is, instead of setting mouse_events: 0; on every single part you
don't want to receive events, it's now possible to set it for the group
and only use mouse_events: 1; explicitly on those that should handle
events.
Jihoon Kim [Wed, 27 Mar 2013 01:15:42 +0000 (10:15 +0900)]
ecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get API
Eduardo Lima (Etrunko) [Tue, 26 Mar 2013 18:48:41 +0000 (15:48 -0300)]
Ecore_Wayland: Add ecore_wl_window_surface_create() API
On some use cases, it is necessary to create a new wl_surface without
associating it to a wl_shell_surface. This new API makes it possible.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Stefan Schmidt [Tue, 26 Mar 2013 17:25:35 +0000 (17:25 +0000)]
m4: With efl with binary macro to help cross-compilation
Stumbled over it while trying to give configure a working edje_cc
when doing cross-compile. The path was picked up but never set as
the Makefile_Edje_Helper.am guarded it with HAVE_EDJE_CC which we
never successfully assigned due to this typo.
Thanks goes to Daniel for another round of pair-bug-spotting.
Tom Hacohen [Tue, 26 Mar 2013 14:58:19 +0000 (14:58 +0000)]
Evas tests: Fix TESTS_BUILD_DIR to point to the build dir.
Tom Hacohen [Tue, 26 Mar 2013 11:24:17 +0000 (11:24 +0000)]
Eina examples: Fixed eina magic example.
Return a value in the "new" function...
Tom Hacohen [Tue, 26 Mar 2013 11:09:41 +0000 (11:09 +0000)]
Evas text: Add apparently important NULL checks.
Apparently obj->layer and obj->layer->evas can sometimes be NULL. It is
checked in other objects, for example, image object. Add the checks here
to "fix" a crash reported by Christopher Michael.
Stefan Schmidt [Tue, 26 Mar 2013 11:04:07 +0000 (11:04 +0000)]
eeze: Decrement eeze init count also in error cases
Stefan Schmidt [Tue, 26 Mar 2013 09:24:57 +0000 (09:24 +0000)]
eeze: Unregister all log domains in eeze shutdown.
We only unregistered _udev so far. Now also doing it for _net and _sensor
Stefan Schmidt [Tue, 26 Mar 2013 08:47:54 +0000 (08:47 +0000)]
evas_extn: Tag parameter as unused.
Maybe we should switch to use -Wno-unused-parameter in our default cflags?
I mean unused parameters are really common and I do not see their harm.
Using -Wno-unused-parameter would let us remove all the cluttered EINA_UNUSED
and __UNUSED__ and also be safe when a paramter gets is use later as the
compiler could optimize it out when tagged with unused. Still we would avoid
the warnings to find the important ones.
Stefan Schmidt [Tue, 26 Mar 2013 08:46:01 +0000 (08:46 +0000)]
embryo: Removed unused variable
Stefan Schmidt [Tue, 26 Mar 2013 08:43:16 +0000 (08:43 +0000)]
eeze: Make eeze sensor log domain private and use different ones for the modules
The main eeze sensor log domain was EAPI as it was used in the modules as well.
(Gives some nice runtime error when loading the shared object). Switch to different
domains for the module and make the main domain private.
Spotted by zmike.
Stefan Schmidt [Tue, 26 Mar 2013 08:35:59 +0000 (08:35 +0000)]
eeze/fake/module: Correct error message and fix typo.
Cedric BAIL [Tue, 26 Mar 2013 02:59:10 +0000 (11:59 +0900)]
edje: fix border limit bug.
Cedric BAIL [Tue, 26 Mar 2013 02:48:23 +0000 (11:48 +0900)]
evas: no need for a callback per async call.
Let's not multiply our callback infrastructure without any serious need. We
already have to many of them.
Carsten Haitzler (Rasterman) [Tue, 26 Mar 2013 00:42:31 +0000 (09:42 +0900)]
oops get images.mk generation right. missing |
Carsten Haitzler (Rasterman) [Tue, 26 Mar 2013 00:39:50 +0000 (09:39 +0900)]
filter ~ from images.mk and restore it to not have ~ files.
ChunEon Park [Mon, 25 Mar 2013 13:45:06 +0000 (22:45 +0900)]
ecore_x - use the exsiting variable.
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 13:36:57 +0000 (22:36 +0900)]
update doc styling to match e.org
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 07:12:54 +0000 (16:12 +0900)]
imrpovement in ethumb video generation - wait a few frames so we have
something rendered at new pos... :)
Cedric BAIL [Mon, 25 Mar 2013 09:44:21 +0000 (18:44 +0900)]
embryo: use eina_file_mkstemp.
Cedric BAIL [Mon, 25 Mar 2013 09:43:13 +0000 (18:43 +0900)]
eina: add eina_file_mkstemp.
Cedric BAIL [Mon, 25 Mar 2013 08:30:44 +0000 (17:30 +0900)]
eina: add some documentation for Eina_Cow.
Stefan Schmidt [Mon, 25 Mar 2013 09:40:36 +0000 (09:40 +0000)]
evas_extn: Rename data variable to avoid local shadowing.
Jenkins as well as klocwork complained here as data is already used for
the parameter of the function and we shadow it here locally. Does not look
like it would really harm us here but better avoid it.
Valerii Kanunik [Mon, 25 Mar 2013 03:55:42 +0000 (12:55 +0900)]
eina: improve Eina_Value coverage.
Added test 1: eina_value_test_convert_long.
Added test 2: eina_value_test_convert_ulong.
Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
Cedric Bail [Sun, 24 Mar 2013 14:41:44 +0000 (23:41 +0900)]
edje: work also when not cross compiling.
Cedric Bail [Fri, 22 Mar 2013 13:56:52 +0000 (22:56 +0900)]
eio: fix a typos.
Cedric Bail [Sun, 24 Mar 2013 12:00:55 +0000 (13:00 +0100)]
edje: add option to enable theme compilation when cross compiling
Cedric Bail [Sun, 24 Mar 2013 11:48:00 +0000 (20:48 +0900)]
edje: fix stupid dependencies issue.
NOTE: We can't still not properly finish cross compilation as all the
build system assume that we can run the just compiled edje_cc and epp...
Cedric Bail [Sun, 24 Mar 2013 11:42:28 +0000 (20:42 +0900)]
evil: fix massive typo that was relying on Evil previous installation.
Jerome Pinot [Sat, 23 Mar 2013 05:10:22 +0000 (14:10 +0900)]
edje: doxygen doc improvement in edje_file_data_get
Carsten Haitzler (Rasterman) [Sat, 23 Mar 2013 04:28:49 +0000 (13:28 +0900)]
update po's ... :/
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:40:56 +0000 (17:40 +0900)]
add a COMPLIANCE file for convenience.
Rafael Antognolli [Fri, 22 Mar 2013 18:27:55 +0000 (15:27 -0300)]
evas/examples: Fix clipped smart object show/hide example.
Make the children get clipped to its smart object's clipper, so there's
no need to reimplement smart_show() and smart_hide() methods.
Rafael Antognolli [Fri, 22 Mar 2013 18:01:02 +0000 (15:01 -0300)]
ecore_evas/wayland: Don't need to show and hide children of the frame.
The frame smart object inherits from clipped smart object now, so it
doesn't need to show and hide its children, as the clipper takes care of
that.
Daniel Willmann [Fri, 22 Mar 2013 18:32:38 +0000 (18:32 +0000)]
eeze_sensor: Don't free the data passed in the callback ourself
The way ecore_event_add() is used in the sensor modules takes care of
that already (not providing a free cb).
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Fri, 22 Mar 2013 17:30:10 +0000 (17:30 +0000)]
eeze_sensor: Don't free the object we want to return asynchronously
The event callback will take care of freeing the object.
This issue was found thanks to clangs -fsanitize=address option - coming
to a CI job near you.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
maxerba [Fri, 22 Mar 2013 16:45:07 +0000 (17:45 +0100)]
updating catalan translation
Jonas Gastal [Fri, 22 Mar 2013 15:12:42 +0000 (12:12 -0300)]
Fix CURRENT for moving objects.
Cedric BAIL [Fri, 22 Mar 2013 12:01:53 +0000 (21:01 +0900)]
edje: fix memory leak.
Cedric BAIL [Fri, 22 Mar 2013 11:25:37 +0000 (20:25 +0900)]
ecore: fix some aliasing warning.
Cedric BAIL [Fri, 22 Mar 2013 11:13:32 +0000 (20:13 +0900)]
edje: shutup you moronic GCC 4.7.
This memset is not necessary as pack_it_copy can only be accessed when
the part type is a BOX or a TABLE and thus pack_it will be defined. Sadly
GCC 4.7 is more stupid than GCC 4.6 and think that it is an unitialized data
resulting in a massive number of useless warning that could hide real warning.