Ivan Sorokin
e3349092ad
Refactor TorrentPersistentData
...
Conflicts:
src/mainwindow.cpp
src/mainwindow.h
src/qtlibtorrent/qbtsession.cpp
src/qtlibtorrent/qtorrenthandle.cpp
src/transferlistwidget.cpp
src/webui/btjson.cpp
10 years ago
Ivan Sorokin
70a114eb13
Speedup persistent data
...
Conflicts:
src/mainwindow.cpp
src/mainwindow.h
10 years ago
sledgehammer999
061e71337b
Initialize logger at the beginning of program to avoid threading issues.
10 years ago
sledgehammer999
087417c8a6
Change the code to use the Logger class instead.
10 years ago
sledgehammer999
a7527aa9a7
Remove unused signal from LogListWidget.
10 years ago
sledgehammer999
8966bcacea
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
91fc9e69ee
Make the GUI log listen to the logger class.
10 years ago
sledgehammer999
1504bbfe43
Logger base class.
10 years ago
buinsky
b30ec46048
Web API: rename 'json' scope to 'query'
10 years ago
buinsky
574c57ee18
Use sync/maindata request in WebUI
10 years ago
buinsky
383c0e1418
Implement sync/maindata request
10 years ago
buinsky
0d43ee7076
Follow project coding style. Issue #2192 .
10 years ago
buinsky
bf0f9dd275
Implement functions for generating partial responses of requests.
10 years ago
Gabriele
f16b7614a1
WebUI: Fix watched folders on Gecko
...
Passing objects to push() seems to be broken on Firefox, making the
preferences impossibile to use when there are watched folders.
Fix this by passing strings instead of elements.
10 years ago
Vladimir Golovnev (Glassez)
b45eb28099
Fix heap corruption. Closes #2342 .
...
Fix heap corruption during Registry access.
10 years ago
Vladimir Golovnev (Glassez)
f851875ad1
Improve Windows Registry searching for Python.
...
Simplify logic of related functions.
Make sure that all open handles are closed.
Explicitly use Unicode versions of Windows API functions.
Prevent max subkey length overwrite.
Use Windows API style of variable names.
10 years ago
Gabriele
d7161dcab1
Fix few spelling mistakes
...
s/Pieces size/Piece size/
s/uknown/unknown/
Closes #2367 .
10 years ago
buinsky
04f1c0c238
WebUI: Change torrent model
...
Improvements:
- added functions, which may be used to reorder and hiding columns in torrents table
- new columns can be easily added to torrents table
10 years ago
sledgehammer999
68c06c7485
Rename the 'Unpaused' filter to 'Resumed'.
10 years ago
sledgehammer999
93f557b747
Coalesce changes in the Preferences class in a much shorter timeframe.
10 years ago
sledgehammer999
ca2dc325f5
Detect uknown command line parameters.
10 years ago
sledgehammer999
8bfd333c60
Touch up previous commit.
10 years ago
Vladimir Golovnev (Glassez)
afdc1ee93e
HOTFIX: Correct command line parameters defaults.
10 years ago
John Sebastian Peterson
6de317ee13
Fix Properties widget state saving
...
readSettings changed CurrentTab and Visible by calling saveSettings
some slot connections were wrong
10 years ago
John Sebastian Peterson
89f34b4ae7
Add 'unpaused' torrent filter
...
the inverse of paused because complete and active have an inverse
10 years ago
sledgehammer999
e8cb840836
Fix sorting by port column in peers view.
10 years ago
Gabriele
71bef1852d
WebUI: Add torrents paused because of errors in Paused and Download list
...
Torrents paused because of errors are considered as torrents paused and in
download in the regular UI. Do the same in the WebUI for consistency.
Closes #2319 .
10 years ago
Vladimir Golovnev (Glassez)
5200999007
Improve command line parsing.
10 years ago
Gabriele
0ebfea6c68
Add a context menu to the toolbar to change the position of the text
...
Closes #1145 .
10 years ago
Vladimir Golovnev (Glassez)
1f110e9fb1
Fix qbittorrent-nox daemon.
10 years ago
Gabriele
442f45d42a
Add texts to the icons on the toolbar
...
The toolbar follows the system style to display texts associated to
icons. Since no specific text is provided, the text used for the action
associated to the button will be used. This could make some of the
buttons rather big.
Add short texts to the icons so that each button uses a reasonable
amount of space.
10 years ago
buinsky
cb5b0f891c
Accept multiple files at once. Closes #2253
10 years ago
sledgehammer999
b46a0ea9b2
Use the 'fastest_upload' setting as seed choking algorithm.
10 years ago
buinsky
2d0099238a
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
1110617896
Don't block peers that use privileged ports.
10 years ago
sledgehammer999
17c62bdd08
Fix incomplete commit 94ae9544d
. Thanks @pmzqla for noticing and helping.
10 years ago
Nick Tiskov
385bbe0df6
Normalize EOL
10 years ago
John Sebastian Peterson
cbb8cbf052
saving properties window state when changed
...
to not lose it on an unclean exit
10 years ago
sledgehammer999
94ae9544d8
Fix 'Open Containing Folder' on unselected file.
10 years ago
Gabriele
fd86bafb38
WebUI: Be consistent with variable names
10 years ago
Gabriele
280aa95ef6
WebUI: Fix initial state of the alternative speed limits icon
10 years ago
Gabriele
a69515850c
WebUI: Specify URI size
...
In some cases, args_ can't be empty. Specify the number of expected args.
Fix 2023ec043c
("WebUI: Check URI of GET and POST requests")
10 years ago
Vladimir Golovnev (Glassez)
48d4cf4f36
WebUI: Drop old translation hack.
10 years ago
Vladimir Golovnev (Glassez)
d80a14a2e1
WebUI: Improve translation macro.
...
Now we use QBT_TR(translatable string)QBT_TR.
10 years ago
Nick Tiskov
ef14b83134
Support overriding global "Add paused" option in RSS on per rule basis
10 years ago
Gabriele
e41de25919
Open files with ".!qB" appended to the filename
...
Filenames do not include ".!qB" in the file list, so the generated
path could be wrong.
10 years ago
Gabriele
301294fbff
Remove unneeded check on filenames
...
The same check is performed in fsutils::fileExtension()
10 years ago
buinsky
9d51dcb663
WebUI: Set global upload max limit to 10000 KB/s
10 years ago
John Sebastian Peterson
e76ccd5926
saving splitter state on change
...
to not lose it on unclean exit
10 years ago
DoumanAsh
e357cf6231
Add combo box for fast search engine switch
10 years ago