1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Commit Graph

87 Commits

Author SHA1 Message Date
Gildas Bazin
2da3b30bfc * po/*: updated with latest string reviews. 2004-04-27 18:45:33 +00:00
Gildas Bazin
2a3c9c3854 * ALL: updated for the 0.7.2-test1 release. 2004-04-26 21:34:32 +00:00
Felix Paul Kühne
8b67981571 * ALL: ./toolbox --update-po 2004-04-15 16:05:59 +00:00
Gildas Bazin
477f4e516a * po/*: ./toolbox --update-po in preparation for the release. 2004-03-01 20:04:55 +00:00
Gildas Bazin
3ba2ac1749 * po/*: ./toolbox --update-po. 2004-02-22 00:55:31 +00:00
Gildas Bazin
bab2dff486 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done. 2004-01-03 13:18:30 +00:00
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
Sam Hocevar
a58b4dc89a * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Gildas Bazin
52a32fc991 * ALL: preparing for 0.7.0-test2. 2003-12-16 00:01:04 +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
Rocky Bernstein
78ba4b7ee5 Add CD-DA CDDB support via libcddb. 2003-11-30 18:14:20 +00:00
Gildas Bazin
63bed47c18 * po/*: update for 0.7.0-test1. 2003-11-26 23:14:01 +00:00
Rocky Bernstein
092eac7a91 Move libcdio CD-DA plugin into its own directory before the big split up. 2003-11-26 01:32:54 +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
Damien Lucas
e7d6650528 . in PMT decoder, fix the iso639-2B language code decoding bug:
only iso-639-2T codes were decoded
2003-10-27 13:35:16 +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
Simon Latapie
d86fd15629 * mozilla plugin on MacOSX. Not fully implemented yet.
* compiled with mozilla 1.4 (won't probably work with <1.4)
 * TODO:
 *     - make XPCOM work (play,pause,stop buttons)
 *     - fullscreen implementation (quite difficult on MacOSX because only
 *       the main thread can create windows)
2003-08-14 12:38:04 +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
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
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
Emmanuel Puig
1377f4975f * Events are even better, not yet perfect ! 2003-04-15 20:33:58 +00:00
Christophe Massiot
11eecc2e6f * Bumped up revision number to 0.5.3
* po/* : run --update-po before the release
* ChangeLog : run --update-changelog
* toolbox : ChangeLog is UTC
* OS X : fixed a bug with the deinterlace menu and localizations (thanks
  Felix)
2003-04-06 23:21:14 +00:00
Christophe Massiot
5158f316b5 * Bumped up revision number to 0.5.3-test2
* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
  courtesy of Alexis Guillard)
* po/*: Updated po files to send out to the translators
* Mac OS X port: Cosmetics
2003-04-01 22:29:42 +00:00
Gildas Bazin
d9a789d18d * po/*: updated the po directory. 2003-03-31 22:39:23 +00:00
Derk-Jan Hartman
eb1ba666bb ALL:
- the german translation requires two different translations of the word
   File. I added a _ANS() function to the macosx version that gets the
   translation of 1:File and strips the first two characters of this
   alternate translation.
 - updated all .po files to make sure we don't break anything
 - committed the March 1 version of the german translation by Felix
   Kuhne <FK@aenneburghardt.de>
2003-03-04 17:31:45 +00:00
Gildas Bazin
e853c4ee5d * ALL: i18n updates and fixes. 2003-02-27 13:19:44 +00:00
Christophe Massiot
64003608f9 * Bumped up revision number to 0.5.2-test2
* Another attempt at fixing the "VLC is locking up OS X" problem
* Updated po files
2003-02-27 08:19:02 +00:00
Christophe Massiot
d0588ae7fe * modules/gui/macosx/open.m: Removed channel server support
* po/*: Updated po files just before the 0.5.1 release
* modules/audio_filter/resampler/linear.c: fixed an initialization bug
2003-02-16 01:29:40 +00:00
Christophe Massiot
c3d6e18dec * I ran --update-po for the last time before the 0.5.1 release (and I
mean it !)
2003-02-10 22:22:06 +00:00
Christophe Massiot
dc35ed341d * Enabled the gestures module by default,
* Run --update-po.
2003-02-10 00:16:53 +00:00
Christophe Massiot
35a0bc34c5 * Fixed misc typos in strings,
* Updated po files,
* New --buggy-psi options, to supports streams which don't update the
continuity counter in their PSI packets (walkenizes #sam).
2003-02-08 19:10:22 +00:00
Sam Hocevar
abddc03ddb * Updated ChangeLog and pofiles. 2003-02-03 00:43:12 +00:00
Sam Hocevar
a7e0549995 * ./po/it.po: updated italian translation, courtesy of Bruno Vella. 2003-02-02 02:11:59 +00:00
Sam Hocevar
d0bff31cfe * ./po/*: more interface strings harmonization. 2003-02-02 01:37:03 +00:00