Feross Aboukhadijeh
d8a150a60d
Torrent list title: Show more of the title
2016-04-06 02:57:20 -07:00
DC
5abc319ecf
Show torrent metadata on 'metadata' event, don't wait for 'ready'
2016-04-06 02:55:41 -07:00
DC
e0f02ace9e
Open Torrent File should only let you select torrent files
2016-04-06 02:55:41 -07:00
DC
28c386d916
Fix file list enabled/disabled logic
...
* Files that are either 100% downloaded OR streamble should be enabled
* Disabled files should not be clickable
This fixes both bugs.
2016-04-06 02:55:41 -07:00
DC
5022877b04
Stop casting if you hit ESC or Back while casting
2016-04-06 02:55:40 -07:00
DC
aac862cddf
Only show play button for torrents that are playable
2016-04-06 02:55:40 -07:00
DC
08a806a643
Add setBounds logging
2016-04-06 02:55:40 -07:00
DC
5e5d8799a7
Fix playback bug: ensure openPlayer() always calls its callback
2016-04-06 02:55:40 -07:00
Feross Aboukhadijeh
464b41a435
CHANGELOG
2016-04-06 02:43:12 -07:00
DC
3ad815cec4
Add File > Quit for Linux users with broken system trays
...
Works around #303
2016-04-06 01:33:40 -07:00
DC
85b6ca0639
Fix player flakiness
...
* No more pause icon in the file list
* Reset state.playng completely after each play
* Fixes #318 : false "cannot add dupe torrent" error
2016-04-06 00:58:34 -07:00
Feross Aboukhadijeh
8629fc956d
clear cast interval when casting stops; naming
...
* fix ipc logs
* minWidth 425
So title "WebTorrent (BETA)" doesn't get cut off
* clear cast interval when casting stops; naming
Fix #300
2016-04-05 23:12:23 -07:00
Feross Aboukhadijeh
292898de9e
Merge pull request #317 from feross/f/psn
...
Ignore OS X -psn_xxxx command line argument
2016-04-05 22:24:46 -07:00
Feross Aboukhadijeh
c26b6713de
Ignore OS X -psn_xxxx command line argument
...
Fix #214
2016-04-05 22:21:22 -07:00
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