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
schnurlos
2c9667e144
Update about_imp.h
...
Added schnurlos as 2nd german translator
10 years ago
ngosang
7172b48d9b
Update translators
10 years ago
sledgehammer999
25afb8a338
New translation: Hindi(India).
10 years ago
Gabriele
ad271bb549
Set icon size to 16x16 in the left panel
10 years ago
sledgehammer999
f9e7345776
Implement a 'Completed' status. Closes #2326 #2483 #939 .
10 years ago
sledgehammer999
8420559e05
Implement 'Error' and 'Warning' views in the tracker list. Closes #1077 . Partially implements #33 .
10 years ago
sledgehammer999
9b0ea3a055
Allow the user to disable filters from the side panel.
10 years ago
sledgehammer999
ff1aaa8733
Refactor side panel code. Encapsulate each widget's logic in their own subclass.
10 years ago
sledgehammer999
1bb968f9fd
Remove unused code from the side panel filters.
10 years ago
sledgehammer999
96d7bfb4ad
Update the UI when trackers or Url seeds are added either via the WebUI or via merging duplicate torrents.
10 years ago
sledgehammer999
a85b6df314
Fix side panel resizing of elements.
10 years ago
sledgehammer999
f0d5ce4b98
Implement tracker list in the side panel. Closes #170 .
10 years ago
sledgehammer999
2fa061a898
Don't break RTL locales.
10 years ago
sledgehammer999
a40f30dd5e
Fix speed printing in the tray icon and in the title bar. Closes #2737 .
10 years ago
sledgehammer999
5a20bdcef3
Fix the deletion of torrents when using the context menu of the label sidepanel.
...
It now uses the same logic as the code that deletes torrents when using the context menu of the transferlist.
Closes #2729 .
10 years ago
LazyBui
4dadf96925
Implementing support for session-based download and upload statistics
10 years ago
Chocobo1
3e6706a371
Don't close downloadFromURL dialog when showing empty url warning
10 years ago
Gabriele
def4b92588
Remove dead connection from MainWindow
...
shutdownCleanUp() had been removed with 458b216b74
("MainWindow cleanups.")
10 years ago
Gabriele
48c1bd58dd
Allow to copy all the trackers with a keyboard shortcut
...
If multiple trackers are selected, Ctrl+C will copy only one of them
while the context menu will copy all of them. Fix this inconsistency.
Closes #2675 .
10 years ago
Artem S. Tashkinov
4f8155e612
Let's check if the torrent file can actually be opened before passing it to libtorrent
...
If we don't have enough permissions, libtorrent will spew a pretty useless, irrelevant and almost wrong message: "Failed to load the torrent: torrent file is not a dictionary"
10 years ago
Mayank Asthana
cf89d892c6
Download-from-URL textbox changes focus on tab key
10 years ago
sledgehammer999
2c90ded9aa
Fix qmake files.
10 years ago
ADTC
2d81ffb001
Optimize PNG - line edit images
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
For clear_left.png, Beyond Compare shows important difference when
compared with original. However, the optimized file itself works fine.
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
sledgehammer999
1bf7e3cafa
Move the searchengine code back into its original place.
10 years ago
sledgehammer999
b93d784571
Revert "Change Update URL for search engines"
...
This reverts commit 24a1c9b16e
.
10 years ago
John Sebastian Peterson
92f490cde8
Fix filter icons. Issue #2553
10 years ago
ngosang
24a1c9b16e
Change Update URL for search engines
10 years ago
ngosang
ba2bb9be5b
Updated URL in kickasstorrents search engine
10 years ago
ngosang
90a18da499
Removes several warnings related with RSS
10 years ago
ngosang
d206b00a88
Disable Auto piece size when creating a new torrent
10 years ago
buinsky
28b976bdb8
Place 'Resumed' filter before 'Paused'
10 years ago
buinsky
623797a6c4
Follow project coding style. Issue #2192 .
10 years ago
ngosang
d046b7a532
Change "remove empty labels" to "remove unused labels".
10 years ago