[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][upstream/latest] 56 commits: Update fr.po

Guido Günther gitlab at salsa.debian.org
Tue Jan 19 11:13:31 GMT 2021



Guido Günther pushed to branch upstream/latest at Debian On Mobile / phosh


Commits:
0e79cc87 by xam ina at 2020-12-18T18:12:54+00:00
Update fr.po
Modification:
-Lock Screen becomes "Verrouiller l'écran"
-Logout becomes "Déconnexion"
-Restart becomes "Redémarrer"
-Power off becomes "Éteindre"
- - - - -
2e84d7f4 by Guido Günther at 2020-12-21T17:00:18+00:00
keyboard-events: Drop newlines from `g_warning()`

g_warning newline terminates on it's own.

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

- - - - -
ac2d8a50 by Guido Günther at 2020-12-22T07:52:45+00:00
d/control: Update from debian

This typos and package sections

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

- - - - -
a41fcdab by Guido Günther at 2020-12-22T07:52:45+00:00
d/control: Update dependencies/recommends from Debian

We don't pull them in on amber and we want them for byzantium
anyway.

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

- - - - -
341b54bd by Guido Günther at 2020-12-22T21:09:45+01:00
gitlab-ci: Drop test-package stage

Since we have PureOS packaging mostly separate drop the
last pipeline stage since that is run there. This brings
down build times and uses fewer runners.

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

- - - - -
11bfd2a5 by Guido Günther at 2020-12-23T09:32:13+00:00
Move overrides to data

This makes it simpler for downstreams to track changes.

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

- - - - -
beea19ce by Guido Günther at 2020-12-23T09:32:13+00:00
Move systemd service to data/

This makes it simpler to track for downstreams.

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

- - - - -
9c04cf61 by Guido Günther at 2020-12-24T08:02:56+00:00
lockscreen: Drop leading space in day of month

Closes: #225

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

- - - - -
79c0547c by Guido Günther at 2020-12-24T08:02:56+00:00
po: Adjust locales to string change

This avoids breaking all locales

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

- - - - -
9ed65be9 by Guido Günther at 2020-12-27T17:16:40+00:00
notify-manager: Don't leak notifiation

A ref is taken when added to the list so no need to keep
it around

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

- - - - -
e1640717 by Anders Jonsson at 2020-12-29T12:26:42+00:00
po: Update Swedish translation

- - - - -
bbfa3ae6 by Tomasz at 2020-12-30T20:00:14+00:00
Update Polish translation

po: update Polish translation

- - - - -
0ca4ab1b by Guido Günther at 2020-12-31T11:47:34+00:00
settings: Make sure we rotate clockwise

wlroots as of 0.11.0 changed rotation correction. Adapt to that,
we don't bother what older versions do - downstream can just
revert.

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

- - - - -
e014a550 by Guido Günther at 2021-01-06T17:24:39+01:00
shell: Properly sync lock property

The shell's locked property did not really reflect the state of
lockscreen-manager's "locked" property. Fix this by binding those two.

This will also simplify things like the rotation manager since we
don't need to pass the lockscreen-manager around anymore.

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

- - - - -
726b5662 by Guido Günther at 2021-01-06T18:01:38+01:00
polkit-auth-agent: Disable verbose debugging

We don't want cookies, etc to end up in the logs

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

- - - - -
c1fd47ac by Guido Günther at 2021-01-06T18:01:38+01:00
polkit-auth-prompt: Unref session too

Otherwise we'll get a "completed" signal when phosh shuts down leading
to

(phosh:12595): Gtk-CRITICAL **: 17:55:54.666: gtk_spinner_stop: assertion 'GTK_IS_SPINNER (spinner)' failed

(phosh:12595): Gtk-CRITICAL **: 17:55:54.666: gtk_widget_hide: assertion 'GTK_IS_WIDGET (widget)' failed

in the logs

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

- - - - -
cbe5917a by Guido Günther at 2021-01-06T18:01:38+01:00
polkit-auth-agent: Toggle auth prompt with lockscreen visibility

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

- - - - -
ee5ddbfa by Guido Günther at 2021-01-06T18:01:38+01:00
wifimanager: Toggle network auth prompt with lockscreen visibility

Closes: #299

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

- - - - -
b9ba377a by Guido Günther at 2021-01-06T20:31:17+01:00
system-prompter: Toggle system auth prompt with lockscreen visibility

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

- - - - -
6d3b38a9 by Timo Jyrinki at 2021-01-08T19:06:06+02:00
po: Update Finnish translation

- - - - -
fbcc7525 by xam ina at 2021-01-10T11:10:16+00:00
po: Update French translation
- - - - -
e0e68f8d by Sebastian Krzyszkowiak at 2021-01-13T22:30:20+01:00
gitlab-ci: Don't use global before_script for package jobs

It used to work accidentally because pipeline definitions
had been overriding before_script, which isn't the case anymore.

- - - - -
f3395204 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Clarify physical and logical monitors

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

- - - - -
8391a4ab by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Use head for physical monitors in get_current_state

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

- - - - -
28ccec11 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Don't bother setting up modes in GetResources

Only the ones from CurrentState are relevant.

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

- - - - -
33306119 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Make sure to bump serial on config changes

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

- - - - -
9e4931c2 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Notify DBus listeners about config changes

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

- - - - -
fd73afb4 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor: Add description

We'll use that to match up with heads

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

- - - - -
07cf1c39 by Guido Günther at 2021-01-15T02:03:33+00:00
head: Add connector information

Needed to switch monitor-manager to use heads.

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

- - - - -
a6bab85e by Guido Günther at 2021-01-15T02:03:33+00:00
Allow to switch output configurations

This allows to disable heads and turn them back on which is useful for
docked mode)

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

- - - - -
75cad1aa by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Flip transform

The transform we get from the DBus protocol is flipped
regarding Waylands view on it. This is similar to what
was done in wlroots to preserve config changes.

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

- - - - -
fe30ec9d by Guido Günther at 2021-01-15T02:03:33+00:00
protocols: Update wlr-output-management

v2 supports make/model/serial.

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

- - - - -
31124e85 by Guido Günther at 2021-01-15T02:03:33+00:00
head: Use v2 of wlr-output-management

This allows for vendor/product/serial again.

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

- - - - -
966dd3a8 by Guido Günther at 2021-01-15T02:03:33+00:00
monitor-manager: Improve display name

We have the necessary info in the heads now. Code
inspired from what's done in mutter.

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

- - - - -
7c8f2bab by Guido Günther at 2021-01-15T02:03:34+00:00
head: Add a mode name and lookup

We don't bother with a hash map since e.g. removal would mean
iteration too so just do a linear search when needed.

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

- - - - -
0161162c by Guido Günther at 2021-01-15T02:03:34+00:00
monitor-manager: Set output resolution as well

Closes: #140

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

- - - - -
9a35fd12 by Guido Günther at 2021-01-15T02:03:34+00:00
head: Allow to fetch supported scales

We only do integer scaling and use the same limits than mutter
(max 400%).

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

- - - - -
29a7e0d6 by Guido Günther at 2021-01-15T02:03:34+00:00
monitor-manager: Allow to set scaling too

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

- - - - -
a85f73d0 by Guido Günther at 2021-01-15T02:03:34+00:00
mode-manager: Improve external output detection

If there's a single output and it's not built-in it's an external
one.

Closes: #436

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

- - - - -
c48d88e4 by Guido Günther at 2021-01-15T02:03:34+00:00
head: Allow for smaller logical area in portrait

This allows to set the scaling e.g. on the Librem 5.

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

- - - - -
ccf391d6 by Guido Günther at 2021-01-15T02:03:34+00:00
head: Allow to easily clear all pending state.

Instead of having this in different places add a single helper.

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

- - - - -
9c96a4cd by Sebastian Krzyszkowiak at 2021-01-15T13:20:33+00:00
gitlab-ci: Simplify package:deb-pureos-amber job

Thanks to librem5-ci!14 our before_script doesn't have to
do the apt preparations anymore.

- - - - -
4d70d3d9 by Yuri Chornoivan at 2021-01-15T16:52:54+00:00
Update Ukrainian translation

- - - - -
15285313 by Sebastian Krzyszkowiak at 2021-01-15T17:35:28+00:00
gitlab-ci: Use "needs" keyword instead of "dependencies" for test+docs stage

This allows for better paralelism in the pipeline.

- - - - -
3a2db9f6 by Guido Günther at 2021-01-15T19:52:23+00:00
polkit-auth-prompt: Grab focus on every request

Otherwise the input field isn't refocused after a failed attempt.

Closes: #470

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

- - - - -
d90f8fb9 by Guido Günther at 2021-01-15T19:52:23+00:00
system-prompter: Focus confirmation entry

Select the confirmation entry when showing a confirmation prompt.

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

- - - - -
0098cdfc by Guido Günther at 2021-01-15T19:52:24+00:00
system-prompter: Focus password entry

Refocus the password entry when the prompt is shown. Otherwise
the focus is on the button after failed password attempt when
using touch.

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

- - - - -
83821678 by Guido Günther at 2021-01-15T20:31:33+00:00
timestamp-label: Introduce phosh_time_diff_in_words

This is mostly to make things easily testable

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

- - - - -
544e97bf by Guido Günther at 2021-01-15T20:31:33+00:00
timestamp-label: Unbreak relative days and months

Phones have a long uptime so fall back to pure date printing
after 1y.

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

- - - - -
1c9bce43 by Guido Günther at 2021-01-15T20:31:33+00:00
timestamp-label: Unbreak relative years

So far there always was fallback, drop that.

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

- - - - -
6770467d by Guido Günther at 2021-01-15T20:31:33+00:00
timestamp-label: Add more flexibility to formats

Some languages want to have 'almost' and 'over' past the numbers.

See https://source.puri.sm/Librem5/phosh/-/merge_requests/708

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

- - - - -
f493b433 by Guido Günther at 2021-01-15T20:31:33+00:00
po: Update pot file

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

- - - - -
4c8e5b5d by Yuri Chornoivan at 2021-01-16T09:59:30+02:00
po: Update Ukrainian translation

- - - - -
f5b3b064 by 寮 at 2021-01-16T16:36:59+00:00
po: Update Japanese translation

- - - - -
c623f3ca by 寮 at 2021-01-16T23:44:47+00:00
docked-info: Mark 'Undocked' as translatable too

"Docked" and "Undockd" are user visible strings and
only the former was marked as translatable so far

- - - - -
f6fe549e by Guido Günther at 2021-01-17T17:49:25+01:00
Document changes and release 0.8.0

- - - - -


30 changed files:

- .gitlab-ci.yml
- debian/00_sm.puri.Phosh.gschema.override → data/00_sm.puri.Phosh.gschema.override
- data/meson.build
- debian/phosh.service → data/phosh.service
- debian/changelog
- + debian/clean
- debian/control
- debian/phosh-mobile-tweaks.install
- debian/rules
- meson.build
- po/am.po
- po/ar.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/en_GB.po
- po/eo.po
- po/es.po
- po/es_ES.po
- po/eu.po
- po/fa.po
- po/fi.po
- po/fr.po
- po/fur.po
- po/he.po
- po/hu.po
- po/id.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/c343fd9e4eb96796fff53a638316cb1b20b5866c...f6fe549ec2b5656a071fb10f1443fc42f3fd3a94

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/c343fd9e4eb96796fff53a638316cb1b20b5866c...f6fe549ec2b5656a071fb10f1443fc42f3fd3a94
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/20210119/0dbad060/attachment-0001.html>


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