]> git.sesse.net Git - vlc/log
vlc
14 years agoFile output : add a sync option
Sébastien Escudier [Wed, 17 Mar 2010 10:06:02 +0000 (11:06 +0100)]
File output : add a sync option

14 years agoskins2(Linux): WM_CLASS also set for the invisible root window
Erwan Tulou [Thu, 6 May 2010 08:01:37 +0000 (10:01 +0200)]
skins2(Linux): WM_CLASS also set for the invisible root window

14 years agocpu: fix compilation on Intel Mac OS X by including header
Juho Vähä-Herttua [Wed, 5 May 2010 22:13:49 +0000 (01:13 +0300)]
cpu: fix compilation on Intel Mac OS X by including header

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agol10n: Japanese translation for win32 installer
Fumio Nakayama [Wed, 5 May 2010 21:34:49 +0000 (22:34 +0100)]
l10n: Japanese translation for win32 installer

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Slovak update
Marián Hikaník [Wed, 5 May 2010 21:17:11 +0000 (22:17 +0100)]
l10n: Slovak update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Slovak for .desktop
Marián Hikaník [Wed, 5 May 2010 21:15:32 +0000 (22:15 +0100)]
l10n: Slovak for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Walloon for .desktop
Gaëtan Rousseaux [Wed, 5 May 2010 21:09:23 +0000 (22:09 +0100)]
l10n: Walloon for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoFix the KDE open file dialog KIO scheduler crash avoidance hack
Rémi Denis-Courmont [Wed, 5 May 2010 19:56:29 +0000 (22:56 +0300)]
Fix the KDE open file dialog KIO scheduler crash avoidance hack

14 years agonet_Listen: pass socket type parameter
Rémi Denis-Courmont [Wed, 5 May 2010 16:15:48 +0000 (19:15 +0300)]
net_Listen: pass socket type parameter

We cannot use any random type semantic that we do not know of.
This also works around bugs in deficient getaddrinfo() implementations.

14 years agonet_Connect: missing hints ai_socktype
Rémi Denis-Courmont [Wed, 5 May 2010 16:20:25 +0000 (19:20 +0300)]
net_Connect: missing hints ai_socktype

14 years agoQt/Extensions: remove useless "version" field
Jean-Philippe André [Wed, 5 May 2010 13:56:07 +0000 (21:56 +0800)]
Qt/Extensions: remove useless "version" field

14 years agoExtensions: fix vlc.deactivate() malfunction
Jean-Philippe André [Wed, 5 May 2010 13:27:52 +0000 (21:27 +0800)]
Extensions: fix vlc.deactivate() malfunction

Inspired by jetru's patches, thank you. This should fix #3451

14 years ago"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
Pierre Ynard [Wed, 5 May 2010 11:42:28 +0000 (13:42 +0200)]
"#if HAVE_FOO" -> "#ifdef HAVE_FOO"

This fixes some warnings.

14 years agoAvcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using avformat demuxer
Jean-Baptiste Kempf [Wed, 5 May 2010 11:14:13 +0000 (13:14 +0200)]
Avcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using avformat demuxer

This could result in undf codec. Pointed out by ver

14 years agoaccess_http: avoid passing NULL to printf %s
Pierre Ynard [Wed, 5 May 2010 11:02:53 +0000 (13:02 +0200)]
access_http: avoid passing NULL to printf %s

14 years agocpu: fix a typo and cpu detection on Mac OS.
Pierre d'Herbemont [Wed, 5 May 2010 09:01:59 +0000 (11:01 +0200)]
cpu: fix a typo and cpu detection on Mac OS.

14 years agoExtensions: fix a leak (and a potential crash)
Jean-Philippe André [Wed, 5 May 2010 10:10:59 +0000 (18:10 +0800)]
Extensions: fix a leak (and a potential crash)

14 years agoaccess_http: fix unbalanced quotes
Pierre Ynard [Wed, 5 May 2010 06:49:42 +0000 (08:49 +0200)]
access_http: fix unbalanced quotes

14 years agolive555: fix RTSP URL when it contains no path part
Pierre Ynard [Wed, 5 May 2010 05:50:20 +0000 (07:50 +0200)]
live555: fix RTSP URL when it contains no path part

14 years agol10n: Chinese update
Dean Lee [Tue, 4 May 2010 22:23:17 +0000 (23:23 +0100)]
l10n: Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agocpu: Implement vlc_GetCPUCount() on Mac OS X.
Pierre d'Herbemont [Tue, 4 May 2010 18:50:37 +0000 (20:50 +0200)]
cpu: Implement vlc_GetCPUCount() on Mac OS X.

14 years agoFixed picture clean up when closing vout.
Laurent Aimar [Tue, 4 May 2010 20:41:52 +0000 (22:41 +0200)]
Fixed picture clean up when closing vout.

14 years agoCleaned up a bit spu_t API.
Laurent Aimar [Tue, 4 May 2010 20:20:21 +0000 (22:20 +0200)]
Cleaned up a bit spu_t API.

14 years agoRemoved now useless vlc_osd.h includes.
Laurent Aimar [Tue, 4 May 2010 19:46:17 +0000 (21:46 +0200)]
Removed now useless vlc_osd.h includes.

14 years agoSplitted out specific vout osd functions to its own header.
Laurent Aimar [Tue, 4 May 2010 19:26:12 +0000 (21:26 +0200)]
Splitted out specific vout osd functions to its own header.

14 years agoSplitted out spu_t and related functions to its own header.
Laurent Aimar [Tue, 4 May 2010 19:16:16 +0000 (21:16 +0200)]
Splitted out spu_t and related functions to its own header.

14 years agoSplitted out text_style_t and related function to its own header.
Laurent Aimar [Tue, 4 May 2010 18:10:13 +0000 (20:10 +0200)]
Splitted out text_style_t and related function to its own header.

14 years agoMade vout_ShowText* private to the core.
Laurent Aimar [Tue, 4 May 2010 18:02:44 +0000 (20:02 +0200)]
Made vout_ShowText* private to the core.

14 years agoRemoved OSD_ALIGN_* flags.
Laurent Aimar [Tue, 4 May 2010 18:01:47 +0000 (20:01 +0200)]
Removed OSD_ALIGN_* flags.

SUBPICTURE_ALIGN_* must be used instead.

14 years agoQt: remove mousewheeling code.
Jean-Baptiste Kempf [Tue, 4 May 2010 19:18:36 +0000 (21:18 +0200)]
Qt: remove mousewheeling code.

Previous commits showed it wasn't necessary.

14 years agoVout: Correctly handle the mousewheeling
Jean-Baptiste Kempf [Tue, 4 May 2010 19:16:35 +0000 (21:16 +0200)]
Vout: Correctly handle the mousewheeling

Close #3262

14 years agoGerman l10n: changed the proposed translation to a more formal one, which is more...
Felix Paul Kühne [Tue, 4 May 2010 18:12:12 +0000 (20:12 +0200)]
German l10n: changed the proposed translation to a more formal one, which is more appropriate in this context.

14 years agoQt: Correctly close the player when alt+f4 is pressed
Jean-Baptiste Kempf [Tue, 4 May 2010 17:39:50 +0000 (19:39 +0200)]
Qt: Correctly close the player when alt+f4 is pressed

even when in fullscreen. Close #3602

14 years agoIncrease maximum allowed upnp response size.
Konstanty Bialkowski [Mon, 3 May 2010 12:39:43 +0000 (22:39 +1000)]
Increase maximum allowed upnp response size.

(Containers with >10 entries will no longer be ignored.)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoThe upnp module is called upnp_intel
Konstanty [Mon, 3 May 2010 11:42:39 +0000 (21:42 +1000)]
The upnp module is called upnp_intel

--00148536e60e0cebb80485af170d
Content-Type: text/plain; charset=ISO-8859-1

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoavcodec: use vlc_GetCPUCount() to set thread count also in encoder
Ilkka Ollakka [Tue, 4 May 2010 10:31:53 +0000 (13:31 +0300)]
avcodec: use vlc_GetCPUCount() to set thread count also in encoder

14 years agoWinCE: fix vlc_GetCPUCount()
Pierre Ynard [Tue, 4 May 2010 03:43:36 +0000 (05:43 +0200)]
WinCE: fix vlc_GetCPUCount()

The function used by the Win32 implementation is not available, so just
leave it unimplemented.

14 years agol10n: Nsis Chinese update
Dean Lee [Mon, 3 May 2010 23:35:01 +0000 (00:35 +0100)]
l10n: Nsis Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Nsis italian update
Vincenzo Reale [Mon, 3 May 2010 23:34:07 +0000 (00:34 +0100)]
l10n: Nsis italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoHungarian l10n for .desktop
Gabor Kelemen [Mon, 3 May 2010 23:31:08 +0000 (00:31 +0100)]
Hungarian l10n for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoChinese l10n for .desktop
Dean Lee [Mon, 3 May 2010 22:09:06 +0000 (23:09 +0100)]
Chinese l10n for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoGerman l10n for vlc.desktop
Michał Trzebiatowski [Mon, 3 May 2010 22:04:20 +0000 (23:04 +0100)]
German l10n for vlc.desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoPunjabi l10n for vlc.desktop
A S Alam [Mon, 3 May 2010 21:55:05 +0000 (22:55 +0100)]
Punjabi l10n for vlc.desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoDutch l10n for .desktop
Myckel Habets [Mon, 3 May 2010 21:42:59 +0000 (22:42 +0100)]
Dutch l10n for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoGalician l10n for vlc.desktop
Gonçalo Cordeiro [Mon, 3 May 2010 21:36:03 +0000 (22:36 +0100)]
Galician l10n for vlc.desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoNynorsk translation for .desktop
Eirik U. Birkeland [Mon, 3 May 2010 21:27:10 +0000 (22:27 +0100)]
Nynorsk translation for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoAdded support for ffmpeg-mt.
Laurent Aimar [Sun, 2 May 2010 20:48:38 +0000 (22:48 +0200)]
Added support for ffmpeg-mt.

It is not well tested yet.

14 years agoAdded vlc_GetCPUCount() to retreive the number of available CPU.
Laurent Aimar [Mon, 3 May 2010 19:54:28 +0000 (21:54 +0200)]
Added vlc_GetCPUCount() to retreive the number of available CPU.

It is implemented for win32 and when sched_getaffinity() is available.

14 years agoUsed reordered_opaque for timestamp managment in avcodec.
Laurent Aimar [Sun, 2 May 2010 19:58:20 +0000 (21:58 +0200)]
Used reordered_opaque for timestamp managment in avcodec.

It is cleaner. Also, it seems that ffmpeg-mt correctly handles it
and so will allow using it.

14 years agoALSA: use non-modal error dialogs
Rémi Denis-Courmont [Mon, 3 May 2010 17:45:47 +0000 (20:45 +0300)]
ALSA: use non-modal error dialogs

aout_Restart() is quite buggy (IMHO) and restarts the audio output
from the interface thread. Then Qt4 external dialogs are buggy as
they deadlock if called from the interface thread (I cannot find a
direct way to use BlockingQueuedConnection for foreign threads and
DirectConnection for the interface thread).

Until either or both of those bugs are fixed, we cannot use modal
dialog from the audio output.

14 years agoRevert "i18n fix"
Rémi Denis-Courmont [Mon, 3 May 2010 17:37:07 +0000 (20:37 +0300)]
Revert "i18n fix"

This reverts commit 110693d59e6bdeb2598579caeb41d7520dbb39ad.
This fixes #3599.

14 years agoUse correct title for upnp containers.
Konstanty Bialkowski [Mon, 3 May 2010 11:15:52 +0000 (21:15 +1000)]
Use correct title for upnp containers.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoContribs: simplify mozilla dependencies
Jean-Baptiste Kempf [Mon, 3 May 2010 13:28:50 +0000 (15:28 +0200)]
Contribs: simplify mozilla dependencies

14 years agoskins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE to be set
Erwan Tulou [Mon, 3 May 2010 13:22:41 +0000 (15:22 +0200)]
skins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE to be set

code inspired from xcb.c

14 years agomacosx_vout: Correctly change context after -lockgl.
Pierre d'Herbemont [Mon, 3 May 2010 10:46:15 +0000 (12:46 +0200)]
macosx_vout: Correctly change context after -lockgl.

And don't unlockgl if lockgl wasn't successful.

14 years agoVLCKit: Add the # character that prefixes the output chain.
Sebastien Zwickert [Sun, 28 Mar 2010 13:19:03 +0000 (15:19 +0200)]
VLCKit: Add the # character that prefixes the output chain.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agoBump libvlccore version on the Mac OS X install script.
Pierre d'Herbemont [Mon, 3 May 2010 09:40:04 +0000 (11:40 +0200)]
Bump libvlccore version on the Mac OS X install script.

14 years agoskins2(Linux): add WM_CLASS and _NET_WM_PID properties to skins2 windows
Erwan Tulou [Mon, 3 May 2010 09:02:42 +0000 (11:02 +0200)]
skins2(Linux): add WM_CLASS and _NET_WM_PID properties to skins2 windows

This patch refers to trac #3594.
Tests required to ensure that it really solves the "Docky" issue

14 years agoRevert "Remove the Xlib no-ARGB hack"
Rémi Denis-Courmont [Sun, 2 May 2010 19:59:54 +0000 (22:59 +0300)]
Revert "Remove the Xlib no-ARGB hack"

This reverts commit 9f9f6d1153bb1954bed4ab7146a6a801dfe36fb0.

14 years agoUnload vod-VLM only at the end
Sébastien Escudier [Wed, 17 Mar 2010 07:30:22 +0000 (08:30 +0100)]
Unload vod-VLM only at the end

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agosmem : support non raw video format. In this case we copy compressed data into user...
Sébastien Escudier [Thu, 18 Mar 2010 13:06:07 +0000 (14:06 +0100)]
smem : support non raw video format. In this case we copy compressed data into user buffer.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agocontribs: updated binary package for Mac OS X
Felix Paul Kühne [Sun, 2 May 2010 12:02:34 +0000 (14:02 +0200)]
contribs: updated binary package for Mac OS X

14 years agoFixed kate build without libtiger.
Laurent Aimar [Sun, 2 May 2010 00:41:09 +0000 (02:41 +0200)]
Fixed kate build without libtiger.

It closes #3586.

14 years agoFixed compilation of freetype module without fontconfig.
Laurent Aimar [Sun, 2 May 2010 00:32:10 +0000 (02:32 +0200)]
Fixed compilation of freetype module without fontconfig.

14 years agoFixed bandlimited audio filter with low output samplerate.
Laurent Aimar [Sun, 2 May 2010 00:13:03 +0000 (02:13 +0200)]
Fixed bandlimited audio filter with low output samplerate.

It closes #3543.

14 years agoFactorized a bit bandlimited audio filter code.
Laurent Aimar [Sat, 1 May 2010 23:50:21 +0000 (01:50 +0200)]
Factorized a bit bandlimited audio filter code.

14 years agoItalian l10n for .desktop
Vincenzo Reale [Sat, 1 May 2010 23:46:14 +0000 (00:46 +0100)]
Italian l10n for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoFixed avcodec audio encoder wrapper.
Laurent Aimar [Sat, 1 May 2010 22:09:48 +0000 (00:09 +0200)]
Fixed avcodec audio encoder wrapper.

It closes #3538 and #3496.

14 years agoImproved audio codec description from fourcc.
Laurent Aimar [Sat, 1 May 2010 22:09:19 +0000 (00:09 +0200)]
Improved audio codec description from fourcc.

14 years agoMoved out avcodec SampleFormat -> VLC formats to its own function.
Laurent Aimar [Sat, 1 May 2010 22:01:06 +0000 (00:01 +0200)]
Moved out avcodec SampleFormat -> VLC formats to its own function.

14 years agoUsed vlc_fourcc_GetCodec in aout_BitsPerSample.
Laurent Aimar [Sat, 1 May 2010 21:44:41 +0000 (23:44 +0200)]
Used vlc_fourcc_GetCodec in aout_BitsPerSample.

It is a bit safer.

14 years agoFixed potential segfault (on failures) with avcodec audio encoder.
Laurent Aimar [Sat, 1 May 2010 18:24:05 +0000 (20:24 +0200)]
Fixed potential segfault (on failures) with avcodec audio encoder.

14 years agoFixed segfault with opengl provider.
Laurent Aimar [Sat, 1 May 2010 18:16:01 +0000 (20:16 +0200)]
Fixed segfault with opengl provider.

14 years agoAvcodec: Correctly free the Subtitles structures so it doesn't crash on Win32
Jean-Baptiste Kempf [Sat, 1 May 2010 21:29:45 +0000 (23:29 +0200)]
Avcodec: Correctly free the Subtitles structures so it doesn't crash on Win32

Close #3439

14 years agoRemove the Xlib no-ARGB hack
Rémi Denis-Courmont [Sat, 1 May 2010 19:31:13 +0000 (22:31 +0300)]
Remove the Xlib no-ARGB hack

The XCB/XVideo (for a long time) and the XCB/X11 (since the commit
before the previous one) video output plugins will fail safe in case
the embedding window has an alpha channel. In VLC 1.0, the Xlib plugins
needed this hack as the Xlib error handler would terminate VLC.

If compositing is in use, VLC will now use GLX. This will require
software chroma conversion from YUV to RGB. Also, unless the GLX output
is explicitly selected, VLC will flash twice before it starts rendering.
First, it tries (and fail) to use XVideo, then plain X11. To fix this
cosmetic problem, we would need to keep the window across plugins.

I assume this change is needed to fix #3581, but I have not tested, so
it may or may not be sufficient.

14 years agoXCB/GLX: higher priority than Frame Buffer
Rémi Denis-Courmont [Sat, 1 May 2010 19:27:52 +0000 (22:27 +0300)]
XCB/GLX: higher priority than Frame Buffer

Neither of them support YUV. But GLX is much more likely to work than
FB, and also fails in a safer way.

14 years agoXCB/X11: disable ARGB support
Rémi Denis-Courmont [Sat, 1 May 2010 19:26:56 +0000 (22:26 +0300)]
XCB/X11: disable ARGB support

VLC does not currently handle color masks for ARGB chromas, so this can
not work yet. Instead, fail safe to the GLX output.

14 years agoXCB/XVideo: add debug message in case of problem with visuals
Rémi Denis-Courmont [Sat, 1 May 2010 19:26:34 +0000 (22:26 +0300)]
XCB/XVideo: add debug message in case of problem with visuals

14 years agoGLX: destroy context before window
Rémi Denis-Courmont [Sat, 1 May 2010 17:58:26 +0000 (20:58 +0300)]
GLX: destroy context before window

14 years agoMissing include (vout).
Laurent Aimar [Sat, 1 May 2010 11:46:22 +0000 (13:46 +0200)]
Missing include (vout).

14 years agoFixed ASF muxer header with extended streams and aspect ratio.
Laurent Aimar [Sat, 1 May 2010 11:39:04 +0000 (13:39 +0200)]
Fixed ASF muxer header with extended streams and aspect ratio.

14 years agoWrite new ASF header on the fly only in HTTP mode.
Laurent Aimar [Sat, 1 May 2010 11:20:32 +0000 (13:20 +0200)]
Write new ASF header on the fly only in HTTP mode.

14 years agoDo not remove track informations in DelStream for non http ASF muxing.
Laurent Aimar [Sat, 1 May 2010 11:12:14 +0000 (13:12 +0200)]
Do not remove track informations in DelStream for non http ASF muxing.

It fixes #3522.

14 years agoPrivatized remaining vout fields.
Laurent Aimar [Fri, 30 Apr 2010 23:47:35 +0000 (01:47 +0200)]
Privatized remaining vout fields.

14 years agoUpdated remoteosd to new sub-filter mouse API.
Laurent Aimar [Fri, 30 Apr 2010 23:47:13 +0000 (01:47 +0200)]
Updated remoteosd to new sub-filter mouse API.

14 years agoUpdated osdmenu to new sub-filter mouse API.
Laurent Aimar [Fri, 30 Apr 2010 23:32:57 +0000 (01:32 +0200)]
Updated osdmenu to new sub-filter mouse API.

14 years agoAdded mouse support to sub-filter.
Laurent Aimar [Fri, 30 Apr 2010 23:31:26 +0000 (01:31 +0200)]
Added mouse support to sub-filter.

14 years agoFixed a segfault with osdmenu filter.
Laurent Aimar [Fri, 30 Apr 2010 22:32:20 +0000 (00:32 +0200)]
Fixed a segfault with osdmenu filter.

14 years agoDo not reuse "osd" variable in osd menu.
Laurent Aimar [Fri, 30 Apr 2010 22:29:16 +0000 (00:29 +0200)]
Do not reuse "osd" variable in osd menu.

14 years agoAt input EOF, wait for all pictures to be displayed.
Laurent Aimar [Fri, 30 Apr 2010 17:41:24 +0000 (19:41 +0200)]
At input EOF, wait for all pictures to be displayed.

14 years agoQt: fix playlist entry in taskbar on Win32
Jean-Baptiste Kempf [Fri, 30 Apr 2010 22:42:59 +0000 (00:42 +0200)]
Qt: fix playlist entry in taskbar on Win32

Close #3520

14 years agoQt4: Fix the VLC hangging in fullscreen on Win32
Jean-Baptiste Kempf [Fri, 30 Apr 2010 22:21:12 +0000 (00:21 +0200)]
Qt4: Fix the VLC hangging in fullscreen on Win32

Close #3513

14 years agoMKV: cosmetics and NULL-check
Jean-Baptiste Kempf [Fri, 30 Apr 2010 13:59:23 +0000 (15:59 +0200)]
MKV: cosmetics and NULL-check

14 years agoMKV: reduce the scope of the var loop counters
Jean-Baptiste Kempf [Fri, 30 Apr 2010 10:52:12 +0000 (12:52 +0200)]
MKV: reduce the scope of the var loop counters

14 years agoMKV: stream_io_callback simplifications
Jean-Baptiste Kempf [Fri, 30 Apr 2010 10:06:55 +0000 (12:06 +0200)]
MKV: stream_io_callback simplifications

14 years agoMKV: EbmlParser, cleanup
Jean-Baptiste Kempf [Fri, 30 Apr 2010 09:55:25 +0000 (11:55 +0200)]
MKV: EbmlParser, cleanup

14 years agoQt: fix debug messages
Jean-Baptiste Kempf [Fri, 30 Apr 2010 09:43:56 +0000 (11:43 +0200)]
Qt: fix debug messages

14 years agoqt4: connect accepted/rejected from correct widget
Ilkka Ollakka [Fri, 30 Apr 2010 08:00:14 +0000 (11:00 +0300)]
qt4: connect accepted/rejected from correct widget

14 years agoRemove dead code
Christophe Mutricy [Thu, 29 Apr 2010 21:14:27 +0000 (22:14 +0100)]
Remove dead code

14 years agoSynchronise NSIS translation with 1.0-bugfix
Christophe Mutricy [Thu, 29 Apr 2010 21:04:55 +0000 (22:04 +0100)]
Synchronise NSIS translation with 1.0-bugfix