Commit Graph

  • 0143390fc6 Treat unset as null and fix test Alessandro Pasotti 2025-06-03 09:55:53 +02:00
  • 19e9a8d2da fix(PDFExport): write PDF/X namespace only when needed #62103 Julien Cabieces 2025-06-02 17:50:41 +02:00
  • 1ecbaf9403
    Merge pull request #62091 from troopa81/fix_pdfx_export_ns Julien Cabieces 2025-06-03 08:59:45 +02:00
  • b0f8928f39
    Fix jumpy scroll area when using mouse wheel on qt6 builds #62099 Nyall Dawson 2025-06-03 13:22:20 +10:00
  • a1e7949d67
    QgsScrollArea - replace QTimer with cheaper QElapsedTimer Nyall Dawson 2025-06-03 13:21:42 +10:00
  • 9576f38104 [ui] Fix user profile selector dialog colors on Qt6 with dark theme OSes Mathieu Pellerin 2025-06-02 12:52:42 +07:00
  • ca0470e09d
    Elevation profiles should open as a dock by default #62102 Nyall Dawson 2025-06-03 15:51:44 +10:00
  • 54b62cc5d1
    Avoid corrupted overlapping docks when first changing from dialog to dock Nyall Dawson 2025-06-03 15:51:24 +10:00
  • 1bb76b941d [ui] Fix temporary pan mode stuck when pressing both middle mouse and space bar within the layout or model designer dialogs Mathieu Pellerin 2025-05-31 19:03:42 +07:00
  • f945a55913 [qt6] Hide 'requested buffer size is too big' warning Nyall Dawson 2025-06-02 14:57:26 +10:00
  • 01dbf99f41 Fix another comparator Nyall Dawson 2025-06-03 07:16:31 +10:00
  • 4cbb7ca3b5 Fix comparator for model component deletion priority Nyall Dawson 2025-06-02 14:26:52 +10:00
  • 92c9a19691 Fix comparator for label text Nyall Dawson 2025-06-02 14:21:45 +10:00
  • 862ed8de0f Fix project translation support for .qgz projects #62101 Mathieu Pellerin 2025-05-31 19:38:36 +07:00
  • 22ae7e00b7 [processing] Fix parameterAsExtentGeometry not returning a geometry when the CRS extracted from the string matches the function's CRS parameter Mathieu Pellerin 2025-06-01 12:16:29 +07:00
  • c349130418 Fix project translation support for .qgz projects Mathieu Pellerin 2025-05-31 19:38:36 +07:00
  • c5f4428e5b Preserve 0.0 logic #62074 Mathieu Pellerin 2025-06-03 10:55:05 +07:00
  • 135989e1df Address review, cppcheck Mathieu Pellerin 2025-06-02 11:05:14 +07:00
  • cf4494973c Add a RenderLayerTree render context flag to further reduce nb of drawn lines/markers in the fill patterns to avoid UI freezes altogether Mathieu Pellerin 2025-06-02 10:25:45 +07:00
  • 0c206e4551 [symbology] Fix line/point pattern fill symbol layer freezing QGIS when rendering an insane amount of points/lines per pixel Mathieu Pellerin 2025-06-01 10:42:47 +07:00
  • 6a25910296 More test tolerance #62100 Nyall Dawson 2025-06-03 07:20:41 +10:00
  • 43812509cc [processing] Fix execution of nested models Nyall Dawson 2025-05-21 16:19:01 +10:00
  • 31b1e197c0 More test tolerance Nyall Dawson 2025-06-03 07:20:41 +10:00
  • 9996e9cdfc [processing] Fix execution of nested models Nyall Dawson 2025-05-21 16:19:01 +10:00
  • f63702a60a Remove QApplication::setFont usage from the QgsAppStyleSheet class #62086 Mathieu Pellerin 2025-06-03 09:30:00 +07:00
  • a56212a082 Regenerate qgsexpression_texts.cpp if process_function_template.py changes Nyall Dawson 2025-06-02 12:11:51 +10:00
  • 2c41d4fbe0 auto sipify 🍺 qgis-bot 2025-06-03 01:37:11 +00:00
  • ff732c66e0 Fix build Nyall Dawson 2025-06-03 08:46:31 +10:00
  • b9c6d4b493 Tests for policy/flag sync Nyall Dawson 2025-05-30 11:24:16 +10:00
  • 1e9f39e650 Silence false positive clang tidy warning Nyall Dawson 2025-05-30 10:41:03 +10:00
  • 868e067da9 Rename 'AllowRasterization' to 'Default' Nyall Dawson 2025-05-29 10:06:21 +10:00
  • e6a640f7da Match to existing behavior Nyall Dawson 2025-05-29 09:55:41 +10:00
  • 881bc87c66 Synchronize layout render flags to rasterization policy Nyall Dawson 2025-05-28 16:08:47 +10:00
  • 6bd71ef1de Promote layout render context flags to enum class, move to Qgis Nyall Dawson 2025-05-28 14:52:25 +10:00
  • fc56adc1fc Force sync flags and rasterization policies Nyall Dawson 2025-05-28 14:39:16 +10:00
  • 902f9527ba Fix cppcheck Nyall Dawson 2025-05-28 14:17:46 +10:00
  • 71b07f61be Fixes Nyall Dawson 2025-05-28 14:12:06 +10:00
  • 8c30e9a7cc Update test to newer infrastructure Nyall Dawson 2025-05-28 12:35:10 +10:00
  • e04145f053 Add new enum for rasterised rendering policy Nyall Dawson 2025-05-21 08:56:10 +10:00
  • f53a2f1f14 style edit #62098 Anna 2025-06-02 18:29:44 -07:00
  • 986d916fb6 made changes to section Vector with tolerance Anna 2025-06-02 18:25:30 -07:00
  • 67a8f941e7 When applying a named style to a font, check for untranslated style if the translated one is missing Mathieu Pellerin 2025-05-31 17:12:01 +07:00
  • 057e381a88 made changes to section Algoritm tests and How to Anna 2025-06-02 17:37:01 -07:00
  • 7299aa4c80
    Use protected, not private virtual methods for map tool classes #62097 Nyall Dawson 2025-06-03 10:21:35 +10:00
  • 0cdc48caa8 auto sipify 🍺 qgis-bot 2025-06-02 23:40:37 +00:00
  • 451098bf93 sipify Alexander Bruy 2025-06-02 14:29:28 +01:00
  • 020ea843ce use more future-proof approach with the read-only property moved to the widget factory Alexander Bruy 2025-06-02 09:32:21 +01:00
  • 597758df93 disable "Editable" and "Reuse last value" checkboxes for JsonView editor widget (fix #47515) Alexander Bruy 2025-05-28 11:43:37 +01:00
  • f8d1807eeb
    Fix build #61942 Nyall Dawson 2025-06-03 08:46:31 +10:00
  • 8ec3b8bade
    Don't try to translate empty strings #62096 Nyall Dawson 2025-06-03 07:49:11 +10:00
  • 16ae597247
    Try using global static for function help texts #62095 Nyall Dawson 2025-06-03 07:39:02 +10:00
  • dfc3bb39d2
    More test tolerance #62079 Nyall Dawson 2025-06-03 07:20:41 +10:00
  • d6e4b8e784
    Fix another comparator #62081 Nyall Dawson 2025-06-03 07:16:31 +10:00
  • 86e1981782
    Tests for policy/flag sync Nyall Dawson 2025-05-30 11:24:16 +10:00
  • 137e98be87
    Silence false positive clang tidy warning Nyall Dawson 2025-05-30 10:41:03 +10:00
  • dc985f05fe
    Rename 'AllowRasterization' to 'Default' Nyall Dawson 2025-05-29 10:06:21 +10:00
  • 4c1feb7793
    Match to existing behavior Nyall Dawson 2025-05-29 09:55:41 +10:00
  • 9d84c330a2
    Synchronize layout render flags to rasterization policy Nyall Dawson 2025-05-28 16:08:47 +10:00
  • 4fac7cd508
    Promote layout render context flags to enum class, move to Qgis Nyall Dawson 2025-05-28 14:52:25 +10:00
  • 6f09b8248c [processing] Fix parameterAsExtentGeometry not returning a geometry when the CRS extracted from the string matches the function's CRS parameter #62094 Mathieu Pellerin 2025-06-01 12:16:29 +07:00
  • 5cd5243ca0
    Force sync flags and rasterization policies Nyall Dawson 2025-05-28 14:39:16 +10:00
  • 81a1ec4daf
    Fix cppcheck Nyall Dawson 2025-05-28 14:17:46 +10:00
  • 63189ab6a5
    Fixes Nyall Dawson 2025-05-28 14:12:06 +10:00
  • 695301892d
    Update test to newer infrastructure Nyall Dawson 2025-05-28 12:35:10 +10:00
  • 24fd94f218
    Add new enum for rasterised rendering policy Nyall Dawson 2025-05-21 08:56:10 +10:00
  • 0bb5ec3785 [ui] Fix temporary pan mode stuck when pressing both middle mouse and space bar within the layout or model designer dialogs #62093 Mathieu Pellerin 2025-05-31 19:03:42 +07:00
  • b2f19c1365 [processing] Fix parameterAsExtentGeometry not returning a geometry when the CRS extracted from the string matches the function's CRS parameter Mathieu Pellerin 2025-06-01 12:16:29 +07:00
  • 897c923d53 [ui] Fix temporary pan mode stuck when pressing both middle mouse and space bar within the layout or model designer dialogs Mathieu Pellerin 2025-05-31 19:03:42 +07:00
  • 01291f6990 [gui] Fix confusing save vector layer dialog's include z dimension checkbox when geometry combobox is set to automatic #62092 backport-62068-to-queued_ltr_backports Mathieu Pellerin 2025-05-31 18:20:41 +07:00
  • 3e3aadedd7 [vector tiles] Fix handling of source containing a relative path to the root of the server hosting the style json Mathieu Pellerin 2025-05-30 13:52:22 +07:00
  • 2aeffe4083 [gui] Fix confusing save vector layer dialog's include z dimension checkbox when geometry combobox is set to automatic Mathieu Pellerin 2025-05-31 18:20:41 +07:00
  • 36411f784e
    Merge 939a906be4baceff0c67bf4a427a116567bcb0b6 into 1ffdf734b581081d3e4e625006c965c70818fb59 #61970 Mathieu Pellerin 2025-06-02 19:55:55 +02:00
  • 4a66ae20e4 fix(PDFExport): write PDF/X namespace only when needed #62091 Julien Cabieces 2025-06-02 17:50:41 +02:00
  • 3de4bb8b38 sipify #62064 Alexander Bruy 2025-06-02 14:29:28 +01:00
  • 142184b761 [ui] Fix custom font size not applied properly with Qt6 builds Mathieu Pellerin 2025-06-02 17:15:38 +07:00
  • 653195fbcc use more future-proof approach with the read-only property moved to the widget factory Alexander Bruy 2025-06-02 09:32:21 +01:00
  • c1f2d4e5ce [vector tiles] Fix handling of source containing a relative path to the root of the server hosting the style json #62084 Mathieu Pellerin 2025-05-30 13:52:22 +07:00
  • 1ffdf734b5
    Merge pull request #62062 from nirvn/vectortile_source_relative Alexander Bruy 2025-06-02 07:34:16 +01:00
  • cb45938969 [ui] Fix user profile selector dialog colors on Qt6 with dark theme OSes #62083 Mathieu Pellerin 2025-06-02 12:52:42 +07:00
  • 8e0e305436 Move also "decimal place" and "keep base unit" options #61988 Harrissou Sant-anna 2025-06-02 07:31:50 +02:00
  • 9ca0c9873a
    [qt6] Hide 'requested buffer size is too big' warning #62082 Nyall Dawson 2025-06-02 14:57:26 +10:00
  • e6a80f644f
    Fix comparator for model component deletion priority Nyall Dawson 2025-06-02 14:26:52 +10:00
  • 7475c6c5f3
    Fix comparator for label text Nyall Dawson 2025-06-02 14:21:45 +10:00
  • a22be0d13c When applying a named style to a font, check for untranslated style if the translated one is missing #62080 Mathieu Pellerin 2025-05-31 17:12:01 +07:00
  • 9773739d20 When applying a named style to a font, check for untranslated style if the translated one is missing Mathieu Pellerin 2025-05-31 17:12:01 +07:00
  • e8f3534207
    [processing] Fix execution of nested models Nyall Dawson 2025-05-21 16:19:01 +10:00
  • 05d789355e
    Regenerate qgsexpression_texts.cpp if process_function_template.py changes #62078 Nyall Dawson 2025-06-02 12:11:51 +10:00
  • 7fec082fea Bump actions/checkout from 3 to 4 dependabot[bot] 2025-06-01 19:28:58 +00:00
  • bc48b73348 Apply suggestions from code review Nyall Dawson 2025-05-31 07:12:00 +10:00
  • 8ea8798c52 Add "concave hull by feature" algorithm Nyall Dawson 2025-05-30 12:33:34 +10:00
  • e5224407d3
    Bump actions/checkout from 3 to 4 #62077 dependabot[bot] 2025-06-01 19:28:58 +00:00
  • d8b1a21dab [CSV] add HEADER creation option #62138 Andrea Giudiceandrea 2025-06-01 20:28:10 +02:00
  • 60932b7ef2 [CSV] add PIPE value for SEPARATOR creation option Andrea Giudiceandrea 2025-06-01 16:49:50 +02:00
  • 84e4fe1cb5
    [CSV] add missing SPACE value for SEPARATOR creation option Andrea Giudiceandrea 2025-06-01 15:21:59 +02:00
  • dcf10c9113
    [CSV] add missing GEOMETRY_NAME creation option Andrea Giudiceandrea 2025-06-01 15:20:54 +02:00
  • 261ee7da13
    Merge pull request #62071 from m-kuhn/cmake_3_22 Matthias Kuhn 2025-06-01 08:19:22 +02:00
  • 0b7e5c8c2d [processing] Fix parameterAsExtentGeometry not returning a geometry when the CRS extracted from the string matches the function's CRS parameter #62075 Mathieu Pellerin 2025-06-01 12:16:29 +07:00
  • 44be240940 auto sipify 🍺 qgis-bot 2025-06-01 00:36:38 +00:00
  • 29e6723f1e Don't try to pass unset attributes to ArcGIS REST backends Nyall Dawson 2025-05-30 14:21:58 +10:00
  • a41e6acf89 Test for issue 61946 Alessandro Pasotti 2025-05-30 17:47:38 +02:00