DC
ca6a7917ce
Design: progress bar styling
2016-09-02 12:25:55 -07:00
DC
033bdf7908
Design: removed hover/select brightness
...
All those gradients and brighness filters toggling on and off were getting annoying
2016-09-02 12:08:57 -07:00
DC
6fe03aa325
Material UI: upgrade modals
...
Also clean up the Create Torrent page, delete some redundant CSS, prevent click-and-drag inside a TextField from moving the whole window, and make all label and input fonts a consistent 14px size.
2016-09-02 02:30:37 -07:00
Adam Gotlib
30732305ff
Add playlists feature ( #871 )
...
* Open multi-file torrents as playlists
* Add `repeat` and `shuffle` options to the player
* Autoplay first file in torrent
* replaces `pickFileToPlay` feature
* when reopening player, restores the most recently viewed file
* Add playlist navigation buttons to Windows thumbar
* Remove `repeat` and `shuffle` options
This reverts commit 9284122461 .
* Play files in order they appear in torrent
* Clean up playlists code
2016-09-01 19:18:48 -07:00
PurgingPanda
d806fd502f
Added progress bar to the metadata on the overview ( #844 )
...
* Added progress bar to Torrent metadata on the overview.
* Added progress bar to Torrent metadata on the overview.
* Made progress bar smaller
As proposed by dcposh.
2016-09-01 14:43:28 -07:00
DC
f8cc155650
Material UI: finish Create Torrent
2016-08-31 03:35:27 -07:00
Feross Aboukhadijeh
f9aeb676b4
ImageOptim: losslessly compress all images
2016-08-24 03:47:47 -07:00
Feross Aboukhadijeh
82853aa017
more progress
2016-08-23 04:21:58 -07:00
Feross Aboukhadijeh
157226f75b
create torrent page progress
2016-08-23 03:51:05 -07:00
Feross Aboukhadijeh
1a01d7ed92
Use Material UI; improve Preferences Page
...
New principles for our UI:
- Components should use inline styles whenever possible
- Let's shrink the size of main.css to < 100 lines over time so it just
contains typography and basic styles
- Always require just the individual component that is needed from
Material UI so that the whole library doesn't get loaded (important for
startup perf)
2016-08-23 03:06:03 -07:00
Feross Aboukhadijeh
b4976d27f2
update material icons font
2016-08-23 03:05:33 -07:00
Feross Aboukhadijeh
173d8444d7
Preferences page rehaul: use React components, UI improvements
2016-08-23 03:05:33 -07:00
Feross Aboukhadijeh
8ba4056894
move main.css to css/main.css
2016-08-23 03:04:58 -07:00
Feross Aboukhadijeh
9ad0316dff
ensure Segoe is only used on Windows
2016-08-23 02:57:09 -07:00
Vamsi Krishna Avula
33417d9b7e
add 'Segoe UI'
2016-08-23 14:19:07 +05:30
grunjol
b0b26f8300
add system-wide launcher and icons for debian and derivates
2016-08-20 23:08:51 -03:00
Alberto Miranda
5ffd4123a1
fixed merge conflicts
2016-08-19 01:09:43 -03: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
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
DC
734b0731a1
React: address PR comments
2016-07-22 21:48:38 -07:00
DC
793ea79cab
Perf: remove DL button animation
...
Turns out this is huge. For some inexplicable reason, it improves hover and scroll in the torrent detail view, for a torrent with 350 files, from ~10FPS to ~60FPS.
2016-07-22 17:52:22 -07:00
DC
f86ca0a168
Perf: use px, not em for column widths
2016-07-22 16:23:11 -07:00
DC
a4a31d0860
React: fix warnings
2016-07-22 13:06:58 -07:00
DC
2a1e987d42
Switch from virtualdom to React
2016-07-22 13:06:55 -07:00
Feross Aboukhadijeh
b2d2a6a7a5
Merge pull request #640 from anonymlol/master
...
new protocol handler: stream-magnet
2016-06-23 18:37:53 -07:00
Gediminas Petrikas
15f733f11c
Windows Thumbnail Bar
...
* While in the player view, show a play/pause toggle in the thumbnail
2016-06-23 07:12:32 -07:00
anonymlol
db20bd8eaf
New Handler: stream-magnet
...
only tested on windows
2016-06-14 13:30:38 +02:00
Feross Aboukhadijeh
e86bd26800
Refactor state save/load
...
- Fix bug where new install was relying on the migration to run on
startup to fix up the default config
- Moved save/load functions into state.js
- Removed exported getInitialState, getDefaultSavedState since that's
leaky. The state module should take care of that.
2016-06-02 19:46:29 -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
ae168ae885
add default torrent: The WIRED CD ( #401 )
...
* add default torrent: The WIRED CD
* remove additional unneeded files
2016-04-13 00:24:16 -07:00
Karlo Luis Martinez Martos
304b81908d
Windows Volume Mixer fix ( #387 )
...
Made a smaller version (32x32) of the .png icon
2016-04-13 00:15:10 -07:00
grunjol
0921f89eb7
Linux .deb file: update symlink on package update
...
* overwrite symlink on update
* fix size and list definition
2016-04-07 00:48:00 -03:00
grunjol
a064794c87
set error handling in pre and post init script
2016-04-02 09:20:00 -03:00
grunjol
27727a7a97
Linux: create Debian package
2016-04-02 09:20:00 -03:00
DC
39a6832631
Minimize to tray
...
Fixes #150
2016-03-29 03:51:15 -07:00
DC
630e8611ba
Add Cosmos Laundromat as a default torrent
2016-03-29 00:41:48 -07:00
Feross Aboukhadijeh
d5bea54a83
sintel.torrent: Use webtorrent.io torrent
2016-03-27 00:58:50 -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
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
Feross Aboukhadijeh
ae6b86d233
Make install.gif not blink
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
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
Feross Aboukhadijeh
d8a5b8a701
losslessly compress images (w/ ImageOptim)
2016-03-23 19:26:56 -07:00
Feross Aboukhadijeh
02ad7f947d
OS X: Sign apps, build .DMG and .ZIP assets
2016-03-21 20:21:36 -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
Feross Aboukhadijeh
509a2ec07b
Run ImageOptim over static images
...
Save 268KB (22% file size)
2016-03-20 16:20:37 -07:00
grunjol
eddf268ae9
make png square
2016-03-20 19:56:32 -03:00