sledgehammer999
|
3a5c0d9818
|
Allow to specify if announcing to all tiers is desired.
|
2017-10-30 23:27:28 +02:00 |
|
sledgehammer999
|
2194a05e60
|
Merge pull request #7652 from Chocobo1/aboutExtLink
Open links in browser. Closes #7651.
|
2017-10-30 18:06:34 +02:00 |
|
sledgehammer999
|
a89c1a8d9a
|
Use new logo in the file icon.
|
2017-10-30 02:41:26 +02:00 |
|
sledgehammer999
|
86215f8483
|
Use new logo in the splash screen.
|
2017-10-30 02:41:25 +02:00 |
|
sledgehammer999
|
a1b01c1b40
|
Remove unused image.
|
2017-10-30 02:41:24 +02:00 |
|
sledgehammer999
|
09cb95d3da
|
Use the SVG for the tray icon.
|
2017-10-30 02:41:23 +02:00 |
|
sledgehammer999
|
48d7bdee0e
|
Change qbittorrent logo. Issue #6467.
|
2017-10-30 02:41:22 +02:00 |
|
sledgehammer999
|
5157fc201c
|
Add Turkish translator in about page.
|
2017-10-30 00:32:44 +02:00 |
|
Chocobo1
|
492ea5bceb
|
Open links in browser. Closes #7651.
|
2017-10-28 14:51:20 +08:00 |
|
Mike Tzou
|
e8cf351b6a
|
Merge pull request #7643 from Chocobo1/email
Allow SMTP sender to be set. Closes #7575.
|
2017-10-27 12:52:35 +08:00 |
|
Chocobo1
|
fc0628d35b
|
Allow SMTP sender to be set. Closes #7575.
|
2017-10-26 17:57:32 +08:00 |
|
Mike Tzou
|
1f7391737e
|
Merge pull request #7445 from Chocobo1/fixAddTorrent
Disable processing socket events in findIncompleteFiles()
|
2017-10-25 23:00:35 +08:00 |
|
Mike Tzou
|
acdb7a27dc
|
Merge pull request #7638 from Chocobo1/msg
[WebUI] Improve log messages
|
2017-10-24 20:19:12 +08:00 |
|
Eugene Shalygin
|
1fed324f91
|
Add option to tune download history list length. Closes #4043.
|
2017-10-24 12:56:05 +02:00 |
|
Eugene Shalygin
|
e4771ba508
|
Add maxVisibleItems combo box property to FileSystemPathComboEdit.
|
2017-10-24 12:56:04 +02:00 |
|
sledgehammer999
|
6a36a3b1d9
|
Run lupdate again.
|
2017-10-24 03:34:49 +03:00 |
|
sledgehammer999
|
2956b28a32
|
Mention more translators in the about page after their request.
|
2017-10-24 03:32:57 +03:00 |
|
sledgehammer999
|
50471ec8c8
|
String fixes and optimizations mentioned by translators on Transifex.
|
2017-10-24 03:32:56 +03:00 |
|
sledgehammer999
|
3aa9ff5fba
|
Sync translations from Transifex and run lupdate.
|
2017-10-24 01:28:31 +03:00 |
|
Mike Tzou
|
b6be5afb89
|
Merge pull request #7584 from Chocobo1/refactor
[WebAPI] Refactor
|
2017-10-23 19:36:28 +08:00 |
|
Chocobo1
|
157b809e21
|
[WebUI] Improve log messages
|
2017-10-23 16:45:41 +08:00 |
|
Mike Tzou
|
f74e2b0130
|
Merge pull request #7631 from Chocobo1/webUIaddr
Reinitialize webUI server when "IP address" setting changed
|
2017-10-23 14:11:50 +08:00 |
|
sledgehammer999
|
c887a162ba
|
Fix row height/width in webui for country flags.
Patch by Chocobo1.
|
2017-10-23 01:23:54 +03:00 |
|
sledgehammer999
|
52df71ad3a
|
Use svg icons for the country flags.
Closes #6223.
|
2017-10-23 01:23:45 +03:00 |
|
Chocobo1
|
d6ddc90199
|
Reinitialize webUI server when "IP address" setting changed
An app restart won't be necessary from now on.
|
2017-10-22 14:42:51 +08:00 |
|
Mike Tzou
|
9600e7f5ad
|
Merge pull request #7573 from fmatthew5876/config_webui_ip
Add WebUi\Address config option
|
2017-10-22 14:18:08 +08:00 |
|
Chocobo1
|
f3603d05e7
|
Disable processing events when adding torrents. Closes #7436.
webUI connection timeout & deletion might occur while
doing processEvents() and will result in use-after-free segfault.
|
2017-10-22 13:54:03 +08:00 |
|
Matthew Fioravante
|
8cd243b06b
|
Add WebUi\Address config option
|
2017-10-21 09:32:30 -04:00 |
|
Mike Tzou
|
1da3437a4a
|
Merge pull request #7603 from Chocobo1/debugMsg
[WebUI]: Print error messages upon receiving invalid header fields
|
2017-10-21 01:10:25 +08:00 |
|
Vladimir Golovnev
|
c72fb92318
|
Merge pull request #7529 from dzmat/speedwidget_qtconcurrent_removal
Excess QtConcurrent usage removal
|
2017-10-20 10:32:27 +03:00 |
|
sledgehammer999
|
954448863e
|
Merge pull request #7599 from scootergrisen/patch-1
Add me for danish
|
2017-10-19 01:50:35 +03:00 |
|
sledgehammer999
|
eec6009398
|
Merge pull request #7583 from LordNyriox/status-icons
Invert Framing for Torrent Status Icons
|
2017-10-19 01:45:22 +03:00 |
|
Chocobo1
|
ce362f0e5e
|
WebAPI refactor: utilize parseBool() function
Coding style cleanup
Rename variable
Return const reference
Add const
|
2017-10-18 22:27:59 +08:00 |
|
Chocobo1
|
4940a77d12
|
[WebUI]: Print error messages upon receiving invalid header fields
|
2017-10-18 20:11:53 +08:00 |
|
sledgehammer999
|
4e77e01a67
|
Generate pngs using svgexport and optimize using PNGGauntlet.
|
2017-10-17 19:40:46 +03:00 |
|
sledgehammer999
|
5acdcb6c09
|
Optimize and prettify the svg source using svgo.
|
2017-10-17 19:32:34 +03:00 |
|
scootergrisen
|
8400d855de
|
Add me for danish
|
2017-10-16 22:14:10 +02:00 |
|
Mike Tzou
|
bd07cb91bb
|
Merge pull request #7571 from Chocobo1/webui_download
[WebAPI] Add parameters for /command/download & /command/upload
|
2017-10-15 20:32:14 +08:00 |
|
LordNyriox
|
d7e0a9b1ad
|
Invert Framing for Torrent Status Icons
Also recolor the icons to match the text-color used for the torrent-status as well.
Optimized using SVGOMG [<https://jakearchibald.github.io/svgomg/>].
|
2017-10-13 13:41:42 -04:00 |
|
Mike Tzou
|
dc600d47ec
|
Merge pull request #7570 from Chocobo1/webui_fileIdx
[WebAPI] Add file-to-piece-index mappings in /query/propertiesFiles command
|
2017-10-14 01:05:00 +08:00 |
|
sledgehammer999
|
0d3952eef5
|
Sync translations from Transifex and run lupdate.
|
2017-10-13 03:56:57 +03:00 |
|
TheNicker
|
30a4ce40b9
|
Fixed blurry text under Windows by setting DPI awareness to default
|
2017-10-12 22:23:02 +03:00 |
|
dzmat
|
9d0ab0ae5f
|
speedwidget class: excess QtConcurent usage removal
|
2017-10-12 20:59:13 +07:00 |
|
Chocobo1
|
e78d8b9fcc
|
Convert tab into whitespaces
|
2017-10-11 20:27:19 +08:00 |
|
Chocobo1
|
f350977cb4
|
WebUI: add optional parameters for /command/download & /command/upload
Specifically:
torrent name: string
download limit, upload limit: number in bytes, default: -1 (unlimited)
sequential download, first last piece prio: boolean true/false, default: false
|
2017-10-11 20:25:11 +08:00 |
|
Eugene Shalygin
|
7a652c0a8c
|
Merge pull request #7566 from evsh/themes-cbc
Themes part 1
|
2017-10-11 10:34:56 +02:00 |
|
Chocobo1
|
a652baadb5
|
Add file-to-piece-index mappings in /query/propertiesFiles command
Also do the following cleanups:
Use string constant QB_EXT
Remove redundant variable
Add const
|
2017-10-11 16:24:29 +08:00 |
|
Chocobo1
|
66b86888fc
|
Add uploadLimit, downloadLimit fields to AddTorrentData & AddTorrentParams
|
2017-10-11 16:23:58 +08:00 |
|
Mike Tzou
|
e07501252c
|
Merge pull request #7549 from fmatthew5876/master
Report TCPServer errorString() if webui fails to listen to port
|
2017-10-11 16:22:52 +08:00 |
|
Mike Tzou
|
2977ba9ec2
|
Merge pull request #7563 from Chocobo1/delkey
Fix delete key has no effect due to "Ambiguous shortcut overload"
|
2017-10-11 16:15:55 +08:00 |
|