Feross Aboukhadijeh
cec7556f9a
Merge pull request #316 from feross/f/prevent
...
Prevent killing the WebTorrent process
2016-04-05 19:47:24 -07:00
Feross Aboukhadijeh
d5340bf644
Fix copy magnet URI to clipboard
...
Fox #304
2016-04-05 19:45:16 -07:00
Feross Aboukhadijeh
08948e8258
Prevent killing the WebTorrent process
...
Also, add shortcut for opening webtorrent inspector
2016-04-05 19:31:23 -07:00
DC
6447966e91
Hide DL status on paused torrents
...
Fixes #309
2016-04-05 19:27:39 -07:00
DC
3080001d3d
Make WebTorrent process easier to debug
2016-04-05 19:17:57 -07:00
Feross Aboukhadijeh
b8d9d29e90
Merge pull request #314 from feross/cast-connected
...
Use Chromecast connected icon when applicable
2016-04-05 19:15:17 -07:00
Feross Aboukhadijeh
ef275b8888
Use Chromecast connected icon when applicable
2016-04-05 19:13:00 -07:00
Feross Aboukhadijeh
ce05ae202c
Merge pull request #312 from feross/cast-errors
...
Consistent error handling on all cast devices
2016-04-05 19:12:04 -07:00
Feross Aboukhadijeh
ee7205bb84
Consistent error handling on all cast devices
2016-04-05 19:01:12 -07:00
DC
46a6ded095
Developers menu button to show dev tools
2016-04-05 19:01:00 -07:00
Feross Aboukhadijeh
074c5824e8
Merge pull request #307 from feross/dc/ux
...
Show video controls immediately on mouse move
2016-04-05 18:46:03 -07:00
Feross Aboukhadijeh
6d8f70ac35
dlnacasts@0.0.3
2016-04-05 18:42:17 -07:00
Feross Aboukhadijeh
6329afc6a2
Merge pull request #310 from feross/notif
...
Notification Fixes
2016-04-05 18:39:55 -07:00
DC
b31281c35e
Don't load cast module when seeking
2016-04-05 18:35:32 -07:00
Feross Aboukhadijeh
b3da0fc05c
show notifications even when window is focus
2016-04-05 18:34:30 -07:00
Feross Aboukhadijeh
2549307a7e
style
2016-04-05 18:34:09 -07:00
Feross Aboukhadijeh
cf3b319fc7
Notification: Focus/unminimize/activate window on click
...
Before, we would only focus, but not unminimize or show, etc.
2016-04-05 18:33:48 -07:00
Feross Aboukhadijeh
11f78b2881
Fix torrent name missing in done notification
...
Fix #305
2016-04-05 18:26:27 -07:00
Feross Aboukhadijeh
32e391e21e
use feross/dlnacasts
...
to fix missing mime dep until
https://github.com/grunjol/dlnacasts/pull/1 is merged
2016-04-05 18:20:17 -07:00
DC
d2b95163fb
Show video controls immediately on mouse move
2016-04-05 17:58:38 -07:00
Feross Aboukhadijeh
c83f345977
Fixes for PR #299
2016-04-05 16:35:55 -07:00
DC
db9e3e90c5
WebTorrent process
...
* Separate hidden window, with its own renderer process, for WebTorrent
(Must be a window. You cannot run WebRTC at all in a Web Worker, and you can't
run it well in a node process like the electron main process.)
* Disabled the create-torrent-modal for now. That gives us a consistent UX
regardless of whether the user dragged files or folders onto the app or opened
the Create New Torrent menu item.
* Main process routes all messages between the main and webtorrent windows.
* The renderer index.js is smaller now (but still too big), with the WebTorrent
interface moved to webtorrent.js / it's own process.
* The UI should be faster now, and should not lag under load.
2016-04-05 15:36:26 -07:00
Feross Aboukhadijeh
38ce25592f
run npm publish as part of release process
2016-04-05 15:19:20 -07:00
Feross Aboukhadijeh
3ac502e1c3
Merge pull request #302 from feross/media-queries
...
Remove media queries
2016-04-05 15:17:55 -07:00
Feross Aboukhadijeh
0bf9eba043
Remove media queries
...
They make the app feel too much like a webpage. I don't like the UI
jumping around as I resize the window.
2016-04-05 14:07:05 -07:00
Feross Aboukhadijeh
d6633d94bf
Merge pull request #287 from grunjol/feature-dlna-support
...
Add DLNA support
2016-04-05 13:56:01 -07:00
grunjol
ac07023ca5
inform user about connection/unsupported errors
2016-04-05 13:36:26 -03:00
grunjol
57e5eed47f
fix DLNA icon, calls, remove unneeded depencendies in dlnacasts
2016-04-05 12:23:41 -03:00
grunjol
6aa7058184
add DLNA support
2016-04-05 12:23:40 -03:00
Feross Aboukhadijeh
2509c0c951
Windows: Fix iconUrl path
2016-04-05 04:00:45 -07:00
Feross Aboukhadijeh
b17043230f
Merge pull request #298 from feross/win
...
Add crash reporting
2016-04-04 23:52:28 -07:00
Feross Aboukhadijeh
76487326f1
Move crash report URL to config.js
2016-04-04 23:44:51 -07:00
Feross Aboukhadijeh
997aa7c922
TEMPORARY: Comment out code that requires Electron 0.37.4
2016-04-04 23:27:12 -07:00
Feross Aboukhadijeh
22421e365c
Revert "chore(package): update electron-prebuilt to version 0.37.4"
...
This reverts commit 509e2804e0 .
2016-04-04 23:12:11 -07:00
Feross Aboukhadijeh
7c38f374f3
Setup crash reporter
2016-04-04 23:10:47 -07:00
Feross Aboukhadijeh
c422151ef8
HACK: add setTimeout to uninstaller
2016-04-04 20:55:19 -07:00
Feross Aboukhadijeh
3b805f6cc3
try-catch console.timeEnd()
...
If user refreshes after renderer crashes, the this line throws an
exception
2016-04-04 20:40:39 -07:00
Feross Aboukhadijeh
65a3443e7d
Fix clean script
2016-04-04 20:36:54 -07:00
Feross Aboukhadijeh
0d17b69c3a
Merge pull request #297 from feross/win
...
Uninstall handlers on Windows uninstall/npm run clean
2016-04-04 20:34:44 -07:00
Feross Aboukhadijeh
7970066ccd
Uninstall handlers on Windows uninstall/npm run clean
2016-04-04 20:27:48 -07:00
Feross Aboukhadijeh
eddd81e8d7
Merge pull request #295 from feross/win
...
Windows Installer improvements
2016-04-04 19:58:29 -07:00
Feross Aboukhadijeh
60daeb9225
fixpack
2016-04-04 19:36:21 -07:00
Feross Aboukhadijeh
361e811e93
Windows: Final .exe name: WebTorrentSetup-vX.X.X.exe
2016-04-04 19:36:06 -07:00
Feross Aboukhadijeh
38022bb3df
Windows: use feross fork for setupExe option
2016-04-04 19:23:10 -07:00
Feross Aboukhadijeh
31a9133eba
Merge pull request #294 from feross/darwin
...
OS X: Name update file with "-darwin.zip"
2016-04-04 18:45:12 -07:00
Feross Aboukhadijeh
663e607797
Windows: Add valid iconUrl – for building on non-Windows platforms
2016-04-04 18:42:46 -07:00
Feross Aboukhadijeh
82c9e8f8ab
Windows packager: use Github URL for remoteRelease
2016-04-04 18:23:27 -07:00
Feross Aboukhadijeh
3d8429fb12
New update URL: /desktop/update
2016-04-04 18:22:58 -07:00
Feross Aboukhadijeh
5d2b5c1c81
OS X: Name update file with "-darwin.zip"
2016-04-04 17:58:59 -07:00
Feross Aboukhadijeh
c20a809014
Windows: use remote releases URL for updates
2016-04-04 17:55:08 -07:00