[pulseaudio-commits] Changes to 'refs/tags/v4.0'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Mar 5 15:52:01 UTC 2019
Tag 'v4.0' created by Tanu Kaskinen <tanuk at iki.fi> at 2019-03-05 15:38 +0000
PulseAudio Volume Control 4.0
-----BEGIN PGP SIGNATURE-----
iGsEABECACsWIQS2Hh1BHVe9FvEVNhYkdwZM6LnzvQUCXH6X9g0cdGFudWtAaWtp
LmZpAAoJECR3BkzoufO9kjcAnRtmocIQWCFb+CkczPlT2zWK9Sq3AKCMAmlr0NMG
2r8MX0oq/VzsEHM/HQ==
=NogP
-----END PGP SIGNATURE-----
Changes since v3.0:
Anders Jonsson (2):
main: Fix typo
i18n: update the Swedish translation
Andreas Rönnquist (1):
Remove closing window by pressing Esc
Antonio Ospite (2):
i18n: Some fixes for the Italian translation
i18n: improve one Italian string
Arun Raghavan (5):
build-sys: Depend on libpulse >= 5.0
build-sys: Use C++11 for building
doc: Update link to git repository
build-sys: Add m4 file for AX_CXX_COMPILE_STDCXX_11
mainwindow: Don't add a border on the outermost vbox
Bruno Duyé (1):
i18n: "Définir comme alternative" means "Set as an alternative" ...
Colin Leroy (2):
devicewidget: Set latency offset's maximum to 5000ms
Implement single-launch with Gtk::Application
David Kreuter (1):
mainwindow: unavailable profiles are marked as such in their description
Felipe Sateler (1):
mainwindow: force icons to have sane size
Jose A. Múrcia (1):
i18n: add Valencian translation
Jung-Kyu Park (1):
i18n: add Korean translation
Karl Ove Hufthammer (3):
i18n: Add Norwegian Nynorsk translation
channelwidget: Make volume strings translatable and add missing space
i18n: Update Norwegian Nynorsk translations
Lukas K (1):
Add checkbutton for disabling volume meters
Masato Hashimoto (1):
i18n: update the Japanese translation
Nikita Zlobin (1):
UI form enhancement
Paul W. Frields (1):
Use freedesktop.org standard icon name
Peter Meerwald (1):
Add --version command line option
Pino Toscano (1):
Remove Encoding key from .desktop file
Piotr Drąg (5):
i18n: Updated Polish translation
i18n: update Polish translation
i18n: move Valencian translation to the standard language code
i18n: update Polish translation
i18n: update Polish translation
Tanu Kaskinen (24):
.gitignore: add compile
README: update links
pavucontrol.glade: use a more appropriate icon for the channel lock button
remove unnecessary RefPtr wrapping of PavuApplication
remove unnecessary Window -> MainWindow casting
update repository links to GitLab
pavuapplication: initialize members in the constructor
move some widget initializations from MinimalStreamWidget to subclasses
rename more objects in the quest to get rid of duplicate IDs
pavucontrol.glade: object renames automatically done by Glade
pavucontrol.glade: changes automatically done by Glade
drop gtk2 support
README: remove the copyright notice
README: add "Bug Reports" and "Contributing Code" sections
README: remove the "Acknowledgements" section
README: remove reference to an ancient Debian version
README: remove the page footer
README: add a news item for the upcoming release
pavucontrol.glade: right-align channel labels
channelwidget: refactor to reduce repetition
channelwidget: ensure that all channel labels have the same width
README: a couple of edits for the 4.0 changelog
i18n: add zh_TW to LINGUAS
prepare for releasing 4.0
Thomas Lange (1):
i18n: update German translation
Tuure Savuoja (1):
i18n: update Finnish (fi) translation for "set as fallback"
Yi-Jyun Pan (1):
Update Headers
Yuri Chornoivan (1):
i18n: add Lithuanian translation
muzena (1):
i18n: add Croatian translation
pan93412 (1):
Update Chinese (Taiwan) Translation
---
.gitignore | 1
configure.ac | 26 -
doc/README.html.in | 65 ++--
m4/ax_cxx_compile_stdcxx.m4 | 558 ++++++++++++++++++++++++++++++++++++
m4/ax_cxx_compile_stdcxx_11.m4 | 39 ++
po/LINGUAS | 6
po/POTFILES.in | 1
po/ca at valencia.po | 407 ++++++++++++++++++++++++++
po/de.po | 479 +++++++++++++++++++++----------
po/fi.po | 7
po/fr.po | 8
po/hr.po | 621 +++++++++++++++++++++++++++++++++++++++++
po/it.po | 29 -
po/ja.po | 21 -
po/ko.po | 394 ++++++++++++++++++++++++++
po/lt.po | 400 ++++++++++++++++++++++++++
po/nn.po | 583 ++++++++++++++++++++++++++++++++++++++
po/pl.po | 601 ++++++++++++++++++++++++++-------------
po/sv.po | 551 +++++++++++++++++++++++++-----------
po/zh_TW.po | 578 ++++++++++++++++++++++++++++++++++++++
src/Makefile.am | 1
src/cardwidget.cc | 4
src/channelwidget.cc | 43 ++
src/channelwidget.h | 11
src/devicewidget.cc | 31 --
src/devicewidget.h | 4
src/mainwindow.cc | 100 +++++-
src/mainwindow.h | 7
src/minimalstreamwidget.cc | 36 +-
src/minimalstreamwidget.h | 17 +
src/pavuapplication.cc | 183 ++++++++++++
src/pavuapplication.h | 52 +++
src/pavucontrol.cc | 93 +-----
src/pavucontrol.desktop.in | 1
src/pavucontrol.glade | 391 +++++++++++++++----------
src/pavucontrol.h | 4
src/streamwidget.cc | 27 -
src/streamwidget.h | 1
38 files changed, 5497 insertions(+), 884 deletions(-)
---
More information about the pulseaudio-commits
mailing list