CVS Commit: vlc

cvs at videolan.org cvs at videolan.org
Thu Mar 15 02:42:20 CET 2001


Update of /cvs/videolan/vlc
Modified Files:
	INSTALL Makefile.in configure configure.in 

Update of /cvs/videolan/vlc/debian
Modified Files:
	changelog changelog-css control control-css rules 
Removed Files:
	vlc.1 

Update of /cvs/videolan/vlc/doc
Added Files:
	vlc.1 
Removed Files:
	bugs headers portage vlan-server 

Update of /cvs/videolan/vlc/include
Modified Files:
	netutils.h tests.h 
Added Files:
	intf_playlist.h 
Removed Files:
	intf_plst.h 

Update of /cvs/videolan/vlc/plugins/beos
Modified Files:
	intf_beos.cpp 

Update of /cvs/videolan/vlc/plugins/gnome
Modified Files:
	gnome_callbacks.c gnome_callbacks.h gnome_interface.c 
	gnome_interface.h intf_gnome.c intf_gnome.glade 
Added Files:
	intf_gnome.h 
Removed Files:
	gnome_sys.h 

Update of /cvs/videolan/vlc/plugins/gtk
Modified Files:
	gtk_callbacks.c gtk_callbacks.h gtk_interface.c 
	gtk_interface.h gtk_playlist.c intf_gtk.c intf_gtk.glade 
Added Files:
	intf_gtk.h 
Removed Files:
	gtk_sys.h 

Update of /cvs/videolan/vlc/plugins/mpeg
Modified Files:
	input_ps.c 

Update of /cvs/videolan/vlc/plugins/qt
Added Files:
	.cvsignore intf_qt.cpp qt.cpp 

Update of /cvs/videolan/vlc/src/input
Modified Files:
	input.c input_ext-intf.c input_programs.c mpeg_system.c 

Update of /cvs/videolan/vlc/src/interface
Modified Files:
	interface.c main.c 
Added Files:
	intf_playlist.c 
Removed Files:
	intf_plst.c 

Update of /cvs/videolan/vlc/src/misc
Modified Files:
	netutils.c 

Log Message:

  * Bug fixes and enhancements in the Gtk+/Gnome interfaces.

   o the slider should behave correctly and stop jumping here and
     there (this bug is _not_ related to Stef's similar bug)
   o added an "open network" menu (useless since the input doesn't
     handle it properly yet)
   o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
   o stream date is now displayed instead of percentage
   o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h

  * Changed documentation and package creation files.

   o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
   o removed useless or outdated documentation from doc/*
   o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1

  * Added basic Qt interface.

   o working features: slide bar, open file, toolbar, popup menu
   o added "qvlc" alias, equivalent to "vlc -I qt"
   o known issues : no "open disc" or "open network" menus yet
                    the IntfWindow class is never cleaned on destruction
                    the popup menu always pop at the middle of the screen

  * Misc fixes/updates.

   o renamed netutils.h functions from input_* to network_*
   o renamed *plst* files and functions to *playlist* (it was stupid
     from me to name them "plst")
   o made a few input error messages more meaningful
   o added -I, -A and -V short flags, corresponding to --intf, --audio
     and --video

    I got a lot of conflicts on this commit, lart me if I forgot a
  file or made old bugs reappear.

-- 
sam




More information about the vlc-devel mailing list