sledgehammer999
bc270bd801
Add tooltip to the saving mode checkbox.
9 years ago
sledgehammer999
df22c5a914
Slim down 'Downloads' page of options window.
9 years ago
Chocobo1
b4bdfa7b2b
Use QString::localeAwareCompare for comparsion
9 years ago
thalieht
4baa6dde52
resize column to contents only when they're visible
...
refactor updatePeerCountryResolutionState
deprecate m_resolveCountries var
9 years ago
Chocobo1
6ead0ae9ee
Add lookup function to get PathType display names
9 years ago
Chocobo1
83b58468d9
Improve error messages for "Auto download torrents"
9 years ago
Chocobo1
8a1d387c38
Change ambiguous text "Copy selected" to "Copy IP:port"
9 years ago
Chocobo1
dbf744a179
Change "Auto download torrent" default save path to "default location".
9 years ago
Chocobo1
6ea89bf621
Improve wordings in "Auto download torrent" section
9 years ago
Eugene Shalygin
a7495fa7b4
Fix crash when adding torrent via a magnet url
...
The file guard object has to be initialised in this case too because it
is accessed when dialog gets accepted or cancelled. Initialise it with
empty path.
9 years ago
Eugene Shalygin
47a3f1d93d
Fix a typo in TorrentFileGuard
9 years ago
Eugene Shalygin
6e73fa80b8
Add option to automatically remove .torrent files upon adding
...
Some browsers do not download files, intended for immediate opening,
into a temporary directory, and thus a regular download directories
accumulate those unneeded files.
The option allows qBittorrent to clean after itself and delete those
files whether they were succesfully added or not (user-selectable
policy).
9 years ago
Chocobo1
5906a4a2de
Add case-sensitive & case-insensitive natural sort helper function
...
Fix helper function not being thread-safe
Use QBT_USES_QT5 define
9 years ago
Chocobo1
a81cf1ea16
Fix "IP Filtering - Apply to trackers" wasn't being applied. Closes #5217 .
9 years ago
ngosang
be9bc07890
Display more information in tracker tab
9 years ago
zywo
49fb950195
Set about tab font-size to default
9 years ago
sledgehammer999
0143799623
Don't show added torrent notification during startup.
9 years ago
sledgehammer999
ef6e848756
Display notifications when a torrent is added. Closes #334 and #915 .
9 years ago
Eugene Shalygin
d4e68a159f
cmake: reflect qmake project changes
9 years ago
ngosang
3a49485039
Fix duplicate network interfaces. Closes #5131
9 years ago
ngosang
7fe5674b9a
Fix Add tracker dialog URL download
9 years ago
ngosang
b7ef066545
Fix Add tracker dialog empty trackers
9 years ago
Sjoerd van der Berg
220f6b1da2
Use a combo box to select the IP address you want to listen on for a specific interface
9 years ago
Vladimir Golovnev (Glassez)
599166ed0f
Delete Import Torrent Dialog
9 years ago
Chocobo1
8366fced96
Fix mutually exclusive radio buttons can be unselected.
9 years ago
Chocobo1
96ce409cd1
Enable word wrap for "Run external program" help text
9 years ago
Chocobo1
c52a964a8a
Fix toolbar resizing when m_searchFilter appears/disappears. Closes #5120 .
9 years ago
Chocobo1
2c2638c1fe
Disable `comboHideZero` when `checkHideZero` is unchecked.
...
Disable `checkLimituTPConnections` when `checkuTP` is unchecked.
Minor code formatting
9 years ago
Chocobo1
513e8f246b
Morph QToolButton to QPushButton
9 years ago
Chocobo1
7bebc36cd5
Fix path to resource
9 years ago
Chocobo1
c3bde7c910
Sort labels with `naturalCompare()`. Closes #3919 .
9 years ago
Chocobo1
d65ff87148
Replace `naturalSort()` with `naturalCompare()`.
9 years ago
ngosang
2136e41fad
Fix Update all button height in RSS tab
9 years ago
ngosang
bde762cb11
Minor change in Stats dialog
9 years ago
sledgehammer999
a8d2590a4c
Display the filepath when a torrent fails to load. Closes #100 and #805 .
9 years ago
sledgehammer999
49586441f3
Fix log menu item position broken by 1760beed17
.
9 years ago
Chocobo1
f741d3131d
Delete all mainwindow child widgets. Closes #4871 , #5049 .
...
Some of the `delete` can be handled by the findChild loop
9 years ago
Eugene Shalygin
7c0b5818b1
cmake: add imported target for QtSingleApplication
...
This simplifies cmake code a bit: we remove if's and just generate
different target (imported or alias) with the same name and use it
unconditionally.
9 years ago
Eugene Shalygin
f050f15a0c
cmake: fix Qt resources linkage. Closes #5080
...
Qt resource is innitialized by a static object constructor (see
https://wiki.qt.io/QtResources ). When we put resources into a static
library, the linker removes that static objects and thus the resources
themselves. To correct that we append resources to the main executable
sources list. This is done via custom function qbt_target_sources which
knows where to read the executable' name.
9 years ago
Chocobo1
7d5ab68f50
Fix Coverity Scan cid 143911.
...
`filesCount()` could return a negative value.
9 years ago
Chocobo1
75bdfe971b
Fix warnings in mainwindow.ui. Closes #5117 .
...
gui/mainwindow.ui: Warning: The name 'actionExecutionLogs' (QAction) is already in use, defaulting to 'actionExecutionLogs1'.
gui/mainwindow.ui: Warning: action `actionSearch_engine' not declared
gui/mainwindow.ui: Warning: action `actionRSS_Reader' not declared
9 years ago
Chocobo1
f12e21560a
Rename files:
...
confirmshutdowndlg.ui => shutdownconfirmdlg.ui
shutdownconfirm.cpp => shutdownconfirmdlg.cpp
9 years ago
Chocobo1
65d9739c6c
Enlarge dialog size. Closes #5091 .
...
This avoids text clipping when using Qt4 lib.
9 years ago
Chocobo1
6a11056b60
Rename enum
...
Change identifier from ShutdownAction to ShutdownDialogAction
Change enum value from None to Exit
9 years ago
Chocobo1
d3fb46663c
Refactor
...
Add helper function to initialize shutdown message.
Group similar functions together.
Merge shutdown() function into its only caller.
Add override keyword
9 years ago
Sjoerd van der Berg
03d1dad2a3
Fix variable name
9 years ago
Sjoerd van der Berg
c7c71d3c88
Change back to the original names for the announce address
...
Only allow ip's through that match the currenrly selected network interface and address
9 years ago
Vladimir Golovnev (Glassez)
a9e63283cc
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
9 years ago
sledgehammer999
cd4f288f67
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
1099a5006f
Cleanup header include
...
Code formatting
9 years ago