Feross Aboukhadijeh
def2209dc5
add todo comment
2016-06-01 19:18:36 -07:00
Feross Aboukhadijeh
763c573c7a
Merge pull request #614 from feross/close-576
...
Fix subtitle controls radio button size
2016-06-01 19:17:13 -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
Feross Aboukhadijeh
0e10eba073
Merge pull request #611 from feross/close_caption
...
Use correct icon name
2016-06-01 19:14:41 -07:00
Feross Aboukhadijeh
0427e1f3a6
Fix subtitle controls radio button size
...
Closes #576 .
2016-06-01 01:31:14 -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
cc9ba385bf
Show main window before ipcReady
...
It doesn't flicker anymore if we remove this option, and the app feels
no slower.
2016-06-01 00:25:18 -07:00
Feross Aboukhadijeh
dac34541d6
on -> once
2016-06-01 00:10: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
f9d4e5e077
Use correct icon name
...
https://github.com/feross/webtorrent-desktop/issues/467
The icon name is "closed_caption", not "closed_captions"
http://jsbin.com/fenejob/1/edit?html,output
The extra space we're seeing is the icon font rendering the 's', which
renders as nothing.
2016-05-31 17:12:09 -07:00
Feross Aboukhadijeh
4ee36f459f
Fix exception caused by incorrect file ordering
...
See
https://github.com/feross/webtorrent-desktop/pull/604#issuecomment-22280
5214
2016-05-31 13:15:48 -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
Feross Aboukhadijeh
71b08304f2
Merge branch 'pr/607'
2016-05-31 11:55:04 -07:00
Feross Aboukhadijeh
cf5de49deb
Fix gray screen crash on config with defaultPlayFileIndex
2016-05-30 19:51:30 -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
1b8f180255
Merge pull request #604 from demoneaux/fix-file-sorting
...
Fix issue with file sorting.
2016-05-30 02:30:05 -07:00
Benjamin Tan
10f96ab23e
Fix issue with file sorting.
...
Closes #591 .
2016-05-30 13:18:38 +08:00
Benjamin Tan
4f0df507f4
Align loading torrent message with torrent name.
2016-05-30 13:17:42 +08:00
Feross Aboukhadijeh
fc83e054ea
Merge pull request #597 from feross/refactor
...
[WIP] Major code cleanup
2016-05-29 04:06:51 -07: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
Thomas Watson Steen
13f1ecdbe3
Use airplayer ( #452 )
...
* Use airplayer
* Mock AirPlay volume support
* Add AirPlay event support
2016-05-28 10:50:30 -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
1aabd537d8
cleanup dispatcher
2016-05-26 18:12:23 -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
Feross Aboukhadijeh
0d92dee14e
style
2016-05-26 15:42:18 -07:00
Feross Aboukhadijeh
3a1fa25106
Re-enable WebRTC peers (OS X, Windows)
2016-05-26 15:42:12 -07:00
DC
7de3d3cc41
Clean up showCreateTorrent
2016-05-26 02:23:34 -07:00
DC
3d7f46da65
Disable WebRTC on Windows to work around Electron crash
2016-05-26 02:17:08 -07:00
DC
72d902e548
Fix selections migration
...
Should fix #583
2016-05-26 02:17:08 -07:00
DC
955fe76c3c
Allow dropping files on dock icon
...
Fixes #584
2016-05-26 02:17:08 -07:00
DC
bafbf3d841
Show error when drag-dropping hidden files
...
...or anytime the user tries to create a torrent consisting only of hidden files, specifically dotfiles
Fixes #586
2016-05-25 23:15:26 -07:00
DC
1b0833fb45
Clean up player.js
2016-05-25 22:44:30 -07:00
DC
3a8fe24eec
Fix scrub cursor
2016-05-24 02:39:28 -07:00
DC
918a35e091
Fix scrub button position
2016-05-24 02:09:17 -07:00
DC
c76abeb8c0
Remove cursor:pointer
2016-05-24 01:59:51 -07:00
DC
d389b8ab38
Bugfix: window title shouldn't be stuck on 'Preferences'
2016-05-24 01:56:39 -07:00
DC
a59faacbd7
Simplify prefs window
2016-05-24 01:52:31 -07:00
grunjol
12f9709601
Add preferences page
...
* For now, the prefs page has just a single option, Downloads Folder
* For now, you can't type in a folder, you must use the chooser
* Further fixes coming om master
* Written by @ChrisMorrisOrg and @grunjol, rebased by @dcposch
2016-05-23 22:31:09 -07:00
Feross Aboukhadijeh
455c9c02b9
Reduce startup jank, improve startup time ( #568 )
...
* Reduce jank on app startup
This feels a lot better on my 12" macbook (underpowered machine)
* Defer loading iso-639-1 and simple-concat
2016-05-23 22:12:04 -07:00
Feross Aboukhadijeh
1b49c6568b
Cleanup unsupported codec detection (pt 2) ( #570 )
2016-05-23 22:03:38 -07:00