schnurlos
dbccc6bbaa
Update german.nsi
...
Filled with german translation.
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
Gabriele
def4b92588
Remove dead connection from MainWindow
...
shutdownCleanUp() had been removed with 458b216b74
("MainWindow cleanups.")
10 years ago
Gabriele
1e4d11801e
WebUI: Add title attribute to filename cells in content tab
...
This will show the entire file path in a tooltip. This is useful
especially since bb1649a797 ("WebUI: return full paths to files).
10 years ago
Gabriele
dd112c1e1b
WebUI: Simplify the code for the update of the content table
10 years ago
Gabriele
4db757839c
WebUI: Return full path to files
...
It's otherwise impossible to know the structure of a torrent.
10 years ago
sledgehammer999
19b9a84576
Merge pull request #2623 from ADTC/optimize-png
...
Optimize PNG for torrentz like #2598
10 years ago
sledgehammer999
3a79c7a37e
Merge pull request #2629 from pmzqla/configure-comp
...
Use correct operator to compare strings in configure script
10 years ago
Gabriele
6b248492ca
Use correct operator to compare strings in configure script
...
To compare strings, = should be used instead of ==.
Closes #2627 .
10 years ago
ADTC
1109464dad
Optimize PNG - torrentz
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
sledgehammer999
112d4b8c71
Merge pull request #2512 from ngosang/torrentz
...
New feature: Torrentz search engine
10 years ago
sledgehammer999
54975e1c41
Merge pull request #2563 from pmzqla/encoding-check
...
WebUI: Use regular expression to check if gzip is accepted
10 years ago
sledgehammer999
09d7c2777f
Merge pull request #2613 from DoumanAsh/btdigg_fix
...
[search engine] Remove custom HTTPSConnection. Fix #2594
10 years ago
sledgehammer999
906ffdf4b6
Merge pull request #2598 from ADTC/optimize-png
...
Optimize PNG (lossless compression)
10 years ago
sledgehammer999
784c3da3b5
Merge pull request #2611 from Chocobo1/my_dev
...
Let the OS decide the default interface regardless of IPv4/IPv6. Closes #2156 .
10 years ago
Chocobo1
45149f3277
Let the OS decide the default interface regardless of IPv4/IPv6. Closes #2156 .
10 years ago
sledgehammer999
42b9e3d2c4
Merge pull request #2614 from glassez/indent_size
...
Fix indentation size in qtlibtorrent/* files.
10 years ago
Vladimir Golovnev (Glassez)
0e4ef42ddf
Fix indentation size in qtlibtorrent/* files.
10 years ago
ngosang
fa6f4c6948
New feature: Torrentz search engine
10 years ago
DoumanAsh
2d4f183771
[search engine] Remove custom HTTPSConnection in btdigg. Fix #2594 #2425
10 years ago
sledgehammer999
92757b9f22
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
89db090cb9
Hold the Preferences lock the absolute minimum time.
10 years ago
sledgehammer999
153f3328f3
Randomize the listening port only on startup.
10 years ago
sledgehammer999
2c90ded9aa
Fix qmake files.
10 years ago
ADTC
51a9d6572e
Optimize PNG - search engines
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
286b247bf7
Optimize PNG - other icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
21bcb838b9
Optimize PNG - skin icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
508d54ac81
Optimize PNG - oxygen icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
f3e015f20e
Optimize PNG - flags
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
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
ADTC
2f88d4aea8
Optimize PNG - qBittorrent icon
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
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
Gabriele
8b65db69c4
WebUI: Use regular expression to check if gzip is accepted
...
The previous code caused a crash in case "gzip" was at the end of the
string with no quality factor (;q=*) specified.
10 years ago
sledgehammer999
cff3485988
Merge pull request #2554 from john-peterson/icon
...
Fix filter icons. Issue #2553
10 years ago
John Sebastian Peterson
92f490cde8
Fix filter icons. Issue #2553
10 years ago
sledgehammer999
970a72cff2
Merge pull request #2543 from ngosang/update_url
...
Change Update URL for search engines
10 years ago
ngosang
24a1c9b16e
Change Update URL for search engines
10 years ago
sledgehammer999
d4eaaf81e4
Merge pull request #2535 from ngosang/rss_warnings
...
Removes several warnings related with RSS
10 years ago
sledgehammer999
f62197f868
Merge pull request #2537 from ngosang/kickass_searchengine
...
Updated URL in kickasstorrents search engine
10 years ago
sledgehammer999
ac1e66fc71
Merge pull request #2490 from pmzqla/webui-checkbox
...
WebUI: Fix checkboxes of the watched folder list in the preferences
10 years ago
sledgehammer999
3b677053c7
Merge pull request #2487 from pmzqla/webui-negativeoffset
...
WebUI: Fix negative offsets when requesting torrent list
10 years ago
sledgehammer999
58c9a094f4
Merge pull request #2486 from pmzqla/webui-title
...
WebUI: Update browser title even with no transfer going on
10 years ago
sledgehammer999
33c5eccf13
Merge pull request #2493 from ADTC/issue-2452
...
Add "Copy name" option in right-click menu of torrent list
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