Commit Graph

856 Commits

Author SHA1 Message Date
Yuya Ochiai
aba5333d58 Merge remote-tracking branch 'yuya-oc/zoom-in-shortcut'
For #234
2016-09-09 20:28:18 +09:00
Kolja Lampe
b294a44e9b Updated error page to look nicer and read better 2016-09-07 22:16:42 +02:00
Jonas Schwabe
af7dffbe3b Cleanup, remvoe old menu code 2016-09-05 19:18:05 +02:00
Jonas Schwabe
14ee822b0c Use electron-context-menu insted of bare contextmenu.
Fixes #123
2016-09-05 19:17:59 +02:00
Kolja Lampe
1f5546a250 Move current search in channel function to Shift+CTRL+S
Add search in team

Closes #270
2016-09-04 23:56:17 +02:00
Yuya Ochiai
1317d27328 Modify CmdOrCtrl + shortcut as a hidden one 2016-09-03 19:06:39 +09:00
Yuya Ochiai
d6553108cf Merge pull request #265 from Razzeee/jshint
Jshint basic config and some cleanup

jshint is not added yet due to the discussion in the PR.
2016-08-30 22:47:07 +09:00
Kolja Lampe
b59f501a82 Some minor codestyle improvements due to jshint 2016-08-30 15:28:15 +02:00
Jason Blais
7834c5a834 Update CHANGELOG.md 2016-08-30 08:50:02 -04:00
Yuya Ochiai
59a18d3da0 Merge pull request #263 from Razzeee/fix-toggle-option
Fix for window toggle on tray click
2016-08-29 21:55:03 +09:00
Kolja Lampe
4c2ae2ec4f Fix for window toggle on tray click 2016-08-28 21:50:18 +02:00
Yuya Ochiai
b37474aead Update CHANGELOG.md for #233 2016-08-28 22:11:13 +09:00
Yuya Ochiai
eda74e75d3 Merge branch 'fix-top-level-focus'
Close #233
2016-08-28 22:06:40 +09:00
Yuya Ochiai
7883693d73 Fix the next top-level window doesn't get focus when closing the main window in Windows 2016-08-28 22:05:27 +09:00
Yuya Ochiai
2458889a09 Merge branch 'linux-desktop-file'
Close #208
2016-08-28 22:01:28 +09:00
Yuya Ochiai
538ebe705a Fix npm run watch not working in OS X
electron-connect 0.4.4 causes `The application has become unresponsive.`
2016-08-26 23:40:26 +09:00
Yuya Ochiai
70a7d4e87e Merge pull request #246 from mattermost/remove-error-notification
Remove failed-to-load notification and reload the error tab on online event

Close #243
2016-08-26 23:04:28 +09:00
Yuya Ochiai
6a9bed7497 Update CHANGELOG.md 2016-08-26 22:52:26 +09:00
Yuya Ochiai
f16543ca44 Remove failed-to-load notification and reload the error tab on online event 2016-08-26 22:51:02 +09:00
Yuya Ochiai
ea14b0d963 Update docs/setup.md 2016-08-26 01:20:55 +09:00
Yuya Ochiai
87a30072f2 Add OS X features for #261 2016-08-26 01:17:50 +09:00
Yuya Ochiai
d3ddef21ba Merge pull request #261 from St-Ex/settings-from-tray
Add access to settings through tray menu
2016-08-26 01:10:14 +09:00
Yuya Ochiai
4d0e263ecd Fix webview doesn't get focus correctly
For #231

webview.focus() was used to focus on the webview, but it's DOM element function.
So only the tag was focused in the host window, and its webContents was not focused.
As the result, the shortcuts of Mattermost server didn't work in some cases.
Electron is upgraded to 1.2.8 because of webContents.isFocused().
2016-08-26 00:49:18 +09:00
Thomas de Saint-Exupéry
1d33fc6f6e Show or restore if minimized 2016-08-25 10:55:08 +02:00
Yuya Ochiai
f2284fddb4 Add script to create .desktop file for Linux
For #208
2016-08-25 00:33:35 +09:00
Thomas de Saint-Exupéry
b66412b07c [PR review] Change settings docs 2016-08-24 14:44:38 +02:00
Thomas de Saint-Exupéry
fd80b758ed Add access to settings through tray menu 2016-08-23 15:25:58 +02:00
Thomas de Saint-Exupéry
0878e45dcd Add .idea to gitignore 2016-08-23 15:20:04 +02:00
Yuya Ochiai
a0453b5865 Fix pixelated application icons for Windows
Added 20x20, 24x24 and 40x40 icons to icon.ico

Top left of the window: #98
Taskbar icon: #192
2016-08-23 20:20:52 +09:00
Yuya Ochiai
4151c82308 Fix the order of changelog entries 2016-08-22 22:45:17 +09:00
Yuya Ochiai
f85337db65 Merge pull request #251 from Razzeee/fix-window-state
Improved window state handling
2016-08-22 22:39:29 +09:00
Yuya Ochiai
effb102224 Merge pull request #242 from Razzeee/remove-tray-accelerators
Remove accelerators from tray menu

Close #239
2016-08-22 20:32:51 +09:00
Yuya Ochiai
22208b497e Merge pull request #258 from mattermost/experiment/search-box
CTRL/CMD+F on Desktop app puts cursor in Mattermost search box filtered to channel

Close #229
2016-08-22 20:27:37 +09:00
Kolja Lampe
92648d9067 Remove accelerators from tray menu
Closes #239
2016-08-22 10:15:19 +02:00
Yuya Ochiai
5d9c74e8bd Merge pull request #247 from jgis/master
Force single app instance

Close #236
2016-08-22 00:17:29 +09:00
Yuya Ochiai
e8624a9dc5 Update changelog and document 2016-08-22 00:12:01 +09:00
Kolja Lampe
7429df05f5 Improved window state handling
Closes #249
2016-08-21 09:53:29 +02:00
Julian Gisser
8f633cb734 merge with make-single-app-instance branch 2016-08-21 09:49:14 +02:00
Yuya Ochiai
e377d33652 Fill the search box with the current channel name at the shortcut
For #229
2016-08-21 16:07:26 +09:00
Yuya Ochiai
f18710991f Merge pull request #255 from Razzeee/bump-prettify
Bump prettify dependencies and apply prettification
2016-08-21 15:33:14 +09:00
Yuya Ochiai
f804413474 Merge pull request #241 from Razzeee/Change-title
Change window title to the one thats set from the platform for the current channel
2016-08-21 15:22:01 +09:00
Yuya Ochiai
f3c056823e Merge pull request #256 from Razzeee/bump-mocha
Bump mocha
2016-08-21 12:53:40 +09:00
Yuya Ochiai
6fe23cb136 Add tests for window title 2016-08-20 22:45:30 +02:00
Yuya Ochiai
8c19c33911 Prevent updating window title by deactivated tabs 2016-08-20 22:45:30 +02:00
Kolja Lampe
5a5095de54 Prettified project after prettify bump 2016-08-20 22:38:34 +02:00
Kolja Lampe
2a423e1c7e Added gitattributes to keep line endings clean 2016-08-20 22:38:34 +02:00
Kolja Lampe
81a6b7735b Bump prettify dependencies and port our code to the new version 2016-08-20 22:38:25 +02:00
Kolja Lampe
07fd723def Bump mocha 2016-08-20 12:11:13 +02:00
Julian Gisser
f029a05e2f Update CHANGELOG.md 2016-08-19 21:03:10 +02:00
Kolja Lampe
f01b6a98f2 Change window title to the one that's set from the platform for the current channel 2016-08-19 20:39:12 +02:00