Commit Graph

108 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
b0774bb9b1 Cleanup 2006-11-21 16:39:59 +00:00
Filippo Carone
a2a2596a70 fix for java bindings native files makefile 2006-11-18 10:49:53 +00:00
Filippo Carone
139a3929d9 jvlcpanel constructor added 2006-11-18 00:47:23 +00:00
Filippo Carone
94a01b8143 Make java bindings compile with libtool 2006-11-16 23:03:14 +00:00
Olivier Aubert
5cb9c9d9b5 python/bindings/vlc_object.c: complete vlc_object_find parameters 2006-11-15 14:14:55 +00:00
Olivier Aubert
c2d31f450e python/bindings/setup.py: fix python binding building (ref. r17640) 2006-11-15 14:13:44 +00:00
Filippo Carone
c4ba4c75ca use libtool to compile java bindings. needs a cleanup (also thanks to megabug) 2006-11-14 21:47:05 +00:00
Filippo Carone
ceba8717d0 dirty fix to correctly link libvlc-control during make 2006-11-12 15:32:24 +00:00
Filippo Carone
d439902689 also link libvlc-control in java bindings 2006-11-12 00:24:31 +00:00
Filippo Carone
90b9ae2633 don't count more than argc 2006-11-09 21:40:46 +00:00
Filippo Carone
88014c2c05 better args handling 2006-11-09 19:22:26 +00:00
Filippo Carone
64c616acd2 readme update 2006-11-08 21:37:20 +00:00
Filippo Carone
4e03e109f4 --disable-libtool not needed anymore to build java bindings 2006-11-08 20:33:07 +00:00
Filippo Carone
7078d5da67 Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality 2006-11-03 22:06:14 +00:00
Filippo Carone
bcf43dd031 avoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead. 2006-11-01 16:44:13 +00:00
Filippo Carone
08e228e290 setSize native function signature fixed 2006-11-01 11:25:05 +00:00
Filippo Carone
c26e07cde4 integrate patch from Ticket #725. needs testing. 2006-10-24 22:23:49 +00:00
Philippe Morin
d6050322ee Fixing a typo in WIN32 #ifdef 2006-10-23 20:50:17 +00:00
Rémi Denis-Courmont
5114101ae7 Try to distcheck wrt Java bindings 2006-10-21 09:26:50 +00:00
Filippo Carone
c03307953d make playlist stop synchronous 2006-10-19 21:55:31 +00:00
Philippe Morin
a2f138f238 Fixing a cast in Win32 part. 2006-10-16 19:49:31 +00:00
Filippo Carone
4e4171f1ae Use playlist loop libvlc facility 2006-10-15 10:54:15 +00:00
Philippe Morin
288e70a01c Add a method to set playlist in loop mode in Java 2006-10-14 20:03:22 +00:00
Filippo Carone
f68336d9d4 remove unused import from core-jni.cc 2006-10-12 21:21:29 +00:00
Filippo Carone
a219f12a16 add more include folders 2006-10-12 21:20:01 +00:00
Filippo Carone
09ee453324 this should fix compilation errors on included headers 2006-10-12 20:54:36 +00:00
Filippo Carone
baba0c81da make really java bindings compile again 2006-10-11 19:57:44 +00:00
Filippo Carone
e5db0823bf make the java bindings compile again (use --disable-libtool in configure) 2006-10-11 19:34:38 +00:00
Filippo Carone
233ee00c6a Fix makefile to generate header files from java classes 2006-10-01 22:08:22 +00:00
Olivier Aubert
53af6645dd python bindings: documentation update 2006-09-26 15:16:00 +00:00
Olivier Aubert
3aad606606 Fix references to bindings/python 2006-09-25 16:01:07 +00:00
Olivier Aubert
07a52db97c Rename bindings/mediacontrol-python to bindings/python 2006-09-25 15:59:23 +00:00
Olivier Aubert
efeb6f368f binding/mediacontrol-python/vlc_instance.c: it is now unnecessary to
prepend argv[0] to libvlc_new parameters
2006-09-25 15:54:59 +00:00
Olivier Aubert
dedec9d91d bindings/mediacontrol-python/vlc_mediacontrol.c: use the new
mediacontrol_new API
2006-09-25 15:54:15 +00:00
Olivier Aubert
f8ba1a1175 mediacontrol-python: try to fix r16794 2006-09-25 12:31:41 +00:00
Christophe Mutricy
d7d799b884 That should fix building the python bindings if srcdir =! builddir.
Not thorougly tested. Olivier reverts this commit without hesitation if it breaks your stuffs
2006-09-22 21:19:13 +00:00
Olivier Aubert
7df78c9ff2 mediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk 2006-09-22 13:07:07 +00:00
Olivier Aubert
b50a520369 bindings/mediacontrol-python/vlc_mediacontrol.c: rename
mc.get_instance to mc.get_vlc_instance
2006-09-22 12:26:04 +00:00
Olivier Aubert
6880e8ec80 python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases. 2006-09-22 10:43:15 +00:00
Olivier Aubert
31d8bdd47a bindings/mediacontrol-python/vlc_instance.c: complete the libvlc
bindings (vlm methods)
2006-09-20 16:55:41 +00:00
Olivier Aubert
4e88f3b25f python bindings: add support for the new libvlc API 2006-09-20 11:10:44 +00:00
Clément Stenac
121930fed7 Use a separate message bank for each libvlc instance
Fix compilation for libvlc users
2006-09-18 15:35:55 +00:00
Christophe Mutricy
d56de48889 Distribute the java bindings in the tarball 2006-08-13 19:33:16 +00:00
Rémi Denis-Courmont
55c9d6e9e7 Attempt to remove all the non standard GNU/make stuff 2006-08-13 18:48:17 +00:00
Filippo Carone
7eee710f79 Java Bindings synched with lastest version. 2006-08-02 14:11:17 +00:00
Filippo Carone
36ef02d180 Some Java checks on --enable-java-bindings:
* JAVA_HOME is set
 * a java compiler compiles
2006-07-31 12:11:51 +00:00
Filippo Carone
4962512e32 This was overwritten by mistake. Backported to revision 15898. 2006-07-27 14:51:22 +00:00
Filippo Carone
0e977f2f91 Sync bindings/java with jvlc head (release is close ;). 2006-07-26 14:15:08 +00:00
Olivier Aubert
5e2f8763a9 bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen 2006-07-19 09:01:15 +00:00
Olivier Aubert
e1cc961bd9 bindings/mediacontrol-python/setup.py: deactivate PIC support for
linux also (I do no quite know the current status, but it works for me this way at the moment).
2006-07-19 08:59:26 +00:00