Feross Aboukhadijeh
c7ee0aab01
Merge pull request #233 from Flet/torrent-context-menu
...
add context menu with share/save actions
2016-03-27 00:39:15 -07:00
Feross Aboukhadijeh
40cec3a2f6
Delay lazy load of client
...
This works great on my slow Macbook 12”, so I assume it will work
without lag on most other people’s computers.
2016-03-27 00:28:33 -07:00
Feross Aboukhadijeh
a116bf976a
About window: only allow text selection
2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
aa117054fb
About window: font-size tweaks
2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
b263a69716
Windows/Linux: Add About Window ( #220 )
2016-03-26 23:43:24 -07:00
DC
906da4d977
Speed up init() by >= 2x
...
Lazy load the WebTorrent, Chromecast, and Airplay modules
2016-03-26 23:31:32 -07:00
Dan Flettre
6c07c4763d
add context menu with share/save actions
2016-03-26 23:10:27 -05:00
Feross Aboukhadijeh
4a627b6f03
UI responds instantly to torrent enable/disable ( #208 )
2016-03-26 20:36:57 -07:00
Feross Aboukhadijeh
9ef1d0a605
Keyboard shortcuts: volume shortcuts should be local
...
`globalShortcut` will register the shortcut at the OS level, even when
the app is not focused.
Using `localShortcut` would work, but let's put it in the top menu
instead, where all the other shortcuts are.
2016-03-26 20:04:29 -07:00
DC
3928564314
Add (BETA) to window title
...
Also fix a bug: fix relative paths to the default torrents.
2016-03-26 18:11:40 -07:00
DC
0d5ff2d964
Use relative paths for default torrents
...
This keeps them working if a user opens the app from DMG, then installs it to a different path and opens it again
2016-03-26 16:15:24 -07:00
Feross Aboukhadijeh
b85f0b9489
Merge pull request #202 from grunjol/feature-volume-management-clean
...
Add volume management
2016-03-25 23:46:59 -07:00
grunjol
4673354703
fixes #116 Add Unity launcher icons
2016-03-25 16:31:12 -03:00
Feross Aboukhadijeh
5540ed9ce1
fix: exception when adding magnet links
2016-03-24 02:54:49 -07:00
Nate Goldman
8b57e13735
fix #211 - invisible header bug
2016-03-23 23:16:33 -07:00
Feross Aboukhadijeh
4895fb930c
Sounds: subtler sounds
...
This change sets different sounds to different volume levels, and
replaces the Play sound with one that sounds different than the Add
sound.
2016-03-23 20:44:40 -07:00
DC
d41e08b209
Fix magnet link progress bug
2016-03-23 06:43:13 -07:00
grunjol
fc6d8e7b7d
add volume management
2016-03-23 09:01:07 -03:00
DC
f56af6402c
Audio metadata
2016-03-22 03:52:27 -07:00
DC
ebcc814ca7
WebTorrent can now play audio
2016-03-22 02:26:28 -07:00
Feross Aboukhadijeh
ce6d0e3255
add config.ROOT_PATH
2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
f0df9011df
add log.js module for renderer logging
2016-03-21 20:19:30 -07:00
DC
13902daedd
Use largest image in torrent as the poster
...
...as a fallback, if no the torrent doesn't contain any video files
2016-03-21 17:57:08 -07:00
DC
78f1d4c8eb
Add tooltips
2016-03-21 16:51:45 -07:00
DC
0afec083df
Store path in each torrentSummary. Fixes #73
2016-03-21 04:38:09 -07:00
DC
ccfed4caa7
Notify completed torrents only if we actually DL'd them
...
In other words, don't notify completed torrents if all we did was verify data files that were already on disk
2016-03-21 04:21:44 -07:00
DC
15e3e49aa4
Fix #176 : close window on OSX
2016-03-21 04:06:54 -07:00
DC
fe943db448
Fix window bounds restore on OSx
2016-03-21 03:56:56 -07:00
DC
511c60671c
Restore window size correctly
...
* Don't attempt to change size when maximized or fullscreen
* Bugfix: restore window size correctly when returning from a video so big that it that caused the window to maximize
2016-03-21 02:34:56 -07:00
DC
1c2cd5f49e
Fix default torrents
...
Big Buck Bunny playable now, files show correctly even before the user starts torrenting
2016-03-21 02:34:52 -07:00
DC
b02f236428
Show files even when torrent isn't torrenting
2016-03-21 02:25:41 -07:00
Feross Aboukhadijeh
ce2a9ceb11
Implement back/forward buttons ( fix #180 )
2016-03-20 22:54:51 -07:00
Feross Aboukhadijeh
42ea368c68
Use mkdirp; remove unneeded saveState() call
2016-03-20 17:09:59 -07:00
Feross Aboukhadijeh
fa3ca50d8f
always log errors to console
2016-03-20 16:26:12 -07:00
Feross Aboukhadijeh
da702907b4
style
2016-03-20 16:26:12 -07:00
DC
b6bd9dbb70
Fix startTorrenting / add file functionality
2016-03-20 02:06:57 -07:00
DC
26dc1e82fd
Airplay support. Nicer looking cast screen
2016-03-20 01:59:25 -07:00
DC
acc2b03d14
Save torrent files after resolving a magnet link
2016-03-19 21:42:37 -07:00
Nate Goldman
f8b968c5ec
fix hide on hover, always show playback position
2016-03-19 20:50:57 -07:00
Feross Aboukhadijeh
84a87dd1de
log command line arguments
2016-03-19 20:32:19 -07:00
Feross Aboukhadijeh
81bb8eea7b
do all logging in the renderer
2016-03-19 20:32:19 -07:00
DC
381087208c
Fix opening files and folders
2016-03-19 19:01:17 -07:00
Feross Aboukhadijeh
0f263b89e5
OS X: open magnet links in WebTorrent
2016-03-19 17:09:05 -07:00
Feross Aboukhadijeh
6b6d1ee1c7
fix: ignore error if poster path already exists
2016-03-19 17:06:56 -07:00
Feross Aboukhadijeh
75841afcb5
ensure Posters/ folder exists
2016-03-19 16:30:36 -07:00
Feross Aboukhadijeh
684fa7dee7
Write poster images into "$CONFIG_PATH/posters" ( fix #155 )
2016-03-19 16:19:15 -07:00
Feross Aboukhadijeh
0c9e2cc27e
Merge pull request #162 from feross/osx-dock
...
Fix Exception when dropping .torrent file onto Dock icon when app is closed
2016-03-19 16:09:32 -07:00
Feross Aboukhadijeh
4f40e5d963
Fix Exception when dropping .torrent file onto Dock icon when app is closed
...
Fixes #154
2016-03-19 16:07:35 -07:00
Feross Aboukhadijeh
89d421b46d
Merge pull request #158 from feross/osx-dock
...
Dock icon should accept all file types
2016-03-19 16:00:43 -07:00
DC
91680cb53d
Fix Windows packaging
...
* Work around a Chrome bug by avoiding Windows-specific backslash paths
* Change the name of the program from "Streaming torrent client" to "WebTorrent"
2016-03-19 03:27:48 -07:00