sledgehammer999
da9396ca94
Fix compilation on ARM. Closes #2204 .
10 years ago
Gabriele
ad949c69b5
searchengine: Update KickassTorrents url
...
Closes #2228 .
10 years ago
Gabriele
d19b7a777f
Vertical align right-aligned header text
...
Since e907306b41
("Right align header text that also has right-aligned
row text"), right-aligned elements are no longer centered vertically.
This can be noticed with some Qt styles (e.g. Breeze).
10 years ago
sledgehammer999
e5e22eb925
Fix the language selection in the combobox when the system locale only has a lang equivalent and not a lang_COUNTRY one. Closes #1786 .
10 years ago
buinsky
740617e5ce
Use localStorage instead of cookies
10 years ago
buinsky
5e8c62e539
Add "Speed in title bar" item to menu
...
* file: src/Icons/oxygen/checked.png
copyright: Victor Buinsky <allok.victor@gmail.com>
10 years ago
buinsky
b0e138d669
Set images cache expiry time to 300000 seconds
10 years ago
buinsky
632fd84e54
Fix context menu width
10 years ago
buinsky
39e135e40a
Fix menu width
10 years ago
sledgehammer999
5d79fcdafd
WINDOWS: Fix automatic python download. Commit 0799dc2
broke this. Closes #2076 .
10 years ago
sledgehammer999
f88ceed2b6
Let Qt decide the size of the statusbar.
10 years ago
sledgehammer999
9d548814a3
Resize and crop the icons used in the status bar.
10 years ago
Nick Tiskov
6bab65e5b4
Produce demangled backtraces under MinGW
10 years ago
Nick Tiskov
2dd3d1fb22
Fix indentation for long addresses and filenames
10 years ago
Nick Tiskov
ba9f6a3531
Follow project coding style. Issue #2192 .
10 years ago
Alfredo Monclus
d28ca2eddc
Add hotkeys and buttons for Top and Bottom priorities
10 years ago
Alfredo Monclus
7314c57852
GUI: Streamline Properties Widget. Closes #2159
...
Merge select buttons and filtering into one line
10 years ago
sledgehammer999
ecf3dd123e
Don't display weird text in the 'Last Activity' column when the time is invalid.
10 years ago
sledgehammer999
e907306b41
Right align header text that also has right-aligned row text. Closes #2188 .
10 years ago
sledgehammer999
89726d4566
Remove useless includes.
10 years ago
sledgehammer999
a8766058f3
Use parse_magnet_uri() where possible.
10 years ago
sledgehammer999
f413e8b121
Stop using internal libtorrent API. Closes #2202 .
10 years ago
sledgehammer999
cbbf14b0f8
Follow project coding style. Issue #2192 .
10 years ago
Nick Tiskov
806a4a2e6a
Add setting to ignore RSS rule matches for X days
10 years ago
Gabriele
c6dbe8ea60
Don't use white spaces as separator in RSS "must not contain" rules
...
This RegExp uses both white spaces and | as separator.
Use only the latter and drop the RegExp as it is no longer required.
10 years ago
Gabriele
5dede9e433
Use correct separator for "OR" condition in RSS rules
...
Although RSS rules were correctly parsed, the wrong separator for the
"OR" condition was used to re-generate the string of the rule displayed
in the preferences.
Closes #2205 .
10 years ago
sledgehammer999
202e816d08
Use VERSION_BUILD where possible. Revert a change from previous commit.
10 years ago
buinsky
2275735b81
Change of number of decimal places to 1
...
Change of number of decimal places to 1 in speed and size values.
10 years ago
buinsky
b2876b7f66
Show speed in title
10 years ago
Gabriele
d6169b14dd
WebUI: Allow to retrieve qBittorrent version
...
New GET method:
* version/qbittorrent: qBittorrent version
Closes #1872 .
10 years ago
Gabriele
8b5512c244
WebUI: Assign a version to the Web API and allow to get it
...
New GET methods:
* version/api: current API version
* version/api_min: min API version supported
The API version is an integer and it's returned as plain text.
Whenever the API is changed, the api version is increased.
Whenever the API is changed in a way that is not backward compatible,
api_min is increased.
10 years ago
Gabriele
1154ea3873
Change indentation to 4 spaces. Issue #2192 .
10 years ago
buinsky
f44f676729
Update priority icons
...
Update priority icons
10 years ago
buinsky
5cc90844a5
Fixing setting speed limit of torrent in WEBUI
...
Fixing setting speed limit of torrent in WEBUI when global speed limit
is not set.
10 years ago
Gabriele
0b14860e40
Implement open and select file in file manager [Linux]
...
Only few file managers are able to select files when started from the
command line.
xdg-mime is required to retrieve the default file manager. If it's not
available or the file manager is not able to automatically select files,
the containing directory will be opened as usual.
10 years ago
sledgehammer999
8f9c7b79ed
Fix nox compilation.
10 years ago
sledgehammer999
f35e06540e
Load torrents that have big metadata file. Closes #1889 .
10 years ago
sledgehammer999
0adb9fcbce
Escape backslashes. Issue #800 .
10 years ago
Nick Tiskov
be99c45944
Fix opening of samba shares
10 years ago
Nick Tiskov
997b16a24a
Implement open & select file in file manager [Windows only]
10 years ago
Ivan Sorokin
98a900e67d
Fix emptying of piece size combobox when user checks "auto" checkbox.
...
The function computePathSize returns -1 if file isn't found, not 0.
10 years ago
Ivan Sorokin
376df3218d
Set piece size to (max) 4Mb instead of empty string when created torrent
...
is very large.
10 years ago
Ivan Sorokin
6780791d60
Set placeholder text to torrent content filter.
...
In commit afb03725ad
it was implemented
for torrent list filter. Now it is here for files filter.
10 years ago
Ivan Sorokin
404c8972af
Reduce the number of torrent_handle::torrent_file() calls in QTorrentHandle::prioritize_files(). Closes #2161 .
...
It was reported (#2161 ) that enabling/disabling a downloading of a file
is considerably slow on libtorrent 1.0.3, but not on 0.16.x. The problem
is that a function torrent_file() in libttorrent 1.0.3 does a deep copy
of torrent_info, while get_torrent_info() in libtorrent 0.16.x only
returns a reference.
10 years ago
Nick Tiskov
60c4306502
Fix missing icon for open action in file list
10 years ago
Nick Tiskov
18e0d122fb
Add tooltip to episode filter text edit
10 years ago
Nick Tiskov
0564ceea9f
Implement episode filter for rss downloader
10 years ago
Gabriele
b4acb2ef52
Use localeCompare to sort torrent list by name
10 years ago
Gabriele
ed83070517
Use raw data to sort columns
...
Store the raw data retrieved in a new data-raw attribute and use
these to sort the columns.
In addition, make the ETA column sortable.
10 years ago
Gabriele
ec592f8175
Remove unneeded parameters from helper functions for WebUI
10 years ago