Skip to content

Commit

Permalink
feat: add option to preview selected window (closes #967)
Browse files Browse the repository at this point in the history
  • Loading branch information
decodism authored and lwouis committed Mar 16, 2023
1 parent b5c3bed commit 6534a2d
Show file tree
Hide file tree
Showing 53 changed files with 228 additions and 11 deletions.
4 changes: 4 additions & 0 deletions alt-tab-macos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
4807A6C623A9CD190052A53E /* SkyLight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4807A6C523A9CD190052A53E /* SkyLight.framework */; };
48F3E16224EC0D8800A1C64B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BABDA79F8EF76E3ACDD5F /* Localizable.strings */; };
76D02BB22BFE7C9E0056008D /* Pods_alt_tab_macos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0712B3BEA2B3780398C0999 /* Pods_alt_tab_macos.framework */; };
AA974BA929B7D84C0099A29E /* PreviewPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA974BA829B7D84C0099A29E /* PreviewPanel.swift */; };
BF0C8052AE41B1B10E42BFCE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C875C983226CB16DBD90F /* InfoPlist.strings */; };
BF0C807D26E465F467B066F7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C849EBA5A547912BD8BB9 /* Localizable.strings */; };
BF0C812C068CD751CE9BFB67 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8D5993267A74D4875C1A /* Localizable.strings */; };
Expand Down Expand Up @@ -173,6 +174,7 @@
481FE54624D2D387001032F1 /* alt-tab-macos-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "alt-tab-macos-Bridging-Header.h"; sourceTree = "<group>"; };
59DD4BE63D42EEFF1182BA7F /* Pods-alt-tab-macos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-alt-tab-macos.release.xcconfig"; path = "Target Support Files/Pods-alt-tab-macos/Pods-alt-tab-macos.release.xcconfig"; sourceTree = "<group>"; };
672F94799CC7C90282AEB3EA /* Pods-alt-tab-macos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-alt-tab-macos.debug.xcconfig"; path = "Target Support Files/Pods-alt-tab-macos/Pods-alt-tab-macos.debug.xcconfig"; sourceTree = "<group>"; };
AA974BA829B7D84C0099A29E /* PreviewPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewPanel.swift; sourceTree = "<group>"; };
BF0C80A05C11C8ADC366EC4A /* lb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lb; path = InfoPlist.strings; sourceTree = "<group>"; };
BF0C8113492C0FFCB4454BC9 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = Localizable.strings; sourceTree = "<group>"; };
BF0C8118F91A00A04AD4DE26 /* bg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = bg; path = InfoPlist.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -994,6 +996,7 @@
D04BA1DF8CAB2FAB7FE9244B /* ThumbnailFontIconView.swift */,
D04BA258B56193958D60978A /* ThumbnailView.swift */,
D04BAA998119CAA8B70A2B67 /* ThumbnailsView.swift */,
AA974BA829B7D84C0099A29E /* PreviewPanel.swift */,
);
path = "main-window";
sourceTree = "<group>";
Expand Down Expand Up @@ -1618,6 +1621,7 @@
D04BA6187A91A847844B6ABB /* Window.swift in Sources */,
D04BA737008AA2CD4E230A21 /* Application.swift in Sources */,
D04BA2A6FF9DDDC5A1A68E36 /* Applications.swift in Sources */,
AA974BA929B7D84C0099A29E /* PreviewPanel.swift in Sources */,
D04BA3CF766857381519B892 /* BackgroundWork.swift in Sources */,
D04BA48B00B4211A465C7337 /* DebugProfile.swift in Sources */,
D04BAB68B7B8D1B548BC3AD5 /* App.swift in Sources */,
Expand Down
1 change: 1 addition & 0 deletions docs/Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
* Yukai
* yumechan
* Yusuf Caliskan
* Ивайло
3 changes: 3 additions & 0 deletions resources/l10n/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@
/* Menubar option */
"Preferences…" = "Preferences…";

/* No comment provided by engineer. */
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "التفضيلات…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "إغلاق";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Настройки...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Излез";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/bn.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "পছন্দ…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "প্রস্থান করুন";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferències...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Sortir";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Nastavení...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Zavřít";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferences…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Einstellungen…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Beenden";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Προτιμήσεις...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Εγκατάλειψη";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferences…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferencias…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Salir";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/et.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferences…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/fa.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "ترجیحات...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/fi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Asetukset…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Lopeta";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Préférences…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Quitter";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/gl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferencias...";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Saír";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/he.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "העדפות";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "צא";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/hi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "पसंद";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "बंद करो";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/hu.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Beállítások…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Kilépés";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/id.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferensi…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Keluar";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferenze…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Esci";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "環境設定…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "終了";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "설정…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "종료";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ku.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Taybetmendî";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Jêderkeve";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/lb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Astellung…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Voorkeuren…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Stop";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/no.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Valg…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Avslutt";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferencje…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Wyjdź";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferências…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Encerrar";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/pt.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferências…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Sair";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferințe…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Ieșire";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Настройки…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Выход";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/sk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Nastavenia…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Ukončiť";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/sl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Nastavitve…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

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

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/sq.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Preferencat";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Dil";

Expand Down
3 changes: 3 additions & 0 deletions resources/l10n/sr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
/*No comment provided by engineer.*/
"Preferences…" = "Podešavanja…";

/*No comment provided by engineer.*/
"Preview selected window:" = "Preview selected window:";

/*No comment provided by engineer.*/
"Quit" = "Zatvori";

Expand Down
Loading

0 comments on commit 6534a2d

Please sign in to comment.