Feross Aboukhadijeh
744d38259e
Put peers before speeds, to reduce bouncing
...
When speed goes to zero, it disappears, which looks weird when it's not
the last item on the status line.
2016-05-12 16:50:58 -07:00
Feross Aboukhadijeh
252443a529
UX: Improve torrent status line
...
The goal of this commit is to merge the two torrent status lines onto a
single, concise line which has high signal and information density.
- Hide download speed, upload speed, and number of peers when 0,
because that's just noise.
- Remove number of files, because that information can be found by
expanding the torrent.
This also allowed the further reduction of the torrent item height from
110px to 100px.
2016-05-11 21:29:46 +02:00
Feross Aboukhadijeh
86f5a1a54e
Default window height shows all torrents
2016-05-11 21:26:18 +02:00
Feross Aboukhadijeh
0b1872fa28
UI: Reduce font size, list item height
...
- Reduce torrent list item from 120px to 110px height
- Vertically center torrent list buttons
- Reduce font sizes (torrent list, modal labels)
2016-05-11 20:49:41 +02:00
Feross Aboukhadijeh
95019453fd
Clearer build output
2016-05-09 19:20:14 +02:00
Feross Aboukhadijeh
e46a7f42df
Merge pull request #476 from feross/webtorrent-version
...
About WebTorrent: Show `webtorrent` library version
2016-05-09 18:31:40 +02:00
Feross Aboukhadijeh
15a59f445b
About WebTorrent: Remove git hash from build version
2016-05-09 18:29:22 +02:00
Feross Aboukhadijeh
dea951fc42
About WebTorrent: Show webtorrent library version
...
Closes #475
2016-05-09 18:21:52 +02:00
Feross Aboukhadijeh
347eb2c7f0
Merge pull request #474 from feross/application-config
...
application-config@^0.2.1
2016-05-09 17:55:23 +02:00
Feross Aboukhadijeh
4221883eb4
application-config@^0.2.1
...
My fixes were merged upstream -- no need to depend on my fork anymore.
2016-05-09 17:18:53 +02:00
Feross Aboukhadijeh
27f729250f
Merge pull request #473 from feross/npm-run-open-config
...
add `npm run open-config` to open config file quickly
2016-05-09 17:17:29 +02:00
Feross Aboukhadijeh
452bbb60c4
use path.join
2016-05-09 17:12:17 +02:00
Feross Aboukhadijeh
9d4aeaedd3
add npm run open-config to get to config file quickly
2016-05-09 17:10:51 +02:00
Feross Aboukhadijeh
558b6c1648
add new package.json keywords
2016-05-09 17:10:35 +02:00
Feross Aboukhadijeh
98e263e69a
Remove path-exists
...
This package trivially wraps core node.js functionality. Let's do
without it.
2016-05-09 16:59:57 +02:00
Feross Aboukhadijeh
18b126e0d2
Remove unnecessary IPC
2016-05-09 16:14:46 +02:00
Feross Aboukhadijeh
82dff65572
Merge pull request #465 from furstenheim/master
...
Allow to torrent a single file
2016-05-09 16:00:36 +02:00
Feross Aboukhadijeh
d60d298b8f
Merge pull request #471 from feross/set-sheet-offset
...
Set sheet offset
2016-05-09 02:10:24 +02:00
Feross Aboukhadijeh
ffbd8184b5
Set sheet offset on OS X
2016-05-09 02:06:17 +02:00
Feross Aboukhadijeh
11cf4aeecd
electron-prebuilt@0.37.8
...
All bug fixes. The only new feature that's relevant to WebTorrent
Desktop is `setSheetOffset`
2016-05-09 02:00:02 +02:00
Feross Aboukhadijeh
b0b8b56816
Merge pull request #470 from feross/reduce-sfx-volume
...
Reduce sfx volume
2016-05-09 01:40:05 +02:00
Feross Aboukhadijeh
967e5ecb9c
Merge pull request #469 from feross/show-in-folder
...
Add "Show in Folder" to context menu
2016-05-09 01:36:27 +02:00
Feross Aboukhadijeh
f0315f7f77
Reduce sound effect volume by 25%
...
except for delete -- which this pr just makes consistent
2016-05-09 01:36:22 +02:00
Feross Aboukhadijeh
facb07cbb1
Add "Show in Folder" to context menu
...
Based on @watson's PR #463 .
Differences:
- Remove the "Open Folder" link from expanded torrent view.
- Use showItemInFolder instead of openItem electron API
- Add a separator
- Use IPC to invoke electron.shell.showItemInFolder from main process
2016-05-09 01:34:35 +02:00
gabriel
41910aea9c
Do not show torrent file option on OS X
2016-05-08 23:39:32 +02:00
gabriel
8fcfa3b97a
Allow to torrent a single file
2016-05-07 22:05:46 +02:00
DC
8ebb2349dd
External VLC on Windows
...
Turns out we can't use vlc --version because it pops up a command prompt :/
2016-05-04 04:33:35 -07:00
DC
1e487a3c2a
Use vlc-command
2016-05-04 01:48:39 -07:00
DC
291ea94a10
Cross platform VLC detection
2016-05-04 00:48:34 -07:00
DC
ade6c1e4a0
Add more media file extensions
2016-05-04 00:48:34 -07:00
DC
bde5dc14c3
Play unsupported files in VLC
2016-05-04 00:48:34 -07:00
DC
0a005eb054
Check for missing or unused dependencies
2016-05-03 00:08:53 -07:00
Feross Aboukhadijeh
735851486e
remove unnecessary escape
2016-05-02 20:42:05 +02:00
Feross Aboukhadijeh
56ba5c705a
add missing mkdirp dep
2016-05-02 20:39:06 +02:00
Feross Aboukhadijeh
cdab2dbc65
add missing rimraf dep
2016-05-02 20:39:06 +02:00
Feross Aboukhadijeh
4284eb8f75
add missing path-exists dep
2016-05-02 20:39:06 +02:00
Feross Aboukhadijeh
2707fc9053
Merge pull request #454 from feross/greenkeeper-standard-7.0.0
...
Update standard to version 7.0.0 🚀
2016-05-02 17:16:25 +02:00
greenkeeperio-bot
1d4d4319e4
chore(package): update standard to version 7.0.0
...
https://greenkeeper.io/
2016-05-02 16:22:55 +02:00
Feross Aboukhadijeh
c5cc0ce09d
Merge pull request #447 from feross/small-fixes
...
Small fixes
2016-04-28 12:22:28 +02:00
Feross Aboukhadijeh
fdd7dab76f
electron-winstaller@2.3.0
2016-04-28 12:18:31 +02:00
Feross Aboukhadijeh
7624f2da98
fixes for cross-zip@2
2016-04-28 12:14:39 +02:00
Feross Aboukhadijeh
ef51f827dc
fix exception in webtorrent process
2016-04-28 12:10:33 +02:00
Greenkeeper
011ab13c83
chore(package): update cross-zip to version 2.0.1 ( #445 )
...
https://greenkeeper.io/
2016-04-28 12:10:05 +02:00
DC
017d61815f
Create Torrent: fix for single file torrents
2016-04-27 07:46:55 -07:00
DC
3d4d1c8650
Create Torrent: exclude .DS_Store, fix drag-drop
2016-04-27 03:21:14 -07:00
DC
1479369db1
Convert Create Torrent modal to page, clean up App
2016-04-27 02:51:45 -07:00
DC
31ef283e7b
Create Torrent dialog
2016-04-27 02:51:45 -07:00
DC
6b70554e63
Center video on current screen ( #427 )
...
Fixes #404
2016-04-22 19:59:17 -07:00
grunjol
9a1c329434
detect files with uppercase extensions as playable ( #434 )
2016-04-21 18:00:15 -03:00
Feross Aboukhadijeh
4aaf6dee05
comment
2016-04-19 23:23:16 -07:00