Feross Aboukhadijeh
34a9508483
Add '...' to menu items that open dialogs
2016-05-17 22:03:17 -07:00
Feross Aboukhadijeh
21ed8797c2
Merge pull request #533 from feross/dc/select
...
Remove `cursor:pointer`
2016-05-17 21:31:27 -07:00
DC
454491572a
Remove cursor:pointer
...
Apparently that's only for websites & we want to feel native
2016-05-17 21:25:31 -07:00
DC
6518a1535c
Allow selecting individual files to torrent
...
Saves bandwidth and disk space when a torrent contains extra files you don't need
Fixes #360
2016-05-17 07:13:38 -07:00
DC
0095687bf5
Simplify subtitles code
2016-05-17 06:27:58 -07:00
DC
d466ed085a
When manually adding subtitle track(s), always switch to a new track
...
Also fix a bug I added in the parent commit
2016-05-17 05:50:36 -07:00
DC
eeda7c17c5
Wait for the app ready event before creating windows
...
Fixes #524
2016-05-17 05:12:42 -07:00
DC
b89deb46db
Remove debug console.logs
2016-05-16 08:35:00 -07:00
DC
951a89c6c9
Add Subtitles File menu item
2016-05-16 08:21:03 -07:00
DC
d4e6c84279
Automatically add subtitle tracks
...
Currently, add all .SRT and .VTT subtitle files in the same torrent as a video file
2016-05-16 08:03:21 -07:00
DC
9731d85ca3
Simplify subtitles code
2016-05-16 03:41:27 -07:00
DC
98f7ba8931
Fix a bad bug when creating multifile torrents
2016-05-16 01:09:21 -07:00
Feross Aboukhadijeh
24c775608e
Merge pull request #513 from feross/detect-win32
...
Fix missing 'About WebTorrent' menu item
2016-05-16 03:22:50 +02:00
Feross Aboukhadijeh
f4eab12c3f
Merge pull request #518 from feross/osx-magnet-exception
...
OS X: Fix magnet links throwing exception on launch
2016-05-16 03:04:17 +02:00
Feross Aboukhadijeh
8eeddeb4bc
OS X: Fix magnet links throwing exception on launch
...
Push page into location right away
2016-05-15 18:02:11 -07:00
Feross Aboukhadijeh
58f1594d9e
Fix missing 'About WebTorrent' menu item
2016-05-14 01:51:47 -07:00
Feross Aboukhadijeh
c126ac0a84
fix test script on windows
2016-05-13 23:11:55 -07:00
Feross Aboukhadijeh
6768be710e
changelog fixes
2016-05-13 23:11:27 -07:00
Feross Aboukhadijeh
b63aa090dc
fix release script
2016-05-13 23:11:23 -07:00
Feross Aboukhadijeh
05ef8be5bc
0.4.0
v0.4.0
2016-05-13 22:49:38 -07:00
Feross Aboukhadijeh
1a09249bc3
changelog
2016-05-13 22:46:47 -07:00
Feross Aboukhadijeh
803820dfca
authors
2016-05-13 22:01:00 -07:00
Feross Aboukhadijeh
deb111bf62
Merge pull request #512 from feross/isnan-string
...
check if the subtitle label ends with a number
2016-05-13 21:49:14 -07:00
grunjol
7d64c7e308
check if the subtitle label ends with a number
2016-05-13 23:00:17 -03:00
Feross Aboukhadijeh
ffb7183f51
Win32: Look on Desktop for cert files
2016-05-13 18:04:24 -07:00
Feross Aboukhadijeh
20c6737aba
Merge pull request #511 from feross/fix-cpu
...
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue
2016-05-13 17:37:12 -07:00
Feross Aboukhadijeh
959fb20b61
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue
...
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue caused by Chrome
bug.
Fixed in Chrome 51, so we can remove this hack once Electron updates
Chrome.
For #353 .
2016-05-13 17:32:06 -07:00
Feross Aboukhadijeh
5d14c923fa
Merge pull request #510 from feross/dc/fix
...
Allow seeding torrents that contain subtitles
2016-05-13 17:16:16 -07:00
DC
5ffa7c4465
Drag drop: subtitles only in video screen, torrents only in home screen
2016-05-13 17:15:10 -07:00
DC
461744da5b
Allow seeding torrents that contain subtitles
...
Fixes a bug in our drag-drop handling: before, it was impossible to create a torrent containing .torrent, .srt, or .vtt files
2016-05-13 16:59:49 -07:00
Feross Aboukhadijeh
6df33bc58b
remove stray console.log
2016-05-13 16:37:17 -07:00
Feross Aboukhadijeh
b5ae8f56cf
Merge pull request #509 from feross/win-32-bit
...
Only build 32-bit binaries for Windows
2016-05-13 16:27:40 -07:00
DC
2e0de52520
Fix torrentPath migration ( #479 )
...
Fixes #448
2016-05-13 15:18:08 -07:00
Feross Aboukhadijeh
7b1ff0efc6
Only build 32-bit binaries for Windows
2016-05-13 15:15:51 -07:00
Feross Aboukhadijeh
4002392b7f
Merge pull request #508 from feross/fix-handler
...
Windows: Fix handler registration for development version of app
2016-05-13 14:45:01 -07:00
Feross Aboukhadijeh
ee4b84fc11
Windows: Fix handler registration for development version of app
...
Closes #497 .
2016-05-13 14:24:22 -07:00
Feross Aboukhadijeh
90a0ce4a4d
Merge pull request #507 from feross/fix-is-production
...
Fix isProduction() detection
2016-05-13 13:38:41 -07:00
Feross Aboukhadijeh
80faba8234
Fix isProduction() detection
...
In the renderer process on OS X, config.IS_PRODUCTION was always true
because process.execPath is to "Electron Helper", so the detection
regex was being overly specific.
2016-05-13 13:29:25 -07:00
Feross Aboukhadijeh
ac0574a473
Fixes for PR #486
2016-05-13 13:21:31 -07:00
Feross Aboukhadijeh
792e3430f1
Merge pull request #486 from rguedes/soundwheelvideo
...
Increase/Decrease Sound with mouse wheel on video hover
2016-05-13 13:18:56 -07:00
Rolando Guedes
9e33be0ab1
Undo spaces changes
2016-05-13 21:05:26 +01:00
Rolando Guedes
c343c008ed
Undo spaces changes
2016-05-13 21:02:35 +01:00
Feross Aboukhadijeh
6405be5144
Merge pull request #506 from feross/update-deps
...
OS X: Bounce the Downloads stack when download completes
2016-05-13 12:26:52 -07:00
Feross Aboukhadijeh
db743daae5
Merge pull request #505 from feross/update-deps
...
Update deps
2016-05-13 12:25:27 -07:00
Feross Aboukhadijeh
290a25c393
OS X: Bounce the Downloads stack when download completes
...
(If the download is inside the Downloads folder.)
2016-05-13 12:25:03 -07:00
Feross Aboukhadijeh
6589e134b3
code style
2016-05-13 12:23:59 -07:00
Feross Aboukhadijeh
a2aa5e4271
electron-prebuilt@1.0.2
2016-05-13 12:09:03 -07:00
Feross Aboukhadijeh
205e2eb551
dlnacasts@0.1
2016-05-13 12:02:24 -07:00
grunjol
53209a9da3
push/unshift from submenu in linux/windows ( #504 )
2016-05-13 02:02:08 -07:00
Feross Aboukhadijeh
2a23611c5f
Merge pull request #502 from feross/add-mpg
...
Add .mpg video extension to supported list
2016-05-12 20:32:41 -07:00