airium
dbca4346aa
Allow setting larger checking memory usage in GUI
2019-01-16 14:23:21 +08:00
Mike Tzou
ec90b69c9e
Merge pull request #10061 from Piccirello/webui-cache-bust
...
Include application version in css/js url for cache busting
2019-01-16 12:32:04 +08:00
Mike Tzou
eecdd4c6cf
Merge pull request #10072 from Kolcha/mac-info-plist
...
Cleanup Info.plist
2019-01-16 12:12:22 +08:00
Mike Tzou
ea7ac59a61
Merge pull request #10117 from Chocobo1/appdata
...
Update appdata
2019-01-15 13:19:39 +08:00
Nick Korotysh
2a5dd7f5ec
Cleanup Info.plist
...
Added few required/recommended and removed obsolete/deprecated keys
according to Apple developers documentation.
Changed CFBundleIdentifier according to reverse DNS convention.
Updated copyright year.
2019-01-14 16:47:07 +03:00
Thomas Piccirello
dbaebf4f33
Rename parametrics.js to speedslider.js
2019-01-14 02:00:08 -08:00
Thomas Piccirello
851c02acb0
Capitalize event name
2019-01-14 00:57:24 -08:00
Thomas Piccirello
2f33ecf37b
Fix bug where input wouldn't always be focused
2019-01-14 00:57:24 -08:00
Thomas Piccirello
74a772aafb
Add Web UI support for escape key
2019-01-14 00:57:24 -08:00
Mike Tzou
2e5c09aeba
Merge pull request #10130 from Chocobo1/svg
...
Fix icon issues
2019-01-14 10:52:45 +08:00
Peter Dave Hello
eaaf8b8e85
Optimize PNG images losslessly with zopflipng
...
18 images compressed as below:
dist/unix/menuicons/128x128/apps/qbittorrent.png | Bin 7736 -> 7674 bytes
dist/unix/menuicons/128x128/status/qbittorrent-tray.png | Bin 7736 -> 7674 bytes
dist/unix/menuicons/16x16/apps/qbittorrent.png | Bin 986 -> 775 bytes
dist/unix/menuicons/16x16/status/qbittorrent-tray.png | Bin 986 -> 775 bytes
dist/unix/menuicons/192x192/apps/qbittorrent.png | Bin 11625 -> 11562 bytes
dist/unix/menuicons/192x192/status/qbittorrent-tray.png | Bin 11625 -> 11562 bytes
dist/unix/menuicons/22x22/apps/qbittorrent.png | Bin 1169 -> 1163 bytes
dist/unix/menuicons/22x22/status/qbittorrent-tray.png | Bin 1169 -> 1163 bytes
dist/unix/menuicons/48x48/apps/qbittorrent.png | Bin 2995 -> 2960 bytes
dist/unix/menuicons/48x48/status/qbittorrent-tray.png | Bin 2995 -> 2960 bytes
dist/unix/menuicons/72x72/apps/qbittorrent.png | Bin 4321 -> 4288 bytes
dist/unix/menuicons/72x72/status/qbittorrent-tray.png | Bin 4321 -> 4288 bytes
dist/unix/menuicons/96x96/apps/qbittorrent.png | Bin 5712 -> 5624 bytes
dist/unix/menuicons/96x96/status/qbittorrent-tray.png | Bin 5712 -> 5624 bytes
src/icons/loading.png | Bin 178 -> 174 bytes
src/icons/skin/mascot.png | Bin 21876 -> 21084 bytes
src/icons/skin/splash.png | Bin 59072 -> 58581 bytes
src/icons/sphere.png | Bin 277 -> 250 bytes
2019-01-13 17:10:45 +08:00
Vladimir Golovnev
7e98035df5
Merge pull request #10136 from glassez/drop-old-libtorrent
...
Drop support of libtorrent < 1.1.10
2019-01-12 09:44:24 +03:00
Vladimir Golovnev
198034f976
Merge pull request #10145 from glassez/drop-legacy-webapi
...
Drop legacy WebAPI support
2019-01-11 17:41:53 +03:00
Vladimir Golovnev (Glassez)
6d6af8e70d
CMake: Check for required libtorrent version
2019-01-11 15:13:33 +03:00
Vladimir Golovnev (Glassez)
302c99d7d5
Drop support of libtorrent < 1.1.10
2019-01-11 15:13:17 +03:00
Mike Tzou
b7091cf9a4
Merge pull request #10006 from Piccirello/webui-tables
...
Allow WebUI Trackers and Content tables to be manipulated
2019-01-11 14:10:27 +08:00
Chocobo1
a8ba5bda79
Update WebUI img to use svg images
2019-01-11 13:53:32 +08:00
Chocobo1
6f34afce21
Fix speed limit icon too large on WebUI
...
Closes #10127 .
2019-01-11 13:51:46 +08:00
Chocobo1
83d4641a4d
Fix misaligned icons in STATUS list in GUI
...
The 2 changed icons has different width/height ratio than other icons in STATUS list, thus
they take more width than others when rendered in GUI.
2019-01-11 13:51:46 +08:00
Vladimir Golovnev (Glassez)
2ce3aa9731
Drop legacy WebAPI support
2019-01-10 20:16:06 +03:00
Mike Tzou
77fc731dec
Merge pull request #10125 from Chocobo1/boost
...
Replace boost::function with std::function
2019-01-07 22:02:05 +08:00
Chocobo1
b7627db98c
Remove unused headers
2019-01-06 19:19:57 +08:00
Chocobo1
06e82d10f6
Replace boost::function with std::function
2019-01-06 19:19:57 +08:00
Chocobo1
d013e0922d
Use the proper Qt type
2019-01-06 18:32:01 +08:00
Thomas Piccirello
f0e67cbb53
Remove excanvas from WebUI
...
Excanvas adds Canvas support to IE 8 and lower, which we no longer support.
2019-01-04 23:48:17 -08:00
Chocobo1
8dfcb028a6
Update .appdata descriptions
2019-01-05 10:50:02 +08:00
Mike Tzou
d7c561df6b
Merge pull request #10106 from Chocobo1/js
...
Various fixes in WebUI
2019-01-05 10:45:15 +08:00
Chocobo1
168695bd15
Use reverse DNS convention for metadata files naming
...
Also update appdata install path.
Closes #10111 .
2019-01-05 10:37:23 +08:00
sledgehammer999
88295f8075
Merge pull request #10094 from Kolcha/pb-fix
...
Draw progress bar in Fusion style on macOS systems
2019-01-04 00:31:34 +02:00
sledgehammer999
6eaab41820
Merge pull request #10073 from sledgehammer999/stylized_icons
...
[cleanup]Converted remaining icons to svg
2019-01-04 00:25:11 +02:00
sledgehammer999
f4bb65b46e
Optimize svg files using SVGO
2019-01-04 00:24:30 +02:00
Bert Verhelst
9f8f9b6702
Converted remaining icons to svg
2019-01-04 00:24:30 +02:00
Chocobo1
a0f3678163
Fix only the first newline char is replaced
...
Must use regex to replace all instances of newline chars.
2019-01-04 00:56:54 +08:00
Chocobo1
9289b009b6
Fix missing semicolon in WebUI
2019-01-04 00:56:43 +08:00
Thomas Piccirello
28fa5a895c
Allow WebUI Content tab to be sorted
2019-01-03 00:34:59 -08:00
Thomas Piccirello
06edabb9be
Encode torrent name before passing in URL
2019-01-03 00:34:59 -08:00
Thomas Piccirello
26a9af850b
Move WebUI Peers code to separate file
2019-01-03 00:34:59 -08:00
Thomas Piccirello
a5266c7018
Prevent WebUI tables from being highlighted
2019-01-03 00:34:59 -08:00
Thomas Piccirello
5d114614bb
Allow WebUI Trackers table to be manipulated
2019-01-03 00:34:59 -08:00
Mike Tzou
f3c65f34b6
Merge pull request #10075 from Chocobo1/login
...
Add autocomplete attribute to WebUI
2019-01-03 14:15:11 +08:00
sledgehammer999
6b2a382ab8
Merge pull request #10066 from sledgehammer999/drop_migration_code
...
Drop upgrade code
2019-01-02 21:42:31 +02:00
Nick Korotysh
bd1856594b
Draw progress bar in Fusion style on macOS systems
...
Qt has a bug QTBUG-72558, which leads to incorrect progress bar
position, when drawing it in delegate.
Also, since OS X 10.10 Yosemite macOS default style was changed,
and progress bars became very tiny and without text (percentage).
These two cases make qBittorrent look pretty awful, but drawing
progress bar in Fusion style solves both issues.
2019-01-02 10:01:32 +03:00
Mike Tzou
b87987ec89
Merge pull request #10074 from Chocobo1/magneturi
...
Drop support for "BC Link" format
2019-01-01 23:13:05 +08:00
Chocobo1
2b903fc3d1
Move Utils::Misc::isUrl() function
...
All usage of this function gets to call Net::DownloadManager eventually.
2018-12-31 20:00:15 +08:00
Chocobo1
6759446639
Cleanup code
...
Also remove redundant code, it is already handled correctly in subsequent function calls.
2018-12-31 20:00:15 +08:00
Chocobo1
19d6de795c
Drop support for "BC Link" format
...
The format is marked obsolete on 2009.12.28 and has been replaced by magnet links.
http://wiki.bitcomet.com/inside_bitcomet#bc_link_format_obsoleted_as_of_v117
https://www.bitcomet.com/en/changelog
2018-12-31 20:00:15 +08:00
Chocobo1
d133ccc69f
Add autocomplete attribute to WebUI
...
This helps the password manager to identify each field and provide
adequate actions.
2018-12-31 19:36:53 +08:00
sledgehammer999
d322e10a83
Merge pull request #10027 from glassez/compile-ts
...
Compile translations at build time
2018-12-31 11:31:45 +02:00
Mike Tzou
3772968f49
Merge pull request #10076 from Chocobo1/pr_9756
...
Prevent flickering preview dialog
2018-12-31 13:45:55 +08:00
sledgehammer999
1fff760722
Drop upgrade code
2018-12-31 00:41:17 +02:00