Commit Graph

1596 Commits

Author SHA1 Message Date
Carsten Haitzler 019ae2a310 hmm - handle fstreams where xine dosnt report absolute length - just a
percentage position


SVN revision: 10951
2004-07-21 06:34:18 +00:00
Carsten Haitzler 3e8511b2f3 oops
SVN revision: 10933
2004-07-20 11:07:06 +00:00
Carsten Haitzler c724dd1964 oh poopie - i forgot to return 1!
SVN revision: 10931
2004-07-20 07:40:14 +00:00
Carsten Haitzler 51e9b8358f in!
SVN revision: 10930
2004-07-20 04:05:14 +00:00
Carsten Haitzler 8798313dcc eject works.. xine bug.. if video is paused (*or int he process of being
paused) when we try shut down the stream - POOF - xine hangs


SVN revision: 10914
2004-07-19 05:44:54 +00:00
Carsten Haitzler 755168f03b grr - i'm trying to debug why xine locks up on closing/stopping/deleting a
stream in elation but NOt in emotion when emotion_test shuts down.

ok emotion_test:

emotion_test dvd://

now once its played a bit of the dvd hit:

q

and it will quit
destroy video objects then exit main loop and exit.

now with elation:

elation

now put a dvd in the drive (or already have one) elation will detect this.
now let it play a bit of the dvd, and hit "Escape" to eject the dvd (which
will try delete thevideo object). elatiojn will get STUCK inside an emotion
call whihc get stuckin the emotion_xine module call thsat gets stuck inside
xine_stop().

now WHY. what is it about elation that triggers xine to go batty?


SVN revision: 10910
2004-07-19 04:50:14 +00:00
Carsten Haitzler 7ed4bd13cd remove seek job... let the seek request thread do it all now
SVN revision: 10898
2004-07-18 08:25:45 +00:00
Carsten Haitzler ad7ff874ab moved dome things off into threads of their own to minimise main ap impact
SVN revision: 10897
2004-07-18 08:04:41 +00:00
rbdpngn 6b9f49e51f Make the enum typedef seperate to appease some annoying compilers.
SVN revision: 10871
2004-07-16 23:34:26 +00:00
rbdpngn 86d90b79fe Rename edje.h in the src/bin so it doesn't conflict with Edje.h on
case-insensitive filesystems.


SVN revision: 10870
2004-07-16 23:33:41 +00:00
Carsten Haitzler 0d6ca125b5 norty norty! put that code back! it IS used!
SVN revision: 10858
2004-07-16 03:20:18 +00:00
rbdpngn 87456146fa Add support for pkg-config to emotion.
SVN revision: 10847
2004-07-15 19:23:03 +00:00
rbdpngn 9bb8fa6e9d Allow for specifying the config script on the command line, this overrides the
environment variables.


SVN revision: 10843
2004-07-15 15:47:06 +00:00
rbdpngn 7363ea82b1 More documentation patches from Nicholas Curran.
Added a couple includes to fix builds on minimal systems.


SVN revision: 10841
2004-07-15 13:43:15 +00:00
rbdpngn d452320abe Added myself as an author in the docs, since the data structure stuff came
from EWD.
Removed a duplicated entry for Nicholas Curran in the AUTHORS file.


SVN revision: 10840
2004-07-15 13:38:19 +00:00
rbdpngn ff8a33652b Requiring the config script to be executable causes problems for things like
--with-edb-config="pkgconfig edb"


SVN revision: 10839
2004-07-15 13:34:46 +00:00
tsauerbeck 8bc99227a1 so much for the code changes required to compile on mingw.
SVN revision: 10832
2004-07-14 16:37:29 +00:00
rbdpngn 538432bc95 Argh, is anyone else getting broken pipes in the middle of commits?
SVN revision: 10829
2004-07-14 14:15:50 +00:00
rbdpngn 6565e59d58 Add the documentation and examples from Nicholas Curran, with some
modifications for conditional builds.


SVN revision: 10828
2004-07-14 14:15:17 +00:00
Carsten Haitzler 001bc61602 more comments
SVN revision: 10821
2004-07-14 09:59:29 +00:00
Carsten Haitzler 9355b9cf8c 1. add SWALLOW object to be more explicit...
SVN revision: 10820
2004-07-14 07:57:35 +00:00
tsauerbeck 6019341904 fixed some warnings
SVN revision: 10813
2004-07-13 18:23:16 +00:00
Carsten Haitzler 7ba861d97e filter more
SVN revision: 10801
2004-07-13 04:01:31 +00:00
tsauerbeck 1753eaa65f i think this is the right way to fix the subwindow issue. e->event_win is the window the event originally occured in, while the value of e->win depends on whether it's a subwindow crossing or not. spank me if i'm wrong.
SVN revision: 10795
2004-07-12 17:53:37 +00:00
Carsten Haitzler 3881978d6a oops :o/
SVN revision: 10790
2004-07-12 06:53:58 +00:00
Carsten Haitzler d5c73557c9 more container notes/skellies and allow aspect prefernce of BOTH (both axes
control so the aspect wiill exceed wanted size and go over the boundaries...)


SVN revision: 10789
2004-07-12 06:14:59 +00:00
Carsten Haitzler 50476cba0c ignore container enter/leaves
SVN revision: 10788
2004-07-12 05:15:53 +00:00
tsauerbeck 6f6bb49116 ecore isn't evas ;D
SVN revision: 10782
2004-07-11 13:55:30 +00:00
tsauerbeck 44a33d1f1d fixed some warnings
SVN revision: 10778
2004-07-11 09:50:42 +00:00
rbdpngn 4937b8dd25 Add a pkgconfig file for ecore.
SVN revision: 10775
2004-07-11 08:08:03 +00:00
rbdpngn ef5e7e6e59 Only build the examples if ecore_config support is enabled.
SVN revision: 10774
2004-07-11 06:59:25 +00:00
rbdpngn 19236c6dc3 Only check the stat results when the stat succeeded.
SVN revision: 10772
2004-07-10 23:14:02 +00:00
Michael Jennings 771ef088c0 Thu Jul 8 13:45:01 2004 Michael Jennings (mej)
Less cleaning than usual!  Nym!
----------------------------------------------------------------------


SVN revision: 10744
2004-07-08 17:45:38 +00:00
Michael Jennings cd7fe6b936 Thu Jul 8 13:15:28 2004 Michael Jennings (mej)
Luke...I am your father.
----------------------------------------------------------------------


SVN revision: 10743
2004-07-08 17:15:48 +00:00
Michael Jennings c945335853 Thu Jul 8 11:07:39 2004 Michael Jennings (mej)
Still cleaning.
Tragically, I had to remove ecore_docs.tar.gz from EXTRA_DIST because,
at least with automake 1.4, dist-hook is not run until the end of the
"distdir" rule, and ecore_docs.tar.gz being missing causes failure
prior to the running of dist-hook. :-(

----------------------------------------------------------------------


SVN revision: 10739
2004-07-08 15:09:08 +00:00
tsauerbeck d2a6379853 oops
SVN revision: 10737
2004-07-08 14:42:12 +00:00
Carsten Haitzler f08ba94881 fix order... :(
SVN revision: 10734
2004-07-08 06:08:27 +00:00
Carsten Haitzler 07bfcb5754 get relative mouse pos relative to the edje... and add a -fill opt to edje
SVN revision: 10732
2004-07-08 04:29:28 +00:00
Michael Jennings 99c6004df9 Wed Jul 7 16:28:59 2004 Michael Jennings (mej)
Cleaned up and improved spec file.  Hopefully the 0.preXX release
number convention will be agreeable to everyone since 1.0.0_pre13 will
probably compare as being greater than 1.0.0, preventing clean
upgrades.
----------------------------------------------------------------------


SVN revision: 10730
2004-07-07 20:30:40 +00:00
tsauerbeck 11b50e24ea it's called edje, not eet
SVN revision: 10728
2004-07-07 19:46:06 +00:00
tsauerbeck 9b1524ef35 properly initialize evas
SVN revision: 10726
2004-07-07 19:27:26 +00:00
tsauerbeck 4be5caefbd consistent init/shutdown system
SVN revision: 10725
2004-07-07 19:24:49 +00:00
Michael Jennings 858836dd24 Tue Jul 6 17:53:27 2004 Michael Jennings (mej)
Repackaged...now with more spiffiness!
----------------------------------------------------------------------


SVN revision: 10717
2004-07-06 21:53:43 +00:00
Carsten Haitzler 351f721449 BUGGERS.... squished. why didnt anyone spot this? :-(
SVN revision: 10703
2004-07-06 02:40:14 +00:00
Carsten Haitzler f12cbc0ad2 oops - fix alignment just a little
SVN revision: 10695
2004-07-05 10:59:37 +00:00
Carsten Haitzler b6a2cdff92 update comments
SVN revision: 10694
2004-07-05 04:12:23 +00:00
Carsten Haitzler 2a824028f3 fix emotion-config
SVN revision: 10692
2004-07-05 02:18:11 +00:00
azundris 6a77fc5de9 * exsh removed
SVN revision: 10690
2004-07-05 00:35:19 +00:00
swielinga bb813f0c8a Updated evas debian packaging.
SVN revision: 10681
2004-07-04 11:28:33 +00:00
swielinga 3a75e214c1 Updated edje debian packaging.
SVN revision: 10680
2004-07-04 11:12:09 +00:00