Mike Tzou
f74e2b0130
Merge pull request #7631 from Chocobo1/webUIaddr
...
Reinitialize webUI server when "IP address" setting changed
7 years ago
sledgehammer999
c887a162ba
Fix row height/width in webui for country flags.
...
Patch by Chocobo1.
7 years ago
sledgehammer999
52df71ad3a
Use svg icons for the country flags.
...
Closes #6223 .
7 years ago
Chocobo1
d6ddc90199
Reinitialize webUI server when "IP address" setting changed
...
An app restart won't be necessary from now on.
7 years ago
Mike Tzou
9600e7f5ad
Merge pull request #7573 from fmatthew5876/config_webui_ip
...
Add WebUi\Address config option
7 years ago
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.
7 years ago
Matthew Fioravante
8cd243b06b
Add WebUi\Address config option
7 years ago
Mike Tzou
1da3437a4a
Merge pull request #7603 from Chocobo1/debugMsg
...
[WebUI]: Print error messages upon receiving invalid header fields
7 years ago
Vladimir Golovnev
c72fb92318
Merge pull request #7529 from dzmat/speedwidget_qtconcurrent_removal
...
Excess QtConcurrent usage removal
7 years ago
sledgehammer999
954448863e
Merge pull request #7599 from scootergrisen/patch-1
...
Add me for danish
7 years ago
sledgehammer999
eec6009398
Merge pull request #7583 from LordNyriox/status-icons
...
Invert Framing for Torrent Status Icons
7 years ago
Chocobo1
ce362f0e5e
WebAPI refactor: utilize parseBool() function
...
Coding style cleanup
Rename variable
Return const reference
Add const
7 years ago
Chocobo1
4940a77d12
[WebUI]: Print error messages upon receiving invalid header fields
7 years ago
sledgehammer999
4e77e01a67
Generate pngs using svgexport and optimize using PNGGauntlet.
7 years ago
sledgehammer999
5acdcb6c09
Optimize and prettify the svg source using svgo.
7 years ago
scootergrisen
8400d855de
Add me for danish
7 years ago
Mike Tzou
bd07cb91bb
Merge pull request #7571 from Chocobo1/webui_download
...
[WebAPI] Add parameters for /command/download & /command/upload
7 years ago
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/ >].
7 years ago
Mike Tzou
dc600d47ec
Merge pull request #7570 from Chocobo1/webui_fileIdx
...
[WebAPI] Add file-to-piece-index mappings in /query/propertiesFiles command
7 years ago
sledgehammer999
0d3952eef5
Sync translations from Transifex and run lupdate.
7 years ago
TheNicker
30a4ce40b9
Fixed blurry text under Windows by setting DPI awareness to default
7 years ago
dzmat
9d0ab0ae5f
speedwidget class: excess QtConcurent usage removal
7 years ago
Chocobo1
e78d8b9fcc
Convert tab into whitespaces
7 years ago
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
7 years ago
Eugene Shalygin
7a652c0a8c
Merge pull request #7566 from evsh/themes-cbc
...
Themes part 1
7 years ago
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
7 years ago
Chocobo1
66b86888fc
Add uploadLimit, downloadLimit fields to AddTorrentData & AddTorrentParams
7 years ago
Mike Tzou
e07501252c
Merge pull request #7549 from fmatthew5876/master
...
Report TCPServer errorString() if webui fails to listen to port
7 years ago
Mike Tzou
2977ba9ec2
Merge pull request #7563 from Chocobo1/delkey
...
Fix delete key has no effect due to "Ambiguous shortcut overload"
7 years ago
Eugene Shalygin
db35bb54e1
Make BitTorrent::TorrentState strongly-typed enum
...
This is needed to forward declare this type and pass it by value.
Conversion from/to QVariant are hanled via Q_DECLARE_METATYPE, while
TorrentState::toString() function was used in webui only and as such is
moved there.
7 years ago
Tim Delaney
19bb6f5fe0
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
7 years ago
Chocobo1
aab752dd2e
Fix delete key has no effect due to "Ambiguous shortcut overload"
...
We want to show the accelerator key in the menu but without hitting
the ambiguous overload error.
Fixup of 1378245a63
7 years ago
Eugene Shalygin
8c75fdcb4c
Merge pull request #7558 from evsh/uncrustify
...
Update uncrustify config
7 years ago
sledgehammer999
df03b69151
Merge pull request #7502 from sledgehammer999/optimize_img
...
Image housekeeping
7 years ago
sledgehammer999
aca7a851bb
Optimize SVGs.
...
Used svgo with commands --pretty --indent=2 --multipass.
7 years ago
sledgehammer999
e9caefdfce
Optimize PNGs.
...
Using PNGGauntlet.
7 years ago
sledgehammer999
16ac20b594
Remove unused image. Possibly leftover from dropping Qt4.
7 years ago
sledgehammer999
a3e071b734
Merge pull request #7562 from sledgehammer999/drop_os2
...
Drop OS/2 support.
7 years ago
sledgehammer999
5d3b9d2f22
Drop OS/2 support.
7 years ago
sledgehammer999
27a7e86599
Merge pull request #7561 from sledgehammer999/native_path
...
Show new paths in native form.
7 years ago
sledgehammer999
d93d0ab19e
Show new paths in native form.
7 years ago
Eugene Shalygin
776627eee9
Update uncrustify config
7 years ago
Chocobo1
5185eeb7ef
Die gracefully when failed to initialize web server with qbt-nox
7 years ago
Vladimir Golovnev
083bc71315
Merge pull request #7396 from thalieht/updownratio
...
Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg
7 years ago
Eugene Shalygin
b1b931922e
Merge pull request #7555 from evsh/fix-qtsingleapplication-cmake
...
cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551 .
7 years ago
thalieht
0717f0d60c
Save ratio limits as int instead of string
7 years ago
thalieht
525fdd6c2b
Coding style, use nullptr and other minor things
7 years ago
thalieht
f27e75e8fa
Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352
7 years ago
Eugene Shalygin
0ad5290389
cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551 .
...
This fixes cmake builds with GUI disabled and system
QtSingleApplication. We rely on Qt5::Core instead of Qt5::Widgets.
7 years ago
Mike Tzou
7895afb8e9
Merge pull request #7542 from Chocobo1/wordbreak
...
Set QTextOption::NoWrap property in "Download from URLs" dialog
7 years ago