[vlc-commits] [Git][videolan/vlc][master] 5 commits: gnutls: fix --gnutls-dir-trust longtext
Jean-Baptiste Kempf
gitlab at videolan.org
Wed May 12 06:56:25 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
a0a76660 by Lyndon Brown at 2021-05-12T05:44:11+00:00
gnutls: fix --gnutls-dir-trust longtext
was mistakenly using shorttext instead of the defined longtext.
- - - - -
d75459a3 by Lyndon Brown at 2021-05-12T05:44:11+00:00
remove unnecessary option longtext
where identical to shorttext, or near enough.
bad because:
- wastes resources.
- useless tooltips in prefs GUI (poor UX) - tooltip longtext should add
something of value.
- useless repetition of text in certain help output.
in some cases they differed only in full-stop, creating unnecessary extra
burden on translators.
- - - - -
02ef32e6 by Lyndon Brown at 2021-05-12T05:44:11+00:00
remove some useless option longtexts
longtext should add something of value, otherwise results in useless
tooltips and a waste of translator time.
in the ball case, feedback was that the longtext was better than the
existing shorttext.
- - - - -
abf09ac0 by Lyndon Brown at 2021-05-12T05:44:11+00:00
decklink: remove two unused defines
- - - - -
749602af by Lyndon Brown at 2021-05-12T05:44:11+00:00
keychain: shorter shorttext for --keychain-accessibility-type
far too long and no doubt problematic for prefs interfaces. move the text
to longtext (tooltip) and add a shorter shorttext.
- - - - -
30 changed files:
- modules/access/alsa.c
- modules/access/dtv/access.c
- modules/access/live555.cpp
- modules/access/rdp.c
- modules/access/satip.c
- modules/access/screen/screen.c
- modules/access/srt.c
- modules/access/timecode.c
- modules/access/vnc.c
- modules/access_output/http-put.c
- modules/access_output/livehttp.c
- modules/access_output/srt.c
- modules/audio_output/alsa.c
- modules/audio_output/amem.c
- modules/audio_output/auhal.c
- modules/audio_output/file.c
- modules/audio_output/jack.c
- modules/codec/avcodec/avcodec.c
- modules/codec/avcodec/avcodec.h
- modules/codec/fluidsynth.c
- modules/codec/qsv.c
- modules/codec/schroedinger.c
- modules/codec/x264.c
- modules/demux/adaptive/adaptive.cpp
- modules/demux/avi/avi.c
- modules/demux/demuxdump.c
- modules/demux/mkv/mkv.cpp
- modules/demux/ytdl.c
- modules/gui/macosx/main/macosx.m
- modules/gui/qt/qt.cpp
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/88388b6f51cbb4000bce68895e2332aa6b54afea...749602aff10908bc8d254fcf12d59966950584ae
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/88388b6f51cbb4000bce68895e2332aa6b54afea...749602aff10908bc8d254fcf12d59966950584ae
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list