Commit graph

1498 commits

Author SHA1 Message Date
Yuya Ochiai 2fa618c9c9 Add support for sound notifications on Windows 7 and 8
ding.mp3 is derived from /platform repository.
2017-04-01 21:37:25 +09:00
Yuya Ochiai 366c73b164 Merge pull request #502 from yuya-oc/remove-chai-as-promised
Stop using chai-as-promised
2017-04-01 21:06:09 +09:00
Yuya Ochiai 96b5122988 Stop using chai-as-promised due to its license
For #488
2017-03-29 01:03:52 +09:00
Yuya Ochiai d7dd21063e Merge pull request #496 from mattermost/jasonblais-patch-2
Update current year for license file
2017-03-28 23:47:44 +09:00
Jason Blais ba7f96849d Updating year for license file
Propose using `2015-present` format so we don't have to worry about updating the year in the future :)
2017-03-27 16:00:50 -04:00
Yuya Ochiai 14b23d24d3 Reduce tab bar height 2017-03-25 21:32:48 +09:00
Jason Blais ec68ad0fcb Update NOTICE.txt 2017-03-24 23:26:15 -04:00
Jason Blais 09c08a7954 Create NOTICE.txt 2017-03-24 21:28:44 -04:00
Yuya Ochiai d42a4ff16c Removed Japanese fonts support
Now Electron chooses proper fonts. So the feature is no longer necessary.
2017-03-23 01:04:25 +09:00
Yuya Ochiai 0a2415bdf7 Merge pull request #470 from yuya-oc/create-main-window
Refactor main window code
2017-03-22 00:55:46 +09:00
Yuya Ochiai 0e61fd526f Merge pull request #469 from yuya-oc/remove-secure-contents-only
Remove "Display secure content only" option
2017-03-22 00:54:36 +09:00
Yuya Ochiai 153bf7ad5f Refactor main window code 2017-03-19 00:11:08 +09:00
Yuya Ochiai f08db8c72b Remove "Display secure content only" option
allowDisplayingInsecureContent is removed in Electron 1.6.
And it's no longer necessary to show http contents in https server.
2017-03-18 21:33:51 +09:00
Yuya Ochiai b1d586e9da Remove nodeIntegration warning of webview in BrowserWindow
nodeintegration attribute is ignored in React because it's unknown.
So fortunately the integration is not working.
New 'will-attach-webview' allows us to set nodeIntegration = false.
2017-03-18 20:58:32 +09:00
Yuya Ochiai 67c58ac074 Merge pull request #466 from jnugh/addServerButtonAlignment
Align add server button in the tab bar vertically, fixes #460
2017-03-17 00:50:16 +09:00
Yuya Ochiai b70541517d Merge pull request #442 from jnugh/newServerModalWarnings
New server modal warnings
2017-03-17 00:25:12 +09:00
Yuya Ochiai 9836eaf468 Merge pull request #465 from yuya-oc/fix-tray-theme-save
Fix the setting not saved when changing tray icon theme
2017-03-16 20:19:29 +09:00
Jonas Schwabe 015993c9e2 Align add server button in the tab bar vertically, fixes #460 2017-03-15 20:31:01 +01:00
Jonas Schwabe eb76688009 Fix select handler for main tab bar handled a click on the add server button (and failed) 2017-03-15 20:22:21 +01:00
Jonas Schwabe a8effb0084 Fix warning due to using style properies named after css properties in react 2017-03-15 20:04:43 +01:00
Jonas Schwabe 1c786635a7 Fix React warning by correctly wrapping the new team modal trigger button into a NavItem 2017-03-15 20:04:43 +01:00
Jonas Schwabe 48ab30e652 Fix multiple React warnings due to invalid propTypes and bsStyle 2017-03-15 20:04:43 +01:00
Yuya Ochiai f7bcfa04f2 Add test for tray icon theme 2017-03-15 22:45:11 +09:00
Yuya Ochiai 7e9bd4b7c9 Remove unnecessary codes 2017-03-15 21:57:58 +09:00
Yuya Ochiai 90ab304fec Update CHANGELOG.md 2017-03-15 21:38:04 +09:00
Yuya Ochiai 538a622480 Fix an issue where tray icon theme is not auto-saved 2017-03-15 20:35:28 +09:00
Yuya Ochiai 6121246d49 Merge pull request #464 from yuya-oc/fix-focus-on-close
Set focus to the next top-level window when close the main window
2017-03-13 22:58:58 +09:00
Yuya Ochiai 5355109d46 Update CHANGELOG.md 2017-03-12 00:02:39 +09:00
Yuya Ochiai e8375f756d Set focus to the next top-level window when close the main window 2017-03-11 23:55:23 +09:00
Yuya Ochiai 8db0acc481 Add issue link for CHANGELOG.md 2017-03-09 23:36:58 +09:00
Yuya Ochiai 8ae2edb613 Update CHANGELOG.md for #426 2017-03-09 23:32:32 +09:00
Yuya Ochiai 738c4c51b2 Fix glob pattern for electron-builder 2017-03-09 22:08:30 +09:00
Yuya Ochiai 18a0cce8fb Update development.md 2017-03-09 21:48:03 +09:00
Yuya Ochiai c224936443 Add "UNDER DEVELOPMENT" section for next release 2017-03-09 21:27:20 +09:00
Yuya Ochiai 79d8e21e3c Merge branch 'better-dev-mode' 2017-03-08 20:17:51 +09:00
Yuya Ochiai 0e91fba974 Merge pull request #459 from yuya-oc/update-dependencies
Update dependencies
2017-03-08 20:15:55 +09:00
Yuya Ochiai b318bcf7de Add "npm run build" for circle.yml 2017-03-07 00:02:46 +09:00
Yuya Ochiai 09046b7a75 Stop using npm run build in postinstall 2017-03-06 23:47:53 +09:00
Yuya Ochiai 3f5d0722d7 Remove unnecessary webpack config 2017-03-06 23:44:51 +09:00
Yuya Ochiai 60429a9622 Disable dev mode in npm start 2017-03-06 23:43:28 +09:00
Yuya Ochiai 1ab0859ac1 Stop using __dirname to avoid confusing 2017-03-06 23:43:27 +09:00
Yuya Ochiai 3b4a1dfca9 Add React Developer Tools 2017-03-06 23:29:56 +09:00
Yuya Ochiai 8c851f0896 Use http:// links when dev mode 2017-03-06 22:00:28 +09:00
Yuya Ochiai d8abb4b9c7 Fix tests 2017-03-06 21:31:17 +09:00
Yuya Ochiai 5b26c9cf69 Package with src/ 2017-03-06 21:15:50 +09:00
Yuya Ochiai 82bcd44f8f Remove old live-reload mechanism 2017-03-05 01:02:01 +09:00
Yuya Ochiai 83b84f9fbd Watch main.js sources 2017-03-05 00:58:26 +09:00
Yuya Ochiai 6f4010edf2 Use webpack-dev-server 2017-03-05 00:27:40 +09:00
Yuya Ochiai 1188a2d9f7 Fix blur in HiDPI environment of Windows
This reverts #384 (f60d1fe0e4).
Blur was a known side effect of #384 though,
the original problem looks fixed in electron v1.6.1.
2017-03-04 00:24:05 +09:00
Yuya Ochiai ae1c079b95 Stop using dist directory to build 2017-03-03 23:07:06 +09:00