Commit Graph

19125 Commits

Author SHA1 Message Date
Christopher Michael 0f04d5bbfd Evas: Minor doxy fix.
SVN revision: 77257
2012-10-01 09:25:12 +00:00
Daniel Juyung Seo e430627e7e ethumb ethumb.c: Fixed indentation.
SVN revision: 77233
2012-10-01 04:43:39 +00:00
Daniel Juyung Seo 1e38f04bfc ethumb ethumb.c: Fixed wrong return value. Return EINA_FALSE when there is no theme_file on ethumb_frame_set. Spotted by Patryk Kaczmarek <patryk.k@samsung.com>
SVN revision: 77232
2012-10-01 04:43:35 +00:00
Mike McCormack 70c99a039e Update git ignore files
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77217
2012-09-29 12:19:09 +00:00
Bruno Dilly b497625f3f ephysics: ignore spec file
SVN revision: 77214
2012-09-28 22:24:30 +00:00
Stefan Schmidt ae81bcdcd5 eeze/sensor: Fix fake module to set timestamp to microseconds since epoch.
Seconds is not really a suitable resolution for sensor data read outs. This
also aligns it with the tizen module and the public API.
The sleep is no longer needed in the test program either.

SVN revision: 77191
2012-09-28 09:10:47 +00:00
Stefan Schmidt c7d300cae3 eeze/sensor: Make the Eeze_Sensor struct private.
All data for the public API have moved into other data structures. This one
is only needed for internal housekeeping now. Thus move it into the pivate
header file so it does not confuse people.

SVN revision: 77190
2012-09-28 09:10:43 +00:00
Stefan Schmidt 8ca073ed14 eeze/sensor: Update eeze sensor docs.
Mostly typo fixes and hopefully clarify some things.

SVN revision: 77189
2012-09-28 09:10:40 +00:00
Carsten Haitzler 70d4e06072 make notes.
SVN revision: 77178
2012-09-28 06:19:35 +00:00
Carsten Haitzler 0d75dc3a64 dont need bounding box tracking anymore
SVN revision: 77176
2012-09-28 04:07:53 +00:00
Carsten Haitzler 56ffcbe9e5 deal with losing our backbuffer (after a resurf) with partial updates.
SVN revision: 77175
2012-09-28 02:30:09 +00:00
Flavio Vinicius Alvares Ceolin 5bb2df9101 edje_codegen: Adding support for drag
Adding the necessary api to work with draggable parts.



SVN revision: 77174
2012-09-27 21:09:53 +00:00
Carsten Haitzler 24d1d1bccc typeo in chlog
SVN revision: 77151
2012-09-27 11:11:38 +00:00
Carsten Haitzler 9a354e2cb8 checnglog/news my fix now its confirmed
SVN revision: 77150
2012-09-27 11:06:41 +00:00
Carsten Haitzler 8c1cae1318 maybe patch over imf ibus module oopsie?
SVN revision: 77144
2012-09-27 09:44:00 +00:00
Michael BOUCHAUD bf3ef11a5f edje: and force calc on sub objects
SVN revision: 77142
2012-09-27 09:36:01 +00:00
Michael BOUCHAUD f4d71a30e4 edje: fix scale_set in sub group
SVN revision: 77137
2012-09-27 09:11:21 +00:00
Jiyoun Park 7d2ced81f6 add evas object display mode hint
this hint can be used when user want to notify
and change object size hint(display mode)
like compress(example, keyboard show and object need to be compressed)
and etc.


SVN revision: 77136
2012-09-27 08:54:54 +00:00
Carsten Haitzler 3593470069 fix nasty bug in efreet where running an update of desktops (or icons)
could be delayed by minutes.



SVN revision: 77133
2012-09-27 08:22:24 +00:00
Carsten Haitzler 0f1366f323 oops use micro not minor
SVN revision: 77131
2012-09-27 07:13:15 +00:00
Carsten Haitzler 234a81b897 actualyl do option this way.
SVN revision: 77130
2012-09-27 07:00:28 +00:00
Carsten Haitzler 4645656f38 support new swap mode field.
SVN revision: 77129
2012-09-27 06:57:16 +00:00
Carsten Haitzler 17cfe59433 add an engine info field (4 bits) for swap mode :)
SVN revision: 77128
2012-09-27 06:56:41 +00:00
Carsten Haitzler 1049bac905 and make a single efl.spec file.
SVN revision: 77108
2012-09-27 03:09:17 +00:00
Carsten Haitzler 05ddd5fe2d cleaning up the base of efl tree moving files to subdirs
SVN revision: 77106
2012-09-27 03:02:12 +00:00
Carsten Haitzler 296d47a7cb fix chglog date for vtorri :)
SVN revision: 77105
2012-09-27 02:55:18 +00:00
Cedric BAIL f1a25bc101 eio: continue on access right error.
SVN revision: 77103
2012-09-27 00:55:41 +00:00
José Roberto de Souza 53de66ea92 edbus: Fix lib name in edbus2.pc.in
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77102
2012-09-26 20:33:53 +00:00
Christopher Michael 1e3f4b329c Ecore_Evas (wayland): Add missing close.
SVN revision: 77100
2012-09-26 19:26:24 +00:00
Christopher Michael a37ddfb283 Ecore_Evas (wayland): Remove goto. (don't need them, don't want them)
;) Also, remove an extra blank line that got in there.



SVN revision: 77099
2012-09-26 19:01:04 +00:00
José Roberto de Souza 9177bdef75 edbus: Full file path on EXTRA_DIST of doc
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77098
2012-09-26 18:49:16 +00:00
Eduardo Lima (Etrunko) 1750a5a144 Wayland_SHM: Simplify code for buffer creation
Removed unecessary ensure_pool_size function move the checks to _pool_create.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77097
2012-09-26 18:42:47 +00:00
Eduardo Lima (Etrunko) 617b6f62dc Wayland_SHM: new functions for freeing SHM buffer and
pool

_ecore_evas_wl_buffer_free() and _ecore_evas_wl_shm_pool_free() were added,
avoid repeating the same calls everywhere.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77096
2012-09-26 18:41:57 +00:00
José Roberto de Souza 06439a3ee8 edbus: Add edbus_signal_handler_match_extra_vset
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77095
2012-09-26 18:16:34 +00:00
José Roberto de Souza 4f1ea191d6 edbus: Fix building doc outside of tree
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77094
2012-09-26 18:16:28 +00:00
Carsten Haitzler dfab86df5e and back to full update - poo.
SVN revision: 77093
2012-09-26 13:23:29 +00:00
Carsten Haitzler 5ed4f6900b fill in some more egl sw engine theory.
SVN revision: 77078
2012-09-26 10:03:49 +00:00
Cedric BAIL 53518723b8 evas: more distcheck fix.
SVN revision: 77075
2012-09-26 07:52:04 +00:00
Vincent Torri 3b5a3448b7 merge: add eo
SVN revision: 77072
2012-09-26 06:56:52 +00:00
Cedric BAIL 195d31c73f evas: forgotten include for make dist.
SVN revision: 77071
2012-09-26 06:50:28 +00:00
Carsten Haitzler 53f2bc0638 partial swaps++ to evas gl engine.
SVN revision: 77069
2012-09-26 03:49:33 +00:00
Jonas M. Gastal fd794e2a54 edje: Fix doc for edje_object_part_text_user_insert.
SVN revision: 77064
2012-09-25 19:53:21 +00:00
Jonas M. Gastal 2344d772f7 edje: include cache functions in General Group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77063
2012-09-25 19:52:15 +00:00
Jonas M. Gastal 69d4a6f031 edje: put #define EDJE_EXTERNAL_TYPE_ABI_VERSION outside the struct.
reason: that way it appears in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77062
2012-09-25 19:51:09 +00:00
Jonas M. Gastal 6a6009203e edje: Text Entry Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77061
2012-09-25 19:50:03 +00:00
Jonas M. Gastal 67da2e5199 edje: Text Selection Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77060
2012-09-25 19:48:57 +00:00
Jonas M. Gastal 390b4da629 edje: Text Cursor Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77059
2012-09-25 19:47:50 +00:00
Jonas M. Gastal bed4fbee01 edje: Part Text top level group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77058
2012-09-25 19:46:44 +00:00
Jonas M. Gastal df12bc32b6 edje: fix refs to Edje_Object_Part group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77057
2012-09-25 19:45:38 +00:00
Jonas M. Gastal 032e16f35a edje: include edje_box_layout_register to Box group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77056
2012-09-25 19:44:32 +00:00
Jonas M. Gastal 5f448b1e8f edje: Part Swallow Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77055
2012-09-25 19:43:24 +00:00
Jonas M. Gastal 80a162d319 edje: Part Drag Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77054
2012-09-25 19:42:16 +00:00
Carsten Haitzler aa077796a9 add .h :)
SVN revision: 77049
2012-09-25 08:14:14 +00:00
Carsten Haitzler 469f6ef303 and fill in some more apis and notes - still doesnt work.
SVN revision: 77044
2012-09-25 05:59:24 +00:00
Carsten Haitzler 06fa0ad166 this is the start of something inteteresting. it is the start of using
egl with software rendering only (no gl just egl). ie get access to
buffer and do swaps etc. etc. etc. it's meant to be totally dynamic -
ie dlopen libEGL if u have it and then start checking if it can do
this thing so it doesnt add any dependencies at all.



SVN revision: 77043
2012-09-25 05:44:43 +00:00
ChunEon Park 45d4f2a3f2 evas - added NEWS instead of raster
SVN revision: 77042
2012-09-25 03:11:21 +00:00
Leandro Dorileo 6e1c20a408 Eio: fix eio_file_associate_add docs
Concerning the eio_file_associate_add docs it currently states the
user data is freed with free() case a callback is not provided, this
is not the case, the associate data(Eio_File_Associate) is freed not
the user data.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 77041
2012-09-24 22:22:46 +00:00
Carsten Haitzler 012301b7f6 small thing - internal path. onebuf mode was broken, make it work
again. only useful if explicitly turned on in code which is it snt atm.



SVN revision: 77034
2012-09-24 08:09:33 +00:00
Carsten Haitzler 06bb70765e really small thing - avoid palette alloc rounding down at extremes
(ff->fe).



SVN revision: 77033
2012-09-24 07:51:45 +00:00
Sung Park bbba85b546 Refactored Evas GL engine code so wayland_egl and gl_x11 and other
engines can share the same code. The common codes are in gl_common/
directory and evas_engine just has to implement a few engine functions.



SVN revision: 77032
2012-09-24 07:41:27 +00:00
Carsten Haitzler 8f1c793565 remove spec file entires for 16bpp engines.
SVN revision: 77031
2012-09-24 04:15:20 +00:00
Carsten Haitzler bb4ee2174c and remove 16bit engines/code as planned.
SVN revision: 77030
2012-09-24 04:13:59 +00:00
Carsten Haitzler e52e76fbb3 remove commented out xrdb code in evas engines.
SVN revision: 77029
2012-09-24 03:58:47 +00:00
Carsten Haitzler cde875d438 and simplify gles suport to #ifdef GL_GLES :) we dont need sgx+6410
stuff anymore.



SVN revision: 77028
2012-09-24 03:33:43 +00:00
Carsten Haitzler 15aa383ae8 deprecate 6410 support. this driver has never seen the light of day
and likely never will - so give up on support.



SVN revision: 77027
2012-09-24 03:06:26 +00:00
Rui Seabra 58f5ec5047 Add rpm support
SVN revision: 77023
2012-09-23 13:39:53 +00:00
Rui Seabra 6ac749104c Correct fix.
SVN revision: 77022
2012-09-23 13:28:06 +00:00
Rui Seabra 0ec3384720 * Add support to eeze_sensor lib in the spec
* Fix dist build by including a header file
 * svn:ignore on .deps, Makefile and Makefile.in on modules and tests.


SVN revision: 77021
2012-09-23 12:17:22 +00:00
Vincent Torri 93b5886a18 Evas: update to newer esvg API
Should I backport that ?


SVN revision: 77019
2012-09-22 18:20:29 +00:00
José Roberto de Souza 9de9bccb9a edbus: Add example of 2 containners at same level.
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77007
2012-09-21 22:44:17 +00:00
Lucas De Marchi 3cf6418906 edbus: Reduce variable scope and add const where it's
due



SVN revision: 77006
2012-09-21 22:44:11 +00:00
Lucas De Marchi 97fc82b5ff edbus: Do not build examples by default
It's weird to enable/disable the examples at configure time rather than
having a rule "make examples", but this appears to be how it's done in
EFL.



SVN revision: 77005
2012-09-21 22:44:05 +00:00
José Roberto de Souza 49ea849059 edbus: Fix memory leak in
edbus_signal_handler_match_extra_set()

And allow values == "" in match_extra_set()

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77004
2012-09-21 22:43:58 +00:00
Lucas De Marchi d855ad62c9 edbus: Ignore the compiled library
SVN revision: 77003
2012-09-21 21:57:37 +00:00
Lucas De Marchi b7949a68d2 edbus: Also rename installed lib to edbus2
SVN revision: 76997
2012-09-21 20:20:08 +00:00
Lucas De Marchi ba033df38f edbus: Rename edbus.pc to edbus2.pc to avoi conflict
Even though the previous library was named E_DBus, it was installing an
edbus.pc file. Rename our file so it doesn't conflct with the other.



SVN revision: 76995
2012-09-21 19:56:52 +00:00
Flavio Vinicius Alvares Ceolin 675d863dc3 edje_codegen: Making the example uses the externals code
SVN revision: 76992
2012-09-21 17:34:09 +00:00
Flavio Vinicius Alvares Ceolin 8214538527 edje_codegen: Adding support for externals
Generating functions to manipulate the parameters of
an external part.



SVN revision: 76991
2012-09-21 17:32:34 +00:00
Jonas M. Gastal 456890e18a edje: Part Box Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76990
2012-09-21 17:21:03 +00:00
Jonas M. Gastal 7d92cdf160 edje: Part Table Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76989
2012-09-21 17:21:00 +00:00
Jonas M. Gastal 8a6ce6e76d edje: Part top level group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76988
2012-09-21 17:20:58 +00:00
Jonas M. Gastal ba23c2b0a9 edje: Object Scale Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76987
2012-09-21 17:20:55 +00:00
Jonas M. Gastal 15bdd45e16 edje: Color and Text Class groups created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76986
2012-09-21 17:20:53 +00:00
Jonas M. Gastal bf8048e899 edje: Object Perspective Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76985
2012-09-21 17:20:50 +00:00
Jonas M. Gastal 1965aba9ab edje: Object File Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76984
2012-09-21 17:20:47 +00:00
Jonas M. Gastal 0d6c7613ae edje: Object Animation Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76983
2012-09-21 17:20:45 +00:00
Jonas M. Gastal 9523796657 edje: Communication Interface groups created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76982
2012-09-21 17:20:42 +00:00
Jonas M. Gastal 392806bb3f edje: Object Geometry Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76981
2012-09-21 17:20:39 +00:00
Jonas M. Gastal 2871da2a95 edje: Object top level group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76980
2012-09-21 17:20:37 +00:00
Bruno Dilly c62e06f738 ephysics: doc clean up
remove wrong reference



SVN revision: 76979
2012-09-21 17:02:39 +00:00
Bruno Dilly b5944e9679 ephysics: add more images for examples
SVN revision: 76978
2012-09-21 17:02:28 +00:00
Ricardo de Almeida Gonzaga 38395758ab ephysics: add a new example doc: Camera Track -
test_camera_track.c



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



SVN revision: 76977
2012-09-21 17:02:07 +00:00
Ricardo de Almeida Gonzaga 8ac96ab8e7 ephysics: add a new example doc: Growing Balls -
test_growing_balls.c



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



SVN revision: 76976
2012-09-21 17:01:59 +00:00
Ricardo de Almeida Gonzaga 85b32d701e ephysics: add a new example doc: Camera -
test_camera.c



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



SVN revision: 76975
2012-09-21 17:01:49 +00:00
Ricardo de Almeida Gonzaga 9f61d9be2b ephysics: add a new example doc: Slider -
test_slider.c



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



SVN revision: 76974
2012-09-21 17:01:40 +00:00
Ricardo de Almeida Gonzaga ca41ab29ed ephysics: add a new example doc: Forces -
test_forces.c



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



SVN revision: 76973
2012-09-21 17:01:27 +00:00
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
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
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
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
Carsten Haitzler 2a06a94b1e add new evas device api. it is a STARt right now, and liable to
change, thus no docs at this time, but ready for them.



SVN revision: 76752
2012-09-17 10:12:48 +00:00
Cedric BAIL 42e427e2c7 edje: don't wait until enough data filed the pipe to notify the other side of stdout that we are working.
SVN revision: 76751
2012-09-17 10:09:04 +00:00
Christopher Michael 4f886ac78b Evas: Fix comment (mouse_move event struct is not for mouse button
down).



SVN revision: 76748
2012-09-17 09:40:19 +00:00
Cedric BAIL d152e600ca edje: cleanup edje_watch code.
SVN revision: 76747
2012-09-17 09:38:20 +00:00
Cedric BAIL a6ab9bddd2 edje: don't generate annotate file when edje_cc fail.
SVN revision: 76746
2012-09-17 09:34:29 +00:00
Christopher Michael f4208b2d8b Evas: Fix doxygen example usage of evas_object_map_set (was missing a
param).



SVN revision: 76745
2012-09-17 09:27:28 +00:00
Vincent Torri 5fcfdfee05 small autotools fix for the Coyote OS
SVN revision: 76733
2012-09-17 05:52:32 +00:00
Vincent Torri 103b912f66 merge: and the eina examples
SVN revision: 76715
2012-09-16 21:15:43 +00:00
Vincent Torri 785f2a6b3a merge : add eina
currently, examples, tests and benchmark are not set. That's the next things i'll do


SVN revision: 76710
2012-09-16 10:57:48 +00:00
Bruno Dilly dfc0331373 ephysics: add some images to documented examples
SVN revision: 76702
2012-09-14 22:06:43 +00:00
Bruno Dilly 005be7be8c ephysics: improve doc description and remove redundant
links




SVN revision: 76701
2012-09-14 22:06:09 +00:00
Bruno Dilly ff792ee8e8 ephysics: improve diagram displayed on docs
SVN revision: 76700
2012-09-14 22:05:54 +00:00
Bruno Dilly e7cbd4818a ephysics: add link to modules page in docs header
SVN revision: 76699
2012-09-14 22:05:41 +00:00
Bruno Dilly 70c3dd925b ephysics: small fixes on docs
Spotted by gastal



SVN revision: 76698
2012-09-14 22:05:29 +00:00
Ricardo de Almeida Gonzaga e3822da595 ephysics: add a new example doc: Sleeping Threshold -
test_sleeping_threshold.c



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



SVN revision: 76697
2012-09-14 22:05:18 +00:00
Ricardo de Almeida Gonzaga 4be55425e7 ephysics: add a new example doc: Gravity -
test_no_gravity.c



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



SVN revision: 76696
2012-09-14 22:05:06 +00:00
Ricardo de Almeida Gonzaga 134d52aa9d ephysics: add a new example doc: Velocity -
test_velocity.c



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



SVN revision: 76695
2012-09-14 22:04:56 +00:00
Ricardo de Almeida Gonzaga e302c3d27e ephysics: add a new example doc: Collision Filter -
test_collision_filter.c



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



SVN revision: 76694
2012-09-14 22:04:44 +00:00
Ricardo de Almeida Gonzaga 7ae00ec501 ephysics: add a new example doc: Collision Detection -
test_collision_detection.c



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



SVN revision: 76693
2012-09-14 22:04:31 +00:00
Ricardo de Almeida Gonzaga ead58d536e ephysics: add a new example doc: Bouncing Text -
test_bouncing_text.c



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



SVN revision: 76692
2012-09-14 22:02:12 +00:00
Ricardo de Almeida Gonzaga 886d35fc6d ephysics: add a new example doc: Constraint -
test_constrant.c



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



SVN revision: 76691
2012-09-14 22:01:43 +00:00
Ricardo de Almeida Gonzaga 49366a7a84 ephysics: add a new example doc: Delete Body -
test_delete.c



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



SVN revision: 76690
2012-09-14 22:01:28 +00:00
Bruno Dilly b3ee2a8313 ephysics: increase doc pages title size
SVN revision: 76689
2012-09-14 22:01:16 +00:00
Flavio Vinicius Alvares Ceolin e4e831b01a edje_codegen: Improving the example
Making the example cover the new box and table functions.



SVN revision: 76688
2012-09-14 18:22:38 +00:00
Flavio Vinicius Alvares Ceolin 2da400cd21 edje_codegen: adding support for BOX and TABLE
Adding the follow functions if the part is a BOX:

 - edje_object_part_box_append
 - edje_object_part_box_prepend
 - edje_object_part_box_insert_before
 - edje_object_part_box_insert_at
 - edje_object_part_box_remove
 - edje_object_part_box_remove_at
 - edje_object_part_box_remove_all

or if the part is a TABLE:

 - edje_object_part_table_pack
 - edje_object_part_table_unpack
 - edje_object_part_table_clear
 - edje_object_part_table_child_get
 - edje_object_part_table_col_row_size_get



SVN revision: 76687
2012-09-14 18:20:31 +00:00
Vincent Torri 6eed27ec07 maintianerclean++
SVN revision: 76685
2012-09-14 16:55:36 +00:00
Vincent Torri 507c2e7b60 Eina: add DOCTYPE children parsing in eina_xml
SVN revision: 76683
2012-09-14 16:47:48 +00:00
Leandro Dorileo cb63d40a90 EPhysics: conditinal doc building
This patch introduces a --enable-build-docs-only and in that case
will not check for dependencies and will have just the make doc
target.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 76680
2012-09-14 15:51:30 +00:00
Vincent Torri 84807e6abc Edje: fix returned value
SVN revision: 76647
2012-09-14 08:01:30 +00:00
Carsten Haitzler 058bcc9fed blacklisted drivers now disableable via env var.
SVN revision: 76645
2012-09-14 07:33:03 +00:00
Carsten Haitzler 6474d29127 this is an improvement of kakaroto's map buffer stuff - it's not
runtime detected and enabled, not compile-time, and env var can turn
it off forcibly if detected.



SVN revision: 76644
2012-09-14 07:27:49 +00:00
Carsten Haitzler fd365ef0bb this is an improvement of kakaroto's map buffer stuff - it's not
runtime detected and enabled, not compile-time, and env var can turn
it off forcibly if detected.



SVN revision: 76643
2012-09-14 07:25:57 +00:00
Christopher Michael d7090e953d Ecore_X: Patch from Doyoun Kang to add missing strings for some
ECORE_X_ATOM_E_ILLUME_WINDOW atoms.



SVN revision: 76638
2012-09-14 06:00:56 +00:00
Cedric BAIL ae78bed101 eio: fix build with xattr and without splice.
Fix bug #1511 reported by Sleep Walker.


SVN revision: 76634
2012-09-14 02:06:24 +00:00
Tom Hacohen ae846c238a Eo: Added another important EINA_LIKELY.
SVN revision: 76611
2012-09-13 13:43:59 +00:00
Tom Hacohen d7091a9843 Eo: Made debugging Eo a bit easier.
SVN revision: 76610
2012-09-13 13:39:02 +00:00
Jonas M. Gastal ad9c856233 General Group created in Edje documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76608
2012-09-13 13:11:50 +00:00
Carsten Haitzler d892ddd73d and formatting
SVN revision: 76605
2012-09-13 11:28:27 +00:00
Carsten Haitzler 3e5df175be warn--
SVN revision: 76604
2012-09-13 11:27:27 +00:00
Christopher Michael 4637b5e972 Ecore: Boss says to update NEWS, then update NEWS I will ;)
SVN revision: 76600
2012-09-13 10:27:27 +00:00
Carsten Haitzler 7075120c5d fix rotation issue with ecore-evas
SVN revision: 76596
2012-09-13 10:20:17 +00:00
Mike Blumenkrantz ec11fcc9c1 return -1 for ecore_con_server_fd_get() in the rare case that the server has already been deleted
SVN revision: 76582
2012-09-13 07:04:11 +00:00
Bruno Dilly 3f27034dc7 ephysics: shrink convex shapes to avoid margin gap
SVN revision: 76563
2012-09-12 21:50:01 +00:00
Leandro Dorileo 81786a748a ephysics: fix issues with world destructor
Makes sure the body is removed from the world before deleting it
so it will not mess with overlapping pair caches, proxies and so on.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 76562
2012-09-12 21:49:47 +00:00
Leandro Dorileo 075029bdfe ephysics: soft body memory usage/leak
Added a call for sparsesdf garbage collector after every simulation
avoiding bullet's soft dynamics leaks.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 76561
2012-09-12 21:49:29 +00:00
Leandro Dorileo 3ecddb724a ephysics: softbody
** linear/angular joints:
We don't need the linear and angular joints for soft bodies.

Actually these joint's are pulling the soft body towards (0, 0, 0).
The soft body is anchored with the rigid one, so limiting the rigid body
angular and linear movements seems to be enough.

** soft body configs:
Some soft body configurations were tweaked to fix issues of instability
of soft bodies.

** soft body hardness API:
Soft body hardness API was introduced as well.

** points of deformation:
The points of deformation were inverted;

** soft body mass:
Fixed issues with soft body mass changing, now it doesn't "explode" after
changing its mass.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 76560
2012-09-12 21:49:14 +00:00
Christopher Michael 8e846cd0f9 Evas_Gl: Use glMapBufferOES in egl/gles2.
SVN revision: 76556
2012-09-12 20:28:04 +00:00
Rafael Antognolli 64b4e6af09 evas/render: Fix typo: DGB -> DBG.
SVN revision: 76553
2012-09-12 19:00:23 +00:00
Rafael Antognolli bc3f053287 evas/render: Move REND_DGB macro to evas_private.h.
This will make it easier to enable it, since the changes to
evas_render_mapped signature will can be done everywhere, not only
inside evas_render.c.



SVN revision: 76552
2012-09-12 19:00:16 +00:00
Rafael Antognolli ce85aa2b48 evas/render2: Fix check to drop previous map from cache.
SVN revision: 76551
2012-09-12 18:36:15 +00:00
Rafael Antognolli 94732fddd9 evas/render: Clean all changed objects, not only the
active ones.
Objects which are children of mapped smart objects are not in the active
objects list, but should still be cleaned, and have their render_post
method called too.



SVN revision: 76550
2012-09-12 18:36:08 +00:00
Jiyoun Park b2004aebc5 fix bmp decoding error. other tool like GIMP
can handle image size error


SVN revision: 76546
2012-09-12 16:34:45 +00:00
Christopher Michael 805d333284 Evas_GL: Fix kakaroto's breakage in evas_gl. GL_WRITE_ONLY is only
defined in GL/glext.h (which is not included if we are building for
SGX). A build for SGX uses EGL which defines GL_WRITE_ONLY_OES instead.

NB: I am not entirely sure that this is the 'proper' fix, but it
allows evas to build again.



SVN revision: 76540
2012-09-12 16:05:02 +00:00
Vincent Torri 0e0b265470 Eo: examples rule
SVN revision: 76538
2012-09-12 16:02:31 +00:00
Mike Blumenkrantz 86e07547f1 add null checks to WebPDecodeBGRA() returns in webp loader
SPANK SPANK, IGOR!


SVN revision: 76521
2012-09-12 12:13:08 +00:00
Tom Hacohen d9dae5b06b Evas: Fixed compilation with old fontconfig.
This fixes ticket #1500 by Sleep_Walker.

SVN revision: 76520
2012-09-12 11:55:45 +00:00
Tom Hacohen 0ef7b93bf9 Eo: Added eo_destructed_is.
SVN revision: 76518
2012-09-12 11:31:58 +00:00