[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][upstream/latest] 45 commits: Update Romanian translation

Guido Günther (@agx) gitlab at salsa.debian.org
Thu Aug 3 14:45:10 BST 2023



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


Commits:
b26368b6 by Daniel Șerbănescu at 2023-07-06T20:48:01+00:00
Update Romanian translation

- - - - -
744bedd9 by Daniel Șerbănescu at 2023-07-08T18:41:48+00:00
Update Romanian translation

- - - - -
2b28859a by Guido Günther at 2023-07-13T07:23:21+00:00
toplevel-manager: Drop set_property

It's unused

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
059a6830 by Guido Günther at 2023-07-13T07:23:21+00:00
toplevel-manager: Fix indent

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
fcb9e8d5 by Guido Günther at 2023-07-13T07:23:21+00:00
toplevel: Fix some indent

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
9e8a0a20 by Guido Günther at 2023-07-13T07:23:21+00:00
toplevel: Move _init upwards

We have it past _class_init. See HACKING.md.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
709a7a10 by Guido Günther at 2023-07-13T07:23:21+00:00
toplevel: Drop initialization

They're inited to 0 per default.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
405665ae by Guido Günther at 2023-07-13T07:23:21+00:00
app-tracker: Drop unused variable

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1287>

- - - - -
8da0f3c7 by Marge Bot at 2023-07-13T07:37:47+00:00
Merge branch 'indent-cleanups' into 'main'

Some codestyle cleanups

See merge request World/Phosh/phosh!1287
- - - - -
e3277ffd by Guido Günther at 2023-07-15T10:36:30+00:00
data: Add icon for audio-handsfree

This happens when e.g. connecting to a car's audio unit. For now we just
use the plain headset icon. See PA commit
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/28069ef0f74089ae18cefbe7e97d2b920d7ba0cc

Once we have one in the adwaita-icon theme we can drop the icon here.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1289>

- - - - -
e3207343 by Marge Bot at 2023-07-15T10:59:46+00:00
Merge branch 'handsfree-icon' into 'main'

data: Add icon for audio-handsfree

See merge request World/Phosh/phosh!1289
- - - - -
bcd4630e by Guido Günther at 2023-07-16T08:42:04+00:00
call-notification: Make sure we always show a phone number when available

For calls that don't have an entry in the address book we want to make
sure we *only* show the phone number and nothing else (not e.g. "Unknown
Caller") while the reset of the logic (whether to show initials, etc)
should stay the same.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1288>

- - - - -
430be377 by Marge Bot at 2023-07-16T08:52:36+00:00
Merge branch 'call-noti-caller' into 'main'

call-notification: Make sure we always show a phone number when available

See merge request World/Phosh/phosh!1288
- - - - -
aa874160 by Piotr Drąg at 2023-07-16T11:03:44+00:00
Update Polish translation

- - - - -
9b422d58 by Daniel Rusek at 2023-07-21T14:45:29+00:00
Update Czech translation

- - - - -
2ed70a70 by Guido Günther at 2023-07-21T15:58:14+00:00
Update gvc submodule

This fixes a crash when pa or pipewire-pulse restarts.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1293>

- - - - -
a2f33a30 by Marge Bot at 2023-07-21T16:50:48+00:00
Merge branch 'update-gvc' into 'main'

Update gvc submodule

See merge request World/Phosh/phosh!1293
- - - - -
ae5ea323 by Daniel Rusek at 2023-07-21T23:14:15+00:00
Update Czech translation

- - - - -
b070c3d9 by Guido Günther at 2023-07-25T07:34:22+00:00
README: Mention git submodules

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1295>

- - - - -
55722805 by Guido Günther at 2023-07-25T07:34:22+00:00
README: Use meson instead of ninja

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1295>

- - - - -
4f874eb6 by Marge Bot at 2023-07-27T20:30:08+00:00
Merge branch 'meson' into 'main'

README: Mention git submodules

See merge request World/Phosh/phosh!1295
- - - - -
b912dd0e by Martin at 2023-07-28T16:00:07+00:00
Update Slovenian translation

- - - - -
af1f9996 by Jürgen Benvenuti at 2023-07-29T14:21:07+00:00
Update German translation

- - - - -
f3729c15 by Balázs Úr at 2023-07-30T21:50:54+00:00
Update Hungarian translation

- - - - -
ebee29f5 by Guido Günther at 2023-07-31T18:49:25+00:00
ci: Give asan suite some more time

It passes but needs a bit longer.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1297>

- - - - -
2858356f by Guido Günther at 2023-07-31T18:49:25+00:00
ci: Speedup unit tests by skipping screenshots

We run the screenshot tests anyway so instead of running them twice
rather merge the test data. This uses less CPU and avoids the testsuite
sometimes failing because unit tests and screenshot tests step on each
others toes.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1297>

- - - - -
d9734067 by Marge Bot at 2023-07-31T19:37:41+00:00
Merge branch 'fix-ci' into 'main'

Untangle screenshot and unit tests

See merge request World/Phosh/phosh!1297
- - - - -
eacb805b by anteater at 2023-07-31T19:54:32+00:00
screenshot-manager: Save screenshots at full resolution

This has to normalize scale to join monitors, but can at least
normalize to the largest scale present rather than 1.0.

Screenshots of any single monitor will be saved at native scale,
and screenshots spanning multiple monitors will scale them each up
to the maximum scale of a monitor present in the screenshot.

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1294>

- - - - -
4877332c by Marge Bot at 2023-07-31T20:22:25+00:00
Merge branch 'screenshot-scale' into 'main'

screenshot-manager: save screenshots at full resolution

Closes #946

See merge request World/Phosh/phosh!1294
- - - - -
126cf943 by Guido Günther at 2023-08-01T07:34:51+00:00
lockscreen: Simplify clock css

No need to have the class twice

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1286>

- - - - -
75bba116 by Guido Günther at 2023-08-01T07:34:51+00:00
lockscreen: Move large clock down a bit

WIth the rework we lost a bit of vertical padding. Add this back but
only when we use the large clock.

Fixes 515ccf982b9acbd6bae5f97d79fb1115190303f4

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1286>

- - - - -
e9f8fbc8 by Marge Bot at 2023-08-01T08:28:27+00:00
Merge branch 'center-clock' into 'main'

lockscreen: Fix center clock position

See merge request World/Phosh/phosh!1286
- - - - -
0e3b832a by Guido Günther at 2023-08-01T08:37:23+00:00
data: Drop gsd-xsettings from required components

The session is very functional without.

As newer wlroots looks for a surface and there is non it gets
disconnected when we don't force XWayland to stick around which we don't
want to.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1296>

- - - - -
003b879f by Marge Bot at 2023-08-01T08:47:32+00:00
Merge branch 'drop-xsettings' into 'main'

data: Drop gsd-xsettings from required components

See merge request World/Phosh/phosh!1296
- - - - -
be063aaf by Yosef Or Boczko at 2023-08-01T12:58:33+00:00
Update Hebrew translation

- - - - -
1c12955c by Guido Günther at 2023-08-02T10:15:54+00:00
lockscreen: Always clear auth

This allows us to check if the auth thread is running by looking
at priv->auth.

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1290>

- - - - -
dd80afcf by Guido Günther at 2023-08-02T10:15:54+00:00
lockscreen: Don't scroll back to clock page while auth is running

Going back to the clock page while the auth thread is running is
confusing for the user. This can happen when pam wants to slow down
entering a new password for more than 5 seconds.

Closes: https://gitlab.gnome.org/World/Phosh/phosh/-/issues/968
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Tested-by: Teemu Ikonen
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1290>

- - - - -
9248af0f by Marge Bot at 2023-08-02T10:24:24+00:00
Merge branch 'no-dialpad-timeout' into 'main'

lockscreen: Don't scroll back to clock page while auth is running

Closes #968

See merge request World/Phosh/phosh!1290
- - - - -
1b8f07f0 by Guido Günther at 2023-08-03T11:25:42+02:00
gmobile: Update to 0.0.3

This brings support for the FF4's and Poco F1 notches

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1299>

- - - - -
ac987253 by Marge Bot at 2023-08-03T11:21:11+00:00
Merge branch 'gmobile0.0.2' into 'main'

gmobile: Update to 0.0.2

See merge request World/Phosh/phosh!1299
- - - - -
16d1eab5 by Guido Günther at 2023-08-03T13:23:09+02:00
ci: Skip coverage report for specific builds

When doing only screenshots or testing the package build don't
no need to handle coverage

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1298>

- - - - -
7840a69b by Guido Günther at 2023-08-03T13:23:09+02:00
ci: Don't require coverage

This allows for package only builds

Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1298>

- - - - -
e5f5534e by Guido Günther at 2023-08-03T13:24:47+02:00
Document changes and release 0.30.0

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1298>

- - - - -
631763aa by Marge Bot at 2023-08-03T11:56:56+00:00
Merge branch 'rel-0.30.0' into 'main'

Document changes and release 0.30.0

See merge request World/Phosh/phosh!1298
- - - - -
863f91da by Guido Günther at 2023-08-03T15:30:39+02:00
New upstream version 0.30.0
- - - - -


30 changed files:

- .gitlab-ci.yml
- NEWS
- README.md
- + data/icons/audio-handsfree-symbolic.svg
- data/meson.build
- debian/changelog
- meson.build
- po/cs.po
- po/de.po
- po/he.po
- po/hu.po
- po/pl.po
- po/ro.po
- po/sl.po
- src/app-tracker.c
- src/call-notification.c
- src/lockscreen.c
- src/phosh.gresources.xml
- src/screenshot-manager.c
- src/stylesheet/common.css
- src/toplevel-manager.c
- src/toplevel.c
- subprojects/gmobile/.dir-locals.el
- + subprojects/gmobile/.gitignore
- subprojects/gmobile/NEWS
- subprojects/gmobile/README.md
- + subprojects/gmobile/data/devices/display-panels/fairphone,fp4.json
- subprojects/gmobile/data/devices/display-panels/purism,librem5.json
- subprojects/gmobile/data/gmobile.gresources.xml
- subprojects/gmobile/examples/gm-display-panel-preview.c


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/f3e87cc3994a0782aab726477d09d3ee3ad556c5...863f91daf2f21e9b1eebace1fa580572b19c06a7

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/f3e87cc3994a0782aab726477d09d3ee3ad556c5...863f91daf2f21e9b1eebace1fa580572b19c06a7
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/20230803/bd89a281/attachment-0001.htm>


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