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
DoumanAsh
722f1aaee8
Small fix of import in legittorrents engine
10 years ago
Vladimir Golovnev (Glassez)
96727f3206
Use forward declarations in main.cpp.
10 years ago
DoumanAsh
3b4548fe73
Remove vertor engine. Closes #2260 .
...
Reason: tracker is closed and redirect to TorrentReactor
10 years ago
John Sebastian Peterson
5cab5bd129
saving torrent list view when changed
...
bc its otherwise forgotten by an unclean exit
10 years ago
Vladimir Golovnev (Glassez)
ede6715e72
Simplify main() logic.
...
Add Application class.
Put application initialization code to Application class.
Place some code into separate functions.
10 years ago
Gabriele
3be4257ad9
WebUI: MochaUI: Use same cursors on Gecko and WebKit
10 years ago
Gabriele
76999b598c
WebUI: Prevent default action of links
...
This prevents anchors from being added to the URL.
10 years ago
Gabriele
2023ec043c
WebUI: Check URI of GET and POST requests
10 years ago
Gabriele
e4da128fbb
WebUI: Check that all and only the needed parameters are provided
...
Issue #1560 .
10 years ago
Gabriele
f89baa4cf5
WebUI: Use case insensitive parameters for POST requests
10 years ago
Gabriele
6211a9855a
WebUI: Assign min width to speed limit labels
...
Try to prevent continuous changes in the width of the labels.
10 years ago
Gabriele
2c930862c5
WebUI: Align elements in footer
10 years ago
Gabriele
f45e48c32a
WebUI: Show connection status in the statusbar
10 years ago
Gabriele
f1477319ef
WebUI: Show DHT nodes in the statubar
10 years ago
Gabriele
2aa344bb0a
WebUI: Add missing comments
10 years ago
Gabriele
accfbdd304
WebUI: Use translated strings for speed limits dialogue
10 years ago
Gabriele
c53b19d6c1
WebUI: Allow to control the alternative speed limits
...
setGlobalDownloadLimit and setGlobalUploadLimit will now modify the
alternative speed limits if they are currently enabled and the regular
speed limits otherwise.
Add also two new commands to toggle the state of the alternative speed
limits and get their current state.
Closes #2203 .
10 years ago
Gabriele
25e8cad16c
WebUI: Update transfer info when speed limits are changed
10 years ago
Gabriele
b3a537f575
WebUI: Don't cache transfer info values
...
In this way speed limits are instantly updated.
10 years ago
Gabriele
9bd24a1408
Follow project coding style. Issue #2192 .
10 years ago
Gabriele
16dcf39823
WebUI: Use relative sizes when saving panel height
...
This should prevent situations in which the properties panel completely
covers the transferlist on page load.
Save also the height whenever the window is resized since that changes
the height of the panels without saving the height.
10 years ago
Gabriele
95bf2ffc51
WebUI: Define some functions on load
...
These function shouldn't be called when the page is not loaded yet,
so it makes sense to define them later.
10 years ago
Gabriele
f740a4f30b
WebUI: Make transfer info look like in the regular UI
...
The string for the transfer info was not translated as it should have.
Drop it completely.
10 years ago
Gabriele
e9d5a76d9c
WebUI: Never show scrollbars in rate limits dialogue
...
A different DPI setting might make the elements in the dialogue big
enough to make the scrollbars appear, but not big enough to make them
useful. So, never show them.
10 years ago
Gabriele
f775e68666
WebUI: Use correct max ratio value
...
Closes #183 .
10 years ago
Gabriele
d202a59671
Don't forget alternative speed limits changes
10 years ago
Gabriele
9b5fea1987
Don't put limits to the alternative speed limits
10 years ago