Commit Graph

51 Commits

Author SHA1 Message Date
Gildas Bazin 3a903d5fc4 * po/*, ChangeLog: preparing for the 0.7.0 release. 2004-01-03 12:02:12 +00:00
Sam Hocevar 4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00
Gildas Bazin 52a32fc991 * ALL: preparing for 0.7.0-test2. 2003-12-16 00:01:04 +00:00
Anil Daoud 3a276630e9 regenerated from a clean tree 2003-12-04 22:48:18 +00:00
Sam Hocevar 3d6ee48d4a * modules/misc/dummy/renderer.c:
+ Removed evil ^Ms from the file.
  * modules/video_output/caca.c:
    + Support for new dithering modes (libcaca HEAD only).
  * modules/* src/*:
    + Grammar and spelling fixes.
    + Coding style fixes.
  * po/fr.po:
    + Spelling fixes.
    + Updated a few translations.
  * po/en_GB.po:
    + Updated a few translations.
2003-12-04 16:49:45 +00:00
Gildas Bazin 63bed47c18 * po/*: update for 0.7.0-test1. 2003-11-26 23:14:01 +00:00
Alexis de Lattre 5a6c9e6c0f - Updated French translation (still a lot of work to do...)
- Modified some strings in VLC source code
- ran ./toolbox --update-po
2003-11-23 18:31:55 +00:00
Alexis de Lattre f2b0077721 Ran toolbox --update-po. 2003-10-10 07:33:53 +00:00
Clément Stenac a8855655eb * modules/gui/wxwindows/preferences.cpp:
- 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
2003-09-22 14:40:12 +00:00
Loïc Minier ee7ffc2308 * po/*: ran "./toolbox --update-po" to get rid of missing files
listed in POTFILES.in
2003-09-18 17:27:26 +00:00
Loïc Minier d617c8a68b * po/POTFILES.in: removed reference to deleted file "rtsp.c" 2003-09-18 17:12:07 +00:00
Loïc Minier 48cd28d2a3 * po/POTFILES.in: removed reference to deleted file "encoder.h" 2003-09-18 17:04:01 +00:00
Gildas Bazin ffc8d95127 * po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr� de Barros Martins Ribeiro. 2003-08-16 16:56:40 +00:00
Gildas Bazin 5e422b1ff9 * ChangeLog, po/*: preparing for the 0.6.2 release 2003-08-11 19:30:36 +00:00
Sam Hocevar f5cfd12845 * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
* po/: Re-ran toolbox --update-po.
2003-07-31 13:06:07 +00:00
Gildas Bazin 42b0d32617 * 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.
2003-07-29 17:43:00 +00:00
Christophe Massiot f8551ccd8b * Updated po files. STRINGS ARE FROZEN !!! 2003-07-23 22:55:31 +00:00
Derk-Jan Hartman 8d171ed114 * Update of language files 2003-07-20 22:16:19 +00:00
Sam Hocevar 0bf20368a6 * bootstrap:
+ Minor indentation fix.
  * toolbox:
    + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
  * po/*:
    + Re-ran toolbox --update po.
2003-07-16 15:52:05 +00:00
Sam Hocevar a3285e7cb1 * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft. 2003-07-11 08:04:30 +00:00
Sam Hocevar f5b6180ce4 * po/: Updated pofiles using the new toolbox. 2003-07-08 13:13:12 +00:00
Sam Hocevar d93b2c5c6d * m4/vlc.m4: output all modules to vlc-config, not just those who define
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.
2003-07-01 14:25:48 +00:00
Sam Hocevar fe17002d42 * bootstrap:
+ 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.
2003-06-27 13:50:13 +00:00
Gildas Bazin b2dd679bac * 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).
2003-06-22 16:00:57 +00:00
Gildas Bazin 65db108e24 * ALL: bumped version number to 0.6.0-test3 + po updates 2003-06-11 22:46:42 +00:00
Gildas Bazin 8e9d90a130 * ALL: bumped version to 0.6.0-test2
* Makefile.am: got rid of the faq in the package-win32 target.
2003-05-27 21:48:45 +00:00
Sam Hocevar a5ecfac4dd * ./po/*: re-ran toolbox --update-po.
* ./po/en_GB.po: the British translation is up to date.
2003-05-24 12:53:30 +00:00
Gildas Bazin 52783dae44 * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
* po/*: updated the po files.
2003-05-19 21:04:52 +00:00
Sam Hocevar 55bfbe3c71 * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well. 2003-05-15 15:50:23 +00:00
Eric Petit 1ad8d69710 POTFILES.in: forgot a file yesterday... 2003-05-10 13:52:03 +00:00
Eric Petit 5b0429b3c9 Updated POTFILES.in for BeOS' i18n 2003-05-09 19:30:42 +00:00
Christophe Massiot 9e3078aea3 * modules/gui/macosx: Fixed crashes with the new submenus when used on a
localized system
* Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
  the DVD menus by default.
2003-05-08 17:13:23 +00:00
Gildas Bazin 95b4a56a03 * 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.
2003-05-05 22:23:42 +00:00
Gildas Bazin 36b12ceb28 * po/POTFILES.in: added the new modules since 0.5.3 2003-05-04 23:03:00 +00:00
Gildas Bazin d9a789d18d * po/*: updated the po directory. 2003-03-31 22:39:23 +00:00
Gildas Bazin e853c4ee5d * ALL: i18n updates and fixes. 2003-02-27 13:19:44 +00:00
Christophe Massiot 64b58623ec * configure.ac.in: Disabled Swedish translation since it doesn't use the
right charset,
* Implemented localization for audio-channels and video-device variables.
2003-02-08 17:26:00 +00:00
Christophe Massiot 8f10d4fe9c * Resized elements in the open panel,
* modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
  mode is on the primary screen,
* po/*: Updated po files.
2003-01-23 23:51:13 +00:00
Christophe Massiot 305bc15e9a * Totally rewrote the mad plug-in, in order to fix the PTS problems :
- 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.
2003-01-15 10:58:48 +00:00
Sam Hocevar 425dd27748 * ./toolbox: toolbox --update-po now automatically extracts strings from
the Win32 interface.
2003-01-13 15:20:25 +00:00
Christophe Massiot afbc560297 * OS X interface : Added new access modules to the Open panel,
* 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.
2002-12-30 23:45:22 +00:00
Sam Hocevar 14b46deef1 * ./src/libvlc.c: added a debug message to test the translation system.
* updated the .po files.
2002-12-25 23:39:01 +00:00
Christophe Massiot a1e7a1e625 Santa Claus brings to you :
* 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.
2002-12-25 02:23:37 +00:00
Sam Hocevar eb186219d2 * ./po/POTFILES.in: fixed "make dist". 2002-11-13 09:56:19 +00:00
Sam Hocevar 954bdeb8b2 * ./po/*: updated locales. 2002-10-15 12:30:01 +00:00
Sam Hocevar 2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Jon Lech Johansen 57e1951e64 * MacOS X changes:
- added messages and playlist panel
    - simple dock menu (play, pause, stop)
    - context menu in video view
    - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
    - no longer broken :)
2002-07-15 01:54:04 +00:00
Sam Hocevar 9e3ab283c2 * ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
  do what remains to be fixed during the weekend.

   Changes in vlc:
   ===============

  * vlc is now a very small program (20 lines) which uses the libvlc API;
   it is quite simple for the moment but can be extended in the future.

  * interfaces, decoders, video outputs, etc. are now almost the same
   objects (yes, I know, this is C++ redone in C) and are structured in
   a tree. More about this later, but basically it allows the following
   nice features:
    - several interfaces
    - several playlists with several outputs
    - input plugins spawning helper interfaces (will be used for DVD menus)
    - anything spawning anything; I swear there are useful uses for this!

  * libvlc can be used in other programs; I'm currently writing a Mozilla
   plugin for my employer.

   Things currently broken:
   ========================

  * most interfaces, most ports
  * the playlist handling (almost finished rewriting this though). This means
   no file can be played from the GUI, you need to use the commandline. This
   also means it segfaults at EOF, when exiting the program, and it sometimes
   refuses to open a file when asked to.
2002-06-01 12:32:02 +00:00
Sam Hocevar b651216e78 * ./po/*: updated language files. 2002-05-20 22:34:56 +00:00
Sam Hocevar 4f6c862b02 * ALL: internationalized all configuration strings.
* ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
  * ./src/misc/configuration.c: lots of simplifications in the code.
  * ./po/vlc/pot: updated translations.
2002-04-19 13:56:12 +00:00