New Upstream Snapshot - gnome-shell-extension-tiling-assistant

Ready changes

Summary

Merged new upstream version: 39+git20230207.1.716f73b (was: 39).

Diff

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index dcc9ce9..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-
----
-
-<!-- If you just want to ask a question, please open a discussion instead. -->
-
-**Describe the bug**
-
-**Steps To Reproduce**
-
-**System Info:**
- - Distro (incl. version):
- - GNOME (Shell) version:
- - Extension version and from where (e. g. EGO, `main` branch...):
- - XOrg/Wayland:
-
-**Journalctl logs**
-<!-- Run `journalctl -fo cat /usr/bin/gnome-shell`, then reproduce the bug. If new entries appear and they look relevant, please post them here. Ideally, disable all other extensions before that and restart GNOME shell, so you can be sure that this extension isn't conflicting with others. -->
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 5085106..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-locale/
-gschemas.compiled
-*.zip
-*~
-TODO.txt
diff --git a/debian/changelog b/debian/changelog
index dca98b3..a2e0c22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnome-shell-extension-tiling-assistant (39+git20230207.1.716f73b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Feb 2023 22:37:56 -0000
+
 gnome-shell-extension-tiling-assistant (39-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/010_update-locale.patch b/debian/patches/010_update-locale.patch
index e1e93d8..0c2bd06 100644
--- a/debian/patches/010_update-locale.patch
+++ b/debian/patches/010_update-locale.patch
@@ -3,10 +3,10 @@ Author: Fabio Augusto De Muzio Tobich <ftobich@debian.org>
 Forwarded: not-needed
 Last-Update: 2021-10-15
 
-Index: gnome-shell-extension-tiling-assistant/update-locale.sh
+Index: gnome-shell-extension-tiling-assistant.git/update-locale.sh
 ===================================================================
 --- /dev/null
-+++ gnome-shell-extension-tiling-assistant/update-locale.sh
++++ gnome-shell-extension-tiling-assistant.git/update-locale.sh
 @@ -0,0 +1,21 @@
 +#!/usr/bin/env sh
 +
@@ -29,4 +29,3 @@ Index: gnome-shell-extension-tiling-assistant/update-locale.sh
 +	fi
 +done
 +
-+exit 0
diff --git a/scripts/aur-build/PKGBUILD b/scripts/aur-build/PKGBUILD
index 12f9fd8..8dcdd8c 100644
--- a/scripts/aur-build/PKGBUILD
+++ b/scripts/aur-build/PKGBUILD
@@ -20,7 +20,8 @@ build() {
 	gnome-extensions pack tiling-assistant@leleat-on-github \
 		--force \
 		--podir="../translations" \
-		--extra-source="src"
+		--extra-source="src" \
+		--extra-source="media"
 }
 
 package() {
diff --git a/tiling-assistant@leleat-on-github/src/extension/activeWindowHint.js b/tiling-assistant@leleat-on-github/src/extension/activeWindowHint.js
index a1aaba4..2ba210f 100644
--- a/tiling-assistant@leleat-on-github/src/extension/activeWindowHint.js
+++ b/tiling-assistant@leleat-on-github/src/extension/activeWindowHint.js
@@ -289,13 +289,8 @@ class AlwaysActiveWindowHint extends Hint {
             return;
         }
 
-        const wRect = window.get_frame_rect();
-        this.set({
-            x: wRect.x,
-            y: wRect.y,
-            width: wRect.width,
-            height: wRect.height
-        });
+        const { x, y, width, height } = window.get_frame_rect();
+        this.set({ x, y, width, height });
 
         const actor = window.get_compositor_private();
         actor && Meta.later_add(Meta.LaterType.IDLE, () => {
diff --git a/translations/de_DE.po b/translations/de_DE.po
index ef5e657..aa48a53 100644
--- a/translations/de_DE.po
+++ b/translations/de_DE.po
@@ -62,7 +62,7 @@ msgstr "Kachelgruppen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86
 msgid "Disable Tile Groups"
-msgstr ""
+msgstr "Kachelgruppen deaktivieren"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87
 msgid ""
@@ -70,10 +70,14 @@ msgid ""
 "raised or resized together. The Dynamic Keybinding Behaviour 'Window Focus' "
 "and the Tiling Popup will also no longer work."
 msgstr ""
+"Gekachelte Fenster passen ihre Größe nicht mehr an andere gekachelte "
+"Fenster an und werden nicht mehr gemeinsam vergrößert oder verändert."
+"Die dynamische Tastenbindung 'Fensterfokus' und das Kachel-Popup "
+"funktionieren dann ebenfalls nicht mehr."
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102
 msgid "Raise together"
-msgstr "Gemeinsam öffnen"
+msgstr "Gemeinsam anheben"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103
 msgid ""
@@ -95,7 +99,7 @@ msgid ""
 msgstr ""
 "Dies könnte zu Konflikten mit anderen App-Switcher-Erweiterungen (Alt+Tab) "
 "führen. Diese müssen möglicherweise erneut aktiviert werden, wenn diese "
-"Einstellung umgeschaltet wurde."
+"Einstellung angeschaltet wurde."
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135
 msgid "Gaps"
@@ -111,19 +115,19 @@ msgstr "Bildschirmränder"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178
 msgid "Screen Edge Top"
-msgstr ""
+msgstr "Bildschirmrand oben"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200
 msgid "Screen Edge Left"
-msgstr ""
+msgstr "Bildschirmrand links"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222
 msgid "Screen Edge Right"
-msgstr ""
+msgstr "Bildschirmrand rechts"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244
 msgid "Screen Edge Bottom"
-msgstr ""
+msgstr "Bildschirmrand unten"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266
 msgid "Maximized Windows"
@@ -138,6 +142,9 @@ msgid ""
 "The keybindings to maximize and tile to the top/bottom/left/right may change "
 "their behaviour based on the window's tiling state"
 msgstr ""
+"Die Tastenkombinationen zum Maximieren und Kacheln nach "
+"oben/unten/links/rechts können ihr Verhalten je nach "
+"Kachelzustand des Fensters ändern"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356
@@ -149,7 +156,7 @@ msgstr "Deaktiviert"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287
 msgid "Don't change the keybindings' behaviour"
-msgstr ""
+msgstr "Das Verhalten der Tastenkombinationen nicht ändern"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296
 msgid "Window Focus"
@@ -159,6 +166,8 @@ msgstr "Fenster-Fokus"
 msgid ""
 "Switch focus to the tiled window in the direction of the pressed shortcut"
 msgstr ""
+"Fokus auf das gekachelte Fenster in Richtung des angeklickten Shortcuts "
+"umschalten"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308
 msgid "Tiling State"
@@ -170,6 +179,9 @@ msgid ""
 "to the right half will tile to the bottom-right quarter, if 'tile to bottom' "
 "is activated"
 msgstr ""
+"Passt den Kachelzustand an das gedrückte Tastenkürzel an. Beispielsweise "
+"wird ein zur rechten Hälfte gekacheltes Fenster zum rechten unteren Viertel "
+"gekachelt, wenn die Option 'Nach unten zuordnen' aktiviert ist. "
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320
 msgid "Tiling State (Windows)"
@@ -195,53 +207,59 @@ msgstr "Verschiebt das Fenster entlang des favorisierten Layouts"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353
 msgid "Active Window Hint"
-msgstr ""
+msgstr "Aktiver Fensterhinweis"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357
 msgid "Don't indicate the focused window"
-msgstr ""
+msgstr "Das fokussierte Fenster nicht anzeigen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366
 msgid "Minimal"
-msgstr ""
+msgstr "Minimal"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367
 msgid ""
 "Temporarily indicate the focused window when switching to a workspace with "
 "multiple non-overlapping windows"
 msgstr ""
+"Vorübergehendes Anzeigen des fokussierten Fensters beim Wechsel zu einem "
+"Arbeitsbereich mit mehreren sich nicht überlappenden Fenstern"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378
 msgid "Always"
-msgstr ""
+msgstr "Immer"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379
 msgid ""
 "Always indicate the focused window unless it's maximized or in fullscreen. "
 "There are issues on Wayland with GTK4 popups"
 msgstr ""
+"Zeigt immer das fokussierte Fenster an, es sei denn, es ist maximiert oder "
+"im Vollbildmodus. Es gibt Probleme unter Wayland mit GTK4 Popups" 
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398
 msgid "Hint Color"
-msgstr ""
+msgstr "Hinweisfarbe"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399
 msgid "The color of the frame indicating the focused window"
-msgstr ""
+msgstr "Die Farbe des Rahmens, der das fokussierte Fenster anzeigt"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410
 msgid "Border Size"
-msgstr ""
+msgstr "Rahmengröße"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411
 msgid ""
 "The border size of the frame indicating the focused window for the always "
 "active hint"
 msgstr ""
+"Die Größe des Rahmens, der das fokussierte Fenster für den immer aktiven "
+"Hinweis anzeigt"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429
 msgid "Inner Border Size"
-msgstr ""
+msgstr "Innere Rahmengröße"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430
 msgid ""
@@ -249,6 +267,9 @@ msgid ""
 "is meant to cover rounded corners. However, GTK4 popups on Wayland will put "
 "the window behind the hint for whatever reason..."
 msgstr ""
+"Die Umrandung des immer aktiven Hinweises reicht bis in den Fensterrahmen. "
+"Dies ist dazu gedacht, abgerundete Ecken abzudecken. Allerdings werden "
+"GTK4-Popups unter Wayland das Fenster aus irgendeinem Grund dahinter setzen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453
 msgid "Animations"
@@ -300,19 +321,19 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:528
 msgid "Ignore Tiling Assistant"
-msgstr ""
+msgstr "Kachelassistent ignorieren"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529
 msgid "Use Edge Tiling without Tiling Assistant's features"
-msgstr ""
+msgstr "Verwendung von Kantenkachelung ohne die Funktionen vom Kachelassistent"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:545
 msgid "Other"
-msgstr ""
+msgstr "Andere"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:548
 msgid "Monitor Switch Grace Period"
-msgstr ""
+msgstr "Monitorwechsel Wartezeit"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549
 msgid ""
@@ -321,16 +342,23 @@ msgid ""
 "'throwing' it towards any screen edge even if a monitor is bordering that "
 "edge."
 msgstr ""
+"Wenn ein Fenster auf einen neuen Monitor gezogen wird, bleibt die "
+"Kachelvorschau für eine sehr kurze Zeit auf dem alten Monitor aktiv. "
+"Auf diese Weise können Sie Fenster kacheln, indem Sie sie auf eine beliebige "
+"Bildschirmkanten 'werfen', selbst wenn ein Monitor an diese Kante angrenzt." 
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:560
 msgid "Low Performance Movement Mode"
-msgstr ""
+msgstr "Bewegungsmodus mit geringer Leistung"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561
 msgid ""
 "Use this if there is a lag when moving windows around. This will however "
 "decrease the precision of the tile preview updates."
 msgstr ""
+"Verwenden Sie diese Funktion, wenn es beim Verschieben von Fenstern zu "
+"Verzögerungen kommt. Allerdings wird dadurch die Genauigkeit der "
+"Kachelvorschauaktualisierungen verringert."
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:576
 msgid "Adapt 'Edge Tiling' to your Favorite Layout"
@@ -362,7 +390,7 @@ msgstr "RMB"
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643
 msgid "Super"
-msgstr ""
+msgstr "Super"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:611
 msgid "'Favorite Layout' Move Mode Activator"
@@ -370,7 +398,7 @@ msgstr "Aktivator für den Verschiebemodus 'Favorisiertes Layout'"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631
 msgid "'Ignore Tiling Assistant' Mode Activator"
-msgstr ""
+msgstr "'Ignoriere Kachel-Assistent' Modus Schalter "
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651
 msgid "Vertical Edge Preview Trigger Area"
@@ -508,11 +536,11 @@ msgstr "Nach unten rechts zuordnen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:904
 msgid "Edge Tiling without Tiling Assistant"
-msgstr ""
+msgstr "Kantenkachelung ohne Assistent"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:936
 msgid "Corner Tiling without Tiling Assistant"
-msgstr ""
+msgstr "Eckenkachelung ohne Assistenz"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:968
 msgid "Debugging"
@@ -564,7 +592,7 @@ msgstr "Erweiterte / Experimentelle Einstellungen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123
 msgid "Show more settings in the main preference window"
-msgstr ""
+msgstr "Weitere Einstellungen in den Hauptmenü anzeigen"
 
 #: tiling-assistant@leleat-on-github/src/ui/shortcutListener.ui:11
 msgid ""
diff --git a/translations/es.po b/translations/es.po
index 3a55bf6..82f9e82 100644
--- a/translations/es.po
+++ b/translations/es.po
@@ -8,15 +8,15 @@ msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-11-23 02:29+0100\n"
-"PO-Revision-Date: 2022-05-05 16:17+0200\n"
-"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
+"PO-Revision-Date: 2022-12-03 18:38+0200\n"
+"Last-Translator: Sergio Varela <sergiovg01@outlook.com>\n"
 "Language-Team: \n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.0.1\n"
+"X-Generator: Gtranslator 42.0\n"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:10
 msgid "Report a Bug"
@@ -62,7 +62,7 @@ msgstr "Grupos de ventanas en mosaico"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86
 msgid "Disable Tile Groups"
-msgstr ""
+msgstr "Desactivar los grupos de mosaicos"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87
 msgid ""
@@ -111,19 +111,19 @@ msgstr "Bordes de pantalla"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178
 msgid "Screen Edge Top"
-msgstr ""
+msgstr "Borde de pantalla superior"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200
 msgid "Screen Edge Left"
-msgstr ""
+msgstr "Borde de la pantalla izquierda"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222
 msgid "Screen Edge Right"
-msgstr ""
+msgstr "Borde de la pantalla derecha"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244
 msgid "Screen Edge Bottom"
-msgstr ""
+msgstr "Borde inferior de la pantalla"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266
 msgid "Maximized Windows"
@@ -149,7 +149,7 @@ msgstr "Desactivado"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287
 msgid "Don't change the keybindings' behaviour"
-msgstr ""
+msgstr "No cambie el comportamiento de los enlaces de las teclas"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296
 msgid "Window Focus"
@@ -196,15 +196,15 @@ msgstr "Mueve la ventana de acuerdo a tu distribución favorita"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353
 msgid "Active Window Hint"
-msgstr ""
+msgstr "Sugerencia de ventana activa"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357
 msgid "Don't indicate the focused window"
-msgstr ""
+msgstr "No indicar la ventana enfocada"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366
 msgid "Minimal"
-msgstr ""
+msgstr "Mínimo"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367
 msgid ""
@@ -214,7 +214,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378
 msgid "Always"
-msgstr ""
+msgstr "Siempre"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379
 msgid ""
@@ -224,15 +224,15 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398
 msgid "Hint Color"
-msgstr ""
+msgstr "Color del indicio"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399
 msgid "The color of the frame indicating the focused window"
-msgstr ""
+msgstr "El color del marco que indica la ventana enfocada"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410
 msgid "Border Size"
-msgstr ""
+msgstr "Tamaño de los bordes"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411
 msgid ""
@@ -242,7 +242,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429
 msgid "Inner Border Size"
-msgstr ""
+msgstr "Tamaño del borde interior"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430
 msgid ""
@@ -309,7 +309,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:545
 msgid "Other"
-msgstr ""
+msgstr "Otro"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:548
 msgid "Monitor Switch Grace Period"
diff --git a/translations/it_IT.po b/translations/it_IT.po
index 51ef7c9..d981573 100644
--- a/translations/it_IT.po
+++ b/translations/it_IT.po
@@ -2,13 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Andrea Brandi <git@andreabrandi.com>, 2022.
+# Albano Battistella <albano_battistella@hotmail.com>, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: Tiling-Assistant\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-11-23 02:29+0100\n"
-"PO-Revision-Date: 2022-04-29 00:20+0200\n"
+"PO-Revision-Date: 2023-01-03 18:52+0100\n"
 "Last-Translator: Andrea Brandi <git@andreabrandi.com>\n"
 "Language-Team: Italian <git@andreabrandi.com>\n"
 "Language: it\n"
@@ -62,7 +63,7 @@ msgstr "Gruppi finestre affiancate"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86
 msgid "Disable Tile Groups"
-msgstr ""
+msgstr "Disabilita i gruppi di finestre"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87
 msgid ""
@@ -111,19 +112,19 @@ msgstr "Bordi dello schermo"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178
 msgid "Screen Edge Top"
-msgstr ""
+msgstr "Bordo dello schermo in alto"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200
 msgid "Screen Edge Left"
-msgstr ""
+msgstr "Bordo dello schermo a sinistra"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222
 msgid "Screen Edge Right"
-msgstr ""
+msgstr "Bordo dello schermo a destra"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244
 msgid "Screen Edge Bottom"
-msgstr ""
+msgstr "Bordo dello schermo in basso"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266
 msgid "Maximized Windows"
@@ -149,7 +150,7 @@ msgstr "Disabilita"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287
 msgid "Don't change the keybindings' behaviour"
-msgstr ""
+msgstr "Non modificare il comportamento delle associazioni dei tasti"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296
 msgid "Window Focus"
@@ -195,15 +196,15 @@ msgstr "Sposta la finestra seguendo il layout preferito delle finestre"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353
 msgid "Active Window Hint"
-msgstr ""
+msgstr "Suggerimento finestra attiva"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357
 msgid "Don't indicate the focused window"
-msgstr ""
+msgstr ""Non indicare la finestra focalizzata"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366
 msgid "Minimal"
-msgstr ""
+msgstr "Minimale"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367
 msgid ""
@@ -213,7 +214,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378
 msgid "Always"
-msgstr ""
+msgstr "Sempre"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379
 msgid ""
@@ -223,15 +224,15 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398
 msgid "Hint Color"
-msgstr ""
+msgstr "Suggerimento colore"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399
 msgid "The color of the frame indicating the focused window"
-msgstr ""
+msgstr "Il colore del riquadro che indica la finestra attiva"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410
 msgid "Border Size"
-msgstr ""
+msgstr "Dimensione del bordo"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411
 msgid ""
@@ -241,7 +242,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429
 msgid "Inner Border Size"
-msgstr ""
+msgstr "Dimensione del bordo interno"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430
 msgid ""
@@ -300,7 +301,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:528
 msgid "Ignore Tiling Assistant"
-msgstr ""
+msgstr "Ignora l'Assistente di affiancamento"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529
 msgid "Use Edge Tiling without Tiling Assistant's features"
@@ -308,7 +309,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:545
 msgid "Other"
-msgstr ""
+msgstr "Altro"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:548
 msgid "Monitor Switch Grace Period"
@@ -560,7 +561,7 @@ msgstr "Impostazioni avanzate/sperimentali"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123
 msgid "Show more settings in the main preference window"
-msgstr ""
+msgstr "Mostra più impostazioni nella finestra principale delle preferenze"
 
 #: tiling-assistant@leleat-on-github/src/ui/shortcutListener.ui:11
 msgid ""
diff --git a/translations/nl.po b/translations/nl.po
index 6e86701..81b9824 100644
--- a/translations/nl.po
+++ b/translations/nl.po
@@ -8,35 +8,35 @@ msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-11-23 02:29+0100\n"
-"PO-Revision-Date: 2021-09-14 14:19+0200\n"
-"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
+"PO-Revision-Date: 2022-12-03 18:48+0100\n"
+"Last-Translator: Philip Goto <philip.goto@gmail.com>\n"
 "Language-Team: \n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.1.1\n"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:10
 msgid "Report a Bug"
-msgstr ""
+msgstr "Probleem rapporteren"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:14
 msgid "User Guide"
-msgstr ""
+msgstr "Gebruikershandleiding"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:18
 msgid "License"
-msgstr ""
+msgstr "Licentie"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:22
 msgid "Changelog"
-msgstr ""
+msgstr "Wijzigingslogboek"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:26
 msgid "Advanced..."
-msgstr ""
+msgstr "Geavanceerd…"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:781
@@ -50,19 +50,19 @@ msgstr "Tegelpop-upvenster"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:51
 msgid "Open after tiling a window"
-msgstr ""
+msgstr "Openen na tegelen venster"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62
 msgid "Include apps from all workspaces"
-msgstr ""
+msgstr "Apps van alle werkbladen tonen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83
 msgid "Tile Groups"
-msgstr ""
+msgstr "Tegelgroepen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86
 msgid "Disable Tile Groups"
-msgstr ""
+msgstr "Tegelgroepen uitschakelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87
 msgid ""
@@ -73,7 +73,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102
 msgid "Raise together"
-msgstr ""
+msgstr "Samen naar voren brengen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103
 msgid ""
@@ -83,7 +83,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114
 msgid "App Switcher and Tiling Popup"
-msgstr ""
+msgstr "App-wisselaar en tegelingspop-up"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115
 msgid ""
@@ -93,35 +93,35 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135
 msgid "Gaps"
-msgstr ""
+msgstr "Ruimtes"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138
 msgid "Windows"
-msgstr ""
+msgstr "Vensters"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156
 msgid "Screen Edges"
-msgstr ""
+msgstr "Schermranden"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178
 msgid "Screen Edge Top"
-msgstr ""
+msgstr "Schermrand boven"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200
 msgid "Screen Edge Left"
-msgstr ""
+msgstr "Schermrand links"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222
 msgid "Screen Edge Right"
-msgstr ""
+msgstr "Schermrand rechts"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244
 msgid "Screen Edge Bottom"
-msgstr ""
+msgstr "Schermrand onder"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266
 msgid "Maximized Windows"
-msgstr ""
+msgstr "Gemaximaliseerde vensters"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282
 msgid "Dynamic Keybinding Behaviour"
@@ -147,7 +147,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296
 msgid "Window Focus"
-msgstr ""
+msgstr "Vensterfocus"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297
 msgid ""
@@ -178,7 +178,7 @@ msgstr ""
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516
 msgid "Favorite Layout"
-msgstr ""
+msgstr "Favoriete indeling"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333
 msgid "Move the window along your favorite Layout"
@@ -186,7 +186,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353
 msgid "Active Window Hint"
-msgstr ""
+msgstr "Hint van actieve venster"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357
 msgid "Don't indicate the focused window"
@@ -194,7 +194,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366
 msgid "Minimal"
-msgstr ""
+msgstr "Minimaal"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367
 msgid ""
@@ -204,7 +204,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378
 msgid "Always"
-msgstr ""
+msgstr "Altijd"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379
 msgid ""
@@ -214,7 +214,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398
 msgid "Hint Color"
-msgstr ""
+msgstr "Hintkleur"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399
 msgid "The color of the frame indicating the focused window"
@@ -222,7 +222,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410
 msgid "Border Size"
-msgstr ""
+msgstr "Randbreedte"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411
 msgid ""
@@ -232,7 +232,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429
 msgid "Inner Border Size"
-msgstr ""
+msgstr "Binnenste randbreedte"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430
 msgid ""
@@ -243,24 +243,24 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453
 msgid "Animations"
-msgstr ""
+msgstr "Animaties"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460
 msgid "Tiling"
-msgstr ""
+msgstr "Tegelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471
 msgid "Untiling"
-msgstr ""
+msgstr "Onttegelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487
 msgid "Default Window Movement Mode"
-msgstr ""
+msgstr "Standaardvensterbeweginsmodus"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:848
 msgid "Edge Tiling"
-msgstr ""
+msgstr "Randtegeling"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495
 msgid ""
@@ -270,7 +270,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:504
 msgid "Adaptive Tiling"
-msgstr ""
+msgstr "Adaptieve tegeling"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505
 msgid ""
@@ -285,7 +285,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:528
 msgid "Ignore Tiling Assistant"
-msgstr ""
+msgstr "Tegelingsassistent negeren"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529
 msgid "Use Edge Tiling without Tiling Assistant's features"
@@ -293,11 +293,11 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:545
 msgid "Other"
-msgstr ""
+msgstr "Overig"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:548
 msgid "Monitor Switch Grace Period"
-msgstr ""
+msgstr "Wachttijd bij schermwissel"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549
 msgid ""
@@ -309,7 +309,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:560
 msgid "Low Performance Movement Mode"
-msgstr ""
+msgstr "Bewegingsmodus met lage prestaties"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561
 msgid ""
@@ -329,25 +329,25 @@ msgstr ""
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641
 msgid "Alt"
-msgstr ""
+msgstr "Alt"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642
 msgid "RMB"
-msgstr ""
+msgstr "RMK"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643
 msgid "Super"
-msgstr ""
+msgstr "Super"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:611
 msgid "'Favorite Layout' Move Mode Activator"
@@ -417,31 +417,31 @@ msgstr "Automatisch tegelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796
 msgid "Un/tile the current window based on the visible tiles"
-msgstr ""
+msgstr "Het huidige venster (ont)tegelen gebaseerd op zichtbare tegels"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:801
 msgid "Toggle 'Always on Top'"
-msgstr ""
+msgstr "‘Altijd voorop’ omschakelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:810
 msgid "Toggle Maximization"
-msgstr "Maximaliseren aan/uit"
+msgstr "Maximaliseren omschakelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:815
 msgid "Toggle Vertical Maximization"
-msgstr ""
+msgstr "Verticale maximalisatie omschakelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:824
 msgid "Toggle Horizontal Maximization"
-msgstr ""
+msgstr "Horizontale maximalisatie omschakelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:833
 msgid "Restore Window Size"
-msgstr ""
+msgstr "Venstergrootte herstellen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:838
 msgid "Move Window to Center"
-msgstr ""
+msgstr "Venster naar midden verplaatsen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:851
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:911
@@ -465,7 +465,7 @@ msgstr "Naar rechts tegelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:876
 msgid "Corner Tiling"
-msgstr ""
+msgstr "Hoektegeling"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:879
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:943
@@ -489,15 +489,15 @@ msgstr "Naar rechtsonder tegelen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:904
 msgid "Edge Tiling without Tiling Assistant"
-msgstr ""
+msgstr "Randtegeling zonder tegelingsassistent"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:936
 msgid "Corner Tiling without Tiling Assistant"
-msgstr ""
+msgstr "Hoektegeling zonder tegelingsassistent"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:968
 msgid "Debugging"
-msgstr ""
+msgstr "Foutopsporing"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:975
 msgid "Show Tiled Rects"
@@ -510,15 +510,15 @@ msgstr ""
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:991
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1027
 msgid "Layouts"
-msgstr ""
+msgstr "Indelingen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1005
 msgid "Panel Indicator"
-msgstr ""
+msgstr "Paneelindicator"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1016
 msgid "Search for a Layout"
-msgstr ""
+msgstr "Naar indeling zoeken"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017
 msgid "Open a popup listing all the available layouts"
@@ -526,7 +526,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1051
 msgid "Add a new Layout."
-msgstr ""
+msgstr "Voeg een nieuwe indeling toe."
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1058
 msgid "Save the layouts to the disk. Invalid changes will be lost!"
@@ -538,7 +538,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1122
 msgid "Advanced / Experimental Settings"
-msgstr ""
+msgstr "Geavanceerde/experimentele instellingen"
 
 #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123
 msgid "Show more settings in the main preference window"
@@ -556,16 +556,16 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/extension/keybindingHandler.js:65
 msgid "Tiling popup enabled"
-msgstr ""
+msgstr "Tegelingspop-up ingeschakeld"
 
 #: tiling-assistant@leleat-on-github/src/extension/keybindingHandler.js:66
 msgid "Tiling popup was disabled"
-msgstr ""
+msgstr "Tegelingspop-up is uitgeschakeld"
 
 #: tiling-assistant@leleat-on-github/src/extension/layoutsManager.js:105
 #: tiling-assistant@leleat-on-github/src/extension/layoutsManager.js:488
 msgid "No valid layouts defined."
-msgstr ""
+msgstr "Geen geldige indelingen gedefinieerd."
 
 #: tiling-assistant@leleat-on-github/src/extension/layoutsManager.js:196
 msgid "Popup Layouts: App not found."
@@ -573,11 +573,11 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/extension/layoutsManager.js:335
 msgid "Type to search..."
-msgstr ""
+msgstr "Typ om te zoeken…"
 
 #: tiling-assistant@leleat-on-github/src/extension/layoutsManager.js:441
 msgid "Nameless layout..."
-msgstr ""
+msgstr "Naamloze indeling…"
 
 #: tiling-assistant@leleat-on-github/src/extension/tileEditingMode.js:66
 msgid "Can't enter 'Tile Editing Mode', if no tiled window is visible."
@@ -585,7 +585,7 @@ msgstr ""
 
 #: tiling-assistant@leleat-on-github/src/prefs/layoutRowEntry.js:45
 msgid "'User Guide' for help..."
-msgstr ""
+msgstr "‘Gebruikershandleiding’ voor hulp…"
 
 #~ msgid "Raise Tile Groups together"
 #~ msgstr "Tegelgroepen tegelijk focussen"

More details

Full run details

Historical runs