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
5335bf39b5
Windows/Linux: Hide menu on About Window
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
Feross Aboukhadijeh
1e6e101c4e
Merge pull request #232 from feross/ui-responsiveness
...
UI responds instantly to torrent enable/disable (#208 )
2016-03-26 20:40:12 -07:00
Feross Aboukhadijeh
4a627b6f03
UI responds instantly to torrent enable/disable ( #208 )
2016-03-26 20:36:57 -07:00
Feross Aboukhadijeh
a2b9a178b7
Merge pull request #231 from feross/shortcut-fix
...
Keyboard shortcuts: volume shortcuts should be local
2016-03-26 20:07:30 -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
Feross Aboukhadijeh
0cf89600c0
es6ify
2016-03-26 19:58:04 -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
Feross Aboukhadijeh
5b6e4ac394
Merge pull request #226 from feross/fix-ubuntu-crash
...
Linux: Ensure ".local/share/{applications,icons}" exists; plus perf fix
2016-03-25 22:58:16 -07:00
Feross Aboukhadijeh
59a1bc03f2
Perf: Remove all *Sync methods for Linux startup
2016-03-25 21:47:49 -07:00
Feross Aboukhadijeh
01e27b2691
Linux: Ensure ".local/share/{applications,icons}" exists
2016-03-25 18:56:22 -07:00
Feross Aboukhadijeh
656e811e84
Merge pull request #203 from grunjol/feature-unity-desktop-shortcuts
...
Add unity launcher icons
2016-03-25 18:50:02 -07:00
Feross Aboukhadijeh
db60b99982
window useContentSize
2016-03-25 17:50:29 -07:00
Feross Aboukhadijeh
180d756dc0
OS X packager: Fix missing DMG background image
...
Remove previous DMG file. This somehow fixes the issue.
2016-03-25 17:50:29 -07:00
Feross Aboukhadijeh
a029ea3b0a
Revert "Merge pull request #205 from feross/compress"
...
This reverts commit bd04d76adf , reversing
changes made to 73d5a4e1ab .
2016-03-25 17:50:29 -07:00
grunjol
4673354703
fixes #116 Add Unity launcher icons
2016-03-25 16:31:12 -03:00
Nate Goldman
ded599328a
add version badge, update release info
2016-03-25 11:45:53 -07:00
Nate Goldman
7dfc6fd98c
fix package arg
2016-03-25 11:43:13 -07:00
Feross Aboukhadijeh
e0ed255fb4
improve v0.1.0. changelog
2016-03-25 04:14:18 -07:00
Feross Aboukhadijeh
d8f97c3b58
put package.json name back to webtorrent-app
...
webtorrent-www relies on this name. I originally changed it because I
thought the windows install builder was using it, but I pass all the
options into that explicitly now, and even pass an option to prevent it
from using package.json, so this should be okay.
2016-03-25 04:07:31 -07:00
Feross Aboukhadijeh
753cca7dfb
remove duplicate path-exists dep
2016-03-25 03:57:16 -07:00
Feross Aboukhadijeh
7d61968f64
0.1.0
v0.1.0
2016-03-25 03:52:35 -07:00
Feross Aboukhadijeh
8637de27b9
Changelog: v0.1.0
2016-03-25 03:51:03 -07:00
Feross Aboukhadijeh
447413e4b9
delete commented out code
2016-03-25 03:40:18 -07:00
Feross Aboukhadijeh
82c8ad7562
windows build: don't use implicit package.json values
2016-03-25 03:37:18 -07:00
Feross Aboukhadijeh
f2bbd97eeb
Merge pull request #218 from feross/windows-installer
...
Create Windows .exe installer
2016-03-25 03:35:43 -07:00
Feross Aboukhadijeh
c788b3358a
Windows: fix magnet link handling
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
b0672cce9e
npm install before packaging
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
0681169653
Windows: base Squirrel shortcut code on Nylas N1
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
ae6b86d233
Make install.gif not blink
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
8bba565609
Windows: create desktop/start menu shortcuts on install/update
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
78f08487c4
delay install splash screen so user sees it
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
bdf7110135
Move --squirrel-xxxx handling to new file
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
9d35ece954
Windows/linux: Don't autohide top menu bar (it's important)
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
00e4cc1864
Prevent --squirrel arguments from getting added as torrents
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
ad09012587
Windows installer: include icon url, setup icon, loading gif
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
8b5de572f1
package: conditionally require darwin packages
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
20c6b81047
simplify arguments to npm run package
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
aecead4a2d
Windows: Create installer .exe file
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
7b02edca0f
OS X packager: build to dist/ folder
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
109094d0e1
Merge pull request #217 from feross/greenkeeper-webtorrent-0.87.1
...
Update webtorrent to version 0.87.1 🚀
2016-03-24 20:09:02 -07:00
greenkeeperio-bot
e0856a5274
chore(package): update webtorrent to version 0.87.1
...
http://greenkeeper.io/
2016-03-24 19:58:13 -07:00
Feross Aboukhadijeh
c8886fb606
Merge pull request #213 from feross/magnet-focus
...
Show, unminimize, and focus window after opening magnet link (fix #210 )
2016-03-24 02:59:39 -07:00
Feross Aboukhadijeh
fd5f4dd139
Show, unminimize, and focus window after opening magnet link ( fix #210 )
...
Requires a workaround for this Electron issue:
https://github.com/atom/electron/issues/4338
2016-03-24 02:56:34 -07:00
Feross Aboukhadijeh
0a51da13a4
docs: improve windows build notes
2016-03-24 02:54:49 -07:00