framework/uifw/emotion.git
15 years agoset svn:ignore on new directories.
barbieri [Thu, 16 Oct 2008 14:09:43 +0000 (14:09 +0000)]
set svn:ignore on new directories.

Please pay attention to svn:ignore, it's not recursive as .gitignore
or .cvsignore, you need to set them on per-directory, even if you use
-R (recursive), it's just at that time, it's not a property that is
automatically inherited by new folders.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36719 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoemotion: set volume when files are opened.
barbieri [Wed, 8 Oct 2008 16:20:02 +0000 (16:20 +0000)]
emotion: set volume when files are opened.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoemotion: do not try to do file_set when no plugin is loaded.
barbieri [Wed, 8 Oct 2008 15:38:42 +0000 (15:38 +0000)]
emotion: do not try to do file_set when no plugin is loaded.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36530 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoemotion-gstreamer: use proper scale for volume.
barbieri [Mon, 6 Oct 2008 21:37:03 +0000 (21:37 +0000)]
emotion-gstreamer: use proper scale for volume.

Albeit gst-inspect returns a range from 0.0 to 10.0 for volume,
anything more than 1.0 will be distorted and sound horible.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36485 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd -vlc option to emotion_test
captainigloo [Sun, 5 Oct 2008 13:14:55 +0000 (13:14 +0000)]
Add -vlc option to emotion_test

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36443 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoconfigure.in -> configure.ac
pfritz [Tue, 30 Sep 2008 18:07:29 +0000 (18:07 +0000)]
configure.in -> configure.ac

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36364 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd vlc backend
caro [Sat, 27 Sep 2008 21:07:53 +0000 (21:07 +0000)]
add vlc backend

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix position reporting.
barbieri [Fri, 26 Sep 2008 23:17:57 +0000 (23:17 +0000)]
Fix position reporting.

Always call pos_get() and also fix these on xine and gstreamer, we
should query the current position and do not trust cached value. For
instance, when no video is present, no handoff/frame-decoded is called
so no cache is updated.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36271 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoemotion-gstreamer: Add some refactor, more to come.
barbieri [Fri, 26 Sep 2008 00:02:43 +0000 (00:02 +0000)]
emotion-gstreamer: Add some refactor, more to come.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36261 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoemotion+visualization: export and reorder.
barbieri [Thu, 25 Sep 2008 23:15:21 +0000 (23:15 +0000)]
emotion+visualization: export and reorder.

done:
 * module api changed, vis_set is not close to vis_get, vis_supported
   was added.
 * exported these properties in emotion_object.
 * gstreamer plugin now starts with no visualization.

todo:
 * add xine support.
 * make gstreamer able to dynamically change visualization.

PS: gstreamer module really needs a cleanup, losts of functions need
"static" or add proper prefix, including "gst" to avoid it clash with
other symbols.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@36260 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoRemove seek guard, as it isn't updated during playing.
englebass [Wed, 10 Sep 2008 05:08:00 +0000 (05:08 +0000)]
Remove seek guard, as it isn't updated during playing.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoRevert to not having seek_to_pos at all.
englebass [Wed, 10 Sep 2008 05:05:23 +0000 (05:05 +0000)]
Revert to not having seek_to_pos at all.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35917 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoEAPI
englebass [Wed, 10 Sep 2008 05:00:32 +0000 (05:00 +0000)]
EAPI

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35916 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoKeep guard against seeking to the same position, but initialize to -1.
englebass [Wed, 10 Sep 2008 04:29:52 +0000 (04:29 +0000)]
Keep guard against seeking to the same position, but initialize to -1.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35913 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoInitialize seek variables to -1, so that seek to 0 will work.
englebass [Wed, 10 Sep 2008 04:24:38 +0000 (04:24 +0000)]
Initialize seek variables to -1, so that seek to 0 will work.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35912 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agofix position_set()
caro [Tue, 9 Sep 2008 08:49:29 +0000 (08:49 +0000)]
fix position_set()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35891 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoAdd calculate callback to Evas_Smart_Class.
barbieri [Sun, 7 Sep 2008 01:25:49 +0000 (01:25 +0000)]
Add calculate callback to Evas_Smart_Class.

Some people is using it for some time now without problems, so I'm
adding it to SVN to get some broader use. Remember to recompile ALL
libraries that depend on Evas as it will change the
EVAS_SMART_CLASS_VERSION and old classes will fail to load.

This will also change Edje so it will postpone _edje_recalc() to
render time, calculate() callback, however some methods will force
early recalculation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35860 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agoSet svn:mime-type to image/png on *.png
barbieri [Mon, 18 Aug 2008 16:42:08 +0000 (16:42 +0000)]
Set svn:mime-type to image/png on *.png

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agook. i think most binary files are now fixed.
raster [Mon, 18 Aug 2008 00:02:26 +0000 (00:02 +0000)]
ok. i think most binary files are now fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agofix binaries
raster [Sun, 17 Aug 2008 14:29:25 +0000 (14:29 +0000)]
fix binaries

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 years agomove around - flatter.
raster [Sun, 17 Aug 2008 07:44:18 +0000 (07:44 +0000)]
move around - flatter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@35497 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33