Commit Graph

  • 726704a7ed
    Merge pull request #13487 from Chocobo1/creator Mike Tzou 2020-10-12 10:05:50 +08:00
  • 9d25405144 Check cheaper conditional first thalieht 2020-10-11 20:22:27 +03:00
  • 95b452a3e9 Fix regression of not hiding zero values in the peer list thalieht 2020-10-11 19:06:51 +03:00
  • 19d77b0881
    Add support for creating v2 torrents Chocobo1 2020-09-09 15:08:14 +08:00
  • 4fa8862398
    Merge pull request #13484 from Chocobo1/webui Mike Tzou 2020-10-09 16:26:50 +08:00
  • 1b5da936f6 Improve UI and implement scheduler storage Furkan Kambay 2020-10-09 01:05:02 -04:00
  • bad5e1f887
    Merge pull request #12086 from FranciscoPombal/code-cleanup Vladimir Golovnev 2020-10-09 07:13:18 +03:00
  • cf93fe124d
    Merge pull request #13439 from FranciscoPombal/clazy_fixes_2 Vladimir Golovnev 2020-10-09 07:10:25 +03:00
  • a95c70344d
    Merge pull request #13480 from FranciscoPombal/fix-ci Vladimir Golovnev 2020-10-09 07:09:29 +03:00
  • 611f2de11f
    Fix wrong capitalization Chocobo1 2020-10-09 00:39:11 +08:00
  • 744b89c878
    Fix image not loading under proxy Chocobo1 2020-10-09 00:37:09 +08:00
  • 7d01b6a29c Fix packages installation on Ubuntu CI FranciscoPombal 2020-10-07 14:37:30 +01:00
  • 2c10b3936b Change some types (uint -> int) in RSS subsystem FranciscoPombal 2020-10-07 13:01:34 +01:00
  • deffdbe881 Change some types (uint -> int) in Session class FranciscoPombal 2020-10-07 12:51:32 +01:00
  • 87864531ab Clean up in Session class FranciscoPombal 2020-10-07 12:27:46 +01:00
  • f502f60f7c Avoid unessary QString allocation FranciscoPombal 2020-09-22 17:12:01 +01:00
  • 776c1f1546 Always use multi-arg arg() overload when possible FranciscoPombal 2020-09-22 14:38:11 +01:00
  • 027f514adc Fix embedded tracker FranciscoPombal 2020-04-21 19:03:19 +01:00
  • bfef403411
    Merge pull request #13463 from jagannatharjun/cmake-version Mike Tzou 2020-10-05 11:36:14 +08:00
  • 8df53e9370
    Merge pull request #13468 from jagannatharjun/graph-full Mike Tzou 2020-10-05 11:09:19 +08:00
  • e2c0f00adb Correctly fill whole width of graph jagannatharjun 2020-10-03 00:35:37 +05:30
  • 8696988d53 Fix CMake generated qBittorrent's version string jagannatharjun 2020-10-01 21:01:29 +05:30
  • 78e9d0be43 Cleanups Furkan Kambay 2020-09-30 07:11:32 -04:00
  • dd1e7d0117
    Handle more alerts at once Vladimir Golovnev (Glassez) 2020-09-26 12:05:07 +03:00
  • 2fc5edb7bb
    Handle alerts one at a time Vladimir Golovnev (Glassez) 2020-09-22 20:33:35 +03:00
  • 387bbb7587
    Start up torrents on session constructed Vladimir Golovnev (Glassez) 2020-09-22 18:53:28 +03:00
  • a56db02a18
    Load torrent resume data in separate thread Vladimir Golovnev (Glassez) 2020-09-18 16:45:35 +03:00
  • 598574cebf
    Delete LoadTorrentParams when operation failed Vladimir Golovnev (Glassez) 2020-09-18 14:07:21 +03:00
  • 6ebc19fccb Remove branches block from Travis config NotTsunami 2020-09-24 17:36:42 -04:00
  • 0fa40c9ac3 Disallow CMake build failures on Travis NotTsunami 2020-09-24 17:23:57 -04:00
  • 39e8eb0427
    Merge pull request #13432 from FranciscoPombal/status_badge Mike Tzou 2020-09-29 10:34:06 +08:00
  • 0f5be4c4e1 Add TimeRangeDialog for scheduler Furkan Kambay 2020-09-28 11:18:17 -04:00
  • e3d9fe7e4d Add workflow status badge for GitHub Actions CI FranciscoPombal 2020-09-25 09:30:15 +01:00
  • eec6637cfa
    Merge pull request #13456 from glassez/cmake Vladimir Golovnev 2020-09-28 11:33:59 +03:00
  • 3d0543c444
    Fix static build with Qt < 5.14 Vladimir Golovnev (Glassez) 2020-09-27 22:19:50 +03:00
  • 79b4fb70f5
    Merge pull request #13445 from jagannatharjun/pieces-green Mike Tzou 2020-09-28 11:37:03 +08:00
  • 952288392d Populate scheduler dynamically Furkan Kambay 2020-09-27 19:47:29 -04:00
  • aef8f4f465
    Set target property before it is used Vladimir Golovnev (Glassez) 2020-09-27 22:17:50 +03:00
  • 4e8d34da4e Only use qml_import_plugins if available jagannatharjun 2020-09-27 11:35:59 +05:30
  • 0284721ba2
    Merge pull request #13450 from jagannatharjun/cmake-fix Mike Tzou 2020-09-27 11:28:20 +08:00
  • 3bc8b070b1 Remove usage of qt5_import_plugins from CMake script jagannatharjun 2020-09-27 00:18:05 +05:30
  • ebf9a60c69 By default use dynamic runtime with MSVC on CMake jagannatharjun 2020-09-27 00:02:56 +05:30
  • fbe484a615 Use toned green color for downloading pieces in Pieces bar jagannatharjun 2020-09-26 13:51:18 +05:30
  • 2bfaa8229a
    Merge pull request #13431 from Chocobo1/namespace Mike Tzou 2020-09-26 11:20:10 +08:00
  • 90baeeb22f Use Qt 5.15.1 for Travis osx builds NotTsunami 2020-09-25 19:32:40 -04:00
  • f62639b70f
    Merge pull request #13288 from FranciscoPombal/gha-ci Mike Tzou 2020-09-25 19:57:27 +08:00
  • 6de2435041
    Merge pull request #13429 from Chocobo1/travisCI Mike Tzou 2020-09-25 19:29:43 +08:00
  • ef9765cea1
    Remove meaningless const on pointers Chocobo1 2020-09-25 14:50:04 +08:00
  • 2e37ea608c
    Migrate away from obsoleted functions Chocobo1 2020-09-25 14:44:54 +08:00
  • ac3ab2432a
    Remove redundant namespace prefix Chocobo1 2020-09-25 14:37:00 +08:00
  • f487d32594
    Fix initialization order Chocobo1 2020-09-25 01:08:24 +08:00
  • e4ffe7aa32
    Fix building in macOS on TravisCI Chocobo1 2020-09-24 23:11:50 +08:00
  • bf6c272d7c Always use multi-arg arg() overload when possible FranciscoPombal 2020-09-22 14:38:11 +01:00
  • a852e7b1c9 Use fully-qualified type names (bis) FranciscoPombal 2020-09-22 15:19:39 +01:00
  • 1a3091a980
    Merge pull request #13419 from silverqx/patch-1 Mike Tzou 2020-09-22 22:34:52 +08:00
  • ebf3ae2954
    Merge branch 'master' into advanced-scheduler Furkan Kambay 2020-09-22 11:16:55 +03:00
  • e7e2d0674a TODO: put remaining credits elsewhere so that AUTHORS can be removed FranciscoPombal 2020-09-22 01:41:41 +01:00
  • 71701dea23 remove people from AUTHORS who are directly credited elsewhere or in the git log (especially in cases their work has been superseded), as well as copyright notices for files that are no longer used, or for files that include those notices themselves FranciscoPombal 2020-09-21 19:34:32 +01:00
  • 78a93a1d70 Rename COPYING to LICENSE FranciscoPombal 2020-09-22 00:43:51 +01:00
  • be39efdd5c Remove INSTALL FranciscoPombal 2020-09-22 00:48:38 +01:00
  • 0e7c4077d7 Remove TODO and NEWS FranciscoPombal 2020-07-29 12:27:09 +01:00
  • 69bf53c0a1 Use foreign strictness level in automake FranciscoPombal 2020-09-22 00:50:02 +01:00
  • 584ffda7b0 don't tout 'running multiple instances at the same time' as the main purpose of --configuration and --profile FranciscoPombal 2020-06-02 01:13:37 +01:00
  • 2e26f32a63 update generated man page FranciscoPombal 2020-04-26 18:26:09 +01:00
  • 400c0a7a6d fix documentation for --profile= FranciscoPombal 2020-04-26 18:25:41 +01:00
  • 76be4c6c35 f FranciscoPombal 2020-04-26 01:19:44 +01:00
  • 60a45cc113 fix profile and relative fastresume docs again, other minor adjustments FranciscoPombal 2020-04-13 02:28:21 +01:00
  • dbff5d5f05 fix profile and relative fastresume docs FranciscoPombal 2020-04-09 15:43:12 +01:00
  • 46b4f5f028 small tweaks to main man page and beginning copy-paste and adjustments for nox version FranciscoPombal 2020-04-04 01:18:22 +01:00
  • c0c7087a7d confirm option precedence and clarify config file overwrite behaviour FranciscoPombal 2020-04-04 00:28:12 +01:00
  • 5cd48c2f70 fix newline FranciscoPombal 2020-04-04 00:19:28 +01:00
  • 630ed7bc98 Update man pages and command-line help output FranciscoPombal 2020-03-19 00:09:40 +00:00
  • 97df5667e7
    Use fully-qualified type names Silver Zachara 2020-09-21 11:28:49 +02:00
  • eed50c4893 Add GitHub Actions CI workflow FranciscoPombal 2020-07-29 15:20:04 +01:00
  • 1b2fc63089
    Merge pull request #13412 from Chocobo1/cmake Mike Tzou 2020-09-22 00:02:33 +08:00
  • c3b5668a07
    Merge pull request #12577 from NotTsunami/peer Mike Tzou 2020-09-22 00:02:20 +08:00
  • da2a26fa01
    Use silent flag when invoking lrelease via cmake Chocobo1 2020-09-20 17:32:16 +08:00
  • a675b9305b
    Add compile flags from conf.pri.windows file to cmake Chocobo1 2020-09-20 17:00:50 +08:00
  • 2eb3ff7f06 Allow users to configure no_connect_privileged_ports NotTsunami 2020-09-20 22:46:28 -04:00
  • d82fa3ab63 Add custom css feature for the WebUi n-peugnet 2020-09-20 19:00:03 +02:00
  • 6e20150710
    Update cmake.yml rubbershoesinmotion 2020-09-20 14:23:52 +03:00
  • 04d345251e
    Merge pull request #13400 from glassez/sequential Vladimir Golovnev 2020-09-20 08:00:33 +03:00
  • f70ad1b8af
    Update cmake.yml rubbershoesinmotion 2020-09-19 22:34:37 +03:00
  • 0c133487f2
    Update cmake.yml rubbershoesinmotion 2020-09-19 22:33:08 +03:00
  • e2e4a3fdb6
    Update session.cpp rubbershoesinmotion 2020-09-19 22:29:52 +03:00
  • 35ae3bc488
    Update version.pri rubbershoesinmotion 2020-09-19 22:20:00 +03:00
  • 404d6730cf
    Create cmake.yml rubbershoesinmotion 2020-09-19 22:12:22 +03:00
  • 63ff5e348c
    Merge pull request #13399 from Chocobo1/cmake Mike Tzou 2020-09-19 22:12:42 +08:00
  • 1333fc81f8
    Merge pull request #13402 from FranciscoPombal/cmake_fix Vladimir Golovnev 2020-09-19 07:16:41 +03:00
  • e41ae1457e
    Merge pull request #13390 from NotTsunami/ban Vladimir Golovnev 2020-09-19 07:14:50 +03:00
  • cd41063d6c
    UI: Display full SSL version for correct LibreSSL version reporting Theo Anderson 2020-09-19 11:44:56 +12:00
  • 8d64d38914 Prevent peers from being lost when banning NotTsunami 2020-09-18 15:33:17 -04:00
  • 2534909d3b CMake: fix linking against OpenSSL FranciscoPombal 2020-09-18 17:53:14 +01:00
  • 39d32063c1
    Implement disk IO thread wrapper Vladimir Golovnev (Glassez) 2020-09-12 11:07:12 +03:00
  • ff36356be0
    Improve sequentialDownload/firstLastPiecePriority handling Vladimir Golovnev (Glassez) 2020-09-07 11:20:50 +03:00
  • 0539c816ae
    Set compression rate for rcc targets Chocobo1 2020-09-18 14:31:43 +08:00
  • 6880e03145
    Remove compile requirement for boost::system Chocobo1 2020-09-18 13:54:57 +08:00
  • 7fed0391ba
    Don't impose unnecessary compile options on users Chocobo1 2020-09-18 13:49:32 +08:00
  • 70d9ea8034
    Merge pull request #13388 from Chocobo1/webui Mike Tzou 2020-09-18 11:56:35 +08:00
  • 4099de73ed
    Merge pull request #13327 from FranciscoPombal/cmake_no_genexp Vladimir Golovnev 2020-09-18 05:36:37 +03:00