DoumanAsh
920aefddde
[search engine] Final enhancements.
10 years ago
DoumanAsh
7dafb384e9
[search engine] Cosmetic update TorrentReactor
10 years ago
DoumanAsh
2fc1487603
[search engine] re-factoring of code
10 years ago
DoumanAsh
d6d0f422f5
[search engine] engines update
10 years ago
DoumanAsh
bef8106d0f
[search engine] Nova2 multiprocessing
10 years ago
sledgehammer999
e502ce38ec
Merge pull request #2670 from DoumanAsh/safe_url_retrieve
...
[search engine] Exception free url_retrieve
10 years ago
Vladimir Golovnev (Glassez)
7d73bddfd2
Split some "header only" sources.
10 years ago
DoumanAsh
86a0eaf317
Exception free retrieve_url()
...
Set 2 second timeout and handle any possible connection error
Return empty string to engine in case of connection exception
10 years ago
Vladimir Golovnev (Glassez)
5f288d228d
Fix coding style (Issue #2192 ).
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
sledgehammer999
832272bf3a
Merge pull request #2672 from DoumanAsh/abort_search_on_exit
...
Aborting search engine process during closure. Close #2671
10 years ago
sledgehammer999
d87cea1fb7
Merge pull request #2880 from Chocobo1/alluppercase
...
Use AllUppercase for label text
10 years ago
sledgehammer999
dabbc49c20
Merge pull request #2882 from pmzqla/openfile-enter
...
Allow to Open files from the properties pane by pressing "Enter"
10 years ago
sledgehammer999
9daf9e612b
Merge pull request #2935 from Chocobo1/add_tray_menu
...
Add "Add link to torrent" menu in TrayIconMenu. Closes #2918 .
10 years ago
sledgehammer999
46e2e5342b
Merge pull request #2996 from Chocobo1/tray_icon
...
Enable to choose dark/light tray icons on all platforms.
10 years ago
sledgehammer999
c682d87a65
Merge pull request #2999 from LazyBui/master
...
Treating Alt Global Rate Limits Like Regular Global Rate Limits
10 years ago
sledgehammer999
101b0ee58e
Merge pull request #3011 from ngosang/start_minimize
...
Fix Start Minimized checkbox in Options
10 years ago
Vladimir Golovnev (Glassez)
60c0939e05
Fix coding style (Issue #2192 ).
...
Also split filesystemwatcher.h into .h/.cpp files.
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)
3eeed813d6
Implement new download manager.
10 years ago
Vladimir Golovnev (Glassez)
f1bce0b8e0
Fix downloadthread.* coding style (Issue #2192 ).
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
sledgehammer999
2b7c47c789
Merge pull request #3092 from Chocobo1/focus_default
...
Change default focus button in various dialog, closes #3085
10 years ago
sledgehammer999
bafb189244
Merge pull request #3136 from Chocobo1/exit
...
Change option text "Confirmation on exit when torrents are active"
10 years ago
Chocobo1
ab91fb87ea
Change option text "Confirmation on exit when torrents are active"
10 years ago
sledgehammer999
2ad10ea47e
Merge pull request #3006 from ngosang/translate_search
...
Make strings translatable in search engine
10 years ago
sledgehammer999
fc28f261cf
Merge pull request #2534 from ngosang/disable_chbox
...
Disable Auto piece size checkbox when creating a new torrent
10 years ago
sledgehammer999
a84518d69f
Merge pull request #2542 from ngosang/search_tab
...
Change width of columns in search tab. Closes #764
10 years ago
sledgehammer999
17cba898e9
Merge pull request #3005 from ngosang/wasted
...
Web UI: Display wasted data with friendly units. Closes #2994
10 years ago
sledgehammer999
736f20538d
Merge pull request #3040 from ngosang/webui_global_slot
...
Web UI: New config - Global maximum number of upload slots. Closes #2997
10 years ago
sledgehammer999
6cee7483ba
Merge pull request #3041 from ngosang/webui_fix_torrentinfo
...
Web UI: Fix Max connections and Time active in transfer panel. Closes #2993
10 years ago
sledgehammer999
50a5e830ac
Merge pull request #3086 from ngosang/webui_titlebar
...
Web UI: Changes in title bar, translatable strings and style
10 years ago
sledgehammer999
81b3517166
Merge pull request #3021 from ngosang/improve_torrentz
...
[search engine] Improve torrentz engine to return more results
10 years ago
sledgehammer999
14b5d15268
Merge pull request #3020 from ngosang/fix_piratebay
...
[search engine] Fix thepiratebay engine. Closes #3012
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
ngosang
7129ad47f4
Web UI: Minor changes in style
10 years ago
ngosang
dcdb319653
Web UI: Complete translatable strings
10 years ago
ngosang
c5ce99ebec
Web UI: Changes in title bar
10 years ago
ngosang
e46c238f15
[search engine] Fix thepiratebay. Closes #3012
10 years ago
Vladimir Sinenko
56ee6dac08
Fixed sort order for datetime columns with empty values ( closes #2988 )
...
A small fix belonging to #2531 .
During the sorting empty QDateTime values are shuffled around due to
unstable sort in QSortFilterProxyModel (see #2526 and #2158 ), causing
the transfer list items to constantly change order.
Fixed by using an already existing correct comparison (with a torrent
hash fallback).
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
sledgehammer999
2c1d76c87f
Merge pull request #3027 from ngosang/fix_webui_all
...
Web UI: Fix resumeAll and pauseAll. Closes #3016
10 years ago
sledgehammer999
d222dece92
Merge pull request #3039 from ngosang/webui_relative_urls
...
Web UI: Fix login and logout relative URLs. Closes #3038
10 years ago
ngosang
8b06f72a94
Web UI: Fix Max connections and Time active in transfer information
10 years ago