[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][debian/master] 72 commits: po: Update Czech translation

Guido Günther gitlab at salsa.debian.org
Wed Mar 31 17:06:54 BST 2021



Guido Günther pushed to branch debian/master at Debian On Mobile / phosh


Commits:
ec4161ed by Jaroslav Svoboda at 2021-03-04T10:43:35+01:00
po: Update Czech translation

- - - - -
600b6761 by Guido Günther at 2021-03-09T04:14:04+00:00
osd-window: Drop padding around levelbar

This avoids a thin black border noticeable on light backgrounds

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
88e98334 by Jan Jasper de Kroon at 2021-03-10T19:08:27+01:00
po: Update dutch translation

- - - - -
88af8783 by Guido Günther at 2021-03-12T19:53:41+00:00
wwan-iface: Add 'enabled' property

This indicates if the modem is enabled.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
fb5a00e9 by Guido Günther at 2021-03-12T19:53:41+00:00
wwan-mm: Complete PhoshMMModemState

This matches MMModemState

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
1a75bcb4 by Guido Günther at 2021-03-12T19:53:41+00:00
wwan-mm: Handle 'enabled' property

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
ecc3a8bf by Guido Günther at 2021-03-12T19:53:41+00:00
wwan-ofono: Handle enabled property

We always return TRUE here to not break existing users.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
8a56699c by Guido Günther at 2021-03-12T19:53:41+00:00
wwaninfo: Correctly indicate disabled state

So far we used the signal-strength 0 icon which is confusing.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
9cf47b54 by Emin Tufan Çetin at 2021-03-14T10:23:28+00:00
po: Update Turkish translation
- - - - -
8b190303 by Evangelos Ribeiro Tzaras at 2021-03-15T13:33:09+00:00
shell: Use G_PARAM_STATIC_STRINGS for all properties

- - - - -
9890555f by Evangelos Ribeiro Tzaras at 2021-03-15T13:33:09+00:00
phosh_shell_get_state: Use enum value instead of magic constant

- - - - -
ecab84f7 by Evangelos Ribeiro Tzaras at 2021-03-15T13:33:09+00:00
phosh_shell_get_state: Use `Removing from` instead of `Removing to` in debug message

- - - - -
911f7a74 by Evangelos Ribeiro Tzaras at 2021-03-15T13:33:09+00:00
shell: make `shell_state` a property

This allows to bind the new GnomeShellManager:action_mode property.
For that we move the initial call to `phosh_gnome_shell_manager_get_default`
to `PhoshShell`'s `setup_idle_cb()` (which is nicer anyway since we do
less work on startup).

Closes #513

- - - - -
19c8a092 by Guido Günther at 2021-03-15T21:33:45+01:00
Add geoclue DBus interface files

This were taken from gnome-shell as of
1dc971d76025416249598f9b8e5a12e37c9dec22

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
383e52e2 by Guido Günther at 2021-03-15T21:33:45+01:00
Add geoclue location manager

This honors the 'org.gnome.system.location enabled' GSetting for global
access to location services.

To work it needs an entry for phosh in /etc/geoclue/geoclue.conf.

Closes: #153

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
128da967 by Guido Günther at 2021-03-15T21:33:45+01:00
Add "location service in use" indicator

This indicates that the location sevice is in use via the status bar.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>
Closes: #527

- - - - -
494c72d6 by Guido Günther at 2021-03-15T21:33:45+01:00
location-manager: Reject all per app auth requests

Reject auth by default for the per-app case until we implemented per app
location permissions (#524).

It currently doesn't hurt us badly since the current test in geoclue
whether there should be an auth request is based on
gclue_client_info_get_xdg_id() returning !NULL. Due to /proc/%u/cgroup
not containining '1:name=systemd:' this isn't the case and hence apps
are authorized by geoclue by default.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
8bc9dd14 by Andy Holmes at 2021-03-17T23:53:28-07:00
screen-saver-manager: fix type name in idle callback

Type name was PhoshTorchManager instead of PhoshScreenSaverManager

- - - - -
c8e03ee7 by Guido Günther at 2021-03-19T12:16:25+00:00
polkit-auth-prompt: Make buttons use the whole width

- - - - -
582c662a by Guido Günther at 2021-03-19T12:16:25+00:00
polkit-auth-prompt: Move auth button creation into ui file

This makes it simpler to maintain with the reset of the code

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
2915ff27 by Guido Günther at 2021-03-19T12:16:25+00:00
polkit-auth-prpmopt: Move info label next to icon

This makes it more consistent with the other dialogs.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
705527ae by Guido Günther at 2021-03-19T12:16:25+00:00
polkit-auth-agent: Make buttons a bit larger

This makes them easier to use on mobile. We add a style class
so we can reuse that in other modal dialogs.

- - - - -
ff05172b by Guido Günther at 2021-03-19T12:16:25+00:00
style.css: Move spacing to content area

This allows buttons to go to the very bottom of the dialog box.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
dc08d0c6 by Guido Günther at 2021-03-19T12:16:25+00:00
system-modal: Document the style classes

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
a47321db by Guido Günther at 2021-03-19T12:16:25+00:00
system-prompt: Use system-modal style classes

- - - - -
18289d48 by Guido Günther at 2021-03-19T12:16:25+00:00
network-auth-prompt: Use system-modal style classes

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
7ebb3377 by Guido Günther at 2021-03-19T12:16:25+00:00
system-modal: Use ultrabold font for title

Introduce a style class for that. The other dialogs
need more work since they don't use a generic title yet.

See #201

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
f662b8f7 by Guido Günther at 2021-03-19T16:55:27+01:00
top-panel: Add some spacing between the entries

Helps #331

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
26f27406 by Guido Günther at 2021-03-22T10:00:48+00:00
polkit-auth-prompt: Remove the button border

This gets this dialog in line with the buttons of other modal dialogs.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
ecc1c72f by Guido Günther at 2021-03-22T10:00:48+00:00
system-modal: Adjust button layout to designs

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
d27a2c79 by Guido Günther at 2021-03-22T10:00:48+00:00
system-modal: Adjust dialog color to designs

Closes: #201

- - - - -
19fb70d4 by Guido Günther at 2021-03-22T10:00:48+00:00
system-prompt: Adjust to designs

Drop the icon and center message texts

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
0e540041 by Guido Günther at 2021-03-22T10:00:48+00:00
network-auth-prompt: Adjust to designs

Drop the icon and center message texts

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
f6fa8e4d by Balázs Meskó at 2021-03-22T16:25:13+00:00
po:Update Hungarian translation

- - - - -
e36e0daa by Yuri Chornoivan at 2021-03-23T14:17:54+00:00
po: Update Ukrainian translation

- - - - -
98b5b999 by Guido Günther at 2021-03-23T17:50:01+00:00
system-prompt: Add missing G_{BEGIN,END}_DECLS

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
14a763b0 by Guido Günther at 2021-03-23T17:50:01+00:00
app-auth-prompt: Used to authorize app permissions

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
bc82c3b7 by Guido Günther at 2021-03-23T17:50:01+00:00
location-manager: Use app-auth-manager to ask for geoclue permissions

Closes: #524, #532

- - - - -
2efe8b95 by Guido Günther at 2021-03-23T19:34:30+01:00
dir-locals: Don't use tabs in ui files

- - - - -
5d748924 by Guido Günther at 2021-03-23T19:34:30+01:00
test: Move get_monitor() to testlib

Useful for other layer-surface tests as well

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
db8627e7 by Guido Günther at 2021-03-23T19:34:30+01:00
Add system-modal-dialog class

This can serve as base for sytem modal dialogs

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
f5a09f14 by Guido Günther at 2021-03-23T19:34:30+01:00
polkit-auth-prompt: Use PhoshSystemModalDialog

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
a607013e by Guido Günther at 2021-03-23T19:34:30+01:00
polkit-auth-prompt: Use SystemModalDialog's `dialog-canceled` signal

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
774cd621 by Guido Günther at 2021-03-23T19:34:30+01:00
polkit-auth-prompt: Adjust to designs

Center text and icons. We need to use a label instead of
putting the placeholder text into the password entry since
GTK3 only allows for a placeholder text when the entry does
not have the focus.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
e948e1bd by Guido Günther at 2021-03-23T19:34:30+01:00
system-modal-dialog: Allow to swipe away

Allow to cancel dialogs by swiping them away

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
43b33c5d by Guido Günther at 2021-03-23T19:34:30+01:00
system-modal-dialog: Limit width to 400px

Add a clamp so the dialog keeps a sane width to height ratio.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
e2554ec6 by Guido Günther at 2021-03-23T19:34:30+01:00
app-auth-prompt: Use system-modal-dialog

Closes: #536

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
0c98ab50 by Guido Günther at 2021-03-23T19:34:30+01:00
system-prompt: Switch to system-modal-dialog

Less code and more consistency.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
d06c2c8d by Guido Günther at 2021-03-23T19:34:30+01:00
network-auth-prompt: Switch to system-modal-dialog

Less code and more consistency.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
c23e75ab by Guido Günther at 2021-03-23T19:34:30+01:00
network-auth-dialog: Remove unused system-prompt-grid

Takes up vertical space but isn't used.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
ba052e15 by Guido Günther at 2021-03-23T19:34:30+01:00
style.css: Remove now unused styling

All dialogs use PhoshSystemModalDialog now

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
f37ea6ea by Yuri Chornoivan at 2021-03-24T11:25:32+00:00
po: Update Ukrainian translation

- - - - -
8143b944 by Guido Günther at 2021-03-25T11:10:47+00:00
batteryinfo: Don't leak string

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
d53ca402 by Guido Günther at 2021-03-25T11:10:47+00:00
head: Don't reassign product

Use model as intended

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
10405e82 by Guido Günther at 2021-03-26T08:04:56+00:00
system-modal-dialog: Tweak system-modal-dialog CSS

- Use slightly darker background
- Use 2px separator between buttons
- Use 2px separator to dialog content

See: #537

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
d164ef67 by Guido Günther at 2021-03-26T17:35:50+01:00
dir-locals: Use 2 spaces for css indent

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
99f94b3e by Guido Günther at 2021-03-26T17:35:50+01:00
gnome-shell-manager: Properly name variable

Looks like a c'n'p from PhoshNotifyManager

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
a020f57a by Guido Günther at 2021-03-26T17:35:50+01:00
docs: Add PhoshSystemModalDialog

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
69e096bc by Guido Günther at 2021-03-26T17:35:50+01:00
app-list-model: Prefix timer with [phosh]

This makes it consistent with other timers

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
52a7ef74 by Guido Günther at 2021-03-26T17:35:50+01:00
dbus: Add org.gnome.SessionManager.EndSessionDialog protocol

This will be needed for the 'end session' dialog

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
cb9b044e by Guido Günther at 2021-03-26T17:35:50+01:00
panel: Drop workarounds

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
ca2cd7ad by Guido Günther at 2021-03-26T17:35:50+01:00
tools: Add script to check end-session-dialog

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
fb4c5e1d by Guido Günther at 2021-03-26T17:35:50+01:00
Add PhoshEndSessionDialog

This dialog will be invoked by PhoshSessionManager to present
logout/reboot/restart requests.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
dc2de6e0 by Guido Günther at 2021-03-26T17:35:50+01:00
session: Export end-session-dialog

Export the end-session-dialog DBus API used by gnome-session. Upon
invocation it will spawn PhoshEndSessionDialog.

Closes: #54, #520

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
a69c77be by Yuri Chornoivan at 2021-03-29T13:44:35+03:00
po: Update Ukrainian translation

- - - - -
3002a58e by Sebastian Krzyszkowiak at 2021-03-30T10:52:39+02:00
style.css: Disable PhoshActivity's button transitions

Adwaita sets `transition: all 200ms $ease-out-quad;` for all
GtkButtons. In our case, the transitions being animated are
not visible at all, but they still cause redraws, which can
be rather heavy when window thumbnails are involved.

- - - - -
26740806 by Guido Günther at 2021-03-30T11:44:18+00:00
home: Don't reuse bindings

g_settings_get_strv() is transfer-full so reusing it before freeing
it beforehand leaks the data.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>

- - - - -
78e72c5f by Guido Günther at 2021-03-30T11:44:18+00:00
background: Don't leak slideshow

We need to unref it before reassigning a new one.

- - - - -
3d9e4040 by Guido Günther at 2021-03-30T11:44:18+00:00
gnome-shell-manager: Don't leak GVariantIter

- - - - -
008eb382 by Guido Günther at 2021-03-30T16:03:56+02:00
Document changes and release 0.10.0

- - - - -
3ab1c7ac by Guido Günther at 2021-03-31T16:59:13+02:00
Update upstream source from tag 'v0.10.0'

Update to upstream version '0.10.0'
with Debian dir 50264e7d15cf08548c9445dfe0c78306ed65fa6e
- - - - -
5b5718c1 by Guido Günther at 2021-03-31T17:40:55+02:00
Document changes and release 0.10.0-1

- - - - -


30 changed files:

- .dir-locals.el
- debian/changelog
- docs/phosh-docs.xml
- po/POTFILES.in
- po/cs.po
- po/hu.po
- po/nl.po
- po/tr.po
- po/uk.po
- + src/app-auth-prompt.c
- + src/app-auth-prompt.h
- src/app-list-model.c
- src/background.c
- src/batteryinfo.c
- src/dbus/meson.build
- + src/dbus/org.freedesktop.GeoClue2.Agent.xml
- + src/dbus/org.freedesktop.GeoClue2.Manager.xml
- + src/dbus/org.gnome.SessionManager.EndSessionDialog.xml
- + src/end-session-dialog.c
- + src/end-session-dialog.h
- src/gnome-shell-manager.c
- src/home.c
- + src/location-info.c
- + src/location-info.h
- + src/location-manager.c
- + src/location-manager.h
- src/meson.build
- src/monitor/head.c
- src/network-auth-prompt.c
- src/network-auth-prompt.h


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/51ab4543c430df3359c340cf2a7728d1795dd2f7...5b5718c1855d403fd469992206e194f625917945

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/51ab4543c430df3359c340cf2a7728d1795dd2f7...5b5718c1855d403fd469992206e194f625917945
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210331/9b5974b6/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list