sledgehammer999
d685c9739b
Remove unnecessary semicolon.
2017-03-03 02:32:31 +02:00
sledgehammer999
6fdfcf38f1
Use same casting method and fix code style.
2017-03-03 02:32:30 +02:00
sledgehammer999
7c85866881
Fix previous commit.
2017-03-03 02:32:29 +02:00
Vladimir Sinenko
37673cd86f
Fixed sort order for datetime columns with empty values ( closes #2988 )
...
A small fix belonging to #2531 .
During the sorting empty QDateTime values are shuffled around due to
unstable sort in QSortFilterProxyModel (see #2526 and #2158 ), causing
the transfer list items to constantly change order.
Fixed by using an already existing correct comparison (with a torrent
hash fallback).
2017-03-03 02:30:18 +02:00
sledgehammer999
93bdc81e3c
Fix unused variable warning by gcc.
2017-03-03 02:17:33 +02:00
Vladimir Golovnev (Glassez)
827d5a22fb
Save/load category filter widget state
2017-03-03 02:17:32 +02:00
Chocobo1
4a23e7da37
Use case-insensitive comparsion for torrent content window.
...
Closes #6327
2017-03-03 02:17:29 +02:00
Tim Delaney
cbc001e059
RSS allow infinite range to extend beyond current season. Closes #800 , #3876 , #6170 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:33 +02:00
Tim Delaney
a66ed05ecd
RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:32 +02:00
Tim Delaney
ec347d8dbe
Allow episode zero (special) and leading zeroes in RSS episode filter.
...
--HG--
branch : magao-dev
2017-03-03 02:14:31 +02:00
Tim Delaney
f0acafb853
RSS use red text to indicate invalid filter. Closes #6165 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:30 +02:00
Tim Delaney
1a12e891ec
Allow | in RSS must contain. Closes #6171 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:28 +02:00
Tim Delaney
88ba8e2ceb
Save rule on enable/disable even if not selected. Closes #6163 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:27 +02:00
Tim Delaney
2e403277f3
RSS: allow resetting rule to no category. Closes #5539 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:26 +02:00
Tim Delaney
89349f60b0
RSS episode filter refactoring and logging (prep for later commits).
...
--HG--
branch : magao-dev
2017-03-03 02:14:25 +02:00
Chocobo1
0604d3729a
Use case-insensitive sort for Name column in Search tab. Closes #407 .
2017-03-03 02:14:09 +02:00
Eugene Shalygin
dcb3496651
cmake: RSS target has to depend on qbt_base as it uses its includes
2017-03-03 02:14:07 +02:00
Tim Delaney
51995c80d1
Ctrl+F search filter. Closes #5797 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:01 +02:00
Tim Delaney
5f43741b09
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:00 +02:00
ngosang
5e371d8195
Display more information in tracker tab
2017-03-03 02:11:43 +02:00
sledgehammer999
08f634f748
Polish previous commit.
2017-03-03 02:11:40 +02:00
thalieht
2b5dc5c4a6
SearchTab: can now save sorting column changes
2017-03-03 02:11:39 +02:00
thalieht
0a2f0aefb3
PeerListDelegate: fix coding style in whole file
2017-03-03 02:11:38 +02:00
thalieht
66e137b8ee
PeerList: allow to hide zero values for the "uploaded" and "downloaded" columns
2017-03-03 02:11:36 +02:00
thalieht
f9be39545b
TransferListWidget: keep columns width even if they are hidden on qBittorrent startup (unless something goes wrong)
2017-03-03 02:11:35 +02:00
thalieht
789b8046a2
SearchTab: Allow to toggle columns in searchtab
2017-03-03 02:11:34 +02:00
thalieht
129bf497c8
SearchTab: use saveSettings() and loadSettings() to handle header state
2017-03-03 02:11:33 +02:00
thalieht
a6d7693d62
SearchTab: align text to the right in columns that handle numbers
2017-03-03 02:11:32 +02:00
thalieht
4e9fbc4da5
PeerList: align text to the right in columns that handle numbers
2017-03-03 02:11:31 +02:00
Eugene Shalygin
23f6ff4673
Fix cmake compilation
2017-03-03 02:11:30 +02:00
Vladimir Golovnev (Glassez)
3c0dfa6444
Implement category filter widget
...
Show categories in tree mode when subcategories are enabled.
2017-03-03 02:11:29 +02:00
Tim Delaney
694311b2bd
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
2017-03-03 02:11:28 +02:00
Bilal Elmoussaoui
8b805f4518
fixes default indicator name
...
copy icons instead of renaming them, create status folder
rename from *-indicator to *-tray
2017-03-03 02:11:24 +02:00
Chocobo1
97c79050dc
Reset values to default, these are controled elsewhere.
2017-03-03 02:11:22 +02:00
Chocobo1
ac62a708de
Speedlimitdlg: raise slider default value to 10000. Closes #6150 .
...
Old value 1000 (KB/s) can be a bit small for modern internet.
2017-03-03 02:08:04 +02:00
Chocobo1
8d9789f51b
Code rewrite, no behavior change
2017-03-03 02:08:03 +02:00
sledgehammer999
1296e7b891
Fix finding 'English' item in language dropdown menu when an unrecognized locale is requested. Closes #6109 .
2017-03-03 02:08:01 +02:00
Chocobo1
7320a80caa
Refactor
2017-03-03 02:07:59 +02:00
Chocobo1
c38b250667
Remove unused header
2017-03-03 02:07:52 +02:00
sledgehammer999
101b2f3ad2
Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. DHT makes it obsolete anyway.
2017-03-03 02:07:51 +02:00
dzmat
f1149097b6
Clarify options tab page objects names
2017-03-03 02:07:48 +02:00
Tim Delaney
8c757969f2
Fix tab order in RSS downloader. Closes #6164 .
...
--HG--
branch : magao-dev
2017-03-03 02:07:43 +02:00
Oke Atime
ae6a82f814
Avoid unnecessary translation. Closes #6158
2017-03-03 02:07:42 +02:00
Eugene Shalygin
c7884e7621
Do not resize SVG icons
...
An icon which is loaded from SVG file can be rendered in any size and
resolutions natively. We were generating 16x16, 24x24, and 32x32
pixmaps, and not appending but creating new icon. Therefore for SVG
icons we effectively were reducing their quality.
If icon already contains 7 (or more) sizes (16 to 256 px) we do not
resize it anymore.
2017-03-03 02:07:40 +02:00
Eugene Shalygin
2946ab7e7a
Support fallback when selecting theme icons
...
Fallback icon theme are not supported everywhere. Hence we mimic
signature of QIcon::fromTheme().
2017-03-03 02:07:39 +02:00
Chocobo1
ddb8e4d21a
For each cell setting ignore wheel events. Closes #866 .
2017-03-03 01:46:57 +02:00
sledgehammer999
2c7d836925
Don't use hardcoded numbers to refer to columns.
2017-03-03 01:46:27 +02:00
sledgehammer999
7703dcf626
Allow to change priority for unselected files through the combobox like it is done via the context menu.
2017-03-03 01:46:09 +02:00
sledgehammer999
157520c4fc
Always show progress and remaining bytes for unselected files.
2017-03-03 01:46:08 +02:00
sledgehammer999
5bc728fa33
Use a disabled progressbar's palette for unselected files.
...
Thanks to evsh(Eugene Shalygin) for example code.
2017-03-03 01:46:07 +02:00