- Nov 23, 2003
-
-
Alexis de Lattre authored
- Modified some strings in VLC source code - ran ./toolbox --update-po
-
- Oct 10, 2003
-
-
Alexis de Lattre authored
-
- Sep 22, 2003
-
-
zorglub authored
- Created the "General Settings" section - Added help strings in the two main sections, in the libvlc categories, and in the module capabilities * modules/gui/wxwindows/playlist.cpp & wxwindows.h -Implemented random, loop and repeat using variables -The eye candy of the dialog box is not very good but I have no idea how to improve it. -Focus on the currently playing item * src/libvlc.h: - Added help strings for the libvlc categories - Changed a few "advanced" flag * include/vlc_help.h: - Help strings for the two main sections - Help string for the module capabilities (both by Anil) * po/*: updated potfiles with the new strings
-
- Sep 18, 2003
-
-
Loïc Minier authored
listed in POTFILES.in
-
Loïc Minier authored
-
Loïc Minier authored
-
- Aug 16, 2003
-
-
gbazin authored
* po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr� de Barros Martins Ribeiro.
-
- Aug 11, 2003
-
-
gbazin authored
* ChangeLog, po/*: preparing for the 0.6.2 release
-
- Jul 31, 2003
-
-
Samuel Hocevar authored
* po/: Re-ran toolbox --update-po.
-
- Jul 29, 2003
-
-
gbazin authored
* configure.ac: bumped version number to 0.6.1. Enabled matroska support by default. * extras/MacOSX/*: bumped version number to 0.6.1. * INSTALL.win32: instructions update. * share/Makefile.am: included the html files for the http interface. * po/*: ran ./toolbox --update-po.
-
- Jul 23, 2003
-
-
Christophe Massiot authored
-
- Jul 20, 2003
-
-
hartman authored
-
- Jul 16, 2003
-
-
Samuel Hocevar authored
+ Minor indentation fix. * toolbox: + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in. * po/*: + Re-ran toolbox --update po.
-
- Jul 11, 2003
-
-
Samuel Hocevar authored
-
- Jul 08, 2003
-
-
Samuel Hocevar authored
-
- Jul 01, 2003
-
-
Samuel Hocevar authored
their LDFLAGS. * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded systems such as our beloved Solaris. * po/: + Regenerated vlc.pot. + Updated British translation. + Fixed fuzzy entries in the French translation.
-
- Jun 27, 2003
-
-
Samuel Hocevar authored
+ New build system, using recursive makefiles. Due to the amount of code in VLC, this had become unavoidable. + Removed the check for OS X's stack size, since our automake targets are a lot less hungry now. + Ditto for Solaris's sed. + Since automake-1.6 is faster than 1.7, use it first if both are present. * m4/vlc.m4: + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS and AX_ADD_LDFLAGS macros that do all the magic to detect possible modules and register their flags. + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros. + Some magic to generate vlc-config. * configure.ac: + Moved most code to the AX_ADD_* macros. + Explicitely added all target Makefiles. * modules/**/Modules.am: + Path to sources are now relative to Modules.am's directory level.
-
- Jun 22, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
- Jun 11, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.6.0-test3 + po updates
-
- May 27, 2003
-
-
gbazin authored
* ALL: bumped version to 0.6.0-test2 * Makefile.am: got rid of the faq in the package-win32 target.
-
- May 24, 2003
-
-
Samuel Hocevar authored
* ./po/en_GB.po: the British translation is up to date.
-
- May 19, 2003
-
-
gbazin authored
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps. * po/*: updated the po files.
-
- May 15, 2003
-
-
Samuel Hocevar authored
-
- May 10, 2003
-
-
Eric Petit authored
-
- May 09, 2003
-
-
Eric Petit authored
-
- May 08, 2003
-
-
Christophe Massiot authored
localized system * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled the DVD menus by default.
-
- May 05, 2003
-
-
gbazin authored
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
- May 04, 2003
-
-
gbazin authored
* po/POTFILES.in: added the new modules since 0.5.3
-
- Mar 31, 2003
-
-
gbazin authored
* po/*: updated the po directory.
-
- Feb 27, 2003
-
-
gbazin authored
* ALL: i18n updates and fixes.
-
- Feb 08, 2003
-
-
Christophe Massiot authored
right charset, * Implemented localization for audio-channels and video-device variables.
-
- Jan 23, 2003
-
-
Christophe Massiot authored
* modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen mode is on the primary screen, * po/*: Updated po files.
-
- Jan 15, 2003
-
-
Christophe Massiot authored
- Now using the low-level API of libmad, - Decoding split in parsing & decoding (just like A/52), - Should handle dual-mono files correctly, * The old mpeg_audio plug-in can no longer work in this scheme and has been disabled. Please _always_ compile with mad from now on. * Updated po files.
-
- Jan 13, 2003
-
-
Samuel Hocevar authored
the Win32 interface.
-
- Dec 30, 2002
-
-
Christophe Massiot authored
* Updated po files, * Fixed a very nasty side effect in the dvd and dvdread plug-ins, regarding the audio-channel and spu-channel configuration variables.
-
- Dec 25, 2002
-
-
Samuel Hocevar authored
* updated the .po files.
-
Christophe Massiot authored
* A placeholder for the Italian translation, * A bug fix for mono streams on stereo speakers, * A fix for a possible crash in the FTP access, * Correct coordinates in OS X fullscreen modes (closing #47), * Cosmetic fixes.
-
- Nov 13, 2002
-
-
Samuel Hocevar authored
-
- Oct 15, 2002
-
-
Samuel Hocevar authored
-
- Sep 30, 2002
-
-
Samuel Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-