sledgehammer999
7d55467f4b
Merge pull request #6234 from Chocobo1/scroll
...
For each cell setting ignore wheel events. Closes #866 .
8 years ago
Eugene Shalygin
3de105704e
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.
8 years ago
Eugene Shalygin
9d3378bd3b
Support fallback when selecting theme icons
...
Fallback icon theme are not supported everywhere. Hence we mimic
signature of QIcon::fromTheme().
8 years ago
sledgehammer999
3c1f747c25
Merge pull request #6235 from Chocobo1/systray_too_large
...
Fix icon issues
8 years ago
sledgehammer999
5a611b66a5
Merge pull request #6252 from evsh/fix-6248
...
Do not remove added files unconditionally. Closes #6248
8 years ago
Bilal Elmoussaoui
ada75cbbe1
fixes default indicator name
...
copy icons instead of renaming them, create status folder
rename from *-indicator to *-tray
8 years ago
Eugene Shalygin
4c13f155ff
Do not remove added files unconditionally. Closes #6248
...
If removing of added torrents is enabled and dialog for adding torrents
is disabled, file guard was assuming that torrent is added successfully.
And that can be not the case if a user trying to add a broken torrent
file (or not a torrent file at all). Then this file gets deleted always.
Fix this by checking result of addTorrent_impl().
8 years ago
Chocobo1
df274e6457
Fix statusIcon too large. Closes #6228 .
8 years ago
Chocobo1
8380edc00c
For each cell setting ignore wheel events. Closes #866 .
8 years ago
Chocobo1
08aaff379b
Fix download & upload icon too large in systray on linux. Closes #6233 .
8 years ago
sledgehammer999
33ada71e4b
Fix Travis macOS builds.
8 years ago
sledgehammer999
e230cde6c4
Merge pull request #6108 from evsh/fix-6103
...
Workaround problem with moc from Qt4 and #if. Closes #6103 , #5451
8 years ago
Eugene Shalygin
de403dcd9d
Workaround problem with moc from Qt4 and #if
...
moc from Qt4 ignores Q_ENUMS when it is behind #if QT_VERSION check.
Therefore moc entries for enum in TorrentFileGuard were not generated
and the setting was not saving/loading. This closes #6103 , #5451
8 years ago
sledgehammer999
48c2901d09
Allow build failures for qt4 and osx for Travis.
8 years ago
sledgehammer999
ca937b72ef
Use custom qt5 bottle for homebrew (macOS) on Travis.
8 years ago
sledgehammer999
28547f4ec5
Add template for issues.
8 years ago
sledgehammer999
c384cc8c8c
Move new icons to their own theme folder.
8 years ago
sledgehammer999
69da12e6b2
Merge pull request #4253 from bertyhell/stylized-icons-main-bar
...
Switching to stylized icons
8 years ago
sledgehammer999
bf102be567
Merge pull request #6221 from evsh/fix-qt5-log-flood
...
Set upper version limit for QTBUG-52633
8 years ago
Eugene Shalygin
7b594a635e
Set upper version limit for QTBUG-52633
...
The bug seems to be fixed in version 5.7.1.
8 years ago
Tim Delaney
70ce12372d
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
8 years ago
Bert Verhelst
7fb3962192
Merge branch 'master' of https://github.com/qbittorrent/qBittorrent
8 years ago
Oke Atime
84fe40c492
Webui proxy_type bug fix
8 years ago
Tim Delaney
8949a8ad75
RSS: allow resetting rule to no category. Closes #5539 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
2244b7cb66
RSS episode filter refactoring and logging (prep for later commits).
...
--HG--
branch : magao-dev
8 years ago
Oke Atime
e89c32685b
Avoid unnecessary translation. Closes #6158
8 years ago
Chocobo1
14a39ba3c3
Speedlimitdlg: raise slider default value to 10000. Closes #6150 .
...
Old value 1000 (KB/s) can be a bit small for modern internet.
8 years ago
Chocobo1
e178e70053
Code rewrite, no behavior change
8 years ago
sledgehammer999
88b2b26007
Don't use hardcoded numbers to refer to columns.
8 years ago
sledgehammer999
2d37a39e43
Allow to change priority for unselected files through the combobox like it is done via the context menu.
8 years ago
sledgehammer999
7ba66e692f
Always show progress and remaining bytes for unselected files.
8 years ago
sledgehammer999
3e375128c0
Use a disabled progressbar's palette for unselected files.
...
Thanks to evsh(Eugene Shalygin) for example code.
8 years ago
sledgehammer999
cd88b5595c
Update gpg key with new uid.
8 years ago
Chocobo1
bc41e2034c
Fix warning: unused parameter ‘action’ [-Wunused-parameter]
8 years ago
sledgehammer999
132cc7f788
Merge pull request #6099 from evsh/cmake
...
cmake: make prefix variables cached
8 years ago
Oke Atime
5f767b96f6
Build qbittorrent-nox for macOS
8 years ago
Eugene Shalygin
7ed5c65b10
cmake: make prefix variables cached
...
This allows user to override their default value via -D cmake switch
8 years ago
dzmat
6ce443424b
Clarify options tab page objects names
8 years ago
sledgehammer999
7adb1d7f82
WINDOWS: Make the updater to look for the x64 installer if running x64 version.
8 years ago
Eugene Shalygin
05dbea390b
Print warning to the user if stacktrace contains no function names
...
Count matched function names, and if there are no, point out to the user
that the stacktrace is useless. If not all stactrace elements contain
function names, suggest user that installing debug packages may improve
the stacktrace usefulness.
8 years ago
Eugene Shalygin
514de7edc4
Follow project coding style. Issue #2192 .
8 years ago
sledgehammer999
d330ae2421
Merge pull request #6056 from okeatime/resume_pause
...
Make resume/pause menu items clickable. Closes #6040
8 years ago
Oke Atime
5ae35ea6dc
Make resume/pause menu items clickable. Closes #6040
8 years ago
sledgehammer999
0f0bb7277a
Merge pull request #6057 from okeatime/client_sort
...
Case insensitive sort for client clumn. Closes #6054
8 years ago
Oke Atime
84da355f4c
Case insensitive sort for client clumn. Closes #6054
8 years ago
sledgehammer999
4f59caf3ca
Fix share ratio limiting. Broken by commit 259b5e51c4
. Closes #6039 #6048 .
8 years ago
sledgehammer999
b2827702e5
Correctly migrate settings/rss/usage stats in macOS. Closes #6041 .
8 years ago
sledgehammer999
435886bbf0
Fix GUI for proxy settings. Closes #6045 .
8 years ago
sledgehammer999
5c4db0fa17
Fix slider for per torrent speed limits when no global speed limit has been set. Closes #6046 .
8 years ago
sledgehammer999
26e8072c84
Merge pull request #5332 from evsh/fix-qt5-log-flood
...
Add a workaround for QTBUG-52633, qBt issue #5073
8 years ago