Feross Aboukhadijeh
cc9ba385bf
Show main window before ipcReady
...
It doesn't flicker anymore if we remove this option, and the app feels
no slower.
2016-06-01 00:25:18 -07:00
Feross Aboukhadijeh
e88ddd648b
Cleanup argument handling in main
2016-06-01 00:20:11 -07:00
Feross Aboukhadijeh
dac34541d6
on -> once
2016-06-01 00:10:26 -07:00
Feross Aboukhadijeh
8fc61a1c90
Merge pull request #593 from mathiasvr/duplicate
...
Adding duplicate torrent when stopped
2016-05-31 22:30:04 -07:00
Feross Aboukhadijeh
04691ed0da
Merge pull request #610 from feross/migration
...
Semver-based migrations
2016-05-31 17:55:52 -07:00
Feross Aboukhadijeh
4ee36f459f
Fix exception caused by incorrect file ordering
...
See
https://github.com/feross/webtorrent-desktop/pull/604#issuecomment-22280
5214
2016-05-31 13:15:48 -07:00
Feross Aboukhadijeh
2c0de25423
Semver-based migrations
...
- Put migrations into a separate file: migrations.js
- Add semver, for more specific version-based migrations.
- Change `state.saved.version` to semver app version.
2016-05-31 13:04:39 -07:00
Feross Aboukhadijeh
c82bdbd39d
Fixes for PR #607
2016-05-31 12:12:25 -07:00
Feross Aboukhadijeh
71b08304f2
Merge branch 'pr/607'
2016-05-31 11:55:04 -07:00
Feross Aboukhadijeh
3bb3cd7c44
Merge pull request #609 from mathiasvr/menu-items
...
Fix 'fullscreen' and 'always on top' menu items
2016-05-31 11:41:21 -07:00
Mathias Rasmussen
41187ec43d
Fix 'fullscreen' and 'always on top' menu items
2016-05-31 18:11:50 +02:00
Feross Aboukhadijeh
cf5de49deb
Fix gray screen crash on config with defaultPlayFileIndex
2016-05-30 19:51:30 -07:00
Feross Aboukhadijeh
19f177f3ee
remove console.log
2016-05-30 19:51:06 -07:00
Mathias Rasmussen
556d0cb1c5
Make add button accept non .torrent files
2016-05-31 03:04:02 +02:00
Mathias Rasmussen
7c7780b17e
Adding duplicate torrent when stopped
2016-05-30 23:25:52 +02:00
Feross Aboukhadijeh
bd358b7692
Add comments to squirrel-win32.js
2016-05-30 02:30:20 -07:00
Feross Aboukhadijeh
1b8f180255
Merge pull request #604 from demoneaux/fix-file-sorting
...
Fix issue with file sorting.
2016-05-30 02:30:05 -07:00
Feross Aboukhadijeh
0bc90cea21
Merge pull request #605 from demoneaux/align-details
...
Align loading torrent message with torrent name.
2016-05-30 02:21:41 -07:00
Benjamin Tan
10f96ab23e
Fix issue with file sorting.
...
Closes #591 .
2016-05-30 13:18:38 +08:00
Benjamin Tan
4f0df507f4
Align loading torrent message with torrent name.
2016-05-30 13:17:42 +08:00
Feross Aboukhadijeh
256753e6ff
Merge pull request #603 from demoneaux/fix-tray
...
Fix issue with tray on Windows.
2016-05-29 21:57:15 -07:00
Benjamin Tan
8ac42078d4
Fix issue with tray on Windows.
2016-05-30 11:29:53 +08:00
Feross Aboukhadijeh
fc83e054ea
Merge pull request #597 from feross/refactor
...
[WIP] Major code cleanup
2016-05-29 04:06:51 -07:00
Feross Aboukhadijeh
62cb304971
Move unrelated code out of menu.js and ipc.js
2016-05-29 01:09:42 -07:00
Feross Aboukhadijeh
d4efebd694
Remove focusWindow function
...
Not needed -- win.show() automatically focuses, unminimizes, and shows
the window.
2016-05-28 19:10:55 -07:00
Feross Aboukhadijeh
7833f6bbc4
Dialogs on do not show a title on OS X, so the window title is used instead.
2016-05-28 19:09:05 -07:00
Feross Aboukhadijeh
8b773c5f59
Document and cleanup announcement/dialog/handlers.js
2016-05-28 18:25:25 -07:00
Feross Aboukhadijeh
5767d5b95d
re-order view menu
2016-05-28 18:24:58 -07:00
Thomas Watson Steen
13f1ecdbe3
Use airplayer ( #452 )
...
* Use airplayer
* Mock AirPlay volume support
* Add AirPlay event support
2016-05-28 10:50:30 -07:00
Feross Aboukhadijeh
8ae4ac47e6
Perf: Temporarily disable dynamic subtitle detection
...
For
https://github.com/feross/webtorrent-desktop/pull/511#issuecomment-22119
8555
2016-05-27 18:51:42 -07:00
Feross Aboukhadijeh
001601bc5f
Major refactor -- split windows into separate files
2016-05-27 00:01:30 -07:00
Feross Aboukhadijeh
3757507b18
cleanup announcement
2016-05-26 18:41:48 -07:00
Feross Aboukhadijeh
9abab7aec3
cleanup check-deps
2016-05-26 18:29:07 -07:00
Feross Aboukhadijeh
1aabd537d8
cleanup dispatcher
2016-05-26 18:12:23 -07:00
Feross Aboukhadijeh
6e240b3fd4
Misc file moving and cleanup
...
- Rename JS/CSS for main.html to be consistent (main.js, main.css)
- Add hx.js module to reduce virtual-dom boilerplate
- Move state.js into renderer/lib.js where it belongs
- Rename torrent-list.js -> home.js for consistency
- Rename create-torrent-page.js -> create-torrent.js for consistency
2016-05-26 17:47:16 -07:00
Feross Aboukhadijeh
501a07c386
Merge pull request #594 from feross/reenable-webrtc
...
Re-enable WebRTC (OS X, Windows)
2016-05-26 16:54:29 -07:00
Feross Aboukhadijeh
0d92dee14e
style
2016-05-26 15:42:18 -07:00
Feross Aboukhadijeh
3a1fa25106
Re-enable WebRTC peers (OS X, Windows)
2016-05-26 15:42:12 -07:00
Feross Aboukhadijeh
b167770ea6
Merge pull request #587 from feross/electron-1.1.3
...
Electron 1.2.0
2016-05-26 15:39:02 -07:00
Feross Aboukhadijeh
2a8a26ac54
electron-prebuilt@1.2.0
2016-05-26 15:34:12 -07:00
Feross Aboukhadijeh
9748833ba9
Use .ico format on Windows
...
- Use .ico format on Windows for best rendering quality, instead of
resized .png files
2016-05-26 15:33:33 -07:00
Feross Aboukhadijeh
bf49214790
electron-prebuilt@1.1.3
2016-05-26 15:33:33 -07:00
Feross Aboukhadijeh
2b4410a55a
changelog
2016-05-26 15:26:23 -07:00
DC
bfd1b2eaf0
changelog
2016-05-26 04:00:38 -07:00
DC
44c3421e92
0.6.1
v0.6.1
2016-05-26 03:46:32 -07:00
DC
7de3d3cc41
Clean up showCreateTorrent
2016-05-26 02:23:34 -07:00
DC
3d7f46da65
Disable WebRTC on Windows to work around Electron crash
2016-05-26 02:17:08 -07:00
DC
72d902e548
Fix selections migration
...
Should fix #583
2016-05-26 02:17:08 -07:00
DC
955fe76c3c
Allow dropping files on dock icon
...
Fixes #584
2016-05-26 02:17:08 -07:00
Feross Aboukhadijeh
839bec0363
Merge pull request #588 from feross/dc/cleanup
...
Show error when drag-dropping hidden files
2016-05-26 01:06:46 -07:00