sledgehammer999
3047681951
Don't include the GeoIP database in the repo. Inadvertently added by commit ff9a281b72
. Issue #2837 .
10 years ago
sledgehammer999
3c58b0cc9a
Revert "WebUI: Use QVariantMap instead of QVariantHash"
...
This reverts commit d49c79d032
.
10 years ago
Gabriele
d49c79d032
WebUI: Use QVariantMap instead of QVariantHash
...
Currently QJsonDocument::fromVariant() does not support QVariantHash,
so use QVariantMap instead.
Closes #2849 .
10 years ago
David Christenson
307ae459f2
Fix variable names
...
Change undeclared identifiers `running_` and `paramsQueue_` to their
proper names.
10 years ago
Gabriele
52c8a570e1
Use out of range value when the number of files can't be determined
...
Trying to get the number of files of a torrent with no metadata causes
a crash. Prevent this by first checking if the metadata is available.
If the number of files can't be determined, -1 will be returned.
Closes #2522 .
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
sledgehammer999
dcc73afd73
Save widget states under different paths when using Qt5. Closes #2340 .
10 years ago
sledgehammer999
4627776165
Move appdata xml to dist.
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
Gabriele
6e91a108bd
WebUI: Check if torrent queueing is enabled before changing torrent priorities
10 years ago
Chocobo1
ab6ccd9f5b
Initialize member `m_apstate`
10 years ago
ngosang
e0b399e2a1
[search engine] Update Torrentz trackers list
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
Chocobo1
1037d7f335
Webui: add delay in shutdown command in order to send out response msg
10 years ago
sledgehammer999
25afb8a338
New translation: Hindi(India).
10 years ago
sledgehammer999
4929085a5d
Sync translations from Transifex and run lupdate.
10 years ago
sledgehammer999
276ca0ab84
Change the color scheme used(mostly for light backgrounds).
10 years ago
Gabriele
ad271bb549
Set icon size to 16x16 in the left panel
10 years ago
Gabriele
e3a5ba09c4
WebUI: Implement a 'Completed' status
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
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
Mayank Asthana
cf89d892c6
Download-from-URL textbox changes focus on tab key
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
Chocobo1
45149f3277
Let the OS decide the default interface regardless of IPv4/IPv6. Closes #2156 .
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