[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][upstream/latest] 27 commits: po: Add Indonesian translation

Guido Günther gitlab at salsa.debian.org
Fri Dec 18 16:08:39 GMT 2020



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


Commits:
d53ca1ac by Andika Triwidada at 2020-12-12T12:53:46+01:00
po: Add Indonesian translation

- - - - -
7494e603 by Guido Günther at 2020-12-13T13:51:39+00:00
background: Correctly chain up in dispose

This fixes a crash when unplugging a 2nd screen.

Fixes 8828176f6c98a4bde94c9f6daa46d0a87a3c8d20

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

- - - - -
4a7573c3 by Evangelos Ribeiro Tzaras at 2020-12-14T10:02:46+01:00
keyboard-events: Use GUINT macros instead of GINT

the action id is a uint32_t, so we should probably use the
GUINT_TO_POINTER and friends macros

- - - - -
786473b6 by Guido Günther at 2020-12-14T10:02:46+01:00
Add initial stubs for org.gnome.Shell DBus protocoll

This will be needed for OSD, monitor labels and grabs

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

- - - - -
5c93fb08 by Evangelos Ribeiro Tzaras at 2020-12-14T10:02:46+01:00
shell-manager: Implement keygrabbing

Ungrabbing is only allowed for the client who originally grabbed

- - - - -
d89da18b by Evangelos Ribeiro Tzaras at 2020-12-14T10:03:49+01:00
settings: get rid of explicit volume key handling

With the DBus interface org.gnome.Shell now supported, g-s-d/media key
plugin now handles volume keys for us

- - - - -
6e3df711 by Evangelos Ribeiro Tzaras at 2020-12-14T10:03:55+01:00
docs: add gnome-shell-manager and org.gnome.shell dbus interface

- - - - -
89c1a30f by Sebastian Krzyszkowiak at 2020-12-15T08:39:44+01:00
Remove custom drawing in system prompts

Custom drawing doesn't seem necessary. Fixes unwanted background in popovers.

- - - - -
9bccaad3 by Guido Günther at 2020-12-15T10:24:45+00:00
activity: Allow to focus

This fixes the toggle-overview keybinding

Fixes 20c3a79fb888e876f30d1a590084c87cb1c16591

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

- - - - -
56c49c6d by Andika Triwidada at 2020-12-15T14:22:59+01:00
po: Update Indonesian translation

- - - - -
8d2ed446 by Guido Günther at 2020-12-15T22:03:24+00:00
home: untabify

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

- - - - -
8b99954e by Guido Günther at 2020-12-15T22:03:24+00:00
home: Add revealer

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

- - - - -
cdf2cd17 by Guido Günther at 2020-12-15T22:03:25+00:00
home: Use template_callback to bind clicked signal

This is less code

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

- - - - -
417f1cfb by Guido Günther at 2020-12-15T22:03:25+00:00
home: Use template_callback to bind overview signals

This is less code

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

- - - - -
296a06ca by Guido Günther at 2020-12-15T22:03:25+00:00
home: Use template_callback to bind osk btn signals

This is less code

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

- - - - -
adee164b by Guido Günther at 2020-12-15T22:03:25+00:00
overview: Simplify visibility setting

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

- - - - -
9128fc78 by Guido Günther at 2020-12-15T22:03:25+00:00
overview: Add property and getter for running activities

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

- - - - -
a1da7238 by Guido Günther at 2020-12-15T22:03:25+00:00
home: Sort template binds alphabetically

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

- - - - -
fa52e151 by Guido Günther at 2020-12-15T22:03:25+00:00
home: Hide arrow when there are no activities

Closes: #261

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

- - - - -
ca99aae3 by Guido Günther at 2020-12-16T01:43:31+00:00
gitlab-ci: Consolidate alpine deps

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

- - - - -
4c8c12a3 by Guido Günther at 2020-12-16T01:43:31+00:00
gitlab-ci: Add elogind-dev to alpine deps

This will be needed for the upcoming logind support

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

- - - - -
dc1ff6ac by Guido Günther at 2020-12-16T01:43:31+00:00
util: Add helper to get systemd session

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

- - - - -
612ecd74 by Guido Günther at 2020-12-16T01:43:31+00:00
Handle logind's Lock and Unlock

This allow 'loginctl lock|unlock <session-number>' to work.

- - - - -
e00e7f2e by Guido Günther at 2020-12-16T01:43:31+00:00
phosh.service: Set session type and name

This way we can match the right session via phosh_find_systemd_session
even when not using a window manager. We can drop the XDG_SESSION_TYPE
once phoc switches to newer wlroots which takes care of it since 0.12.0.

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

- - - - -
007c5024 by Arnaud Ferraris at 2020-12-17T18:05:48+01:00
data: add 'System' category to desktop entries

- - - - -
21e2398f by Guido Günther at 2020-12-18T08:31:24+00:00
docs: Fix some typos and unbreak links

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

- - - - -
c343fd9e by Guido Günther at 2020-12-18T14:53:37+00:00
Document changes and release 0.7.1

- - - - -


30 changed files:

- .gitlab-ci.yml
- data/sm.puri.OSK0.desktop.in.in
- data/sm.puri.Phosh.desktop.in.in
- debian/changelog
- debian/control
- debian/phosh.service
- docs/patterns.md
- docs/phosh-docs.xml
- meson.build
- po/LINGUAS
- + po/id.po
- src/background.c
- src/dbus/meson.build
- + src/dbus/org.freedesktop.login1.Manager.xml
- + src/dbus/org.freedesktop.login1.Session.xml
- + src/dbus/org.gnome.Shell.xml
- + src/gnome-shell-manager.c
- + src/gnome-shell-manager.h
- src/home.c
- src/keyboard-events.c
- src/meson.build
- src/network-auth-prompt.c
- src/overview.c
- src/overview.h
- src/polkit-auth-prompt.c
- src/screen-saver-manager.c
- src/settings.c
- src/shell.c
- src/style.css
- src/system-prompt.c


The diff was not included because it is too large.


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

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/34720663adadc6959dac293ee7371354be26cfa8...c343fd9e4eb96796fff53a638316cb1b20b5866c
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/20201218/98ea3e32/attachment.html>


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