Summary of changes
- Application panel: Allow to set and to disable the wallpaper in the overview
- Application panel: Ask for confirmation before resetting favorites
- Feedback panel: Handle volumes of alerts, multimedia,
notifications, etc separately when role based streams are in use.
- Issues fixed:
- Contributors:
- Guido Günther
- Tomi Lähteenmäki
- Guido Günther
i18n updates
- UI translations:
- Anders Jonsson (sv)
- Antonio Marin (ro)
- Artur S0 (ru)
- Baxrom Raxmatov (uz)
- Bruce Cowan (en_GB)
- Danial Behzadi (fa)
- Ekaterine Papava (ka)
- Emin Tufan Çetin (tr)
- Martin (sl)
- Sabri Ünal (tr)
- Yaron Shahrabani (he)
- Yuri Chornoivan (uk)
- Álvaro Burns (pt_BR)
- Anders Jonsson (sv)
Detailed changes
phosh-mobile-settings (0.47.0) experimental; urgency=medium
.
[ Tomi Lähteenmäki ]
* tests: Use opengl renderer on gtk>=4.19.1.
The old "gl" renderer is now accepted again but one should use "opengl"
renderer: https://gitlab.gnome.org/GNOME/gtk/-/commit/e19de7ee959929828ff5342617879cc3d97bd2d9
See also: https://gitlab.gnome.org/GNOME/gtk/-/commit/b111923d7a6e25c15a813caf350df31afee94706
.
[ Guido Günther ]
* resources: Sort icons alphabetically
* subprojects: Add gvc
* audio-devices: New class that allows to track loopback devices.
These represent our different stream types like alert, multimedia and
notificatio.
See https://gitlab.freedesktop.org/agx/feedbackd/-/merge_requests/170
for a matching pipewire configuration.
The classes are based on Phosh's audio-device* classes.
* feedback-panel: Track audio devices.
Using ms-audio-devices track the relevant loopback devices
* audio-device-row: New widget adjust tweak volume of a loopback sink.
The widget is meant to be used with a list box creat function and takes
an audio device as input which it then uses to map the volume slider to
the stream volume.
* data: Add call-ring symbolic icon.
Taken from GNOME's awesome IconLibrary
* feedback-panel: Allow to set volume of loop streams.
This allows to adjust the volumes of alerts, multimedia and
notifications separately.
Closes: https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/issues/15
.
[ Ekaterine Papava ]
* Update Georgian translation
.
[ Artur S0 ]
* Update Russian translation
.
[ Álvaro Burns ]
* Update Brazilian Portuguese translation
.
[ Yuri Chornoivan ]
* Update Ukrainian translation
.
[ Sabri Ünal ]
* Update Turkish translation
.
phosh-mobile-settings (0.47~rc1) experimental; urgency=medium
.
[ Guido Günther ]
* applications-panel: Rename to overview panel.
It handles aspects of the overview and app-grid.
* overview-panel: Sort template children alphabetically
* overview-panel: Drop GTK version check.
We can assume recent enough GTK nowadays
* overview-panel: Use g_object_unref.
Simpler than g_clear_pointer
* utils: Move wallpaper setting here.
We make it an async function so it can be reused in other panels.
* utils: Move picture mode from/to bool conversion here
* lockscreen-panel: Use new helper from utils
* overview-panel: Allow to set background wallpaper.
This makes it consistent with the lockscreen wallpaper and gives us an
easy way to disable it.
* overview: Reindent UI file.
No other changes
* treewide: Fixed signed vs unsigned comparisons
* build: Enable -Ssign-compare
* build: Drop -Wno-missing-field-initializers.
We set -Wmissing-field-initializers couple of lines above
* overview-panel: Ask for confirmation when resetting favorites.
People take great care in setting these up, let's check before going
back to the defaults.
.
[ Baxrom Raxmatov ]
* Add Uzbek (Latin) translation
.
[ Antonio Marin ]
* Update Romanian translation
.
[ Yaron Shahrabani ]
* Update Hebrew translation
.
[ Yuri Chornoivan ]
* Update Ukrainian translation
.
[ Martin ]
* Update Slovenian translation
.
[ Danial Behzadi ]
* Update Persian translation
.
[ Bruce Cowan ]
* Update British English translation
.
[ Emin Tufan Çetin ]
* Update Turkish translation
.
[ Anders Jonsson ]
* Update Swedish translation