Skip to content

Commit

Permalink
feat: show minimized/hidden windows last in the list (closes #289)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Sep 8, 2020
1 parent 99f4fc7 commit 58f11b1
Show file tree
Hide file tree
Showing 33 changed files with 994 additions and 181 deletions.
29 changes: 19 additions & 10 deletions resources/l10n/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,16 @@
"Focus selected window" = "Focus selected window";

/* No comment provided by engineer. */
"Fullscreen" = "Fullscreen";
"Fullscreen windows:" = "Fullscreen windows:";

/* No comment provided by engineer. */
"General" = "General";

/* No comment provided by engineer. */
"Hidden" = "Hidden";
"Hidden windows:" = "Hidden windows:";

/* No comment provided by engineer. */
"Hide" = "Hide";

/* No comment provided by engineer. */
"Hide app badges:" = "Hide app badges:";
Expand Down Expand Up @@ -167,25 +170,22 @@
"Left" = "Left";

/* No comment provided by engineer. */
"Max size on screen:" = "Max size on screen:";
"Max height on screen:" = "Max height on screen:";

/* No comment provided by engineer. */
"Max windows per row:" = "Max windows per row:";
"Max width on screen:" = "Max width on screen:";

/* No comment provided by engineer. */
"Menubar icon:" = "Menubar icon:";

/* No comment provided by engineer. */
"Middle" = "Middle";

/* No comment provided by engineer. */
"Min windows per row:" = "Min windows per row:";

/* No comment provided by engineer. */
"Minimize/Deminimize window" = "Minimize/Deminimize window";

/* No comment provided by engineer. */
"Minimized" = "Minimized";
"Minimized windows:" = "Minimized windows:";

/* No comment provided by engineer. */
"Mouse hover" = "Mouse hover";
Expand Down Expand Up @@ -227,7 +227,7 @@
"Remember my choice" = "Remember my choice";

/* No comment provided by engineer. */
"Rows of windows:" = "Rows of windows:";
"Rows of thumbnails:" = "Rows of thumbnails:";

/* No comment provided by engineer. */
"Screen including menu bar" = "Screen including menu bar";
Expand Down Expand Up @@ -277,14 +277,17 @@
/* Menubar option */
"Show" = "Show";

/* No comment provided by engineer. */
"Show at the end" = "Show at the end";

/* No comment provided by engineer. */
"Show on:" = "Show on:";

/* No comment provided by engineer. */
"Show standard tabs as windows:" = "Show standard tabs as windows:";

/* No comment provided by engineer. */
"Show the following windows:" = "Show the following windows:";
"Show windows from:" = "Show windows from:";

/* No comment provided by engineer. */
"Source code repository" = "Source code repository";
Expand Down Expand Up @@ -322,6 +325,12 @@
/* No comment provided by engineer. */
"Window app icon size:" = "Window app icon size:";

/* No comment provided by engineer. */
"Window max width in row:" = "Window max width in row:";

/* No comment provided by engineer. */
"Window min width in row:" = "Window min width in row:";

/* No comment provided by engineer. */
"Window title font size:" = "Window title font size:";

Expand Down
33 changes: 33 additions & 0 deletions resources/l10n/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,21 @@
/*No comment provided by engineer.*/
"Fullscreen" = "Fullscreen";

/*No comment provided by engineer.*/
"Fullscreen windows:" = "Fullscreen windows:";

/*No comment provided by engineer.*/
"General" = "عام";

/*No comment provided by engineer.*/
"Hidden" = "مخفي";

/*No comment provided by engineer.*/
"Hidden windows:" = "Hidden windows:";

/*No comment provided by engineer.*/
"Hide" = "Hide";

/*No comment provided by engineer.*/
"Hide app badges:" = "Hide app badges:";

Expand Down Expand Up @@ -167,9 +176,15 @@
/*No comment provided by engineer.*/
"Left" = "يسار";

/*No comment provided by engineer.*/
"Max height on screen:" = "Max height on screen:";

/*No comment provided by engineer.*/
"Max size on screen:" = "أكبر حجم على الشاشة:";

/*No comment provided by engineer.*/
"Max width on screen:" = "Max width on screen:";

/*No comment provided by engineer.*/
"Max windows per row:" = "الحد الأعلى للنوافذ للصف:";

Expand All @@ -188,6 +203,9 @@
/*No comment provided by engineer.*/
"Minimized" = "مصغّر";

/*No comment provided by engineer.*/
"Minimized windows:" = "Minimized windows:";

/*No comment provided by engineer.*/
"Mouse hover" = "تمرير المؤشر";

Expand Down Expand Up @@ -230,6 +248,9 @@
/*No comment provided by engineer.*/
"Remember my choice" = "Remember my choice";

/*No comment provided by engineer.*/
"Rows of thumbnails:" = "Rows of thumbnails:";

/*No comment provided by engineer.*/
"Rows of windows:" = "صفوف النوافذ:";

Expand Down Expand Up @@ -281,6 +302,9 @@
/*No comment provided by engineer.*/
"Show" = "إظهار";

/*No comment provided by engineer.*/
"Show at the end" = "Show at the end";

/*No comment provided by engineer.*/
"Show on:" = "أظهر على:";

Expand All @@ -290,6 +314,9 @@
/*No comment provided by engineer.*/
"Show the following windows:" = "حدد النوافذ التالية:";

/*No comment provided by engineer.*/
"Show windows from:" = "Show windows from:";

/*No comment provided by engineer.*/
"Source code repository" = "مخزن شفرة المصدر";

Expand Down Expand Up @@ -326,6 +353,12 @@
/*No comment provided by engineer.*/
"Window app icon size:" = "حجم أيقونة النافذة:";

/*No comment provided by engineer.*/
"Window max width in row:" = "Window max width in row:";

/*No comment provided by engineer.*/
"Window min width in row:" = "Window min width in row:";

/*No comment provided by engineer.*/
"Window title font size:" = "حجم خط عنوان النافذة:";

Expand Down
33 changes: 33 additions & 0 deletions resources/l10n/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,21 @@
/*No comment provided by engineer.*/
"Fullscreen" = "Vollbild";

/*No comment provided by engineer.*/
"Fullscreen windows:" = "Fullscreen windows:";

/*No comment provided by engineer.*/
"General" = "Allgemein";

/*No comment provided by engineer.*/
"Hidden" = "Versteckt";

/*No comment provided by engineer.*/
"Hidden windows:" = "Hidden windows:";

/*No comment provided by engineer.*/
"Hide" = "Hide";

/*No comment provided by engineer.*/
"Hide app badges:" = "Hide app badges:";

Expand Down Expand Up @@ -167,9 +176,15 @@
/*No comment provided by engineer.*/
"Left" = "Links";

/*No comment provided by engineer.*/
"Max height on screen:" = "Max height on screen:";

/*No comment provided by engineer.*/
"Max size on screen:" = "Maximale Größe auf dem Bildschirm:";

/*No comment provided by engineer.*/
"Max width on screen:" = "Max width on screen:";

/*No comment provided by engineer.*/
"Max windows per row:" = "Maximale Anzahl von Fenstern pro Reihe:";

Expand All @@ -188,6 +203,9 @@
/*No comment provided by engineer.*/
"Minimized" = "Minimiert";

/*No comment provided by engineer.*/
"Minimized windows:" = "Minimized windows:";

/*No comment provided by engineer.*/
"Mouse hover" = "Maus hover";

Expand Down Expand Up @@ -230,6 +248,9 @@
/*No comment provided by engineer.*/
"Remember my choice" = "Auswahl merken";

/*No comment provided by engineer.*/
"Rows of thumbnails:" = "Rows of thumbnails:";

/*No comment provided by engineer.*/
"Rows of windows:" = "Fenster Reihen:";

Expand Down Expand Up @@ -281,6 +302,9 @@
/*No comment provided by engineer.*/
"Show" = "Anzeigen";

/*No comment provided by engineer.*/
"Show at the end" = "Show at the end";

/*No comment provided by engineer.*/
"Show on:" = "Anzeigen auf:";

Expand All @@ -290,6 +314,9 @@
/*No comment provided by engineer.*/
"Show the following windows:" = "Folgende Fenster anzeigen:";

/*No comment provided by engineer.*/
"Show windows from:" = "Show windows from:";

/*No comment provided by engineer.*/
"Source code repository" = "Code Repository";

Expand Down Expand Up @@ -326,6 +353,12 @@
/*No comment provided by engineer.*/
"Window app icon size:" = "Fenster Icon Größe:";

/*No comment provided by engineer.*/
"Window max width in row:" = "Window max width in row:";

/*No comment provided by engineer.*/
"Window min width in row:" = "Window min width in row:";

/*No comment provided by engineer.*/
"Window title font size:" = "Fenster Titel Größe:";

Expand Down
33 changes: 33 additions & 0 deletions resources/l10n/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,21 @@
/*No comment provided by engineer.*/
"Fullscreen" = "Fullscreen";

/*No comment provided by engineer.*/
"Fullscreen windows:" = "Fullscreen windows:";

/*No comment provided by engineer.*/
"General" = "General";

/*No comment provided by engineer.*/
"Hidden" = "Hidden";

/*No comment provided by engineer.*/
"Hidden windows:" = "Hidden windows:";

/*No comment provided by engineer.*/
"Hide" = "Hide";

/*No comment provided by engineer.*/
"Hide app badges:" = "Hide app badges:";

Expand Down Expand Up @@ -167,9 +176,15 @@
/*No comment provided by engineer.*/
"Left" = "Left";

/*No comment provided by engineer.*/
"Max height on screen:" = "Max height on screen:";

/*No comment provided by engineer.*/
"Max size on screen:" = "Max size on screen:";

/*No comment provided by engineer.*/
"Max width on screen:" = "Max width on screen:";

/*No comment provided by engineer.*/
"Max windows per row:" = "Max windows per row:";

Expand All @@ -188,6 +203,9 @@
/*No comment provided by engineer.*/
"Minimized" = "Minimized";

/*No comment provided by engineer.*/
"Minimized windows:" = "Minimized windows:";

/*No comment provided by engineer.*/
"Mouse hover" = "Mouse hover";

Expand Down Expand Up @@ -230,6 +248,9 @@
/*No comment provided by engineer.*/
"Remember my choice" = "Remember my choice";

/*No comment provided by engineer.*/
"Rows of thumbnails:" = "Rows of thumbnails:";

/*No comment provided by engineer.*/
"Rows of windows:" = "Rows of windows:";

Expand Down Expand Up @@ -281,6 +302,9 @@
/*No comment provided by engineer.*/
"Show" = "Show";

/*No comment provided by engineer.*/
"Show at the end" = "Show at the end";

/*No comment provided by engineer.*/
"Show on:" = "Show on:";

Expand All @@ -290,6 +314,9 @@
/*No comment provided by engineer.*/
"Show the following windows:" = "Show the following windows:";

/*No comment provided by engineer.*/
"Show windows from:" = "Show windows from:";

/*No comment provided by engineer.*/
"Source code repository" = "Source code repository";

Expand Down Expand Up @@ -326,6 +353,12 @@
/*No comment provided by engineer.*/
"Window app icon size:" = "Window app icon size:";

/*No comment provided by engineer.*/
"Window max width in row:" = "Window max width in row:";

/*No comment provided by engineer.*/
"Window min width in row:" = "Window min width in row:";

/*No comment provided by engineer.*/
"Window title font size:" = "Window title font size:";

Expand Down
Loading

0 comments on commit 58f11b1

Please sign in to comment.