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

Guido Günther (@agx) gitlab at salsa.debian.org
Mon Jun 27 10:42:21 BST 2022



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


Commits:
36e4c01c by Yosef Or Boczko at 2022-06-01T09:48:20+00:00
Update Hebrew translation

- - - - -
9a8141e2 by Yuri Chornoivan at 2022-06-01T13:02:26+00:00
Update Ukrainian translation

- - - - -
e5f33878 by Anders Jonsson at 2022-06-01T15:20:42+00:00
Update Swedish translation

- - - - -
70c7b690 by Piotr Drąg at 2022-06-05T11:46:05+00:00
Update Polish translation

- - - - -
a6b5b93e by Guido Günther at 2022-06-06T09:34:53+00:00
screen-saver-manager: Lock screen when suspending

This avoids seeing the unlocked screen for a moment on resume.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1066>

- - - - -
b754261a by Marge Bot at 2022-06-06T09:53:12+00:00
Merge branch 'lock-on-suspend' into 'main'

screen-saver-manager: Lock screen when suspending

See merge request World/Phosh/phosh!1066
- - - - -
8a92d81b by Evangelos Ribeiro Tzaras at 2022-06-07T15:55:27+00:00
Update libcall-ui to v0.0.3

Brings some UI tweaks, encryption indicator that is bound to calls
`encrypted` property, fixes a small issue with libcallaudio usage and
lots of updated or added translations.

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

- - - - -
814b7213 by Marge Bot at 2022-06-07T16:20:40+00:00
Merge branch 'libcall-ui_0.0.3' into 'main'

Update libcall-ui to v0.0.3

See merge request World/Phosh/phosh!1074
- - - - -
7b6d8021 by Guido Günther at 2022-06-08T09:17:11+02:00
run: Add --args when using gdb

This makes sure `-U` isn't parsed by gdb.

Thanks to Adrien Plazas for pointing this out.

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

- - - - -
1c9bf341 by Guido Günther at 2022-06-08T10:16:20+00:00
Merge branch 'gdb-args' into 'main'

run: Add --args when using gdb

See merge request World/Phosh/phosh!1080
- - - - -
a63d1b2c by Daniel Șerbănescu at 2022-06-11T09:41:34+00:00
Update Romanian translation

- - - - -
f8ac3b45 by Danial Behzadi at 2022-06-13T06:26:16+00:00
Update Persian translation

- - - - -
476d54ed by Guido Günther at 2022-06-14T07:32:19+00:00
shell: Honor modal dialogs and full screen when raising top-bar

Just handling the fader isn't enough as we want full screen windows and
modal dialogs to stretch over the top bar as well.

We have some more cases like screenshost screen flash but that needs
proper z-level which we can introduce once the layer-shell-effects is
in. Same if we want system modal dialogs on the lock screen.

Fixes: 55bbe5758ba947a1d77c4b75d4424ea8cf4ebac6
Closes: https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/370

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

- - - - -
9da6437a by Guido Günther at 2022-06-14T07:32:19+00:00
shell: Don't try to close top-panel when not yet created

On start up there's no top-panel so don't try to close it

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

- - - - -
5d39d9b5 by Guido Günther at 2022-06-14T07:32:19+00:00
shell: Select top-panel layer based on lock state

When the panel gets created we want the overlay layer in case the screen
is locked, otherwise top layer.

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

- - - - -
d3f2281e by Sebastian Krzyszkowiak at 2022-06-14T08:05:35+00:00
Merge branch 'lockscreen-top-bar-set-layer' into 'main'

shell: Honor modal dialogs and full screen when raising top-bar

Closes #764

See merge request World/Phosh/phosh!1073
- - - - -
56309c65 by Linus Walleij at 2022-06-14T15:53:07+02:00
shell: Set monitor when creating rotation manager

I had an annoying bug on Samsung phones such as GT-I9070,
GT-I8160 and GT-I8530 all using DPI displays that did not
properly instantiate the rotation manager, while
phones on the same platform using DSI would work fine.

If the primary monitor has already arrived when the rotation
manager is instantiated, the monitor does not get assigned to
the rotation manager.

This happens of phones such as Samsung GT-I9070 which use
DPI displays on MCDE that arrive apparently very quickly.
The same U8500 platforms with DSI displays does not have this
problem, presumably because the primary monitor arrives
later.

This fix was developed working entirely on the target,
compiling Phoc and Phosh natively on the GT-I9070 dual Cortex-A9
and iteratively editing, recompiling and testing modifications
to Phosh on the target itself.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>

- - - - -
3b40edd9 by Sebastian Krzyszkowiak at 2022-06-14T15:23:36+00:00
Merge branch 'rotation-manager-init' into 'main'

shell: Set monitor when creating rotation manager

See merge request World/Phosh/phosh!1088
- - - - -
8dee8dbd by Guido Günther at 2022-06-14T15:26:24+00:00
idle-manager: Drop primary monitor

We don't need it there and just hold a ref that we (so far) never gave
up again.

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

- - - - -
308a0789 by Sebastian Krzyszkowiak at 2022-06-14T16:13:49+00:00
Merge branch 'idle-drop-monitor' into 'main'

idle-manager: Drop primary monitor

See merge request World/Phosh/phosh!1082
- - - - -
e56ccf7e by Sebastian Krzyszkowiak at 2022-06-14T20:19:33+02:00
activity: Emit "resized" signal

size-allocate can fire despite of allocation not changing at all,
so add our own signal that checks forchanges to get rid of
extraneous thumbnail refreshes.

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

- - - - -
5b434f65 by Marge Bot at 2022-06-15T08:45:10+00:00
Merge branch 'thumbnail-resize' into 'main'

activity: Emit "resized" signal

See merge request World/Phosh/phosh!1086
- - - - -
a3260503 by Sebastian Krzyszkowiak at 2022-06-15T09:14:56+00:00
util: Add phosh_util_toggle_style_class

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

- - - - -
71e93fc7 by Sebastian Krzyszkowiak at 2022-06-15T09:14:56+00:00
activity: Add "fullscreen" property

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

- - - - -
ab21a46f by Sebastian Krzyszkowiak at 2022-06-15T09:14:56+00:00
toplevel: Add "fullscreen" property

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

- - - - -
55160956 by Sebastian Krzyszkowiak at 2022-06-15T09:14:56+00:00
overview: Don't draw grey background around fullscreen window's thumbnail

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

- - - - -
beadc638 by Marge Bot at 2022-06-15T09:39:24+00:00
Merge branch 'fs' into 'main'

overview: Don't draw grey background around fullscreen window's thumbnail

See merge request World/Phosh/phosh!1087
- - - - -
4df78b50 by Sebastian Krzyszkowiak at 2022-06-15T09:40:01+00:00
top-panel: Crossfade between fold states

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

- - - - -
eed921b9 by Marge Bot at 2022-06-15T10:06:40+00:00
Merge branch 'crossfade' into 'main'

top-panel: Crossfade between fold states

See merge request World/Phosh/phosh!1090
- - - - -
ac156d54 by Pablo Barciela at 2022-06-15T13:37:21+00:00
app-auth-prompt: Drop unused code

add_choice_to_gvariant looks at the switch state not at data
we store on the GObject so this code can go.

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

- - - - -
7ec5f089 by Marge Bot at 2022-06-15T14:04:22+00:00
Merge branch 'appauthprompt_redundant' into 'main'

app-auth-prompt: avoid redundant condition

See merge request World/Phosh/phosh!1076
- - - - -
aa7ca3ff by Jiri Grönroos at 2022-06-16T15:33:38+00:00
Update Finnish translation

- - - - -
b864653d by Gerben Jan Dijkman at 2022-06-16T15:59:57+00:00
polkit-auth-agent: Scope cleanup function for PolkitAgentListener

Newer polkit defines a cleanup function so avoid it for polkit >= 0.121

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

- - - - -
418454d4 by Marge Bot at 2022-06-17T09:00:25+00:00
Merge branch 'stealthgun-main-patch-16198' into 'main'

polkit-auth-agent: Scope cleanup function for PolkitAgentListener

Closes #790

See merge request World/Phosh/phosh!1093
- - - - -
5300ba2c by Sebastian Krzyszkowiak at 2022-06-17T15:50:33+00:00
lockscreen: Use entry focus to request OSK

This allows the compositor to make informed decisions about
when to elevate the keyboard surface above shell.

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

- - - - -
dc5936ee by Marge Bot at 2022-06-17T16:06:14+00:00
Merge branch 'osk' into 'main'

lockscreen: Use entry focus to request OSK

See merge request World/Phosh/phosh!1084
- - - - -
3fcf89ec by Jürgen Benvenuti at 2022-06-19T10:39:54+00:00
Update German translation

- - - - -
57be28fc by Sam Hewitt at 2022-06-20T09:21:54+00:00
notifications: Layout adjustments

- put buttons in a horizontal alignment
- update some label style classes

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

- - - - -
5d050a87 by Guido Günther at 2022-06-20T09:21:54+00:00
tools: Add helper to submit a notification

Makes it simpler to test notifications style from the command line.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1089>

- - - - -
8cd2797a by Marge Bot at 2022-06-20T11:44:30+00:00
Merge branch 'notifications-layout-adjustments' into 'main'

notifications: Update notification styles and layout

Closes #473

See merge request World/Phosh/phosh!1089
- - - - -
eba14828 by Guido Günther at 2022-06-23T05:47:33+00:00
data: Indicate that we provide user feedback via audio, led and haptic

This will help setting apps to configure this.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1094>

- - - - -
b209bfde by Marge Bot at 2022-06-23T06:12:01+00:00
Merge branch 'uses-lfb' into 'main'

data: Indicate that we provide user feedback via audio, led and haptic

See merge request World/Phosh/phosh!1094
- - - - -
13db6c92 by Nathan Follens at 2022-06-24T10:04:05+00:00
Update Dutch translation

- - - - -
073239cb by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
home: Reset overview at the beginning of unfolding

This prevents flicker at the end of unfolding animation.

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

- - - - -
4b63176f by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
overview: Request a thumbnail for foreground activity on reset

This reduces the amount of flickering when the thumbnail gets
updated, especially when OSK hiding is involved.

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

- - - - -
eba38e99 by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
overview: Don't update thumbnails when overview is unfolded

We don't do live updates of thumbnails yet, so having them update out of
sudden but only in some situations makes it look unpolished. We still want
to update when overview is folded in order to keep cache of thumbnails
in state that was seen by the user the last time when windows change focus.

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

- - - - -
89e59a73 by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
home: Update keyboard interactivity right away when user starts folding

This gets rid of keyboard flicker when folding animation finishes and
an application that requested input method gets focus back.

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

- - - - -
1b1e6a9b by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
home: Use a revealer to fade in/out the keyboard button

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

- - - - -
4a6b47e9 by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
home: Hide the keyboard button right away when starting dragging

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

- - - - -
fdd23301 by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
home: Don't hide the arrow when the surface is being dragged

Without this check, the arrow stays hidden during folding with
no activities until the end of that animation.

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

- - - - -
263cb367 by Sebastian Krzyszkowiak at 2022-06-25T09:14:54+00:00
top-panel: Disable keyboard interactivity while dragged

This allows OSK to pop back up earlier when folding, and makes it stay
visible during unfolding animation or drag.

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

- - - - -
b770a840 by Marge Bot at 2022-06-25T09:46:30+00:00
Merge branch 'flicker' into 'main'

home & overview: Reduce flicker on unfolding

See merge request World/Phosh/phosh!1085
- - - - -
e998eb45 by Aleksandr Melman at 2022-06-25T18:24:30+00:00
Update Russian translation

- - - - -
7cd334d1 by Guido Günther at 2022-06-26T20:26:23+02:00
d/control: Depend on recent enough phoc

This is needed to keep OSK handling in sync on the lock screen.

Signed-off-by: Guido Günther <guido.gunther at puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1091>

- - - - -
0418ce09 by Guido Günther at 2022-06-26T20:26:23+02:00
Document changes and release 0.20.0~beta2

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

- - - - -
4787787c by Marge Bot at 2022-06-27T08:29:12+00:00
Merge branch 'rel-0.20.0.beta2' into 'main'

Document changes and release 0.20.0~beta2

See merge request World/Phosh/phosh!1091
- - - - -
101b0ac0 by Guido Günther at 2022-06-27T11:20:23+02:00
New upstream version 0.20.0~beta2
- - - - -


30 changed files:

- NEWS
- data/sm.puri.Phosh.desktop.in.in
- debian/changelog
- debian/control
- meson.build
- po/de.po
- po/fa.po
- po/fi.po
- po/he.po
- po/nl.po
- po/pl.po
- po/ro.po
- po/ru.po
- po/sv.po
- po/uk.po
- run.in
- src/activity.c
- src/app-auth-prompt.c
- src/home.c
- src/idle-manager.c
- src/lockscreen.c
- src/notifications/notification-content.c
- src/overview.c
- src/polkit-auth-agent.h
- src/screen-saver-manager.c
- src/shell.c
- src/stylesheet/common.css
- src/top-panel.c
- src/top-panel.h
- src/toplevel.c


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/26d11e4924ca5ccfd4ce4e8ea8a23bdbc5a12f3f...101b0ac06b13d3f3fa2d478b49cff99453a5e3ae

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/26d11e4924ca5ccfd4ce4e8ea8a23bdbc5a12f3f...101b0ac06b13d3f3fa2d478b49cff99453a5e3ae
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/20220627/a3a35915/attachment-0001.htm>


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