Gabriele
420fa82e8d
Put some string placeholders between quotes
9 years ago
Gabriele
4d66a0929c
Add "Copy description page URL" button in search tab
...
Closes #2371 .
9 years ago
Gabriele
67c0f47928
searchengine: remove size constraints to search button
9 years ago
Gabriele
7c00e80f7a
searchengine: use kill() instead of terminate() on Windows
9 years ago
Gabriele
3a9cf70228
searchengine: use a single string for the search results number label
9 years ago
Gabriele
0f35bac605
searchengine: don't use strings to determine the status of search processes
...
'&' symbols are dynamically added to strings, making comparisons
unreliable.
9 years ago
Gabriele
1b24feb4f4
searchengine: drop unused flag and related code
9 years ago
Gabriele
ee8a492954
searchengine: fix crash when closing tab with running search
...
If a tab is closed, the search process gets terminated. This can take
a while and by the time searchFinished() is executed, activeSearchTab
is null, leading to a crash. Fix this by waiting for the process to
terminate and make sure activeSearchTab is not null when used.
9 years ago
Gabriele
885eb64df3
Follow project coding style. Issue #2192 .
9 years ago
sledgehammer999
5437674fdf
Fix installing search plugin by drag-n-dropping file.
9 years ago
sledgehammer999
21f18d015d
Fix installing search plugin from local file.
9 years ago
sledgehammer999
47d9c12f4b
Fix segfault on Linux due to early initialization of global var.
...
Utils::Misc::pythonVersion() gets called before the Logger is initialized.
9 years ago
Vladimir Golovnev (Glassez)
c702a7e426
Improve DownloadManager.
...
Now we can use downloaded data directly without saving to file.
We also can disable redirection to Magnet URI handling (useful for
non-torrent files downloading).
9 years ago
ngosang
32c813eece
[search engine] Fix cpu_count in old Python versions
9 years ago
ngosang
cc503b36e8
[search engine] Remove the word 'torrent' in ExtraTorrent results
9 years ago
DoumanAsh
e2aa8056af
Search status uses tab's status
9 years ago
DoumanAsh
496f843016
Replace indent to 4 spaces
9 years ago
ngosang
ee44fd54b6
[search engine] Fix Python 2 implementation of Torrentz
9 years ago
ngosang
b23608ec35
Fix column sort in search engine. Closes #2621
10 years ago
ngosang
326a74425f
Cosmetics changes in search engine
10 years ago
ngosang
b249b461d7
[search engine] Update TorrentReactor
10 years ago
ngosang
85a7c7303d
[search engine] Update ExtraTorrent
10 years ago
ngosang
2afa282190
[search engine] Update BTDigg
10 years ago
ngosang
2b2ffca7d0
[search engine] Update Torrentz
10 years ago
ngosang
650e7018a7
[search engine] Update KickassTorrents
10 years ago
ngosang
d7ffabe7ca
[search engine] Fix novaprinter.py version number
10 years ago
Gabriele
0c23d22472
Show notification if Python is not found and a search is started
...
Also, don't bother starting a search if it's known that Python is
not available.
10 years ago
Gabriele
e34cc79dad
Use python3 and python2 instead of python on Linux
...
Prefer python3 over python2 when both are available.
Both python2 and python3 should always exists.
More info at: http://legacy.python.org/dev/peps/pep-0394/
10 years ago
dartraiden
8ac83cfd42
Fixed typos, spelling correction
10 years ago
DoumanAsh
033817f70b
[search engine] Update Legit Torrent to remove sgmllib
10 years ago
ngosang
ad2a18b3bc
Changes in User-Agent
10 years ago
DoumanAsh
1222dab6f8
[search engine] Remove python3 cache during updateNova()
10 years ago
ngosang
930161a0dd
[Search engine] Show the version of search engines
10 years ago
ngosang
cd5f904b53
Minor fixes in search engines
10 years ago
ngosang
274cde0396
[search engine] Add Demonoid search engine
10 years ago
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
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)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
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
ngosang
e46c238f15
[search engine] Fix thepiratebay. Closes #3012
10 years ago
ngosang
28fcbe9bc5
[search engine] Improve torrentz engine to return more results
10 years ago
ngosang
b18138bad0
Change width of columns in search tab. Closes #764
10 years ago
ngosang
bd6afc2d86
Make strings translatable in seach engine
10 years ago
ngosang
e0b399e2a1
[search engine] Update Torrentz trackers list
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