DC
24ac5af5b4
Fix jumpToTime
...
Fixes #801
2016-08-22 00:58:23 -07:00
DC
0ee92fb632
Telemetry: redact stacktraces
2016-08-22 00:54:19 -07:00
Feross Aboukhadijeh
7cbc12c6ff
Merge pull request #795 from feross/small-fixes
...
A bunch of small fixes
2016-08-22 02:04:19 +02:00
Feross Aboukhadijeh
60c82c73cd
Merge pull request #793 from feross/debian-system-install
...
Add system-wide menu item for debian and derivates
2016-08-22 02:03:29 +02:00
Feross Aboukhadijeh
78790e73c7
Merge pull request #788 from feross/content-bounds
...
Only use setContentBounds for player view
2016-08-22 01:56:14 +02:00
Feross Aboukhadijeh
bf464de16f
remove extra console.error
...
This prevents all errors from being logged twice
2016-08-21 16:55:16 -07:00
Feross Aboukhadijeh
0589963eed
code style
2016-08-21 16:54:59 -07:00
Feross Aboukhadijeh
b79971eea5
show video title in webtorrent app for all external players
2016-08-21 16:54:45 -07:00
Feross Aboukhadijeh
d1e557f054
Ignore stdout/stderr from spawned player
...
This prevents stalling in players like mpv/mplayer for some reason.
I think this could be because of the large number of updates that are
being written to stdout that's filling up a buffer and preventing
playback from continuing.
2016-08-21 16:54:27 -07:00
Feross Aboukhadijeh
93ddb8d638
launch VLC fixes
...
We can show video title on start now, since we're setting it correctly.
Also, escape the title since it could contain spaces.
2016-08-21 16:53:23 -07:00
grunjol
b0b26f8300
add system-wide launcher and icons for debian and derivates
2016-08-20 23:08:51 -03:00
DC
1db890f5e7
Telemtry: post at least once a day
...
This ensures that people who keep the app running in the background
for days at a time are still counted as active users.
2016-08-20 18:30:22 -07:00
Feross Aboukhadijeh
0f80f96023
Merge branch 'mathiasvr-external-player'
2016-08-20 01:20:37 -07:00
Feross Aboukhadijeh
2d3673ea33
Fixes to PR #682
...
- Rename 'playInVlc' preference to 'openExternalPlayer' since we
support more than just VLC now.
- Add default pref options to state.js
2016-08-20 01:19:50 -07:00
Feross Aboukhadijeh
c28260611e
Merge pull request #787 from feross/redundant-powersaver
...
If a power saver block already exists, do nothing
2016-08-20 09:45:00 +02:00
Feross Aboukhadijeh
ac39264f3d
Ignore '.' argument which is annoying in development
2016-08-19 22:44:26 -07:00
Feross Aboukhadijeh
667a04a41d
Merge branch 'external-player' of https://github.com/mathiasvr/webtorrent-desktop into mathiasvr-external-player
...
Fixed conflicts in the Preferences page, and added back passing the video title to VLC
2016-08-19 22:06:23 -07:00
Feross Aboukhadijeh
51a9b2ea9b
Only use setContentBounds for player view
...
Fixes: https://github.com/feross/webtorrent-desktop/issues/786
2016-08-19 20:05:52 -07:00
Feross Aboukhadijeh
842ee5ca3c
If a power saver block already exists, do nothing
...
Before this change, when opening the player, both 'onPlayerOpen' and
'onPlayerPlay' would fire, which enabled, disabled, and re-enabled the
power save blocker in quick succession.
Instead, we just want to activate it once.
2016-08-19 20:04:18 -07:00
Feross Aboukhadijeh
bb4db2cede
update to standard v8
...
The only thing we have to change is to self-close tags that don't
contain anything. This wasn't even an explicit change in standard. It
was already a rule, but I think it wasn't getting enforced very well
until a bugfix.
2016-08-19 01:44:28 -07:00
Alberto Miranda
23e8cdf216
using key on rendered checkbox to avoid react errors; dispatching updatePreferences to update playInVlc.
2016-08-19 01:10:55 -03:00
Alberto Miranda
5ffd4123a1
fixed merge conflicts
2016-08-19 01:09:43 -03:00
Feross Aboukhadijeh
d57bfb825a
Merge pull request #776 from feross/dc/missing-path
...
Check for missing download path
2016-08-15 01:10:05 +02:00
DC
0809e20a6e
Check path for each torrent
2016-08-13 22:37:14 -07:00
DC
1ec305162e
Check for missing download path
...
Fixes #646
2016-08-12 20:57:03 -07:00
Feross Aboukhadijeh
45d46d7ae8
show title on 'create new torrent' page
2016-08-12 15:35:56 -07:00
DC
09d6fa550a
Handle Save Torrent File As... -> Cancel
2016-08-12 09:31:28 -07:00
DC
75cc7383cb
Create Torrent: make trackers editable again
...
Fixes #768
2016-08-12 09:21:12 -07:00
DC
4d48b9e7c1
Fix screen stacking bug
...
You can no longer open a whole stack of Prefs windows, or Create Torrent windows
Simplifies and fixes behavior when dropping files onto the app or the dock icon. Before, you could use drag-drop to create stacks of Create Torrent windows. Now, you can only create torrents from the home screen.
Fixes #665
2016-08-12 09:03:32 -07:00
Feross Aboukhadijeh
563e1ca0ba
Support for instant.io links does not belong in webtorrent core
2016-08-11 00:20:07 -07:00
Feross Aboukhadijeh
0fa3b678b0
Merge pull request #772 from feross/electron-1.3.3
...
Update Electron to 1.3.3
2016-08-11 06:54:51 +02:00
Feross Aboukhadijeh
3232e96f6e
Resize the window's content area
...
Fixes: https://github.com/feross/webtorrent-desktop/issues/565
This was trivial thanks to a new Electron API in 1.3.3
2016-08-10 16:48:32 -07:00
DC
8233faf518
Pref: default torrent file handler
...
Before, the app made itself the default torrent file handler automatically, pissing off some of our users. Now, it's not by default, and you can change it in the prefs.
2016-08-10 02:23:08 -07:00
Feross Aboukhadijeh
14fcbfcced
make logs consistent
2016-08-05 21:44:32 -07:00
Feross Aboukhadijeh
4126d15821
Move .babelrc file into src/
2016-08-05 21:41:22 -07:00
Feross Aboukhadijeh
c42eb789df
fix typo
2016-08-05 16:37:25 -07:00
Feross Aboukhadijeh
9afed7fb1b
Remove --dev flag, Run React in production mode when Electron is in production mode
2016-08-04 21:58:34 -07:00
Feross Aboukhadijeh
7752e41416
Merge pull request #757 from feross/fix-695
...
Fix "Cannot read property 'numPiecesPresent' of undefined"
2016-08-04 15:03:16 -07:00
Feross Aboukhadijeh
67409214a4
Allow dragging magnet links ( Fix #284 )
2016-08-03 20:26:46 -07:00
Feross Aboukhadijeh
87b9dba568
Fix "Cannot read property 'numPiecesPresent' of undefined"
...
Fixes #695
2016-08-03 17:06:04 -07:00
Benjamin Tan
03bc4cf9b1
Add User Tasks for Windows.
...
Closes #114 .
2016-07-31 16:29:38 +08:00
Alberto Miranda
c637878603
removed logging; restored minimist in package.js ignore list.
2016-07-29 23:01:17 -03:00
Alberto Miranda
91e61f6cd4
using icon as checkbox
2016-07-29 22:07:44 -03:00
Alberto Miranda
9f66418073
merged with latest master; using icon as checkbox.
2016-07-29 22:07:25 -03:00
Feross Aboukhadijeh
05ce20303c
fix exception
2016-07-28 20:35:36 -07:00
Feross Aboukhadijeh
d95e5b02d6
Remove extra 'resetTitle' call
2016-07-28 20:10:48 -07:00
Feross Aboukhadijeh
536f04985f
Switch to using location-history package
...
https://npmjs.com/package/location-history
2016-07-28 20:07:12 -07:00
Feross Aboukhadijeh
c5ed5fabd8
Fix typo based on @mathiasvr's feedback
2016-07-27 15:51:19 -07:00
Feross Aboukhadijeh
112600f5c3
Set video title when opening VLC
...
Fix #700
The title is set with the `--meta-title` flag to VLC.
2016-07-27 14:46:39 -07:00
Feross Aboukhadijeh
c2f869b362
Use dispatch('setTitle') and add dispatch('resetTitle')
2016-07-27 14:39:22 -07:00