Commit Graph

3493 Commits (a42132de1d78f696a884adb88f0704c1485f1bf3)

Author SHA1 Message Date
Michael Keller 398228bf45
Merge pull request #814 from McGiverGim/bf-fix_window_title_chromeapp
Fix window title chromeapp
2017-12-23 23:14:23 +13:00
Miguel Angel Mulero Martinez 9ca80e9a9a Change title for standalone apps
It does not work for chrome apps. But they never had a title.
2017-12-23 11:08:45 +01:00
Miguel Angel Mulero Martinez 13ef4c78c0 Revert "Add Betaflight Configurator as window title"
This reverts commit de6ea287db.
2017-12-23 11:04:26 +01:00
Michael Keller 07bdeb65e1
Merge pull request #810 from McGiverGim/bf-add_window_title
Add Betaflight Configurator as window title
2017-12-22 18:35:30 +13:00
Michael Keller 026fc289ba
Merge pull request #811 from fixmania/patch-1
Merge pull request messages.json in Korean
2017-12-22 16:50:13 +13:00
Miguel Angel Mulero Martinez de6ea287db Add Betaflight Configurator as window title 2017-12-21 19:18:04 +01:00
fixmania 3e531a0602
Create messages.json
This is the file messages.json translated in Korean.
2017-12-21 17:06:18 +09:00
Michael Keller 186e47e06f
Merge pull request #806 from McGiverGim/bf-i18n_console
More i18n, GUI Console
2017-12-21 14:27:41 +13:00
Michael Keller 56d819dd83
Merge pull request #808 from McGiverGim/bf-new_window_external
Open new windows in external browser
2017-12-21 13:44:02 +13:00
Miguel Angel Mulero Martinez 4b7af1c951 Open new windows in external browser
When a user clicks a link, this opens the link in a new external browser
and not in a new nw window (without toolbar, download manager, etc.)
2017-12-20 15:46:20 +01:00
Miguel Angel Mulero Martinez b0d4d2d89a More i18n, GUI Console
Added some i18n to strings for the GUI console.
2017-12-19 09:28:04 +01:00
Michael Keller bd1545484d
Merge pull request #804 from mikeller/gulpfile_fixes
Some cosmetic fixes for `gulpfile.js`.
2017-12-19 19:23:41 +13:00
Michael Keller 1fe5a267bb
Merge pull request #803 from McGiverGim/bf-more_i18n
More i18n
2017-12-19 19:23:33 +13:00
Michael Keller e7a8dc88a6
Merge pull request #801 from McGiverGim/bf-add_help_with_translations
Add help with translations
2017-12-19 19:23:11 +13:00
Michael Keller 6dd68fb468 Some cosmetic fixes for `gulpfile.js`. 2017-12-19 09:09:20 +13:00
Miguel Angel Mulero Martinez 65728c913a More i18n
More strings passed to the messages file for i18n.
2017-12-18 20:21:38 +01:00
Michael Keller 148178e109
Merge pull request #802 from McGiverGim/bf-i18n_some_titles
i18n titles
2017-12-19 01:54:37 +13:00
Miguel Angel Mulero Martinez 8a982152da i18n titles
Convert to i18n the titles attributes that aren't.
2017-12-18 11:52:11 +01:00
Michael Keller 5b5290c8eb
Merge pull request #794 from McGiverGim/bf-translation_spanish
Added translation into spanish
2017-12-18 20:19:59 +13:00
Michael Keller 5d0dc9464d
Merge pull request #795 from McGiverGim/bf-translation_french
Added translation into french
2017-12-18 20:19:17 +13:00
Michael Keller 8e54d289e1
Merge pull request #796 from McGiverGim/bf-translation_german
Added translation into german
2017-12-18 20:18:32 +13:00
Miguel Angel Mulero Martinez 240cf2113f Add help with translations
Add info with how to help with the translations in the start page of the
application and in the readme.md of the project.
2017-12-17 09:09:41 +01:00
Miguel Angel Mulero Martinez 4a5ef2d45f Added translation into german 2017-12-17 08:49:33 +01:00
Miguel Angel Mulero Martinez 43a1d8d7cd Added translation into french 2017-12-17 08:48:53 +01:00
Miguel Angel Mulero Martinez ab8247f968 Added translation into spanish 2017-12-17 08:48:16 +01:00
Michael Keller cdefb23f8d
Merge pull request #791 from McGiverGim/bf-add_icon_taskbar
Add missing icon taskbar/window
2017-12-17 11:46:06 +13:00
Miguel Angel Mulero Martinez 9d6218417f Add missing icon taskbar/window
This adds the icon to the taskbar and window, at least it works in
windows 10.
2017-12-14 19:25:18 +01:00
Michael Keller 4bed51398f
Merge pull request #786 from McGiverGim/bf-remove_style_from_css
Remove style attribute from messages file
2017-12-14 08:04:37 +13:00
Miguel Angel Mulero Martinez 12e1342459 Remove style attribute from css
All the styles must be included in a class definition
2017-12-13 17:31:10 +01:00
Michael Keller 654d74a126
Merge pull request #775 from McGiverGim/bf-gulp_win64_support
Add support for win64 platform
2017-12-12 08:04:52 +13:00
Miguel Angel Mulero Martinez e155b0756e Add support for win64 platform
Added support to create native win64 platforms.
2017-12-11 12:07:43 +01:00
Michael Keller 938fdf1b56
Merge pull request #784 from kmitchel/linux32
Update gulpfile.js with changes for linux32
2017-12-11 12:00:13 +13:00
kmitchel be0db20662 Update gulpfile.js with changes for linux32 2017-12-10 17:24:26 -05:00
Michael Keller a10ef433dd
Merge pull request #768 from mikeller/fix_cli_exit_windows
Fixed problem with configurator hanging after 'exit' in CLI in Windows standalone.
2017-12-10 19:28:32 +13:00
Michael Keller 9522148b57
Merge pull request #782 from basdelfos/preserve-win-state
NWJS: Fixed app window hocks and enabled restore window state on startup
2017-12-10 10:21:21 +13:00
Michael Keller cafec8a0fc
Merge pull request #781 from basdelfos/clean-nwjs-cache
Added gulp task to clean nw.js cache folder
2017-12-10 10:19:53 +13:00
Bas Delfos 1cdc40cf47 Fixed window hocks and enabled restore window state on startup 2017-12-08 17:19:21 +01:00
Bas Delfos ecd2e17dc7 Added gulp task to clean nw.js cache folder 2017-12-08 13:48:55 +01:00
Bas Delfos fe3a444c67
Merge pull request #780 from basdelfos/psd
Added dmg-background.psd Photoshop file
2017-12-08 10:03:59 +01:00
Bas Delfos 6379ecc641 Added dmg-background.psd Photoshop file 2017-12-08 10:02:52 +01:00
Michael Keller c3422fc7f5
Merge pull request #778 from mikeller/fix_npm_start
Fixed missing 'nw' devDependency.
2017-12-08 13:56:17 +13:00
mikeller da212b222b Fixed missing 'nw' devDependency. 2017-12-08 09:34:55 +13:00
Michael Keller 756a6581e5
Merge pull request #777 from TheIsotopes/patch-1
fixed StickPosition indicator on rate curve
2017-12-08 08:23:21 +13:00
TheIsotopes e700109197
fixed StickPosition indicator on rate curve
StickPosition indicator from roll and pitch moved both on the roll rate curve
2017-12-07 17:53:08 +01:00
Michael Keller 040757b74e
Merge pull request #769 from mikeller/update_version_to_10_0_1
Updated version to 10.0.1 after release.
2017-12-06 22:56:00 +13:00
mikeller b13904ab42 Updated version to 10.0.1 after release. 2017-12-06 22:39:05 +13:00
Michael Keller 8aa375ef58 Fixed problem with configurator hanging after 'exit' in CLI in Windows standalone. 2017-12-06 22:26:08 +13:00
Michael Keller 4133856140
Merge pull request #766 from mikeller/update_version_to_10_0_0
Updated version to 10.0.0 for release.
2017-12-06 10:16:00 +13:00
Michael Keller a9de4c618a Updated version to 10.0.0 for release. 2017-12-06 10:09:21 +13:00
Michael Keller e1681b8277
Merge pull request #765 from mikeller/fix_package_lock
Fixed references in package-lock.json.
2017-12-05 12:59:18 +13:00