Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spanish.xml #172

Merged
merged 1 commit into from Mar 6, 2022
Merged

Update Spanish.xml #172

merged 1 commit into from Mar 6, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 3, 2022

Update Spanish

@manuelmayer-dev manuelmayer-dev changed the base branch from main to develop March 6, 2022 00:48
@manuelmayer-dev manuelmayer-dev merged commit fd2c330 into Macro-Deck-App:develop Mar 6, 2022
manuelmayer-dev added a commit that referenced this pull request Apr 9, 2022
* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
manuelmayer-dev added a commit that referenced this pull request Apr 21, 2022
* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>
manuelmayer-dev added a commit that referenced this pull request Jun 4, 2022
* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

* Release/2.10.1 (#215)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Update Spanish.json

* Feature/button background color (#217)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Feature/hidpi improvement (#228)

* Changed AutoScaleMode to Dpi
Installed Microsoft.Win32.Registry library

* Changed project version

* Fixed #233
Added ReadVariableFromFileAction

* Updated translations

* Updated licenses

* Only user created variables visible in ReadVariableFromFile configurator

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>
manuelmayer-dev added a commit that referenced this pull request Jun 4, 2022
* Update bug_report.md

* Update issue templates

* Develop (#235)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

* Release/2.10.1 (#215)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Update Spanish.json

* Feature/button background color (#217)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Feature/hidpi improvement (#228)

* Changed AutoScaleMode to Dpi
Installed Microsoft.Win32.Registry library

* Changed project version

* Fixed #233
Added ReadVariableFromFileAction

* Updated translations

* Updated licenses

* Only user created variables visible in ReadVariableFromFile configurator

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>
manuelmayer-dev added a commit that referenced this pull request Jul 13, 2022
* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

* Release/2.10.1 (#215)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Update Spanish.json

* Feature/button background color (#217)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Feature/hidpi improvement (#228)

* Changed AutoScaleMode to Dpi
Installed Microsoft.Win32.Registry library

* Changed project version

* Fixed #233
Added ReadVariableFromFileAction

* Updated translations

* Updated licenses

* Only user created variables visible in ReadVariableFromFile configurator

* Release 2.10.3-beta (#237)

* Update bug_report.md

* Update issue templates

* Develop (#235)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

* Release/2.10.1 (#215)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Update Spanish.json

* Feature/button background color (#217)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Feature/hidpi improvement (#228)

* Changed AutoScaleMode to Dpi
Installed Microsoft.Win32.Registry library

* Changed project version

* Fixed #233
Added ReadVariableFromFileAction

* Updated translations

* Updated licenses

* Only user created variables visible in ReadVariableFromFile configurator

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Fixed variables not saving; Improved ui (#242)

* Made IconPacksLoaded public set

* Add start parameters to the restart function

* Optimized Ui

* Moved internal plugins to a new folder

* Feature/device plugin (#243)

* Added set profile action

* Added strings for the device plugin

* Feature/device plugin (#244)

* Added set profile action

* Added strings for the device plugin

* Added "Where executed" option to the Set Profile action

* Added set brightness action

* Updated api version to 33 because of IconManager.IconPacksLoaded

* Enabled button background color (#245)

* Optimized variables
Added donation button

* Improved performance

* 2.11.1

* Fixed the change variable value action

* Rewrote the Extension Store Downloader (#251)

* Added missing translation strings

* Added change background color action

* Updated translation files

* Variable filters are now saved

* Improved server performance

* Added Chinese

* Update Chinese.json (POEditor.com)

* Update Dutch.json (POEditor.com)

* Update English.json (POEditor.com)

* Update Filipino.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Japanese.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Polish.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Fixed wrong translations

* Fixed typo

* Added new connection request dialogue + shortened the shown version string

* Disabled the Beta channel by default

* Disabled the Beta channel by default

* Updated version

* Updated version

* Develop (#260)

* Added adb manager (#258)

* Fixed Cottle code disappears #257

* Added MacroDeck.OnMacroDeckLoaded
Added VariableManager.GetVariables(MacroDeckPlugin macroDeckPlugin)
Added VariableManager.GetVariable(MacroDeckPlugin macroDeckPlugin, string variableName)
Added notification system

* Added notifications

* Fixed crash when main window is closed with the notification list open

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant