sledgehammer999
e23c5614b6
Add height padding to the transfer list icons. Closes #7951 .
7 years ago
sledgehammer999
f457937980
Sync translations from Transifex and run lupdate.
7 years ago
Mike Tzou
eac8838dc2
[GUI] Implement stable sort ( #7703 )
...
* NaturalCompare now returns compare result instead of "less than" result
* Change to stable sort in GUI components
* Add Utils::String::naturalLessThan() helper function
* Use Qt::CaseSensitivity type
7 years ago
Mike Tzou
74d281526b
Merge pull request #7647 from thalieht/style
...
Coding style for many files
7 years ago
sledgehammer999
7a8128eec4
Merge pull request #7858 from sledgehammer999/IpFilter_log
...
Stop logging IP filter parsing errors after a while.
7 years ago
sledgehammer999
a55be5e58f
Stop logging IP filter parsing errors after a while.
...
When a lot of errors happen the resulting log lines introduce
a huge slowdown of the GUI, due to writing each log line to disk.
Closes #7755 .
7 years ago
sledgehammer999
4c317f1e4a
Merge pull request #7852 from surfernsk/master
...
Fix i386 build (configure). Closes #7845
7 years ago
sledgehammer999
48c46dc79a
Fix crash on some systems when creating address object for 255.255.255.255
...
Closes #7735 .
7 years ago
Chocobo1
b9339bb727
Allow to drag-n-drop URLs into mainwindow to initiate download
...
Fix issue: https://github.com/qbittorrent/qBittorrent/issues/7785#issuecomment-347092418
Minor refactor
7 years ago
Thomas Piccirello
e1f8e6aa6f
Reposition Total Size column to match gui
7 years ago
Chocobo1
76c95d8c6c
Revert "Run external program" function
...
This revert df95efe33e
partially
7 years ago
Vladimir Golovnev
a7da714b13
Merge pull request #7832 from glassez/rss-import
...
Implement Import/Export RSS rules. Closes #7721
7 years ago
Vladimir Golovnev (Glassez)
916cfcdb03
Implement Import/Export RSS rules in JSON format
7 years ago
Vladimir Golovnev (Glassez)
b8fc415870
Implement Import/Export RSS rules in legacy format
7 years ago
Evgeny Lensky
428cb9c986
Fix i386 build (configure)
...
Fix building on i686 fails with wrong multilib library path #7845
and rebregenerate ./configure
7 years ago
sledgehammer999
99341409f4
Remove examples from gpl.html. Closes #7749 .
7 years ago
Mike Tzou
f07333acc9
Merge pull request #7576 from TheNicker/master
...
Fixed blurry text under windows by setting DPI awareness to default
7 years ago
Vladimir Golovnev
342f5f1a09
Merge pull request #7821 from glassez/fix-rss
...
Fix RSS Parser. Closes #7751 , #7763 , #7768 , #7786
7 years ago
sledgehammer999
d74efd839f
Merge pull request #7826 from Chocobo1/tcp
...
Change MixedModeAlgorithm default to TCP. Closes #7779 .
7 years ago
Heiko Becker
af898e9117
Fix build with --disable-webui
...
"app/application.cpp:108:7: error: class 'Application' does not have
any field named 'm_webui'"
7 years ago
Vladimir Golovnev (Glassez)
c0e48627ae
Fix RSS Parser
...
Closes #7751
Closes #7763
Closes #7768
Closes #7786
7 years ago
Chocobo1
534ed91d04
Change MixedModeAlgorithm default to TCP. Closes #7779 .
...
MixedModeAlgorithm::Proportional will throttle TCP connections when utp
is in use and users is expecting maximum speed no matter what, so now
disable the throttling.
7 years ago
sledgehammer999
c58d0af88f
Merge pull request #7806 from thoradia/rss_feed
...
Fix missing include in rss_feed.cpp
Fixes #7805
7 years ago
thoradia
ca5c1e8a15
Fix missing include in rss_feed.cpp
...
Fixes #7805 .
7 years ago
sledgehammer999
4e96a1065e
Bump API_VERSION to 16.
7 years ago
sledgehammer999
c9a8d19e6c
Sync translations from Transifex and run lupdate.
7 years ago
sledgehammer999
81f5fdda15
Correctly check if torrent passed during application start already exists.
7 years ago
sledgehammer999
a38730eb9e
Merge pull request #7792 from Chocobo1/creator2
...
Fix crash when aborting a torrent creation process
7 years ago
sledgehammer999
1a9e650936
Merge pull request #7782 from Chocobo1/utf8
...
Remove superfluous QString::fromUtf8()
7 years ago
sledgehammer999
ae5177b20f
Merge pull request #7778 from Chocobo1/dragdrop
...
Allow drag-n-drop magnet links to mainwindow. Closes #7742 .
7 years ago
Chocobo1
27090f0cfb
Remove superfluous QString::fromUtf8()
7 years ago
Chocobo1
433b5a46cf
Fix crash when aborting a torrent creation process. Closes #7783 .
...
The wait time wasn't long enough causing the thread to
terminate prematurely.
Also, to avoid crashing qbt entirely when creating a torrent for a very
big file, I decided to wait indefinitely here.
7 years ago
Chocobo1
034d71dce3
Wrap function into anonymous namespace
7 years ago
Chocobo1
c3de2310c5
Avoid double delete on close
7 years ago
Chocobo1
b9478e0f00
Use Qt5 connect syntax
7 years ago
Chocobo1
94aeac992c
Allow drag-n-drop magnet links to mainwindow. Closes #7742 .
7 years ago
sledgehammer999
4927d26877
Fix english typo.
7 years ago
thalieht
ae1634623e
Coding style for many files
7 years ago
sledgehammer999
296c7d3c13
Merge pull request #7764 from Chocobo1/logo
...
[WebUI] Fix logo missing in login page
7 years ago
sledgehammer999
22add258ae
Merge pull request #7753 from luigino/master
...
qtsingleapplication should always be built statically to avoid depend…
7 years ago
Chocobo1
77f66be493
[WebUI] Fix logo missing in login page
7 years ago
Vladimir Golovnev
f41cb8089d
Merge pull request #6779 from Piccirello/disable-web-auth
...
Add ip subnet whitelist for bypassing webui auth
7 years ago
luigino
32a686a037
qtsingleapplication should always be built statically to avoid dependency problems
7 years ago
sledgehammer999
236abcf3f1
Fix crash on opening torrent/magnet (uninitialized pointer). Closes #7739 #7723 .
7 years ago
sledgehammer999
325f9f629d
Improve the github issue template.
7 years ago
sledgehammer999
88a771c9ff
Bump to 4.1.0alpha
7 years ago
sledgehammer999
b960e41cfa
Update Changelog.
7 years ago
sledgehammer999
9f461d0fe6
Sync translations from Transifex and run lupdate.
7 years ago
sledgehammer999
9db1f3baca
Merge pull request #6484 from sledgehammer999/new_logo
...
Change qbittorrent logo. Issue #6467 .
7 years ago
sledgehammer999
af5a02d971
Merge pull request #7673 from sledgehammer999/webui_clean_exit
...
WebUI: Correctly exit depending if mainloop is running.
7 years ago