Commit Graph

19914 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 34f5315141 merge ethumb.
This one was a painful bitch. The edbus2 port was quite broken, mainly
leaking eina_stringshare and also not adding the '\0' to the strings
that are represented as bytearray (paths cannot be utf8 to avoid
translations).

Emotion plugin was also quite bogus and the video thumbnail as edje
(animated) is not working yet due bug in Edje_Edit api -- someone
needs to investigate this, seems strange.

Emotion plugin also had a bug that it was deleting the object from
inside object callback.

Now it seems to work. Please report if it does not.



SVN revision: 82675
2013-01-12 01:15:45 +00:00
Gustavo Sverzut Barbieri 09e6baa5a4 emotion moved into efl
SVN revision: 82513
2013-01-10 06:08:41 +00:00
Gustavo Sverzut Barbieri dfb84c1657 efl: merge emotion.
this one was quite a huge work, but hopefully it's correct.

NOTES:
 * removed vlc generic module, it should go into a separate package.
 * gstreamer is enabled by default (see --disable-gstreamer)
 * xine is disabled by default (see --enable-gstreamer)
 * generic is always built statically if supported
 * gstreamer and xine can't be configured as static (just lacks command line options, build system supports it)
 * v4l2 is enabled by default on linux if eeze is built (see --disable-v4l2)
 * emotion_test moved to src/tests/emotion and depends on EFL_ENABLE_TESTS (--with-tests), but is still installed if enabled.

TODO (need your help!):
 * fix warnings with gstreamer and xine engine
 * call engine shutdown functions if building as static
 * remove direct usage of PACKAGE_*_DIR and use eina_prefix
 * add eina_prefix checkme file as evas and others
 * add support for $EFL_RUN_IN_TREE
 * create separate package for emotion_generic_modules
 * check docs hierarchy (doxygen is segv'in here)



SVN revision: 82501
2013-01-10 03:43:32 +00:00
Gustavo Sverzut Barbieri a69ba655a2 moved edje into EFL.
SVN revision: 82367
2013-01-07 21:36:06 +00:00
Gustavo Sverzut Barbieri 42ed4a0db1 emotion: add missing changelog + news for last commit.
SVN revision: 82365
2013-01-07 21:31:11 +00:00
Gustavo Sverzut Barbieri bdd7ac45a5 emotion/xine should use the VIDEO_OUT_XINE_API_VERSION.
our xine plugin must VIDEO_OUT_XINE_API_VERSION(22) to have video out.

Patch-By: Arvind R <arvino55-gmail.com>



SVN revision: 82364
2013-01-07 21:28:32 +00:00
Leandro Dorileo cc981a7ac1 emotion: install external module in the correct place
SVN revision: 82283
2013-01-05 17:40:37 +00:00
Carsten Haitzler ff3e3c3b39 chglog++
SVN revision: 82257
2013-01-05 02:48:03 +00:00
Carsten Haitzler 43e917724b oooh no one ever spotted this api had a typo! fix indeed.
SVN revision: 82255
2013-01-05 02:46:03 +00:00
Gustavo Sverzut Barbieri 9ea2ce1041 efl: merge edje.
this is still in progress, mostly the multisense stuff is pending.

it seems that when we merge ecore_audio in edje the libremix and
similar are gone, at least from Edje, and will be in ecore_audio
itself (or pulseaudio).

Changes:
 * __UNUSED__ to EINA_UNUSED
 * binaries (epp, embryo_cc, edje_cc) now consider EFL_RUN_IN_TREE and
   will assume the binaries are still not installed, running from
   build tree location (needs more testing, maybe doesn't work with
   srcdir != builddir, still doesn't solve cross compile builds)



SVN revision: 82139
2013-01-04 02:08:14 +00:00
Cedric BAIL 6b254942f1 autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.


SVN revision: 82135
2013-01-04 00:55:00 +00:00
José Roberto de Souza 0b73a337fa ethumb: assert to EINA_SAFETY
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82132
2013-01-04 00:02:15 +00:00
José Roberto de Souza 8114fff045 ethumb: Fix edbus message construction
Also rename EDBus_Message_Iter* config to entry

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



SVN revision: 82131
2013-01-04 00:02:09 +00:00
Gustavo Sverzut Barbieri a2eb62e5dd ephysics moved into EFL
SVN revision: 82127
2013-01-03 22:12:25 +00:00
Gustavo Sverzut Barbieri 9e0788cc2e efl: merge ephysics
changes:
 * __UNUSED__ -> EINA_UNUSED
 * Fixed doc hierarchy



SVN revision: 82126
2013-01-03 22:10:40 +00:00
Gustavo Sverzut Barbieri 07977d1181 moved eeze into efl
SVN revision: 82103
2013-01-03 20:44:40 +00:00
Gustavo Sverzut Barbieri 68188ac0c8 efl: merge eeze.
Changes also in this commit:
 * fix missing EAPI in symbols used by modules
 * removed old libudev and libmount support as agreed by discomfitor/zmike
 * replaced __UNUSED__ with EINA_UNUSED
 * fixed docs hierarchy



SVN revision: 82100
2013-01-03 20:37:42 +00:00
Leandro Dorileo f7cc32f78b Emotion: use eina log wherever it's possible
SVN revision: 82099
2013-01-03 20:27:17 +00:00
Leandro Dorileo d9c28e87a2 Emotion: generic vlc player now uses eina_log
SVN revision: 82098
2013-01-03 20:27:08 +00:00
Leandro Dorileo c403be3bb7 Edje: invalidate double named group
What happens if a group has 2 name statements("double named")?
edje will fail to free the groups cache while shuting down due
the collection directory entry hash having two entries with
different names but pointing to the same object - the second try
to free the part mem pool will fail - since it was freed before -
and issue an abort.


SVN revision: 82093
2013-01-03 18:17:42 +00:00
Leandro Dorileo 0cc470142d Emotion: no subtitle file API on stable tree
Since we're not releasing subtitle file API on stable tree change the
@since tags to 1.8.


SVN revision: 82029
2013-01-03 03:43:55 +00:00
Leandro Dorileo 9a91c68119 Emotion: now correctly versioned the changes
SVN revision: 82020
2013-01-02 21:48:34 +00:00
Leandro Dorileo e3e1511bac Emotion: introce emotion_object_video_subtitle_file_set() call
For setting an arbitrary subtitle file, this patch introduces the
emotion_object_video_subtitle_file_set() and its counterpart
emotion_object_video_subtitle_file_get().

The tag @sice were added as 1.7.2 since we're preparing a backport to
stable tree.


SVN revision: 82019
2013-01-02 21:03:30 +00:00
Leandro Dorileo 37bcda87ed Emotion: organize the NEWS file
Split the changes which went in between 1.0.1 and 1.0.7 and reset the
current version to 1.7.1.


SVN revision: 82018
2013-01-02 21:03:23 +00:00
Rafael Fonseca d70f74dc2f Revert commit r81335
The free was added to avoid leaks, but it was causing double free when building
the examples instead. If there is still a leak, we need a proper fix.

Patch by: Rafael Fonseca <r4f4rfs@gmail.com>



SVN revision: 82001
2013-01-02 17:37:04 +00:00
Gustavo Sverzut Barbieri 80e4fe5254 move efreet.
SVN revision: 81890
2012-12-29 23:06:03 +00:00
Gustavo Sverzut Barbieri 4bc0210bd3 efl: merge efreet.
seems to be fine, pass distcheck and friends. please report.

changes:
 - documentation hierarchy fixes
 - replaced __UNUSED__ with EINA_UNUSED
 - replaced PKG_DATA_DIR with PACKAGE_DATA_DIR"/efreet"



SVN revision: 81889
2012-12-29 23:04:40 +00:00
Gustavo Sverzut Barbieri 8d044f8df1 ethumb_client: depend on edbus2 not old!
it was ported to use edbus2, but still saying in its pkg-config that
edbus v1 was required.



SVN revision: 81873
2012-12-29 14:48:43 +00:00
Gustavo Sverzut Barbieri 1244d055e4 edbus: moved to IN-EFL
SVN revision: 81826
2012-12-28 18:02:58 +00:00
Gustavo Sverzut Barbieri 331488d1ce efl: merge edbus (v2).
SVN revision: 81825
2012-12-28 17:53:25 +00:00
Carsten Haitzler 5341fcbe0e look for pkg confg prog.
SVN revision: 81803
2012-12-28 14:39:21 +00:00
Carsten Haitzler 7be431b36a and re-roder pkg config checks.. and it works? weird.
SVN revision: 81800
2012-12-28 13:36:06 +00:00
Carsten Haitzler 97864b0669 this pkg check for evi breaks eina pkg check... sutofoo literaly
decided pkg-config doesnt exist anymore. i dont know why. :(



SVN revision: 81799
2012-12-28 13:23:52 +00:00
Cedric BAIL fa1e49a642 ethumb: fix compilation on windows.
Patch by Vincent Torri.


SVN revision: 81783
2012-12-28 07:30:33 +00:00
Michael Jennings 2f1b5888b8 Spec and build dependency fixes.
SVN revision: 81710
2012-12-26 11:27:43 +00:00
Michael Jennings 505e408ea1 Build dependencies.
SVN revision: 81709
2012-12-26 11:18:21 +00:00
Michael Jennings f4507fb8a2 Build dependencies.
SVN revision: 81708
2012-12-26 10:58:04 +00:00
Michael Jennings 97984988b3 libmount doesn't exist, so let's not depend on it, shall we?
SVN revision: 81705
2012-12-26 10:21:17 +00:00
Michael Jennings 6449aba3b9 Spec file fix.
SVN revision: 81704
2012-12-26 10:08:24 +00:00
Aron Xu 5973f890aa Add Simplified Chinese translation for efreet
SVN revision: 81571
2012-12-21 19:46:16 +00:00
Jihoon Kim 109f07a72e edje: ecore_imf_context_cursor_position_set don't need to be called when the object is moved
SVN revision: 81540
2012-12-21 11:39:36 +00:00
Stefan Schmidt cf2dd66eab edbus: Fix make distcheck.
SVN revision: 81515
2012-12-21 08:10:17 +00:00
Lucas De Marchi 9183a031be edbus codegen: rename tool and move it to the right dir
SVN revision: 81496
2012-12-20 22:04:11 +00:00
Lucas De Marchi 49d1a4ad4d edbus codegen: fix check for eina + ecore
This way we get a spurious line in configure, resulting in this message:

/home/lucas/p/edbus/configure: line 14196: ecore: command not found



SVN revision: 81495
2012-12-20 22:04:07 +00:00
José Roberto de Souza 29c5ffc21a edbus: Mark instrospectable as dirty when needed
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 81494
2012-12-20 22:04:02 +00:00
José Roberto de Souza 2576b1b861 edbus: Fix edbus_proxy_property_set
Fix the function and add support for complex types, in which case a
Eina_Value is expected.

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



SVN revision: 81493
2012-12-20 21:48:22 +00:00
José Roberto de Souza c86f98d459 edbus codegen: Initial commit
Add codegen tool to generate client code.

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



SVN revision: 81492
2012-12-20 21:47:20 +00:00
José Roberto de Souza b9b14269c8 edbus: add helper function edbus_message_iter_struct_like_to_eina_value()
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 81489
2012-12-20 21:38:15 +00:00
José Roberto de Souza 8cb23c5dfb edbus: add _message_iter_from_eina_value_struct to private header
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 81488
2012-12-20 21:38:10 +00:00
Lucas De Marchi 80bdcca7ed edbus: avoid cyclic unref
If we are freeing a EDBUS_Connection_Name its name_owner_changed signal
handler may hold a pointer and try to unref it when deleting the signal
handler. We can't simply make the signal handler hold a reference to the
connection name, otherwise edbus_connection_name_gc will never be
triggered because of cyclic references.

Thus, just set the cn->name_owner_changed->bus to NULL before trying to
delete the signal handler.

Related log found by Lucas Jóia:

==20607== Invalid read of size 4
==20607==    at 0x6FE29EE: edbus_connection_name_gc.isra.3 (edbus_core.c:375)
==20607==    by 0x6FE4287: edbus_connection_unref (edbus_core.c:1028)
==20607==    by 0x4C8D94: e_msgbus_shutdown (e_msgbus.c:167)
==20607==    by 0x436194: _e_main_shutdown (e_main.c:1136)
==20607==    by 0x434F25: main (e_main.c:1074)
==20607==  Address 0x1461ba68 is 24 bytes inside a block of size 64 free'd
==20607==    at 0x4C2A739: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==20607==    by 0x6FF0E78: edbus_signal_handler_unref (edbus_signal_handler.c:269)
==20607==    by 0x6FE2A48: edbus_connection_name_gc.isra.3 (edbus_core.c:384)
==20607==    by 0x6FE4287: edbus_connection_unref (edbus_core.c:1028)
==20607==    by 0x4C8D94: e_msgbus_shutdown (e_msgbus.c:167)
==20607==    by 0x436194: _e_main_shutdown (e_main.c:1136)
==20607==    by 0x434F25: main (e_main.c:1074)



SVN revision: 81463
2012-12-20 14:52:27 +00:00