DC
78a2ee4e85
Cast menu
...
Fixes #301
2016-06-23 07:09:49 -07:00
DC
06d3bd3f93
Seeding: sort files by path ( #663 )
...
Fixes a bug where you could create duplicate torrents by adding the same folder multiple times, because the file order & therefore the infohash was nondeterministic
2016-06-23 02:14:23 -07:00
Mathias Rasmussen
1af7e4ef19
Remove torrent data support ( #641 )
...
* add moveItemToTrash to shell
* delete torrent/data + context menu items
2016-06-22 18:58:16 -07:00
DC
b983559763
Telemetry: address PR comments
2016-06-21 21:58:15 -07:00
DC
1f51f35f8e
Telemetry: report uncaught errors
2016-06-21 03:45:34 -07:00
DC
c3686417e3
Telemetry
2016-06-20 22:33:17 -07:00
Mathias Rasmussen
2a2d71289a
fix modal inconsistencies
2016-06-13 16:18:43 +02:00
Mathias Rasmussen
3b832595fe
handle play/pause when window is hidden
...
using `webkitvisibilitychange` event
2016-06-10 04:56:33 +02:00
Feross Aboukhadijeh
e86bd26800
Refactor state save/load
...
- Fix bug where new install was relying on the migration to run on
startup to fix up the default config
- Moved save/load functions into state.js
- Removed exported getInitialState, getDefaultSavedState since that's
leaky. The state module should take care of that.
2016-06-02 19:46:29 -07:00
Feross Aboukhadijeh
def2209dc5
add todo comment
2016-06-01 19:18:36 -07:00
Feross Aboukhadijeh
eb61f2ac0e
Merge pull request #613 from feross/fix-606
...
Fix IPC race condition in startup
2016-06-01 19:16:54 -07:00
Feross Aboukhadijeh
a9d1925686
Merge pull request #612 from feross/error-on-duplicate
...
Error on duplicate add (fixes to PR #593 )
2016-06-01 19:15:34 -07:00
gabriel
c841c94784
Preserve audio between sessions
2016-06-01 00:55:15 -07:00
gabriel
e3c6049fdb
Do not use setVolume for storing global volume
2016-06-01 00:55:15 -07:00
gabriel
829206e921
Persist volume across videos
2016-06-01 00:55:15 -07:00
Feross Aboukhadijeh
f7acdffb2a
Send ipcReady after state is initialized
...
Moving it sooner caused more than one bug, including
https://github.com/feross/webtorrent-desktop/issues/606 most recently.
The app feels no slower to start (even though the command line shows a
250ms slower start).
Closes #606 .
2016-06-01 00:27:26 -07:00
Feross Aboukhadijeh
52fb378fd5
Error on duplicate add
2016-05-31 23:00:02 -07:00
Feross Aboukhadijeh
8fc61a1c90
Merge pull request #593 from mathiasvr/duplicate
...
Adding duplicate torrent when stopped
2016-05-31 22:30:04 -07:00
Feross Aboukhadijeh
2c0de25423
Semver-based migrations
...
- Put migrations into a separate file: migrations.js
- Add semver, for more specific version-based migrations.
- Change `state.saved.version` to semver app version.
2016-05-31 13:04:39 -07:00
Feross Aboukhadijeh
c82bdbd39d
Fixes for PR #607
2016-05-31 12:12:25 -07:00
Mathias Rasmussen
556d0cb1c5
Make add button accept non .torrent files
2016-05-31 03:04:02 +02:00
Mathias Rasmussen
7c7780b17e
Adding duplicate torrent when stopped
2016-05-30 23:25:52 +02:00
Feross Aboukhadijeh
62cb304971
Move unrelated code out of menu.js and ipc.js
2016-05-29 01:09:42 -07:00
Feross Aboukhadijeh
d4efebd694
Remove focusWindow function
...
Not needed -- win.show() automatically focuses, unminimizes, and shows
the window.
2016-05-28 19:10:55 -07:00
Feross Aboukhadijeh
7833f6bbc4
Dialogs on do not show a title on OS X, so the window title is used instead.
2016-05-28 19:09:05 -07:00
Feross Aboukhadijeh
8ae4ac47e6
Perf: Temporarily disable dynamic subtitle detection
...
For
https://github.com/feross/webtorrent-desktop/pull/511#issuecomment-22119
8555
2016-05-27 18:51:42 -07:00
Feross Aboukhadijeh
001601bc5f
Major refactor -- split windows into separate files
2016-05-27 00:01:30 -07:00
Feross Aboukhadijeh
6e240b3fd4
Misc file moving and cleanup
...
- Rename JS/CSS for main.html to be consistent (main.js, main.css)
- Add hx.js module to reduce virtual-dom boilerplate
- Move state.js into renderer/lib.js where it belongs
- Rename torrent-list.js -> home.js for consistency
- Rename create-torrent-page.js -> create-torrent.js for consistency
2016-05-26 17:47:16 -07:00