Commit Graph

  • 8dcf326576
    Add source field in Torrent creator. Closes #7965. Chocobo1 2017-12-05 21:18:18 +08:00
  • 22b0ebb5a8
    Disable the "?" help button in all dialogs on Windows. Closes #7365. Chocobo1 2017-12-08 11:05:52 +08:00
  • c5d99a12f3
    Use standard folder icon for open file behavior on Windows. Closes #7880. Chocobo1 2017-12-08 09:14:12 +08:00
  • 240f5b6718 Remove invalid subnets directly from list Thomas Piccirello 2017-12-06 20:32:50 -05:00
  • d184bd8c82 Perform ip string validation inside setWebUiAuthSubnetWhitelist Thomas Piccirello 2017-12-06 02:02:54 -05:00
  • 98a2dedb32 Separate subnet whitelist options into two lines Thomas Piccirello 2017-12-06 01:35:53 -05:00
  • c405cb2f1c
    Add struct TorrentCreatorParams for passing parameters Chocobo1 2017-12-05 23:17:29 +08:00
  • 5ea100352e
    Merge pull request #7958 from Chocobo1/fixsort sledgehammer999 2017-12-04 22:58:22 +02:00
  • 86c5a8df75
    Partial revert eac8838dc241f22f2aab9508633fdb2921373b7c. Fixes #7952. Chocobo1 2017-12-01 23:08:25 +08:00
  • a05562cdc5 Add Time Active column Thomas Piccirello 2017-11-27 01:35:15 -05:00
  • ee37f1db3d Add Tags columns Thomas Piccirello 2017-11-27 00:21:19 -05:00
  • c9720cad81
    Merge pull request #7915 from Chocobo1/dragndrop sledgehammer999 2017-12-02 20:35:47 +02:00
  • 2124ef261a
    Merge pull request #7964 from Chocobo1/typeError sledgehammer999 2017-12-02 14:23:38 +02:00
  • aae6030064
    Merge pull request #7963 from Chocobo1/logo sledgehammer999 2017-12-02 14:22:43 +02:00
  • b234fcec9c
    [WebUI] Use POST for logout command Chocobo1 2017-11-02 21:05:16 +08:00
  • 1a45145c1e
    [WebUI] Add check to avoid type error after logout Chocobo1 2017-11-02 20:58:55 +08:00
  • c1a282aa7b
    Fix missing qbt logo on login page in webUI. Closes #7953. Chocobo1 2017-12-02 14:05:36 +08:00
  • e23c5614b6
    Add height padding to the transfer list icons. Closes #7951. sledgehammer999 2017-12-02 00:43:50 +02:00
  • 506f5778cf when renaming a file, preselect file name without extension Closes #7889 Victor Milovanov 2017-11-25 15:37:08 -08:00
  • 6486fc5f4d
    Bump to 4.0.2 release-4.0.2 sledgehammer999 2017-12-01 01:59:53 +02:00
  • 1e059ab1a2
    Sync translations from Transifex and run lupdate. sledgehammer999 2017-12-01 01:44:24 +02:00
  • f457937980
    Sync translations from Transifex and run lupdate. sledgehammer999 2017-12-01 01:44:24 +02:00
  • 15b137211b
    [GUI] Implement stable sort (#7703) Mike Tzou 2017-11-30 17:10:30 +08:00
  • 6f8f1d7bad
    Coding style for many files thalieht 2017-10-26 10:10:30 +03:00
  • a31f0c0a3d
    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. sledgehammer999 2017-11-24 01:47:29 +02:00
  • eac8838dc2
    [GUI] Implement stable sort (#7703) Mike Tzou 2017-11-30 17:10:30 +08:00
  • 74d281526b
    Merge pull request #7647 from thalieht/style Mike Tzou 2017-11-30 17:09:18 +08:00
  • f78dcf3abb
    Lower debhelper min version for xenial sledgehammer999 2017-11-30 04:44:27 +02:00
  • 404cbf3570 Merge branch 'master' of github.com:tgregerson/qBittorrent into autopopulate Tony Gregerson 2017-11-29 17:36:42 -06:00
  • 43d1979688
    Merge pull request #1 from tgregerson/optional tgregerson 2017-11-29 17:27:58 -06:00
  • 7a8128eec4
    Merge pull request #7858 from sledgehammer999/IpFilter_log sledgehammer999 2017-11-29 19:44:43 +02:00
  • 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. sledgehammer999 2017-11-24 01:47:29 +02:00
  • f977d1293a
    Fix i386 build (configure) Evgeny Lensky 2017-11-24 00:10:22 +07:00
  • 1399be50cb
    Fix crash on some systems when creating address object for 255.255.255.255 Closes #7735. sledgehammer999 2017-11-24 01:03:11 +02:00
  • 52dcf32cc8
    Implement Import/Export RSS rules in JSON format Vladimir Golovnev (Glassez) 2017-11-23 10:25:43 +03:00
  • 52b2b807ab
    Implement Import/Export RSS rules in legacy format Vladimir Golovnev (Glassez) 2017-11-22 20:25:12 +03:00
  • 5cf4f00824
    Remove examples from gpl.html. Closes #7749. sledgehammer999 2017-11-24 02:03:29 +02:00
  • faa6fad025
    Fixed blurry text under Windows by setting DPI awareness to default TheNicker 2017-10-12 13:21:43 +03:00
  • 9f94bbce3a
    Fix RSS Parser Vladimir Golovnev (Glassez) 2017-11-21 16:27:38 +03:00
  • 5c49b2486c
    Change MixedModeAlgorithm default to TCP. Closes #7779. Chocobo1 2017-11-22 22:37:08 +08:00
  • 4f6e7f97c6
    Fix missing include in rss_feed.cpp thoradia 2017-11-22 01:40:35 +01:00
  • 4c317f1e4a
    Merge pull request #7852 from surfernsk/master sledgehammer999 2017-11-27 19:12:08 +02:00
  • 48c46dc79a
    Fix crash on some systems when creating address object for 255.255.255.255 Closes #7735. sledgehammer999 2017-11-24 01:03:11 +02:00
  • b9339bb727
    Allow to drag-n-drop URLs into mainwindow to initiate download Chocobo1 2017-11-27 16:40:06 +08:00
  • e1f8e6aa6f Reposition Total Size column to match gui Thomas Piccirello 2017-11-26 19:37:20 -05:00
  • a7701ca487 Replace use of the newer "value" methods from boost::optional with the older "get" methods. These are mostly functionally equivalent, and are supported on older versions of Boost. Tony Gregerson 2017-11-26 17:39:36 -06:00
  • f7dbf6ad49 Replace use of TriStateBool with boost::optional. Tony Gregerson 2017-11-26 15:28:08 -06:00
  • 4ea17611e3 Snapshot Tony Gregerson 2017-11-26 10:25:16 -06:00
  • a0778cf6a6 4.0.1.2 c0re100 2017-11-26 01:52:28 +08:00
  • 1d5a6426b2 4.0.1.1 c0re100 2017-11-25 22:51:34 +08:00
  • 76c95d8c6c Revert "Run external program" function Chocobo1 2017-01-20 15:51:38 +08:00
  • a7da714b13
    Merge pull request #7832 from glassez/rss-import Vladimir Golovnev 2017-11-25 10:35:24 +03:00
  • 916cfcdb03
    Implement Import/Export RSS rules in JSON format Vladimir Golovnev (Glassez) 2017-11-23 10:25:43 +03:00
  • b8fc415870
    Implement Import/Export RSS rules in legacy format Vladimir Golovnev (Glassez) 2017-11-22 20:25:12 +03:00
  • 428cb9c986 Fix i386 build (configure) Evgeny Lensky 2017-11-24 00:10:22 +07:00
  • 99341409f4
    Remove examples from gpl.html. Closes #7749. sledgehammer999 2017-11-24 02:03:29 +02:00
  • f07333acc9
    Merge pull request #7576 from TheNicker/master Mike Tzou 2017-11-23 20:43:26 +08:00
  • 342f5f1a09
    Merge pull request #7821 from glassez/fix-rss Vladimir Golovnev 2017-11-23 14:35:42 +03:00
  • d74efd839f
    Merge pull request #7826 from Chocobo1/tcp sledgehammer999 2017-11-23 01:53:29 +02:00
  • af898e9117
    Fix build with --disable-webui Heiko Becker 2017-11-22 21:29:20 +01:00
  • 7751c5b75c
    Merge pull request #7835 from heirecka/v4_0_x sledgehammer999 2017-11-23 01:50:21 +02:00
  • a1a9f3317b Fix build with --disable-webui Heiko Becker 2017-11-22 21:29:20 +01:00
  • c0e48627ae
    Fix RSS Parser Vladimir Golovnev (Glassez) 2017-11-21 16:27:38 +03:00
  • 534ed91d04
    Change MixedModeAlgorithm default to TCP. Closes #7779. Chocobo1 2017-11-22 22:37:08 +08:00
  • c58d0af88f
    Merge pull request #7806 from thoradia/rss_feed sledgehammer999 2017-11-22 15:51:05 +02:00
  • ca5c1e8a15 Fix missing include in rss_feed.cpp thoradia 2017-11-22 01:40:35 +01:00
  • fb20f59a96
    Bump to 4.0.1 release-4.0.1 sledgehammer999 2017-11-22 01:18:04 +02:00
  • a15e3407b0
    Bump API_VERSION to 16. sledgehammer999 2017-11-22 01:14:33 +02:00
  • 4e96a1065e
    Bump API_VERSION to 16. sledgehammer999 2017-11-22 01:14:33 +02:00
  • e267c2d37a
    Sync translations from Transifex and run lupdate. sledgehammer999 2017-11-22 01:01:05 +02:00
  • ae32edeb26
    Correctly check if torrent passed during application start already exists. sledgehammer999 2017-11-20 23:40:09 +02:00
  • 34d38ef466
    Fix crash when aborting a torrent creation process. Closes #7783. Chocobo1 2017-11-21 18:29:22 +08:00
  • 120ee6b836
    Wrap function into anonymous namespace Chocobo1 2017-11-21 18:23:39 +08:00
  • 7d25b6fce2
    Avoid double delete on close Chocobo1 2017-11-21 18:08:34 +08:00
  • 068eff9e9f
    Use Qt5 connect syntax Chocobo1 2017-11-21 18:07:55 +08:00
  • 31a55f79f1
    Remove superfluous QString::fromUtf8() Chocobo1 2017-11-21 16:07:48 +08:00
  • bac032e01c
    Allow drag-n-drop magnet links to mainwindow. Closes #7742. Chocobo1 2017-11-21 14:13:36 +08:00
  • b809941f02
    Fix english typo. sledgehammer999 2017-11-21 02:14:44 +02:00
  • 77c3758090
    [WebUI] Fix logo missing in login page Chocobo1 2017-11-21 03:41:07 +08:00
  • c9a8d19e6c
    Sync translations from Transifex and run lupdate. sledgehammer999 2017-11-22 01:01:05 +02:00
  • 81f5fdda15
    Correctly check if torrent passed during application start already exists. sledgehammer999 2017-11-20 23:40:09 +02:00
  • a38730eb9e
    Merge pull request #7792 from Chocobo1/creator2 sledgehammer999 2017-11-22 00:41:26 +02:00
  • 1a9e650936
    Merge pull request #7782 from Chocobo1/utf8 sledgehammer999 2017-11-22 00:40:51 +02:00
  • ae5177b20f
    Merge pull request #7778 from Chocobo1/dragdrop sledgehammer999 2017-11-21 21:27:19 +02:00
  • ba8684c29a Mute stalled icons to #232b2b Pavel Nezhencev 2017-11-21 21:01:04 +02:00
  • 27090f0cfb
    Remove superfluous QString::fromUtf8() Chocobo1 2017-11-21 16:07:48 +08:00
  • 433b5a46cf
    Fix crash when aborting a torrent creation process. Closes #7783. Chocobo1 2017-11-21 18:29:22 +08:00
  • 034d71dce3
    Wrap function into anonymous namespace Chocobo1 2017-11-21 18:23:39 +08:00
  • c3de2310c5
    Avoid double delete on close Chocobo1 2017-11-21 18:08:34 +08:00
  • b9478e0f00
    Use Qt5 connect syntax Chocobo1 2017-11-21 18:07:55 +08:00
  • 94aeac992c
    Allow drag-n-drop magnet links to mainwindow. Closes #7742. Chocobo1 2017-11-21 14:13:36 +08:00
  • f3992a3711 Merge 1185b7cea34823cbf0c1ebbfb5fc76936198251c into 4927d268777b1fdaaea3cbd6b266a5ce7716f5dc Luigi Baldoni 2017-11-21 03:56:19 +00:00
  • 4927d26877
    Fix english typo. sledgehammer999 2017-11-21 02:14:44 +02:00
  • 020d850c8b
    Correctly check if torrent passed during application start already exists. sledgehammer999 2017-11-20 23:40:09 +02:00
  • ae1634623e Coding style for many files thalieht 2017-10-26 10:10:30 +03:00
  • 296c7d3c13
    Merge pull request #7764 from Chocobo1/logo sledgehammer999 2017-11-20 23:28:13 +02:00
  • 5758817189
    qtsingleapplication should always be built statically to avoid dependency problems luigino 2017-11-20 17:23:22 +01:00
  • acc9f08a05
    Remove duplicate header Thomas Piccirello 2017-11-03 00:56:04 -04:00
  • f3b7f17a7c
    Enable preferences Apply button when ip banlist is modified Thomas Piccirello 2017-10-10 01:20:03 -04:00
  • dfc3f047e2
    Add ip subnet whitelist for bypassing webui auth Thomas Piccirello 2017-09-27 13:55:20 -04:00