1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-06 16:44:19 +02:00
Commit Graph

76 Commits

Author SHA1 Message Date
Sam Hocevar
9542cc88a8 * configure.ac.in is no more, we can now use configure.ac like normal people,
bootstrap generates the proper magic for us.
2003-06-21 17:04:20 +00:00
Sam Hocevar
23455b3540 * ./toolbox: we no longer translate the Borland plugin. 2003-05-24 12:34:31 +00:00
Sam Hocevar
55bfbe3c71 * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well. 2003-05-15 15:50:23 +00:00
Sam Hocevar
e989b3be17 * ./toolbox: the Solaris diff does not understand -q, just replaced it
with 2>&1 >/dev/null.
2003-04-14 23:10:20 +00:00
Sam Hocevar
b619d28145 * ./toolbox: fixed a bashism. 2003-04-14 23:07:38 +00:00
Sam Hocevar
e0cc8b35f1 * ./toolbox: implemented toolbox --distclean to clean the tree without
having to bootstrap/configure/whatever.
2003-04-09 16:05: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
Sam Hocevar
eb7b178c76 * ./toolbox: fixed a Makefile parsing bug. 2003-03-20 10:06:16 +00:00
Olivier Teulière
a64501fd25 Keep quiet, explanations will follow. 2003-03-18 02:21:47 +00:00
Sam Hocevar
b6d851118c * ./toolbox: fixed a sed syntax error (thanks anil). 2003-03-18 01:54:40 +00:00
Sam Hocevar
10bf3688a1 * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
* ./toolbox: added --update-glade2 flag.
2003-03-18 01:26:13 +00:00
Sam Hocevar
453fe58a06 * ./autotools/: moved some autotools executables to this subdirectory to
reduce cluttering of the root directory.
2003-03-17 16:59:47 +00:00
Sam Hocevar
a5abccd49b * ./Makefile.am: moved generation of .h files to the toolbox so that we
can call "toolbox --update-includes" without running configure.
  * ./toolbox: de-uglified some shell code.
2003-03-12 05:12:05 +00:00
Sam Hocevar
0eaf631559 * ./bootstrap: fixed a conflict issue with recent autopoint versions.
* ./toolbox: the MSVC project file generation no longer depends on Makefile.
2003-03-12 04:16:02 +00:00
Sam Hocevar
98806540b0 * ./toolbox: added --update-changelog flag. 2003-03-10 19:30:35 +00:00
Gildas Bazin
171d858e99 * ALL: another bunch of fixes for the MSVC build. 2003-03-03 16:49:14 +00:00
Gildas Bazin
d0a61d5a12 * install-win32, Makefile.am: added the html faq to the win32 package.
* toolbox, msvc/*: few fixes to the msvc project files generation.
   (compiling plugins won't work yet because there are a few hacks that
    need to be done in order to compile dlls that use the c-runtime)
2003-03-01 19:25:13 +00:00
Sam Hocevar
c2a934c0ff * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
of places.
2003-02-02 04:01:29 +00:00
Sam Hocevar
1584d670f1 * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
the title and chapter dialogs when DVD menus are activated.
2003-01-29 18:10:52 +00:00
Sam Hocevar
b33872a38b * ./toolbox: made a few glade-generated strings non-translatable.
* ./po/*: fixed spelling errors in pofiles.
2003-01-28 20:02:04 +00:00
Sam Hocevar
2a55093ce0 * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
use "./toolbox --fix-glade" to generate and fix source files.
  * ./include/vlc_common.h: fixed compilation warnings.
2003-01-28 17:11:38 +00:00
Sam Hocevar
c3cbe1767e * ./evc/config.h, ./msvc/config.h: proper generation of these files using
information from configure.ac.in. Thanks to Stephane van Hardeveld for
    spotting this.
2003-01-16 12:49:28 +00:00
Sam Hocevar
d6e27e7bb7 * ALL: merged more UI strings. 2003-01-16 09:00:32 +00:00
Sam Hocevar
d95a9919e4 * ALL: slightly changed some interface strings so that they are common to
all GUIs, thus making the translators' work easier.
2003-01-15 13:16:40 +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
Sam Hocevar
c84f4ce5b2 * ./bootstrap: fixed an automake 1.5 check.
* ./toolbox: removed code from bootstrap that wasn't related to the
    bootstrapping sequence and put it here.
2002-12-25 22:36:14 +00:00