FranciscoPombal
2ac3004762
Fixed typo in function name isSplashScreenDisabled()
7 years ago
sledgehammer999
024df8c53f
Set default file log size to 65 KiB and delete backup logs older than 1 month.
7 years ago
Luís Pereira
5154d431f6
Don't set application name twice
...
It's an artifact introduced by commit b3c73b7868
.
7 years ago
Tom Piccirello
ebea0d91af
Remove default case, fix #8302
7 years ago
Vladimir Golovnev (Glassez)
1c18edac76
Remove legacy and corrupted RSS settings
7 years ago
Thomas Piccirello
65e0aa6b82
Add default case
7 years ago
sledgehammer999
53cc8e1115
Revert "Remove examples from gpl.html. Closes #7749."
...
The GPL folks are a bit overzealous. See https://www.gnu.org/licenses/gpl-faq.html#GPLOmitPreamble
This reverts commit 5cf4f00824e142c8c984099bdf802e6a4b17808b.
7 years ago
sledgehammer999
72b8ec8f3b
Sync translations from Transifex and run lupdate.
7 years ago
Thomas Piccirello
6d0cceca83
Use switch statement
7 years ago
Thomas Piccirello
8e9b928b61
Match webui statuses to gui, closes #7516
7 years ago
Tom Piccirello
e6a1b72354
Only add search separators as needed
7 years ago
Chocobo1
5c50dba9e1
Torrent creator: raise maximum piece size to 32 MiB
7 years ago
Chocobo1
fb698896c9
Fix translation context.
...
Partially addresses #8220 .
Also sort include headers
7 years ago
sledgehammer999
95c32221a2
Update copyright year.
7 years ago
Thomas Piccirello
9b919b6c34
Add missing units
7 years ago
Thomas Piccirello
49d3b7bf30
Right-align stat values
7 years ago
Chocobo1
1d778676cd
Fix translation context. Closes #8211 .
7 years ago
Jesse Bryan
e887b3106f
transferlist: added a force reannounce option. closes #6448 .
7 years ago
sledgehammer999
13f69a2245
Fix constant status of '[F] Downloading'. Closes #7628 .
7 years ago
Chocobo1
ec337a8a84
Sort filename lists in .pri files
7 years ago
Vladimir Golovnev (Glassez)
22bdf98617
Don't process new/updated RSS rules when disabled
7 years ago
Thomas Piccirello
ddd6c82dd7
Use https for www.qbittorrent.org
7 years ago
Chocobo1
c2c0dd2717
Fix column size too narrow on resize
...
Instead of giving a value, just resize to the content size
7 years ago
Chocobo1
27cf98a962
Resize dialog size on high DPI monitors
7 years ago
Chocobo1
aaaa67050c
Fix gui issues on high DPI monitor
...
Fix LineEdit widget size issues
Up-scale the icons on statusbar
Up-scale the icons in options dialog. Closes #7729 .
Fix small icons in cookie manager
Fix progress bar height
Fix small icons in confirm delete dialog
Fix small icons in options dialog
Fix small images in about dialog
7 years ago
Chocobo1
52ae118e3c
Tweak spacing
7 years ago
Chocobo1
cb929f7e59
Cleanup
...
Use Qt5 connect syntax
Reorder include headers
7 years ago
sledgehammer999
cf9bad03aa
Fix application of speed limits on LAN and μTP connections. Closes #7745 .
7 years ago
Vladimir Golovnev (Glassez)
e75f8603b0
Fix RSS rule updated when deleting
...
Closes #8094
7 years ago
sledgehammer999
5437974b85
Fix natural sorting when the common part of 2 strings ends partially in a number which continues in the uncommon part.
...
Closes #8080 #6732 .
7 years ago
sledgehammer999
99abc21dab
Simplify sorting code.
7 years ago
sledgehammer999
5156399c68
Fix sorting of country flags column in Peers tab.
7 years ago
thalieht
5b52835377
Make peer information flags in peerlist more readable
7 years ago
Chocobo1
fb6bdbefd5
WebUI: Only prepend scheme when it is not present. Closes #8057 .
7 years ago
sledgehammer999
53c33317f9
Sync translations from Transifex and run lupdate.
7 years ago
jan.karberg
d534973650
search only when category is supported by plugin Closes #8053
7 years ago
vit9696
ed154d35ba
Fix Finder reveal in preview and torrent contents
7 years ago
vit9696
ff7e5da6de
Fix cmd+w not closing the main window on macOS
7 years ago
vit9696
d7fa5b6b6b
Put macOS specific functions to MacUtils namespace
7 years ago
vit9696
d57bd62add
Fix torrent file selection in Finder on mac
7 years ago
Thomas Piccirello
0f6dff6315
Make value formatting consistent with GUI
7 years ago
Thomas Piccirello
97b4e4a3d3
Add "Remaining" and "Availability" columns to webui Content tab
7 years ago
Vladimir Golovnev (Glassez)
fcde1ba09c
Fix WebUI is not reachable via IPv6
7 years ago
Chocobo1
8dcf326576
Add source field in Torrent creator. Closes #7965 .
...
This field is often used for cross-seeding between (private) trackers.
7 years ago
Chocobo1
22b0ebb5a8
Disable the "?" help button in all dialogs on Windows. Closes #7365 .
7 years ago
Chocobo1
c5d99a12f3
Use standard folder icon for open file behavior on Windows. Closes #7880 .
7 years ago
Thomas Piccirello
240f5b6718
Remove invalid subnets directly from list
7 years ago
Thomas Piccirello
d184bd8c82
Perform ip string validation inside setWebUiAuthSubnetWhitelist
7 years ago
Thomas Piccirello
98a2dedb32
Separate subnet whitelist options into two lines
7 years ago
Chocobo1
c405cb2f1c
Add struct TorrentCreatorParams for passing parameters
...
Filter out continuous newlines in Trackers field
Avoid adding empty url seed entries
Cleanup:
Replace boost::bind
Add const
Use nullptr
Use QString::SkipEmptyParts
Rename variables
Throw proper exception type
7 years ago