head 1.4; access; symbols pkgsrc-2026Q1:1.3.0.4 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.2 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2026.05.13.06.50.50; author adam; state Exp; branches; next 1.3; commitid yngoFUbmLWiRyCFG; 1.3 date 2025.11.11.12.35.49; author adam; state Exp; branches; next 1.2; commitid 6vdAWC9xMBD4m8iG; 1.2 date 2025.05.10.10.53.21; author adam; state Exp; branches; next 1.1; commitid nxCD9xstNTuCJlUF; 1.1 date 2025.05.09.05.57.08; author adam; state Exp; branches; next ; commitid kD2CNCOXFST38cUF; desc @@ 1.4 log @qtcreator: updated to 19.0.1 Qt Creator version 19.0.1 contains bug fixes. General Fixed * That preferences for newly enabled plugins were only available after restart * Various issues with marking the `Preferences` as dirty * A possible crash when opening the `About Qt Creator` dialog multiple times * That using the keyboard shortcut for `Advanced Find` did not raise the search widget * Model Context Protocol * A crash when using the `quit` action Editing Fixed * That the minimap was shown in text views in the preferences which lead to a crash QML Fixed * That issues from the built-in model were still shown when `qmlls` is used Diff Viewer Fixed * That `Diff Against Current File` was not available for non-text editors like the image viewer @ text @$NetBSD: patch-src_app_CMakeLists.txt,v 1.3 2025/11/11 12:35:49 adam Exp $ Disable application bundle. --- src/app/CMakeLists.txt.orig 2026-04-21 01:35:02.000000000 +0000 +++ src/app/CMakeLists.txt @@@@ -12,9 +12,6 @@@@ configure_file(app_logo.qrc.cmakein app_ # This needs to be explicit like this, to avoid issues with the path # to the binary in generated SBOMs. set(qtcreator_props "") -if(APPLE) - list(APPEND qtcreator_props MACOSX_BUNDLE ON) -endif() if(WIN32) list(APPEND qtcreator_props WIN32_EXECUTABLE ON) endif() @@@@ -111,7 +108,7 @@@@ if (WIN32) target_sources(qtcreator PRIVATE qtcreator.rc) endif() -if (APPLE) +if (FALSE) if (CMAKE_OSX_DEPLOYMENT_TARGET) set(MACOSX_DEPLOYMENT_TARGET ${CMAKE_OSX_DEPLOYMENT_TARGET}) endif() @@@@ -226,7 +223,7 @@@@ extend_qtc_executable(qtcreator QTC_FORCE_XCB ) -if ((NOT WIN32) AND (NOT APPLE)) +if (NOT WIN32) # install logo foreach(size 16 24 32 48 64 128 256 512) install( @ 1.3 log @qtcreator: updated to 18.0 Qt Creator 18 adds experimental support for Development Containers and many more improvements. @ text @d1 1 a1 1 $NetBSD: patch-src_app_CMakeLists.txt,v 1.2 2025/05/10 10:53:21 adam Exp $ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2025-10-28 11:28:21.000000000 +0000 d17 1 a17 1 @@@@ -106,7 +103,7 @@@@ if (WIN32) d26 2 a27 2 @@@@ -201,7 +198,7 @@@@ extend_qtc_executable(qtcreator SENTRY_CRASHPAD_PATH="${SENTRY_CRASHPAD_PATH}" @ 1.2 log @qtcreator: updated to 16.0.1 16.0.1 We fixed a regression that formatting code with the Beautifier plugin could break the text encoding, and many other issues in various areas. Please check our change log for a more detailed list of improvements. @ text @d1 1 a1 1 $NetBSD: patch-src_app_CMakeLists.txt,v 1.1 2025/05/09 05:57:08 adam Exp $ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2025-04-10 08:57:18.000000000 +0000 d7 11 a17 9 @@@@ -20,7 +20,6 @@@@ add_qtc_executable(qtcreator ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.h PROPERTIES WIN32_EXECUTABLE ON - MACOSX_BUNDLE ON OUTPUT_NAME "${IDE_APP_TARGET}" DESTINATION "${IDE_APP_PATH}" QTC_RUNNABLE @@@@ -98,7 +97,7 @@@@ if (WIN32) d26 1 a26 1 @@@@ -171,7 +170,7 @@@@ extend_qtc_executable(qtcreator @ 1.1 log @qtcreator: add new files @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/app/CMakeLists.txt.orig 2025-03-11 12:27:32.000000000 +0000 d24 3 a26 3 @@@@ -157,7 +156,7 @@@@ if(BUILD_WITH_CRASHPAD) ) endif() @