sledgehammer999
ce22d031f6
Merge pull request #5058 from ngosang/remove_filters
...
[search engine] Remove filters from Torrentreactor, BTDigg and Demonoid
9 years ago
sledgehammer999
e7b4292d3c
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
e3e7636de8
Fix parsing of eMule .DAT filters. Closes #5281 .
9 years ago
sledgehammer999
57a4b9f8b6
Fix API_VERSION and API_VERSION_MIN numbers.
9 years ago
sledgehammer999
d060b0d342
Don't use QCollator for sorting on Windows. Closes #5238 and #5240 .
9 years ago
sledgehammer999
39a81f30ff
Merge pull request #5296 from Chocobo1/run_ext
...
Replace QProgress::startDetached with std::detatch.
9 years ago
sledgehammer999
6d4f46c8ae
Merge pull request #5179 from Chocobo1/fix_ui
...
Cleanup Connection page
9 years ago
Chocobo1
5efc45190a
Fix widget name collision.
...
Small cleanup on Downloads page.
9 years ago
Chocobo1
0ad33bf9ac
Let user able to specifiy a filter when choosing an IP filter file
9 years ago
Chocobo1
d32c9470a0
Fix reload button size is not the same size as "..." button.
...
Rename Connection tab page
9 years ago
Chocobo1
c85a0a41ba
Rename "options.ui" to "optionsdlg.ui"
...
Rename class name "options_imp" to "OptionsDialog"
Rename "options_imp.cpp" to "optionsdlg.h"
9 years ago
Chocobo1
97ee63fc78
Move options ui as a pointer member variable
9 years ago
Chocobo1
05cbb35814
Follow header inclusion rule
9 years ago
Chocobo1
df95efe33e
Improve usability of "Run External Program"
...
Users can write (platform dependent) shell scripts now.
9 years ago
Chocobo1
def27bce4d
Add log messages
9 years ago
ngosang
95eb0efabe
[search engine] Remove filters from Demonoid
9 years ago
ngosang
12de907732
[search engine] Remove filters from Torrentreactor and BTDigg
9 years ago
sledgehammer999
fd996f15f0
Merge pull request #5339 from evsh/files-tooltip
...
Fix empty tooltips showed at the progress bar borders
9 years ago
Eugene Shalygin
0b1a9220a9
Fix empty tooltips showed at the progress bar borders
...
If tooltip text contains an empty HTML body, Qt still shows it as an
empty rectangle. Thus, output HTML tags only if we are within the
image region, and return true empty string if we are at the borders.
9 years ago
Chocobo1
98215d2231
Cleanup Connection page in Option dialog.
...
Add vertical spacer, closes #845 .
9 years ago
sledgehammer999
95fbff3a53
Merge pull request #4936 from evsh/files-tooltip
...
Improve tooltips for torrent progress bar
9 years ago
sledgehammer999
978d1e1d3e
Merge pull request #5336 from ngosang/pythonversion
...
Update Python version requirements
9 years ago
Eugene Shalygin
5f2362dc89
Replace TorrentHandle::fileExtremityPieces() with TorrentInfo::filePieces()
9 years ago
Eugene Shalygin
b3378d4599
Show files in tooltips for pieces progress bars
...
In addition to the current tooltip, which shows color legend, if user
holds the Shift key during hovering we show another tooltip which
contains a table of contents for the piece under the moue cursor. The
table lists file sizes and names. If the cursor points to a part of a
file which spans several pieces, those pieces are highlighted.
9 years ago
sledgehammer999
307f2919a3
Merge pull request #5334 from evsh/uncrustify
...
uncrustify: replace "add" with "force" for sp_ parameters
9 years ago
ngosang
88626b26d2
Update Python version requirements
9 years ago
Eugene Shalygin
f9c2bd3502
Follow project coding style. Issue #2192 .
9 years ago
Eugene Shalygin
f9aeb5783d
uncrustify: replace "add" with "force" for sp_ parameters
...
This will make uncrustify able to remove excessive spaces
9 years ago
sledgehammer999
8e64ffba01
Merge pull request #4937 from Chocobo1/option_crash
...
Fix crash when qbt exits with options dialog opened
9 years ago
sledgehammer999
7600e273dc
Merge pull request #5328 from ngosang/searchui
...
Minor changes in Search UI
9 years ago
sledgehammer999
da1d6b0063
Merge pull request #5329 from ngosang/torrentz
...
[Search engine] Update Torrentz
9 years ago
ngosang
bd318bd004
[Search engine] Update Torrentz
9 years ago
ngosang
204f3d8542
Minor changes in Search UI
9 years ago
sledgehammer999
fee8aba610
Merge pull request #5317 from ngosang/piratebay
...
[Search engine] Update PirateBay
9 years ago
ngosang
47a252e517
[Search engine] Update PirateBay
9 years ago
sledgehammer999
f373ca82c6
Merge pull request #5316 from ngosang/minorfixx
...
Minor fix: typo and two warnings
9 years ago
ngosang
363e19be7f
Minor fix: typo and two warnings
9 years ago
sledgehammer999
5878d49f60
Fixup previous commits and allow IPv6 interface addresses too.
9 years ago
sledgehammer999
1397a951fe
Merge pull request #5096 from Harekiet/kietC
...
Bind directly to an IP instead of using a network Interface
9 years ago
sledgehammer999
6f16890475
Merge pull request #5306 from evsh/search-visited-link-colors
...
Use QPalette::LinkVisited color for downloaded items in search results
9 years ago
Eugene Shalygin
f05793c2e3
Use QPalette::LinkVisited color for downloaded items in search results
9 years ago
sledgehammer999
c2abbed055
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
81ea07abee
Rename ASM to TMM and related stuff.
9 years ago
sledgehammer999
bc270bd801
Add tooltip to the saving mode checkbox.
9 years ago
sledgehammer999
df22c5a914
Slim down 'Downloads' page of options window.
9 years ago
sledgehammer999
6812b74bbf
Merge pull request #5293 from botmtl/master
...
default RSSRefreshInterval to 30 mins
9 years ago
sledgehammer999
e2bf462a45
Fix gcc 6 compilation with qmake. See #5237 .
9 years ago
sledgehammer999
57dac8d5f7
Merge pull request #5277 from Chocobo1/circular
...
Minor refactor
9 years ago
Chocobo1
b4bdfa7b2b
Use QString::localeAwareCompare for comparsion
9 years ago
Chocobo1
f13c604fbe
Use boost:circular_buffer instead of QList.
...
QList has to store an additional pointer for each element which leads to bad space efficiency.
9 years ago