Jonas M. Gastal [Tue, 25 Sep 2012 19:47:50 +0000 (19:47 +0000)]
edje: Text Cursor Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77059
Jonas M. Gastal [Tue, 25 Sep 2012 19:46:44 +0000 (19:46 +0000)]
edje: Part Text top level group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77058
Jonas M. Gastal [Tue, 25 Sep 2012 19:45:38 +0000 (19:45 +0000)]
edje: fix refs to Edje_Object_Part group in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77057
Jonas M. Gastal [Tue, 25 Sep 2012 19:44:32 +0000 (19:44 +0000)]
edje: include edje_box_layout_register to Box group in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77056
Jonas M. Gastal [Tue, 25 Sep 2012 19:43:24 +0000 (19:43 +0000)]
edje: Part Swallow Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77055
Jonas M. Gastal [Tue, 25 Sep 2012 19:42:16 +0000 (19:42 +0000)]
edje: Part Drag Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 77054
Vincent Torri [Tue, 25 Sep 2012 17:05:30 +0000 (17:05 +0000)]
merge: fix eet test includes
SVN revision: 77053
Vincent Torri [Tue, 25 Sep 2012 08:23:06 +0000 (08:23 +0000)]
merge: clean generated examples
SVN revision: 77050
Carsten Haitzler [Tue, 25 Sep 2012 08:14:14 +0000 (08:14 +0000)]
add .h :)
SVN revision: 77049
Vincent Torri [Tue, 25 Sep 2012 08:01:31 +0000 (08:01 +0000)]
merge: minor fix
SVN revision: 77045
Carsten Haitzler [Tue, 25 Sep 2012 05:59:24 +0000 (05:59 +0000)]
and fill in some more apis and notes - still doesnt work.
SVN revision: 77044
Carsten Haitzler [Tue, 25 Sep 2012 05:44:43 +0000 (05:44 +0000)]
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
ChunEon Park [Tue, 25 Sep 2012 03:11:21 +0000 (03:11 +0000)]
evas - added NEWS instead of raster
SVN revision: 77042
Leandro Dorileo [Mon, 24 Sep 2012 22:22:46 +0000 (22:22 +0000)]
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
Carsten Haitzler [Mon, 24 Sep 2012 08:09:33 +0000 (08:09 +0000)]
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
Carsten Haitzler [Mon, 24 Sep 2012 07:51:45 +0000 (07:51 +0000)]
really small thing - avoid palette alloc rounding down at extremes
(ff->fe).
SVN revision: 77033
Sung Park [Mon, 24 Sep 2012 07:41:27 +0000 (07:41 +0000)]
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
Carsten Haitzler [Mon, 24 Sep 2012 04:15:20 +0000 (04:15 +0000)]
remove spec file entires for 16bpp engines.
SVN revision: 77031
Carsten Haitzler [Mon, 24 Sep 2012 04:13:59 +0000 (04:13 +0000)]
and remove 16bit engines/code as planned.
SVN revision: 77030
Carsten Haitzler [Mon, 24 Sep 2012 03:58:47 +0000 (03:58 +0000)]
remove commented out xrdb code in evas engines.
SVN revision: 77029
Carsten Haitzler [Mon, 24 Sep 2012 03:33:43 +0000 (03:33 +0000)]
and simplify gles suport to #ifdef GL_GLES :) we dont need sgx+6410
stuff anymore.
SVN revision: 77028
Carsten Haitzler [Mon, 24 Sep 2012 03:06:26 +0000 (03:06 +0000)]
deprecate 6410 support. this driver has never seen the light of day
and likely never will - so give up on support.
SVN revision: 77027
Vincent Torri [Sun, 23 Sep 2012 19:56:44 +0000 (19:56 +0000)]
merge : remove useless CONDITIONALs and make eet build optional; eina is always built
SVN revision: 77026
Rui Seabra [Sun, 23 Sep 2012 13:39:53 +0000 (13:39 +0000)]
Add rpm support
SVN revision: 77023
Rui Seabra [Sun, 23 Sep 2012 13:28:06 +0000 (13:28 +0000)]
Correct fix.
SVN revision: 77022
Rui Seabra [Sun, 23 Sep 2012 12:17:22 +0000 (12:17 +0000)]
* 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
Vincent Torri [Sat, 22 Sep 2012 18:20:29 +0000 (18:20 +0000)]
Evas: update to newer esvg API
Should I backport that ?
SVN revision: 77019
Vincent Torri [Sat, 22 Sep 2012 06:44:32 +0000 (06:44 +0000)]
merge: use $(MAKE) $(AM_MAKEFLAGS) and not just make. Fix benchmark-e17 rule
SVN revision: 77008
José Roberto de Souza [Fri, 21 Sep 2012 22:44:17 +0000 (22:44 +0000)]
edbus: Add example of 2 containners at same level.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 77007
Lucas De Marchi [Fri, 21 Sep 2012 22:44:11 +0000 (22:44 +0000)]
edbus: Reduce variable scope and add const where it's
due
SVN revision: 77006
Lucas De Marchi [Fri, 21 Sep 2012 22:44:05 +0000 (22:44 +0000)]
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
José Roberto de Souza [Fri, 21 Sep 2012 22:43:58 +0000 (22:43 +0000)]
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
Lucas De Marchi [Fri, 21 Sep 2012 21:57:37 +0000 (21:57 +0000)]
edbus: Ignore the compiled library
SVN revision: 77003
Lucas De Marchi [Fri, 21 Sep 2012 20:20:08 +0000 (20:20 +0000)]
edbus: Also rename installed lib to edbus2
SVN revision: 76997
Lucas De Marchi [Fri, 21 Sep 2012 19:56:52 +0000 (19:56 +0000)]
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
Flavio Vinicius Alvares Ceolin [Fri, 21 Sep 2012 17:34:09 +0000 (17:34 +0000)]
edje_codegen: Making the example uses the externals code
SVN revision: 76992
Flavio Vinicius Alvares Ceolin [Fri, 21 Sep 2012 17:32:34 +0000 (17:32 +0000)]
edje_codegen: Adding support for externals
Generating functions to manipulate the parameters of
an external part.
SVN revision: 76991
Jonas M. Gastal [Fri, 21 Sep 2012 17:21:03 +0000 (17:21 +0000)]
edje: Part Box Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76990
Jonas M. Gastal [Fri, 21 Sep 2012 17:21:00 +0000 (17:21 +0000)]
edje: Part Table Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76989
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:58 +0000 (17:20 +0000)]
edje: Part top level group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76988
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:55 +0000 (17:20 +0000)]
edje: Object Scale Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76987
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:53 +0000 (17:20 +0000)]
edje: Color and Text Class groups created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76986
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:50 +0000 (17:20 +0000)]
edje: Object Perspective Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76985
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:47 +0000 (17:20 +0000)]
edje: Object File Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76984
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:45 +0000 (17:20 +0000)]
edje: Object Animation Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76983
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:42 +0000 (17:20 +0000)]
edje: Communication Interface groups created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76982
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:39 +0000 (17:20 +0000)]
edje: Object Geometry Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76981
Jonas M. Gastal [Fri, 21 Sep 2012 17:20:37 +0000 (17:20 +0000)]
edje: Object top level group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76980
Bruno Dilly [Fri, 21 Sep 2012 17:02:39 +0000 (17:02 +0000)]
ephysics: doc clean up
remove wrong reference
SVN revision: 76979
Bruno Dilly [Fri, 21 Sep 2012 17:02:28 +0000 (17:02 +0000)]
ephysics: add more images for examples
SVN revision: 76978
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:02:07 +0000 (17:02 +0000)]
ephysics: add a new example doc: Camera Track -
test_camera_track.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76977
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:59 +0000 (17:01 +0000)]
ephysics: add a new example doc: Growing Balls -
test_growing_balls.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76976
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:49 +0000 (17:01 +0000)]
ephysics: add a new example doc: Camera -
test_camera.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76975
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:40 +0000 (17:01 +0000)]
ephysics: add a new example doc: Slider -
test_slider.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76974
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:27 +0000 (17:01 +0000)]
ephysics: add a new example doc: Forces -
test_forces.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76973
Ricardo de Almeida Gonzaga [Fri, 21 Sep 2012 17:01:17 +0000 (17:01 +0000)]
ephysics: add a new example doc: Shapes -
test_shapes.c
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 76972
Jonas M. Gastal [Fri, 21 Sep 2012 15:37:54 +0000 (15:37 +0000)]
edje: External Group created in documentation.
Author: Lucas Joia <lucasjoia@profusion.mobi>
SVN revision: 76971
Stefan Schmidt [Fri, 21 Sep 2012 14:56:47 +0000 (14:56 +0000)]
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
Stefan Schmidt [Fri, 21 Sep 2012 14:56:40 +0000 (14:56 +0000)]
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
Cedric BAIL [Fri, 21 Sep 2012 13:10:01 +0000 (13:10 +0000)]
ecore: include Eina.h as we need it.
SVN revision: 76967
Cedric BAIL [Fri, 21 Sep 2012 13:08:51 +0000 (13:08 +0000)]
ecore: fix build without Ecore_Con support.
SVN revision: 76966
Christopher Michael [Fri, 21 Sep 2012 13:01:20 +0000 (13:01 +0000)]
Ecore: Update ChangeLog for RandR fix.
SVN revision: 76964
Carsten Haitzler [Fri, 21 Sep 2012 12:12:54 +0000 (12:12 +0000)]
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
Carsten Haitzler [Fri, 21 Sep 2012 08:43:49 +0000 (08:43 +0000)]
port eet fix to efl tree
SVN revision: 76944
Christopher Michael [Fri, 21 Sep 2012 08:17:35 +0000 (08:17 +0000)]
Ecore_X: Fix more randr functions. Properly return output Modes from
ecore_x_randr_output_modes_get (more memcpy madness).
SVN revision: 76940
Vincent Torri [Fri, 21 Sep 2012 08:15:58 +0000 (08:15 +0000)]
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
Daniel Juyung Seo [Fri, 21 Sep 2012 00:03:23 +0000 (00:03 +0000)]
efreet Efreet_Mime.h: Fixed documentation.
SVN revision: 76924
Daniel Juyung Seo [Fri, 21 Sep 2012 00:03:18 +0000 (00:03 +0000)]
efreet: Fixed formatting.
SVN revision: 76923
Daniel Juyung Seo [Thu, 20 Sep 2012 23:33:32 +0000 (23:33 +0000)]
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
Stefan Schmidt [Thu, 20 Sep 2012 15:46:36 +0000 (15:46 +0000)]
eeze/sensor: Be more failure tolerant in example.
If the sensor does not exist we should not ask for its properties.
SVN revision: 76918
Stefan Schmidt [Thu, 20 Sep 2012 15:46:34 +0000 (15:46 +0000)]
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
Stefan Schmidt [Thu, 20 Sep 2012 15:46:04 +0000 (15:46 +0000)]
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
Stefan Schmidt [Thu, 20 Sep 2012 15:45:59 +0000 (15:45 +0000)]
eeze/tests: Cover private eeze functions as well.
SVN revision: 76915
Carsten Haitzler [Thu, 20 Sep 2012 13:37:55 +0000 (13:37 +0000)]
foudn another native surface booboo - same as gl engine. fix too.
SVN revision: 76911
Carsten Haitzler [Thu, 20 Sep 2012 09:16:57 +0000 (09:16 +0000)]
fix native surface null set crash bug.
SVN revision: 76898
Cedric BAIL [Thu, 20 Sep 2012 07:52:10 +0000 (07:52 +0000)]
edje: why does it work for me...
SVN revision: 76891
Cedric BAIL [Thu, 20 Sep 2012 06:27:34 +0000 (06:27 +0000)]
edje: damn top poster !
SVN revision: 76884
David Walter Seikel [Thu, 20 Sep 2012 05:48:05 +0000 (05:48 +0000)]
Lua 5.2 support added, from a patch by Dennis Schridde (devurandom).
SVN revision: 76883
Carsten Haitzler [Wed, 19 Sep 2012 14:04:33 +0000 (14:04 +0000)]
oh oops - err needs a var ecore doesn ecport. use the eina log macro
instead.
SVN revision: 76868
Stefan Schmidt [Wed, 19 Sep 2012 13:36:17 +0000 (13:36 +0000)]
eeze/sensor: Adjust tizen module to API changes.
SVN revision: 76866
Stefan Schmidt [Wed, 19 Sep 2012 13:34:57 +0000 (13:34 +0000)]
eeze/sensor: Wehn using sleep() we should include the header for declaration
SVN revision: 76865
Stefan Schmidt [Wed, 19 Sep 2012 12:41:31 +0000 (12:41 +0000)]
eeze/tests: Cover more eeze_sensor functions
Also start with testing for some error pathes by giving in wrong values.
SVN revision: 76857
Stefan Schmidt [Wed, 19 Sep 2012 12:41:23 +0000 (12:41 +0000)]
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
Patryk Kaczmarek [Wed, 19 Sep 2012 10:39:27 +0000 (10:39 +0000)]
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
Stefan Schmidt [Wed, 19 Sep 2012 09:19:23 +0000 (09:19 +0000)]
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
Vincent Torri [Wed, 19 Sep 2012 06:57:03 +0000 (06:57 +0000)]
merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc
doc though head.html should be improved :)
SVN revision: 76843
Massimo Maiurana [Tue, 18 Sep 2012 21:51:43 +0000 (21:51 +0000)]
adding gl translations and updating it and pt
SVN revision: 76838
Stefan Schmidt [Tue, 18 Sep 2012 14:29:28 +0000 (14:29 +0000)]
eeze/tests: Also cover this part of the api in the unit tests
SVN revision: 76831
Stefan Schmidt [Tue, 18 Sep 2012 14:14:59 +0000 (14:14 +0000)]
eeze: Add basic test infrastructure and unit tests
SVN revision: 76828
Stefan Schmidt [Tue, 18 Sep 2012 14:14:55 +0000 (14:14 +0000)]
eeze: Add myself to AUTHORS
SVN revision: 76827
Stefan Schmidt [Tue, 18 Sep 2012 14:14:52 +0000 (14:14 +0000)]
eeze: Mention sensor addition in changelog and news.
SVN revision: 76826
Stefan Schmidt [Tue, 18 Sep 2012 14:14:48 +0000 (14:14 +0000)]
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
Christopher Michael [Tue, 18 Sep 2012 13:05:20 +0000 (13:05 +0000)]
Ecore_X(cb): Remove old references to the _prefetch functions.
SVN revision: 76817
Carsten Haitzler [Tue, 18 Sep 2012 11:47:22 +0000 (11:47 +0000)]
on second thought - limit to 0 if < 0 - rest of ecore-timer does this.
SVN revision: 76809
Patryk Kaczmarek [Tue, 18 Sep 2012 11:38:08 +0000 (11:38 +0000)]
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
Patryk Kaczmarek [Tue, 18 Sep 2012 11:34:36 +0000 (11:34 +0000)]
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
Michael BOUCHAUD [Tue, 18 Sep 2012 09:00:27 +0000 (09:00 +0000)]
edje: Changelog
SVN revision: 76789
Lucas De Marchi [Mon, 17 Sep 2012 20:41:05 +0000 (20:41 +0000)]
Add new edbus library, aka e_dbus v2
SVN revision: 76775
Vincent Torri [Mon, 17 Sep 2012 17:17:55 +0000 (17:17 +0000)]
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
Michael BOUCHAUD [Mon, 17 Sep 2012 16:37:50 +0000 (16:37 +0000)]
edje: fix group inherit with script
SVN revision: 76769