[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][upstream/latest] 108 commits: po: Update Czech translation
Guido Günther
gitlab at salsa.debian.org
Mon Apr 12 11:01:12 BST 2021
Guido Günther pushed to branch upstream/latest 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
- - - - -
46925c58 by Guido Günther at 2021-03-31T15:57:02+00:00
rotateinfo: Fix indentation
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
e82f9cda by Guido Günther at 2021-03-31T15:57:02+00:00
monitor-manager: Fix doc string
Make function name match the actual definition.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
dcfcc373 by Guido Günther at 2021-03-31T15:57:02+00:00
torch: Make debug statement more useful
We want to what things changed not only that s.th. happened.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
663443a2 by Guido Günther at 2021-03-31T15:57:02+00:00
proximity: Handle NULL builtin monitor
There might be no builtin monitor at all or it could be disabled.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
ea4e5172 by Guido Günther at 2021-03-31T15:57:02+00:00
shell: Create sensor-manager early
We want that before the panels since those might use other
managers that need the sensor-manager (e.g. rotation-manager)
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
24dc021e by Guido Günther at 2021-03-31T15:57:02+00:00
shell: Don't bother with accelerometer
Rotation-manager takes care of that
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
23ae71f8 by Guido Günther at 2021-03-31T15:57:02+00:00
shell: Decruft builtin monitor setup
Just look it up on start since it can't change.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
973da32a by Guido Günther at 2021-03-31T15:57:02+00:00
Avoid sensor-proxy singleton
Treat it as regular initable that is fetched from the shell
like other managers.
- - - - -
f121e0a9 by Guido Günther at 2021-03-31T15:57:02+00:00
Add rotation-manager
The rotation manager listens to device orientation changes
and adjusts the primary display accordingly.
This interfaces with lockscreen, iio-sensor-proxy and
gsettings to figure out the correct screen orientation.
The manager has two modes: off (don't rotate any output) and sensor
(adjust due to sensor values).
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
dd6c6124 by Guido Günther at 2021-03-31T15:57:02+00:00
rotateinfo: Display either rotation lock or orientation
Based on the rotation managers mode dislay appropriate information.
Closes: #18
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
134dcc15 by Guido Günther at 2021-03-31T15:57:02+00:00
settings: Add orientation lock to rotate quick setting
Long press switches between potrait/landscape and rotation lock.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
2ec5679c by Guido Günther at 2021-03-31T15:57:02+00:00
settings: Don't close menu when toggling rotation lock
This makes it consistent with other toggles like feedback toggle.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
7187a857 by Guido Günther at 2021-03-31T15:57:02+00:00
Move Lockscreen rotation fixup to rotation-manager
No need to have several objects involved. This avoids
lockscreen and rotation manager racing since we can
do it past the unclaim of the accelerometer.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
2355bc52 by Guido Günther at 2021-03-31T15:57:02+00:00
rotateinfo: Use monitor from rotation-manager consistently
So far this was dependent on mode and incorrectly tracked the primary
monitor for manual toggle.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
aaeac724 by Guido Günther at 2021-03-31T15:57:02+00:00
shell: Drop transform handling
This is done by the rotation-manager which always acts on the
given monitor.
Closes: #56
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
688b1718 by Guido Günther at 2021-03-31T15:57:02+00:00
rotation-manager: Mess with transform as little as possible
On phones when we're already using portrait orientation don't bother
fixing this up. This allows for e.g. upside down operation.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
85d436f6 by Guido Günther at 2021-03-31T15:57:02+00:00
monitor: Update org.gnome.Mutter.DisplayConfig
This is from mutter's 331b5f356311f1dcfc1b580e349a60d25fc0e34f
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
59e6b051 by Guido Günther at 2021-03-31T15:57:02+00:00
monitor-manager: Drop supports-mirroring prop
It got removed with the DisplayConfig interface update. Mutter doesn't
use it anymore, g-c-c still parses it but doesn't use it in 3.38.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
f2cf3579 by Guido Günther at 2021-03-31T15:57:02+00:00
monitor-manager: Handle panel-orientation-managed
Closes: #540
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
1367e5e3 by Guido Günther at 2021-03-31T15:57:02+00:00
monitor-manager: Delay 'monitor-added' until monitor is configured
This makes is simpler for other parts of the shell since they don't
need to track this on their own.
While at that make phosh_monitor_manager_add_monitor private since
this should only happen within monitor-manager.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
4fea7ed8 by Guido Günther at 2021-03-31T15:57:02+00:00
shell: Handle builtin monitor dynamically
It e.g. goes away when disabled in docked mode
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
8f61e112 by Guido Günther at 2021-03-31T15:57:02+00:00
rotation-manager: Update tracked monitor
Update tracked monitor when builtin changes. We do this explicitly
rather than listening to changes on monitor-manager since this way
the rotation-manager doesn't need to be aware that it's tracking
a built-in monitor. It just tracks what's passed in.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
42791321 by Guido Günther at 2021-03-31T15:57:02+00:00
rotateinfo: Make insensitive when built-in monitor is disabled
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
e6f84cec by Clayton Craft at 2021-03-31T20:36:59-07:00
meson: bump version to 0.10.0
Seems like this was missed when 0.10.0 was tagged.
- - - - -
9a76f857 by Daniel Șerbănescu at 2021-04-01T07:19:57+00:00
po: Update Romanian translation
- - - - -
0faac2ac by Yuri Chornoivan at 2021-04-01T16:49:44+03:00
po: Update Ukrainian translation
- - - - -
48d25561 by Emin Tufan Çetin at 2021-04-05T09:44:21+00:00
po: Update Turkish translation
- - - - -
8eb89669 by Jan Jasper de Kroon at 2021-04-06T07:58:31+00:00
po: Update Dutch translation
- - - - -
454adddf by Guido Günther at 2021-04-06T12:35:31+00:00
end-session-dialog: Drop debug leftover
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
084d406c by Guido Günther at 2021-04-07T14:43:35+02:00
lockscreen-manager: Remove unused timeout property
Unused since d3028d50686a1fba7876355ea3272def281ad030
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
26a2a40b by Guido Günther at 2021-04-07T14:43:46+02:00
lockscreen-manager: Document phosh_lockscreen_manager_set_locked
Use a better argument name while at that.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
8d4b5d0d by Guido Günther at 2021-04-07T14:43:55+02:00
lockscreen: Fix signal name
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
8eab374d by Guido Günther at 2021-04-07T14:44:03+02:00
monitor-manager: Clarify doc string
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
b99126ce by Guido Günther at 2021-04-07T14:44:07+02:00
screen-saver-manager: Clarify debug message
Make it obvious we're sending out the DBus signal
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
ca624a19 by Guido Günther at 2021-04-08T20:18:29+02:00
shell: Look at the right manager
Don't check torch manager when we want location.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
3458d307 by Guido Günther at 2021-04-08T20:18:38+02:00
shell: Don't create loctation manager twice
Since the panels are constructed before the init in the shell's
idle_cb we'd construct twice since priv->location_manager is still
NULL. USe the getter instead to be independent from init order.
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
7526f539 by Guido Günther at 2021-04-09T16:52:16+00:00
location-manager: Translate location accuracy levels
Geoclue uses something different then the desktop schemas.
Thanks: Dylan Van Assche for the report
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
44f447ab by Guido Günther at 2021-04-12T10:16:16+02:00
location-manager: Translate location accuracy levels
Geoclue uses something different then the desktop schemas.
Thanks: Dylan Van Assche for the report
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
- - - - -
30 changed files:
- .dir-locals.el
- debian/changelog
- docs/phosh-docs.xml
- meson.build
- po/POTFILES.in
- po/cs.po
- po/hu.po
- po/nl.po
- po/ro.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/lockscreen-manager.c
- src/lockscreen.c
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/b90c5c6a562d40847ef118e636dd3115f81b009c...44f447ab6e3d4943311fa13db6f65a6d5627b34c
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/b90c5c6a562d40847ef118e636dd3115f81b009c...44f447ab6e3d4943311fa13db6f65a6d5627b34c
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/20210412/1c5f750d/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list