Commit Graph

18888 Commits

Author SHA1 Message Date
Ricardo de Almeida Gonzaga 0055318b51 ephysics: add a new example doc: Shapes -
test_shapes.c



Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 76972
2012-09-21 17:01:17 +00:00
Jonas M. Gastal cdb1dec5b6 edje: External Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76971
2012-09-21 15:37:54 +00:00
Stefan Schmidt 5dc29874f1 eeze/sensor: Fill in more properties in the tizen plugin.
Fill in timestamp values where provided and adjust accuracy to -1 if
undefined. 0 means bad accuracy here.

SVN revision: 76970
2012-09-21 14:56:47 +00:00
Stefan Schmidt c35df67148 eeze/sensor: Finally get right of eeze_sensor_handle_get
No longer needed as it only contains the modules information that will be
used in the eeze_sensor core. All other important bits have found new homes
in other data structures.

SVN revision: 76969
2012-09-21 14:56:40 +00:00
Cedric BAIL 357cbb570c ecore: include Eina.h as we need it.
SVN revision: 76967
2012-09-21 13:10:01 +00:00
Cedric BAIL 0f44cbd30e ecore: fix build without Ecore_Con support.
SVN revision: 76966
2012-09-21 13:08:51 +00:00
Christopher Michael 17713baa05 Ecore: Update ChangeLog for RandR fix.
SVN revision: 76964
2012-09-21 13:01:20 +00:00
Carsten Haitzler 5834a7956c oooh fix nasty bug never found to date in ecore-x - gettign if image
is argb or not was WRONG. fixed. :) this now affected the comp
software non-32bit support as it used it.



SVN revision: 76961
2012-09-21 12:12:54 +00:00
Carsten Haitzler be48742a4e port eet fix to efl tree
SVN revision: 76944
2012-09-21 08:43:49 +00:00
Christopher Michael 9507c20a53 Ecore_X: Fix more randr functions. Properly return output Modes from
ecore_x_randr_output_modes_get (more memcpy madness).



SVN revision: 76940
2012-09-21 08:17:35 +00:00
Vincent Torri ab144cb474 merge: fix compilation when no EFL is installed...
tested on linux and windows.
And disable valgrind as there's a link problem in eet binary,
i'll check that later


SVN revision: 76938
2012-09-21 08:15:58 +00:00
Daniel Juyung Seo 1bc1eaaba3 efreet Efreet_Mime.h: Fixed documentation.
SVN revision: 76924
2012-09-21 00:03:23 +00:00
Daniel Juyung Seo c01f421317 efreet: Fixed formatting.
SVN revision: 76923
2012-09-21 00:03:18 +00:00
Daniel Juyung Seo be7b396171 efreet efreet_mime.c: Changes in efreet_mime_shutdown. Decrementing init counter below 0 issue solved. Patch by Zbigniew Kosinski z.kosinski@samsung.com
On Thu, Sep 20, 2012 at 8:06 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote:
> Hello,
>
> Right now efreet_shutdown function doesn't return values below 0.
>
> In my opinion,  efreet_mime_shutdown function should behave in the same way
> as efreet_shutdown.
>
> I have prepared patch proposal to prevent decrementing init counter below 0.
>
> Please take a look at attached file.
>
> BR,
>
> Zbigniew Kosinski

SVN revision: 76921
2012-09-20 23:33:32 +00:00
Stefan Schmidt 33e20cf2a0 eeze/sensor: Be more failure tolerant in example.
If the sensor does not exist we should not ask for its properties.

SVN revision: 76918
2012-09-20 15:46:36 +00:00
Stefan Schmidt 63c3e6cc3c eeze/sensor: Fail if we can't find the sensor object.
We might have asked for a sensor that is not supported on this device. Let
the application know about this.

SVN revision: 76917
2012-09-20 15:46:34 +00:00
Stefan Schmidt dede039b35 eeze/tests: Fix test for sensor events.
Inject the event by hand to test the code pathes handling a sensor event coming in.

SVN revision: 76916
2012-09-20 15:46:04 +00:00
Stefan Schmidt 3a8be0b07a eeze/tests: Cover private eeze functions as well.
SVN revision: 76915
2012-09-20 15:45:59 +00:00
Carsten Haitzler 55803bdbef foudn another native surface booboo - same as gl engine. fix too.
SVN revision: 76911
2012-09-20 13:37:55 +00:00
Carsten Haitzler 15fbdbbcf0 fix native surface null set crash bug.
SVN revision: 76898
2012-09-20 09:16:57 +00:00
Cedric BAIL 2dc64f6639 edje: why does it work for me...
SVN revision: 76891
2012-09-20 07:52:10 +00:00
Cedric BAIL 77cc27d05a edje: damn top poster !
SVN revision: 76884
2012-09-20 06:27:34 +00:00
David Walter Seikel cb7027d7b1 Lua 5.2 support added, from a patch by Dennis Schridde (devurandom).
SVN revision: 76883
2012-09-20 05:48:05 +00:00
Carsten Haitzler 6062b09c81 oh oops - err needs a var ecore doesn ecport. use the eina log macro
instead.



SVN revision: 76868
2012-09-19 14:04:33 +00:00
Stefan Schmidt a36ed3dc82 eeze/sensor: Adjust tizen module to API changes.
SVN revision: 76866
2012-09-19 13:36:17 +00:00
Stefan Schmidt ccde4dce02 eeze/sensor: Wehn using sleep() we should include the header for declaration
SVN revision: 76865
2012-09-19 13:34:57 +00:00
Stefan Schmidt eaa278444c eeze/tests: Cover more eeze_sensor functions
Also start with testing for some error pathes by giving in wrong values.

SVN revision: 76857
2012-09-19 12:41:31 +00:00
Stefan Schmidt 087937b7f3 eeze/sensor: Init Eeze_Sensor_Obj to NULL
Without this the object get might fail but our NULL check would not trigger.

SVN revision: 76856
2012-09-19 12:41:23 +00:00
Patryk Kaczmarek 23676f34fb From: Patryk Kaczmarek <patryk.k@samsung.com>
Subject: Re: [E-devel] [Patch] [Ecore] Patch with NULL checks to some
functions in ecore module

I had prepared patch for some Ecore functions which, in my opinion,
critically need NULL checks. I had tried to keep each file convention.



SVN revision: 76852
2012-09-19 10:39:27 +00:00
Stefan Schmidt 0b753f3e33 eeze: Introduce modules directory and place eeze_sensor modules into it.
More like other efl libs and maybe we have more modules for eeze later on.

SVN revision: 76847
2012-09-19 09:19:23 +00:00
Vincent Torri 371defbd32 merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc
doc though head.html should be improved :)



SVN revision: 76843
2012-09-19 06:57:03 +00:00
Massimo Maiurana b98c85328f adding gl translations and updating it and pt
SVN revision: 76838
2012-09-18 21:51:43 +00:00
Stefan Schmidt 58014e6fd2 eeze/tests: Also cover this part of the api in the unit tests
SVN revision: 76831
2012-09-18 14:29:28 +00:00
Stefan Schmidt 849502a832 eeze: Add basic test infrastructure and unit tests
SVN revision: 76828
2012-09-18 14:14:59 +00:00
Stefan Schmidt 63636545cf eeze: Add myself to AUTHORS
SVN revision: 76827
2012-09-18 14:14:55 +00:00
Stefan Schmidt c503879efb eeze: Mention sensor addition in changelog and news.
SVN revision: 76826
2012-09-18 14:14:52 +00:00
Stefan Schmidt 535ef37087 eeze: Add sensor API
Extend eeze to read out sensor data from various sources with a simple API to
access for application developers. The sensor backends are eina modules. For
now we support a tizen module as well as a fake module for testing.

Modules for plain sysfs on a desktop or other sensor frameworks could get
integrated.

The api is not fixed until 1.8 is out so let me know what you think. Having
small wrappers for all kind of infos like eeze_sensor_light_get or
eeze_sensor_proximity_get are possible but I did not want to bloat the api
from the beginning.

SVN revision: 76825
2012-09-18 14:14:48 +00:00
Christopher Michael e0807db1c3 Ecore_X(cb): Remove old references to the _prefetch functions.
SVN revision: 76817
2012-09-18 13:05:20 +00:00
Carsten Haitzler 8c261bb4de on second thought - limit to 0 if < 0 - rest of ecore-timer does this.
SVN revision: 76809
2012-09-18 11:47:22 +00:00
Patryk Kaczmarek cc72c09b84 From: Patryk Kaczmarek <patryk.k@samsung.com>
Subject: [E-devel] [Patch] [Ecore] Protection for giving below zero
values for ecore_poll and ecore_timer

Please also check attached patch for ecore_timer_interval_set and
ecore_poller_poll_interval_set.

It checks if given time is not zero or below zero.



SVN revision: 76805
2012-09-18 11:38:08 +00:00
Patryk Kaczmarek 042ecacd0f From: Patryk Kaczmarek <patryk.k@samsung.com>
Subject: [E-devel] [Patch] [Ecore] ecore_file_escape_name fix for \n
and \t

Please review and consider the attached patch for ecore_file_escape_name
function, now it correctly escapes tab and new line characters.



SVN revision: 76803
2012-09-18 11:34:36 +00:00
Michael BOUCHAUD 001bac6058 edje: Changelog
SVN revision: 76789
2012-09-18 09:00:27 +00:00
Lucas De Marchi 5934eb6788 Add new edbus library, aka e_dbus v2
SVN revision: 76775
2012-09-17 20:41:05 +00:00
Vincent Torri aeadf86ba6 merge: "fix" distcheck
I can't be sure that distcheck is fixed as the check of eet is failing.
I've disable the run of the eina test for now as it is *very* long. I'll
re-enable it once eet check is running flawlessly



SVN revision: 76772
2012-09-17 17:17:55 +00:00
Michael BOUCHAUD 7b6807939e edje: fix group inherit with script
SVN revision: 76769
2012-09-17 16:37:50 +00:00
Vincent Torri 8abaff3bdf merge: add eet
SVN revision: 76768
2012-09-17 16:35:38 +00:00
Jonas M. Gastal 12732ab7eb edje: inserting module functions to the General Group and adding doc to them
SVN revision: 76767
2012-09-17 15:00:27 +00:00
Jonas M. Gastal 178be1d81a edje: identation fix for file src/lib/Edje.h.
SVN revision: 76766
2012-09-17 15:00:22 +00:00
Christopher Michael ce2a6ef41f Evas: Fix another occurance of anti-clockwise.
SVN revision: 76755
2012-09-17 11:03:39 +00:00
Christopher Michael 8a9bfcb0f6 Evas: Fix doxy grammar (never heard of anti-clock-wise) ;)
SVN revision: 76754
2012-09-17 11:01:20 +00:00