]> git.sesse.net Git - vlc/commit
* modules/gui/wxwindows/preferences.cpp:
authorClément Stenac <zorglub@videolan.org>
Mon, 22 Sep 2003 14:40:12 +0000 (14:40 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 22 Sep 2003 14:40:12 +0000 (14:40 +0000)
commita8855655eb349eea1910b82c57261946f08934e7
tree089011a407cc061b61d7199195f7c70e9b029c18
parent03f4adcdce0be78eab1bb2978aaf8bb0dc3331e0
* 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
20 files changed:
include/vlc_help.h [new file with mode: 0644]
modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/preferences.cpp
modules/gui/wxwindows/wxwindows.h
po/POTFILES.in
po/de.po
po/en_GB.po
po/es.po
po/fr.po
po/it.po
po/ja.po
po/nl.po
po/no.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sv.po
po/vlc.pot
src/libvlc.h
src/playlist/playlist.c