-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: macos desktop app on Apple silicon, initial config [wip] * feat: macos desktop app on Apple silicon, initial config [wip] * fix: use "super.key" * chore: .vscode settings * fix: more use of "super.key" * chore: formating * feat: misc macos settings. * feat: set window size * fix: desktop notification not (yet?) supported on macos * fix: don't use a private variable for $version * fix : comment * feat: macos desktop app on Apple silicon, initial config [wip] * fix: use "super.key" * chore: .vscode settings * fix: more use of "super.key" * chore: formating * feat: misc macos settings. * feat: set window size * fix: desktop notification not (yet?) supported on macos * fix: don't use a private variable for $version * fix : comment * feat: in debug mode, throw an exception is a message is not translated * chore: localizations * feat: macos desktop app on Apple silicon, initial config [wip] * fix: use "super.key" * chore: .vscode settings * fix: more use of "super.key" * chore: formating * feat: misc macos settings. * feat: set window size * fix: desktop notification not (yet?) supported on macos * fix: don't use a private variable for $version * fix : comment * feat: in debug mode, throw an exception is a message is not translated * chore: localizations * feat: detect and use the Terminal app to connect via SSH * fix: don't try to connect via SSH with empty username * feat: macos desktop app on Apple silicon, initial config [wip] * fix: use "super.key" * chore: .vscode settings * fix: more use of "super.key" * chore: formating * feat: misc macos settings. * feat: set window size * fix: desktop notification not (yet?) supported on macos * fix: don't use a private variable for $version * fix : comment * feat: in debug mode, throw an exception is a message is not translated * chore: localizations * feat: detect and use the Terminal app to connect via SSH * fix: don't try to connect via SSH with empty username * feat: macos desktop app on Apple silicon, initial config [wip] * feat: misc macos settings. * feat: set window size * fix : comment * feat: macos desktop app on Apple silicon, initial config [wip] * feat: misc macos settings. * fix: app icons * feat: packaging config * chore: install disk name * feat: getting ready for publication on the mac app strore * fix: missing translations
- Loading branch information
Showing
57 changed files
with
1,727 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll": true, | ||
"source.organizeImports": true, | ||
"source.fixAll": "explicit", | ||
"source.organizeImports": "explicit" | ||
}, | ||
"cmake.sourceDirectory": "${workspaceFolder}/linux" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.