- 06 Aug, 2008 9 commits
-
-
Pauline Castets authored
Enable translation for Win32 installer. French translation is provided. New translation files need to be created in order to translate other languages. Translated strings are: - strings displayed in installer pages, other than the NSI standard ones (section names, section descriptions, installation types, VLC already installed massage) - context menu entries (Open With VLC, Add to VLC's playlist) - name of actions displayed in Windows autorun dialog, for DVD and CD (Play With VLC) Add translation files for english and french (english.nsh and french.nsh) Add header file to declare translation variables (declaration.nsh) Include declaration.nsh in NSI file Replace every displayed string in installer by the variable defined in language file. Modify Makefile to copy translation files for Win32 installer Language is chosen by NSI, with a dialog at the beginning of the installer (which was already there). Translated string are copied into the variables according to which language was chosen. Default is English. Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
Especially POLLHUP makes no sense in events.
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this." This reverts commit d934fc52.
-
Derk-Jan Hartman authored
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this. This fixes #1687, receiving SAPs on Mac OS X.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 05 Aug, 2008 9 commits
-
-
Felix Paul Kühne authored
Regrettably, I don't have the time to translate all video filters, ...
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
Do not segfault if no video filters.
-
Laurent Aimar authored
-
Laurent Aimar authored
Warn on invalid syntax. Check malloc return values.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 04 Aug, 2008 22 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
Save 2 x 85ko
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Derk-Jan Hartman authored
-
Jean-Baptiste Kempf authored
Don't launch an update request at the first launch, but wait for the second launch in order to have the right network-policy value. This fixes the 'I update even when you said no" bug.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-