Commit graph

1106 commits

Author SHA1 Message Date
Yuya Ochiai b0e117a623 Merge branch 'release-3.7' 2017-05-10 22:13:25 +09:00
Yuya Ochiai 857a2c0314 Merge pull request #530 from mattermost/jasonblais-patch-1
Add bug reporter for 3.7 changelog
2017-05-06 21:27:01 +09:00
Jason Blais 34a56acdee Update CHANGELOG.md 2017-05-06 08:08:15 -04:00
Jason Blais 179629bb08 Update CHANGELOG.md 2017-05-04 22:26:56 -04:00
Jason Blais 0389f6f7eb Add bug reporter for 3.7 2017-05-04 22:21:35 -04:00
Yuya Ochiai bbf22973d5 Merge pull request #529 from yuya-oc/default-spellchecker-enabled
Enable spellchecker as default setting

Close #527
2017-05-03 22:13:47 +09:00
Yuya Ochiai c333f7b87b Enable spellchecker as default setting
The language should be determined by user's locale.
If it's not available in spellchecker, en-US is used.
2017-05-03 20:53:33 +09:00
Yuya Ochiai 07b2f8fc3b Merge pull request #526 from yuya-oc/reset-misspelled-state
Reset misspelled state after changing spelling language

Close #524
2017-05-03 20:18:42 +09:00
Yuya Ochiai 13172570c0 Reset misspelled state after changing spelling language 2017-05-02 23:00:40 +09:00
Yuya Ochiai bed558d42b Merge pull request #521 from mattermost/jasonblais-patch-1
Update CHANGELOG.md for 3.7
2017-04-30 21:32:31 +09:00
Jason Blais ab1254b7b9 Update CHANGELOG.md 2017-04-30 00:35:36 -04:00
Jason Blais ca651b0ad6 Add one more known issue to 3.7 changelog 2017-04-29 18:42:32 -04:00
Jason Blais 7f52a41664 Update CHANGELOG.md 2017-04-29 10:13:51 -04:00
Jason Blais 3d5bde254c Update CHANGELOG.md 2017-04-29 10:13:02 -04:00
Jason Blais 327676afa3 Update CHANGELOG.md 2017-04-29 02:48:15 -04:00
Yuya Ochiai 91aca931e7 Update version to 3.7.0 2017-04-28 21:36:09 +09:00
Yuya Ochiai 8d4b2624ca Merge pull request #519 from yuya-oc/download-public-file
Don't show an extra window when clicking public file link
2017-04-28 21:16:42 +09:00
Yuya Ochiai 85bd58dd2e Skip window title tests because they are very unstable 2017-04-28 00:47:39 +09:00
Yuya Ochiai 9f5ee581ab Add small pausing before testing window title to stabilize tests 2017-04-28 00:16:31 +09:00
Yuya Ochiai ed6a929f28 Fix extract script for dictionary files
On Windows, previous script didn't make sense.
2017-04-28 00:09:42 +09:00
Yuya Ochiai 008a96f81c Update CHANGELOG.md 2017-04-28 00:04:23 +09:00
Yuya Ochiai 11cab4cd3f Update CHANGELOG.md for #509 2017-04-27 23:56:27 +09:00
Yuya Ochiai 67a33692b9 Merge pull request #277 from yuya-oc/simple-spellchecker
Add spellchecker

Close #225
2017-04-27 23:43:32 +09:00
Yuya Ochiai 4c30d23ce9 Show error message box when failed to save file
For #390
2017-04-27 23:33:23 +09:00
Yuya Ochiai 95c574eadc Show only save file dialog when clicking public file link
For #390
2017-04-27 22:45:32 +09:00
Yuya Ochiai 2d35946f56 Add "No Suggestions" menu when there are no suggestions in spellchecker 2017-04-27 20:31:03 +09:00
Yuya Ochiai 256e317402 Add context menu to select spelling language 2017-04-27 20:26:37 +09:00
Yuya Ochiai 43725f42ff Merge pull request #509 from jnugh/displayBoundsChange
Add display-metrics-changed handler to place window on screen
2017-04-27 20:11:58 +09:00
Jonas Schwabe 584b24ebfe Add display-metrics-changed handler to place window on screen on display matrics change 2017-04-26 15:32:35 +02:00
Yuya Ochiai 63d65d5e57 Merge pull request #517 from yuya-oc/bundle-notice
Bundle LICENSE and NOTICE.txt into packaged apps
2017-04-26 00:39:33 +09:00
Yuya Ochiai 3a9227f974 Add simple-spellchecker to NOTICE.txt 2017-04-26 00:27:36 +09:00
Yuya Ochiai 7be0254840 Change order of options and add Spanish spellchecker 2017-04-26 00:12:23 +09:00
Yuya Ochiai 8ebee4bc32 Update CHANGELOG.md for spellchecker 2017-04-26 00:12:23 +09:00
Yuya Ochiai 84d0ec432a Implement simple spellchecker 2017-04-26 00:12:23 +09:00
Yuya Ochiai dd3ada3c65 Rename LICENSE to LICENSE.txt 2017-04-26 00:01:03 +09:00
Yuya Ochiai 49bd53deb4 Bundle LICENSE and NOTICE.txt into packaged apps 2017-04-25 22:40:18 +09:00
Jason Blais 4d884a217a Merge pull request #488 from mattermost/jasonblais-patch-1
Create NOTICE.txt
2017-04-24 23:34:46 -04:00
Yuya Ochiai 002da9f1f6 Fix error page not properly layouted 2017-04-25 01:00:49 +09:00
Yuya Ochiai 086ad5ecd2 Try to get CI faster 2017-04-21 23:36:14 +09:00
Yuya Ochiai a577d412eb Merge pull request #515 from yuya-oc/improve-hidden-webview
Improve hidden webview
2017-04-19 21:22:45 +09:00
Yuya Ochiai 8c8f67889e Fix view position for new tab height 2017-04-18 23:52:03 +09:00
Yuya Ochiai 7e12e64c31 Fix tests due to webview indices 2017-04-18 23:52:03 +09:00
Yuya Ochiai 7c9dd50477 Hide webview with the recommended approach
https://electron.atom.io/docs/api/webview-tag/#css-styling-notes
2017-04-18 23:52:03 +09:00
Yuya Ochiai 1d0a5e35fa Merge pull request #508 from yuya-oc/fix-quick-look
Fix Quick Look not closing in file upload dialog

Close #498
2017-04-18 21:22:52 +09:00
Yuya Ochiai 37839fd0ec Merge pull request #513 from mattermost/jasonblais-patch-2
Change "team" references to "server"
2017-04-15 18:34:53 +09:00
Jason Blais a94566c2c6 Change "team" references to "server" 2017-04-13 11:31:08 -04:00
Jason Blais f528af4c50 Update NOTICE.txt 2017-04-10 14:46:24 -04:00
Yuya Ochiai 8ce3edbf34 Fix Quick Look not closing in file upload dialog
There is a problem where the app craches when the dialog is canceled
without closing Quick Look.
2017-04-07 22:49:10 +09:00
Yuya Ochiai 1da861ecba Merge pull request #505 from mattermost/jasonblais-patch-2
Update release-process.md

Close #504
2017-04-06 21:00:54 +09:00
Yuya Ochiai 2f40b517cf Merge pull request #489 from yuya-oc/reduce-tab-height
Reduce tab bar height
2017-04-06 20:59:17 +09:00