]> git.sesse.net Git - vlc/log
vlc
14 years agocontroles: use var_Get* and var_ToggleBool when applicable.
Rémi Duraffort [Thu, 22 Oct 2009 11:43:59 +0000 (13:43 +0200)]
controles: use var_Get* and var_ToggleBool when applicable.

14 years agoUse eval to call programs
Christophe Mutricy [Mon, 26 Oct 2009 11:20:03 +0000 (12:20 +0100)]
Use eval to call programs

Else we have troubles executing $FOO when FOO=prog --some-options
Should fix [5d6f80f267]

14 years agoDisplay time info also when DVB MPEG-TS is received over network
Marian Ďurkovič [Mon, 26 Oct 2009 07:11:30 +0000 (08:11 +0100)]
Display time info also when DVB MPEG-TS is received over network

14 years agoTypo
Christophe Mutricy [Sun, 25 Oct 2009 22:07:06 +0000 (22:07 +0000)]
Typo

14 years agoRequest flags for static linking on win32 and MacOS
Christophe Mutricy [Sun, 25 Oct 2009 21:15:32 +0000 (21:15 +0000)]
Request flags for static linking on win32 and MacOS

Only tested on a minimal win32 build. Please report configure/linking failure

14 years agoAdd xcb and peflags to the cleaning target
Christophe Mutricy [Sun, 25 Oct 2009 21:13:07 +0000 (21:13 +0000)]
Add xcb and peflags to the cleaning target

14 years agoImprove the peflags target
Christophe Mutricy [Sun, 25 Oct 2009 21:07:42 +0000 (21:07 +0000)]
Improve the peflags target

14 years agoFix caca.pc
Christophe Mutricy [Sun, 25 Oct 2009 21:03:53 +0000 (21:03 +0000)]
Fix caca.pc

Patch taken from upstream svn

14 years agoThe default constructor of QSize produce an invalid size, there is no need to do...
Benjamin [Sun, 25 Oct 2009 15:29:41 +0000 (16:29 +0100)]
The default constructor of QSize produce an invalid size, there is no need to do that manually.

The widget is hidden by default, no need to call hide in the
constructor.

The widget reparentable already has the layout.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
14 years agoCleaning: the QPalette is not needed outisde the constructor
Benjamin Poulain [Sun, 25 Oct 2009 12:05:20 +0000 (13:05 +0100)]
Cleaning: the QPalette is not needed outisde the constructor

The QPalette of the widget is already stored in QWidget, there is no
need to have an attribute for it.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
14 years agoqt4: selector take2 to fix service discoveries
Ilkka Ollakka [Sun, 25 Oct 2009 14:57:12 +0000 (16:57 +0200)]
qt4: selector take2 to fix service discoveries

should fix #3112 again ;) . Playlist still has issue to crash if current item is
destroyed, but thats different issue

14 years agoRevert "qt4: use longname to search activated input-item"
Rémi Denis-Courmont [Sun, 25 Oct 2009 14:07:03 +0000 (16:07 +0200)]
Revert "qt4: use longname to search activated input-item"

This reverts commit edcc45df28099534938f04f26b573449c5c897bf.

This causes segmentation faults and breaks SD categories.

14 years agoXCB: allow building without xcb-utils
Rémi Denis-Courmont [Sun, 25 Oct 2009 13:44:31 +0000 (15:44 +0200)]
XCB: allow building without xcb-utils

Of xcb-utils, we only use xcb-keysms at the moment. xcb-keysyms is only
needed for the globalhotkeys and xcb_window plugins. If there is another
window provider plugin, we can do without them so long as the user does
not set --no-embedded-video.

Note: xcb-utils is still needed for the LibVLC embedded video as it
depends on xcb_window. We could  #ifdef the key press support in
xcb_window if this is an issue (I didn't bother).

14 years agoqt4: use longname to search activated input-item
Ilkka Ollakka [Sun, 25 Oct 2009 12:36:06 +0000 (14:36 +0200)]
qt4: use longname to search activated input-item

Should fix #3112 and maybe make it littlebit cleaner (hopefully)

14 years agoqt4: rebuild tree on updateTreeItem
Ilkka Ollakka [Sun, 25 Oct 2009 11:48:44 +0000 (13:48 +0200)]
qt4: rebuild tree on updateTreeItem

This seems to fix #3114 maybe some other tickets too

14 years agoXCB-XVideo: no need to detach segment explicitly before disconnection
Rémi Denis-Courmont [Sun, 25 Oct 2009 10:52:47 +0000 (12:52 +0200)]
XCB-XVideo: no need to detach segment explicitly before disconnection

The X server will do as part of garbage collection - as it does for our
window, graphic context, or if VLC crashes.

14 years agoasx.c: check for </MoreInfo> tag also
Ilkka Ollakka [Sun, 25 Oct 2009 09:23:10 +0000 (11:23 +0200)]
asx.c: check for </MoreInfo> tag also

this should fix #3013

14 years agoComment.
Rémi Denis-Courmont [Sat, 24 Oct 2009 17:21:45 +0000 (20:21 +0300)]
Comment.

14 years agoRemove the old .vlc/vlcrc after parsing
Rémi Denis-Courmont [Sat, 24 Oct 2009 17:15:42 +0000 (20:15 +0300)]
Remove the old .vlc/vlcrc after parsing

14 years agoALSA: simplify and fix thread synchronization
Rémi Denis-Courmont [Sat, 24 Oct 2009 13:26:12 +0000 (16:26 +0300)]
ALSA: simplify and fix thread synchronization

14 years agoALSA: vlc_thread_create -> vlc_clone
Rémi Denis-Courmont [Sat, 24 Oct 2009 13:17:54 +0000 (16:17 +0300)]
ALSA: vlc_thread_create -> vlc_clone

14 years agoALSA: save one mdate() call per (debug) loop
Rémi Denis-Courmont [Sat, 24 Oct 2009 12:39:22 +0000 (15:39 +0300)]
ALSA: save one mdate() call per (debug) loop

14 years agoALSA: allocate PCM status on the stack
Rémi Denis-Courmont [Sat, 24 Oct 2009 12:26:42 +0000 (15:26 +0300)]
ALSA: allocate PCM status on the stack

14 years agoXCB window: add missing numpad keys
Rémi Denis-Courmont [Thu, 22 Oct 2009 17:50:46 +0000 (20:50 +0300)]
XCB window: add missing numpad keys

14 years agolua: update the youtube script to the new version of their website
Pierre Ynard [Fri, 23 Oct 2009 11:03:30 +0000 (13:03 +0200)]
lua: update the youtube script to the new version of their website

14 years agoKill extraneous debug, we don't need the 2-nd and 3-rd copies
Marian Ďurkovič [Fri, 23 Oct 2009 07:18:11 +0000 (09:18 +0200)]
Kill extraneous debug, we don't need the 2-nd and 3-rd copies

14 years agoFix inverted logic introduced in 048e2d9104c8f6d948400e23ba9293d5efb02962
Rémi Duraffort [Thu, 22 Oct 2009 10:49:59 +0000 (12:49 +0200)]
Fix inverted logic introduced in 048e2d9104c8f6d948400e23ba9293d5efb02962

14 years agolibcaca update to beta16
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:12:34 +0000 (22:12 +0200)]
libcaca update to beta16

14 years agoSDL and SDL_images updates
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:07:24 +0000 (22:07 +0200)]
SDL and SDL_images updates

14 years agoFreetype update to 2.3.11
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:03:53 +0000 (22:03 +0200)]
Freetype update to 2.3.11

14 years agolibpng update to 1.2.40
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:01:25 +0000 (22:01 +0200)]
libpng update to 1.2.40

14 years agoContrib: libxml 2.7.3 -> 2.7.6
Jean-Baptiste Kempf [Tue, 20 Oct 2009 19:59:21 +0000 (21:59 +0200)]
Contrib: libxml 2.7.3 -> 2.7.6

14 years agoSchroedinger update to 1.0.8
Jean-Baptiste Kempf [Tue, 20 Oct 2009 19:56:40 +0000 (21:56 +0200)]
Schroedinger update to 1.0.8

14 years agoFix sorting of plugin scores in the QT plugin dialog.
Dylan Yudaken [Mon, 19 Oct 2009 22:04:54 +0000 (00:04 +0200)]
Fix sorting of plugin scores in the QT plugin dialog.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFix avcodec module build for FRWU.
Jean-Baptiste Kempf [Mon, 19 Oct 2009 18:56:45 +0000 (20:56 +0200)]
Fix avcodec module build for FRWU.

For some reason, libavcodec deverlopers didn't update LIBAVCODEC_VERSION_MICRO when introducing the new CODEC_ID_FRWU. We will then have to wait for the next bump to have it enabled.

14 years agoBlacklist glibc 2.10-2.10.1 for 686
Rémi Denis-Courmont [Wed, 21 Oct 2009 16:28:06 +0000 (19:28 +0300)]
Blacklist glibc 2.10-2.10.1 for 686

I'm not going to suffer another round of VLC bug reports due to glibc.

14 years agoAdd .ifo to recognized extensions
Marian Ďurkovič [Wed, 21 Oct 2009 08:35:35 +0000 (10:35 +0200)]
Add .ifo to recognized extensions

14 years agovlc_thread_fatal: disable thread cancellation
Rémi Denis-Courmont [Tue, 20 Oct 2009 20:37:36 +0000 (23:37 +0300)]
vlc_thread_fatal: disable thread cancellation

It shouldn't matter much when we get to such a sorry code path, but
better safe than sorry.

14 years agomotionblur: fix race condition.
Rémi Duraffort [Tue, 20 Oct 2009 19:38:59 +0000 (21:38 +0200)]
motionblur: fix race condition.

14 years agoRevert "video_filter_puzzle: remove unnedeed structure (it does not change anything...
Rémi Duraffort [Tue, 20 Oct 2009 17:30:03 +0000 (19:30 +0200)]
Revert "video_filter_puzzle: remove unnedeed structure (it does not change anything to the race conditions already present)."

This reverts commit a114dc512cec6aa89211f1d107acc58bfca4be26.

14 years agoDo not call decode_URI on constant string.
Laurent Aimar [Tue, 20 Oct 2009 17:28:28 +0000 (19:28 +0200)]
Do not call decode_URI on constant string.

14 years agoDo not hold change_lock while loading the vout module.
Laurent Aimar [Sat, 17 Oct 2009 18:14:10 +0000 (20:14 +0200)]
Do not hold change_lock while loading the vout module.

It allows the module to trigger some vout callback while loading.

14 years agoi18n: renamed file (maemo -> hildon)
Pierre Ynard [Tue, 20 Oct 2009 17:18:55 +0000 (19:18 +0200)]
i18n: renamed file (maemo -> hildon)

14 years agoremoteosd: remove unneded VLC_COMMON_MEMBERS.
Rémi Duraffort [Tue, 20 Oct 2009 13:14:34 +0000 (15:14 +0200)]
remoteosd: remove unneded VLC_COMMON_MEMBERS.

14 years agopuzzle: add some comments.
Rémi Duraffort [Tue, 20 Oct 2009 12:49:30 +0000 (14:49 +0200)]
puzzle: add some comments.

14 years agopuzzle: draw the blackslot when needed (typo).
Rémi Duraffort [Tue, 20 Oct 2009 12:29:50 +0000 (14:29 +0200)]
puzzle: draw the blackslot when needed (typo).

14 years agovideo_filter_puzzle: remove unnedeed structure (it does not change anything to the...
Rémi Duraffort [Tue, 20 Oct 2009 11:05:31 +0000 (13:05 +0200)]
video_filter_puzzle: remove unnedeed structure (it does not change anything to the race conditions already present).

14 years agovod: remove useless include
Pierre Ynard [Tue, 20 Oct 2009 16:58:00 +0000 (18:58 +0200)]
vod: remove useless include

14 years agogoom: switch to filter_t
Rémi Duraffort [Tue, 20 Oct 2009 11:03:55 +0000 (13:03 +0200)]
goom: switch to filter_t

14 years agoprojectm: switch to filter_t
Rémi Duraffort [Tue, 20 Oct 2009 10:24:45 +0000 (12:24 +0200)]
projectm: switch to filter_t

14 years agoPOTFILES: add sftp
Rémi Duraffort [Tue, 20 Oct 2009 10:05:46 +0000 (12:05 +0200)]
POTFILES: add sftp

14 years agox264.c: don't leak on getString
Ilkka Ollakka [Tue, 20 Oct 2009 10:05:15 +0000 (13:05 +0300)]
x264.c: don't leak on getString

14 years agox264.c: handle X264_BUILD 78 bpyramid change
Ilkka Ollakka [Tue, 20 Oct 2009 09:47:02 +0000 (12:47 +0300)]
x264.c: handle X264_BUILD 78 bpyramid change

14 years agolibmpeg2: Fix aspect ratio calculation according to MPEG standard.
Marian Ďurkovič [Tue, 20 Oct 2009 08:11:24 +0000 (10:11 +0200)]
libmpeg2: Fix aspect ratio calculation according to MPEG standard.

The library delivers us pixel width/height relative to display size
so we must compute it accordingly, otherwise we have conflicting data
in i_sar_num/i_sar_den and i_aspect.

14 years agoMaemo: use left button by default for gestures (not tested)
Rémi Denis-Courmont [Mon, 19 Oct 2009 20:13:44 +0000 (23:13 +0300)]
Maemo: use left button by default for gestures (not tested)

There is only one button on a touch screen.

14 years agoMaemo: enable fullscreen by default (good res, but still small screen)
Rémi Denis-Courmont [Mon, 19 Oct 2009 20:12:13 +0000 (23:12 +0300)]
Maemo: enable fullscreen by default (good res, but still small screen)

14 years agocontrib: libmpeg2 simplistic NEON acceleration for motion compensation
Rémi Denis-Courmont [Wed, 16 Sep 2009 20:56:06 +0000 (23:56 +0300)]
contrib: libmpeg2 simplistic NEON acceleration for motion compensation

Those are highly incomplete, especially as they aren't unrolled.
But it already decreases libmpeg2 CPU usage by 20%.

14 years agolibmpeg2: enable non-upstream NEON optimizations if available
Rémi Denis-Courmont [Thu, 17 Sep 2009 16:16:48 +0000 (19:16 +0300)]
libmpeg2: enable non-upstream NEON optimizations if available

14 years agoMaemo: globalhotkeys wouldn't make much sense
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:34:57 +0000 (22:34 +0300)]
Maemo: globalhotkeys wouldn't make much sense

14 years agoMaemo: the D-Bus inhibit plugin is not supported
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:33:40 +0000 (22:33 +0300)]
Maemo: the D-Bus inhibit plugin is not supported

14 years agoRevert to 50 Mb FIFO limit on ARM
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:31:21 +0000 (22:31 +0300)]
Revert to 50 Mb FIFO limit on ARM

400 Mb buffer would kill almost any such (existing) system.

14 years agoAssume liba52 is built as fixed-point if needed
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:13:55 +0000 (22:13 +0300)]
Assume liba52 is built as fixed-point if needed

(This kinda sucks, but liba52 does not export is build mode through
 any public header)

14 years agolinear resampler: use fixed-point as appropriate
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:06:17 +0000 (22:06 +0300)]
linear resampler: use fixed-point as appropriate

14 years agoDisable audio time stretch if there is no FPU
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:04:51 +0000 (22:04 +0300)]
Disable audio time stretch if there is no FPU

It's not implemented for fixed-point. And it's so slow that it would
probably not make sense anyway.

14 years agoHAVE_FPU: make constant
Rémi Denis-Courmont [Mon, 19 Oct 2009 19:15:30 +0000 (22:15 +0300)]
HAVE_FPU: make constant

Currently, we do not have any architecture where this would not be
a build-time constant. Constancy helps fixing a few issues in the audio
path.

14 years agoMaemo: Freetype: use Nokia sans-serif bold font
Rémi Denis-Courmont [Tue, 1 Sep 2009 19:18:22 +0000 (22:18 +0300)]
Maemo: Freetype: use Nokia sans-serif bold font

The default VLC font does not exist here.

14 years agoMaemo: assume UTF-8 codeset
Rémi Denis-Courmont [Thu, 3 Sep 2009 18:42:03 +0000 (21:42 +0300)]
Maemo: assume UTF-8 codeset

14 years agoAdd HAVE_MAEMO for N900 tweaks
Rémi Denis-Courmont [Mon, 19 Oct 2009 18:33:01 +0000 (21:33 +0300)]
Add HAVE_MAEMO for N900 tweaks

14 years agoMaemo: rename plugin to Hildon
Rémi Denis-Courmont [Mon, 19 Oct 2009 18:09:04 +0000 (21:09 +0300)]
Maemo: rename plugin to Hildon

Hildon is not Maemo-specific (Ubuntu Mobile...).
And Maemo soon won't be Hildon-GTK anymore.

14 years agoFixed resize quality issue with direct3d vout (especially win7).
Laurent Aimar [Mon, 19 Oct 2009 18:11:25 +0000 (20:11 +0200)]
Fixed resize quality issue with direct3d vout (especially win7).

 It seems that depending on your driver, the resize done by
IDirect3DDevice9::Present can be of very low quality. The resize is now
done by IDirect3DDevice9::StretchRect.

14 years agoMore logical closing sequence (d3d)
Laurent Aimar [Mon, 12 Oct 2009 20:32:21 +0000 (22:32 +0200)]
More logical closing sequence (d3d)

14 years agoXCB-XV: avoid slow packed YUV on OMAP adaptors
Rémi Denis-Courmont [Mon, 19 Oct 2009 17:37:30 +0000 (20:37 +0300)]
XCB-XV: avoid slow packed YUV on OMAP adaptors

14 years agoXCB-XV: fix memleak when port grabbing fails
Rémi Denis-Courmont [Mon, 19 Oct 2009 17:27:38 +0000 (20:27 +0300)]
XCB-XV: fix memleak when port grabbing fails

14 years agoXCB-XV: do not clobber video chroma is port grabbing fails
Rémi Denis-Courmont [Mon, 19 Oct 2009 17:22:30 +0000 (20:22 +0300)]
XCB-XV: do not clobber video chroma is port grabbing fails

14 years agoXCB-XV: remove misleading comment
Rémi Denis-Courmont [Mon, 19 Oct 2009 17:21:39 +0000 (20:21 +0300)]
XCB-XV: remove misleading comment

All ports from an adaptor must have the same format anyway.

14 years agoXCB-XV: remove wrong comment
Rémi Denis-Courmont [Mon, 19 Oct 2009 17:20:46 +0000 (20:20 +0300)]
XCB-XV: remove wrong comment

We *do* check the image size when parsing the format.

14 years agoUpdate NEWS.
Rémi Duraffort [Mon, 19 Oct 2009 15:34:49 +0000 (17:34 +0200)]
Update NEWS.

14 years agosftp: forgottent file.
Rémi Duraffort [Mon, 19 Oct 2009 15:30:08 +0000 (17:30 +0200)]
sftp: forgottent file.

14 years agoNew sftp access module.
Rémi Duraffort [Mon, 19 Oct 2009 14:41:58 +0000 (16:41 +0200)]
New sftp access module.

14 years agodvdnav: Remove trailing backslash on Win32
Marian Ďurkovič [Mon, 19 Oct 2009 07:10:41 +0000 (09:10 +0200)]
dvdnav: Remove trailing backslash on Win32

14 years agoFix goofed inconsistent license text from myself.
Rémi Denis-Courmont [Sun, 18 Oct 2009 20:27:19 +0000 (23:27 +0300)]
Fix goofed inconsistent license text from myself.

14 years agoscreensaver: convert to inhibit plugin
Rémi Denis-Courmont [Sun, 18 Oct 2009 19:25:43 +0000 (22:25 +0300)]
screensaver: convert to inhibit plugin

Simplify and avoid running a thread and an interval timer
when there is no video output.

14 years agoscreensaver: remove D-Bus code
Rémi Denis-Courmont [Sun, 18 Oct 2009 19:13:19 +0000 (22:13 +0300)]
screensaver: remove D-Bus code

xdg-screensaver takes care of that...
...without the 30 seconds interval timer.

14 years agolast.fm no longer requires submissions to be local files
Rafaël Carré [Sun, 18 Oct 2009 18:12:25 +0000 (20:12 +0200)]
last.fm no longer requires submissions to be local files

Closes #3006

14 years agoAllow SSM to be used within QT4 Open Network panel
Marian Ďurkovič [Sun, 18 Oct 2009 17:43:07 +0000 (19:43 +0200)]
Allow SSM to be used within QT4 Open Network panel

14 years agoavcodec encoder: sets last-metadata-block for FLAC streams
Rafaël Carré [Sun, 18 Oct 2009 15:11:45 +0000 (17:11 +0200)]
avcodec encoder: sets last-metadata-block for FLAC streams

Closes #805

14 years agoTie 770 SW scaler to OMAP FB, not to Hildon UI
Rémi Denis-Courmont [Sun, 18 Oct 2009 14:45:41 +0000 (17:45 +0300)]
Tie 770 SW scaler to OMAP FB, not to Hildon UI

Note that this won't work on OMAP1 (ARMv<6). However a trivial change
could enable that (the JIT supports ARMv5 too).

14 years agoOMAP framebuffer: I420 != Y420
Rémi Denis-Courmont [Sun, 18 Oct 2009 14:42:44 +0000 (17:42 +0300)]
OMAP framebuffer: I420 != Y420

Regression from 724461bdf250e856eb32f6c0b7c51b065e482982

14 years agoARMv6 JIT scaler requires libm
Rémi Denis-Courmont [Sun, 18 Oct 2009 13:35:16 +0000 (16:35 +0300)]
ARMv6 JIT scaler requires libm

14 years agoTypo
Rémi Denis-Courmont [Sun, 18 Oct 2009 13:22:05 +0000 (16:22 +0300)]
Typo

14 years agoRemove old libosso support
Rémi Denis-Courmont [Sun, 18 Oct 2009 12:24:16 +0000 (15:24 +0300)]
Remove old libosso support

Anyway, Maemo does not support XvMC, and our GLX plugin won't work
either. Also, calling D-Bus from the video output thread was causing
visible latencies in with the former Xlib/Xv plugin.

14 years agoOSSO: reimplement Maemo screen unblanking as an inhibit plugin
Rémi Denis-Courmont [Sun, 18 Oct 2009 12:49:11 +0000 (15:49 +0300)]
OSSO: reimplement Maemo screen unblanking as an inhibit plugin

14 years agoGrammar
Rémi Denis-Courmont [Sun, 18 Oct 2009 13:02:35 +0000 (16:02 +0300)]
Grammar

14 years agoPOTFILES: hal -> udev
Rémi Denis-Courmont [Sun, 18 Oct 2009 12:52:52 +0000 (15:52 +0300)]
POTFILES: hal -> udev

14 years agoV4L2: shrink PTS delay
Rémi Denis-Courmont [Sun, 18 Oct 2009 12:23:55 +0000 (15:23 +0300)]
V4L2: shrink PTS delay

14 years agominor typo
Felix Paul Kühne [Sun, 18 Oct 2009 12:21:18 +0000 (14:21 +0200)]
minor typo

14 years agoVLM : Fix a race condition when input event is triggered and vlm_MediaInstanceDelete...
Sébastien Escudier [Thu, 8 Oct 2009 08:05:07 +0000 (10:05 +0200)]
VLM : Fix a race condition when input event is triggered and vlm_MediaInstanceDelete is called at the same time.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agov4l: attempt to fix strict aliasing warnings.
Alexis Ballier [Sun, 27 Sep 2009 10:31:38 +0000 (12:31 +0200)]
v4l: attempt to fix strict aliasing warnings.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoSubtitles: small fixes and cosmetics
Jean-Baptiste Kempf [Sat, 17 Oct 2009 22:24:07 +0000 (00:24 +0200)]
Subtitles: small fixes and cosmetics

and for counter scopes

14 years agoChange a configuration name
Jean-Baptiste Kempf [Sat, 17 Oct 2009 21:50:28 +0000 (23:50 +0200)]
Change a configuration name