head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.30 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.28 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.26 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.24 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.22 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.20 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.18 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.16 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.14 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.12 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.10 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.8 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.6 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.4 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.2 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.3.0.10 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.8 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.6 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.2.0.4 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.2 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2022.07.15.10.48.53; author adam; state Exp; branches; next 1.3; commitid wUDeaQRw5elzOYLD; 1.3 date 2021.05.04.18.48.03; author adam; state Exp; branches; next 1.2; commitid 5tH9sqE2hcxZvRRC; 1.2 date 2020.11.21.22.17.56; author adam; state Exp; branches; next 1.1; commitid O71Aj1NJEY4OWNwC; 1.1 date 2020.03.30.17.17.23; author adam; state Exp; branches; next ; commitid dTVBBje64exXRr2C; desc @@ 1.4 log @qbittorrent: updated to 4.4.3.1 v4.4.3.1 - BUGFIX: Fix broken translations (sledgehammer999) v4.4.3 - BUGFIX: Correctly handle changing of temp save path (glassez) - BUGFIX: Fix storage in SQLite (glassez) - BUGFIX: Correctly apply content layout when "Skip hash check" is enabled (glassez) - BUGFIX: Don't corrupt IDs of v2 torrents (glassez) - BUGFIX: Reduce the number of hashing threads by default (improves hashing speed on HDDs) (summer) - BUGFIX: Prevent the "update dialog" from blocking input on other windows (summer) - BUGFIX: Add trackers in exported .torrent files (glassez) - BUGFIX: Fix wrong GUI behavior in "Optional IP address to bind to" setting (Chocobo1) - WEBUI: Fix WebUI crash due to missing tags from config (An0n) - WEBUI: Show correct location path (Chocobo1) - MACOS: Fix main window freezing after opening a files dialog (glassez) v4.4.2 - FEATURE: Allow to limit max memory working set size (glassez) - BUGFIX: Fix UI crash when torrent is in a non-existent category (Kevin Cox) - BUGFIX: Correctly handle changing of global save paths (glassez) - BUGFIX: Disable performance alert (Chocobo1) - BUGFIX: Prevent loading resume data with inconsistent ID (glassez) - BUGFIX: Properly handle metadata download for an existing torrent (glassez) - BUGFIX: Prevent crash when open torrent destination folder (glassez) - WINDOWS: NSIS: Update Spanish, Spanish International and French translations(Juanjo Jiménez, RqndomHax) v4.4.1 - FEATURE: Restore all torrent settings to the torrent's main context menu (thalieht) - FEATURE: Add confirmation for enabling Auto TMM from context menu (thalieht) - FEATURE: Add tooltip to Automatic Torrent Management context menu action (thalieht) - FEATURE: Add Select All/None buttons in new torrent dialog (thalieht) - BUGFIX: Keep "torrent info" alive while generate .torrent file (glassez) - BUGFIX: Correctly handle Auto TMM in Torrent Files Watcher (glassez) - BUGFIX: Correctly track the root folder name change (glassez) - BUGFIX: Various fixes to the moving torrent code (glassez) - BUGFIX: Update the torrent's download path field when changing category (thalieht) - BUGFIX: Correctly handle received metadata (glassez) - BUGFIX: Store hybrid torrents using legacy filenames (glassez) - BUGFIX: Open correct directory when clicked on Browse button (glassez) - BUGFIX: Fix crash when shutting down and clicing on system tray icon (Chocobo1) - BUGFIX: Fix "Free space on disk" in new torrent dialog (thalieht) - BUGFIX: Optimize completed files handling (Prince Gupta) - BUGFIX: Migrate proxy settings (sledgehammer999) - BUGFIX: Try to recover missing categories (glassez) - WEBUI: WebAPI: fix wrong key used for categories (Chocobo1) - WEBUI: Remove hack for outdated IE 6 browser (Chocobo1) - RSS: Correctly handle XML parsing errors (glassez) @ text @$NetBSD: patch-src_app_CMakeLists.txt,v 1.3 2021/05/04 18:48:03 adam Exp $ Disable app bundle on Darwin. --- src/app/CMakeLists.txt.orig 2022-05-24 20:10:49.000000000 +0000 +++ src/app/CMakeLists.txt @@@@ -60,7 +60,7 @@@@ endif() # Additional platform specific configuration # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- -if (CMAKE_SYSTEM_NAME STREQUAL "Darwin") +if (FALSE) include(FindQtTranslations) qbt_get_qt_translations(QT_TRANSLATIONS) set_source_files_properties(${QT_TRANSLATIONS} PROPERTIES MACOSX_PACKAGE_LOCATION translations) @ 1.3 log @qbittorrent: updated to 4.3.5 v4.3.5 - BUGFIX: Move cursor to the end when autofilling URL/hash in "Download from URLs" dialog (Chocobo1) - BUGFIX: Sort invalid QDateTime values after valid values (Chocobo1) - BUGFIX: Fix tabChangesFocus attribute in "Edit trackers" dialog (Christoph Rackwitz) - BUGFIX: Update DynDNS register url (zhuangzi926) - BUGFIX: Handle "not enough disk space" error more graciously (glassez) - BUGFIX: Correctly draw progress background with stylesheet (jagannatharjun) - WEBUI: Fix magnet url from the search facility (Chocobo1) - WEBUI: Revise folder monitoring functions (Chocobo1) - WEBUI: Fix magnet url from the browser (brvphoenix) - WEBUI: Allow to specify file indexes in torrents/files API (glassez) - WINDOWS: NSIS: Allow more strings to translated (bovirus, Chocobo1) - WINDOWS: NSIS: Update Italian, German, Estonian, Russian, PortugueseBR translations (bovirus, Henry Water, PriitUring, Долматов Алексей, Felipe) - LINUX: Fix D-Bus Notification `desktop-entry` field (Chocobo1) - MACOS: Don't use executable name as CFBundleName value (Nick Korotysh) - OTHER: Lower Qt requirement to 5.11 (sledgehammer999) - OTHER: Clarify that the license is GPLv2+ (sledgehammer999) @ text @d1 1 a1 1 $NetBSD: patch-src_app_CMakeLists.txt,v 1.2 2020/11/21 22:17:56 adam Exp $ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2021-05-02 15:59:11.000000000 +0000 d7 4 a10 4 @@@@ -82,7 +82,7 @@@@ set_source_files_properties( MACOSX_PACKAGE_LOCATION Resources ) d13 3 a15 3 # provide variables for substitution in dist/mac/Info.plist get_target_property(EXECUTABLE_NAME qbt_app OUTPUT_NAME) # This variable name should be changed once qmake is no longer used. Refer to the discussion in PR #14813 @ 1.2 log @qbittorrent: updated to 4.3.0.1 v4.3.0 - FEATURE: Many UI elements colors are themeable now (jagannatharjun) - FEATURE: Allow changing GUI icons from theme bundles (jagannatharjun) - FEATURE: Notify user when torrent moving finished (glassez) - FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod) - FEATURE: Add RSS functionality in Web UI (Sepro) - FEATURE: Drop ".unwanted folder" feature (glassez) - FEATURE: Expose libtorrent peer_turnover, max_concurrent_http_announces, no_connect_privileged_ports settings (Sophist, an0n666, NotTsunami) - BUGFIX: Fix typo in Options dialog (Andrei Stepanov) - BUGFIX: Remove "requires restart" from network interface settings (an0n666) - BUGFIX: Rename "Create subfolder" to "Keep top-level folder" (thalieht) - BUGFIX: Show tooltip for some properties in transfer list (Nick Korotysh) - BUGFIX: Fix calculation of torrent current state (glassez) - BUGFIX: Improve detecting completed files when adding, rechecking or moving a torrent (glassez) - BUGFIX: Fixed broken announce logic in embedded tracker causing failures in some cases (FranciscoPombal) - BUGFIX: Disable checkbox if torrent doesn't have root folder (thalieht) - BUGFIX: Update country flag icons with upstream (Chocobo1) - BUGFIX: Private torrent: If tracker entry is edited clear old peer list. Also don't allow user to manually add peers. (an0n666) - BUGFIX: Fix large strings not visible in log widget (jagannatharjun) - BUGFIX: Disable edit action in Peer list widget (Chocobo1) - BUGFIX: Add a scroll area to torrent creator dialog (Ernesto Castellotti) - BUGFIX: Content tab: Open double-clicked folder regardless on which column the click happens (Chocobo1) - BUGFIX: "Open containing folder" on a folder now opens it in its parent folder (Chocobo1) - BUGFIX: Fix GeoDB download in systems with non-C locales (FranciscoPombal) - BUGFIX: Fix peer blocked message (FranciscoPombal) - BUGFIX: Make more robust the banning of selected peers from the list (NotTsunami) - BUGFIX: Use toned green color for downloading pieces in Pieces bar (jagannatharjun) - BUGFIX: Correctly fill whole width of speed graph (jagannatharjun) - BUGFIX: Fix impossible speed in speed graph (jagannatharjun) - WEBUI: Hide additional search filters on small screens (Thomas Piccirello) - WEBUI: Shrink search bar on small screens (Thomas Piccirello) - WEBUI: Fix search categories only working in English (Thomas Piccirello) - WEBUI: Add Trackers section to sidebar (Thomas Piccirello) - WEBUI: Fix Enter button behavior in textarea (Tom Piccirello) - WEBUI: Fix wrong file renaming selection range (MR) - WEBUI: Preselect "Default save path" in watched folders (thalieht) - WEBUI: Fix banning peers (brvphoenix) - WEBUI: Fix seeding time checkbox placement (Chocobo1) - WEBUI: Bump Web API version (Thomas Piccirello) - RSS: Fix renaming RSS autodownload rule (glassez) - RSS: Fix RSS article is not marked as "read" when torrent is downloaded (glassez) - SEARCH: Update minimum Python version to 3.5.0 (ngosang) - SEARCH: Make middle-click close search tabs (Will Da Silva) - WINDOWS: NSIS: Update Dutch translation (Thomas De Rocker) - WINDOWS: NSIS: Change the installers uninstallation question to clear confusion (an0n666) - LINUX: Fix typo in systemd service file (Shane Allgeier) - LINUX: Don't use HTML in tray tooltip (thalieht) - LINUX: Don't create 'data' subdirectory in XDG_DATA_HOME (lbilli) - LINUX/MACOS: Add HTTPS tracker certificate validation option (NotTsunami) - OTHER: Many CMake improvements (FranciscoPombal) - OTHER: Support for libtorrent 1.1.x is dropped (Chocobo1) - OTHER: Many code cleanups and improvements (FranciscoPombal, Chocobo1, glassez) @ text @d1 1 a1 1 $NetBSD: patch-src_app_CMakeLists.txt,v 1.1 2020/03/30 17:17:23 adam Exp $ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2020-10-18 19:41:04.000000000 +0000 d7 1 a7 1 @@@@ -83,7 +83,7 @@@@ set_source_files_properties( d13 3 a15 3 # substitute @@EXECUTABLE@@ in dist/mac/Info.plist get_target_property(EXECUTABLE qbt_app OUTPUT_NAME) configure_file(${qBittorrent_SOURCE_DIR}/dist/mac/Info.plist @ 1.1 log @qbittorrent: updated to 4.2.2 v4.2.2 changelog: FEATURE: Allow transfer list text color changes through QSS FEATURE: Option to show console when external program is run FEATURE: Rename Country column to "Country / Region" FEATURE: Change the defaults of some settings FEATURE: Refactored Transfer List code to allow theming. As a sideffect the row height has more padding. FEATURE: Allow double-click in preview dialog FEATURE: Expose stop_tracker_timeout in advanced settings FEATURE: Add piece_extent_affinity to AdvancedSettings FEATURE: Reorganize UI theme selection FEATURE: Show any multiple connections from the same IP in peer list FEATURE: Add stalled filters to GUI and Web API/UI FEATURE: Use IP geolocation database by DB-IP instead of MaxMind FEATURE: Allow to save downloaded metadata as torrent file FEATURE: Allow single app instance per configuration PERFORMANCE: Move multiple torrents one by one BUGFIX: Disable Torrent Queue by default for new users BUGFIX: Update free disk space label on Category change in Auto Mode BUGFIX: Save resume data after recheck BUGFIX: Tracker is errored only if all local endpoints fail BUGFIX: Change placement of stop tracker timeout setting BUGFIX: Redesign torrent startup handling BUGFIX: Show "∞" instead of " -1" in Preferences BUGFIX: Improve code efficiency for reverse resolution of peers BUGFIX: Handle HTTP redirection to magnet URI BUGFIX: Various fixes for portable mode BUGFIX: Include resume folder path in exception message BUGFIX: Change placeholder text in torrent list's filter BUGFIX: Improvements in the embedded tracker to be more spec compliant BUGFIX: Improve the options tooltips BUGFIX: Check if file exists in seed mode BUGFIX: Delegate GUI scaling work to Qt BUGFIX: Fix crash when renaming torrent contents BUGFIX: Fix total connected peers count calculation BUGFIX: Allow other keypresses in LogListWidget BUGFIX: Disable Auto TMM when not using default savepath from monitored folder WEBUI: Fix first row renaming in files tab WEBUI: Use SVG image for WebUI favicon WEBUI: Inherit text color for filter list elements WEBUI: Expose WebUI ban counter to users WEBUI: Expose WebUI ban duration to users WEBUI: Implement "Secure" flag for session cookie WEBUI: Remove unused/deprecated option WEBUI: Prevent excessive sync requests WEBUI: Fix populating statistics window WEBUI: Fix matching uncategorized torrents WEBUI: Always allow whitespace in category names SEARCH: Bump python version for new installation SEARCH: Fix missing string SEARCH: Drop python2 support WINDOWS: Installer: Option to start qBittorrent on Windows start up WINDOWS: Installer: Improve Czech translation WINDOWS: Installer: Update French translation WINDOWS: Installer: Update German translation WINDOWS: Installer: Update Japanese translation WINDOWS: Path length limitation is removed on Windows 10 1607 onwards @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2020-03-30 16:49:50.000000000 +0000 d7 2 a8 5 @@@@ -27,7 +27,6 @@@@ set_target_properties(qBittorrent PROPERTIES AUTOUIC True AUTORCC True - MACOSX_BUNDLE True d11 1 a11 24 # translations @@@@ -102,7 +101,7 @@@@ if (NOT DISABLE_WEBUI) endif() # we have to include resources into the bundle -if (APPLE) +if (FALSE) set(OSX_RES_SRC_DIR "${qBittorrent_SOURCE_DIR}/dist/mac") list(APPEND QBT_APP_RESOURCE_SOURCE "${OSX_RES_SRC_DIR}/qt.conf" @@@@ -154,7 +153,7 @@@@ target_sources(qBittorrent PRIVATE ${QBT get_target_property(QBT_EXECUTABLE_NAME qBittorrent OUTPUT_NAME) -if (APPLE) +if (FALSE) set(qbt_BUNDLE_NAME ${QBT_EXECUTABLE_NAME}) # substitute @@EXECUTABLE@@ in dist/mac/Info.plist @@@@ -173,7 +172,7 @@@@ install(TARGETS qBittorrent BUNDLE DESTINATION . COMPONENT runtime) -if (Qt5Widgets_FOUND AND APPLE) d13 3 a15 3 find_package(Qt5Svg REQUIRED) include(bundle) endif (Qt5Widgets_FOUND AND APPLE) @