Feross Aboukhadijeh
919af5bf15
Merge pull request #1217 from cezar-carneiro/show-progress-on-cast-screen
2020-11-26 01:44:32 +01:00
Feross Aboukhadijeh
464e63fd92
standard (Fixes for PR #1818 )
2020-11-22 16:12:04 -10:00
suraj rathod
0efb5fa7ad
Merge branch 'master' into master
2020-11-20 11:27:33 +05:30
Feross Aboukhadijeh
9e0d91f144
Disable background throttling
...
Reference: https://github.com/webtorrent/webtorrent-desktop/pull/1720#issuecomment-722011487
I actually think we want backgroundThrottling: false so our timers and intervals aren't throttled when the app is backgrounded.
2020-11-04 12:34:48 -10:00
Feross Aboukhadijeh
9e1721990d
bitfield@4
2020-11-03 13:03:40 -10:00
Feross Aboukhadijeh
a20f82cc61
standard
2020-10-29 11:30:07 -10:00
Feross Aboukhadijeh
630ed76b8c
standard
2020-10-28 09:52:07 -10:00
Feross Aboukhadijeh
7b06acb972
don't rely on deprecated return value from ReactDOM.render
2020-10-27 18:18:30 -10:00
Feross Aboukhadijeh
80b86b5693
standard
2020-10-21 13:50:42 -10:00
Julen Garcia Leunda
77877d4201
Merge pull request #1812 from dsernst/scrub-preview
...
Adds Youtube-style Scrubbing preview
2020-10-20 17:31:43 +02:00
Feross Aboukhadijeh
a7766e8d3f
fixes for capture-frame@4
2020-08-28 16:58:40 -07:00
Julen Garcia Leunda
bb55b3fab2
Add m2ts video container support
2020-08-12 23:06:14 +02:00
Julen Garcia Leunda
57d02aa316
Merge pull request #1850 from Hinara/patch-1
...
Fix #1807 (VLC does not start)
2020-07-31 17:11:07 +02:00
David Ernst
d3bfccaa6b
Check for type === video in clearPreview()
2020-07-30 19:10:14 -07:00
Julen Garcia Leunda
60b4365a76
Merge pull request #1840 from subins2000/fix-1839-no-keyevents-on-user-input
...
Fix #1839 : Prevent keypress events on user input elements
2020-07-30 18:31:22 +02:00
Julen Garcia Leunda
cb0ad73c80
Merge pull request #1754 from hicom150/fix_windows_installer
...
Fix windows installer event handler
2020-07-30 18:30:59 +02:00
Hinara
0edeaa4d58
Accept null value as playerPath
2020-07-30 15:06:26 +02:00
Hinara
f88d5426c9
Fix #1807
...
eb5a291c8b/src/renderer/lib/migrations.js (L219) cause external player to be a empty string instead of a null one
2020-07-25 02:39:09 +02:00
Borewit
1b7d4f09a9
Fix issue #1833 , only pass metadata. Prevent MetadataCollector (from music-metadata) is serialized.
2020-07-21 23:00:22 +02:00
Subin Siby
15cca44bd2
Fix #1839 : Prevent keypress events on user input elements
2020-07-17 18:47:23 +05:30
Feross Aboukhadijeh
48ad571a59
electron 10: re-enable remote module
...
Electron 10 disables the remote module by default. We've always tried to avoid using `remote` in WTD so there aren't many occurrances of it, but there are still a few places where we use it
2020-07-15 20:01:08 -07:00
Feross Aboukhadijeh
57a003d7c5
electron 10 crash reporter changes
...
Crash reporter doesn't need to be started in child processes, and in fact the functions are all deprecated. Instead start it from the main process, and the child processes will automatically be covered
Change of params to crashReporter.start() function
2020-07-15 19:44:34 -07:00
Feross Aboukhadijeh
a2539b15d5
Prep for 0.22.0 release
...
Supercedes: https://github.com/webtorrent/webtorrent-desktop/pull/1730
Thanks @hicom150 :)
2020-07-15 15:39:39 -07:00
Feross Aboukhadijeh
27bbdcc465
fixes for Electron 9
2020-07-15 14:35:03 -07:00
Feross Aboukhadijeh
06ce97bf6c
Remove mkdirp
...
Fixes: https://github.com/webtorrent/webtorrent-desktop/issues/1831
2020-07-15 14:03:27 -07:00
SurajRathod
583cecc661
selective import
2020-06-06 17:46:30 +05:30
David Ernst
c4b318bd5f
Clean up code and add better comments
2020-05-02 11:40:00 -07:00
David Ernst
d55acf9c12
Fix 'extra-lint' errors
2020-05-01 22:41:19 -07:00
David Ernst
24bc40c95e
Fix preview border rendering
2020-05-01 22:06:05 -07:00
David Ernst
0716444be5
Working video scrubbing preview
2020-05-01 21:57:42 -07:00
David Ernst
85c0e99e16
Only show previews for video
2020-05-01 21:05:29 -07:00
David Ernst
0b57961ff7
Basic placeholder UI for scrubbing preview
2020-05-01 19:43:47 -07:00
Linus Unnebäck
81b3d64f42
Use object shorthand for properties
2020-04-26 15:14:36 +01:00
Borewit
7fd028e5fa
Merge pull request #1787 from dsernst/dynamic-copyright-year
...
Automatically keep the copyright year up-to-date
2020-02-09 14:15:31 +01:00
David Ernst
74f1be5452
Remove unnecessary parentheses
2020-02-08 12:37:48 -08:00
David Ernst
8eb2fb8d5d
Automatically keep the copyright year up-to-date
2020-02-05 16:15:17 -08:00
David Ernst
58de27c484
Merge branch 'master' into feature/sort-file-alphanumerically-1185
2020-02-05 09:22:51 -08:00
David Ernst
185f5ec30b
Remove unnecessary natsort dep
2020-02-05 09:17:58 -08:00
Borewit
38aef81476
Add additional audio file extensions: MPEG-Layer-2, Musepack, Matroska audio, WavePack
2020-01-08 19:58:48 +01:00
Borewit
9dc3bb4f03
Pass FileInfo into music-metadata.parseStream() according API v6.
...
Update metadata if music-metadata parse method resolves.
2020-01-06 12:01:38 +01:00
Julen Garcia Leunda
e341367583
Merge pull request #1239 from SharonGrossman/feat/remove-all-torrents
...
feat(delete-all-torrents): added remove all torrents capability to the Transfers menu
2020-01-05 16:29:01 +01:00
Julen Garcia Leunda
5b894df71b
fix lint errors
2019-12-19 18:34:35 +01:00
Julen Garcia Leunda
4577670fa8
Merge branch 'master' into feat/remove-all-torrents
2019-12-19 18:26:29 +01:00
Julen Garcia Leunda
3c6b189ae6
Remove deep-equal dependency
2019-12-19 17:23:17 +01:00
Julen Garcia Leunda
97426621bf
Fix windows installer event handler
2019-12-12 22:48:13 +01:00
Julen Garcia Leunda
3b7a9f9830
Merge pull request #1751 from hicom150/update_to_dialog_sync_functions
...
Fix deprecated dialog callback functions
2019-12-12 22:09:58 +01:00
hicom150
b3026dbd87
Merge remote-tracking branch 'upstream/master' into update_application_config
2019-12-06 16:58:15 +01:00
hicom150
2eea86d8eb
fix application-config update
2019-12-06 16:48:53 +01:00
Julen Garcia Leunda
bea86b2a67
Merge pull request #1743 from gpatarin/issue-1741-savetorrentas
...
Fix for issue #1741 (Save Torrent File As...)
2019-11-26 17:11:25 +01:00
Julen Garcia Leunda
2b8fa8b6fe
fix review comments
2019-11-26 16:59:10 +01:00