Chocobo1
b4a855f4c1
Move statistics from Tools to View
...
Reorder & add separators in Help menu
Rename `Auto-Shutdown on downloads completion` to `When downloads done`
Capitalize menu items, modify accelerator
10 years ago
Chocobo1
32a712f005
Add checkbox option for IpFilterTrackers, closes #3154 .
10 years ago
Yuri
ea2b2937b9
Added missing include <cstdlib> for rand(3)
10 years ago
sledgehammer999
77786bb8bb
Add translator to credits.
10 years ago
ngosang
4a76526417
Code clean up
...
This changes were proposed by @PiotrNawrot in these PRs: #2967 , #2970 .
10 years ago
dartraiden
8ac83cfd42
Fixed typos, spelling correction
10 years ago
ngosang
e01a61d816
changes in typography
10 years ago
Chocobo1
817b595222
Fix potential negative loop bound.
...
QTorrentHandle::num_files() could return -1 in these cases.
10 years ago
ngosang
3715e8d2c8
Change default preferences
10 years ago
ngosang
3eb61cfe83
Cppcheck: scope reduction & unused variables
10 years ago
Vladimir Golovnev (Glassez)
7d73bddfd2
Split some "header only" sources.
10 years ago
Vladimir Golovnev (Glassez)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
10 years ago
Vladimir Golovnev (Glassez)
427688cb34
Remove unused sources.
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
d32bb52390
Don't add core to INCLUDEPATH.
10 years ago
Vladimir Golovnev (Glassez)
4b5e7e6168
Move network related code to core/net.
10 years ago
Vladimir Golovnev (Glassez)
98dfb6302d
Fix shutdownconfirm.* coding style (Issue #2192 ).
10 years ago
Vladimir Golovnev (Glassez)
d87a9bf7ec
Move GUI-related sources into gui subdir.
10 years ago
Chocobo1
ab91fb87ea
Change option text "Confirmation on exit when torrents are active"
10 years ago
Chocobo1
e75de01809
Set default focus to no button in exit confirm box
10 years ago
Chocobo1
a29f2dcfaa
Set default focus to ok button in add new torrent dlg
10 years ago
Chocobo1
2b2bc11d7d
Set default focus to cancel button in delete confirm dlg, closes #3085
10 years ago
LazyBui
23ec562375
Making alternate download/upload configuration behave like global download/upload configuration so as to allow boundless down/up
10 years ago
Chocobo1
f1c2eae264
Fix wrong path for icons.qrc
10 years ago
ngosang
0ef728d385
Fix Start Minimized checkbox in Options
10 years ago
sledgehammer999
88237fbd1e
Update Copyright year.
10 years ago
Chocobo1
30f21259f8
Enable to choose dark/light tray icons on all platforms.
10 years ago
LazyBui
be62c34e46
Removing the confusion caused by moving GeoIP code/.dat to a different directory
10 years ago
Chocobo1
1d6263385b
Use AllUppercase for label text
10 years ago
sledgehammer999
8a5d2208a5
Fix UI freeze when right clicking on a torrent with libtorrent 1.0.x.
...
Thanks to pmzqla for finding the root issue.
Closes #2365 #2388 .
10 years ago
sledgehammer999
18e2bb6f60
Fix updating of Error/Warning trackers counter.
10 years ago
sledgehammer999
6c579950f6
Correctly detect trackers with invalid TLDs or IPv4/IPv6 addresses.
10 years ago
sledgehammer999
e378f28fb7
Use a single scrollbar for all filters in the sidepanel.
10 years ago
DoumanAsh
62776df9e1
Aborting search engine process during closure. Close #2671
10 years ago
Chocobo1
72c5bce6a4
Add "Add link to torrent" menu in TrayIconMenu. Closes #2918 .
10 years ago
sledgehammer999
6e4fbcf017
Fix linux build.
10 years ago
sledgehammer999
6644fe0714
Tell Windows to wait during shutdown by creating a ShutdownBlockReason.
...
Huge thanks to paolo-sz for bringing this to my attention, for the various patches he tried to submit and for testing.
See issue #1984 for complete history.
Closes #1535 .
10 years ago
Vladimir Golovnev (Glassez)
0a3406ea80
Fix aboutToQuit signal is not emitted on Windows.
...
In some cases QApplication::aboutToQuit() and
QApplication::commitDataRequest() signals not emitted on
Windows. This happened when qBittorrent is started with both "Show
minimized" and "Minimize to system tray" enabled.
10 years ago
Gabriele
41fa59f164
Allow to Open files from the properties pane by pressing "Enter"
...
Allow to open only one file at a time and ignore keypresses when
multiple items are selected.
10 years ago
sledgehammer999
2c5edf8652
Implement 'Force Start' feature. Closes #270 .
10 years ago
Gabriele
1f77a03eb6
Don't reorder the torrents in the transfer list if not necessary
...
The current sorting algorithm is not stable and causes undesidered
rearrangements of the transfer list when different torrents have same
values in respect to the current sorting criterion. Fix this by using
the priority, the seed date and the hash of the torrents as fallback
values to determine the order.
Closes #2158 .
Closes #2526 .
10 years ago
Gabriele
1b2e65011d
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
3047681951
Don't include the GeoIP database in the repo. Inadvertently added by commit ff9a281b72
. Issue #2837 .
10 years ago
Gabriele
f02db79c52
Put torrents with no ratio limit at the bottom
10 years ago
Gabriele
0a51b57a54
Put torrents with invalid "Last Activity" value at the bottom of the list
...
Closes #2809 .
10 years ago
Gabriele
98350bae5d
Follow project coding style. Issue #2192 .
10 years ago
Gabriele
a582f2e5ed
Don't use HTML in tray icon pop-up on OSX
...
Closes #2830 .
10 years ago
Gabriele
027a08c92e
Update matching RSS articles while editing rules
...
Save the rules as soon as they are edited so that the matching
articles tree is immediately updated.
Closes #2829 .
10 years ago
Chocobo1
ab6ccd9f5b
Initialize member `m_apstate`
10 years ago
sledgehammer999
4c2b072ae2
Fix 'Resumed' filter counter.
10 years ago