sledgehammer999
247d07edb9
Update Changelog.
2017-07-05 18:17:48 +03:00
sledgehammer999
29945f5aa7
Sync changelog entries from other branches.
2017-07-05 18:17:48 +03:00
Mike Tzou
db2dec3d28
Merge pull request #7031 from Piccirello/fix-js-errors
...
Fix various javascript errors and follow best practices
2017-07-05 15:03:09 +08:00
Mike Tzou
726e9f0774
Merge pull request #7030 from Piccirello/failed-attempts-auth
...
Skip webui username/password check for active sessions
2017-07-05 15:02:24 +08:00
sledgehammer999
8e6df572a8
Merge pull request #6156 from evsh/file-icons
...
Use system file type specific icons in contents tab
2017-07-03 18:06:22 +03:00
Eugene Shalygin
57493c5556
Add QFileIconProvider implementation using mime database
...
If built-in QFileIconProvider does not seem to work, use custom
implementation which queries mime database.
2017-07-03 16:49:19 +02:00
Eugene Shalygin
30bf6e958f
Use system file type specific icons in contents tab
...
The icon is determined via QFileIconProvider using filename extension only.
2017-07-03 16:49:14 +02:00
sledgehammer999
f2e771ddc0
Merge pull request #7054 from evsh/fix-file-widget
...
Do not show completion when text is not being edited
2017-07-03 15:37:46 +03:00
Eugene Shalygin
6b65f8add8
Do not show completion when text is not being edited
2017-07-03 12:57:02 +02:00
Eugene Shalygin
8318f72a9e
Follow project coding style. Issue #2192 .
2017-07-03 11:42:30 +02:00
Eugene Shalygin
59bbf2c6c6
Merge pull request #7053 from evsh/cmake
...
Fix build.
2017-07-03 11:33:06 +02:00
Eugene Shalygin
11f5738d99
Fix build.
2017-07-03 10:36:52 +02:00
Eugene Shalygin
62be2d7400
cmake: fix build
2017-07-03 10:36:42 +02:00
sledgehammer999
7f37b80801
Switch appveyor to msvc2017.
2017-07-03 02:02:45 +03:00
sledgehammer999
2d119c3e9d
Leave a comment about boost DEFINE and RC_1_1. Issues #7050 #6761 .
2017-07-02 20:47:01 +03:00
sledgehammer999
b97d098a85
Merge pull request #7034 from scootergrisen/patch-1
...
Added danish translation
2017-07-01 17:33:33 +03:00
scootergrisen
6dccab5797
Added danish translation
2017-07-01 14:57:20 +02:00
Mike Tzou
8150805312
Merge pull request #6806 from Anton-Latukha/master
...
Work on Systemd service unit
2017-07-01 17:02:09 +08:00
Thomas Piccirello
a7f4ea8b18
Fix javascript errors and follow best practices
2017-07-01 03:28:35 -04:00
Thomas Piccirello
cd5a55d711
Skip username/password check for active sessions ( closes #6860 )
2017-07-01 03:26:15 -04:00
Mike Tzou
aa947ee966
Merge pull request #7023 from Chocobo1/msvc_stack
...
Raise total stack size on Windows
2017-07-01 12:50:13 +08:00
Chocobo1
53017d5cde
Separate "Release mode" linker options
2017-06-30 23:53:53 +08:00
Chocobo1
741d87cb91
Raise total stack size on Windows to 8 MB. Closes #7021 .
...
MSVC default was 1 MB.
2017-06-30 23:43:29 +08:00
Vladimir Golovnev
4d28f8f48d
Fix RSS with normal links do not work ( #7016 )
...
Fix regression of RSS code redesign.
Closes #7003 .
2017-06-30 11:16:40 +03:00
sledgehammer999
1a506ac582
Merge pull request #7002 from adem4ik/patch-1
...
Update russian.nsi
2017-06-27 20:39:11 +03:00
Andrei Stepanov
13a8c84bbd
Update russian.nsi
2017-06-27 17:49:58 +04:00
Vladimir Golovnev
3181469d87
Merge pull request #6911 from tgregerson/tags
...
Add a Tags system to the GUI to expand torrent organization / filtering options. Closes #13 .
2017-06-26 15:57:27 +03:00
Tony Gregerson
467e516801
Add a Tags (multi-label) feature to the GUI. Closes #13 .
...
See https://github.com/qbittorrent/qBittorrent/issues/13 for details.
2017-06-25 13:53:07 -05:00
sledgehammer999
70ae05c3de
Pad shorter python versions. Closes #6877 .
2017-06-25 17:20:51 +03:00
sledgehammer999
7d030b4cd9
Drop python2 support.
2017-06-25 17:20:50 +03:00
sledgehammer999
a77e1c9f36
Use qt5 connect style for searchengine, pluginselectdlg and searchwidget.
2017-06-22 18:54:30 +03:00
sledgehammer999
dee0b63cc5
Aggregate installed/updated plugin names and use a single messagebox to inform the user.
2017-06-22 18:54:29 +03:00
sledgehammer999
c2a2d306da
Use alternative method for plugin favicon validity. Drop unnecessary code.
2017-06-22 18:54:28 +03:00
sledgehammer999
34c29b78f9
Update the backend when a new plugin favicon is downloaded.
2017-06-15 22:32:43 +03:00
sledgehammer999
8c98c8cb3f
Put copyright warning message to the search plugin dialog.
2017-06-15 22:32:42 +03:00
sledgehammer999
fc543b9db6
Display instructions when no search plugin is installed.
2017-06-15 22:32:41 +03:00
sledgehammer999
793ed7148f
Remove code that expects bundled search plugins.
2017-06-15 22:32:40 +03:00
sledgehammer999
de74f9298f
Remove all search plugins from repo.
2017-06-15 22:32:39 +03:00
sledgehammer999
4ab117d946
Remove possible double check of the same thing.
2017-06-15 22:32:38 +03:00
sledgehammer999
d88f0f36e0
Merge pull request #6889 from Chocobo1/lowercase
...
Convert all http header name constants to lowercase
2017-06-14 02:38:57 +03:00
sledgehammer999
fd05f5dec5
Merge pull request #6887 from Chocobo1/csrf_relax
...
[WebUI] relax CSRF defense. Closes #6882 .
2017-06-14 02:37:33 +03:00
Anton-Latukha
e00c96df99
systemd service with user switch.
...
rm previous systemd unit service
cmake now placing new file 'qbittorrent-nox@.service.in'
systemd service now "Type=simple"
2017-06-12 22:58:10 +03:00
Eugene Shalygin
fff6640127
Merge pull request #6820 from evsh/fspathedit-visual-feedback
...
Add visual feedback for wrong paths in FileSystemPathEdit
2017-06-10 20:19:39 +02:00
Eugene Shalygin
574fed04fc
Add visual feedback for wrong paths in FileSystemPathEdit
2017-06-10 17:09:20 +02:00
Vladimir Golovnev (Glassez)
66aeafdc63
Fix crash in ArticleListWidget
...
ArticleListWidget::handleArticleList() can be called inside
ArticleListWidget::handleArticleAboutToBeRemoved() and list widget
item can be removed at this point. Now we checking for it existence.
Closes #6896 .
2017-06-07 18:24:43 +03:00
sledgehammer999
4a1ed9ff0e
Merge pull request #6898 from Chocobo1/timeout
...
Fix keep alive duration was wrongly in milliseconds instead of seconds
2017-06-07 18:02:37 +03:00
Chocobo1
8419ca87f9
Fix KEEP_ALIVE_DURATION value
...
I intended to specify 7 seconds, which should be 7000 milliseconds
2017-06-07 21:45:47 +08:00
sledgehammer999
15fb72275a
Merge pull request #6907 from thalieht/transInstaller
...
Add greek translation for windows installer
2017-06-07 11:53:05 +03:00
thalieht
10b10b10b8
Add greek translation for windows installer
2017-06-07 10:14:38 +03:00
sledgehammer999
d3912b5600
Merge pull request #6900 from BouRock/patch-2
...
Updated turkish installer
2017-06-07 02:10:15 +03:00