From fd012363007f28f517d17c84e665321d0b8ec3d7 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 23 Feb 2024 13:04:10 +0100 Subject: [PATCH] changelog and news update for 3.36 --- ChangeLog | 22093 +++++++++++++++++++-------- NEWS.md | 41 + linux/org.qgis.qgis.appdata.xml.in | 1 + 3 files changed, 15416 insertions(+), 6719 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8d090730782..b9a67adbb376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,8546 @@ +Jürgen E. Fischer 2024-02-23 + + translation update for 3.36.0 from transifex + +Jürgen E. Fischer 2024-02-23 + + release.pl: fix ltr splash check + +Jacky Volpes 2024-02-07 + + Fix issue where boolean and NULL values are not properly saved/loaded with categorized renderer + +Jacky Volpes 2024-02-07 + + Fix issue where FALSE boolean value was treated like an empty value + +Jacky Volpes 2024-02-07 + + Homogenization of boolean in expressions + +Jacky Volpes 2024-01-31 + + Boolean values must be prefilled as booleans + + In expression builder, when looking at the sample values of a boolean field, use boolean values when the user selects a value, and not text. + +Merge: a738296d6c7 cd6df9bb091 +Alessandro Pasotti 2024-02-23 + + Merge pull request #56334 from elpaso/bugfix-gh55532-line-break-in-html-labels + + [labeling] fix BR in HTML labels + +Nyall Dawson 2024-02-23 + + Regenerate primary keys for Split Lines by Length outputs + + Fixes #56486 + +Nyall Dawson 2024-02-21 + + Don't force full calculation of layer extent when cloning layers + + This can be extremely expensive to calculate for some sources, + so just clone whatever information we currently have available + instead of force calculating the full exact extent. + +Merge: 2ec700973a7 58e31ad3c06 +Even Rouault 2024-02-23 + + Merge pull request #56489 from qgis/revert-55924-bugfix-gh55726-restore-default-metadata + + Revert "Restore default metadata from DB" + +Nyall Dawson 2024-02-21 + + Fix leaks in metal rough material + + We need to explicitly parent all these objects to the material, + as we only selectively add them to entities depending on the + material settings. If we don't explicitly parent, then they won't + all get added to entities and will ultimately leak... + +Nyall Dawson 2024-02-23 + + Revert "Restore default metadata from DB" + +Stefanos Natsis 2024-02-19 + + add tests for delete ring and delete part map tools + +Stefanos Natsis 2024-02-09 + + Only warn about selected features when there is a selection + +Stefanos Natsis 2024-02-09 + + Allow deleting last part of single part geometries too + +Thomas Bonfort 2024-02-22 + + Avoid error when plugin loaded with QGIS_NO_OVERRIDE_IMPORT + +Jacky Volpes 2024-02-22 + + Tests for correct filtering of Vector type vs VectorAnyGeometry in multiple source processing parameter + +Jacky Volpes 2024-02-21 + + Fix #55636 for correct filtering of Vector type vs VectorAnyGeometry in multiple source processing parameter + +Jürgen E. Fischer 2024-02-22 + + fix rename of ltr splash + + (cherry picked from commit cc9d733e5f12c78fc752b32bd487fe0098f630c7) + +Jürgen E. Fischer 2024-02-09 + + remove duplicate python3-pyqt5.qtserialport + +Nyall Dawson 2024-02-22 + + Another test mask + +Nyall Dawson 2024-02-22 + + Try to refix test on qt5 + +Nyall Dawson 2024-02-22 + + More test masks + +Nyall Dawson 2024-02-22 + + Fix QgsProviderConnectionComboBox handling of deleted connections on Qt 6.6.2+ + +Nyall Dawson 2024-02-22 + + Don't show misleading null in variant warnings when converting objects + for Python + + This isn't something we are doing wrong, it's how sip handles these + objects. + +Nyall Dawson 2024-02-22 + + Update test masks + +Nyall Dawson 2024-02-22 + + Update 3d test masks/images + + Likely as a result of an upstream qt bug fix, https://bugreports.qt.io/browse/QTBUG-69463 + +Nyall Dawson 2024-02-22 + + Fix ui file warning + +Nyall Dawson 2024-02-21 + + Update some test masks + +Alessandro Pasotti 2024-02-22 + + Remove newlines + +Mathieu Pellerin 2024-02-21 + + [wms] Fix handling of mbtiles in paths containing non-latin characters (fixes #56023) + +Mathieu Pellerin 2024-02-20 + + [wms] Fix local raster XYZ tiles directory layer loading (fixes #56371) + +Nyall Dawson 2024-02-21 + + Fix misleading warning after upgrading unloaded plugin + +Nyall Dawson 2024-02-21 + + Fix running plugins are not restarted after upgrading + + Fixes #56277 + +Mathieu Pellerin 2024-02-21 + + [ui][db manager] Insure the information views are friendly to dark themes + +Mathieu Pellerin 2024-02-21 + + [ui][wms] Fix WMS source select interpretation combobox not setting proper index on empty interpretation string + +Stefanos Natsis 2024-02-21 + + use qint64 instead of qint32 for point cloud node data bounds + +Nyall Dawson 2024-02-21 + + Don't write null wgs84 extents to XML + +Mathieu Pellerin 2024-02-21 + + [annotations] Do not process empty geometries when adding line/polygon annotations + +Mathieu Pellerin 2024-02-21 + + [ui] Fix QGIS new version message bar compatibility with dark themes + +Mathieu Pellerin 2024-02-21 + + Address review + +Mathieu Pellerin 2024-02-20 + + [geometry snapper] Fix wrong point-to-segment distance within maths + +Nyall Dawson 2024-02-21 + + Don't force calculate layer extents when saving layers + + If we don't already have an extent available, don't force a full + recalculation of it when saving the layer to XML. This can be extremely + expensive to calculate for some vector layer sources, so if we + force calculate it when saving then QGIS projects can take + minutes++ to save! + + Fixes a (private) project with multiple vector layers from Geodatabases + which takes upwards of 5 minutes to save. + +Martin Dobias 2024-02-21 + + Fix a deadlock with local COPC files in 2D rendering + + Follow up of #56388 + + It was possible to trigger a deadlock when using a local COPC file + by zooming in/out while there was 2D rendering happening - this caused + a situation where point cloud index was trying to recursively lock + a mutex that the same thread has already locked. + + fetchNodeHierarchy() for local COPC files now unlocks the mutex before + calling fetchHierarchyPage() just like what happens with remote COPC files. + + While fixing that, I have removed now duplicate code between the local and + remote COPC support. The logic for dealing with hierarchy mutex should + be clearer now as well - we do not call other functions of the index + with mutex locked. + +Nyall Dawson 2024-02-20 + + Add setters for QgsWeakRelation layer sources + +Merge: 6b593ebe5c9 8f5f8f4c2d7 +Even Rouault 2024-02-21 + + Merge pull request #56429 from rouault/fix_testWFSComplexFeatures_failure + + Fix TestPyQgsWFSProvider.testWFSComplexFeatures failure + +Mathieu Pellerin 2024-02-20 + + Update src/gui/qgsmaplayerstylecategoriesmodel.cpp + +Mathieu Pellerin 2024-02-20 + + [ui] Insure that all style categories have tooltips (fixes #56362) + +Mathieu Pellerin 2024-02-20 + + [ui] When an attribute table is docked to the main window, disable the DEL keyboard shorcut (fixes #56262) + +Even Rouault 2024-02-20 + + Fix TestPyQgsWFSProvider.testWFSComplexFeatures failure + +Nyall Dawson 2024-02-20 + + Update python/plugins/processing/gui/BatchPanel.py + + Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> + +Nyall Dawson 2024-02-20 + + Ensure correct context is used when determining parameters for row + + Fixes #56132 + +Nyall Dawson 2024-02-20 + + Add typehints + +Nyall Dawson 2024-02-20 + + Cleanup code, only run checks when warnOnInvalid is True + + Refs #56132 + +Merge: ca336f7810e 8dfb394d58e +Alessandro Pasotti 2024-02-20 + + Merge pull request #55924 from elpaso/bugfix-gh55726-restore-default-metadata + + Restore default metadata from DB + +Merge: 086d5cfa28e f017314e97e +Even Rouault 2024-02-20 + + Merge pull request #55847 from rouault/wfs_complex_content + + [WFS provider] Handle documents with Complex Feature schemas (using OGR GMLAS driver), and JSON'ify content of complex properties + +Nyall Dawson 2024-02-20 + + Fix crash when applying vector properties dialog + + Applyling the field configuration was setting the field properties for + the layer, which was triggering a connection to rebuild the dialog + properties while we were still mid-way through applying the changes. + +Martin Dobias 2024-02-19 + + Fix a crash in point cloud renderer when cleaning up preview painter + + This fixes a crash in 2D rendering: + 1. load a remote COPC layer + 2. enable render as a surface + 3. zoom in and out quickly + 4. crash upon job cleanup when deleting preview painter + + The crash was happening because in renderNodesAsync() we may have + set the preview painter as the main painter, and then exit early + upon cancellation, without setting the original painter back. + + Fixed by making sure the early exit happens before any changes to the painter. + +Even Rouault 2024-02-06 + + [Vector file writer] Save source field domains to output file (fixes #56184) + +Mathieu Pellerin 2024-02-19 + + Update src/app/qgsmapsavedialog.h + +Mathieu Pellerin 2024-02-19 + + Insure that saving map [canvas] as image/PDF take high DPI scaling factor into account + +Aleix Pol 2024-02-19 + + Properly specify the QGIS development team + +Aleix Pol 2024-02-19 + + appdata: Provide new ordering for the description tag + + We should mark as translated the paragraph, not the root element + +Nyall Dawson 2024-02-15 + + Fix handling of font family from HTML on Qt 6 builds + + At some stage we'll likely need to update QgsTextCharacterFormat to + use a list of families to match the Qt 6 changes, but for now just + get the first listed font. + +Even Rouault 2024-01-25 + + QgsVectorLayerUtils::guessFriendlyIdentifierField(): improve heuristics to work better with WFS layers analyzed with the GMLAS driver + +Even Rouault 2024-01-22 + + [WFS provider] If GMLAS analysis failed, write error to message log + +Even Rouault 2024-01-22 + + [WFS provider] querySublayers(): workaround servers that declare geometry type filters, but which are not working + +Even Rouault 2024-01-22 + + QgsGmlStreamingParser::startElement(): make clang-tidy happy + +Even Rouault 2024-01-21 + + [WFS provider] Add support for geometry element using gml:GeometricPrimitivePropertyType + +Even Rouault 2024-01-21 + + [WFS provider] readAttributesFromSchemaWithoutGMLAS(): also retry with GMLAS driver when no attribute has been found + + Fixes case of https://github.com/qgis/QGIS/pull/55847/commits/8eb189b383a6fe8928ccee94c823c29fa181b17f + +Even Rouault 2024-01-21 + + QgsGmlStreamingParser: in JSON attribute mode, robustify against geometry elements in unexpected places + +Even Rouault 2024-01-21 + + [WFS provider] Fix discovery of geometry attribute when partially recognized by regular analysis of DescribeFeatureType and then handled by GMLAS based analysis + +Even Rouault 2024-01-21 + + [WFS provider] Change feature paging enabled option to be tri-state (default, enabled, disabled), to allow a user to effectively override server capabilities + +Even Rouault 2024-01-21 + + [GUI] Attribute table: truncate too large strings to avoid performance issues + +Even Rouault 2024-01-21 + + JSONEditWidget: fix performance issues with too large arrays in tree view mode + +Even Rouault 2024-01-20 + + [WFS provider] readAttributesFromSchemaWithGMLAS(): make sure geomType is properly initialized to NoGeometry when there's no geometry field + +Even Rouault 2024-01-20 + + QgsGmlStreamingParser: fix quadratic performance pattern when parsing huge JSON content + + Addresses issue with https://github.com/qgis/QGIS/pull/55847#issuecomment-1902043499 + and parsing of "https://www.wfs.nrw.de/geobasis/wfs_nw_inspire-gewaesser-netzwerk_atkis-basis-dlm?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=net:Network&COUNT=1&SRSNAME=urn:ogc:def:crs:EPSG::25832&NAMESPACES=xmlns(net,http://inspire.ec.europa.eu/schemas/net/4.0)&NAMESPACE=xmlns(net,http://inspire.ec.europa.eu/schemas/net/4.0" + which is a 44 MB single WFS feature... + +Even Rouault 2024-01-20 + + [WFS provider] Silence harmless warnings coming from GMLAS driver + +Even Rouault 2024-01-17 + + [WFS provider] Set OGR GMLAS XSD cache in a subdirectory of 'cache/directory' setting, and make it clearable through Settings -> Options-> Network -> Cache Settings + +Even Rouault 2024-01-17 + + [WFS provider] Better take into account case where geometry element is optional (minOccurs=0) + +Even Rouault 2024-01-16 + + [WFS provider] Better take into account case of GML geometry element (readAttributesFromSchemaWithGMLAS) + +Even Rouault 2024-01-15 + + [WFS provider] Handle documents with Complex Feature schemas (using OGR GMLAS driver), and JSON'ify content of complex properties + + Funded by QGIS user group Germany (QGIS Anwendergruppe Deutschland e.V.) + +Even Rouault 2024-01-15 + + QgsOgcUtils: take into account properties with a complex XPath + +Even Rouault 2024-01-15 + + QgsGmlStreamingParser: take into account complexContent and JSON'ify it + +Even Rouault 2024-01-15 + + QgsCPLHTTPFetchOverrider: export it, and better take into account mFeedback to cancel document downloading before starting + +Merge: d26b4981920 be00e8c7021 +Even Rouault 2024-02-19 + + Merge pull request #56404 from elpaso/bugfix-sublayers-not-added-to-legend + + Fix sublayers not added to legend after drag and drop + +Alessandro Pasotti 2024-02-19 + + Update app client code + +Merge: bbe5767de54 b6403cbd1a9 +Even Rouault 2024-02-19 + + Merge pull request #56223 from rouault/remove_obsolete_since + + Remove obsolete "since QGIS 1.x/2.x/3.0" mentions + +Alessandro Pasotti 2024-02-19 + + Add comment about single layers + +Alessandro Pasotti 2024-02-19 + + Update client code + +Alessandro Pasotti 2024-02-19 + + Fix sublayers not added to legend after drag and drop + + Fixes #56403 + +Even Rouault 2024-02-07 + + Remove obsolete since 2. + +Even Rouault 2024-02-07 + + Remove obsolete since 1.x + +Even Rouault 2024-02-07 + + Fix typo in 'since' + +Even Rouault 2024-02-07 + + Header files: remove all mentions of '\since QGIS 3.0' + +Merge: 88ac2056a38 918e5a26fc0 +Alessandro Pasotti 2024-02-19 + + Merge pull request #56366 from elpaso/bugfix-unreported-shapefie-qix-deleted-if-created + + SHP: Fix unreported issue with spatialindex + +Vytax 2024-02-19 + + ArcGIS URL's with web proxy prefix support + + Support of the ArcGIS server links with WEB Proxy prefixes + +Stefanos Natsis 2024-02-17 + + Update point cloud layer 3d renderer when Follow 2d symbology is enabled and a class is toggled in the layer tree + +Aleix Pol 2024-02-18 + + Fix AppStream metadata + + Define the (only) screenshot as the default one + (screenshot-default-missing). + Drop the developer_name, spec now wants developers to be listed by name + and what we had here was generic anyway (developer-name-tag-deprecated). + Set screenshot's caption (screenshot-no-caption). + Shorten the description (appstream-summary-too-long) + +pathmapper 2024-02-18 + + More unit docs for QGIS_SERVER_PROJECT_CACHE_CHECK_INTERVAL + + ref https://github.com/qgis/QGIS/pull/56213#issuecomment-1930853774 + +Andrea Giudiceandrea 2024-02-18 + + [processing] Generate XYZ tiles: QUALITY only for JPG + +Andrea Giudiceandrea 2024-02-18 + + [processing] Generate XYZ tiles: set antialiasing when requested + +Nyall Dawson 2024-02-15 + + Enable some tests + +Nyall Dawson 2024-02-15 + + Add python __repr__ for QgsInterval + +Nyall Dawson 2024-02-15 + + Make datetime stats range type consistent across Qt versions + + On Qt >= 6.4, ensure that range stats calculated using datetime values + also return a QgsInterval object. With Qt >= 6.4 was introduced: + + std::chrono::milliseconds operator-(const QDateTime &lhs, const QDateTime &rhs) + + This inbuilt operator means we had to disable the + + QgsInterval operator-( const QDateTime &datetime1, const QDateTime &datetime2 ) + + operator we used to have available in QGIS. But since BOTH QgsInterval + and std::chrono::milliseconds can be stored in a QVariant, the + compilation happily worked but the range calculations started returning + an unexcepted std::chrono::milliseconds value instead. + +Even Rouault 2024-02-07 + + Fix '\since 3' to '\since QGIS 3' + +Even Rouault 2024-02-07 + + acceptable_missing_doc.py: refresh due to removal of obsolete since mentions + +Even Rouault 2024-02-07 + + Add \deprecated + +Even Rouault 2024-02-07 + + Add missing parameter documentation + +Even Rouault 2024-02-07 + + Header files: remove all mentions of '\since QGIS 3.0' + +Even Rouault 2024-02-07 + + Header files: remove all mentions of '\since QGIS 2.' + +Even Rouault 2024-02-07 + + Header files: remove all mentions of '\since QGIS 1.' + +Matteo Ghetta 2024-01-11 + + fix indentation + +Matteo Ghetta 2024-01-11 + + fix UI size + +Matteo Ghetta 2024-01-11 + + private slots and invert selection method + +Matteo Ghetta 2024-01-10 + + reorder buttons and adapt function names + +Matteo Ghetta 2024-01-10 + + Apply suggestions from code review + + Co-authored-by: Nyall Dawson + +Matteo Ghetta 2024-01-04 + + remove enabling of OK button + +Matteo Ghetta 2024-01-04 + + add select/deselect all stlyle categories + +Andrea Giudiceandrea 2024-02-17 + + Apply suggestions from code review + +Andrea Giudiceandrea 2024-02-07 + + Fix typo + +Andrea Giudiceandrea 2024-02-07 + + gdal:fillnodata Skip testing NO_MASK parameter if GDAL >= 3.4.0 + +Andrea Giudiceandrea 2024-02-07 + + Rise an exception instead of an info message + +Andrea Giudiceandrea 2024-02-07 + + [processing] Fix GDAL "Fill NoData" algorithm + + The gdal_fillnodata.py -nomask option is no longer supported since GDAL 3.4.0 + +Martin Dobias 2024-02-16 + + Fix a deadlock in remote COPC handling (3D views) + + This gets often triggered from 3D views when the hierachy gets fetched, + because a QEventLoop gets started in the main thread while waiting + for network request to be finished. The event loop was running with + hierarchy mutex locked, which was causing deadlocks when other events + ended up trying to access the hierarchy. This fix unlocks the mutex while + the hierarchy network request is ongoing (the same approach as remote + EPT implementation uses, which seems to work fine). + + Looking at the copc/ept hierarchy handling, it is not great - both + formats are conceptually the same, yet the hierarchy implementations + are different, and there are also non-trivial differences between + local/remote datasets. All of this could get some code cleanups + (also unifying local/remote access), but at this time let's just try + to fix the worst bit, and hope something else does not break... + +Mathieu Pellerin 2024-02-17 + + Fix width of the option dialog's canvas/legend panel + +Mathieu Pellerin 2024-02-17 + + Fix width of the option dialog's raster rendering panel + +Mathieu Pellerin 2024-02-17 + + Fix width of the option dialog's vector rendering panel + +Mathieu Pellerin 2024-02-17 + + Fix width of options dialog's general tab + +Björn Harrtell 2024-02-06 + + Specify unit for QGIS_SERVER_PROJECT_CACHE_CHECK_INTERVAL + +Alessandro Pasotti 2024-02-16 + + PG: fix vacuum from browser + + Fix #56377 + +Stefanos Natsis 2024-02-16 + + Give QgsScrollArea the same name as its child widget. Opening a specific options page relies on widget's objectName + +Nyall Dawson 2024-02-13 + + Fix doxygen warning + +Nyall Dawson 2024-02-13 + + Run metadata tests on qt6 + +Nyall Dawson 2024-02-13 + + Avoid sip property code for old api compatibility + + This causes crashes on Qt6. Use Python monkey patching instead. + +Nyall Dawson 2024-02-16 + + Update src/core/qgsstringutils.cpp + + Co-authored-by: Julien Cabieces + +Nyall Dawson 2024-02-15 + + Fix crash in QgsStringUtils::truncateMiddleOfString on qt 6 + +Alessandro Pasotti 2024-02-15 + + PG Raster: fix nodata values with sparse data + + Fix #55784 + +pathmapper 2024-02-15 + + QGIS informs every 3 days + + ref https://github.com/qgis/QGIS/pull/50206 + +Jean Felder 2024-02-15 + + map3dconfigwidget: Gather shadows, eye dome and ambient occlusion + + This moves the "eye dome lightning" and "ambient occlusion" parameters + in the shadows page and rename it "Effects". This way, this is similar + to the effects button in the main 3d ui. + +Alessandro Pasotti 2024-02-15 + + SHP: Fix unreported issue with spatialindex + + When the spatialindex did not exist and it is created + when the file is in edit mode the spatialindex was not + recreated when editing finshed. + + Followup: #53186 + +Nyall Dawson 2024-02-14 + + Better initial names for layers + +Nyall Dawson 2024-02-14 + + Update tests + +Nyall Dawson 2024-02-14 + + Use 'and' to combine filters, don't pass multiple filter parameters + + It's not clear whether passing multiple filter parameters is actually + supported by the standard, so play it safe and combine filters using 'and' + instead + +Nyall Dawson 2024-02-14 + + Need to adjust geometry type filter depending on entity type + +Nyall Dawson 2024-02-14 + + Add button to retrieve available geometry type for source + + Clicking this queries the backend for available types, taking the + guesswork out of selecting the geometry type + +Nyall Dawson 2024-02-14 + + Explicitly show default page size in connection settings + +Nyall Dawson 2024-02-14 + + Restrict results to ONLY those matching the selected geometry types + +Nyall Dawson 2024-02-14 + + Add filter rect tests + +Nyall Dawson 2024-02-14 + + Don't endlessly loop when we can't load a page + +Nyall Dawson 2024-02-14 + + Add explanation on why we need to handle two different referer parameter strings + +Nyall Dawson 2024-02-14 + + Fix test on qt6 + +Nyall Dawson 2024-02-13 + + Add missing file + +Nyall Dawson 2024-02-13 + + Fix initiator + +Nyall Dawson 2024-02-13 + + Another build fix + +Nyall Dawson 2024-02-13 + + Fix build + +Nyall Dawson 2024-01-15 + + Silence false positive clang tidy warning + +Nyall Dawson 2024-01-15 + + Fix sip + +Nyall Dawson 2024-01-15 + + Fix doxygen warning + +Nyall Dawson 2024-01-15 + + Flake + +Nyall Dawson 2023-12-13 + + Better heading + +Nyall Dawson 2023-12-13 + + Add test for provider connection + +Nyall Dawson 2023-12-13 + + Implement provider connection API for sensorthings + +Nyall Dawson 2023-12-13 + + Implement browser actions + +Nyall Dawson 2023-12-13 + + Add data item provider + +Nyall Dawson 2023-12-13 + + Add icon + +Nyall Dawson 2023-12-13 + + Layers can be added from source select widget + +Nyall Dawson 2023-12-13 + + Fix validation + +Nyall Dawson 2023-12-13 + + Support load/save sensor things connections + +Nyall Dawson 2023-12-13 + + Mostly working source select implementation + +Nyall Dawson 2023-12-13 + + Page size can be changed from source properties + +Nyall Dawson 2023-12-13 + + Geometry type can be changed from layer properties + +Nyall Dawson 2023-12-13 + + Start on source properties widget for sensor things, support + changing entity type for existing layers + +Nyall Dawson 2023-12-13 + + Fix deadlock + +Nyall Dawson 2023-12-12 + + Ensure that any features already cached are always the first returned + for a filter rect iterator + + This makes panning the map nicer -- instead of features which were + previously visible temporarily disappearing until the service + returns them for the new extent, it ensures that these features will + always be immediately visible while the remainder (new features) + are fetched. + +Nyall Dawson 2023-12-12 + + Correctly parse geometry field to geo query + +Nyall Dawson 2023-12-12 + + Full support for reading all object types + +Nyall Dawson 2023-12-12 + + Handle feature retrieval for more object types + +Nyall Dawson 2023-12-12 + + Fix parsing properties value + +Nyall Dawson 2023-12-12 + + Don't fetch all intersecting features upfront + + Instead fetch page by page during iteration, so that we unlock + progressive rendering + +Nyall Dawson 2023-11-14 + + Always fetch total count upfront, so we can determine when we've + cached everything locally + +Nyall Dawson 2023-11-14 + + If requested extent falls within a previously requested extent, + we can rely completely on the local cache + +Nyall Dawson 2023-11-14 + + Use optimised method + +Nyall Dawson 2023-11-13 + + Implement extent filtering optimisation + +Nyall Dawson 2023-11-13 + + Geometry handling + +Nyall Dawson 2023-11-13 + + Partial implementation of feature iteration + +Nyall Dawson 2023-11-13 + + wip + +Nyall Dawson 2023-11-13 + + Expand tests + +Nyall Dawson 2023-11-13 + + Fix test uris + +Nyall Dawson 2023-11-13 + + Working feature count retrieval + +Nyall Dawson 2023-11-09 + + Set correct CRS for provider + +Nyall Dawson 2023-11-09 + + Only some entity types can have geometry attached + +Nyall Dawson 2023-11-09 + + Setup field structure for provider + +Nyall Dawson 2023-11-08 + + Start on feature iterator + +Nyall Dawson 2023-11-08 + + Add geometry type handling + +Nyall Dawson 2023-11-08 + + Add data provider html metadata + +Nyall Dawson 2023-11-08 + + Resolve entity url + +Nyall Dawson 2023-11-08 + + Parse root response json + +Nyall Dawson 2023-11-08 + + Add some error handling + +Nyall Dawson 2023-11-08 + + Add test for invalid layer + +Nyall Dawson 2023-11-08 + + Setup framework for testing sensorthings fake endpoints + +Nyall Dawson 2023-11-08 + + Add entity type to uri handling + +Nyall Dawson 2023-11-08 + + Add methods to convert strings to entity types + +Nyall Dawson 2023-11-08 + + Start on utils class + +Nyall Dawson 2023-11-08 + + Simple layer construction test + +Nyall Dawson 2023-11-08 + + Start on sensorthings data provider + +Nyall Dawson 2024-02-13 + + Add some tolerance to test + +Alessandro Pasotti 2024-02-14 + + Fix QT6 build error + +Nyall Dawson 2024-02-13 + + Remove extraneous test + + We already have other tests checking for ssl errors, let's avoid + a flaky test which breaks on different platform (eg Fedora) ssl + handling. + +Nyall Dawson 2024-02-13 + + Don't manually handle redirects, get Qt to do it for us + +Nyall Dawson 2024-02-14 + + PyQgsServerApi test is still fragile + +Nyall Dawson 2024-02-13 + + Enable some tests + +Nyall Dawson 2024-02-13 + + Update tests for QVariant() to NULL + +Nyall Dawson 2024-02-13 + + [pyqt5toqt6] Replace invalid QVariant() constructor with NULL + + This approach works for both Qt5 and Qt6 builds + +Alessandro Pasotti 2024-02-12 + + Fix exp parser with multiline comments + + Fix #55518 + +Andrea Giudiceandrea 2024-02-13 + + [processing][grass] v.transform: add missing parameters + + -t, -w, -x, -y, -a and -b missing parameters added + +Alessandro Pasotti 2024-02-13 + + [labeling] fix BR in HTML labels + + Fix
ignored in HTML formatted labels. + + Fix #55532 + +Nyall Dawson 2024-02-13 + + Enable some more tests + +Nyall Dawson 2024-02-13 + + Update test + +Nyall Dawson 2024-02-13 + + Sipify + +Nyall Dawson 2024-02-13 + + On qt6 builds, even non-class enums should be IntEnum types + + This fixes compatiblity with existing code, where enums may be compared + against integers directly + +Nyall Dawson 2024-02-13 + + Another attempt to make test more resiliant across platforms + +Nyall Dawson 2024-02-13 + + Another test variant + +Nyall Dawson 2024-02-13 + + Use better approach for testing self intersecting ring split + +Nyall Dawson 2024-02-13 + + Test mask + +Nyall Dawson 2024-02-13 + + More tolerance + +Nyall Dawson 2024-02-13 + + Fix second part of test + +Nyall Dawson 2024-02-13 + + Fix test on newer GDAL + +Nyall Dawson 2024-02-13 + + Cleanup casting, make memory management clearer + +Nyall Dawson 2024-02-13 + + Use standard test font in test + +Nyall Dawson 2024-02-13 + + Don't use deprecated ssl.wrap_socket, removed in Python 3.12 + +Nyall Dawson 2024-02-13 + + Don't error out TestDisabledTests because no tests are run + +Nyall Dawson 2024-02-13 + + Fix test on newer GDAL version + +Nyall Dawson 2024-02-13 + + Add some test masks for newer geos versions + +Nyall Dawson 2024-02-13 + + Ignore some errors + +Nyall Dawson 2024-02-13 + + Fix test on newer GDAL + + mixed_layers.gpkg contains raster layers so it's not a good reference + file for this test. Use a purely vector gpkg instead so there's no + chance of sidecar files. + +Nyall Dawson 2024-02-13 + + Add more tolerance to test to get it passing on newer GEOS versions + +Nyall Dawson 2024-02-13 + + Fix test on proj >= 9.2 + +Nyall Dawson 2024-02-13 + + Resync srs db + + ec051fc45 updated srs db without updating the hardcoded minimum + srs ids, which was leading to crs sync errors on newer proj versions + +Nyall Dawson 2024-02-13 + + Run Qt 6 tests on Fedora 39 + +Nyall Dawson 2024-02-13 + + Update test mask + +Nyall Dawson 2024-02-13 + + Update test mask + +Nyall Dawson 2024-02-13 + + Don't use (broken) QgsCoordinateReferenceSystem::createFromSrsId method + for virtual point clouds + + Check the docs for QgsCoordinateReferenceSystem::createFromSrsId, its + use is highly discouraged. + +Martin Dobias 2024-02-13 + + Try to avoid crash when starting qt3d views (#53941) + + This reverts #52913 which should not be needed anymore, + because since #54845 the task manager has its own thread pool. + +Even Rouault 2024-02-08 + + PyQgsWFSProvider: fix it for Qt6 and remove it from Qt6 blocklist + +Nyall Dawson 2024-02-13 + + Try mingw on fedora 39, not rawhide + +Nyall Dawson 2024-02-13 + + Enable test + +Nyall Dawson 2024-02-11 + + Fix build + +Nyall Dawson 2024-02-11 + + Fix warning + +Nyall Dawson 2024-02-11 + + Fix build + +Nyall Dawson 2024-02-11 + + Don't use removed QDesktopWidget + +Nyall Dawson 2024-02-11 + + [pyqt5toqt6] Warn on removed QDesktopWidget use + +Nyall Dawson 2024-02-11 + + processing plugin (mostly) works on qt6 builds now + +Nyall Dawson 2024-02-11 + + Use proper enum flags type instead of int as return value + + And promote enum to enum class. Notably fixes a bunch of startup + errors when loading the Processing plugin under Qt6 + +Nyall Dawson 2024-02-11 + + Fix an unnecessary spell check exception + +Nyall Dawson 2024-02-13 + + Add test variant + +Nyall Dawson 2024-02-12 + + Add some more tolerance to test + +Mathieu Pellerin 2024-02-10 + + [attribute form] Implement an optional null state representation to the checkbox editor widget to allow for UI reflection of failing constraint + +Nyall Dawson 2024-02-12 + + Don't lose ellipse marker units when cloning + + outputUnit/setOutputUnit is a funny beast, it shouldn't be copied + when cloning symbols. Doing so force overwrites the previously + set size/offset units + +Werner Macho 2024-02-12 + + update Name on user request + +Nyall Dawson 2024-02-12 + + Update tests/src/python/test_qgsstringstatisticalsummary.py + +Nyall Dawson 2024-02-12 + + Fix calculation of string stats when nulls are present on Qt 6 builds + +Nyall Dawson 2024-02-12 + + [3dtiles] Skip completely transparent primitives + + Don't render these in 2d or 3d views + + Fixes #55579 + +Nyall Dawson 2024-02-12 + + Add test variants for GEOS >= 3.11 + +Nyall Dawson 2024-02-12 + + Fix some processing tests on newer library versions + +Nyall Dawson 2024-02-12 + + Rename test_definition_file to definition_file + + Otherwise unittest thinks the function is a test itself and runs it + accordingly, and then raises a deprecation warning because + return values are not permitted from test functions + +Nyall Dawson 2024-02-12 + + Gracefully handle NULL/not-NULL comparisons in QgisTestCase.checkLayersEqual + + We always want NULL values sorted first, and never want to try + to directly compare NULL/not NULL values. + + Doing so raises an exception on the PyQt6 builds, where NULL === None + and comparisons between None and not-None values are prohibited + in Python + +Nyall Dawson 2024-02-12 + + Test no longer crashes on qt6 + +Nyall Dawson 2024-02-12 + + Don't call QFontMetrics.width() + +Nyall Dawson 2024-02-12 + + [pyqt5toqt6] Raise warning on QFontMetrics.width() + + This is removed in Qt6. Use QFontMetrics.horizontalAdvance() + if plugin can safely require Qt >= 5.11, or + QFontMetrics.boundingRect().width() otherwise + +Nyall Dawson 2024-02-12 + + Test opening a file which isn't a PDF + +Nyall Dawson 2024-02-12 + + Fix qt5 build with PDF support + +Nyall Dawson 2024-02-08 + + Disable webengine sandboxing on ci + +Nyall Dawson 2024-02-08 + + Add test for rendering html with text + +Nyall Dawson 2024-02-08 + + Fix page height during render + +Nyall Dawson 2024-02-08 + + Add method to determine actual document size + +Nyall Dawson 2024-02-08 + + Add QgsWebEnginePage::render( QPainter* ) method + + Requires a PDF4Qt enabled build. This method exports the QWebEnginePage + to a PDF file, so that we get nicely vectorised objects and + text-as-text. It's the ONLY supported way in Qt API to do this, every + other method of rendering QWebEnginePage forces rasterisation of + the content. + + We then use the QgsPdfRenderer class to render the temporary PDF + content to a QPainter device, which keeps vector objects as vectors. + +Nyall Dawson 2023-12-15 + + Create QgsWebEnginePage wrapper class around QWebEnginePage + + Like QgsWebPage this provides additional functional over the + base Qt class to simplify tasks required in QGIS. + +Nyall Dawson 2024-02-08 + + Add unit test for pdf rendering + +Nyall Dawson 2024-02-08 + + Fix warning + +Nyall Dawson 2024-02-07 + + Fix build + +Nyall Dawson 2024-02-07 + + Cleanup API + +Nyall Dawson 2024-02-07 + + Fix deprecated implicit capture + +Nyall Dawson 2023-12-20 + + Test building on qt6 ci with PDF4Qt + +Nyall Dawson 2023-12-20 + + Fix build without PDF4Qt + +Nyall Dawson 2023-12-20 + + Lots of shortcuts to get a PDF -> QPainter renderer working + +Nyall Dawson 2023-12-20 + + Shell for QgsPdfRenderer class + +Nyall Dawson 2023-12-20 + + Make building PDF4Qt optional, and opt-in + + There's some added dependancies required for building this, so + let's play it safe for now... + +Nyall Dawson 2023-12-20 + + Add fontconfig + +Nyall Dawson 2023-12-20 + + Implement downstream patch to add Qt5 support + +Nyall Dawson 2023-12-20 + + Build PDF4QT along with core + +Nyall Dawson 2023-12-20 + + Fix library include for lcms2 + +Nyall Dawson 2023-12-20 + + Add basic find lcms2 module + +Nyall Dawson 2023-12-20 + + Some cmake tweaks for PDF4QT + +Nyall Dawson 2024-02-11 + + Fix pyqt5_to_pyqt6 double unnesting some enums + +Nyall Dawson 2024-02-12 + + Don't map non-list of QVariantMaps to QMap + + The original workaround was only supposed to apply to QList/ + QVector of QVariantMaps. By replacing them all in sip we + break mapping of signals defined in c++ which are emitted + by Python code. + + Fixes exceptions after running processing algorithms in Qt6 + builds. + +Mathieu Pellerin 2024-02-10 + + [themes] Fix missing checkbox partially checked state styling + +Mathieu Pellerin 2024-02-11 + + [wms] Insure that mbtiles layers are invalidated when dataset is missing + +Nyall Dawson 2024-02-11 + + Update tests + +Nyall Dawson 2024-02-11 + + Avoid storing some null strings/other types in variants when + reading from XML + + This triggers a bunch of the "storing null xxx in QVariant - stop it!" + warnings, and likely fixes some issues on qt6 builds + +Nyall Dawson 2024-02-11 + + [processing] Don't try to interpret distance widget value as CRS + + There was a logic error in QgsProcessingDistanceWidgetWrapper::setUnitParameterValue + which meant that when the linked crs parameter value was unset, + we incorrectly took the default value from the DISTANCE parameter + and tried to intrepret it as a CRS. + + In practice, this meant we'd take a value like "100" and then + try to turn that into a CRS. Since it doesn't match any possible + CRS definition, the fallback code would try to interpret it as + a map layer and ultimately try to load "100" as a OGR vector + layer. + + No real issue in doing that, but it results in a bunch of silly + debug spam...! + +Nyall Dawson 2024-02-11 + + [sipify] Avoid leading and trailing newlines in enum value docstrings + +Nyall Dawson 2024-02-11 + + [sipify] Don't write invalid escaped \d character to docstring + + Instead correctly translate to ..deprecated python docstrings + +Merge: c063b860c56 39de157f046 +Matthias Kuhn 2024-02-10 + + Merge pull request #56286 from m-kuhn/remove_unused_cmake_var + + Remove unused cmake var + +Martin Dobias 2024-02-10 + + Fix build with PDAL < 2.5 + + Submitted to upstream in https://github.com/hobuinc/untwine/pull/157 + +Martin Dobias 2024-02-10 + + Upgrade to untwine 1.3.0 + +Matthias Kuhn 2024-02-10 + + Backwards compatibility for mac deps + +Matthias Kuhn 2024-02-10 + + Find QtKeychain by its cmake target + +Matthias Kuhn 2024-02-10 + + Remove unused cmake var + +Nyall Dawson 2024-02-10 + + Leave gdal vector test as disabled for now + + Needs adapting to different GDAL version results + +Nyall Dawson 2024-02-10 + + Also install gdal on qt6 ci + +Nyall Dawson 2024-02-10 + + Upgrade another enum to get filtering working in processing toolbox + +Nyall Dawson 2024-02-10 + + Retry gdal processing tests on qt6 + +Nyall Dawson 2024-02-10 + + Install gdal-python-tools on qt6 ci + +Nyall Dawson 2024-02-10 + + Enable a bunch of processing tests on qt6 + +Nyall Dawson 2024-02-09 + + use another enum + +Nyall Dawson 2024-02-09 + + Use enums, not raw ints + +Nyall Dawson 2024-02-09 + + Port processing enums to enum class + + A step towards a Qt6 compatible Processing framework + +Andrea Giudiceandrea 2024-02-09 + + [processing] Don't show hidden parameters in algorithmHelp + +Jean Felder 2024-02-09 + + qgsline3dsymbol: Remove unused class QgsSimpleLine3DSymbolHandler + +Nyall Dawson 2024-02-08 + + Test image variants + +Nyall Dawson 2024-02-08 + + Add test variant + +Nyall Dawson 2024-02-08 + + Add checks with M and ZM types + +Nyall Dawson 2024-02-08 + + Add test variant + +Nyall Dawson 2024-02-07 + + Add control image variations for random marker fill using GEOS backend + +Nyall Dawson 2024-02-07 + + Fix crash in random point fill symbology + + Use GEOS constrainedDelaunayTriangulation for random points in polygon + backend where available, instead of poly2tri. This is more stable + and robust against edge cases. + + Only available when built against GEOS >= 3.11 + + Fixes #54065 + +Nyall Dawson 2024-02-07 + + [processing] Use geos backend for Tessellate where possible + + Updates the logic in the Tessellate algorithm so that if + using a recent enough GEOS (>=3.11) and the input geometries + are 2d, then GEOS constrained Delaunay Triangulation implementation + is used instead of poly2tri. The GEOS method is much more robust + for spatial geometry objects, eg handling gracefully valid + situations like interior holes which touch the exterior ring + of polygons. It's also better supported and slightly faster. + The quality of the triangulation is comparable to poly2tri. + + Also fixes the algorithm so that in all cases 2d input + layers result in 2d output layers, not 3d layers with 0 z values. + + Fixes #54652 + +Nyall Dawson 2024-02-07 + + Expose GEOS constrainedDelaunayTriangulation to QgsGeometry + + Allows calling this method when QGIS is built against supported + GEOS versions (>= 3.11) + +Nyall Dawson 2024-02-07 + + Add QgsGeometryCollection::extractPartsByType + + Allows extraction of matching parts from a collection, returning + the corresponding collection subclass. + + mixed_collection = QgsGeometryCollection() + mixed_collection.addGeometry(... mix of geometry types ...) + + multi_line_string = mixed_collection.extractPartsByType(Qgis.WkbType.LineString) + + In this case multi_line_string will be a QgsMultiLineString object, + containing just the line string parts from mixed_collection + +Jürgen E. Fischer 2024-02-08 + + debian packaging: + * add ubuntu mantic and noble + * add dependency to python3-pyqt5.qtserialport (fixes #56241; that part of INSTALL.md is auto-generated by scripts/scandeps.pl) + +Merge: 6029ea2219e 00bb14fb493 +David Signer 2024-02-09 + + Merge pull request #56189 from signedav/fix-apply-on + + Fix double apply on update default values on volatile functions + +David Signer 2024-02-09 + + change subtype back to original value to avoid confusion. + +Merge: ff283a3f954 bbb3c6c6e2d +Even Rouault 2024-02-09 + + Merge pull request #54399 from atlight/patch-1 + + Add count to QgsAlgorithmRasterStatistics + +Harrissou Sant-anna 2024-02-08 + + Update control.in file with python3-pyqt5.qtserialport + +Alessandro Pasotti 2024-02-08 + + QgsField fix equality with editorWidgetSetup + + Fix #55873 + +Stefanos Natsis 2024-02-08 + + Avoid doing invalid range requests if a node has no points + +Alessandro Pasotti 2024-02-08 + + Adjust test latency + +Martin Dobias 2024-02-08 + + fix build + +Martin Dobias 2024-02-08 + + Rename QgsShadowRenderingFrameGraph to QgsFrameGraph + + The rationale is that it is not driving just shadow rendering, but this frame graph + controls all the rendering passes and their configuration. + + Also removes Qgs3DMapCanvas::defaultFrameGraph() which is never really used or needed. + +Gregory Power <31050507+gregorywaynepower@users.noreply.github.com> 2024-02-08 + + add osv-scanner to ignore false positives thrown by OpenSSF Scorecard (#56100) + + * whitespace changes + + * add OpenSSF Scorecard and OpenSSF Best Practices Badges + + * create osv-scanner.toml + + - This file is used to ignore particular vulnerabilities reported Open Source Vulnerability database (https://osv.dev/) + - The specification for this particular file can be found at (https://google.github.io/osv-scanner/configuration/) as of 2024-01-04 + + * update osv-scanner.toml to ignore GHSA-pfrx-2q88-qq97 + + * update osv-scanner.toml to ignore GHSA-rc47-6667-2j5j + + * update osv-scanner.toml to ignore GHSA-9c47-m6qq-7p4h + + * update osv-scanner.toml to ignore GHSA-7fh5-64p2-3v2j + + * update osv-scanner.toml to ignore GHSA-776f-qx25-q3cc + + * update osv-scanner.toml to ignore GHSA-8jmw-wjr8-2x66 + +Alessandro Pasotti 2024-01-26 + + sipify qt6 + +Alessandro Pasotti 2024-01-26 + + SERVER: fix getlegendgraphic with colorramp & JSON + + Fix #55651 + +Stefanos Natsis 2024-02-07 + + spellok juggling + +Stefanos Natsis 2024-02-07 + + spellok juggling + +Stefanos Natsis 2024-02-07 + + spellok + +Stefanos Natsis 2024-02-01 + + doh'string + +Stefanos Natsis 2024-02-01 + + Rename enum value + +Stefanos Natsis 2024-02-01 + + Consider all pages sizes by default + +Stefanos Natsis 2024-01-24 + + Add a QgsStackedWidget class that only takes into account its current widget when resizing (shrinking) and use it for QgsPointCloud3DSymbolWidget + +Stefanos Natsis 2024-01-24 + + reduce minimum height for point cloud renderer widgets + +Nyall Dawson 2024-02-08 + + Update python/plugins/grassprovider/grass.txt + +Alister Hood 2024-01-19 + + Fix Python warning + + ResourceWarning: unclosed file + +Alister Hood 2023-08-08 + + Fix flake errors from last commit + +Alister Hood 2023-08-08 + + g.extension.list.txt - use QgsProcessingParameterEnum + +Alister Hood 2023-07-10 + + fix flake error this time? + +Alister Hood 2023-07-10 + + Give output variables specific names + +Alister Hood 2023-07-04 + + fix flake error + +Alister Hood 2023-07-03 + + fix lint error + +Alister Hood 2023-07-03 + + Save output of g.version and g.extension.list algorithms to an output variable as well as html + +Alister Hood 2023-07-03 + + refine new information in grass7.txt + +Alister Hood 2023-07-02 + + Tweak new info in grass7.txt + +Alister Hood 2023-06-29 + + Minor fix to g.extension.list + +Alister Hood 2023-06-29 + + Tell the user that they can run without any of the options to get just the GRASS version + +Alister Hood 2023-06-29 + + Add g.version algorithm + +Stefanos Natsis 2024-02-07 + + fix test + +Stefanos Natsis 2024-02-02 + + UserData is unsigned per the spec + +Andrea Giudiceandrea 2024-02-07 + + [processing] Fix "Truncate table" (native:truncatetable) alg + + Allow also no-geometry layer as input layer. + +Even Rouault 2024-02-07 + + [GUI] About window: do not display '- 64 bit' in title + + Displaying that an app was 64 bit ready 10 years ago could be considered + as trendy, now it is just the norm, so no need to boast it. + I've kept displaying the word size for non-64 bit builds. + +Jean Felder 2024-02-07 + + qgspostgresprovider: Fix primary key retrieval with lowercase option + + The `lowercaseFieldNames` allows to transform the column names to + lowercase. If this option is enabled, then the requested primary + key (`primaryKey`) is in lowercase but the `fields` are + not. Therefore, the requested primary key will never be found. + + This issues is fixed by converting the field names to lowercase when + looking for the primary key if the option is enabled. + + Closes: https://github.com/qgis/QGIS/issues/55856 + +Denis Rouzaud 2024-02-07 + + Update CMakeLists.txt + +Denis Rouzaud 2024-02-07 + + fix linking in delimited provider gui + +Matthias Kuhn 2024-02-07 + + [poly2tri] modernize with using a cmake target + +Alessandro Pasotti 2024-02-07 + + Fix ellipse symbol size units not stored + + Fix #56236 + + Also, add a space before 'mm' for consistecy with all other input boxes. + +Merge: 8cd33631376 60ba0cc390d +Even Rouault 2024-02-07 + + Merge pull request #56241 from Djedouas/patch-1 + + Update INSTALL.md with qtserialport dependency for Debian + +Merge: d2978e71b2d d5fbb6f8d33 +Even Rouault 2024-02-07 + + Merge pull request #56226 from nyalldawson/null_value + + Don't use QVariant(QVariant.Type) for NULL values in Python + +Jacky Volpes 2024-02-07 + + Update INSTALL.md + + Add python3-pyqt5.qtserialport dependency for Debian following PR 55848 + +Denis Rouzaud 2024-02-07 + + avoid crash for nullptr in QgsIconUtils::iconForLayer (#56207) + +Nyall Dawson 2024-02-07 + + Make test more tolerant to geos differences + +Nyall Dawson 2024-02-07 + + Correctly tag Qgis.WkbType as IntEnum + +Nyall Dawson 2024-02-07 + + Add acceptable result from older GEOS + +Nyall Dawson 2024-02-07 + + Run test on qt6 + +Nyall Dawson 2024-02-07 + + Make test more robust, pass on newer GEOS versions + +Nyall Dawson 2024-02-07 + + Enable some more tests + +Nyall Dawson 2024-02-07 + + Don't use QVariant(QVariant.Type) for NULL values in Python + + Instead use qgis.core.NULL, so that the correct logic applies + for Qt6. + +Even Rouault 2024-02-07 + + README.md: remove obsolete badge to azure pipeline + +Merge: 19efe1439bf f9835d5f4d6 +Even Rouault 2024-02-07 + + Merge pull request #56212 from rouault/QgsCsException + + Catch potential QgsCsException at various places; improve qgscoordinatetransform.h doc + +Nyall Dawson 2024-02-07 + + Fix sipify check + +Nyall Dawson 2024-02-07 + + [sipify] Block any new non-class enums from being exposed to Python + + These don't work well with Qt6 -- by blocking any new ones we + avoid having to monkey patch in compatibility code in order to avoid + breaking existing API when we later have to upgrade them to enum + classes + +Even Rouault 2024-02-06 + + WMS provider: catch potential QgsCsException + +Even Rouault 2024-02-06 + + WFS provider: catch potential QgsCsException + +Even Rouault 2024-02-06 + + QgsRenderContext::convertMetersToMapUnits(): catch potential QgsCsException + +Even Rouault 2024-02-06 + + QgsDxfExport::writeEntitiesSymbolLevels(): catch potential QgsCsException + +Even Rouault 2024-02-06 + + qgscoordinatetransform.h: add a couple missing SIP_THROW( QgsCsException ), and add Doxygen \throw hint to make it obvious exceptions might be thrown + +jmkerloch 2024-01-26 + + feat(QgsLocatorWidget): define anchors for result container + +David Signer 2024-01-26 + + controll visiblity of layout item in list by space key + +Loïc Bartoletti 2024-02-01 + + QgsGeometryValidator: Fix validation of LineString + + The algorithm used seems to be false on some cases. + Prefers the one from QgsGeometryUtilsBase. + + Fixes #54022 + +Loïc Bartoletti 2024-02-05 + + DWG: Fix expression for thick symbol applied when width field is NULL. Fix #55512 + +Nyall Dawson 2024-02-07 + + Expand comment + +Nyall Dawson 2024-02-06 + + [afs] Clone shared data before setting filters + + We must not change the subset string of the shared data used + in another iterator/data provider + + Fixes filters applied to a duplicated AFS layer also incorrectly + apply to the original layer + +Stefanos Natsis 2024-02-06 + + Connect to finished signal instead of rejected, as finished is fired last + +Stefanos Natsis 2024-02-06 + + Enable geometry restore for measure bearing/angle dialogs + +Merge: 2e4139b46d6 1df9bf4fa6b +Even Rouault 2024-02-06 + + Merge pull request #56210 from rouault/fix_56203 + + [OGR provider] searchLayerMetadata: avoid crash on coordinate transformation exceptions (fixes #56203) + +Merge: 58c1da32cea b883e70d258 +Even Rouault 2024-02-06 + + Merge pull request #55320 from benoitdm-oslandia/gh/feature/provider-3d + + Add 3D extent to providers (2nd stage) + +Loïc Bartoletti 2024-02-06 + + QgsProviderConnectionPostgres: add test for #55223 + +Loïc Bartoletti 2024-02-06 + + PostgreSQL Provider: Fix M detection + + Unlike Geometry(Z), GeometryM contains already M suffix. + It's useless to add M suffix here, since it will add a new name + and the geometry type name will be something like GeometryMM. + + Fixes #55223 + +Even Rouault 2024-02-06 + + [OGR provider] searchLayerMetadata: avoid crash on coordinate transformation exceptions (fixes #56203) + +Mathieu Pellerin 2024-02-06 + + [attribute form] Insure that a field features multiple times in a feature form has its constraint properly reflected (#56163) + +Merge: b29e3fd6f73 88c4063e262 +Alessandro Pasotti 2024-02-06 + + Merge pull request #55588 from elpaso/mssql-log-query-when-update-geometry-value + + MSSQL: fix add/fill ring + +Merge: 4dc4bff9230 fd45672c393 +Alessandro Pasotti 2024-02-06 + + Merge pull request #56131 from elpaso/bugfix-gh53956-GetLayerVisibility-deadlock + + Do not deadlock when calling when calling GetLayerVisibility + +Stefanos Natsis 2024-02-06 + + Don't open layer properties when toggling visibility (#56190) + +Nyall Dawson 2024-02-07 + + Enable some tests on qt6 + +Nyall Dawson 2024-02-07 + + Update test + +Nyall Dawson 2024-02-06 + + Another attempt to fix doxygen warning + +Nyall Dawson 2024-02-06 + + Fix doxygen warning + +Nyall Dawson 2024-02-06 + + More item data role enum to enum class conversions + +Nyall Dawson 2024-02-06 + + Fix handling of Qt::Orientation from model data on qt6 builds + +Nyall Dawson 2024-02-05 + + Fix crash when applying guides from one page to another + + We can't modify mGuides while iterating over it, so iterate + over a copy + +Nyall Dawson 2024-02-05 + + Make some custom model roles enum class for Qt6 compatibility + +Loïc Bartoletti 2024-02-06 + + DOX: better wording for createGeometryEngine + + Co-authored-by: Nyall Dawson + +Loïc Bartoletti 2024-02-05 + + QgsGeos: Add precision when createGeometryEngine + +bdm-oslandia 2024-01-31 + + fix extent 2D/3D for sqlite: handles case with or without spatialite. + +bdm-oslandia 2024-01-31 + + fix QgsOgrProvider::extentXX by returning null extent when error occur + +bdm-oslandia 2024-01-30 + + fix ogr provider tests to match 2d/3d extent changes + +bdm-oslandia 2024-01-30 + + fix maplayer to handle double extents (2D/3D) as for `QgsOgrProvider` + +Nyall Dawson 2024-02-06 + + Update .ci/test_blocklist_qt6.txt + +Nyall Dawson 2024-02-06 + + More test masks + +Nyall Dawson 2024-02-06 + + Update test masks + +Nyall Dawson 2024-02-06 + + Use standard bold font in test + +Nyall Dawson 2024-02-06 + + More tolerance + +Nyall Dawson 2024-02-06 + + Test mask updates + +Nyall Dawson 2024-02-05 + + Test masks, variants for qt6 + +Nyall Dawson 2024-02-05 + + Fix server tests + +Nyall Dawson 2024-02-05 + + Lint + +Nyall Dawson 2024-02-05 + + Avoid false positive test suite failure when no test in suite + +Nyall Dawson 2024-02-05 + + Use standard test font for more server tests, make tests more robust + +Nyall Dawson 2024-02-04 + + Additional tolerance + +Nyall Dawson 2024-02-04 + + Test mask updates + +Nyall Dawson 2024-02-04 + + Indent + +Nyall Dawson 2024-02-03 + + Run server tests on qt6 + +Nyall Dawson 2024-02-03 + + Use standard render test reporting mechanism in server tests + +Nyall Dawson 2024-02-03 + + Test mask updates + +Nyall Dawson 2024-02-03 + + Remove unused ENCODED_OUTPUT option + +Nyall Dawson 2024-02-03 + + Remove unused argument + +Alessandro Pasotti 2024-02-06 + + Fix test + +Nyall Dawson 2024-02-06 + + Location of generated signature files is different on GRASS 8 + +Nyall Dawson 2024-02-06 + + Ensure config file is written to correct location for grass > 7 + +Nyall Dawson 2024-02-06 + + Add some more grass raster hashes for more recent GRASS versions + +Nyall Dawson 2024-02-06 + + Rename more references to grass7 to version-less "grass" + +Nyall Dawson 2024-02-06 + + Rename grass provider files and classes to remove hardcoded version + number + +Nyall Dawson 2024-02-06 + + [processing] Rename grass7 provider to grass provider + + And transparently map requests for grass7 provider to grass provider + + It's misleading putting an old version number in the provider name, + when this provider supports grass versions 8 + + +Mathieu Pellerin 2024-02-06 + + Use a 'more details' button to show skipped layers + +Mathieu Pellerin 2024-02-01 + + [dxf] When exporting to DXF, skip empty layers + +Jorge Tornero <4236093+jtornero@users.noreply.github.com> 2024-02-06 + + Support for serial port sensor baudrate selection (#55848) + +Nyall Dawson 2024-02-06 + + Update src/3d/materials/qgsmetalroughmaterial.cpp + +Martin Dobias 2024-02-05 + + fixes + +Martin Dobias 2024-02-05 + + Add flat shading to metal/rough material (fixes #55752) + + It turns out we don't need to build normals on the CPU, which is quite + clumsy and complicated (mesh can be indexed or not, and when indexed, + one would need to completely rebuild the buffers, because one vertex + could appear in different faces with different normals). + + The GPU-based solution is actually quite simple: in fragment shader + we can use partial derivatives of position to find out normals for flat shading. + +Martin Dobias 2024-02-05 + + Metal/rough material: move away from using a shader graph + + The rationale is that it is difficult to update / maintain materials + that are based on qt3d's JSON shader graphs - the format is not really + documented anywhere and there is no tooling available either. + + We are moving to having the whole fragment shader for metal/rough material + in a single file, with a couple of #ifdefs that are resolved by GLSL compiler. + In QGIS 3D we do only minimal pre-processing, by adding #define lines as needed. + + By moving away from shader graphs, we are loosing its support for multiple + graphics APIs (GL, GL ES, RHI), but that does not seem like a problem, + given that all our other shaders only support OpenGL and not the other APIs. + + This also fixes issue where the fragment shader code in src/3d/shaders/metalrough.frag + was not really being used by the material at all, because the shader graph + was pulling code from qt3d's resources. + +Nyall Dawson 2024-02-05 + + Update pal server masks for qt6 + +Nyall Dawson 2024-02-05 + + Remove unused file + +Nyall Dawson 2024-02-05 + + Run test on ci: + +Nyall Dawson 2024-02-05 + + Resurrect PyQgsPalLabelingServer test + + This test has been blocklisted since QGIS 3.0 :) + +Nyall Dawson 2024-02-05 + + Update test masks + +Mathieu Pellerin 2024-02-01 + + [dxf] Insure that the DXF export dialog's output attributes are saved/restored properly + +Nyall Dawson 2024-02-05 + + Resync internal poly2tri library + +Merge: 8acc937a002 7ba405d3811 +Even Rouault 2024-02-06 + + Merge pull request #56173 from rouault/postgres_missing_escaping + + [PostgreSQL provider] Add missing namespace escaping in SQL requests + +Stefanos Natsis 2024-02-05 + + Also disable ctrl-dropping in QgsLayerTreeView + +David Signer 2024-02-02 + + remove static function to return volatile function, since it's not needed anymore + +Alessandro Pasotti 2024-02-05 + + Fix deadlock and crash when building locator cache + + Fix #53956 + +Stefanos Natsis 2024-02-02 + + fix rendering when no preview painter is allowed + +Stefanos Natsis 2024-02-01 + + Show partial renders using points while calculating triangles + +Even Rouault 2024-02-04 + + [PostgreSQL provider] Add missing namespace escaping in SQL requests + +bdm-oslandia 2024-01-30 + + fix `QgsOgrProvider::extent()` by reusing `computeExtent3DSlowly` and handling error from `GetExtent` + +bdm-oslandia 2024-01-30 + + fix `QgsOgrProvider` comments + +bdm-oslandia 2024-01-30 + + fix `QgsOgrLayer::GetExtent3D` by using the real drivername in `QgsOgrProviderUtils::quotedIdentifier` calls + +bdm-oslandia 2024-01-26 + + Fix(QgsOgrProvider): revert the old extent() code and add new field member to hold the 3D extent. + + In order to benefit from the existing 2D optimization, we keep the 2D extent computation + as default. The 3D extent is only computed when the extent3D is called. + + Also we will first believe in the metadata, even if the metadata is corrupted or misdefined. + We will not analyse the first geometry to compute if we have 3D or 2D data. + +bdm-oslandia 2024-01-10 + + Revert(QgsPostgresRasterProvider): clang fix for qlonglong + +bdm-oslandia 2024-01-10 + + fix(QgsPostgresProvider): remove qt version check + + As we are now, at least, using the Qt 5.15 + +bdm-oslandia 2023-12-13 + + feat(QgsPostgresProvider): handle 3D extent/boundingbox + + * Read from data if geometry has elevation and improve extent3D response. + * Use geom type value (if any) or postgis geom type to compute elevationProperties()->setContainsElevationData + * Add tests + +bdm-oslandia 2023-12-13 + + fix(OGRProvider): support for gdal 3.9 was buggy + + As gdal OGRLayer::GetExtent implementation will not handle the subset to avoid to break + the existing behaviour. So we add a check (qgis side) if the layer is 2D and if there is a + subset defined, we will use the slow computed version. In other cases, we will delegate to + gdal with GetExtent3D. + +bdm-oslandia 2023-12-06 + + fix(test_provider_ogr.py): since the elevation property check in QgsOgrProvider, testHTTPRequestsOverrider needs a new request to check against. + + Add comment to explain from what code comes the requests. + +bdm-oslandia 2023-12-06 + + fix(ogrprovider): add support for GDAL (3.9.0) extent3D + + * Move compute3DExtentSlowly to QgsOgrLayer + * Add new QgsOgrLayer::GetExtent3D function. For GDAL < 3.9, it returns a OGREnvelope3D based on OGR_L_GetExtent + sql request to retrieve MinZ/maxZ or fallback on computeExtent3DSlowly. If GDAL >= 3.9, it will use the OGR_L_GetExtent3D. + * QgsOgrProvider::extent3D is adapted accordingly + +bdm-oslandia 2023-12-06 + + fix(TestQgsVectorDataProvider): handle 3D extent capacity of underlying provider + +bdm-oslandia 2023-12-06 + + fix(QgsOgrProvider): add extent test for sqlite + +bdm-oslandia 2023-12-06 + + fix(QgsOgrProvider): add extent test for gpkg + +bdm-oslandia 2023-12-06 + + fix(test_provider_ogr): split extent test to extentCsv and extentShp + +bdm-oslandia 2023-12-06 + + QgsOgrProvider: use geom type (if any) to compute elevationProperties()->setContainsElevationData + +bdm-oslandia 2023-12-06 + + QgsOgrProvider: protect 3D extent computation from unsupported sql + +bdm-oslandia 2023-12-06 + + QgsOgrProvider: exclude 2D features from 3D extent + +bdm-oslandia 2023-12-06 + + feat(QgsPointCloudLayer): PARTIAL handle 3D extent/boundingbox + +bdm-oslandia 2023-12-06 + + fix(QgsDelimitedTextProvider): improve 3D data handling + + * Read from data if geometry has elevation and improve extent3D response. + * fix tests + +bdm-oslandia 2023-12-06 + + feat(QgsSpatiaLiteProvider): handle 3D extent/boundingbox + + * Read from data if geometry has elevation and improve extent3D response. + * fix tests + +bdm-oslandia 2023-12-06 + + feat(QgsOgrProvider): handle 3D extent/boundingbox + + rework extent3D to handle 2D/3D, W/WO mSubsetString, W/WO OLCFastGetExtent + +bdm-oslandia 2023-12-06 + + fix(QgsVectorLayer): extent2D/3D is computed according to real data elevation property + + When the underlying data is 3D and 2D extent is first requested, the previous behaviour + was to retrieve and save the 2D extend. 3D extent data were lost. + +Stefanos Natsis 2024-02-02 + + Don't cache failed blocks + Address review + +Stefanos Natsis 2024-02-01 + + Use invokeMethod instead of singleshot timer + +Stefanos Natsis 2024-01-30 + + Also use cache for remote point clouds + +Stefanos Natsis 2024-01-30 + + Add a static QCache to QgsPointCloudIndex for storing decoded data blocks + +Stefanos Natsis 2024-01-30 + + store mUri in base QgsPointCloudIndex class + +Merge: c3fa3af1754 46a5ddd2516 +Alessandro Pasotti 2024-02-05 + + Merge pull request #56090 from elpaso/bugfix-gh56069-postgis-reduce-tables-query + + PG: faster information retrieval for table info + +Nyall Dawson 2024-02-05 + + [processing] Use safer provider://source syntax in more places + + Use the safer method of explicitly including the provider type + when storing layer sources to string in more places, which eg + fixes running the copied qgis_process string when a non gdal + layer source is used for a raster layer. Also fixes the same + situation when restoring an algorithm from the history log. + + Fixes #54264 + +Nyall Dawson 2024-02-05 + + [processing] Show descriptive errors when tesselation fails + + Instead of silently just pretending that everything's ok + + Refs #54652 + +Nyall Dawson 2024-02-05 + + Refactor QgsInternalGeometryEngine random point in polygon + + So that errors from tesselation process can be retrieved by callers + +Nyall Dawson 2024-02-05 + + Refactor QgsTessellator so that errors are stored + + Instead of writing errors to QgsMessageLog and discarding, instead + make the QgsTessellator class store errors and make the callers + responsible for pushing to QgsMessageLog when appropriate. + + Gives us more flexibility to show user facing tesselation errors, + eg in the processing log. + +N_Strahl 2024-02-04 + + If dir does not exist for icon path. attempt to make path + +Merge: 212d5f7933e 3dd57385de4 +Matthias Kuhn 2024-02-04 + + Merge pull request #56166 from NathanW2/tile_scale_ui_tweak + + Add current zoom label to tile scale widget + +Mathieu Pellerin 2024-01-31 + + Modify \since tag + +Mathieu Pellerin 2024-01-25 + + Insure that attribute addition / removal does not wipe edited field configurations + +Mathieu Pellerin 2024-01-23 + + [gui] Insure that added/removed fields are taken into account by the attribute form panel (fixes #26350) + +Mathieu Pellerin 2024-02-03 + + Add test coverage for the export layers to DXF algorithm + +Mathieu Pellerin 2024-02-02 + + [processing] Relocate extent parameter to sit next to CRS, add default encoding value (QOL) + +Mathieu Pellerin 2024-02-02 + + Follow up 3e05a42 : fix regression causing crsChanged signal not emitted when changing CRS via the projection selection widget combo box + +Mathieu Pellerin 2024-02-02 + + [processing] Add missing map theme parameter to export layers to DXF algorithm + +Mathieu Pellerin 2024-02-02 + + [processing] Add missing extent parameter to the export layers to DXF algorithm + +Nathan Woodrow 2024-02-04 + + Update src/providers/wms/qgstilescalewidget.cpp + + Co-authored-by: Nyall Dawson + +Nyall Dawson 2024-02-04 + + Leave placement test disabled on qt6 for now + + The render changes need further investigation + +Nyall Dawson 2024-02-03 + + Test mask updates + +Nyall Dawson 2024-02-02 + + Enable pal tests on qt6 + +Nyall Dawson 2024-02-02 + + Use standard test base methods for pal tests + + Ensures that we get these tests included in the reports + +Nyall Dawson 2024-02-02 + + pal test image updates for qt6 + +Nyall Dawson 2024-02-02 + + Call correct super methods + +Nyall Dawson 2024-02-02 + + Remove PALREPORT option + + We should be using the standard generic test reporting mechanism instead + +Nyall Dawson 2024-02-02 + + Remove some unused code + +Nyall Dawson 2024-02-02 + + Remove ability to regenerate PAL test images + + We have better approaches now (ie mask images), and if we want + a bulk update-control-image method then it should be done outside + of PAL specific test code + +Nyall Dawson 2024-02-02 + + Remove unused argument + +Nyall Dawson 2024-02-02 + + Fix compatibility + +Nyall Dawson 2024-02-02 + + Don't use raw enum int in test + +Nyall Dawson 2024-02-02 + + Add missing compatibility code + +Nyall Dawson 2024-02-02 + + Fix build + +Nyall Dawson 2024-02-02 + + Fix build + +Nyall Dawson 2024-02-02 + + Fix build + +Nyall Dawson 2024-02-02 + + Enable more tests + +Nyall Dawson 2024-02-02 + + Fix broken old API compatibility code on Qt 6 builds + + The old sip based approach to handling property -> getter/setter + conversion is broken on sip6, so move the patching into Python. + + Also fix incorrect checks in tests, and add additional test + for compatiblity code. + +Nyall Dawson 2024-02-01 + + Try running test on ci + +Nyall Dawson 2024-02-03 + + Indent + +Nyall Dawson 2024-02-03 + + Avoid use of pygments in metasearch + + This isn't required -- it was used to convert xml/json to + a prettified HTML representation, but we get better results + by just using the QgsCodeEditor widget subclasses instead + (eg bracket highlighting, collapsing, line numbers etc) + +Nathan Woodrow 2024-02-03 + + Add current zoom label to tile scale widget + +Mathieu Pellerin 2024-02-03 + + Add test covering for DXF export map theme styling override + +Mathieu Pellerin 2024-02-02 + + [dxf] Fix map theme style override when exporting to DXF + +Jean Felder 2024-02-02 + + qgspolygon3dsymbolwidget: Disable altBinding is clamping is absolute + + The altitude of a polygon is computed by + Qgs3DUtils::clampAltitudes(). It take several into account several + symbol parameters including `altClamping` and `altBinding`. However, + if altitude clamping is absolute, the altitude binding is not taken + into account. In that case, the `altBinding` widget can be disabled. + +Jean Felder 2024-02-02 + + qgsline3dsymbolwidget: Disable altBinding is clamping is absolute + + The altitude of a line is computed by Qgs3DUtils::clampAltitudes(). It + take several into account several symbol parameters including + `altClamping` and `altBinding`. However, if altitude clamping is + absolute, the altitude binding is not taken into account. In that + case, the `altBinding` widget can be disabled. + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 + + Bump actions/cache from 3.3.2 to 4.0.0 + + Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. + - [Release notes](https://github.com/actions/cache/releases) + - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) + - [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.0) + + --- + updated-dependencies: + - dependency-name: actions/cache + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 + + Bump actions/upload-artifact from 3 to 4 + + Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. + - [Release notes](https://github.com/actions/upload-artifact/releases) + - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: actions/upload-artifact + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 + + Bump tj-actions/changed-files from 41 to 42 + + Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. + - [Release notes](https://github.com/tj-actions/changed-files/releases) + - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) + - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42) + + --- + updated-dependencies: + - dependency-name: tj-actions/changed-files + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 + + Bump peter-evans/create-or-update-comment from 3 to 4 + + Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. + - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) + - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: peter-evans/create-or-update-comment + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 + + Bump actions/download-artifact from 3 to 4 + + Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. + - [Release notes](https://github.com/actions/download-artifact/releases) + - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: actions/download-artifact + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +David Signer 2024-02-02 + + Concerning apply-on-update-default-values: Don't update the widgets on volatile functions in realtime. Only update those fields on saving the form (pressig ok) when it's on *EditMode (on AddFeatureMode it does not update it on save anyway). This fixes #56022 + +Sandro Mani 2024-02-01 + + Drop pygments from mingwdeps + +Nyall Dawson 2024-02-01 + + Enable test + +Nyall Dawson 2024-02-01 + + Fix db manager test on newer GDAL versions + + The test was kind of broken - it was trying to create a new field + with a not null constraint when existing features where present + in the target layer. Newer gdal correctly rejects this. So update + the test to use an empty layer instead. + +Nyall Dawson 2024-02-01 + + Update integer64 write test to use GMT file format, not mapinfo tab + + Support for writing integer64 fields to mitab was added in + recent GDAL, so the test was failing. Replace with a format + which still doesn't support int64 types. + +Nyall Dawson 2024-02-01 + + Documentation + +Nyall Dawson 2024-02-01 + + Enable tests + +Nyall Dawson 2024-02-01 + + Cleanup int arguments which should be Qgis::RasterBandStatistic values + + And ensure python compatibility remains intact + +Nyall Dawson 2024-02-01 + + Move enums to Qgis namespace for consistency + +Nyall Dawson 2024-01-31 + + Promote some more enums to enum class to fix PyQt6 support + +Nyall Dawson 2024-02-01 + + Disable nadcon5 unsupported test for proj >= 9.2 + + Support for these grids was added in PROJ 9.2, so the test is no + longer required + +Nyall Dawson 2024-02-01 + + Fix malformed test name + +Nyall Dawson 2024-02-01 + + Apply suggestions from code review + +Alister Hood 2024-01-20 + + Don't report that html output has been generated if it hasn't + +Nyall Dawson 2024-02-01 + + Run more tests + +Nyall Dawson 2024-01-31 + + pyqt5toqt6: replace from PyQt.Qt imports with PyQt.QtCore import Qt + +Harrissou Sant-anna 2024-01-17 + + Add convenient buttons for selecting layers in layout map clipping dialog + + Fixes #55829 + +Jean Felder 2024-01-22 + + qgswfsgetcapabilities: Restore previous empty bounding box behavior + + According to the WFS 1.1.0 specs "The element is + used to indicate the edges of an enclosing rectangle in decimal + degrees of latitude and longitude in WGS84" but the expected behavior + is not specified when the data are empty. + + Up to QGIS 3.32, QGIS server returned: + ``` + + 0 0 + 0 0 + ``` + + However, as a side effect of a change in `QGSRectangle` (see: + https://github.com/qgis/QGIS/pull/54646), QGIS server now returns + since the 3.34 version: + ``` + + inf inf + -inf -inf + ``` + + This changes restores the QGIS 3.32 behavior. + +Stefanos Natsis 2024-01-24 + + Use a QgsScrollArea when adding or inserting pages + +Mathieu Pellerin 2024-01-31 + + [dxf export] Fix typo restoring last used map theme in the DXF export dialog + +Mathieu Pellerin 2024-01-31 + + [dxf export] Fix map theme visibility not properly reflected by the model + +Merge: c25896997be bc5eca509a5 +Even Rouault 2024-02-01 + + Merge pull request #56112 from rouault/ci_mac_permissions + + CI: macos-build.yml: add missing toplevel permissions section + +Merge: c30e5a642e3 8bbc00483cf +Even Rouault 2024-02-01 + + Merge pull request #56027 from rouault/qt6_test_provider_wfs + + test_provider_wfs.py: partial fixes for issues with Qt6 + +Even Rouault 2024-01-31 + + CI: macos-build.yml: add missing toplevel permissions section + + OpenSSF Scorecard report complains about it: https://securityscorecards.dev/viewer/?uri=github.com/qgis/QGIS + +Even Rouault 2024-01-25 + + INSTALL.md: add instructions for QT6 builds on Fedora Rawhide [ci skip] + +Even Rouault 2024-01-26 + + test_provider_wfs.py: partial fixes for issues with Qt6 + + There are still 4 remaining failures on Qt6 builds, but that's a + start... + +Alessandro Pasotti 2024-01-31 + + Fix build + +Nyall Dawson 2024-01-31 + + Update tests/src/python/test_provider_virtual.py + +Nyall Dawson 2024-01-31 + + Cleanup test, don't compare enums against raw ints + +Alessandro Pasotti 2024-01-31 + + Refactor functions not exposed to API + +Alessandro Pasotti 2024-01-31 + + Remove debug + +Nyall Dawson 2024-01-31 + + Enable a test + +Nyall Dawson 2024-01-31 + + pyqt5toqt6: Catch QDateTime(QDate) constructor and replace with + QDateTime(QDate, QTime) + +Mathieu Pellerin 2024-01-30 + + [layouts] Fix layout item refresh state icon drawing on high DPI screens + +Mathieu Pellerin 2024-01-30 + + [layouts] Fix rendering of map preview on high DPI screens + +Nyall Dawson 2024-01-31 + + Fix indentation + +Nyall Dawson 2024-01-31 + + Fix doxygen + +Nyall Dawson 2024-01-31 + + Run more tests + +Nyall Dawson 2024-01-31 + + Sipify + +Nyall Dawson 2024-01-31 + + Fix sipify test + +Nyall Dawson 2024-01-31 + + Dont use \deprecated doc string + + This causes a failure in the documentation test because the + accompanying enum can't be tagged with SIP_DEPRECATED/Q_DECL_DEPRECATED + +Nyall Dawson 2024-01-31 + + Make IntFlag enum type opt-in, rather than opt-out + + And make sipify handle this nicely. This means that all our non-flag + style enums correctly map across to IntFlag python enums on Qt 6, + fixing issues with negative enum values for these and providing + a better match for the original c++ enum. + +Nyall Dawson 2024-01-31 + + Use correct enum type for enum with negative values + +Juho Ervasti 2024-01-26 + + Fix src/core/layertree/qgslayertreemodellegendnode.cpp style + +Juho Ervasti <118284595+JuhoErvasti@users.noreply.github.com> 2024-01-25 + + Update src/core/layertree/qgslayertreemodellegendnode.cpp + + Co-authored-by: Nyall Dawson + +Juho Ervasti 2024-01-23 + + Remove reference to QgsProject::instance() + +Juho Ervasti 2024-01-19 + + Set project dirty when setting symbol legend node data + +Juho Ervasti 2024-01-19 + + Set project dirty when editing symbol with double click + +Nyall Dawson 2024-01-31 + + Use correct sip method + + And use INDENT-OFF annotations to avoid astyle messing up + formatting of enum with inline macros + +Nyall Dawson 2024-01-30 + + Enable more tests + +Nyall Dawson 2024-01-30 + + Add missing files + +Nyall Dawson 2024-01-30 + + Fix build + +Nyall Dawson 2024-01-30 + + Promote another enum to enum class + +Nyall Dawson 2024-01-30 + + Fix doxygen warning + +Nyall Dawson 2024-01-30 + + Use templates to avoid ugly static_cast + +Nyall Dawson 2024-01-30 + + Use enum classes for QgsProperty property keys + + Should fix usage on Qt 6 builds + +Nyall Dawson 2024-01-29 + + test masks + +Nyall Dawson 2024-01-30 + + pyqt5to6: raise warnings on fragile addAction calls + + The object.addAction variants with multiple arguments have changed + signature in Qt 6. It's safer to explicitly create a QAction first + and then add to an object using: + + my_action=QAction(...) + obj.addAction(my_action) + + It's a considerably less fragile syntax to use in any case! + + Fixes errors when trying to show context menu in Python console + on Qt 6 builds + +Nyall Dawson 2024-01-30 + + Advertise qt6 compatibility for metasearch plugin + + There may be some sneaky issues still, but it at least appears to + function ok! + +Nyall Dawson 2024-01-30 + + Replace use of QRegExp in db manager + +Nyall Dawson 2024-01-30 + + pyqt5to6: Catch QVariant.Type.XX and replace with QVariant.XX + + QVariant.Type doesn't exist, the values should be referenced + directly + +Alessandro Pasotti 2024-01-30 + + Introduce QgsProcessingProvider::Flag::FlagCompatibleWithVirtualRaster + +Alessandro Pasotti 2024-01-29 + + Exclude virtualraster from processing raster input + + Also add a tooltip. + + Fixes #55890 + +Even Rouault 2024-01-29 + + [OAPIF] Improve a bit performance of /items response parsing + + Helps improving #56059 + +Mathieu Pellerin 2024-01-30 + + Update src/app/qgsdxfexportdialog.cpp + +Mathieu Pellerin 2024-01-30 + + [ui] Improve visibility of the output layer attribute in the DXF export dialog + +Nyall Dawson 2024-01-30 + + Install some extra utils required by tests + +Merge: 34451728962 0c338f1c09c +Alexander Bruy 2024-01-30 + + Merge pull request #56057 from alexbruy/assistant-color-ramp-name + + pass color ramp name to the color ramp transformer to generate correct expression (fix #48889) + +Nyall Dawson 2024-01-30 + + Enable more tests + +Nyall Dawson 2024-01-30 + + Fix generic exception is raised on PyQt6 builds instead of specific + exceptions + + QgsException MUST be the last type defined, or it greedily prevents + the more specialized exceptions from being raised in PyQGIS + +Alessandro Pasotti 2024-01-30 + + PG: faster information retrieval for table info + + Information about single tables does not need to + scan for all tables anymore. + + Fix #56069 + +Mathieu Pellerin 2024-01-29 + + [ui] Fix overview panel rendering on high dpi screens + +Mathieu Pellerin 2024-01-29 + + Update test masks, fix clang-tidy warnings + +Mathieu Pellerin 2024-01-29 + + [raster] Fix glitchy/pixelated rendering of rasters on high DPI screens + +Alexander Bruy 2024-01-30 + + address review + +Alexander Bruy 2024-01-28 + + pass color ramp name to the color ramp transformer to generate correct + expression (fix #48889) + +Merge: 1ffce91f0ce daf02aa7ce3 +Alexander Bruy 2024-01-30 + + Merge pull request #56054 from alexbruy/export-as-image-warning + + show warning if width or height of exported image is larger than QPainter limit (refs #41045) + +Mathieu Pellerin 2024-01-29 + + [ui] Fix welcome screen's high dpi rendering of project previews and news images + +Nyall Dawson 2024-01-30 + + Sipify + +Nyall Dawson 2024-01-30 + + Handle flags compatibility with older code when porting enums to enum + class on PyQt5 builds + +Nyall Dawson 2024-01-30 + + Don't write _force_int multiple times + +Nyall Dawson 2024-01-30 + + Don't use raw ints as enum values + +Nyall Dawson 2024-01-30 + + Add missing monkey patching + +Nyall Dawson 2024-01-29 + + Move a processing enum to enum class in Qgis + +Nyall Dawson 2024-01-29 + + Promote some processing enums to enum class, cleanups + +Nyall Dawson 2024-01-29 + + Promote QgsFeatureRequest enums to enum class, move to Qgis + +Nyall Dawson 2024-01-30 + + Enable more tests + +Nyall Dawson 2024-01-30 + + Fix flags bool operator on qt6 + +Even Rouault 2024-01-25 + + [WFS provider] Modify IsPoint/IsCurve/IsSurface filters to filter out null geometries + + Adresses https://github.com/qgis/QGIS/pull/55847#pullrequestreview-1842963781 + +Stefanos Natsis 2024-01-24 + + Get band list from the old renderer + +Nyall Dawson 2024-01-25 + + Fix data defined size in layout labels is not respected + + Fixes #55958 + +مهدي شينون (Mehdi Chinoune) 2024-01-29 + + Enable explicitly draco support on MSYS2/MinGW-w64 + +مهدي شينون (Mehdi Chinoune) 2024-01-29 + + Enable draco support on MSYS2/MinGW-w64 + +Nyall Dawson 2024-01-30 + + Update src/app/qgsmapsavedialog.cpp + +Sandro Santilli 2024-01-29 + + Debug-print non-honoured shared connection requests + +Alexander Bruy 2024-01-29 + + add tests + +Alexander Bruy 2024-01-22 + + adjust algoriothm help + +Alexander Bruy 2024-01-18 + + make filter vertices algorithm accept point layers as input (fix #33502) + +Mathieu Pellerin 2024-01-29 + + [ui] Fix bad, pixelated QGIS logo in user profile selector dialog on high DPI screens + +Alexander Bruy 2024-01-29 + + reword warning + +Mathieu Pellerin 2024-01-26 + + [processing][ui] When adding multiple layers via 'add directory', skip sidecar DBF files of shapefile datasets + +Nyall Dawson 2024-01-29 + + Correctly add int types to flag style enum classes + +Nyall Dawson 2024-01-26 + + pyqt5_to_pyqt6: Fix qApp, warn on QRegExp + + Auto replace qApp with QApplication.instance() + Raise warnings if script imports QRegExp. We can't auto replace + with QRegularExpression here, the API is just way too different. + +Alexander Bruy 2024-01-25 + + show warning if width or height of exported image is larger than + QPainter limit (refs #41045) + +Nyall Dawson 2024-01-29 + + Resync embedded tinygltf + + Notably fixes an issue where valid but empty gltf content is + reported as a broken gltf, instead of just ignored. + +Nyall Dawson 2024-01-28 + + Enable more tests + +Nyall Dawson 2024-01-28 + + Test mask + +Nyall Dawson 2024-01-28 + + Sipify + +Nyall Dawson 2024-01-28 + + [sipify] Patch support for int based enum operations on non-enum class ints + + sip6 converts all enums to python Enums, but ONLY creates + Enums with IntFlags types when the c++ type is an enum class : int. + Accordingly we need to patch back in all the operations which treat + enum values as ints, like |, &, bool, etc. + + The long term solution here is to move all our c++ enums to enum + class, but that's not always straightforward and can break API + for plugins if it involves the signature of virtual methods. + +Germán Carrillo 2023-11-23 + + [Expressions] Add missing tag (crs ellipsoid) to layer_property function + +Nyall Dawson 2024-01-28 + + Simplify code, make PyQt6 compatible + +Nyall Dawson 2024-01-27 + + Handle extended enum values for QNetworkReqest.setAttribute in PyQt6 + + Since this is an enum designed to be extended in c++ (eg by adding + values after Qt's user role), we have to do some fancy wrapping + in order to make these extended roles look like the types + acceptable to the PyQt function. + + This has been designed to allow other functions to be wrapped + which rely on custom enum values. + +Mathieu Pellerin 2024-01-26 + + [themes] Revert commit 7ff0fd6 to fix CSS errors spamming console + +Nyall Dawson 2024-01-27 + + Update python/PyQt/PyQt/QtWidgets.py.in + + Co-authored-by: Even Rouault + +Nyall Dawson 2024-01-26 + + Enable a test + +Nyall Dawson 2024-01-26 + + Patch back in flags removed in PyQt6 + + PyQt6 explicitly removes QFlag types from Qt c++ classes whereas + these were exposed in PyQt5. Patch them back in for compatibility. + +Merge: 73e25363760 fd0c2bb5324 +Matthias Kuhn 2024-01-27 + + Merge pull request #56033 from nyalldawson/fix_olderqt6 + + QMetaType::Float16 was introduced in Qt 6.5 + +Stefanos Natsis 2024-01-09 + + regroup 3d window toolbar items + +Stefanos Natsis 2024-01-09 + + add shortcut for set 3d scene extents tool + +Stefanos Natsis 2024-01-09 + + use QActions for 3d toolbar + +Nyall Dawson 2024-01-27 + + QMetaType::Float16 was introduced in Qt 6.5 + +Mathieu Pellerin 2024-01-26 + + [ui] Fix dxf export dialog's force 2D checkbox not remembered + +jmkerloch 2024-01-24 + + feat(QgsLocatorWidget): add setPlaceholderText for lineedit + +Merge: 96ff95c328f d8e21a89061 +Alexander Bruy 2024-01-26 + + Merge pull request #55999 from alexbruy/mesh-renderer-settings-enum-fix + + rename QgsMeshRendererScalarSettings.DataResampling enum value from None to NoResampling + +Nyall Dawson 2024-01-26 + + Enable many more tests + +Nyall Dawson 2024-01-26 + + Update enum in newly introduced test + +Nyall Dawson 2024-01-26 + + Add warning when required import not automatically addable + +Nyall Dawson 2024-01-25 + + Restore some tests + +Nyall Dawson 2024-01-25 + + Update tests + +Nyall Dawson 2024-01-25 + + pyqt5_to_pyqt6: Handle QDateTime constructor variant + + The QDateTime (yyyy, mm, dd, hh, MM, ss, ms, ts) constructor + doesn't work anymore, so port to the more reliable QDateTime(QDate, + QTime) format + +Sandro Santilli 2023-09-28 + + Drop references to unused psycopg from db_manager + +Mathieu Pellerin 2024-01-23 + + Insure that children from multiple compositon relationships are duplicated when duplicating parent feature (fixes #55892) + +Nyall Dawson 2024-01-24 + + Fix crash in QgsRasterPipe when removing roles + + If the last role was removed, then the behaviour was undefined + and results in a crash on some systems + +Mathieu Pellerin 2024-01-24 + + [gui] Insure that selection changed signal of an active layer not drawn on the map canvas triggers UI changes + +Nyall Dawson 2024-01-25 + + Update src/gui/qgspropertyassistantwidget.cpp + +Nyall Dawson 2024-01-25 + + Update src/gui/qgspropertyassistantwidget.cpp + +Alexander Bruy 2024-01-22 + + use correct capitalization in the data-defined assistant widget title + (fix #26925) + +Alexander Bruy 2024-01-22 + + update preview when transform curve state toggled (fix #24961) + +Alexander Bruy 2024-01-23 + + use correct units in the identify map tool when "map units" are used for + distance and area measurements (fix #26995) + +flouk19 2024-01-17 + + Set SCALE for type decimal AND numeric + + To allow the type numeric as a primary-key-type with MSSQLProvider in QGIS the Scale needs to be set correctly. The Provider currently only sets the SCALE for the type decimal. This commit adds this additional check. In MSSQL the types decimal and numeric are aliases + +Merge: fc3a60abf77 70ba9094849 +David Signer 2024-01-25 + + Merge pull request #55633 from signedav/defaultsfix + + Fix apply default values on update behavior + +Nyall Dawson 2024-01-24 + + Fix PyQT6 null/None QVariant handling + + Here we have to break with our previous approach of treating + null variants (NULL in Python) different to invalid qvariants (None in + Python) + + There's simply NO way to construct null variants in PyQt6 -- they + are ALWAYS mapped across to Py_None. + + This isn't as big a deal as it sounds, we already made the decision + in c++ code to move to invalid variants in favour of null variants. + + Note that we STILL need the custom sip code here and can't rely + on base PyQt6 null variant conversion, as that relies on + QVariant::isNull when we must use QgsVariantUtils::isNull so + that the underlying type is correctly checked for null values + on Qt 6 builds. + +Merge: 40ff5bb88de 0ead1669854 +Julien Cabieces 2024-01-25 + + Merge pull request #55954 from nyalldawson/variant_type + + Handle QVariant::Type in PyQt6 builds + +David Signer 2024-01-25 + + Add version information + +Nyall Dawson 2024-01-25 + + Fix broken data defined override buttons in text format widget when + no layer is associated + + Regression from https://github.com/qgis/QGIS/pull/55786 + +Mathieu Pellerin 2024-01-23 + + [gui] Fix cursor jump when editing row/column width of a cell in the table designer + (fixes #50257) + +Mathieu Pellerin 2024-01-24 + + Fix documentation of QgsDateEdit and QgsTimeEdit classes (fixes #55758) + +Nyall Dawson 2024-01-25 + + Update tests/src/python/test_qgssimplelinesymbollayer.py + +Alexander Bruy 2023-10-09 + + fix issues with align dash pattern (fix #45432) + +Even Rouault 2024-01-25 + + QgsLayerTreeLayer and QgsMapLayer XML serialization/deserialization: use QgsProviderRegistry relativeToAbsoluteUri/absoluteToRelativeUri() + + Fixes #55975 + +Nyall Dawson 2024-01-24 + + Remove server side filtering + +Nyall Dawson 2024-01-22 + + Don't try to load plugins which aren't compatible with qt 6 + + Add a plugin metadata key for "supports_qt6". Plugins which can + safely be loaded in QGIS builds based on Qt6 can set + + supportsQt6=yes + + in their metadata.txt to advertise that they are safe to load + on Qt 6 builds + +Mathieu Pellerin 2024-01-24 + + [bookmarks] Fix browser panel's bookmark item drag and drop actions + (fixes #55819) + +Mathieu Pellerin 2024-01-24 + + [browser] While we deprecated QgsDataItem::mimeUri, it should still work + +Mathieu Pellerin 2024-01-24 + + [attributeform] Fix value relation editor widget fail to bind to a UI form combo box + +Alexander Bruy 2024-01-19 + + do not duplicate band description in the band name (fix #55156) + +Even Rouault 2024-01-24 + + [GUI] Avoid endless stack of signal emission between QgsFilterLineEdit::valueChanged and QgsValueRelationWidgetWrapper::updateValues() (fixes #55854) + +Even Rouault 2024-01-24 + + QgsMapToolMoveFeature::cadCanvasMoveEvent(): fix crash when currentVectorLayer() returns NULL (fixes #55492) + +Mathieu Pellerin 2024-01-24 + + [processing] Regenerate primary key when running the dissolve algorithm (fixes #55587) + +Alexander Bruy 2024-01-19 + + fix use of deprecated API in DB Manager (fix #54916) + +Alexander Bruy 2024-01-24 + + use password line edit in auth method editors instead of line edit and + checkbox combination + +David Signer 2024-01-24 + + Static function for volatile functions like rand, randf, now and uuid. + As well fixed, that widgets are considered that have no dependencies at all when they do have volantile functions. + +Alexander Bruy 2024-01-19 + + rename QgsMeshRendererScalarSettings enum value from None to NoResampling to avoid issues with Python bindings (fix #51033) + +Alessandro Pasotti 2024-01-24 + + Fallback to loadNamedMetadata + +Nyall Dawson 2024-01-24 + + Reblock accidentally unblocked test + +Nyall Dawson 2024-01-24 + + Enable more tests + +Nyall Dawson 2024-01-24 + + Fix qt5 build + +Nyall Dawson 2024-01-24 + + Test mask updates + +Nyall Dawson 2024-01-24 + + Monkey patch in QVariant::Type values for Qt6 builds + + Since QVariant.Type doesn't exist in PyQt6, we patch it back + in by setting them to their QMetaType.Type equivalents. + + This means that code which calls eg: + + field = QgsField('my_field', QVariant.Int) + + will work as usual under Qt5, while on Qt6 builds it will work + without change. (Since QVariant.Int is QMetaType.Type.Int, and + the PyQGIS6 sip conversion code will kick in and transparently + convert the QMetaType.Type.Int value to QVariant::Int when + calling the underlying c++ method) + +Nyall Dawson 2024-01-24 + + Add sip MappedType for QVariant::Type for Qt6 + + QVariant::Type does not exist in PyQt6 as its been deprecated + and replaced with QMetaType::Type. + + In order to avoid breaking PyQGIS API, we don't want to change + all our functions to use QMetaType::Type instead of QVariant::Type + (that can wait till QGIS 4.0). So instead we leave the c++/Qt 5 + signatures as QVariant::Type, but accept QMetaType::Type values + for these functions under Qt 6 builds. + +Nyall Dawson 2024-01-24 + + Add utilities to convert between QMetaType::Type and QVariant::Type + + While QVariant::Type can be directly static_cast to QMetaType::Type, + the reverse is not true and many QMetaType::Type values don't + have exact counterparts in QVariant::Type. + + So we use the logic: + + - If no conversion is possible, QVariant::UserType will be returned. + Note that we don't use QVariant::Invalid, as the value DOES have + a type, it's just one which needs special handling (just like user + types do) + - Some conversions are lossy, in that the QVariant::Type cannot + represent the full range of values possible in QMetaType::Type. + In these cases the returned type will be an "expanded" type + capable of storing the full range of values possible in the + original type. Eg we map QMetaType::Type::Float to QVariant::Type::Double + + QgsVariantUtils::variantTypeToMetaType is included for clarity/ + completeness/future proof-ness, even though it currently can + be handled with just a simple static cast. + +Harrissou Sant-anna 2024-01-23 + + Sort the list of raster format extensions displayed in Processing general options + +Even Rouault 2024-01-23 + + [WFS provider UI] Sort title column by ascending order (fixes #55693) + +Alessandro Pasotti 2024-01-23 + + Value relation: fix drill-down with completer + + Fix #55922 + +Even Rouault 2024-01-23 + + [GUI] Avoid endless stack of signal emission in QgsValueRelationWidgetWrapper::populate() (fixes #55854) + +Nyall Dawson 2024-01-24 + + Enable more tests + +Nyall Dawson 2024-01-23 + + More qt6 test mask updates + +Nyall Dawson 2024-01-23 + + Upgrade some more tests + +Nyall Dawson 2024-01-23 + + Fix incorrect reference image used by previously broken test + +Nyall Dawson 2024-01-23 + + Update most python tests to use base class render check methods + +Nyall Dawson 2024-01-23 + + Enable more tests + +Nyall Dawson 2024-01-22 + + Add some test masks for qt6 + +Nyall Dawson 2024-01-22 + + Fix QList/QVector conversion + +Nyall Dawson 2024-01-22 + + Sipify + +Nyall Dawson 2024-01-22 + + sip for Qt6 chokes on QList/QVector, but is happy if you expand out the map explicitly + +Nyall Dawson 2024-01-22 + + Make sip method code compatible with Qt6 + +Nyall Dawson 2024-01-23 + + Enable test + +Nyall Dawson 2024-01-23 + + Fix QColor repr + +Nyall Dawson 2024-01-22 + + Modernize some tests + +Even Rouault 2024-01-21 + + [OGR provider] Expose FileGeodatabase layer alias name as dataComment() (fixes #55900) + +Alessandro Pasotti 2024-01-22 + + SLD: fill PNG export options ignored + + Fix #55920 + Fix #55921 + +Stefanos Natsis 2024-01-22 + + use sorted values for attributes + +Alessandro Pasotti 2024-01-22 + + Restore default metadata from DB + + Fix #55726 + +Jean Felder 2024-01-22 + + [3D] correctly compute near/far planes when a scene is reloaded (#55632) + + * qgs3dmapcanvaswidget: Directly use canvas cameracontroller method + + * qgs3dmapcanvas: Update the navigation widget on near/far plane changes + + `Qgs3DNavigationWidget` is updated when the camera parameters are + updated by `QgsCameraController`. However, the near far planes of the + camera can be updated from the `Qgs3DMapScene`. In that case, the + `Qgs3DNavigationWidget` also neeeds to be updated. + + This issue is fixed by listening to the near/far plane changes from + the scene camera in `Qgs3DMapCanvas`. + + * qgs3dmapscene: Ensure to update near/far planes on new entity creation + + The near/far planes are computed in `Qgs3DMapScene` when the camera + parameters have changed. Their values depend on the bounding boxes of + the visible entities. However, the near and far planes are not + recomputed when a new entity is added. + This can be problematic for entities from a vector layer because their + vertical extent is unknown when the associated bounding boxes are + created. + + This issue is fixed by calling + `Qgs3DMapscene::updateCameraNearFarPlanes` when a new scene entity is + created. Indeed, on a new scene entity, the exact exact bounding box + has been computed by the loader of the chunked entity. + +Nyall Dawson 2024-01-22 + + Better map lookup + +Nyall Dawson 2024-01-22 + + Fix bad < operator for QgsCoordinateReferenceSystem + + This operator was incorrectly treating any two crses which had + no auth:id string associated with them as equal. + + Notably, this would break lookups of coordinate transforms from + the cache and return non-matching coordinate transforms on Qt 6 + based builds. (Since qt 6 indirectly relies on the operator< for + comparisons during map lookups as qpair is now just an alias for + std::pair) + + This situation arises in lots of cases. One notable one is when + using the measure tool, as this involves creation of + CRS based on the project's current ellipsoid which has NO auth + ID associated. Accordingly most common uses of the ellipsoid + based distance measurement were broken on Qt6 builds. + +Nyall Dawson 2024-01-22 + + Enable some more tests + +Nyall Dawson 2024-01-22 + + Upgrade enums + +Nyall Dawson 2024-01-22 + + Handle enums referenced using subclass too + +Nyall Dawson 2024-01-22 + + Replace deprecated item roles + +David Signer 2024-01-22 + + keep old tests - but there it should not update the default values on initializing the form (on opening it) without making a change + +Mathieu Pellerin 2024-01-22 + + Remove pre-2.0 QGIS project file upgrade code + +Nyall Dawson 2024-01-22 + + Remove some tests from qt6 blocklist + +Nyall Dawson 2024-01-21 + + Some qt6 test mask updates + +Even Rouault 2024-01-21 + + CI: build_artifact_comment.yml: set appropriate permissions + +Even Rouault 2024-01-21 + + CI: backport.yml: set appropriate permissions + +Even Rouault 2024-01-21 + + CI: write_failure_comment.yml: set appropriate permissions + +Even Rouault 2024-01-21 + + CI: pr-auto-milestone.yml: set appropriate permissions + + 43a847a98d1ab691b79c0dc28bc43a028aa939a4 restricted permissions, but + pr-auto-milestone.yml need more as the failure in + https://github.com/qgis/QGIS/actions/runs/7604086258/job/20706587837?pr=55907 + shows + +Mathieu Pellerin 2024-01-21 + + Disable needless QtPrinter component when building QGIS server for our CI + +Mathieu Pellerin 2024-01-21 + + Use QPdfWriter instead of QPrinter to export elevation profile to PDF + +Mathieu Pellerin 2024-01-21 + + Remove needless QPrinter include + +Mathieu Pellerin 2024-01-21 + + [app] Allow for a QtPrinter-less indentify results dialog + +Mathieu Pellerin 2024-01-21 + + [app] Allow for a QtPrinter-less layout designer dialog + +Mathieu Pellerin 2024-01-21 + + Use QPdfWriter instead of QPrinter to export keyboard shortcuts to PDF + +Mathieu Pellerin 2024-01-21 + + Use QPdfWriter instead of QPrinter for PDF export in modeler dialog + +Mathieu Pellerin 2024-01-21 + + Make QtPrinter support non-mandatory + +Nyall Dawson 2024-01-22 + + Don't double refresh dnf repos + +Harrissou Sant-anna 2024-01-19 + + Update Doxygen in tests to the official version used for docs builds + +Harrissou Sant-anna 2024-01-21 + + Fix typo and adjust text to foul the spell-ckecker + +Harrissou Sant-anna 2024-01-21 + + Raise DOT_GRAPH_MAX_NODES to allow build of complex interconnected graphs + +Harrissou Sant-anna 2024-01-21 + + Reinstate the somehow unknown @INCLUDE option + +Harrissou Sant-anna 2024-01-19 + + Let's just run Doxygen update on the whole config file + + Note that the EXTRACT_STATIC option was mentioned twice (with yes and no values), + one is replaced by EXTRACT_PACKAGE, with both options set to default : NO + + Also @INCLUDE option is not recognized by doxygen so has to be turned off + +Harrissou Sant-anna 2024-01-19 + + Replace deprecated Doxygen configuration options, + + allowing for a C++ docs build with inheritance graphs - Fixes #54990 + +David Signer 2024-01-21 + + slim out a little the functionality to concern now() function only on apply-default-value-on-update + +Even Rouault 2024-01-21 + + CI: add a 'concurrency:' section in workflows where it is missing + + This cancels previous workflow runs when pushing new commits in a pull + request, to be able to reuse more quickly workers. + +Even Rouault 2024-01-21 + + CI: add permissions: contents: read to workflows + + as recommended by https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions + +Nyall Dawson 2024-01-21 + + Update python files + +Nyall Dawson 2024-01-21 + + pyqt5 to 6: rename exec_ to exec + + This is compatible with both qt5 and qt 6 + +Nyall Dawson 2024-01-21 + + exec() works in PyQt5 + +Nyall Dawson 2024-01-21 + + Partially make script utils Qt6 compatible + +Nyall Dawson 2024-01-21 + + Use .exec() in example code + +Nyall Dawson 2024-01-19 + + Add missing break + +Nyall Dawson 2024-01-18 + + Fix seealso links + +Nyall Dawson 2024-01-18 + + Remove broken see also links + +Nyall Dawson 2024-01-18 + + Use proper model for recent CRS in QgsProjectionSelectionTreeWidget + + This ensures that we correctly apply filters to recent projections + too, eg so that a widget showing only vertical crs will ONLY show + recent VERTICAL crs, not every recent crs. + +Nyall Dawson 2024-01-18 + + Add isDeprecated method to QgsCoordinateReferenceSystem + +Nyall Dawson 2024-01-17 + + Correctly deprecate method + +Nyall Dawson 2024-01-17 + + Expand vertical group by default when showing only vertical CRS + +Stefanos Natsis 2024-01-19 + + there are 25.4 mm per in + +Stefanos Natsis 2024-01-18 + + deprecate Qgs3DMapScene::openScenes() hack + fix docstrings + +Stefanos Natsis 2024-01-18 + + fix 3dmeasuredialog leaking + +Stefanos Natsis 2024-01-18 + + fix 3daxis + +Stefanos Natsis 2024-01-18 + + limit what's exposed to python + +Stefanos Natsis 2024-01-16 + + Add 3D map canvas handling methods to QgisInterface + +Stefanos Natsis 2024-01-16 + + cleanup + +Stefanos Natsis 2024-01-12 + + Qgs3DMapCanvas + Qgs3DWindow = <3 + +Stefanos Natsis 2024-01-12 + + move 3dmapcavas and 3dmaptool to 3d lib + +Stefanos Natsis 2024-01-12 + + Move Qgs3DNavigationWidget out of Qgs3DMapCanvas + +Merge: d0e006861c3 e13d9aab32a +Alessandro Pasotti 2024-01-19 + + Merge pull request #55823 from pathmapper/only_maptip + + [server] Add WMS parameter value to request only maptip for HTML feature info response + +Jürgen E. Fischer 2024-01-19 + + fix windows build + +Merge: 686ee14509a aeafbd47f4b +David Signer 2024-01-19 + + Merge branch 'master' into defaultsfix + +David Signer 2024-01-19 + + Only consider the now() function on live update while editing. This does not risk to have very low performance on editing the values. Still now() is an often used expression function that should definitely be updated realtime + +Stefanos Natsis 2024-01-10 + + Fix test + +Stefanos Natsis 2024-01-09 + + remove unused includes + +Stefanos Natsis 2024-01-09 + + review fixes + +Stefanos Natsis 2024-01-08 + + fix sip + +Stefanos Natsis 2023-12-24 + + finalize mesh labeling gui + +Stefanos Natsis 2024-01-08 + + update copyright headers + +Alexander Bruy 2023-11-14 + + initial implementation of the labeling gui + +pathmapper 2024-01-19 + + Address code review comments + +Nyall Dawson 2024-01-19 + + Enable some more tests + +Nyall Dawson 2024-01-19 + + More flake fixes + +Nyall Dawson 2024-01-19 + + Indentation + +Nyall Dawson 2024-01-19 + + Ignore some flake warnings + +Nyall Dawson 2024-01-19 + + Stronger message + +Nyall Dawson 2024-01-19 + + Update enums + +Nyall Dawson 2024-01-19 + + Correctly handle name clashes between enum keys and namespaced classes + +Nyall Dawson 2024-01-19 + + Add a few more libraries to Qt6 ci + +Nyall Dawson 2024-01-18 + + Handle ambiguous monkey patched enum unscoping + +Nyall Dawson 2024-01-18 + + Handle replacement of monkey patched PyQGIS enums + +Nyall Dawson 2024-01-18 + + Check that enum values actually exist before replacing + +Nyall Dawson 2024-01-18 + + Manually fix enum deprecated in qt5.9 + +Nyall Dawson 2024-01-18 + + Manually fix an enum + +Nyall Dawson 2024-01-18 + + Never try to process auto_additions folder + +Nyall Dawson 2024-01-18 + + Put some logic in place to handle some ambiguous enum values + +Nyall Dawson 2024-01-18 + + Don't try to upgrade ambiguous enums + +Nyall Dawson 2024-01-18 + + Scope PyQGIS enums too + +Nyall Dawson 2024-01-18 + + Flip logic in pyqt5_to_pyqt6 so that by default we only apply qgis3 + compatible changes + +Nyall Dawson 2024-01-18 + + Better approach to upgrading enum flags + +Nyall Dawson 2024-01-17 + + Flake + +Nyall Dawson 2024-01-17 + + Update deprecated removed enum value + +Nyall Dawson 2024-01-17 + + Upgrade some enum members which are invisible to python introspection + +Nyall Dawson 2024-01-17 + + + should not be used with flags + +Nyall Dawson 2024-01-17 + + Handle QSci enums in pyqt5 to qt6 + +Nyall Dawson 2024-01-17 + + Fix incorrect operator for flags + +Nyall Dawson 2024-01-17 + + Fix enums in console + +Nyall Dawson 2024-01-17 + + Block PyQt5 imports in qt 6 builds, and vice versa + +Nyall Dawson 2024-01-17 + + Fix sip import + +Nyall Dawson 2024-01-17 + + Don't try to import PyQt5 libs on qt6 builds + +Nyall Dawson 2024-01-19 + + Don't use verbose logging when downloading hana client + + This causes thousands of lines to be added to the CI logs, which + is partially responsible for the github log pages freezing browsers + +Harrissou Sant-anna 2024-01-18 + + Indicate actual repository storing the build artifacts in comment + + when using a repo other than qgis/QGIS, let's ensure to provide the correct link + and not point to upstream repo + +Nyall Dawson 2024-01-17 + + Add dox + +Nyall Dawson 2024-01-17 + + Refactor QgsProjectionSelectionWidget + + Cleanup QgsProjectionSelectionWidget to use proper models to + drive the combo box. This removes a bunch of very fragile + logic regarding showing and hiding entries on demand, as it + allows us to move all the filtering logic to a single place + in a QSortFilterProxyModel subclass. + + This has a few side benefits: + - The combos now dynamically respond to changes like recent + CRS being used in other places in QGIS + - The widget correctly respects horizontal/vertical crs filters + for all entries, including recent crs + +Denis Rouzaud 2024-01-17 + + make QgsAnnotationItem::clone const (#55868) + +Denis Rouzaud 2024-01-17 + + make item method const (#55858) + +Denis Rouzaud 2024-01-17 + + add enabled state for annotation items (#55798) + +Even Rouault 2024-01-16 + + Reduce number of calls to virtual method temporalCapabilities() + +Even Rouault 2024-01-16 + + QgsAttributeTableDialog::mActionToggleEditing_toggled(): reduce amount of copy&paste related to provider capabilities + +Nyall Dawson 2024-01-17 + + Fix qt6 test + +Nyall Dawson 2024-01-16 + + Add proxy model for recent crs model + +Nyall Dawson 2024-01-16 + + Push vertical crs to recent list should not cause recent horizontal crs + to be removed + +Nyall Dawson 2024-01-16 + + Create a basic model for recent coordinate reference systems + +Nyall Dawson 2024-01-16 + + Remove unused 2018 WKT variants, monkey patch for api compatibility + +Nyall Dawson 2024-01-16 + + Add missing call + +Nyall Dawson 2024-01-16 + + Use consistent case + +Nyall Dawson 2024-01-15 + + Add signals for recent crs changes + + And move tests to correct file + +Nyall Dawson 2024-01-15 + + Move QgsCoordinateReferenceSystem enums to qgis, promote to enum class + +Nyall Dawson 2024-01-15 + + Move recent crs methods to QgsCoordinateReferenceSystemRegistry + +Nyall Dawson 2024-01-15 + + Move all projection related gui files to src/gui/proj + +Nyall Dawson 2024-01-15 + + Add filter options for all crs selection widgets + + This is a partial implementation -- we also should be filtering + the lists of recent crs to matching ones + +Nyall Dawson 2024-01-16 + + Don't use floats when we don't have to + +Nyall Dawson 2024-01-16 + + Handle attribute strength outside of shader + +Nyall Dawson 2024-01-06 + + Fix clang tidy warning + +Nyall Dawson 2024-01-05 + + Fix clang warning + +Nyall Dawson 2024-01-05 + + Use double instead of float in high level class to avoid + user set values changing when saving/restoring material settings + + Convert to float when creating low level, performance critical + objects only. + +Nyall Dawson 2024-01-04 + + Add test mask + +Nyall Dawson 2024-01-04 + + Add UI for controlling phong ambient/diffuse/specular strengths + +Nyall Dawson 2024-01-04 + + Add a simple widget for setting percentage values via spin and slider + +Nyall Dawson 2024-01-04 + + Add API to control coefficients (strength) of ambient/diffuse/specular + contributions to phong shader + +Nyall Dawson 2024-01-04 + + Remove redundant identical fragment shader + +Nyall Dawson 2024-01-04 + + Consistently use ambientColor/diffuseColor/specularColor as parameter names + +Nyall Dawson 2024-01-04 + + Use phong function in instanced renderer + +Nyall Dawson 2023-12-07 + + Allow constructing wmts layers without prior knowledge of + crs and format + + WHen the crs or image format is not specified, just use the + first available ones we determine from the capabilities + + This avoids a client having to manually retrieve and parse + the capabilities in order to determine these values upfront. + +Nyall Dawson 2024-01-10 + + Check that plugins can be loaded before enabling them in qgis_process + + And add tests for plugin enable/disable commands + + Fixes #54915 + +Nyall Dawson 2023-12-13 + + Fix lengthy hang when restoring projects with temporal layers + from remote sources + +Julien Cabieces 2024-01-15 + + [PyQt6] add failing tests + +Julien Cabieces 2024-01-15 + + [PyQt6] Remove failing null_from_qvariant_converter + +Julien Cabieces 2023-12-19 + + [PyQt6] fix qputenv call + + Expects a QByteArrayView in Qt 6, so we need to convert from + QStringBuilder to QByteArray beforehand + +Julien Cabieces 2023-12-07 + + [PyQt6] Build PyQt6 + +Julien Cabieces 2023-12-07 + + [PyQt6] Build binding on CI + +Julien Cabieces 2023-04-17 + + block failing tests + +Nyall Dawson 2024-01-16 + + QString fixup + +Nyall Dawson 2024-01-15 + + Fix warnings when running spell check + + The contents of .agignore are regular expressions, not wildcards + +Nyall Dawson 2024-01-15 + + Remove deprecated smartmatch from sipify + + This spams the terminal with deprecation warnings whenever sipify + is run on newer perl versions + +Nyall Dawson 2024-01-15 + + [api] Add iface.blockActiveLayerChanges + + Sets whether changes to the active layer should be temporarily + blocked. Exposes a previously private optimisation for use + by plugins. + + This is a low-level method, designed to avoid unnecessary work when adding lots + of layers at once. Clients which will be adding many layers may call blockActiveLayerChanges( TRUE ) upfront, + add all the layers, and then follow up with a call to blockActiveLayerChanges( FALSE ). This will defer emitting + the active layer changed signal until they've added all layers, and only emit the signal once for + the final layer added. + +Jürgen E. Fischer 2024-01-15 + + about: also show compile-time vs. runtime python version (refs #54491) + +Nyall Dawson 2023-11-14 + + [wfs] Use a more tolerant approach to matching the desired WFS + layer name to those available from the get capabilities + +Nyall Dawson 2024-01-15 + + Revert "Disable msys2 workflow for now" + + This reverts commit dfd2686866707fd95160164ad5b1433d5b18098a. + +Nyall Dawson 2023-12-21 + + Skip formatting check on PDF4QT lib + +Nyall Dawson 2024-01-15 + + Add embedded external copy of PDF4QT + +Harrissou Sant-anna 2024-01-13 + + Add tabulation for better alignment of options' description + +Harrissou Sant-anna 2024-01-13 + + Add missing linebreak in qgis_process help + + and harmonize its placement for further features + +pathmapper 2024-01-13 + + Add by default + + ref https://github.com/qgis/QGIS/pull/55823#discussion_r1451572812 + +Nyall Dawson 2024-01-10 + + Loosen check for uris by not checking whether they actually exist as files + + Its better to defer this to that data provider, as the uri may + not need to correspond to an actual on disk file for some providers. + Eg ogr provider can load remote http sources + + Fixes #54264 + +Nyall Dawson 2024-01-10 + + Rely more on provider metadata + +Nyall Dawson 2024-01-10 + + If we know the data provider, then refine the possible layer types + using those which are actually supported by the provider + + Avoids unnecessary attempts to use non-compatible layer types + to load a dataset from the provider + +Nyall Dawson 2024-01-10 + + Use better name extraction logic by using parsed uri parts + +Nyall Dawson 2024-01-10 + + Don't use hardcoded list of providers which support disk based files, + instead correctly use provider metadata + +pathmapper 2024-01-13 + + Use valid HTML content for tests + + ref https://github.com/qgis/QGIS/pull/55823#discussion_r1451549154 + +pathmapper 2024-01-13 + + Add WMS with_maptip parameter value to request only maptip for HTML feature info response + +Nyall Dawson 2024-01-13 + + Improve more tests + +Nyall Dawson 2024-01-13 + + Update masks + +Nyall Dawson 2024-01-12 + + Add test masks + +Nyall Dawson 2024-01-12 + + Fix raster provider capabilities retrieved from wrong call + +Nyall Dawson 2024-01-12 + + Fix 'implicit capture of this is deprecated' warnings + +Nyall Dawson 2024-01-12 + + Fix some antipatterns in tests + +Yoann Quenach de Quivillic 2024-01-12 + + Drop the unused Transient flag (#55592) + +Loïc Bartoletti 2024-01-11 + + tests python: Uses self.assert{True|False} insert of assert (not) + +Loïc Bartoletti 2024-01-11 + + Optimization: uses constData for coordinates + +Loïc Bartoletti 2024-01-11 + + QgsAbstractGeometry: Update dox for fuzzyEqual and fix \see tags + +Loïc Bartoletti 2024-01-10 + + DOX: add a more descriptive information on fuzzyDistanceEqual. What is a 'distance comparison' + +Loïc Bartoletti 2024-01-10 + + tests python: Uses self.assertNotEqual( geom1, geom2 ) instead of assert not geom1 == geom2 + +Loïc Bartoletti 2023-12-20 + + QgsCompoundCurve.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsGeometryCollection.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsCircularString.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsMultiLineString.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsPoint.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsMultiPoint.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsMultiPolygon.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsPolygon.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + QgsLineString.py: add tests for fuzzyComparisons + +Loïc Bartoletti 2023-12-20 + + CMake: add fuzzyComparisons tests for QgsCircularString, QgsGeometryCollection, QgsPolygon, QgsMultiPoint, QgsMultiPolygon, QgsCompoundCurve + +Loïc Bartoletti 2023-12-15 + + QgsAbstrcatGeometry and childs: Add fuzzyEqual and fuzzyDistanceEqual. Replaces operator== with fuzzyEqual and uses epsilon=1E-8 + + The comparisons among QGIS were conducted on coordinates using a fixed epsilon: + specifically, 1e-8 for QgsPoint and the default value for qgsDoubleNear: 4 * + DBL_EPSILON. + + Initially, I've standardized its use to 1e-8 universally; it's already + significantly adequate for our Cartesian cases (1e-3 should suffice for many), + potentially fitting just right for geographical contexts. + + Furthermore, in response to precision concerns, we're using the fuzzyEqual + and fuzzyDistanceEqual methods. These methods enable users/developers to + compare geometries more easily and with a given precision. + + The API remains intact as operator==/equals() have been shifted into fuzzyEqual + (with an epsilon of 1e-8). + + To consolidate the code between fuzzyEqual and fuzzyDistanceEqual, helper + functions, fuzzyHelpers, have been introduced following the logic of the + respective segments to be executed. + +Nyall Dawson 2024-01-11 + + Modernize test + +Nyall Dawson 2024-01-11 + + Modernise test + +Nyall Dawson 2024-01-11 + + Move test to categorized renderer tests, simplify + +Nyall Dawson 2024-01-10 + + Fix some issues with categorized renderer exports to SLD + + - Correctly handle merged categories + - Correctly handle already quoted field names + - Correctly handle expressions + + Fixes #55792 + +Nyall Dawson 2024-01-09 + + Add --skip-loading-plugins flag for qgis_process + + When set, plugins will not be loaded. This can result in faster + execution times for commands like "qgis_process plugins", when + the client just needs to know available plugins and doesn't + actually need to LOAD them. + +Nyall Dawson 2024-01-09 + + Use flags instead of booleans + +Nyall Dawson 2024-01-11 + + Remove outdated tooltips + +Nyall Dawson 2024-01-05 + + Mark class as private + +Nyall Dawson 2024-01-05 + + A different shader graph is required for qt 6 + +Nyall Dawson 2023-12-31 + + Add a physically based metal rough material + + Adds a new material choice for a physically based metal/roughness + material. Options are available for setting the material base color, + metalness and roughness. + + Internally this uses a clone of Qt's QMetalRoughMaterial class. We + use a copy of the Qt class instead of relying on Qt's implementation + as longer-term improvements (such as data defined base color) will + require a re-implementation anyway. By using our own material we + will avoid having two different code paths for the data-defined/ + non-data defined scenarios. + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-10 + + Bump follow-redirects in /resources/server/src/landingpage + + Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. + - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) + - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) + + --- + updated-dependencies: + - dependency-name: follow-redirects + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +Harrissou Sant-anna 2023-11-05 + + Add vertical scrollbar to raster calculator dialog + +Loïc Bartoletti 2024-01-10 + + dox: Adds a \warning tag. Adds a mention about caller's responsibility and adds a \since tag + +Loïc Bartoletti 2023-12-14 + + QgsPoint: Uses the (sqr)distance3D method from QgsGeometryUtilsBase + + Utilizes functions from QgsGeometryUtilsBase and slightly rewriting + the conditions. + Here, a check is performed on NaN values. + If one of the values is not NaN (~ is3D), then a 3D calculation is applied; + this could return NaN if one of the Z values is NaN. + + However, if both are indeed 3D points, we use the 2D method plus 0. + It's better to use an if statement and directly utilize this 2D method. + +Loïc Bartoletti 2023-12-14 + + QgsGeometryUtils: add sqrDistance3D and distance3d for QgsPoint using QgsGeometryUtilsBase functions + +Loïc Bartoletti 2023-12-14 + + QgsGeometryUtilsBase: add sqrDistance3D and distance3D + + As for the sqrDistance and Distance 2D functions, this adds functions for 3D. + To maintain the lowest level, the specific case where a Z could be NaN + is not handled. + It is left to the responsibility of other methods using these functions. + +Nyall Dawson 2024-01-10 + + Add file source widget for OGR provider + +Nyall Dawson 2024-01-10 + + If source is changed in vector layer properties, resync dialog + to new layer settings after apply is hit + + This allows any changed layer properties (such as a forced + creation of a new renderer compatible with the new layer, new + field configuration, etc) to show in the dialog correctly + +Nyall Dawson 2024-01-10 + + Add test + +Nyall Dawson 2023-12-13 + + Change vector layer data sources ONLY after applying all other + settings in the layer properties dialog + + Otherwise we run the risk that logic implemented when changing + data source (eg changing the layer's renderer to a type compatible + with the new data source) is obliterated when the outdated + settings from the dialog are applied. + +Julien Cabieces 2024-01-10 + + [PyQt6] remove QTextCodec arg instead of removing the method + +Julien Cabieces 2023-12-21 + + [PyQt6] s/SIP_PYQT5_ONLY/SIP_PYQT5_RUN + +Julien Cabieces 2023-12-20 + + [PyQt6] Fix conversions.sip + +Julien Cabieces 2023-12-20 + + [PyQt6] remove QTextCodec and rename pyqt5_from_qvariant_by_type + + QTextCodec is no longer existing in PyQt6 (only in QtCoreCompat in C++) + +Julien Cabieces 2024-01-10 + + s/3to4/pyqt5_to_pyqt6 + +Julien Cabieces 2024-01-03 + + Fix spell check + +Julien Cabieces 2023-12-20 + + fix flake8 + +Julien Cabieces 2023-12-20 + + [PyQt6] Add scope for enums and get rid of PyQt5.XXX import + + this has been done automatically with the following comand line + + ./scripts/3to4/3to4.py --only-qgis3-compatible-changes ./python/plugins/ + ./scripts/3to4/3to4.py --only-qgis3-compatible-changes ./tests/src/python/ + +Julien Cabieces 2023-12-19 + + [PyQt6] unscoppe enums + +Julien Cabieces 2023-12-14 + + [PyQt6] Better deal with newline in import + +Julien Cabieces 2023-12-14 + + [PyQt6] Add new file to migrate from 3 to 4 + +Nyall Dawson 2024-01-09 + + Avoid multiple QgsSettings construction during backward migration + +Nyall Dawson 2023-12-07 + + Perform backward compatibility of settings only for changed settings + + The backward compatibility code is very expensive, as it triggers + a huge number of QSetting object creation and destruction. + + We only need to perform this for settings which have changed, + so add API to flag changed settings and only perform backward + migration of changed settings. + + This dramatically improves QgsApplication shutdown time (cuts + 1.5 seconds off shutdown on a release build!!) + +Nyall Dawson 2024-01-10 + + Correctly start application before running test + +Nyall Dawson 2024-01-10 + + Modernize test + +Nyall Dawson 2024-01-10 + + Rename method for clarity + +Nyall Dawson 2024-01-09 + + Add test to ensure style has not been initialized when running + qgis_process + +Nyall Dawson 2024-01-09 + + Implement lazy initialization of default style library + + Populating the style library from the database can be a time + consuming process, especially if a user has many symbols + present in their library. + + But for many standalone scripts, and for qgis_process, the + style database may not be required. + + Let's defer initialization of it until it's actually required, + saving the startup cost in qgis_process and 3rd party scripts. + + On my system with a style database containing ~700 items this + cuts down qgis_process startup times by around 25% + +Jean Felder 2024-01-08 + + qgs3dmapscene: Avoid recomputing scene context on scene update + + It can be computed once before updating each entity. + +bdm-oslandia 2023-12-08 + + qgs3dmapscene: Refactorize duplicated code into updateScene + + The update scene logic is duplicated in two different places: + - `Qgs3DMapScene::updateScene` + - `Qgs3DMapScene::onFrameTriggered` + + In `Qgs3DMapScene::updateScene`, it iterates through the different + mapscene entities, check if th gpu limit has been reached and updates + the scene state flags accordingly. + In `Qgs3DMapScene::onFrameTriggered`, it makes the same thing as + `Qgs3DMapScene::updateScene` but only if needed. + + These similar approaches are merged into one by adding a `forceupdate` + boolean. + +Even Rouault 2024-01-09 + + Add raster/vector layer dialog: offer Microsoft Azure Data Lake Storage / vsiadls capability + + Fixes #55767 + +Nyall Dawson 2024-01-09 + + Allow clicking processing output file/folder/html names in the + log to open the containing folder and preselect the generated file + +Nyall Dawson 2024-01-09 + + Use nicely formatted results in processing logs + +Nyall Dawson 2024-01-09 + + Add method to get HTML formatted versions of output values for + processing outputs + +Nyall Dawson 2024-01-09 + + Add method to format processing output values as strings + +Nyall Dawson 2024-01-09 + + Add method to push formatted text to Processing feedback + + Provides a method for algorithms to push HTML contents to the log + (the other feedback methods all escape HTML strings to strip + formatting characters) + +Stefanos Natsis 2024-01-08 + + tune tests + +Stefanos Natsis 2024-01-05 + + add labeling tests + +Stefanos Natsis 2024-01-04 + + cmon sip... + +Stefanos Natsis 2024-01-04 + + add comment + +Stefanos Natsis 2024-01-04 + + address review + +Stefanos Natsis 2023-12-28 + + ok sip + +Stefanos Natsis 2023-12-28 + + ok sip + +Stefanos Natsis 2023-12-23 + + finalize mesh label rendering + +Alexander Bruy 2023-11-14 + + initial support for mesh labeling + +Merge: 50a31065ab6 34a6f5024bc +Alessandro Pasotti 2024-01-08 + + Merge pull request #55782 from elpaso/bugfix-gh55711-rat-dbf-save + + RAT: fix save to DBF + +Alessandro Pasotti 2024-01-08 + + RAT: fix save to DBF + + Fix #55711 + +Nyall Dawson 2024-01-08 + + Add framework to temporarily halt flushing of QgsSettings to ini + + This adds a mechanism where flushes of QgsSettings to the underlying + ini storage file can be temporarily suspended. It is intended for + code paths where many settings entries are consecutively read/written, + to avoid the very expensive cost of constructing and destructing + multiple QgsSettings objects for each in turn. + + When QgsSettings::holdFlush() is called, then a temporary thread local + QgsSettings object will be created and ALL access to settings entries + will use this same object (preventing flushing of it to ini files). + An accompanying QgsSettings::releaseFlush() call MUST be made from + the same thread to destroy the thread local QgsSettings, flush it + to disk, and resume normal operation. + + This helps avoid the VERY costly backward migration of settings, + and cuts the run time for qgis_process commands like `qgis_process list` + by at least half (and considerably more in common setups). + +Nyall Dawson 2023-12-06 + + Lazy initialize authentication framework + + QCA and SSL certificate initialize can be costly -- so defer + startup of authentication framework until it is actually required. + + This has no effect on QGIS desktop, as the news feed request + and other startup network requests will immediately trigger + an initialization of the framework. The use case here is improving + the core application startup time to benefit non-app based clients, + eg. qgis_process. + +Merge: 8d70d4ba5f2 37c890e9cf4 +Alessandro Pasotti 2024-01-07 + + Merge pull request #55759 from Joonalai/sparse-pgrasters + + Fix sparse postgres rasters from disappearing + +Merge: 9a0cbc00510 4763dd01707 +Alessandro Pasotti 2024-01-07 + + Merge pull request #55751 from pathmapper/gfi_formatting + + [server] Improve WMS GetFeatureInfo text/html output + +pathmapper 2024-01-06 + + Test also layer server Abstract + + ref https://github.com/qgis/QGIS/pull/55751#pullrequestreview-1807328965 + +pathmapper 2024-01-06 + + Update more tests + +Nyall Dawson 2024-01-06 + + Build grass plugin on qt6 ci + +Nyall Dawson 2024-01-06 + + Fix mac build + +Nyall Dawson 2024-01-05 + + Allow building grass support under qt6 builds + +Mathieu Pellerin 2024-01-05 + + [tiledscene] Catch type error exception when parsing tilesetVersion + +Joonalai 2024-01-04 + + Prevent cache from being invalidated with sparse rasters + + Fixes #55753 + +Joonalai 2024-01-04 + + Test for regression #55753 sparse pgrasters + + Co-authored-by: Andrea Giudiceandrea + +Nyall Dawson 2024-01-05 + + Disable msys2 workflow for now + + Refs https://github.com/qgis/QGIS/issues/55761 + +pathmapper 2024-01-04 + + Update Postgres tests + +pathmapper 2024-01-04 + + Produce valid content for strings with HTML tag chars + + Tests added, ref https://github.com/qgis/QGIS/pull/55751#discussion_r1441459922 + +Merge: 5b50eab19a9 e3c5359d892 +Mathieu Pellerin 2024-01-04 + + Merge pull request #55718 from nirvn/cmyk_encode_decode + + [core] Rely on QgsColorUtils encoding/decoding to handle CMYK + +Merge: d4a76a48d06 679036d7b27 +Alessandro Pasotti 2024-01-04 + + Merge pull request #55547 from gacarrillor/patch-3 + + Some love for .mailmap + +Mathieu Pellerin 2024-01-04 + + Insure that QgsColorUtils::colorFromString handle hex color strings + +pathmapper 2024-01-04 + + Address code review, improve HTML formatting, fix remaining test + +Mathieu Pellerin 2023-12-30 + + Fix QgsMapBoxGlConverter and QgsSymbolLayerReadSld tests + +Mathieu Pellerin 2023-12-30 + + Fix QgsLayoutMapOverview test + +Mathieu Pellerin 2023-12-30 + + Fix creation of QgsGradientColorRamp stops from properties + +Mathieu Pellerin 2023-12-30 + + Fix typo in QgsColorUtils::colorToString + +Mathieu Pellerin 2023-12-29 + + [core] Rely on QgsColorUtils encoding/decoding to handle CMYK + +Nyall Dawson 2024-01-04 + + Update test mask + +Björn 2024-01-03 + + Update src/server/services/wms/qgswmsrenderer.cpp + + Co-authored-by: Alessandro Pasotti + +Even Rouault 2024-01-02 + + [OAPIF] Fix bad performance on servers with large /api response documents (fixes #55740) + +Nyall Dawson 2024-01-03 + + Update test masks + +Nyall Dawson 2024-01-02 + + Fix handling of opacity with custom phong material + +Nyall Dawson 2024-01-02 + + Use same phong shader function for non data defined colors + + Ensures that the same results are obtained for both the + data defined and non-data defined color situations, and ensures + that https://bugreports.qt.io/browse/QTBUG-77665 does not + impact the non-data defined color case. + +Nyall Dawson 2024-01-03 + + Fix labeler workflow + + Refs https://github.com/actions/labeler/issues/112 + +Nyall Dawson 2024-01-02 + + Revert "Bump actions/upload-artifact from 3 to 4" + + This reverts commit e87e19d549a848be26acf62f10792b28e441785a. + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-01 + + Bump tj-actions/changed-files from 40 to 41 + + Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. + - [Release notes](https://github.com/tj-actions/changed-files/releases) + - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) + - [Commits](https://github.com/tj-actions/changed-files/compare/v40...v41) + + --- + updated-dependencies: + - dependency-name: tj-actions/changed-files + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-01 + + Bump actions/labeler from 4 to 5 + + Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. + - [Release notes](https://github.com/actions/labeler/releases) + - [Commits](https://github.com/actions/labeler/compare/v4...v5) + + --- + updated-dependencies: + - dependency-name: actions/labeler + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-01 + + Bump actions/setup-python from 4 to 5 + + Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. + - [Release notes](https://github.com/actions/setup-python/releases) + - [Commits](https://github.com/actions/setup-python/compare/v4...v5) + + --- + updated-dependencies: + - dependency-name: actions/setup-python + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-01 + + Bump actions/upload-artifact from 3 to 4 + + Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. + - [Release notes](https://github.com/actions/upload-artifact/releases) + - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: actions/upload-artifact + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-01 + + Bump actions/stale from 8 to 9 + + Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. + - [Release notes](https://github.com/actions/stale/releases) + - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) + - [Commits](https://github.com/actions/stale/compare/v8...v9) + + --- + updated-dependencies: + - dependency-name: actions/stale + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +Giovanni Manghi 2023-12-31 + + Fix case + +Giovanni Manghi 2023-12-30 + + Better wording for metadata dialog + +CodeBardian 2023-12-30 + + Add `editorWidgetSetup` to the copy constructor of `QgsFieldPrivate` + +CodeBardian 2023-12-30 + + add failing test reproducing #52288 + +Nyall Dawson 2023-12-30 + + Update test image + +Nyall Dawson 2023-12-19 + + Fix handling of phong shader ambient color + + This looks to be broken in upstream Qt too! + +Merge: 709c6a39bd6 4406ef41dac +Matthias Kuhn 2023-12-30 + + Merge pull request #55722 from gregorywaynepower/master + + Update links from http to https in README.md + +Gregory Power <31050507+gregorywaynepower@users.noreply.github.com> 2023-12-29 + + Update links from http to https in README.md + +Nyall Dawson 2023-12-27 + + Don't rebuild lights in 3d scenes if they are unchanged + + Helps avoid an unwanted (possibly upstream qt?) bug in which the light + intensity increases when editing 3d map settings. + + Now the bug only presents itself when light settings are actually + changed, not just hitting apply in the map settings dialog. + + And it's more correct anyway -- the signal shouldn't be raised + if the lights aren't actually changed! + +Nyall Dawson 2023-12-27 + + Update mask + +N_Strahl 2023-12-28 + + Add HAVE_CRASH_HANDLER check before setting exception handler to avoid compilation errors. Fixes #55715 + +pathmapper 2023-12-28 + + Update tests + +pathmapper 2023-12-28 + + Some adjustments + +Merge: f6addcd0ca8 cef5c6d8125 +Matthias Kuhn 2023-12-28 + + Merge pull request #55704 from baswein/NoData-Harmonization + + NoData harmonization + +Sebastian Gutwein 2023-12-27 + + Apply suggestions from code review + + Co-authored-by: Harrissou Sant-anna + +Sebastian Gutwein 2023-12-26 + + fix test + +Nyall Dawson 2023-12-24 + + Promote 3d point symbol shape to enum class + +Merge: 8c637980a99 7a15d9bb14b +Matthias Kuhn 2023-12-25 + + Merge pull request #55706 from pathmapper/logging + + Improve server / test logging + +Astrid Emde 2022-08-29 + + improved styling for featurinfo html output #49851, todo update test + +pathmapper 2023-12-24 + + Fix deprecation warning + +pathmapper 2023-12-24 + + Add tag and adjust message level + +Merge: 5ad02eb8ff2 841487ce054 +Matthias Kuhn 2023-12-25 + + Merge pull request #55679 from thbaumann/master + + better handling of empty plugin-repositories + +Merge: 6ee0bf45357 e7c43d004d3 +Matthias Kuhn 2023-12-24 + + Merge pull request #55680 from pathmapper/gfi_maptip + + [server] Add maptip for raster layer GetFeatureInfo + +pathmapper 2023-12-24 + + Keep const (address code review) + +Sebastian Gutwein 2023-12-23 + + NoData harmonization + +Paul Blottiere 2023-12-23 + + Use pyogctest 1.1.1 + +Nyall Dawson 2023-12-20 + + Ensure that default shape properties for 3d symbols are only + stored in a single place, and that we always use the default + value when its not overwise set + + This has two benefits: + 1. The user doesn't see confusing "0" values for radius/length etc, + which are silently treated as some other fixed value when rendering + 2. The default values are correctly accounted for when calculating + the layer's AABB, otherwise we end up with a flat AABB by + default + +Nyall Dawson 2023-12-13 + + Allow source widgets to specify the group name for layer source + properties + + Allows overriding the default "Layer Source" group box title + +Nyall Dawson 2023-12-20 + + Update tests + +Nyall Dawson 2023-12-19 + + Fix shininess parameter ignored when data defined colors + are activated for phong shader + +Nyall Dawson 2023-12-20 + + Disable specular color widget when material has no shininess + + And add an explanatory tooltip when this happens. Makes it clearer + that specular color only has an impact when material has shininess. + +Nyall Dawson 2023-12-20 + + Don't show detailed color tooltips for disabled color buttons + +pathmapper 2023-12-21 + + Add maptip for raster layer GetFeatureInfo + +Merge: 55d0b1cbcba 50b88428952 +Thomas Baumann @work 2023-12-21 + + Merge pull request #1 from thbaumann/thbaumann-handle-empty-repositories + + Better handling of empty repositories + +Loïc Bartoletti 2023-12-13 + + Add \since QGIS 3.34 + + 3.34 here, since it has been backported + + Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> + +Loïc Bartoletti 2023-12-13 + + QgisInterface: add meshMenu to iface. + + Fixes #55604 + +Stefanos Natsis 2023-12-18 + + drop ept generation support for pdal provider + +Stefanos Natsis 2023-12-15 + + Update untwine to 1.1.0 + +Nyall Dawson 2023-12-20 + + Build with webengine support on Qt6 CI builds + +Nyall Dawson 2023-12-20 + + Remove unnecessary definition + +Nyall Dawson 2023-12-20 + + Don't link to WebEngineWidgets on qt6 builds + +Nyall Dawson 2023-12-20 + + We don't need WebEngineWidgets on qt6 builds + +Nyall Dawson 2023-12-20 + + Webengine and 3d are no longer mutually exclusive + +Nyall Dawson 2023-12-15 + + WebEngine widgets are also required + +Nyall Dawson 2023-12-15 + + If webengine support enabled, link core to webengine + +Nyall Dawson 2023-12-15 + + Mke webkit and qt6 combination raise an explicit error instead + of silently dusabling webkit + +Nyall Dawson 2023-12-15 + + Add WITH_QTWEBENGINE cmake flag + + Logic is: + - Cannot be enabled if webkit support is enabled (to simplify + logic in QGIS classes - if webkit is enabled, then webkit + widgets will be used. if webengine is enabled, then + webengine widgets will be used) + - Cannot be enabled if QGIS 3D support is enabled (due to + incompatibility between webengine and Qt3D framework) + +Thomas Baumann @work 2023-12-20 + + Update installer_data.py + + update to handle (temporary) empty repositories + +Vincent Cloarec 2023-12-09 + + fix mesh calculator time steps + +Merge: 4d2446cf2b7 0da80e4a201 +Loïc Bartoletti 2023-12-20 + + Merge pull request #55672 from AlisterH/patch-12 + + Update grass7.txt + +Alister Hood 2023-12-20 + + Update grass7.txt + + Improve and expand instructions + +Andrea Giudiceandrea 2023-12-19 + + [processing] Fix "Extract specific vertices" (native:extractspecificvertices) alg + + Fix inconsistent behaviour with input null and empty geometries + +Andrea Giudiceandrea 2023-12-19 + + [processing] Fix "Extract vertices" (native:extractvertices) alg + + Fix crash with input empty polygons + Fix inconsistent behaviour with input null and empty geometries + +Merge: ed935381961 c0fed0f7e49 +Matthias Kuhn 2023-12-19 + + Merge pull request #55652 from AlisterH/patch-11 + + Fix spinbox padding in Blend of Gray theme + +Julien Cabieces 2023-12-19 + + [PyQt6] Fix QAction & QShortcut which live in a different module + + Make them available in both QtGui and QtWidgets so it could work both way + +Merge: 1d1c55674c2 8d83b8d8d11 +Loïc Bartoletti 2023-12-19 + + Add fuzzy equal methods + + Add fuzzy equal methods + +Merge: 5ce4c3e1876 8952595c3df +Martin Dobias 2023-12-19 + + Merge pull request #53255 from jbp35/qgs3dwindow + + Reimplement Qt3DWindow to work with Qt Webengine + +Alister Hood 2023-12-19 + + Update style.qss + + Fix spinbox padding in Night Mapping theme + +Alister Hood 2023-12-19 + + Update style.qss + + Fix spinbox padding in Blend of Gray theme + +Nyall Dawson 2023-12-19 + + Update src/3d/chunks/qgschunknode_p.cpp + + Co-authored-by: Stefanos Natsis + +Nyall Dawson 2023-12-18 + + Don't treat AABB with any non-zero extents as empty + + This causes nodes to disappear when they contain data which sits + completely within a flat plane. (Eg point billboard symbols, where + the z range will always be 0) + +Julien Cabieces 2023-12-18 + + Fix NULL QVariant + +Julien Cabieces 2023-12-14 + + Replace QVariant.Int with QMetaType.Type.Int + +Julien Cabieces 2023-12-13 + + [PyQt6] Make PyQtcompat compatible with any Qt version + +Julien Cabieces 2023-12-13 + + [PyQt6] Rename pyqt mock files + +Nyall Dawson 2023-12-18 + + Update src/app/3d/qgspoint3dsymbolwidget.cpp + + Co-authored-by: Martin Dobias + +Nyall Dawson 2023-12-18 + + Fix 3d billboard symbol height is ignored + + Followup 0218ece + +David Signer 2023-12-18 + + tests for default values apply on update + +David Signer 2023-12-18 + + concern if the attribute need geometry (in case of html/qml widgets or expressions for default values or virtual field) to cache the geometry as well. + +David Signer 2023-12-18 + + update fields dependencies on initialization of attribute form is sufficient. No need to do it as well on resetValues + +Martin Dobias 2023-12-18 + + Increase point cloud 3d rendering tolerance test a bit + +Martin Dobias 2023-12-18 + + sip fixes + +bdm-oslandia 2023-12-08 + + Fix(3D): rename Qgs3DMapSceneEntity::SceneState to SceneContext to avoid confusion with Qgs3DMapScene::SceneState + +Jean Felder 2023-12-12 + + qgs3dutils: Fix a narrowing conversion in screenSpaceError + + `screenSizePx` is an integer. + This fixes a clang-tidy warning: "warning: narrowing conversion from + 'int' to 'float' [bugprone-narrowing-conversions]" + +Nyall Dawson 2023-12-18 + + Remove outdated comment + +Merge: 8bd8d93f6e4 e5a8aa3f14a +Martin Dobias 2023-12-17 + + Merge branch 'master' into qgs3dwindow + +Nyall Dawson 2022-05-31 + + Allow data defined color control for simple 3d line rendering + +David Signer 2023-12-15 + + Introduce list of widgets containing a default value expression (or are virtual fields with expressions) containing functions. + Those values should be updated on every field change (default value expressions only when applyOnUpdate is active) like the widgets with dependencies. + This fixes #53722 + +Loïc Bartoletti 2023-12-15 + + QgsGeometryUtils: add test for fuzzyEqual and fuzzyDistanceEqual + +Loïc Bartoletti 2023-12-15 + + remove comments no more required + + Co-authored-by: Even Rouault + +David Signer 2023-12-15 + + typo + +David Signer 2023-12-15 + + Do not set the default values in the widgets on apply-default-values-on-update neither on resetValues in the attributetable (form view). Instead only update those values when a depending field changed. This fixes #54446 + +Loïc Bartoletti 2023-12-15 + + rewrites methods with static_assert and add a noexcept + +Loïc Bartoletti 2023-12-14 + + QgsGeometryCheckerUtils: remove pointsFuzzyEqual and use from QgsPointXY or QgsGeometryUtilsBase instead + +Merge: b0bb44e042e 3a0f6d80c67 +Loïc Bartoletti 2023-12-15 + + Merge pull request #55440 from nirvn/qgis_project_save + + [ui] Let typed QGIS project file extension dictate the type when saving projects + +Loïc Bartoletti 2023-12-14 + + QgsPointXY: add a method distanceCompare using fuzzyDistancEqual + +Loïc Bartoletti 2023-12-14 + + Add fuzzyDistanceEqual method for alternative comparison in QGIS + + Introduces the fuzzyDistanceEqual method for nuanced distance comparisons, + differing from the existing fuzzyEqual by specifically evaluating equality based + on distance considerations. + +Loïc Bartoletti 2023-12-14 + + QgsPointXY: replace compare code by a fuzzyCompare call + +Loïc Bartoletti 2023-12-14 + + QgsGeometryUtilsBase: Add a fuzzy compare method for comparing pairs + + This method will be used where multiple calls to `qgsDoubleNear(x1, y1, eps) && + qgsDoubleNear(x2, y2, eps) && ... && qgsDoubleNear(xn, yn, eps)` are possible. + +Loïc Bartoletti 2023-12-14 + + qgis.h: proposes a generic templated method from qgsDoubleNear and qgsNumberNear + +Nyall Dawson 2023-12-13 + + Hide line numbers in json display in identify results + +Nyall Dawson 2023-12-13 + + Json editor widget has too much padding + +Nyall Dawson 2023-12-13 + + Word wrap long json in results dialog + +Nyall Dawson 2023-12-13 + + Don't show json code widget in identify results for json fields + where the attribute value is NULL + +Merge: 431495689a4 e48719e7bcb +Julien Cabieces 2023-12-14 + + Merge pull request #55598 from nyalldawson/fix_remove_geom + + Ensure layer renderer is removed when changing data source from a spatial to a non-spatial type + +Mathieu Pellerin 2023-12-14 + + Update src/ui/qgsoptionsbase.ui + + Co-authored-by: Loïc Bartoletti + +Merge: 8677bc2f18e 2bc6aaac92a +Alessandro Pasotti 2023-12-14 + + Merge pull request #55284 from elpaso/feed-enhancements + + NewsFeed enhancements + +Mathieu Pellerin 2023-12-14 + + Settle on bundled project format (QGZ) and XML project format (QGS) + +Mathieu Pellerin 2023-11-28 + + [ui] Let typed QGIS project file extension dictate the type when saving projects + +Merge: 0dcbea8674e 7bbb3e25111 +Julien Cabieces 2023-12-14 + + Merge pull request #55613 from troopa81/pyqt6_translation + + [PyQt6] make translations work with both Qt 6 and 5 + +Alessandro Pasotti 2023-12-14 + + qt6 + +Alessandro Pasotti 2023-11-16 + + Fix spelling workflow (unescaped paths) + +Alessandro Pasotti 2023-11-16 + + Update src/core/network/qgsnewsfeedparser.cpp + + Co-authored-by: Even Rouault + +Alessandro Pasotti 2023-11-14 + + Don't spell check feed test data + +Alessandro Pasotti 2023-11-14 + + Don't spell check feed test data + +Alessandro Pasotti 2023-11-14 + + Don't spell check feed test data + +Alessandro Pasotti 2023-11-14 + + doxy + +Alessandro Pasotti 2023-11-14 + + Check image url + +Alessandro Pasotti 2023-11-14 + + News feed: allow updates and expiry changes + +Alessandro Pasotti 2023-11-14 + + Feed: allow editing and check end publishing + +Julien Cabieces 2023-12-14 + + fix qt version replacement var + +Loïc Bartoletti 2023-12-13 + + Add tests for (multi)linestring with length=0.0 + +Loïc Bartoletti 2023-12-13 + + fix multilinestring build + +Loïc Bartoletti 2023-12-13 + + fix linestring build + +Loïc Bartoletti 2023-12-13 + + merge tests to retrun a potential empty MultiLineStringM + + Co-authored-by: Nyall Dawson + +Loïc Bartoletti 2023-12-13 + + Speedup using pointer to mData + + Co-authored-by: Nyall Dawson + +Loïc Bartoletti 2023-12-13 + + Apply suggestions from code review: uses smart pointer + + Co-authored-by: Nyall Dawson + +Loïc Bartoletti 2023-12-12 + + Add const SIP_FACTORY for measuredLine methods + +Loïc Bartoletti 2023-12-12 + + remove postgis comment + +Loïc Bartoletti 2023-12-12 + + fix cases + +Loïc Bartoletti 2023-12-12 + + QgsMultiLineString: (try to) convert to M before return result it the geometry is empty + +Loïc Bartoletti 2023-12-12 + + QgsMultiLineString: add method measuredLine + +Loïc Bartoletti 2023-09-12 + + QgsLineString: add method measuredLine + +Nyall Dawson 2023-12-13 + + Fix bad storage of xyz connection parameters + +Julien Cabieces 2023-12-13 + + [PyQt6] Make sipify_all.sh generate sip files for both Qt5 and Qt6 + +Julien Cabieces 2023-12-07 + + [PyQt6] make translations work with both Qt 6 and 5 + +Alessandro Pasotti 2023-12-13 + + Check for compoundcurve + +Loïc Bartoletti 2023-12-13 + + rm clangtidy_checks.txt and it's usage since it's not needed, thanks to .clang-tidy file + +Loïc Bartoletti 2023-11-28 + + Add a .clang-tidy file based on tests/code_layout/clangtidy_checks.txt + +Alessandro Pasotti 2023-12-13 + + Qt6 SIP + +Alessandro Pasotti 2023-12-13 + + Remove debug code + +Alessandro Pasotti 2023-12-12 + + MSSQL: fix add/fill ring + + Fix #53698 + + Funded by: All My Favourite Things ♬ + +Merge: 0562154db97 584ddd43afb +Alessandro Pasotti 2023-12-13 + + Merge pull request #55371 from lbartoletti/fix_curve_wkt_maptool + + QgsMapToolCapture: fix a regression + +Nyall Dawson 2023-12-13 + + Don't initially sort the feature list in attribute table + + While this may be desirable from a UX point of view, it's incredibly + expensive to do so because it force calls QgsAttributeTableModel::prefetchSortData + which triggers a complete iteration over the ENTIRE table upfront. + This iteration occurs in a blocking manner, so we don't even get + the yuck processEvent based progress bar dialog which does give + some option to cancel the table opening. + + Better to not sort initially, and incur this cost only when the + user chooses to sort. + +Nyall Dawson 2023-12-13 + + Hide query builder entirely from vector layer source tab if + provider does not support subset strings + +Nyall Dawson 2023-12-13 + + Ensure layer renderer is removed when changing data source + from a spatial to a non-spatial type + +Merge: 9e8d8d845c1 0e380be6b62 +Matthias Kuhn 2023-12-13 + + Merge pull request #55591 from YoannQDQ/fix-translation + + Fix en language in non EN systems + +Nyall Dawson 2023-12-13 + + Sipify + +Stefanos Natsis 2023-12-12 + + added in QGIS 3.36 docstring + +Stefanos Natsis 2023-12-11 + + add control images for qt6 as camera seems to be slightly different + +Stefanos Natsis 2023-12-09 + + Fix api break (and error caused by the api break :) + +Stefanos Natsis 2023-12-08 + + Add tests and resurrect point cloud 3d rendering tests + +Stefanos Natsis 2023-12-07 + + fix comment spelling + +Stefanos Natsis 2023-12-06 + + Allow point cloud classification categories to override point size + +Harrissou Sant-anna 2023-12-12 + + Add/reword labels in topology checker dialogs + +Yoann Quenach de Quivillic 2023-12-12 + + Fix en language in non EN systems + +Julien Cabieces 2023-12-12 + + fix sipify for qt5 + +Julien Cabieces 2023-12-12 + + fix useless new line + +Julien Cabieces 2023-12-12 + + update sip PyQt6 after rebase + +Julien Cabieces 2023-12-12 + + Only mock non class enums + +Julien Cabieces 2023-12-11 + + Fix sip tests + +Julien Cabieces 2023-12-11 + + Trigger prepare_commit on PyQt6 files also + +Julien Cabieces 2023-12-07 + + PyQt6 sip files + +Julien Cabieces 2023-12-06 + + Modify sipify script to generate PyQt6 bindings + +Nyall Dawson 2023-12-12 + + Doxygen + +Nyall Dawson 2023-12-12 + + Expose method to directly convert json object to QVariantMap + + All the existing methods require intermediate steps through + encoded strings, which is inefficient if we already have a json + object + +Nyall Dawson 2023-12-12 + + Ensure more specialised exceptions are raised in PyQGIS + + instead of the generic QgsException one + Refs warning in https://github.com/qgis/QGIS/issues/55481#issuecomment-1849001802 + + ``` + /tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38168: warning: exception of type 'QgsProviderConnectionException' will be caught + 38168 | catch (QgsProviderConnectionException &sipExceptionRef) + | + /tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38158: warning: by earlier handler for 'QgsException' + 38158 | catch (QgsException &sipExceptionRef) + ``` + +Merge: 0884f5c0ce3 1a3ebded80f +Sandro Mani 2023-12-12 + + Merge pull request #55574 from manisandro/master + + Add QGIS Server tab to QgsVectorTileLayerProperties for configuring shortname/abstract/etc + +Sandro Mani 2023-12-11 + + Add QGIS Server tab to QgsVectorTileLayerProperties for configuring shortname/abstract/etc + +Julien Cabieces 2023-12-06 + + Build PyQt6 with c++ 17 + +Andrea Giudiceandrea 2023-12-07 + + [processing] Generate XYZ tiles: fix bakcground color warning + +bdm-oslandia 2023-12-08 + + fix(Qgs3DMapScene): add const to const member functions + +Jean Felder 2023-12-07 + + plugins/tests: Port to QgisUnitTests + + `unittest.TestCase` is deprecated. + +Nyall Dawson 2023-12-11 + + Fix return code + +Nyall Dawson 2023-12-11 + + Avoid workflow failure when markdown report doesn't exist + +Germán Carrillo 2023-12-09 + + Fix preferred name/e-mail in .mailmap for M. Baranzini + +Borys Jurgiel 2023-12-08 + + Update .mailmap with an old SVN account for Borys J. + +Nyall Dawson 2023-12-08 + + Fix path to grass descriptions in processing2ui script + +Nyall Dawson 2023-12-06 + + Don't install description_to_json file + +Nyall Dawson 2023-12-06 + + Don't check in algorithms.json + +Nyall Dawson 2023-12-06 + + Don't require manual execution of description_to_json, run during cmake + instead + +Nyall Dawson 2023-12-06 + + Fix spell check + + Remove betweeness from dict -- it breaks spell checking of grass + files and isn't a common enough word to warrant more intrusive + workarounds + +Nyall Dawson 2023-12-06 + + Reformat files + +Nyall Dawson 2023-12-05 + + Translate at runtime only + +Nyall Dawson 2023-12-05 + + Fix ext folder + +Nyall Dawson 2023-12-05 + + Install aggregated json GRASS definitions instead of .txt files + +Nyall Dawson 2023-12-05 + + Allow creating GRASS algorithms from JSON definitions + +Nyall Dawson 2023-12-05 + + Add ext path to json + +Nyall Dawson 2023-12-05 + + Add script to create json version of aggregated grass txt description files + +Nyall Dawson 2023-12-05 + + Move description file parsing out to separate class + +Nyall Dawson 2023-12-08 + + Fix script + +Nyall Dawson 2023-12-08 + + Replace existing failure comment instead of always making a new one + +Germán Carrillo 2023-12-07 + + Update .mailmap with preferred e-mails for Régis H. and Tom C. + +Julien Cabieces 2023-12-07 + + add some flake8 exclude folder + +Julien Cabieces 2023-12-07 + + Initialize sip bindings for PyQt6 + + use exactly the ones from PyQt5 so we can study the difference when + generating for PyQt6 + +Jürgen E. Fischer 2023-12-07 + + fix doxygen error + +Jürgen E. Fischer 2023-12-04 + + fix build on debian bullseye (cmake 3.18.4) + +Nyall Dawson 2023-12-07 + + Hold GIL when calling cheap processing methods + +Nyall Dawson 2023-12-06 + + Hide private keys + +Nyall Dawson 2023-12-07 + + Add a few reserves + +Nyall Dawson 2023-12-07 + + Speed up retrieval of algorithms by id in some cases + + Optimise QgsProcessingRegistry::algorithmById so that we avoid + iterating over all providers and algorithms in some cases. This + method is currently called *a lot* during processing initialization, + and contributes a significant cost to qgis_process startup + +Nyall Dawson 2023-12-07 + + Don't initialize project provider from qgis_process -- project + models can't be called from qgis_process anyway + +Nyall Dawson 2023-12-07 + + Avoid double loading model algorithms when starting provider + +Nyall Dawson 2023-12-07 + + [processing] When running qgis_process commands, defer the model + provider loading until after ALL plugins have been loaded + + This avoids the model provider from refreshing all the model + algorithms multiple times, once for each non-default plugin installed + which implements a processing provider. + +Nyall Dawson 2023-12-07 + + Comparison tests should use QCOMPARE + +Nyall Dawson 2023-12-07 + + Add method to remove manually inserted features from QgsSpatialIndex + +Germán Carrillo 2023-12-06 + + Some love for .mailmap + +Nyall Dawson 2023-12-07 + + Write commit sha in test failure report + +Nyall Dawson 2023-12-07 + + Avoid extracting all files + +Nyall Dawson 2023-12-07 + + Use head sha + +Nyall Dawson 2023-12-07 + + Store git sha in reports for comments + +Nyall Dawson 2023-12-07 + + Trim sha + +Nyall Dawson 2023-12-07 + + Write build commit into windows comment + +Loïc Bartoletti 2023-12-06 + + mailmap: merge Loïc Bartoletti mails/accounts + +Julien Cabieces 2023-11-30 + + start GUI test only if WITH_GUI + +Nyall Dawson 2023-12-05 + + Resync tinygltf to upstream + +Nyall Dawson 2023-12-05 + + Fix rendering elevation profiles in layouts with 0 label intervals + + Fixes #55507 + +Nyall Dawson 2023-12-04 + + Fix crash when generating profile of 2d line using line as curve + + Fixes #55496 + +Jorge Alexandre Delesderrier da Silva 2023-12-06 + + Add map layers custom properties to the information tab (#55493) + + Fixes #52243 + +Alessandro Pasotti 2023-12-05 + + RAT: fix styling panel when no RAT is available + + Fix #55503 + Fix #55500 + +Nyall Dawson 2023-12-05 + + Update tests to newer methods + +Stefanos Natsis 2023-12-04 + + Address review + +Stefanos Natsis 2023-11-15 + + move action into options menu, bring main window to foreground when extent tool is activated + +Stefanos Natsis 2023-11-07 + + Add tool to set 3d scene extents in 2d canvas + +Stefanos Natsis 2023-12-05 + + Hide classificationFlags attribute and expose distinct Synthetic, Keypoint, Withheld and Overlap attributes (#55299) + + * Hide classificationFlags attribute and expose its bits as + new attributes: Synthetic, Keypoint, Withheld, Overlap. + + * fix tests + + * vpc uses classFlags dimension name, not classificationFlags + + * replace classFlags in ept files too + + * Claculate stats for the new attributes + + * Populate renderer widget with classes for the new attributes + + * update tests + + * make ClassFlag attributes uchar + Synthetic, Withheld, KeyPoint and Overlap also exist in legacy PDRFs + Show real classification value for legacy PDRFs when ClassFlags are set + Adjust tests + + * add tests + + * fix test + +Loïc Bartoletti 2023-12-05 + + QgsMapToolAddRing: fix tests accordingly + +Loïc Bartoletti 2023-12-04 + + qgsmaptoolcapture.cpp: fix nullptr check for vlayer + + Co-authored-by: Nyall Dawson + +Loïc Bartoletti 2023-11-22 + + QgsMapToolCapture: fix a regression introduced in https://github.com/qgis/QGIS/commit/e2e8a1285022478a257c61e92f130b7ad715a591\nCaptured polygon must be converted to straight line if it's not a curve. + +Nyall Dawson 2023-12-05 + + Fix incorrect call to tearDownClass + +Nyall Dawson 2023-12-05 + + Don't run PR comment workflows on non-prs + +Nyall Dawson 2022-08-14 + + Update version requires in INSTALL.md + +Nyall Dawson 2022-08-14 + + Bump minimum Qt version to 5.15.2 + + and remove code for Qt < 5.15.2 + +Matthias Kuhn 2023-12-04 + + Migrate ogc.yml to new container registry + +Matthias Kuhn 2023-12-02 + + [chore] Migrate to new container registry + +Nyall Dawson 2023-12-04 + + Add pr number to mingw zip artifacts + +Nyall Dawson 2023-12-04 + + Update existing win build comment if one exists, instead of always + making a new one + +Nyall Dawson 2023-12-04 + + Fix typo + +Nyall Dawson 2023-12-04 + + Add link to debug symbols + +Nyall Dawson 2023-12-04 + + Quote file name + +Nyall Dawson 2023-12-04 + + Add workflow to post links to windows build artifacts on completion + +Nyall Dawson 2023-12-03 + + Fix yml + +Jürgen E. Fischer 2023-12-03 + + debian packaging: remove dummy server service and unused files + [skip ci] + +Nyall Dawson 2023-12-03 + + Fix failure when test doesn't exist + + [skip ci] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-12-01 + + Bump actions/github-script from 6 to 7 + + Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. + - [Release notes](https://github.com/actions/github-script/releases) + - [Commits](https://github.com/actions/github-script/compare/v6...v7) + + --- + updated-dependencies: + - dependency-name: actions/github-script + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +Nyall Dawson 2023-12-02 + + Try to fix condition + +Nyall Dawson 2023-12-02 + + Fix typo + +Basil Eric Rabi 2023-12-01 + + [rpm] remove deleted files + + This is a follow-up for bbba7b93c543aff83c5abdbe4979e3a94e87ee9d and 4c2c76f82147f6cf1022d1bb08947db3d0ce166a + +Jean Felder 2023-11-28 + + rulebasedchunkloader: Do not apply terrain offset if clamping is absolute + + If a terrain offset is applied, all the shapes are vertically + translated by the size of the offset. However, if the clamping mode of + the layer is set to `Absolute` (`Qgis::AltitudeClamping::Absolute`), + only the elevation of the shape is taken into account. This means that + the terrain offset should not be taken into account. + + This issue is fixed by checking the altitude clamping mode of the + symbol before applying the offset. If the clamping is `Absolute`, the + offset is not applied. + + This was already done for `QgsVectorLayerChunkLoader`. See commit + bf22a165b3f6f2f10156b1674a1c4f485bc8874b. + +Jan Caha 2023-12-01 + + update MDAL to 1.1.0 (#55457) + + update MDAL to 1.1.0 + +Loïc Bartoletti 2023-11-23 + + QgsGeometryUtils: replace methods deprecated by QgsGeometryUtilsBase + +Loïc Bartoletti 2023-11-23 + + Marks deprecated methods in QgsGeometryUtils redundant with QgsGeometryUtilsBase + +Loïc Bartoletti 2023-11-23 + + clang-tidy: fix old methods: initialize some variables and use double instead of float + +Loïc Bartoletti 2023-11-23 + + QgsGeometryUtils_base: add this class available in Python binding + +Loïc Bartoletti 2023-10-20 + + src/pal: delete useless cartesian methods to use QgsGeometryUtilsBase one + +Loïc Bartoletti 2023-10-19 + + pal/feature: uses QgsGeometryUtils for cartesian distance + +Loïc Bartoletti 2023-10-20 + + QgsTextRendererUtils: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-20 + + QgsInterpolatedLineSymbolLayer: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-20 + + QgsArrowSymbolLayer: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-20 + + QgsTessellator: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-20 + + QgsTracer: uses QgsGeometryUtils for cartesian distance + +Loïc Bartoletti 2023-10-19 + + QgsPointXY: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-19 + + pal/pointset: uses QgsGeometryUtils for cartesian distance + +Loïc Bartoletti 2023-10-19 + + CostCalculator: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-10-19 + + QgsLineString: uses QgsGeometryUtils for cartesian distance + +Loïc Bartoletti 2023-10-19 + + QgsLineSegment: uses distance method from qgspoint instead of direct cartesian formula + +Loïc Bartoletti 2023-10-19 + + QgsInternalGeometryEngine: uses QgsGeometryUtils for cartesian distance + +Loïc Bartoletti 2023-10-19 + + qgscircularstring: uses distance method from qgspoint instead of direct cartesian formula + +Loïc Bartoletti 2023-10-19 + + QgsIDWInterpolator: uses QgsGeometryBaseUtils for cartesian distance + +Loïc Bartoletti 2023-10-19 + + qgsdualedgetriangulation: uses distance method from qgspoint instead of direct cartesian formula + +Loïc Bartoletti 2023-10-20 + + MathUtils: remove unused debug parts + +Loïc Bartoletti 2023-10-19 + + MathUtils: uses QgsGeometryUtilsBase for cartesian distance + +Loïc Bartoletti 2023-09-14 + + [refacto] QgsGeometryUtils: move base methods to a dedicated class + + Refactor QgsGeometryUtils to separate "basic" methods from those involving QGIS + composite types. + By "basic" methods, we refer to those that only require doubles or (qgs)vectors. + These methods are now encapsulated in their dedicated classes and can be called + from anywhere to prevent duplications in certain methods (in particular Cartesian distance calculation). + + To maintain API compatibility, all methods are also accessible in QgsGeometryUtils + which acts as a pass-through to QgsGeometryUtilsBase. + +Loïc Bartoletti 2023-09-14 + + QgsGeometryUtils: move 2D distance code into QgsGeometryUtils.h and uses it + +Nyall Dawson 2023-12-01 + + Avoid broken workflow when no test report + +Nyall Dawson 2023-12-01 + + Fix incorrect workflow error when no markdown report exists + + [skip ci] + +Alexander Bruy 2023-11-30 + + collect points as a list of QgsMultiPoint + +Alexander Bruy 2023-11-29 + + add test + +Alexander Bruy 2023-11-28 + + fix broken voronoi polygon algorithm when source attributes are not + copied (fix #55450) + +Merge: bca263ae37a 43d31ae1e2b +Alessandro Pasotti 2023-11-30 + + Merge pull request #55468 from agiudiceandrea/patch-22 + + Fix splash screen "Updating recent project paths" message text color + +Andrea Giudiceandrea 2023-11-30 + + Fix splash screen message text color + + for "Updating recent project paths" message + +Merge: 980ed368892 d6aa7caad0f +Alessandro Pasotti 2023-11-30 + + Merge pull request #55464 from elpaso/bugfix-server-followup-PR-54951 + + Server: Fix unreported issue with SHOWRULEDETAILS with multiple rules + +Nyall Dawson 2023-11-30 + + Add icon for movie mode + +Nyall Dawson 2023-11-29 + + Move playback controller buttons to reusable widget + + Create QgsPlaybackControllerWidget as reusable + play/pause/rewind/next/... button bar + +Nyall Dawson 2023-11-29 + + Rename buttons for clarity + +Nyall Dawson 2023-11-07 + + [feature] Add "movie" mode to temporal controller + + This mode is purely for animated map movies -- the user can set + the total number of frames, and the animation will progress + frame by frame for that number of frames, advancing the current + map settings frame at each step (also the @frame_number expression + variable). + + No time based filtering of data is performed when in this mode. + +Nyall Dawson 2023-11-08 + + Move temporal enums to Qgis, promote to enum class + +Nyall Dawson 2023-11-29 + + Fix another time related crash with certain layer types + +Nyall Dawson 2023-11-29 + + Fix crash when 3d map is open and temporal controller mode is changed + and project contains layers which aren't vector/raster/mesh + +Alessandro Pasotti 2023-11-29 + + Also check for empty rules + +Alessandro Pasotti 2023-11-29 + + Server: fix JSON rule output + + - followup PR #54951 + + Fixes multiple rules output. + +Merge: d4fb50c071e 3231fae947b +Julien Cabieces 2023-11-29 + + Merge pull request #54790 from troopa81/fix_reshape_topopoints + + Fix reshape tool missing topological points + +Mathieu Pellerin 2023-11-27 + + [ui] Implement a 'format by extension' file type for the getSaveAsImageName() utility function + +Nyall Dawson 2023-11-21 + + Automatically replace outdated http references to OSM tiles to https + + And fix outdated "https://a.tile.openstreetmap.org" to just + "https://tile.openstreetmap.org" + +Loïc Bartoletti 2023-11-28 + + qgspostgresrastershareddata.cpp: replace QgsGeomtry::fromWkt by QgsGeometry::fromRect + +Loïc Bartoletti 2023-11-28 + + topolTest: replace QgsGeomtry::fromWkt by QgsGeometry::fromRect + +Loïc Bartoletti 2023-11-27 + + qgsavoidintersectionsoperation.cpp: fix date format + +Julien Cabieces 2023-11-27 + + Change warning level for message + +Julien Cabieces 2023-11-27 + + remove useless comments + +Julien Cabieces 2023-11-27 + + s/True/TRUE + + Co-authored-by: Loïc Bartoletti + +Julien Cabieces 2023-11-27 + + fix comment + + Co-authored-by: Matthias Kuhn + +Julien Cabieces 2023-11-27 + + fix date format + + Co-authored-by: Loïc Bartoletti + +Merge: bc7f89e8645 7d5d262fbb7 +Alessandro Pasotti 2023-11-28 + + Merge pull request #55302 from tomass/master + + WMS service: option to skip name attribute for groups in wms capabilities document + +Nyall Dawson 2023-11-27 + + [feature] Add option to use localhost as redirect host for oauth2 + + Some oauth2 implementations (eg the MS Sharepoint implementation) + do not support http://127.0.0.1 redirects. They allow only + https://127.0.0.1 OR http://localhost redirects. + + Since https is not simple to support, instead expose an option + to allow localhost for redirects. + +Etienne Trimaille 2023-11-27 + + When a creating a new PG connection, use SSL prefer + +Nyall Dawson 2023-11-28 + + Another fix + + [ci skip] + +Nyall Dawson 2023-11-28 + + Another try + + [ci skip] + +Nyall Dawson 2023-11-28 + + Another attempt at artifact URL + + [skip ci] + +Nyall Dawson 2023-11-28 + + Another attempt at artifact URL + + [skip ci] + +Andrea Giudiceandrea 2023-11-27 + + Fix Qgis.SettingsOrigin enum values description + +Andrea Giudiceandrea 2023-11-27 + + [Georeferencer] Fix successful georeferencing message + +Nyall Dawson 2023-11-28 + + Fix report url + + [ci skip] + +Julien Cabieces 2023-10-09 + + Fix module location + +Julien Cabieces 2023-10-09 + + fix spell check + +Julien Cabieces 2023-09-29 + + remove useless include + +Julien Cabieces 2023-09-29 + + fix documentation and method signature + +Julien Cabieces 2023-09-29 + + add tests + +Julien Cabieces 2023-09-21 + + Fixes reshape tool topo points + +tomass 2023-11-27 + + Test code clean-up + +Nyall Dawson 2023-11-27 + + Try to link to report artifact + + [ci skip] + +Nyall Dawson 2023-11-27 + + Fix permissions on report files + +Nyall Dawson 2023-11-27 + + Try capturing artifact id + + [ci skip] + +Nyall Dawson 2023-11-27 + + Lint + +Nyall Dawson 2023-11-27 + + Include details of failing render test callers from Python tests + +Nyall Dawson 2023-11-27 + + Expose method to Python + +Andrea Giudiceandrea 2023-11-26 + + Georeferencer: always include RMS error value in report + +Andrea Giudiceandrea 2023-11-26 + + Georeferencer: make the text in the PDF report selectable + +Nyall Dawson 2023-11-27 + + More cleanups + +Nyall Dawson 2023-11-25 + + Drop OTB Processing provider + + As discussed in https://lists.osgeo.org/pipermail/qgis-developer/2023-November/066221.html + + This plugin needs to be ported to a 3rd party plugin by a motivated maintainer. + +Nyall Dawson 2023-11-27 + + Fix link + + [skip ci] + +Nyall Dawson 2023-11-27 + + Link to checks + + [skip ci] + +Nyall Dawson 2023-11-27 + + Make test failure message more helpful + + [skip ci] + +Paul Blottiere 2023-09-25 + + Remove test on SampleService + +Paul Blottiere 2023-09-22 + + Remove DummyService example + +Paul Blottiere 2023-09-22 + + More cleaning + +Paul Blottiere 2023-09-22 + + Remove more unnecessary files? + +Paul Blottiere 2023-09-22 + + Remove unnecessary files + +Harrissou Sant-anna 2023-10-30 + + trimming space + + Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> + +Harrissou Sant-anna 2023-10-28 + + Allow use of minimum/maximum as alias for min/max aggregate argument in aggregate function + +Nyall Dawson 2023-11-14 + + Apply suggestions from code review + +Patrice Pineault 2023-11-04 + + Set input combo box to active layer when importing vector data. Fixes #55168 + +tomass 2023-11-26 + + Style fix + +tomass 2023-11-26 + + Additional logic to check for a group in layers parameter + +Nyall Dawson 2023-11-25 + + Dump report contents for debugging + +Nyall Dawson 2023-11-24 + + Include links to reference images and source code locations in + markdown report + +Nyall Dawson 2023-11-24 + + Link to file on github in failure report + +Nyall Dawson 2023-11-23 + + Include source file details in html/markdown test failure reports + +Nyall Dawson 2023-11-23 + + Add macros to wrap calls to imageCheck/layoutCheck in c++ tests + + So that the source file and line numbers are available for + inclusion in the generated test reports + +Merge: 1180128b72a 5ac90ce54cf +tomass 2023-11-25 + + Merge remote-tracking branch 'upstream/master' + +Merge: 0ce0b782952 d7d3cdcbdcd +Loïc Bartoletti 2023-11-25 + + [OGC] Polygon: fix rings order + + [OGC] Polygon: fix rings order + +Merge: 56b871c8163 5b1d8ec3be4 +Mathieu Pellerin 2023-11-25 + + Merge pull request #55146 from nirvn/qml_responsive + + [editor widgets] Fix QML editor widget not responsive to attribute changes + +Harrissou Sant-anna 2023-11-24 + + Fix more links + +Harrissou Sant-anna 2023-11-20 + + Add help link for User profile settings + +Harrissou Sant-anna 2023-11-20 + + Add more direct links to other settings tabs + +Harrissou Sant-anna 2023-11-20 + + Use links to internal anchors instead of user visible title + +Nyall Dawson 2023-11-15 + + Add help page keys for more settings tabs + +Nyall Dawson 2023-11-24 + + Cleanup qgis.utils.home_plugin_path + +Nyall Dawson 2023-11-24 + + Fix sip import + +Nyall Dawson 2023-11-23 + + Cleanup files + +Nyall Dawson 2023-11-23 + + Remove redundant "import qgis" lines from python files + + These were only needed way back in the early days of qgis 3.0 + transition, now they have no effect + +Loïc Bartoletti 2023-11-24 + + Fix enumeration value 'NoOrientation' not handled in switch + +Loïc Bartoletti 2023-11-24 + + QgsGeometry.polygonOrientation, is(Counter)Clockwise: add test + +Loïc Bartoletti 2023-11-24 + + QgsGeometry: use NoOrientation enum and fix some possible nullptr uses + +Loïc Bartoletti 2023-11-24 + + Qgis::AngularDirection: Add a new enum flag: NoOrientation used as sentinel or for empty (multi)polygon + +Loïc Bartoletti 2023-11-22 + + QgsMapToolAddRing: add test + +Loïc Bartoletti 2023-11-22 + + QgsMapToolAddPart: add a test, draw in oposite direction and get part right-ordered + +Loïc Bartoletti 2023-11-21 + + QgsVectorLayerEditUtils: use polygonOrientation to reorder parts + +Loïc Bartoletti 2023-11-21 + + QgsVectorLayerEditUtils: use polygonOrientation to reorder rings + +Loïc Bartoletti 2023-11-21 + + QgsGeometry: add methods to return orientation + +Loïc Bartoletti 2023-11-15 + + QgsVectorLayerEditUtils: force hole order in addring + +Jean Felder 2023-11-23 + + qgscameracontroller: Add comments for MouseOperation enum + +Jean Felder 2023-11-23 + + qgscameracontroller: Allow to combine two type of rotations + + While pressing the left button of the mouse, some sequences do not + work properly. + For example, rotate around the clicked point (shift), then rotate + around the camera (ctrl) and rotate around the clicked point (shift) + again does not work because there is no distinction between these two + types of operation in `MouseOperation`. + + This issue is fixed by adding `RotationCamera` to `MouseOperation` and + renaming `Rotation` to `RotationCamera`. + +Jean Felder 2023-11-23 + + qgscameracontroller: Allow to combine translate and rotate by camera + + While pressing the left button of the mouse, some sequences do not + work properly. + For example, translate, rotate around the camera and then translate + again does not work because the rotation angles and the click point + have not been updated after the rotation. + + This issue is fixed by adding a `setMouseParameters` to the rotation + around the camera logic. + +Jean Felder 2023-11-23 + + qgscameracontroller: Allow to combine translation and wheel zoom + + While pressing the left button of the mouse, some sequences do not + work properly. + For example, translate, zoom on wheel and then translate again does + not work because the clickpoint has not been reset once the zoom + operation is finished. + + This issue is fixed by reseting `mClickPoint` once the zoom by wheel + is finished. + +Jean Felder 2023-11-23 + + qgscameracontroller: Distinguish zoom with a click from zoom on wheel + + The `depthBufferCaptured` logic needs to distinguish a zoom made while + pressing the right button from a zoom with a wheel otherwise the + `onPositionChangedTerrainNavigation` function is never called. + + This fixes a regression introduced by commit + 7c28c604936abaae42aee364377c717196c2e62e + +Jean Felder 2023-11-23 + + qgscameracontroller: Differentiate translation from zoom on mousepressed + + This fixes a regression introduced in commit . + +Harrissou Sant-anna 2023-11-23 + + Harmonize user facing labels for GDAL resampling methods + +Merge: 41963cf1cad a153e900d0c +Alessandro Pasotti 2023-11-23 + + Merge pull request #55383 from elpaso/bugfix-gh55250-null-bool + + Do not represent invalid bools with false + +Nyall Dawson 2023-11-08 + + Remove "__revision__" from python files + + This changes the commit hash in every release tarball without any + changes to the file content cluttering the diff which needs to be + reviewed for license & copyright changes. + +Alessandro Pasotti 2023-11-23 + + Do not represent invalid bools with false + + Fix #55250 + +Merge: b96e48b8087 4347539838f +Alessandro Pasotti 2023-11-23 + + Merge pull request #55333 from ptitjano/wfs-feature-version-number + + qgswfsparameters: Ensure to get the default value on wrong version + +Germán Carrillo 2023-11-22 + + [Expressions] Clean up tags in age function + + Previous tags were generated by a script, which produced an ugly tag value ('yearmonthweekdayhourminutesecond'). + +Germán Carrillo 2023-11-22 + + [Expressions] Add tags to layer_property function + + Fix #39828 + +Nyall Dawson 2023-11-23 + + Apply suggestions from code review + +Jean Felder 2023-11-21 + + qgscameracontroller: Fix combination of translate and rotate with the mouse + + While pressing the left button of the mouse, some sequences do not + work properly. + For example, translate, and then rotate on the clicked point. The + rotation does not work because the initial rotation angles and the + rotation center are not computed when the rotation starts. + + This issue is fixed by adding a clickpoint parameter to + `QgsCameraController::setMouseParameters`. This allows to set the + rotation center to the mouse position when the rotation starts. + However, the new `mClickPoint` must not be updated if the two + consecutive operations are not a rotation or a translation because + that would break a sequence if there is a zoom operation between a + rotation or a translation. + +Jean Felder 2023-11-20 + + qgscameracontroller: Use only one camerabefore + + These different cameras are never used at the same time. + +Jean Felder 2023-11-17 + + qgscameracontroller: Fix combination of rotation and zoom with the mouse + + While pressing the left button of the mouse, some sequences do not + work properly. + For example, : rotate around a clicked point, zoom-in and then rotate + again. The last rotation does not work because a new rotation + center (mRotationCenter) has not been computed. This is because the + `mRotationCenterCalculated` flag has not been updated. + + This issue is fixed by calling + `QgsCameraController::setMouseParameters` accordingly in + `QgsCameraController::onPositionChangedTerrainNavigation`. + +Jean Felder 2023-11-17 + + qgscameracontroller: Move mouse parameters logic in a unique function + + Different kind of operations can happen while clicking on the mouse: + zoom, rotation or translation. A lot of parameters need to be updated + to keep track of the current operation. + + This commit only moves all this logic in the + `QgsCameraController::setMouseParameters` function. This makes it + easier to understand the code base and this will make it easier to + fix some existing issues in the next commits. + +Jean Felder 2023-11-17 + + qgscameracontroller: Use updateCameraFromPose in setCameraPose + +Jean Felder 2023-11-17 + + qgscameracontroller: Do not set both translate and rotate on mousepressed + + It cannot happen a translation and a rotation at the same time. + +Jean Felder 2023-11-17 + + qgscameracontroller: Remove unused attribute mMousePressed + +Jean Felder 2023-11-17 + + qgscameracontroller: Remove unused attribute mPressedButton + +Jean Felder 2023-11-22 + + qgscameracontroller: Fix a clang-tidy warning + + warning: narrowing conversion from 'double' to 'float' + [bugprone-narrowing-conversions] + +dubravat 2023-11-20 + + Mistype in QgsGeometryUtils::segmentSide description was fixed + +Martin Dobias 2023-11-22 + + Nyall's review, spelling fixes, clang tidy fixes + +Martin Dobias 2023-11-20 + + Add "Render as a surface" option to 2D point cloud renderers + + When enabled, we will do Delaunay triangulation of the points in the current + map view, and then render triangles instead of points. For each point we keep + its color for interpolation in the triangle. + + Global map shading is also supported with the new option, when enabled, we also + keep elevation of each point, and then rasterize triangles with interpolated + elevations to the provided elevation map. + + When "Render as a surface" is enabled, drawing order is ignored, because points + do not obscure other points anymore - all input points participate in the triangulation. + + There is also an option to filter large triangles (given by the maximum length of + edge of a triangle), which is useful when one wants to see the actual holes in the data. + Compared to the implementation for 3D rendering, the 2D rendering only provides + filtering based on horizontal length of triangles. Filtering based on triangle size + on the vertical axis seems irrelevant because the 2D view is always from the top. + +Jacky Volpes 2023-11-22 + + Fix Oracle syntax when estimating feature count on views + + Missing quoted identifiers + +Jean Felder 2023-11-20 + + qgswfsparameters: Ensure to get the default value on wrong version + + `QgsWfsParameters::versionAsNumber` creates a `QgsProjectVersion` from + the version number defined in the request `VERSION` parameter. If the + version is not defined, the version 1.1.0 is used. + However, if the version number defined in the `VERSION` parameter is + not handled by QGIS (for example 2.0.0), the `QgsProjectVersion` is + nver populated which corresponds to use version 0.0.0 instead of + 1.1.0, the default value. + + This issue is fixed by always using version number 1.1.0 if the list + of handled versions (`mVersions`) does not contain the requested + version. + +Jürgen E. Fischer 2023-11-22 + + translation string fix + +Jürgen E. Fischer 2023-11-18 + + fix doxygen warning + +Merge: a2675f255ac 68e3123b384 +Alessandro Pasotti 2023-11-22 + + Merge pull request #55064 from elpaso/bugfix-gh55042-wms-multiple-layers + + Fix WMS multiple layers + +Yoann Quenach de Quivillic 2023-11-21 + + Fix decoration size on scaled screens + +Tarot Osuji 2023-11-22 + + [OGR provider] Fix shapefile extent not shrinking (#55324) + + Fixes #23661, #13985 + +Nyall Dawson 2023-11-21 + + Ensure selective masking test gracefully cleans up + + Otherwise it leaves files in the test report folder which + subsequent github action steps cannot access, breaking + the workflows + +Nyall Dawson 2023-11-21 + + Generate markdown report from Python tests too + +Merge: 9239c1787ee 3b2ec15336c +Alessandro Pasotti 2023-11-21 + + Merge pull request #55348 from Joonalai/fix-pgraster-statistics + + Fix pgraster statistics collection on Windows + +Merge: 44323f02cac 3b6d7c37b0e +Marco Hugentobler 2023-11-21 + + Merge pull request #55072 from mhugent/wms_get_map_pdf + + Wms get map pdf + +joonalai <33314057+Joonalai@users.noreply.github.com> 2023-11-21 + + Fix pgraster statistics collection on Windows + +Nyall Dawson 2023-11-21 + + Disable QWT_POLAR on msys2 workflow + +Marco Hugentobler 2023-11-10 + + Show render times in server profile and clear content after each request + +Harrissou Sant-anna 2023-11-20 + + Use @geometry in vectorTile filtering expression + +Nyall Dawson 2023-11-21 + + When replacing expressions in eg layout labels, don't show null values as "0" + +Nyall Dawson 2023-11-03 + + When saving master auth pw in keychain, use a unique key per + user profile + + Otherwise, the auth db in one profile which is encrypted using + a certain key will not be decryptable using the master pw + stored in the keychain for a different user profile. + +Merge: 461a3158d01 43511aced22 +Matthias Kuhn 2023-11-19 + + Merge pull request #55131 from gacarrillor/fix_none_referenced_columns + + Avoid None as value for referenced_columns in qgsfunction.py docs + +Germán Carrillo 2023-11-18 + + Update qgsfunction.py, homogenize referenced_columns subsection + +Germán Carrillo 2023-11-17 + + Update python/core/additions/qgsfunction.py + + Avoid using 'slightly' since this could be a considerable performance improvement depending on the provider. + + Co-authored-by: Matthias Kuhn + +Nyall Dawson 2023-11-17 + + Fix build warning on older GDAL versions + +Nyall Dawson 2023-11-16 + + When writing a layer with field alias, ensure the aliases are + unique per table + + This avoids breaking a forced unique constraint that the geopackage + format has, where a duplicate alias CANNOT be used for multiple + fields in the same table. + + It's good practice anyway, so ensure the aliases are unique + regardless of format. + +Julien Cabieces 2023-11-15 + + Don't call dataChanged if there is no data + +Yoann Quenach de Quivillic 2023-11-14 + + Fix #55169 - Atlas toolbar visibility + +Merge: 76be8486b39 8d1155dd00e +Loïc Bartoletti 2023-11-16 + + Merge pull request #54941 from benoitdm-oslandia/gh/feature/provider-3d + + Add 3D extent to providers (1st stage) + +Marco Hugentobler 2023-11-16 + + Also adapt content-length + +Marco Hugentobler 2023-11-16 + + Write georeference information to pdf + +bdm-oslandia 2023-10-13 + + feat(QgsVectorDataProvider): add support for sourceExtent3D function + +bdm-oslandia 2023-10-13 + + feat(QgsDataProvider): handle 3D extent/boundingbox + +bdm-oslandia 2023-10-12 + + fix(QgsVectorDataProvider): add default class members to support QgsDataProviderElevationProperties + +bdm-oslandia 2023-09-27 + + fix(QgsDataProvider): migrate members from QgsRasterDataProviderElevationProperties to parent class + + This allows provider classes to have a useable elevation properties class, for example to know + if the provided data is 3D or 2D. This will be useful to compute 3D/2D extent. + +bdm-oslandia 2023-10-13 + + feat(qgsvectorlayer): add 3D extent handling + +bdm-oslandia 2023-10-13 + + feat(QgsFeatureSource): add sourceExtent3D function + +bdm-oslandia 2023-10-02 + + feat(QgsMapLayer): add 3D extent handling + +bdm-oslandia 2023-10-02 + + feat(qgsxmlutils): add read/write QgsBox3D + +Jean Felder 2023-08-21 + + qgsfeaturesource: Remove empty line at the end of file + +Marco Hugentobler 2023-11-16 + + Adapt accesscontrol test capabilities + +Merge: ec599ab3928 3f7e5011b1c +Loïc Bartoletti 2023-11-16 + + Merge pull request #55296 from benoitdm-oslandia/fix/3dsceneexport + + fix(Qgs3DSceneExporter): 3D scene export failed due to bad feature sort + +Marco Hugentobler 2023-11-16 + + More adapted test capabilities + +Nyall Dawson 2023-11-15 + + Don't fetch tile in main thread + + This can block the user interface -- instead defer tile loading + till we're running on the background thread. + +tomass 2023-11-15 + + Option to skip name attribute for groups in wms capabilities document + +bdm-oslandia 2023-11-15 + + fix(Qgs3DSceneExporter): 3D scene export failed due to bad feature sort + +Nyall Dawson 2023-11-15 + + Let content type detection shortcut also apply to Google earth tiles + +Alessandro Pasotti 2023-11-14 + + Better type logig and test + +Alessandro Pasotti 2023-11-14 + + Fix JSON utils long types + + Unreported, to be backported + +Nyall Dawson 2023-11-14 + + Update src/core/qgsjsonutils.cpp + + Co-authored-by: Alessandro Pasotti + +Nyall Dawson 2023-11-14 + + Add optimised methods to convert GeoJSON geometries to QgsGeometry + + Allows direct construction of geometries from raw json objects, + instead of requiring translation through another library's geometry + structures. + +Merge: b1e895fead8 a9321b5de2e +Paul Blottiere 2023-11-14 + + Merge pull request #54771 from benoitdm-oslandia/feat/fcgi_socket_monitoring_without_qlocalsocket + + Feat/fcgi socket monitoring + +Merge: a16114124d4 720d22d49d9 +Matthias Kuhn 2023-11-14 + + Merge pull request #55254 from MehdiChinoune/qwtpolar-6.2.0 + + Don't search for qwt-polar with Qwt>=6.2 + +مهدي شينون (Mehdi Chinoune) 2023-11-09 + + Don't search for qwt-polar with Qwt>=6.2 + + It is now part of qwt. + +Nyall Dawson 2023-11-13 + + Sudo is required to write to qgis_test_report folder + +Even Rouault 2023-11-12 + + [OGR provider] Keep original subset string unchanged (fixes #55083) + +Even Rouault 2023-11-12 + + [OGR provider] cleanSubsetString(): fix detection of end of identifier/literal + +Hannes 2023-11-13 + + Add simple-as-possible example to geometries_to_array expression function + +Raymond Nijssen 2023-11-13 + + Update resources/data/qgis-hackfests.json + + Co-authored-by: Harrissou Sant-anna + +Raymond Nijssen 2023-11-13 + + Update qgis-hackfests.json GitLab -> GitHub + +Raymond Nijssen 2023-11-12 + + Minor fixes to easter egg styles + +Julien Cabieces 2023-11-07 + + close connection if error + +Julien Cabieces 2023-11-07 + + Fix oracle date filtering + +Nyall Dawson 2023-11-12 + + Check for non-zero cell sizes + +Nyall Dawson 2023-11-08 + + Fix exception in interpolation algorithm widgets + + Fixes #55138 + +Nyall Dawson 2023-11-08 + + Add some typehints + +Mathieu Pellerin 2023-11-13 + + [ui][themes] Make attribute form constraints background coloring compatible with dark themes + +Nyall Dawson 2023-11-14 + + Fix pr number filename + +Marco Hugentobler 2023-11-13 + + Take 2 + +Nyall Dawson 2023-11-13 + + Fix filename + +Marco Hugentobler 2023-11-13 + + Fix unit test + +Marco Hugentobler 2023-11-13 + + Add unit test for GetMap pdf + +Marco Hugentobler 2023-11-13 + + Add pdf output format to test capabilities + +Nyall Dawson 2023-11-09 + + Fix opening settings dialog breaks oauth and ssl handling for the + rest of the session + + Pretty bad bug... when you accept the settings dialog, + QgsNetworkAccessManager::setupDefaultProxyAndCache is called + to handle proxy and cache updates. This method however was also + resetting the manager's ssl error handler and auth handler to + default no-op handlers, overridding the app specific handlers + which had been setup already. + + The consequence is that after accepting the options dialog, oauth + authentication and SSL error handling will be broken for the + rest of the session... + +Mathieu Pellerin 2023-11-10 + + [themes] Fix Night Mapping making it unjustifiably hard to identify buttons in a UI + +Nyall Dawson 2023-11-10 + + If user enabled OTB plugin without setting a path, don't show + message box warnings when closing Settings dialog + + This is confusing for users who have accidentally enabled the plugin. + If the path is empty, chances are the user isn't wanting to use + the OTB provider and it's nicer not to show a big confusing + message box warning to them. + +Marco Hugentobler 2023-11-10 + + Add pdf output format to test capabilities + +Jürgen E. Fischer 2023-11-09 + + use /permissive- with msvc to get alternative operator representation + (reverts 2d4258a3) + +Merge: 8efd7355170 aef483595c6 +Alessandro Pasotti 2023-11-10 + + Merge pull request #55094 from elpaso/server-describefeature-support-layer-and-layers + + Server: support both LAYER and LAYERS for describelayer + +Marco Hugentobler 2023-11-10 + + Update src/server/services/wms/qgspdfwriter.h + + Co-authored-by: Paul Blottiere + +Marco Hugentobler 2023-11-10 + + Update src/server/services/wms/qgswmsrenderer.h + + Co-authored-by: Paul Blottiere + +Marco Hugentobler 2023-11-10 + + Update src/server/services/wms/qgswmsrenderer.cpp + + Co-authored-by: Paul Blottiere + +bdm-oslandia 2023-06-27 + + fix(server): expose QgsServerResponse::feedback() to the python api + +bdm-oslandia 2023-02-14 + + feat(server): enable fcgi socket monitor only for linux + +bdm-oslandia 2023-01-23 + + feat(server): add closed socket detection to FGCI server + + This feature improves feedback/cancel management during the map rendering to handle when + the client closes the in/out socket. This can occur when the client (an http server as + nginx) has a timeout shorter than the rendering time (fe. the rendering is very long due + database issue). Without this feature, the http server may resent new requests to the qgis + server which is busy and can not handle it. + + For each new FCGI request, we start a new thread to monitor the incoming socket stream and + detect its closing. If the socket closes before the rendering, we update a feedback object + to cancel the rendering jobs. When the rendering is done, the thread is closed. + +Alessandro Pasotti 2023-11-02 + + Fix aggregate function orderby + + Fix #54580 + +mari-s4e <123374844+mari-s4e@users.noreply.github.com> 2023-11-09 + + Update qgis-hackfests.qml with pineapples + + Added pineapples on pizzas in hackfests layer + +Jürgen E. Fischer 2023-11-09 + + [wfs] Fix compilation of the provider library with msvc (followup ff3f4660a1) + +Nyall Dawson 2023-11-09 + + Fix a very old TODO depending on an old grass version + +Mathieu Pellerin 2023-11-09 + + [wfs] Fix compilation of the provider library for Android against Qt 6.6 + +Mathieu Pellerin 2023-11-09 + + [wcs] Fix compilation of the WCS capabilities class against Qt 6.6 + +Mathieu Pellerin 2023-11-09 + + [authentication] Fix compilation of the AWS S3 authentication method against Qt 6.6 + +José de Paula R. N. Assis 2023-11-08 + + Looking for qwt named as qwt6, also in /usr/lib64 + + Adding /usr/lib64 as a possible search location for libqwt (in Gentoo, + generally 32 bit libraries reside in /usr/lib, and 64 bit, in + /usr/lib64; there might be other distributions that operate the same + way). Also, qwt might be named "libqwt6". + +Raymond Nijssen 2023-11-08 + + Map tips for hackfests + +Raymond Nijssen 2023-11-08 + + New styles for easter egg layers + +Nyall Dawson 2023-11-09 + + Traverse child nodes in gltf to vector algorithm and 2d tile rendering + +Nyall Dawson 2023-11-08 + + Gracefully handle situation where no mesh is found in the scene + +Nyall Dawson 2023-11-08 + + Gracefully handle GLTF models where the default scene is invalid + + Fixes #55182 + +Jean Felder 2023-10-19 + + qgs3dutils: Rename height parameter in clampAltitudes to offset + + See the previous commits. + +Jean Felder 2023-10-19 + + qgspolygon3dsymbolwidget: Rename height property to offset + + See the previous commits. + +Jean Felder 2023-10-19 + + qgspolygon3dsymbol: Rename height property to offset + + This is similar to the changes already applied to QgsLine3DSymbol. + + height() are setHeight() are kept for API compatibility reasons. + +Jean Felder 2023-10-19 + + qgsline3dsymbolwidget: Rename height property to offset + + See the previous commit. + +Jean Felder 2023-10-19 + + qgsline3dsymbol: Rename height property to offset + + The `height` property is in fact a vertical offset applied to the + line. Also, the `offset` phrase is already used by the terrain for + similar purposes. + + height() are setHeight() are kept for API compatibility reasons. + +Nyall Dawson 2023-11-08 + + Move ::htmlMetadata from some data provider subclasses up to base class + + Allows all layer types (including vector, mesh and point cloud) + providers to show custom metadata in the layer properties dialog. + Previously this was limited to raster/vector tile and tiled + scene layers only. + + Also fix const for a lot of raster providers as a consequence. + +Nyall Dawson 2023-11-08 + + Add missing file + +Marco Hugentobler 2023-11-08 + + Trigger CI run + +Mathieu Pellerin 2023-11-08 + + Apply suggestion + +Mathieu Pellerin 2023-11-03 + + [editor widgets] Fix QML editor widget not responsive to attribute changes + +Nyall Dawson 2023-11-07 + + Avoid deprecated method + +Nyall Dawson 2023-11-07 + + Remove separate size unit for width and height, and just use + one unit for both to match raster marker behavior + +Nyall Dawson 2023-11-06 + + Add tests + +Nyall Dawson 2023-11-06 + + Regenerate expected test images for raster fills + + These look different, but that's because we're now rounding + raster sizes to integer pixel sizes instead of just truncating + to integer. + +Nyall Dawson 2023-11-06 + + Clear some warnings + +Nyall Dawson 2023-11-06 + + [feature] Add height setting for raster fill symbol layer type + + This allows users to control the width and height of the fill + pattern indepently, allowing for stretched raster fills in the + horizontal or vertical directions + + Sponsored by North Road, thanks to SLYR + +Nyall Dawson 2023-11-06 + + Modernize test, make tests independent + +Nyall Dawson 2023-11-08 + + QgsAfsSharedData should not be a QObject + +Nyall Dawson 2023-11-07 + + Show 3d animation export progress in taskbar + +Mathieu Pellerin 2023-11-08 + + [symbology] Fix font marker inserting illegal characters in a saved project's XML document (#55041) + +bdm-oslandia 2023-10-20 + + fix(cmake/FindQsci.cmake): set QSCI_VER to Qt major version instead of 5 + + As it did not work with qt6 + +bdm-oslandia 2023-10-20 + + fix(cmake/FindPyQt6.py): remove acces to PyQt6.QtCore.PYQT_CONFIGURATION + + PYQT_CONFIGURATION is only available on PyQt5 + +Nathan Woodrow 2023-11-07 + + Update missing python3-devel in INSTALL + +Marco Hugentobler 2023-11-07 + + Trigger CI run + +Nyall Dawson 2023-11-07 + + Move QgsProperty::Type to Qgis, promote to enum class + +Nyall Dawson 2023-11-03 + + Update src/app/qgisapp.cpp + +Mathieu Pellerin 2023-10-26 + + Add test covering feature copy/pasting + +Mathieu Pellerin 2023-10-25 + + Fix copy/pasting of features to/from the same layer ignores avoid overlap settings + +Germán Carrillo 2023-11-06 + + Fix typo + +Nyall Dawson 2023-11-07 + + Fix documentation format of QgsCustomDropHandler + +Nyall Dawson 2023-11-07 + + Update date + +Nyall Dawson 2023-11-07 + + Update comment + +Nyall Dawson 2023-11-04 + + New "Filled line" symbol layer type + + This adds a new line symbol type which renders lines using a + fill symbol. The interior of the line is drawn using any standard + QGIS fill symbol, allowing for lines filled with gradients, line + hatches, etc. + + Sponsored by North Road, thanks to SLYR + +Nyall Dawson 2023-11-04 + + Apply suggestions from code review + +Mathieu Pellerin 2023-11-03 + + [ui] Improve topology checker's rule activation/deactivation UX for large list of rules + +Nyall Dawson 2023-11-01 + + Update test to newer methods + +Mathieu Pellerin 2023-11-03 + + [editor widgets] Better default {QML,HTML,Text} widgetlabel + +Mathieu Pellerin 2023-11-03 + + [ui] Use a code editor widget in the QML editor widget's dialog + +Nyall Dawson 2023-11-03 + + Don't stack message bar messages in auth configuration tab + + This results in a confusing mess of messages, where outdated + messages will be present when clearing more recent ones. + +Nyall Dawson 2023-11-03 + + Fix string capitalization + +Merge: a0aea3bda4d cb4de9e78e6 +Matthias Kuhn 2023-11-03 + + Merge pull request #55152 from agiudiceandrea/patch-24 + + [GUI] Fix "Respect screen DPI" option tooltip + +Merge: 36c53ea14ce 63e90d970c1 +Matthias Kuhn 2023-11-03 + + Merge pull request #55153 from domi4484/dxfSelectionFilters + + Dxf import open file selection filters + +Damiano Lombardi 2023-11-03 + + Fix inverted open file filters for source drawing and destination gpkg + +Andrea Giudiceandrea 2023-11-03 + + [GUI] Fix "Respect screen DPI" option tooltip + +Shaway <39594020+ShawayL@users.noreply.github.com> 2023-06-09 + + fix Code Layout + +Shaway <39594020+ShawayL@users.noreply.github.com> 2023-06-09 + + fix Code Layout + +Shaway <39594020+ShawayL@users.noreply.github.com> 2023-06-09 + + fix Code Layout + +Shaway <39594020+ShawayL@users.noreply.github.com> 2023-06-09 + + fix Code Layout + +Mathieu Pellerin 2023-10-26 + + [symbology] Greatly improve rendering of {line,point} pattern fill's selected state + +Mathieu Pellerin 2023-10-26 + + [symbology] Fix absence of selected feature highlight for centroid fill symbol layer + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-11-02 + + Bump tj-actions/changed-files from 39 to 40 + + Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40. + - [Release notes](https://github.com/tj-actions/changed-files/releases) + - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) + - [Commits](https://github.com/tj-actions/changed-files/compare/v39...v40) + + --- + updated-dependencies: + - dependency-name: tj-actions/changed-files + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +pathmapper 2023-11-02 + + Use node 18 to fix build + +pathmapper 2023-11-02 + + Update install node in docker image + + ref https://github.com/qgis/QGIS/pull/55116 + +Germán Carrillo 2023-11-02 + + Avoid None as value for referenced_columns (use empty list instead) in qgsfunction.py documentation + +Merge: 601a2a6b823 b4c24c72e98 +Alessandro Pasotti 2023-11-02 + + Merge pull request #55122 from elpaso/reduce-logging-noise + + Reduce logging when no style is in DB + +Nyall Dawson 2023-11-02 + + Add test masks for unrelated test + +Nyall Dawson 2023-11-01 + + Add tests + +Nyall Dawson 2023-11-01 + + Cleanup and add help + +Nyall Dawson 2023-10-17 + + Check validity of coverages before running coverage tools, unless + geometry validation is disabled + +Nyall Dawson 2023-10-17 + + Add coverage union algorithm + +Nyall Dawson 2023-10-17 + + Add IS_VALID boolean output to algorithm + +Nyall Dawson 2023-10-17 + + Add coverage validity algorithm + +Nyall Dawson 2023-10-16 + + Expose GEOS coverage simplify as a processing algorithm + +Nyall Dawson 2023-10-16 + + Expose geos coverage methods to QgsGeos for geos 3.12+ based builds + +Alessandro Pasotti 2023-11-02 + + Reduce logging when no style is in DB + + Move "No styles available on DB" messages to debug messages. + +Mathieu Pellerin 2023-11-01 + + [themes] Fix text and selection color on a number of dark background widgets + in night mapping theme + +Even Rouault 2023-11-02 + + Use GDALGetMetadataItem() instead of GDALGetMetadata() on drivers + + There was nothing wrong per-se, but using GDALGetMetadataItem() will + make QGIS compatible of the in-development GDAL capability of delaying + the actual loading of GDAL plugin drivers. + Cf https://github.com/OSGeo/gdal/compare/master...rouault:gdal:deferred_plugin?expand=1 + (GDAL RFC to follow soon) + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-11-01 + + Bump actions/setup-node from 3 to 4 + + Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. + - [Release notes](https://github.com/actions/setup-node/releases) + - [Commits](https://github.com/actions/setup-node/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: actions/setup-node + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-11-01 + + Bump whoan/docker-build-with-cache-action from 6 to 8 + + Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 6 to 8. + - [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases) + - [Commits](https://github.com/whoan/docker-build-with-cache-action/compare/v6...v8) + + --- + updated-dependencies: + - dependency-name: whoan/docker-build-with-cache-action + dependency-type: direct:production + update-type: version-update:semver-major + ... + + Signed-off-by: dependabot[bot] + +Marco Hugentobler 2023-11-01 + + Fix comment + +Merge: b63391f955c f03b0325a36 +Loïc Bartoletti 2023-10-31 + + Merge pull request #55098 from sveinki/master + + Small typo in qgsvectorlayereditbuffergroup.cpp + +Merge: b63391f955c f81f77d94c7 +Sveinn í Felli 2023-10-31 + + Merge pull request #1 from sveinki/sveinki-patch-1 + + Small typo in qgsvectorlayereditbuffergroup.cpp + +Sveinn í Felli 2023-10-31 + + Small typo in qgsvectorlayereditbuffergroup.cpp + + Small typos on lines 309 and 312: + + "WARNING: changes to layer '%1' where already sent to data provider and cannot be rolled back." + + 'where' --> 'were' + + Might as well be written 'have already been sent' + +Merge: fb98e1a1e80 5c5326353a0 +Alessandro Pasotti 2023-10-31 + + Merge pull request #54951 from elpaso/server-getlegendgraphics-json-rule + + FEATURE: Server getlegendgraphics json rule + +Alessandro Pasotti 2023-10-30 + + Server: support both LAYER and LAYERS for describelayer + + For consistency with other calls. + +Nyall Dawson 2023-10-29 + + Update resources/function_help/json/array_foreach + + Co-authored-by: Björn + +pathmapper 2023-10-17 + + Add note that counter starts at 0 + + ref https://github.com/qgis/QGIS/pull/54962#issuecomment-1766732808 + +pathmapper 2023-10-17 + + array_foreach expression - add counter variable + +Alessandro Pasotti 2023-10-28 + + Fix JSON map fields type changed to string (#55025) + + Fix #54966 + +Nyall Dawson 2023-10-28 + + Apply suggestions from code review + +Stefanos Natsis 2023-10-26 + + docstring + +Stefanos Natsis 2023-10-25 + + avoid class name collision + +Stefanos Natsis 2023-10-24 + + reword warning message + +Stefanos Natsis 2023-10-24 + + Don't deprecate method, use inverted parameter order instead + +Stefanos Natsis 2023-10-19 + + update docstring + +Stefanos Natsis 2023-10-18 + + Fix QgsPointLocator to respect the supplied filter when matching to area + +Stefanos Natsis 2023-10-18 + + Use a locator filter to limit Delete Parts tool to selected features. + Also warn the user when deleting the last part of a geometry. + +Mathieu Pellerin 2023-10-26 + + [sld] Fix saving of label background settings to SLD files + +Stefanos Natsis 2023-10-26 + + Synchronize point cloud layer's style with the layer properties' style widgets + +Valentin Buira 2023-10-18 + + Update sip file + +Valentin Buira 2023-10-15 + + Clean up pull request with suggestions from the code review and make it compile again + +Poulpator <30632058+Poulpator@users.noreply.github.com> 2023-10-14 + + Update src/gui/attributetable/qgsorganizetablecolumnsdialog.cpp + + Use ternary operator for simple condition + + Co-authored-by: Julien Cabieces + +Poulpator <30632058+Poulpator@users.noreply.github.com> 2023-10-14 + + Update src/gui/attributetable/qgsorganizetablecolumnsdialog.h + + Clean up comment + + Co-authored-by: Julien Cabieces + +Valentin Buira 2023-10-11 + + Add a Toggle Selection Button in the Organize columns window + +Mathieu Pellerin 2023-10-27 + + [exif] Insure that Exif.Image.Orientation is written as a ushort to avoid compatibility issues + +Harrissou Sant-anna 2023-10-27 + + Prepare 3.34 pyQGIS docs build + +Yoann Quenach de Quivillic 2023-09-28 + + Better expression insertion in Attribute forms + +Yoann Quenach de Quivillic 2023-09-28 + + Hideable button + +Yoann Quenach de Quivillic 2023-09-28 + + Add optional custom pattern + +Yoann Quenach de Quivillic 2023-09-28 + + Fix escape field with space + +Yoann Quenach de Quivillic 2023-09-28 + + Rename findAndSelectExpression -> findAndSelectActiveExpression + +Yoann Quenach de Quivillic 2023-09-28 + + Fix SIP check and add doc + +Yoann Quenach de Quivillic 2023-09-27 + + Use QgsExpressionFinder + +Yoann Quenach de Quivillic 2023-09-27 + + Insert/Edit expression in raster map tip + +Yoann Quenach de Quivillic 2023-09-27 + + Fix #54705 - Easy expression update in map tips + +Yoann Quenach de Quivillic 2023-09-27 + + Add helper class to locate expression in text editors + +Yoann Quenach de Quivillic 2023-09-27 + + Add methods to set and get cursor position + +Alessandro Pasotti 2023-10-09 + + Fix test import + +Alessandro Pasotti 2023-10-05 + + indentation + +Alessandro Pasotti 2023-10-05 + + Update qgsgdalsourceselect.cpp + +Alessandro Pasotti 2023-10-05 + + VR-BAG default MODE INTERPOLATED + +Alessandro Pasotti 2023-10-05 + + cppcheck fix + +Alessandro Pasotti 2023-10-05 + + Doxy + +Alessandro Pasotti 2023-10-05 + + flake8 + +Alessandro Pasotti 2023-10-03 + + Add tests for configureFromUri + +Alessandro Pasotti 2023-10-03 + + Handle raster tables + +Alessandro Pasotti 2023-10-02 + + GPKG implementation of configureFromUri + +Alessandro Pasotti 2023-10-02 + + Moved enum + +Alessandro Pasotti 2023-10-02 + + Remove metadata + +Alessandro Pasotti 2023-09-30 + + Fix configure from uri + +Alessandro Pasotti 2023-09-30 + + App integration + +Alessandro Pasotti 2023-09-30 + + Source select widget: configure from layer URI + +Jürgen E. Fischer 2023-10-27 + + Bump version to 3.35 + +Jürgen E. Fischer 2023-10-27 + + changelog and news update for 3.34 + Jürgen E. Fischer 2023-10-27 translation update for 3.34.0 from transifex +Marco Hugentobler 2023-10-27 + + Add content-type header + Nyall Dawson 2023-10-27 Fix loading Google Earth tiles hosted on the cesium ion platform Merge: 0121225870c 385fedd2324 -Loïc Bartoletti 2023-10-27 +Loïc Bartoletti 2023-10-27 Merge pull request #54800 from pblottiere/fix_gdalwarp_of Add safeguard for -of option -vcloarec 2023-10-26 +Vincent Cloarec 2023-10-26 fix consistent mesh symbology @@ -25,7 +8552,13 @@ Mathieu Pellerin 2023-10-26 [ui][themes] Fix clipped user profile selector icon size combobox content -uclaros 2023-10-25 +Alessandro Pasotti 2023-10-26 + + Fix WMS multiple layers + + Fix #55042 + +Stefanos Natsis 2023-10-25 Make Delete ring map tool respect selected features @@ -55,7 +8588,7 @@ Julien Cabieces 2023-10-25 Fixes #54141 : increase expression widget text size for long expressions Merge: c425e42535b 822aa1eddb6 -Loïc Bartoletti 2023-10-25 +Loïc Bartoletti 2023-10-25 Merge pull request #55039 from lbartoletti/fix_fedora_cmake_build @@ -78,7 +8611,7 @@ Nyall Dawson 2023-10-24 Update test to newer methods -Loïc Bartoletti 2023-10-24 +Loïc Bartoletti 2023-10-24 INSTALL.md: Fix fedora38 packages @@ -297,19 +8830,19 @@ Nyall Dawson 2023-10-20 Don't use deprecated method -uclaros 2023-10-18 +Stefanos Natsis 2023-10-18 trigger loading of sub indexes using queued connection -uclaros 2023-10-18 +Stefanos Natsis 2023-10-18 check if Qgs3DMapScene has been created before accessing -uclaros 2023-10-18 +Stefanos Natsis 2023-10-18 only set subset string when non empty -uclaros 2023-10-18 +Stefanos Natsis 2023-10-18 don't try to load sub indexes when using initial camera pos @@ -354,10 +8887,18 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-10-18 Signed-off-by: dependabot[bot] -Blottiere Paul 2023-10-19 +Paul Blottiere 2023-10-19 Add safeguard to all gdal algorithms +Alessandro Pasotti 2023-10-19 + + typo + +Alessandro Pasotti 2023-10-19 + + Apply SHOWRULEDETAILS flag when RULE is set + Nyall Dawson 2023-10-11 Fix cppcheck @@ -414,19 +8955,23 @@ Nyall Dawson 2023-10-05 See https://bugreports.qt.io/browse/QTBUG-58501 for details. Merge: 066cfa36070 30462f13242 -Loïc Bartoletti 2023-10-18 +Loïc Bartoletti 2023-10-18 Merge pull request #54940 from nilason/fix_findpdal_2.6 Fix CMake FindPDAL for PDAL version 2.6+ Merge: b532044f8db 2c7b4f30c6c -Loïc Bartoletti 2023-10-18 +Loïc Bartoletti 2023-10-18 Merge pull request #54961 from lnicola/cmake-linker Add `USE_ALTERNATE_LINKER` to the CMake cache +Alessandro Pasotti 2023-10-18 + + Update tests/src/python/test_qgsserver_wms_getlegendgraphic.py + Julien Cabieces 2023-10-17 Fixes #52740 : remove properties widget when layout item is destroyed @@ -477,14 +9022,30 @@ Alessandro Pasotti 2023-10-17 I couldn't identify the root cause of the issue but this check prevents the crash. -Blottiere Paul 2023-10-02 +Paul Blottiere 2023-10-02 Raise error in case if invalid parameter in batch mode -Blottiere Paul 2023-10-02 +Paul Blottiere 2023-10-02 Add safeguard for -of option +Alessandro Pasotti 2023-10-17 + + sipify + +Alessandro Pasotti 2023-09-15 + + Rule support in server GetLegendGraphics JSON response + +Alessandro Pasotti 2023-09-01 + + JSON RULE + +Alessandro Pasotti 2023-09-01 + + Server GetLegendGraphist JSON RULE support + Mathieu Pellerin 2023-10-17 [skip ci] Add comment explaining the 0.22 line-height addition @@ -546,12 +9107,24 @@ Sandro Santilli 2023-10-11 Also makes the implementation more readable (hopefully). +Marco Hugentobler 2023-10-13 + + Add copyright header + +Marco Hugentobler 2023-10-13 + + Consider format options WRITE_GEO_PDF,EXPORT_METADATA,USE_ISO_32000_EXTENSION_FORMAT_GEOREFERENCING,USE_OGC_BEST_PRACTICE_FORMAT_GEOREFERENCING + Nyall Dawson 2023-10-12 Don't show help for algorithms which can't be run in qgis_process Fixes #54914 +Marco Hugentobler 2023-10-12 + + Implement pdf output format for WMS GetMap + Nyall Dawson 2023-10-11 Add github workflow to upload test failure markdown summary report @@ -1051,15 +9624,15 @@ Alessandro Pasotti 2023-09-28 Fix #54171 -Blottiere Paul 2023-09-29 +Paul Blottiere 2023-09-29 Layout -Blottiere Paul 2023-09-29 +Paul Blottiere 2023-09-29 Display a disabled checkbox when update/delete/insert are not possible due to provider limitations -Blottiere Paul 2023-09-29 +Paul Blottiere 2023-09-29 Update checkbox is available for nogeom layers @@ -1191,7 +9764,7 @@ Gabriel Russo 2023-10-03 More info about ISO 32000 in GeoPDF Exporter abstract class -uclaros 2023-10-04 +Stefanos Natsis 2023-10-04 Ignore any invalid field indexes @@ -1451,11 +10024,11 @@ Alessandro Pasotti 2023-09-25 Logic shamelessly copied from potgres provider. -Blottiere Paul 2023-09-29 +Paul Blottiere 2023-09-29 Update tests -Blottiere Paul 2023-09-26 +Paul Blottiere 2023-09-26 Deactivate progress bar when no nodes @@ -1489,7 +10062,7 @@ Nyall Dawson 2023-09-29 port the algorithm to c++ and deal with the much improved performance instead. -Etienne Trimaille 2023-09-22 +Etienne Trimaille 2023-09-22 Hide password instead of removing it @@ -1497,11 +10070,11 @@ Nyall Dawson 2023-09-29 Apply suggestions from code review -Blottiere Paul 2023-09-22 +Paul Blottiere 2023-09-22 Another safety check -Blottiere Paul 2023-09-22 +Paul Blottiere 2023-09-22 Fix segfault when point is invalid @@ -1941,7 +10514,7 @@ Alessandro Pasotti 2023-09-22 Fix #54702 -Blottiere Paul 2023-09-22 +Paul Blottiere 2023-09-22 Fix read of vector settings for mesh layers @@ -1981,11 +10554,11 @@ Alessandro Pasotti 2023-09-22 Add tests for atlas legend clipping -Blottiere Paul 2023-09-22 +Paul Blottiere 2023-09-22 Remove unnecessary settings -Blottiere Paul 2023-09-20 +Paul Blottiere 2023-09-20 Fix session_role setting @@ -2102,7 +10675,7 @@ Julien Cabieces 2023-09-21 Anonymise logs when loading a project from postgresql -Blottiere Paul 2023-09-20 +Paul Blottiere 2023-09-20 Update doc @@ -2114,7 +10687,7 @@ Alessandro Pasotti 2023-09-20 SERVER: Fix server utils service URL wrong MAP replace Merge: 1276ec903df 381afa8b706 -Loïc Bartoletti 2023-09-20 +Loïc Bartoletti 2023-09-20 Merge pull request #54609 from pblottiere/4326_3857_segfault @@ -2142,43 +10715,43 @@ Matthias Kuhn 2023-09-19 Use geos cmake configuration (#54659) -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 sip -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Anonymise connection string in welcome page (title and tooltip) -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Hide password in project properties -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Add more tests -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Add possibility to hide a password with XXXXXXXX -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Support postgresql://user@... schema -Blottiere Paul 2023-09-19 +Paul Blottiere 2023-09-19 Use captured() -Blottiere Paul 2023-09-18 +Paul Blottiere 2023-09-18 layout -Blottiere Paul 2023-09-18 +Paul Blottiere 2023-09-18 Add unit test -Blottiere Paul 2023-09-18 +Paul Blottiere 2023-09-18 Remove password from project filename log @@ -2429,7 +11002,7 @@ Matthias Kuhn 2023-09-15 - properly propagates targets - https://cmake.org/cmake/help/latest/module/FindGSL.html -Blottiere Paul 2023-09-15 +Paul Blottiere 2023-09-15 Fix segfault in coordinate transform @@ -2475,7 +11048,7 @@ Matthias Kuhn 2023-09-14 Improve "avoid intersections" type awareness Merge: 81dbdd8bae5 c7528e28759 -Loïc Bartoletti 2023-09-14 +Loïc Bartoletti 2023-09-14 Merge pull request #53632 from troopa81/fix_vertextool_topopoints @@ -2595,7 +11168,7 @@ Nyall Dawson 2023-09-12 Fixes #53466 Fixes #54130 -Loïc Bartoletti 2023-09-12 +Loïc Bartoletti 2023-09-12 testqgsvertextool.cpp: fix count @@ -2828,7 +11401,7 @@ Matthias Kuhn 2023-09-11 Safety check Merge: 3666ab1e314 d29b2337ea8 -Loïc Bartoletti 2023-09-11 +Loïc Bartoletti 2023-09-11 Merge pull request #54483 from benoitdm-oslandia/add_pg_feat_ite_test @@ -3094,7 +11667,7 @@ Yoann Quenach de Quivillic 2023-06-04 Fix groups with rotated item (still glitchy when resizing with mixed rotation though) Merge: defb622e8dd 895e8dc7da0 -Loïc Bartoletti 2023-09-05 +Loïc Bartoletti 2023-09-05 Merge pull request #54470 from lbartoletti/fix_build_bsd_pdal_pthread @@ -3364,7 +11937,7 @@ Martin Dobias 2023-08-31 Previously the whole chunked entity had one strategy, now it is possible that each node has a different strategy - as 3D tiles allow. -vcloarec 2023-08-31 +Vincent Cloarec 2023-08-31 fix without georeferencer @@ -3410,7 +11983,7 @@ Nyall Dawson 2023-08-30 Refs #37692 -nicogodet 2023-08-30 +Nicolas Godet 2023-08-30 Raise error if PostgreSQL version can't be parsed @@ -3494,7 +12067,7 @@ Nyall Dawson 2023-08-29 where a permanent access token is stored as part of the layer's url -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-08-29 +Nicolas Godet 2023-08-29 Use raw string @@ -3520,10 +12093,20 @@ Nyall Dawson 2023-08-29 (I wonder how many times we'll keep getting hit by this issue and have to re-discover the solution...) -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-08-29 +Nicolas Godet 2023-08-29 More robust retrieval for PostgreSQL version +Alan Thomas 2023-08-29 + + Clarify description of count in HTML output of QgsAlgorithmRasterStatistics + +Alan Thomas 2023-08-29 + + Add count to QgsAlgorithmRasterStatistics + + It's obvious to users that the count is being calculated internally (it's needed to calculate the mean), so why not present it to the user directly? + Nyall Dawson 2023-08-25 Ensure dialog focus is returned after saving files on mac @@ -3548,11 +12131,11 @@ Andrea Giudiceandrea 2023-08-28 Fix QgsGeometryUtils::circleCircleIntersections for 1 solution -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-08-25 +Nicolas Godet 2023-08-25 Update python/plugins/processing/gui/BatchInputSelectionPanel.py -nicogodet 2023-08-25 +Nicolas Godet 2023-08-25 Add PointCloud layers to "Select from Open Layers…" @@ -3951,7 +12534,7 @@ Nyall Dawson 2023-08-21 Cache texture requests for 3d tiled scene renderer -DelazJ 2023-08-21 +Harrissou Sant-anna 2023-08-21 Fix typo in Continuous Surface fill limit default value @@ -3969,15 +12552,15 @@ Nyall Dawson 2023-08-21 Fixes #54021 -Blottiere Paul 2023-08-18 +Paul Blottiere 2023-08-18 Build without draco -Blottiere Paul 2023-08-17 +Paul Blottiere 2023-08-17 Add draco -Blottiere Paul 2023-08-17 +Paul Blottiere 2023-08-17 Try to reactivate msys2 workflow @@ -4097,7 +12680,7 @@ Harrissou Sant-anna 2023-08-17 DTM Filter docs: adjust scope of italic formatting -Blottiere Paul 2023-08-17 +Paul Blottiere 2023-08-17 Handle PJ_TYPE_COORDINATE_METADATA in switch @@ -4119,11 +12702,11 @@ Martin Dobias 2023-08-16 Set correct parents when creating chunk nodes for tiled scene -Blottiere Paul 2023-08-16 +Paul Blottiere 2023-08-16 FIx deprecation warning in vectortile -Blottiere Paul 2023-08-16 +Paul Blottiere 2023-08-16 Use zip_get_num_entries @@ -4287,15 +12870,15 @@ Nyall Dawson 2023-08-14 Add test masks -uclaros 2023-07-01 +Stefanos Natsis 2023-07-01 lower initial vector layer estimated z range -uclaros 2023-07-01 +Stefanos Natsis 2023-07-01 fix typo -uclaros 2023-06-27 +Stefanos Natsis 2023-06-27 Make sure that empty chunk nodes do not affect the parent nodes' bounding box calculation @@ -4521,7 +13104,7 @@ Martin Dobias 2023-08-10 This avoids GUI freezes whenever chunked entity needs further information about hierarchy. Merge: 565c1a52369 861b6355e65 -Loïc Bartoletti 2023-08-10 +Loïc Bartoletti 2023-08-10 Merge pull request #53962 from pblottiere/fix_build_on_arch @@ -4609,7 +13192,7 @@ Martin Dobias 2023-08-07 3D renderer implementation for 3D tiles -Blottiere Paul 2023-07-27 +Paul Blottiere 2023-07-27 Fix build on Arch with recent version of protobuf @@ -5061,7 +13644,7 @@ Nyall Dawson 2023-07-31 all this work to a one-time cost after all layers have been loaded. -Etienne Trimaille 2023-08-02 +Etienne Trimaille 2023-08-02 Minor review of the Python code in the QGIS plugin manager @@ -5133,12 +13716,12 @@ Nyall Dawson 2023-07-24 Add method to project a QgsVector3D onto another QgsVector3D -Etienne Trimaille 2023-08-02 +Etienne Trimaille 2023-08-02 Remove the password when a layer is not found from the log Merge: 747166f0f82 fc7218aa3c6 -Loïc Bartoletti 2023-08-02 +Loïc Bartoletti 2023-08-02 Merge pull request #54023 from ptitjano/test_qgsgeometry-geos @@ -5260,7 +13843,7 @@ Ismail Sunni 2023-08-01 Fix #54005 Merge: 0e13600677f d3595e7ffba -Loïc Bartoletti 2023-08-01 +Loïc Bartoletti 2023-08-01 Merge pull request #53985 from lbartoletti/fix_wkt_empty_parser @@ -5446,7 +14029,7 @@ Nyall Dawson 2023-07-26 Set some cmake policies to avoid warnings on newer cmake Merge: d077da8c275 e0f71afeaa5 -Loïc Bartoletti 2023-07-26 +Loïc Bartoletti 2023-07-26 Merge pull request #53935 from ptitjano/feat/geometry/geometry-from-point @@ -5640,17 +14223,17 @@ D'Hont René-Luc 2023-07-19 Do not display the password in the dialog when requesting credentials Merge: 41140b777e1 aecbc3a9f67 -Loïc Bartoletti 2023-07-19 +Loïc Bartoletti 2023-07-19 Merge pull request #53863 from nyalldawson/oobb_2d Improve 2d geometry representation of QgsTiledMeshNodeBoundingVolumeBox -vcloarec 2023-07-13 +Vincent Cloarec 2023-07-13 remove OGR as supporting parallel loading -vcloarec 2023-07-13 +Vincent Cloarec 2023-07-13 create postgres RO connection in the thread where the provider live @@ -5662,7 +14245,7 @@ Nyall Dawson 2023-07-19 Improve 2d geometry representation of QgsTiledMeshNodeBoundingVolumeBox -Etienne Trimaille 2023-07-07 +Etienne Trimaille 2023-07-07 Do not display the password in the dialog when requesting credentials @@ -5853,7 +14436,7 @@ Nyall Dawson 2023-07-17 Add method to get corners of oriented box 3d Merge: 5c0368cb3dd 32f5418fc4f -Loïc Bartoletti 2023-07-18 +Loïc Bartoletti 2023-07-18 Merge pull request #53762 from antonio-rojas/exiv2-0.28 @@ -6190,7 +14773,7 @@ Harrissou Sant-anna 2023-07-10 instead of showing the parent widget tooltip (FIELDS_MAPPING) -Loïc Bartoletti 2023-07-10 +Loïc Bartoletti 2023-07-10 Contributors.json: Set committer to "Yes" for lbartoletti @@ -6199,7 +14782,7 @@ Yoann Quenach de Quivillic 2023-07-10 Add myself to contributors list Merge: a29fb2cffa6 10e589e370c -Loïc Bartoletti 2023-07-10 +Loïc Bartoletti 2023-07-10 Merge pull request #53771 from Djedouas/add-me-contributors @@ -6305,7 +14888,7 @@ Harrissou Sant-anna 2023-07-07 Add "Square Inches" to area units in Options dialog -Etienne Trimaille 2023-07-06 +Etienne Trimaille 2023-07-06 Fix export legend as JSON when a rule based does not have a symbol @@ -6358,7 +14941,7 @@ Jean Felder 2023-07-06 `QgsRectangle::isNull()`. Merge: 65d40ee0ce5 80a9043cadb -Loïc Bartoletti 2023-07-06 +Loïc Bartoletti 2023-07-06 Merge pull request #53629 from ptitjano/feat/provider-extent-3d @@ -6449,49 +15032,49 @@ Nyall Dawson 2023-06-26 Layer properties dialog for tiled mesh layers -AlisterH 2023-06-06 +Alister Hood 2023-06-06 remove unnecessary casts from last commit -AlisterH 2023-06-06 +Alister Hood 2023-06-06 Use more pathlib instead of os module -AlisterH 2023-06-06 +Alister Hood 2023-06-06 More informative message if ext module fails to load -AlisterH 2023-06-06 +Alister Hood 2023-06-06 Update python/plugins/grassprovider/Grass7Utils.py Co-authored-by: Loïc Bartoletti -AlisterH 2023-05-31 +Alister Hood 2023-05-31 Update python/plugins/grassprovider/Grass7AlgorithmProvider.py Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-31 +Alister Hood 2023-05-31 Update python/plugins/grassprovider/Grass7AlgorithmProvider.py Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-31 +Alister Hood 2023-05-31 Add comments -AlisterH 2023-05-31 +Alister Hood 2023-05-31 add userDescriptionFolder() method -AlisterH 2023-05-27 +Alister Hood 2023-05-27 fix lint errors -AlisterH 2023-05-27 +Alister Hood 2023-05-27 support grass algorithms in profile folder @@ -6673,7 +15256,7 @@ Harrissou Sant-anna 2023-07-04 keeps naming coherent with previous menus and avoids confusion between common angles and angles as a corner -Loïc Bartoletti 2023-07-03 +Loïc Bartoletti 2023-07-03 Update python/plugins/processing/tools/dataobjects.py @@ -6734,7 +15317,7 @@ bdm-oslandia 2023-06-27 qgsbox3d: Add 3d optional parameters to the QgsRectangle constructor Merge: 04952b447e2 dcadac0291e -Loïc Bartoletti 2023-07-04 +Loïc Bartoletti 2023-07-04 Merge pull request #53705 from ptitjano/feat/new-geometry-tests @@ -6813,11 +15396,11 @@ Alessandro Pasotti 2023-06-30 Bugfix gh53633 mssql add zm to select and fix m detection -vcloarec 2023-06-28 +Vincent Cloarec 2023-06-28 fix global map shading with hdpi and renderer custom painter jop -vcloarec 2023-06-28 +Vincent Cloarec 2023-06-28 render mesh in hight dpi @@ -6833,13 +15416,13 @@ Andrea Giudiceandrea 2023-06-29 Make the 'column' parameter optional -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-06-29 +Nicolas Godet 2023-06-29 Update src/core/raster/qgsrasterlayerelevationproperties.cpp Co-authored-by: Björn -nicogodet 2023-06-29 +Nicolas Godet 2023-06-29 Detect phrases in french raster layer names as hints that a layer represents an elevation surface @@ -7367,7 +15950,7 @@ Matthias Kuhn 2023-06-20 Test readme typos Merge: c5c8d1ff8cb f619e4ecdc9 -Loïc Bartoletti 2023-06-20 +Loïc Bartoletti 2023-06-20 Merge pull request #52829 from benoitdm-oslandia/feat/new_3D_tests @@ -7496,7 +16079,7 @@ Jürgen E. Fischer 2023-06-15 typo fixes Merge: 871a3c25a5f 54692d84b90 -Loïc Bartoletti 2023-06-15 +Loïc Bartoletti 2023-06-15 Merge pull request #53474 from ptitjano/fix/CameraController/sampleDepthBuffer @@ -7515,7 +16098,7 @@ bdm-oslandia 2023-05-22 buffer (`mDepthBufferImage`). Merge: 8838f894ef7 e7d42034f84 -Loïc Bartoletti 2023-06-15 +Loïc Bartoletti 2023-06-15 Merge pull request #53063 from benoitdm-oslandia/fix/minor_3d_fixes @@ -7539,7 +16122,7 @@ Alessandro Pasotti 2023-06-12 Fix #53244 -AlisterH 2023-06-14 +Alister Hood 2023-06-14 fix tooltip in model designer @@ -7554,7 +16137,7 @@ Nyall Dawson 2023-06-14 project load Merge: b4613b98397 9480b109904 -Loïc Bartoletti 2023-06-14 +Loïc Bartoletti 2023-06-14 Merge pull request #53468 from ptitjano/elevation-profile-fix-clear @@ -8125,7 +16708,7 @@ Alessandro Pasotti 2023-06-06 Simplify context passing Merge: 9602f42f6f3 b141f2f7b45 -Loïc Bartoletti 2023-06-06 +Loïc Bartoletti 2023-06-06 Merge pull request #53372 from nyalldawson/fix_53105 @@ -8167,10 +16750,26 @@ Nyall Dawson 2023-06-05 Use QPointer to track dialog lifetime instead of static bool +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-06-05 + + added class documentation + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-06-05 + + fix indent + Alessandro Pasotti 2023-06-05 mask image +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-06-05 + + fix indent + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-06-05 + + set the surface format when used outside of QGIS application + Mathieu Pellerin 2023-06-05 [georeferencer] Use the default QgsMapTool search distance value to move/delete points (#53350) @@ -8243,7 +16842,7 @@ Nyall Dawson 2023-06-01 Update test to newer class methods Merge: a2be0a840d6 c23cc8a4603 -Loïc Bartoletti 2023-06-04 +Loïc Bartoletti 2023-06-04 Merge pull request #53314 from rouault/fix_52318 @@ -8332,7 +16931,7 @@ Nyall Dawson 2023-06-02 it now as it will always be 0 in any existing projects Merge: b080e7df036 5cf50e0d3cf -Loïc Bartoletti 2023-06-02 +Loïc Bartoletti 2023-06-02 Merge pull request #53317 from nyalldawson/fix_grass_invalid @@ -8392,15 +16991,15 @@ Alexander Bruy 2023-05-31 update pdal_wrench to 1.0.1 -vcloarec 2023-05-31 +Vincent Cloarec 2023-05-31 Q_ASSERT -vcloarec 2023-05-31 +Vincent Cloarec 2023-05-31 refactor/simplification -vcloarec 2023-05-19 +Vincent Cloarec 2023-05-19 improve project loading with requested credentials @@ -8464,6 +17063,10 @@ Even Rouault 2023-05-31 Fix crash when creating new grass mapsets when "set" is pressed and no region is selected +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-31 + + avoid to resize 3dmapcanvas two times + Nyall Dawson 2023-05-30 Cache database connection capabilities for browser items so @@ -8502,29 +17105,29 @@ Nyall Dawson 2023-05-31 Fixes #50879 -AlisterH 2023-05-27 +Alister Hood 2023-05-27 modernise -AlisterH 2023-05-26 +Alister Hood 2023-05-26 fix flake test I think -AlisterH 2023-05-13 +Alister Hood 2023-05-13 override processInputs for g.extension algorithms -AlisterH 2023-05-12 +Alister Hood 2023-05-12 Update g.extension.list.txt Write list to file -AlisterH 2023-05-09 +Alister Hood 2023-05-09 Add algorithm to list GRASS addons -AlisterH 2023-05-09 +Alister Hood 2023-05-09 Add algorithm to manage GRASS addons @@ -8596,6 +17199,18 @@ Alexander Bruy 2023-05-30 quote filter command line argument when printing pdal_wrench command in the algorithm log +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-30 + + reverted mRenderAspect modification + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-30 + + request different OpenGL profile based on OS + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-30 + + always set surfaceType to OpenGL + Nyall Dawson 2023-05-29 Pass renderer usage from download vector tile algorithm @@ -8609,6 +17224,14 @@ Alessandro Pasotti 2023-05-30 OGR: regenerate shapefile qix on end editing +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-30 + + added QCoreAspect with QT6 + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-30 + + always use OpenGL surface type + Mathieu Pellerin 2023-05-30 [wms] Add bounding boxes for all linked title matrixes to get proper (#53243) @@ -8647,6 +17270,10 @@ Even Rouault 2023-05-29 Use QStringLiteral also for remaining QgsWFSConstants +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-29 + + remove registeraspect methods + pathmapper 2023-05-29 Use QStringLiteral also for remaining QgsWFSConstants @@ -8699,6 +17326,34 @@ Yoann Quenach de Quivillic 2023-05-26 Fix MouseHandle resize cursors when rotation<0 +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + remove unused parameter + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + fix indent + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + fixed indentation + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + fix path case + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + set global default surface format before creating qapplication and enable shared opengl context + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + replaced Qt3DWindow by the new class + +jbp35 <19955142+jbp35@users.noreply.github.com> 2023-05-28 + + created new qgs3DWindow class + Merge: 02aa76c5add c498f18e3f2 Even Rouault 2023-05-27 @@ -8816,19 +17471,19 @@ Yoann Quenach de Quivillic 2023-05-25 Improve console help -AlisterH 2023-05-15 +Alister Hood 2023-05-15 Update grass7.txt add note about reloading descriptions -AlisterH 2023-05-15 +Alister Hood 2023-05-15 Update grass7.txt Correct the list of vector output types (guess I was interrupted while working on this section). -AlisterH 2023-05-13 +Alister Hood 2023-05-13 Update python/plugins/grassprovider/grass7.txt @@ -8836,7 +17491,7 @@ AlisterH 2023-05-13 Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-13 +Alister Hood 2023-05-13 Update python/plugins/grassprovider/grass7.txt @@ -8844,7 +17499,7 @@ AlisterH 2023-05-13 Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-13 +Alister Hood 2023-05-13 Update python/plugins/grassprovider/grass7.txt @@ -8852,19 +17507,19 @@ AlisterH 2023-05-13 Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-12 +Alister Hood 2023-05-12 Update grass7.txt Update "advanced" information based on https://medspx.fr/blog/Qgis/grass_processing_provider/ -AlisterH 2023-05-12 +Alister Hood 2023-05-12 Update grass7.txt Add more parameters and examples -AlisterH 2023-05-12 +Alister Hood 2023-05-12 Update python/plugins/grassprovider/grass7.txt @@ -8872,7 +17527,7 @@ AlisterH 2023-05-12 Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-12 +Alister Hood 2023-05-12 Update python/plugins/grassprovider/grass7.txt @@ -8880,7 +17535,7 @@ AlisterH 2023-05-12 Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> -AlisterH 2023-05-09 +Alister Hood 2023-05-09 Update guide for GRASS algorithms @@ -8937,19 +17592,19 @@ Pedro Venancio 2023-05-24 Additional options for aggregate statistics, based on https://grass.osgeo.org/grass82/manuals/v.neighbors.html -vcloarec 2023-05-24 +Vincent Cloarec 2023-05-24 fix clang tidy -vcloarec 2023-05-24 +Vincent Cloarec 2023-05-24 fix already used macros -vcloarec 2023-05-24 +Vincent Cloarec 2023-05-24 fix indentation -vcloarec 2023-05-24 +Vincent Cloarec 2023-05-24 update to MDAL 1.0.3 @@ -9779,7 +18434,7 @@ Matthias Kuhn 2023-05-13 Merge pull request #53053 from m-kuhn/intsall_qgslayoutchecker -uclaros 2023-05-09 +Stefanos Natsis 2023-05-09 Skip indexing empty point clouds instead of returning error @@ -9899,33 +18554,33 @@ Harrissou Sant-anna 2023-05-11 Also cleans a little bit tags list -uclaros 2023-05-08 +Stefanos Natsis 2023-05-08 make conditional easier to read -uclaros 2023-05-08 +Stefanos Natsis 2023-05-08 Address reviews Tune includes -uclaros 2023-05-05 +Stefanos Natsis 2023-05-05 respect scene's 2d clipping extent -uclaros 2023-05-04 +Stefanos Natsis 2023-05-04 Introduce Qgs3DMapSceneEntity that Chunked entities and virtual point cloud entities inherit from. Move logic from Qgs3DMapScene to Qgs3DMapSceneEntity virtual methods. -uclaros 2023-05-03 +Stefanos Natsis 2023-05-03 move logic to QgsVirtualPointCloudEntity -uclaros 2023-05-03 +Stefanos Natsis 2023-05-03 revert changes to provider subIndexes -uclaros 2023-05-03 +Stefanos Natsis 2023-05-03 Enable rendering virtual point clouds in 3d views @@ -10469,7 +19124,7 @@ Alexander Bruy 2023-05-02 UX improvements for PDAL provider -Germap 2023-05-01 +Germán Carrillo 2023-05-01 Adjust help for CheckValidity algorithm @@ -10559,7 +19214,7 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-01 Signed-off-by: dependabot[bot] -Etienne Trimaille 2023-04-27 +Etienne Trimaille 2023-04-27 GH Action - Add automatic comment for the changelog parser about picture and funder. @@ -10694,15 +19349,15 @@ Denis Rouzaud 2023-04-30 remove useless method -nicogodet 2023-04-28 +Nicolas Godet 2023-04-28 Re-arange code -nicogodet 2023-04-28 +Nicolas Godet 2023-04-28 Adapt tests -nicogodet 2023-04-28 +Nicolas Godet 2023-04-28 Move creation options to latest arguments @@ -10910,31 +19565,31 @@ Sandro Mani 2023-04-27 Co-authored-by: Nyall Dawson -vcloarec 2023-04-26 +Vincent Cloarec 2023-04-26 typo -vcloarec 2023-04-26 +Vincent Cloarec 2023-04-26 again more cad tool cleaning mesh edit map tool -vcloarec 2023-04-26 +Vincent Cloarec 2023-04-26 more cad tool cleaning mesh edit map tool -vcloarec 2023-04-26 +Vincent Cloarec 2023-04-26 fix cad tool with escape -vcloarec 2023-04-25 +Vincent Cloarec 2023-04-25 fix add new mesh with cad tool -vcloarec 2023-03-18 +Vincent Cloarec 2023-03-18 fix clang-tidy -vcloarec 2023-03-15 +Vincent Cloarec 2023-03-15 fix add new mesh face with undo @@ -11110,7 +19765,7 @@ Jürgen E. Fischer 2023-04-26 translation string fix -Etienne Trimaille 2023-04-25 +Etienne Trimaille 2023-04-25 Upgrade DBManager and Grass plugins to Python 3.X @@ -11123,7 +19778,7 @@ Matthias Kuhn 2023-04-25 Merge pull request #52880 from Gustry/i18n-fstring -Etienne Trimaille 2023-04-25 +Etienne Trimaille 2023-04-25 Python - Use some format function for translations @@ -11310,7 +19965,7 @@ Mathieu Pellerin 2023-04-24 [ui] Remove browser widget title bar within the data source manager dialog -Etienne Trimaille 2023-04-24 +Etienne Trimaille 2023-04-24 Python - Run pyupgrade on the processing plugin @@ -12013,7 +20668,7 @@ Alessandro Pasotti 2023-04-20 Fix coords widget locale issues (plus other unreported) -Etienne Trimaille 2023-03-15 +Etienne Trimaille 2023-03-15 Server - Add display name in GetFeatureInfo response @@ -12046,11 +20701,11 @@ Alessandro Pasotti 2023-04-19 Fix #52677 -signedav 2023-04-19 +David Signer 2023-04-19 fix IN operator on SQLStatementToFilter when list has only one item -signedav 2023-04-19 +David Signer 2023-04-19 add tests for expressionInOperator on lists with only one item @@ -12077,7 +20732,7 @@ Even Rouault 2023-04-03 - For POST/PUT/PATCH, takes into account Part 2 (CRS support) when implemented by the server. -Loïc Bartoletti 2023-04-18 +Loïc Bartoletti 2023-04-18 Delete q after @@ -12087,11 +20742,11 @@ Loïc Bartoletti 2023-04-18 A delta patch to be removed with the delta force. -Etienne Trimaille 2023-04-18 +Etienne Trimaille 2023-04-18 Python - Upgrade metasearch to Python 3.7 minimum -Etienne Trimaille 2023-04-18 +Etienne Trimaille 2023-04-18 Python - Upgrade test folder to Python 3.7 minimum @@ -12235,11 +20890,11 @@ Alexander Bruy 2023-04-17 [processing] make resolution accept double values in export raster, density and boundary algorithms -signedav 2023-04-17 +David Signer 2023-04-17 NOT operator has not been considered when it has been a list of one. So consider it now. -signedav 2023-04-17 +David Signer 2023-04-17 When only one list item in IN operator, it used to take the first one as only item. But it did it wrong by passing no - It does it now. @@ -12423,7 +21078,7 @@ Nyall Dawson 2023-04-17 Make cppcheck test check for missing overrides -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-04-14 +Nicolas Godet 2023-04-14 Fixes #52686 - Typo FindLibZip @@ -12580,39 +21235,39 @@ Alexander Bruy 2023-04-11 This includes options to calculate statistics from the input data, calculate exact boundaries and build an overview point cloud -uclaros 2023-04-12 +Stefanos Natsis 2023-04-12 address review -uclaros 2023-04-11 +Stefanos Natsis 2023-04-11 fix build -uclaros 2023-04-07 +Stefanos Natsis 2023-04-07 added tests -uclaros 2023-04-07 +Stefanos Natsis 2023-04-07 fix point count -uclaros 2023-04-07 +Stefanos Natsis 2023-04-07 only access layer in QgsPointCloudLayerRenderer constructor skip intersection calculation handle potential QgsCsException -uclaros 2023-04-06 +Stefanos Natsis 2023-04-06 handle cases of missing indexes -uclaros 2023-04-06 +Stefanos Natsis 2023-04-06 handle virtual point clouds rendering disable preview rendering -uclaros 2023-04-06 +Stefanos Natsis 2023-04-06 Add virtual point cloud provider @@ -13051,7 +21706,7 @@ Alessandro Pasotti 2023-04-05 Fix unreported crash when an empty scale is in the settings (#52511) Merge: dcf7a98e0cf fc6fc61b4b3 -Loïc Bartoletti 2023-04-05 +Loïc Bartoletti 2023-04-05 Merge pull request #52035 from ptitjano/axis-sort-fix @@ -13085,11 +21740,11 @@ Harrissou Sant-anna 2023-04-04 Co-authored-by: Mathieu Pellerin -DelazJ 2023-04-04 +Harrissou Sant-anna 2023-04-04 Add a group for sensors expressions -DelazJ 2023-04-04 +Harrissou Sant-anna 2023-04-04 Delete unused 'Conditions' group @@ -13721,11 +22376,11 @@ Alexander Bruy 2023-03-23 and parameterAsPointCloudLayer() calls to control layer loading, e.g. skipping index generation or not applying default style, etc. -nicogodet 2023-03-28 +Nicolas Godet 2023-03-28 update tests -nicogodet 2023-03-28 +Nicolas Godet 2023-03-28 Add `-overwrite` to gdalwarp permanently @@ -13829,7 +22484,7 @@ Yoann Quenach de Quivillic 2023-03-27 Add reformat capability to the HTML editor Merge: 9b860f69e11 5a2138d5a1e -signedav 2023-03-27 +David Signer 2023-03-27 Merge pull request #52063 from signedav/fix_date_search @@ -14437,13 +23092,13 @@ Stefanos Natsis 2023-03-21 Co-authored-by: Martin Dobias Merge: 3556ece3634 4eaeb3ec2b8 -signedav 2023-03-21 +David Signer 2023-03-21 Merge pull request #52246 from signedav/fetchlimit_relationreference Relation Reference: Limit number of entries (resp. unlimit it) per widget -vcloarec 2023-03-16 +Vincent Cloarec 2023-03-16 expose Qgs3dMapCanvas in app lib @@ -14500,7 +23155,7 @@ Jean Felder 2023-03-13 qgsterraingenerator: Use Qgs3DUtils -signedav 2023-03-20 +David Signer 2023-03-20 add since note @@ -14768,7 +23423,7 @@ Nyall Dawson 2023-03-09 Fixes crash when showing the plugin manager when a cpp plugin raises an unhandled exception -vcloarec 2023-03-16 +Vincent Cloarec 2023-03-16 fix global map shading when exporting canvas as image @@ -14808,11 +23463,11 @@ Nyall Dawson 2023-03-15 Allow processing dialog to override default processing context settings -vcloarec 2023-03-16 +Vincent Cloarec 2023-03-16 check menu after contextMenuAboutToShow -vcloarec 2023-03-15 +Vincent Cloarec 2023-03-15 fix void context menu of map canvas @@ -14852,7 +23507,7 @@ Mathieu Pellerin 2023-03-16 Test building QGIS on native MinGW-w64 (MSYS2) -signedav 2023-03-15 +David Signer 2023-03-15 fix missing widget @@ -14889,47 +23544,47 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-15 Signed-off-by: dependabot[bot] -signedav 2023-03-15 +David Signer 2023-03-15 tooltip and fix version number -signedav 2023-03-15 +David Signer 2023-03-15 remove unused else (since it initalizes this value with 0 anyway) and typo -signedav 2023-03-15 +David Signer 2023-03-15 Possiblity to set the limit (fetchLimit) of values in the comboBox of the Relation Reference Widget in the widget configuration. -signedav 2023-03-13 +David Signer 2023-03-13 fetchLimit tests basics -signedav 2023-03-13 +David Signer 2023-03-13 set fetch limit functions in the QgsFeatureListCombobox to set it indivdually per widget -signedav 2023-03-13 +David Signer 2023-03-13 reload model after setting fetchLimit Merge: 5a080d4e200 99430cda7e7 -signedav 2023-03-15 +David Signer 2023-03-15 Merge pull request #52249 from signedav/removeorderbyvalue Relation Reference: Remove broken (unused) setting for "Order by value" Merge: b1419e60092 edd7e801209 -Loïc Bartoletti 2023-03-15 +Loïc Bartoletti 2023-03-15 Merge pull request #52244 from ptitjano/remove-quantized 3d: Remove unused quantizedmesh path -signedav 2023-03-15 +David Signer 2023-03-15 Remove broken (unused) setting for order by value. Resolves #26468 @@ -15006,7 +23661,7 @@ Mathieu Pellerin 2023-03-14 [vector tile] Fix tile background edge artifacts by using a buffered polygon Merge: 45f54b64c38 0b0a95f8d76 -signedav 2023-03-14 +David Signer 2023-03-14 Merge pull request #52165 from signedav/operator_tags @@ -15125,7 +23780,7 @@ Even Rouault 2023-03-10 This avoids an implicit case from OGRDataSourceH to GDALDatasetH, that doesn't work with all compilers -signedav 2023-03-12 +David Signer 2023-03-12 make operator name and expression more dynamic. E.g. '[ ]' value has no leading and tailing space. @@ -15140,7 +23795,7 @@ Even Rouault 2023-03-09 QgsMapToolFillRing::fillRingUnderPoint(): fix -Wmaybe-uninitialized warning -signedav 2023-03-08 +David Signer 2023-03-08 pass tags to registerItem so we can find e.g. '/' and '%' by writing "division" fixes #52157 @@ -15321,13 +23976,13 @@ Nyall Dawson 2023-03-08 Silence some unwanted clang-tidy warnings Merge: c5536d95038 e8460b989a5 -signedav 2023-03-07 +David Signer 2023-03-07 Merge pull request #52046 from signedav/preserve_index Fix index lost on reload in Attribute Table -signedav 2023-03-07 +David Signer 2023-03-07 Update src/ui/editorwidgets/qgsdatetimeeditconfig.ui @@ -15353,12 +24008,12 @@ Julien Cabieces 2023-03-01 add generated file dir in clang-tidy call -signedav 2023-03-06 +David Signer 2023-03-06 update tooltip to describe what the section is for Merge: 4d78e34b288 a85019498fc -signedav 2023-03-06 +David Signer 2023-03-06 Merge pull request #52015 from signedav/legend_fix @@ -15415,32 +24070,32 @@ Jürgen E. Fischer 2023-03-03 release.pl: handle apostrophe in release name and keep source ts file -signedav 2023-03-03 +David Signer 2023-03-03 reset mLastEditSelectionFid for the case no fid can be emitted by the selection - shouldn't happen afaik, but just to be sure in this area... -signedav 2023-03-03 +David Signer 2023-03-03 pass painter to the function to create the default renderer context and return it -signedav 2023-03-03 +David Signer 2023-03-03 Check selection.indexes if empty before getting first() to avoid danger of nullptr. -signedav 2023-02-27 +David Signer 2023-02-27 index is preserved - change the tests accordingly -signedav 2023-02-27 +David Signer 2023-02-27 Keep last edit selection fid to persist the index if on e.g. layer refresh (e.g. because of dependency). This fixes #43902 -signedav 2023-02-23 +David Signer 2023-02-23 fix naming of mixed up deselected / selected passed from QItemSelectionModel::selectionChanged - had no influence in functionality since those are used for unite() the QRects Merge: 0c8dbb1d617 c540c50c8a2 -signedav 2023-03-03 +David Signer 2023-03-03 Merge pull request #52045 from signedav/yellow_index_lost @@ -15451,13 +24106,13 @@ Nyall Dawson 2023-03-03 Fix some potential overflows in shapeburst fill calculation Merge: 301793678de 66b76f25a6d -signedav 2023-03-03 +David Signer 2023-03-03 Merge pull request #51836 from domi4484/attributeFormDefaultValueAlwaysUpdate Fix #51543 and make big forms more fluid by reducing calls to updateFieldDependencies -signedav 2023-03-03 +David Signer 2023-03-03 "Widget Display" is now called "Display Format" (IMO Widget Display does not make much sense for users). @@ -15540,15 +24195,15 @@ Even Rouault 2023-03-02 Fix building on MinGW-w64/UCRT -signedav 2023-03-02 +David Signer 2023-03-02 missing control image -signedav 2023-03-01 +David Signer 2023-03-01 update controll images -signedav 2023-03-01 +David Signer 2023-03-01 fix missing comma and dont make font settings on rule @@ -15582,7 +24237,7 @@ Andrea Giudiceandrea 2023-02-28 Fix handling of searchPathsForPlugins in Plugin Manager -signedav 2023-03-01 +David Signer 2023-03-01 don't mention QDate in tooltip @@ -15593,19 +24248,19 @@ Benjamin Jakimow 2023-02-28 Signed-off-by: Benjamin Jakimow -signedav 2023-03-01 +David Signer 2023-03-01 make Field Format setting a checkable group box - always unchecked, so user needs to enable before he/she makes a change there. -signedav 2023-03-01 +David Signer 2023-03-01 rearrange that field format is below widget display, because most users are only interested in the Widget Display settings and are confused to be able to change the field format. This might help to resolve #43177 -signedav 2023-03-01 +David Signer 2023-03-01 dont make variants for new tests -signedav 2023-03-01 +David Signer 2023-03-01 Update of PyQgsServerWMSGetLegendGraphic on all image requests using labels and having not yet a fix font with "LAYERFONTBOLD": "TRUE", "LAYERFONTSIZE": "12", "LAYERFONTFAMILY": self.fontFamily, "ITEMFONTBOLD": "TRUE", "ITEMFONTSIZE": "12", "ITEMFONTFAMILY": self.fontFamily @@ -15613,7 +24268,7 @@ Damiano Lombardi 2023-03-01 Fix spelling -signedav 2023-03-01 +David Signer 2023-03-01 replace QTimer/eventloop with QSignalSpy to wait untill change is done - times out 1 millisecond or receives currentEditSelectionChanged @@ -15650,16 +24305,16 @@ Damiano Lombardi 2023-03-01 Adapt tests -vcloarec 2023-02-28 +Vincent Cloarec 2023-02-28 MDAL v1.0.2 -signedav 2023-02-28 +David Signer 2023-02-28 fix typo Merge: 8108f1f5170 70a24d54baf -Loïc Bartoletti 2023-02-28 +Loïc Bartoletti 2023-02-28 Merge pull request #52042 from ptitjano/debug-code-mapscene @@ -15684,11 +24339,11 @@ Jean Felder 2023-02-27 qgs3dmapscene: Remove old debug code -signedav 2023-02-17 +David Signer 2023-02-17 Recreates the QgsFilteredSelectionManager on FeatureRequest change, when the layer persists. With this there is the current and valid FeatureRequest set on QgsFilteredSelectionManager and this fixes the brocken selection in the RelationEditor. -signedav 2023-02-27 +David Signer 2023-02-27 Fixes index lost (jumping to 0) when making a yellow selection. This because before it did not change the inSelection after the first instance of the connection. @@ -15835,23 +24490,23 @@ Andrea Giudiceandrea 2023-02-25 Fix setting LZW when saving map as TIFF image -signedav 2023-02-24 +David Signer 2023-02-24 deduplicate duplicate code -signedav 2023-02-24 +David Signer 2023-02-24 tests for meter based default scales -signedav 2023-02-24 +David Signer 2023-02-24 Append distance area when using defaultMapUnitsPerMm to consider the correct CRS and care about meter based crs. This fixes #50366 -signedav 2023-02-24 +David Signer 2023-02-24 Fix DPI on getLegendGraphic concerning a RULE. It should not take the context settings according to the mapSettings since it NEVER has a BBOX (since of RULE) -signedav 2023-02-24 +David Signer 2023-02-24 Fix inconcequent use of DPI at generating the WMS legend @@ -16158,11 +24813,11 @@ Yoann Quenach de Quivillic 2023-01-12 Fix move and rotation map tools preview when layer crs != canvas crs -uclaros 2023-02-14 +Stefanos Natsis 2023-02-14 do the same for split parts tool -uclaros 2023-02-13 +Stefanos Natsis 2023-02-13 don't try to split without a split line @@ -16196,11 +24851,11 @@ Stefanos Natsis 2023-02-21 Fix #26899 -uclaros 2023-02-10 +Stefanos Natsis 2023-02-10 add tests -uclaros 2023-02-10 +Stefanos Natsis 2023-02-10 Fix crashes on split special cases @@ -16300,7 +24955,7 @@ Nyall Dawson 2023-02-15 Add equality operators for QgsReferencedGeometry Merge: 211edac4201 0218ece69b7 -Loïc Bartoletti 2023-02-20 +Loïc Bartoletti 2023-02-20 Merge pull request #51855 from ptitjano/translation-y @@ -16541,7 +25196,7 @@ Nyall Dawson 2023-02-16 features and changing the current feature back to the first feature. -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2023-02-15 +Nicolas Godet 2023-02-15 Fix r.grow.distance `-n` argument @@ -16658,7 +25313,7 @@ Nyall Dawson 2023-02-14 Fixes #51829 -uclaros 2023-02-10 +Stefanos Natsis 2023-02-10 allow pasting style to multiple layers through the menu @@ -16670,15 +25325,15 @@ Damiano Lombardi 2023-02-13 Fix #51543 and make big forms more fluid -uclaros 2023-02-09 +Stefanos Natsis 2023-02-09 fix ambiguous sorting rules -vcloarec 2023-02-08 +Vincent Cloarec 2023-02-08 sipify -vcloarec 2023-02-08 +Vincent Cloarec 2023-02-08 get map shading on Everest @@ -16816,7 +25471,7 @@ Denis Rouzaud 2023-02-06 reuse headers list from Qt wrap instead of manually specifying them -DelazJ 2023-01-30 +Harrissou Sant-anna 2023-01-30 Update help page references @@ -17051,7 +25706,7 @@ D'Hont René-Luc 2023-02-03 Funded by 3Liz https://3liz.com -Etienne Trimaille 2023-02-03 +Etienne Trimaille 2023-02-03 Python - run isort and remove unused imports in the test folder @@ -17112,7 +25767,7 @@ Denis Rouzaud 2023-02-01 [sipify] support forward declaration of template classes -Etienne Trimaille 2023-02-02 +Etienne Trimaille 2023-02-02 Flake8 - Check duplicated definitions for python imports and functions @@ -17147,15 +25802,15 @@ Matthias Kuhn 2023-02-01 Bump actions/cache from 3.2.2 to 3.2.4 -uclaros 2023-02-01 +Stefanos Natsis 2023-02-01 Reorder QgsAppLayerHandling::addPointCloudLayer() parameters so that it matches other layer types -Etienne Trimaille 2023-02-01 +Etienne Trimaille 2023-02-01 Python - Use flynt to transform % strings without braces -Etienne Trimaille 2023-02-01 +Etienne Trimaille 2023-02-01 Python - Run pyupgrade on some Python files @@ -17296,7 +25951,7 @@ Harrissou Sant-anna 2023-01-30 Fix typo -Etienne Trimaille 2023-01-31 +Etienne Trimaille 2023-01-31 Tests - Run pyupgrade on all Python test files @@ -17323,32 +25978,32 @@ Damiano Lombardi 2023-01-31 Explicitly set the target feature for merge operation -uclaros 2023-01-12 +Stefanos Natsis 2023-01-12 cleanup includes -uclaros 2023-01-12 +Stefanos Natsis 2023-01-12 remove mTerrainEntity from QgsCameraController -uclaros 2023-01-12 +Stefanos Natsis 2023-01-12 QgsCameracController sets camera in constructor / remove setCamera() -uclaros 2023-01-12 +Stefanos Natsis 2023-01-12 QgsCameraController keeps pointer to 3d scene, gets rid of viewport. viewportChanged signals are replaced by engine::sizeChanged() signals -uclaros 2023-01-11 +Stefanos Natsis 2023-01-11 fix drag zoom outside viewport -uclaros 2023-01-09 +Stefanos Natsis 2023-01-09 allow zooming with the wheel while moving the mouse -uclaros 2022-12-30 +Stefanos Natsis 2022-12-30 use ctrl+shift to move camera like pageUp/pageDown @@ -17429,7 +26084,7 @@ Vedran Stojnović 2023-01-30 Added missing font - Archivo -Etienne Trimaille 2023-01-30 +Etienne Trimaille 2023-01-30 Tests - Run pyupgrade on some Python tests files, with 3.7 minimum @@ -18079,23 +26734,23 @@ Sandro Santilli 2023-01-20 Thanks Laurențiu Nicola (grayshade) for excellent feedback and Salvatore Fiandaca (pigreco) for testing ! -uclaros 2023-01-24 +Stefanos Natsis 2023-01-24 address review -uclaros 2023-01-23 +Stefanos Natsis 2023-01-23 remove duplicate layout in General page -uclaros 2023-01-17 +Stefanos Natsis 2023-01-17 zoom extents zooms to mMap.extent(), always above terrain and point clouds -uclaros 2023-01-13 +Stefanos Natsis 2023-01-13 remove terrainGenerator::extentChanged signal, use mapsettings::extentChanged instead -uclaros 2023-01-13 +Stefanos Natsis 2023-01-13 use project extent for saved 3d views in old projects @@ -18165,15 +26820,15 @@ Denis Rouzaud 2023-01-24 This reverts commit fcbf76ec1cf0e707b69d27b967448f8058cffb30. -Blottiere Paul 2023-01-19 +Paul Blottiere 2023-01-19 Add a basic unit test -Blottiere Paul 2023-01-19 +Paul Blottiere 2023-01-19 Returns a list of project -Blottiere Paul 2023-01-16 +Paul Blottiere 2023-01-16 Expose list of projects in cache to Python @@ -18216,11 +26871,11 @@ pathmapper 2023-01-19 Add some options for Leaflet html output -Jacky Volpes <34267385+Djedouas@users.noreply.github.com> 2023-01-19 +Jacky Volpes 2023-01-19 Update python/core/auto_generated/externalstorage/qgsexternalstorage.sip.in -Jacky Volpes <34267385+Djedouas@users.noreply.github.com> 2023-01-19 +Jacky Volpes 2023-01-19 Update src/core/externalstorage/qgsexternalstorage.h @@ -18230,7 +26885,7 @@ Jacky Volpes 2023-01-19 External storage: status is now private with a setter -uclaros 2023-01-23 +Stefanos Natsis 2023-01-23 don't access the dem data provider from a different thread @@ -18281,72 +26936,72 @@ Yoann Quenach de Quivillic 2023-01-19 Do not silently load existing profile -uclaros 2023-01-10 +Stefanos Natsis 2023-01-10 Add QgsAABB test Remove reduntant conversion to string -uclaros 2023-01-09 +Stefanos Natsis 2023-01-09 code layout tests -uclaros 2023-01-05 +Stefanos Natsis 2023-01-05 Add widget to set 3d scene's 2d extent -uclaros 2023-01-04 +Stefanos Natsis 2023-01-04 cleanup -uclaros 2023-01-03 +Stefanos Natsis 2023-01-03 revert 4978 test 1 and update its mask -uclaros 2023-01-03 +Stefanos Natsis 2023-01-03 avoid accessing QgsMapLayer::extent() from a different thread -uclaros 2023-01-03 +Stefanos Natsis 2023-01-03 filter children with aabb intersection -uclaros 2023-01-02 +Stefanos Natsis 2023-01-02 revert opacity test mask and add new expected result -uclaros 2023-01-02 +Stefanos Natsis 2023-01-02 fix filename blunder -uclaros 2022-12-30 +Stefanos Natsis 2022-12-30 fix 4978 test 2 -uclaros 2022-12-29 +Stefanos Natsis 2022-12-29 update opacity test mask -uclaros 2022-12-29 +Stefanos Natsis 2022-12-29 fix 4978 test 1 again -uclaros 2022-12-29 +Stefanos Natsis 2022-12-29 fix qt6 flat terrain filtered test 2 -uclaros 2022-12-29 +Stefanos Natsis 2022-12-29 fix qt6 flat terrain filtered test -uclaros 2022-12-29 +Stefanos Natsis 2022-12-29 fix 4978 test -uclaros 2022-12-28 +Stefanos Natsis 2022-12-28 update tests -uclaros 2022-12-27 +Stefanos Natsis 2022-12-27 Limit 3d scenes' 2d extent @@ -18722,7 +27377,7 @@ Sandro Mani 2023-01-13 Recursively read all sublayers in QgsAmsProvider Merge: 91886a22e9d a53a8fea20f -Loïc Bartoletti 2023-01-16 +Loïc Bartoletti 2023-01-16 Merge pull request #50889 from AlisterH/patch-3 @@ -19017,7 +27672,7 @@ Nyall Dawson 2023-01-16 QString fixup -vcloarec 2023-01-14 +Vincent Cloarec 2023-01-14 fix update temporal for 3D scene @@ -19085,7 +27740,7 @@ Julien Cabieces 2023-01-13 Use utf-8 encoding to call gdal's file operation function -Blottiere Paul 2023-01-13 +Paul Blottiere 2023-01-13 Fix spell check @@ -19156,11 +27811,11 @@ Denis Rouzaud 2023-01-12 bump Doxygen to 1.9.6 for code layout tests (#51450) -Blottiere Paul 2023-01-12 +Paul Blottiere 2023-01-12 Add tests for GML3 format -Blottiere Paul 2023-01-12 +Paul Blottiere 2023-01-12 Add test for GML2 @@ -19186,7 +27841,7 @@ Denis Rouzaud 2023-01-12 (caught with Doxygen 1.9.6) -Blottiere Paul 2022-10-10 +Paul Blottiere 2022-10-10 Do not add property with NULL value in GetFeature doc @@ -19552,7 +28207,7 @@ Damiano Lombardi 2023-01-07 Use default Z/M values instead of NaN Merge: cf0dae76b21 846766e5835 -Loïc Bartoletti 2023-01-07 +Loïc Bartoletti 2023-01-07 Merge pull request #51152 from benoitdm-oslandia/fix/3d_capture @@ -19875,7 +28530,7 @@ Mathieu Pellerin 2023-01-01 [gps] Catch NMEA UTC times for date-less streams (#51346) -vcloarec 2022-12-28 +Vincent Cloarec 2022-12-28 fix cmake find qwt6 @@ -20237,21 +28892,21 @@ Vincent Cloarec 2022-12-15 update MDAL 1.01 (#51239) -uclaros 2022-12-15 +Stefanos Natsis 2022-12-15 make clang-tidy happy -uclaros 2022-12-15 +Stefanos Natsis 2022-12-15 remove redundant python test: This test needed to access private QgsValueRelationWidgetWrapper members which is possible and done on the existing cpp test. -uclaros 2022-12-15 +Stefanos Natsis 2022-12-15 replace deprecated setMargin() with setContentsMargins() -uclaros 2022-12-15 +Stefanos Natsis 2022-12-15 @cond in implementation @@ -20264,11 +28919,11 @@ Nyall Dawson 2022-12-14 main thread -- so we need to ensure it is moved over to the actual rendering thread prior to the rendering. -signedav 2022-12-13 +David Signer 2022-12-13 remove doc note -signedav 2022-12-13 +David Signer 2022-12-13 remove SIP_SKIP on hasCheckedStateInfo and setHasCheckedStateInfo to be able to create full map theme record settings @@ -20333,15 +28988,15 @@ Nyall Dawson 2022-12-14 Add thread safety protection for adding a layer to a layer store -uclaros 2022-12-14 +Stefanos Natsis 2022-12-14 add tests, fix existing test -uclaros 2022-12-13 +Stefanos Natsis 2022-12-13 remove hack when stopping editing -uclaros 2022-12-09 +Stefanos Natsis 2022-12-09 custom filtered table implementation @@ -20506,7 +29161,7 @@ Alessandro Pasotti 2022-12-12 Because there is no QT_WRAP_UI -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-12-12 +Nicolas Godet 2022-12-12 Add help for GRASS creation and metadata options @@ -21092,7 +29747,7 @@ Nyall Dawson 2022-11-29 Silence some debug -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-11-28 +Nicolas Godet 2022-11-28 Better handling of GDAL progess report @@ -21182,7 +29837,7 @@ Even Rouault 2022-11-26 no such table: gpkg_metadata_reference ``` -vcloarec 2022-11-26 +Vincent Cloarec 2022-11-26 fix bad type @@ -21249,7 +29904,7 @@ Julien Cabieces 2022-11-23 [AttributeTable] Create attributes widget only when needed -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-11-23 +Nicolas Godet 2022-11-23 Fixes #50963 : Index already passed don't call `findText` @@ -21348,7 +30003,7 @@ Harrissou Sant-anna 2022-11-22 Attempt to fix qgsmaplayerrenderer c++ and pyqgis docs display -AlisterH 2022-11-22 +Alister Hood 2022-11-22 accept code formatting suggestion @@ -21554,7 +30209,7 @@ Nyall Dawson 2022-11-17 Split out qgsgpsconnection files into modular components Merge: b60ff3c8fff 94c0998d0f1 -Loïc Bartoletti 2022-11-17 +Loïc Bartoletti 2022-11-17 Merge pull request #50586 from nicogodet/gdalcalcextent @@ -21587,11 +30242,11 @@ Jürgen E. Fischer 2022-11-17 run scripts/scandeps.pl (followup efbd5eaffc) -uclaros 2022-11-15 +Stefanos Natsis 2022-11-15 add test -uclaros 2022-11-11 +Stefanos Natsis 2022-11-11 make split with lines also work with polygons @@ -21676,11 +30331,11 @@ Alessandro Pasotti 2022-11-15 Fix an issue related to PR #50812, instead of loading all styles, only load styles related to current layer. -AlisterH 2022-11-15 +Alister Hood 2022-11-15 Use .wld if original file extension is too short -AlisterH 2022-11-15 +Alister Hood 2022-11-15 Use more universally recognised extensions for world files @@ -22416,7 +31071,7 @@ Mathieu Pellerin 2022-11-05 [elevation profile] Fix raster profile generation against XYZ layers Merge: a0fd78481c5 120d8a9bad6 -Loïc Bartoletti 2022-11-05 +Loïc Bartoletti 2022-11-05 Merge pull request #50726 from qgis/fix_concavehull_50723 @@ -22428,7 +31083,7 @@ Alessandro Pasotti 2022-09-12 Partial fix for 37434 -Loïc Bartoletti 2022-11-04 +Loïc Bartoletti 2022-11-04 reinsert new line at line 2615 @@ -22619,7 +31274,7 @@ Nyall Dawson 2022-11-02 Makes it easier to visually parse vs one long string -Loïc Bartoletti 2022-10-28 +Loïc Bartoletti 2022-10-28 ConcaveHull - Expression: Adds an ifdef GEOS 3.11 @@ -22756,7 +31411,7 @@ Harrissou Sant-anna 2022-10-30 Solve misc issues reported in Transifex -Etienne Trimaille 2022-10-28 +Etienne Trimaille 2022-10-28 UX - Switch from level info to level success when appropriate @@ -22934,7 +31589,7 @@ Damiano Lombardi 2022-10-12 Invert bbox rect if crs has inverted axis -Damiano Lombardi 2022-10-12 +Damiano Lombardi 2022-10-12 Update src/core/proj/qgscoordinatereferencesystem.cpp @@ -22948,7 +31603,7 @@ Damiano Lombardi 2022-10-10 Use first CRS of the list -Damiano Lombardi 2022-10-10 +Damiano Lombardi 2022-10-10 Apply suggestions from code review @@ -22966,7 +31621,7 @@ Damiano Lombardi 2022-10-06 If CRS is not announced by the server use CRS84 as specified by OGC -Damiano Lombardi 2022-10-05 +Damiano Lombardi 2022-10-05 Update src/providers/wfs/oapif/qgsoapifprovider.cpp @@ -22997,7 +31652,7 @@ Tudor Bărăscu 2022-10-25 add "Select Within Distance" icon to the Selection Toolbar -Tudor Barascu 2022-10-25 +Tudor Bărăscu 2022-10-25 Add Icon for "Select within distance" + add it to Vector -> Research Tools menu under "Select by location" (#50446) @@ -23408,7 +32063,7 @@ Vincent Cloarec 2022-10-20 suggest to fix topological mesh error when starting mesh editing Merge: a69fa25eaab 4be5d5ebb17 -Loïc Bartoletti 2022-10-21 +Loïc Bartoletti 2022-10-21 Merge pull request #50612 from nyalldawson/tracing_crs @@ -23430,7 +32085,7 @@ Nyall Dawson 2022-10-21 Add tolerance to test -Loïc Bartoletti 2022-10-20 +Loïc Bartoletti 2022-10-20 Delete postprocess_srs.sql @@ -23606,7 +32261,7 @@ Sandro Santilli 2022-10-19 References #48884 Merge: e8dcb899882 eb4a48719df -Loïc Bartoletti 2022-10-19 +Loïc Bartoletti 2022-10-19 Merge pull request #50604 from lbartoletti/try_to_fix_flaky_test @@ -23624,7 +32279,7 @@ Nyall Dawson 2022-10-19 Fixes #49286 Merge: 130c2ed34ec 2cede134edd -Loïc Bartoletti 2022-10-19 +Loïc Bartoletti 2022-10-19 Merge pull request #50447 from lbartoletti/fix_23113_addring_all_layers_v2 @@ -23648,7 +32303,7 @@ Even Rouault 2022-10-18 dereference it. Merge: 7500b38f0e9 3b54633a83d -Loïc Bartoletti 2022-10-18 +Loïc Bartoletti 2022-10-18 Merge pull request #50498 from pblottiere/as_symbol_angle_offset @@ -23749,26 +32404,26 @@ Sandro Santilli 2022-10-17 Includes unit test -nicogodet 2022-10-17 +Nicolas Godet 2022-10-17 Move all `--projwin` and `--extent` checks to `getConsoleCommands` Merge: 6fc8f5a941f 4fbb83efc9b -Loïc Bartoletti 2022-10-17 +Loïc Bartoletti 2022-10-17 Merge pull request #50554 from pblottiere/postgis_raster_level Improve selection of PostGIS raster overviews -nicogodet 2022-10-17 +Nicolas Godet 2022-10-17 Tests for `--extent` gdal_calc option -nicogodet 2022-10-17 +Nicolas Godet 2022-10-17 Add `--extent` option to gdal_calc -Blottiere Paul 2022-10-14 +Paul Blottiere 2022-10-14 Improve selection of PostGIS raster overviews @@ -23968,15 +32623,15 @@ Julien Cabieces 2022-10-12 Fixes #50403 : remove query logger empty settings menu button -Blottiere Paul 2022-10-12 +Paul Blottiere 2022-10-12 Add some tests -Blottiere Paul 2022-10-12 +Paul Blottiere 2022-10-12 Some cleaning -Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-10-11 +Nicolas Godet 2022-10-11 Fixes #50288 - Fix extension detection for raster processing output @@ -23995,23 +32650,23 @@ Peter Petrik 2022-09-28 do not build native if WITH_GUI=OFF -PeterPetrik 2022-09-21 +Peter Petrik 2022-09-21 build QGIS-core with Qt6 -vcloarec 2022-10-10 +Vincent Cloarec 2022-10-10 fix narrowing conversion (clang-tidy) -vcloarec 2022-10-10 +Vincent Cloarec 2022-10-10 fix mingw build -vcloarec 2022-10-10 +Vincent Cloarec 2022-10-10 retrieve exact behavior of MDAL / FLO2D format -vcloarec 2022-10-10 +Vincent Cloarec 2022-10-10 bump MDAL to 1.0 @@ -24027,7 +32682,7 @@ Jacky Volpes 2022-10-04 Fix #47525 -Etienne Trimaille 2022-10-11 +Etienne Trimaille 2022-10-11 GH Labeler - Add new files pattern @@ -24055,15 +32710,15 @@ Paul Blottiere 2022-10-10 Remove auxiliary storage table after removing a vector layer from a p… -Blottiere Paul 2022-10-10 +Paul Blottiere 2022-10-10 Angle and offset properties of symbol layers are hidden -Blottiere Paul 2022-10-10 +Paul Blottiere 2022-10-10 Check if labels/diagrams are enabled before checking if we can show/hide them -Blottiere Paul 2022-10-10 +Paul Blottiere 2022-10-10 Fix doc @@ -24091,19 +32746,19 @@ Nyall Dawson 2022-10-08 Move some useful python console methods to base class -Blottiere Paul 2022-10-07 +Paul Blottiere 2022-10-07 Add unit tests -Blottiere Paul 2022-10-07 +Paul Blottiere 2022-10-07 Remove auxiliary storage table after removing a vector layer from a project -Blottiere Paul 2022-10-06 +Paul Blottiere 2022-10-06 Add unit test -Blottiere Paul 2022-09-27 +Paul Blottiere 2022-09-27 Fix opacity for vector tile layer @@ -24128,15 +32783,15 @@ Tomas Johansson 2022-10-04 I did read the message that the class 'QgsLineString' is critical and changes must be accompanied with unit tests, but I have not now added any new tests since there are already tests that detects an introduced error. I know this since before this commit, I tested with the incorrect 'mSummedUpArea *= 0.4;' after the loop, and then the test 'TestQgsLineString::sumUpArea()' indeed failed as expected, but when now using 'mSummedUpArea *= 0.5;' the tests are succeeding. -uclaros 2022-09-27 +Stefanos Natsis 2022-09-27 use unique_ptr -uclaros 2022-09-23 +Stefanos Natsis 2022-09-23 also report layer error when exporting point clouds -uclaros 2022-09-23 +Stefanos Natsis 2022-09-23 don't load bad layers, report their error @@ -24144,7 +32799,7 @@ Nyall Dawson 2022-10-04 Avoid some proj warnings by gracefully handling invalid CRS in QgsCoordinateReferenceSystem::operation() -Tudor Barascu 2022-10-04 +Tudor Bărăscu 2022-10-04 extend tags for "select within distance" so that "select by" search works (#50448) @@ -24153,7 +32808,7 @@ Andrea Giudiceandrea 2022-10-03 Make some strings translatable in various Qgs* classes (#50442) Merge: a5ebe10cbe8 38c775fb2b0 -Loïc Bartoletti 2022-10-03 +Loïc Bartoletti 2022-10-03 Merge pull request #50434 from agiudiceandrea/fix-concave_hull-tests @@ -24321,7 +32976,7 @@ Nyall Dawson 2022-09-29 Fixes #49106 -Etienne Trimaille 2022-09-12 +Etienne Trimaille 2022-09-12 UX - Use native extent widget for QGIS server settings @@ -24362,7 +33017,7 @@ Even Rouault 2022-09-28 [WFS provider] Recognize OGC HTTP URIs -Blottiere Paul 2022-09-27 +Paul Blottiere 2022-09-27 Improve exception log message @@ -24547,13 +33202,13 @@ Alessandro Pasotti 2022-09-26 Fixes #33376 Merge: 27f089ede73 7c94e1f2285 -Loïc Bartoletti 2022-09-26 +Loïc Bartoletti 2022-09-26 Merge pull request #50265 from nicogodet/fix-50238 Fix output process of r.horizon -Loïc Bartoletti 2022-09-26 +Loïc Bartoletti 2022-09-26 Add a coment to GRASS logic @@ -24573,7 +33228,7 @@ Nyall Dawson 2022-09-26 Fixes #48598 Merge: 7d1497b4617 e3a89bf794e -Loïc Bartoletti 2022-09-26 +Loïc Bartoletti 2022-09-26 Merge pull request #49226 from Kanahiro/fix/grass7-unicodeerror @@ -24702,11 +33357,11 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-09-21 Signed-off-by: dependabot[bot] -uclaros 2022-09-22 +Stefanos Natsis 2022-09-22 don't hide the main window -uclaros 2022-09-22 +Stefanos Natsis 2022-09-22 ignore stderr when checking astyle version @@ -24769,15 +33424,15 @@ Alessandro Pasotti 2022-09-24 Fix unreported endless alg splitwithlines -uclaros 2022-09-22 +Stefanos Natsis 2022-09-22 ignore return code when checking if server supports range requests -uclaros 2022-09-22 +Stefanos Natsis 2022-09-22 make header checking case insensitive -uclaros 2022-09-22 +Stefanos Natsis 2022-09-22 Revert "make searching for headers case insensitive" @@ -24790,7 +33445,7 @@ Alessandro Pasotti 2022-09-22 Fix SLD SVG parametric import -nicogodet 2022-09-22 +Nicolas Godet 2022-09-22 More robust output process @@ -24813,14 +33468,14 @@ Alessandro Pasotti 2022-09-21 Tests for SVG parameters in the SLD import Merge: e79bd7d33f8 77eb9cb7026 -Loïc Bartoletti 2022-09-21 +Loïc Bartoletti 2022-09-21 Merge pull request #50255 from lbartoletti/bugfix_50218_suite_rm_old_comment [QgsOgrUtils test] Remove an old comment Merge: a556f6c5309 3ee4fb9ada8 -Loïc Bartoletti 2022-09-21 +Loïc Bartoletti 2022-09-21 Merge pull request #50263 from elpaso/bugfix-gh50239-options-crash-locale @@ -24836,11 +33491,11 @@ Alessandro Pasotti 2022-09-20 Fix #50152 -nicogodet 2022-09-20 +Nicolas Godet 2022-09-20 typo & flake8 -nicogodet 2022-09-20 +Nicolas Godet 2022-09-20 Fix output process of r.horizon @@ -24859,7 +33514,7 @@ Loïc Bartoletti 2022-09-20 [QgsOgrUtils test] Remove an old comment Merge: 8b2520718c0 e445f2b49ba -Loïc Bartoletti 2022-09-20 +Loïc Bartoletti 2022-09-20 Merge pull request #50231 from rouault/fix_50215 @@ -24873,7 +33528,7 @@ Alessandro Pasotti 2022-09-20 Server OAPIF: be good and accept both aliased and real field names ... Merge: 9eedb44e260 fdaba7c0f07 -Loïc Bartoletti 2022-09-20 +Loïc Bartoletti 2022-09-20 Merge pull request #50233 from lbartoletti/bugfix_50218_wkbtype @@ -25021,7 +33676,7 @@ Alessandro Pasotti 2022-09-15 Fixes #30719 -PeterPetrik 2022-09-15 +Peter Petrik 2022-09-15 fix ARMv7 build @@ -25159,7 +33814,7 @@ Alessandro Pasotti 2022-09-14 Fixes #49900 -vcloarec 2022-09-12 +Vincent Cloarec 2022-09-12 change max value of 3D Staked Mesh start/end elevation @@ -25469,7 +34124,7 @@ Alessandro Pasotti 2022-09-08 Layer metadata provider gui Merge: 751deda1603 370ce31c1f6 -Loïc Bartoletti 2022-09-08 +Loïc Bartoletti 2022-09-08 Merge pull request #48853 from Koyaani/fix_topological_editing_different_crs_v3 @@ -25511,23 +34166,23 @@ Andrea Giudiceandrea 2022-09-07 [expression] Fix LIKE / ILIKE operators -vcloarec 2022-09-05 +Vincent Cloarec 2022-09-05 fix duplicate dataset group in mesh calculator test -vcloarec 2022-09-05 +Vincent Cloarec 2022-09-05 spelling -vcloarec 2022-09-04 +Vincent Cloarec 2022-09-04 SIPIFY -vcloarec 2022-09-04 +Vincent Cloarec 2022-09-04 improve consistency of mesh dataset group indexes -vcloarec 2022-09-04 +Vincent Cloarec 2022-09-04 add tests @@ -25561,19 +34216,19 @@ Alessandro Pasotti 2022-09-07 this setting will allow the sysadmins to enlarge the list of allowed tokens. -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 change ui -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 add missing test file -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 fix spelling -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 option to reload mesh layer temporal properties @@ -25666,15 +34321,15 @@ Mathieu Pellerin 2022-09-06 [ui] Fix labeling rotation UI not being friendly to styling panel / narrow width -uclaros 2022-09-06 +Stefanos Natsis 2022-09-06 get data type from attribute collection -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 fix test -vcloarec 2022-09-06 +Vincent Cloarec 2022-09-06 change default averaging method for 3D stacked mesh @@ -25710,15 +34365,15 @@ Nyall Dawson 2022-09-06 Move text renderer enums to Qgis, promote to enum class, tighten includes -uclaros 2022-09-05 +Stefanos Natsis 2022-09-05 mark intentional fallthrough -uclaros 2022-09-05 +Stefanos Natsis 2022-09-05 fix progress when point limit > point count -uclaros 2022-09-05 +Stefanos Natsis 2022-09-05 add export to CSV files @@ -25832,7 +34487,7 @@ Matthias Kuhn 2022-09-04 Merge pull request #50027 from Samweli/hide_expression_variables -Samweli 2022-09-04 +Samweli Mwakisambwe 2022-09-04 include docstrings for the use of the hidden variables @@ -25881,23 +34536,23 @@ Nyall Dawson 2022-09-02 Use optimised geos constructors for geos 3.10+ -uclaros 2022-09-02 +Stefanos Natsis 2022-09-02 address review -uclaros 2022-09-02 +Stefanos Natsis 2022-09-02 don't allow negative zRange in the gui -uclaros 2022-09-02 +Stefanos Natsis 2022-09-02 use enum for supported formats -uclaros 2022-09-01 +Stefanos Natsis 2022-09-01 also export to uncompressed las files -uclaros 2022-08-31 +Stefanos Natsis 2022-08-31 added filter by geometry / filter by layer support @@ -25987,35 +34642,35 @@ Martin Dobias 2022-08-11 - reverse Z handling (higher Z value == closer to "camera") - remove unused API functions and member variables -NEDJIMAbelgacem 2022-08-01 +Nedjima Belgacem 2022-08-01 use image bits for writing -NEDJIMAbelgacem 2022-07-28 +Nedjima Belgacem 2022-07-28 use std::clamp and bit manupilation for elevation colors -NEDJIMAbelgacem 2022-07-28 +Nedjima Belgacem 2022-07-28 fix layout tests -NEDJIMAbelgacem 2022-07-28 +Nedjima Belgacem 2022-07-28 address reviews and fix docs -NEDJIMAbelgacem 2022-07-27 +Nedjima Belgacem 2022-07-27 Revert to RGBA elevation -NEDJIMAbelgacem 2022-07-25 +Nedjima Belgacem 2022-07-25 address reviews -NEDJIMAbelgacem 2022-07-25 +Nedjima Belgacem 2022-07-25 switch to using grayscale image and fix the default draw order rendering -NEDJIMAbelgacem 2022-07-19 +Nedjima Belgacem 2022-07-19 initial implementation @@ -26096,7 +34751,7 @@ Alessandro Pasotti 2022-09-01 Layer metadata provider API (part 1) Merge: 80e7ba354ad 744203324fd -Loïc Bartoletti 2022-09-01 +Loïc Bartoletti 2022-09-01 Merge pull request #50052 from DelazJ/makerectangles3points @@ -26114,7 +34769,7 @@ Alessandro Pasotti 2022-09-01 Rename QgsLayerMetadataSearchResults -Loïc Bartoletti 2022-09-01 +Loïc Bartoletti 2022-09-01 Add Concave hull API and expression function @@ -26122,11 +34777,11 @@ Loïc Bartoletti 2022-09-01 Requires GEOS 3.11+ -vcloarec 2022-08-31 +Vincent Cloarec 2022-08-31 Sipify -vcloarec 2022-08-31 +Vincent Cloarec 2022-08-31 fix build @@ -26165,7 +34820,7 @@ Harrissou Sant-anna 2022-08-31 Fixes #49860 -Samweli 2022-08-31 +Samweli Mwakisambwe 2022-08-31 tests for the new expression context functions @@ -26203,7 +34858,7 @@ Alessandro Pasotti 2022-08-17 Funded by: ARPA Piemonte Merge: fb97c10d007 ccf9702f49e -Loïc Bartoletti 2022-08-31 +Loïc Bartoletti 2022-08-31 Merge pull request #50029 from vcloarec/fixNormals @@ -26378,16 +35033,16 @@ Martin Dobias 2022-08-31 Co-authored-by: NEDJIMAbelgacem -vcloarec 2022-08-31 +Vincent Cloarec 2022-08-31 fix normals in border of no data values -Samweli 2022-08-31 +Samweli Mwakisambwe 2022-08-31 Added new logic for handling hiding of expression variables, this will help to have a clear way of not showing variables that are not needed anymore but they can break past QGIS projects if they are removed. Merge: e9b90b565bf 502ade7d7da -Loïc Bartoletti 2022-08-31 +Loïc Bartoletti 2022-08-31 Merge pull request #49458 from DelazJ/labelLineAnchor @@ -26437,13 +35092,13 @@ Nyall Dawson 2022-08-29 Fixes #49234 Merge: b8523282dc9 1f731a400ed -Loïc Bartoletti 2022-08-30 +Loïc Bartoletti 2022-08-30 Merge pull request #49485 from rldhont/server-service-registry-messages-level fix(server): Add level to log messages in Service registry -Loïc Bartoletti 2022-08-30 +Loïc Bartoletti 2022-08-30 qgsmaptoolcapture.h: Update description @@ -26495,7 +35150,7 @@ Julien Cabieces 2022-08-29 Fix QgsDelimitedTextProvider URI logic with NullGeometry Merge: b7e31d4508d b2c37616972 -Loïc Bartoletti 2022-08-29 +Loïc Bartoletti 2022-08-29 Merge pull request #49425 from SrNetoChan/shape_capture_warning @@ -26511,7 +35166,7 @@ nameloCmaS 2022-08-29 Merge branch 'qgis:master' into master Merge: bdacdfbce34 d7c1809878c -Loïc Bartoletti 2022-08-29 +Loïc Bartoletti 2022-08-29 Merge pull request #49974 from nicogodet/fix-wcs-co @@ -26681,22 +35336,22 @@ Matthias Kuhn 2022-08-27 https://www.qt.io/blog/qt-extras-modules-in-qt-6 -uclaros 2022-08-26 +Stefanos Natsis 2022-08-26 make searching for headers case insensitive Merge: 39ff81e3ae0 d27977aa30f -signedav 2022-08-27 +David Signer 2022-08-27 Merge pull request #47295 from domi4484/fix_47283 Don't show AddFeatureButton for spatial layer (only AddFeatureGeometry) -nicogodet 2022-08-26 +Nicolas Godet 2022-08-26 Leftovers from #48192 -nicogodet 2022-08-26 +Nicolas Godet 2022-08-26 Fix new WCS connections @@ -26923,7 +35578,7 @@ Nyall Dawson 2022-08-22 Fix vector tile style conversion of fill opacity from interpolation list -NEDJIMAbelgacem 2022-08-18 +Nedjima Belgacem 2022-08-18 Fix long,lat point cloud not being rendered correctly @@ -26944,7 +35599,7 @@ Nyall Dawson 2022-08-19 Handle list field implicit conversions on qt 6 the same way as we did on qt 5, and expand tests -uclaros 2022-08-21 +Stefanos Natsis 2022-08-21 create default layer name even when the layer name widget is disabled @@ -26976,7 +35631,7 @@ Germán Carrillo 2022-08-19 [processing] savefeatures alg: Set input type to TypeVector in order to allow geometryless layers appear into INPUT parameter -uclaros 2022-08-20 +Stefanos Natsis 2022-08-20 fix hiding snap indicators when done using advanced digitizing @@ -26994,7 +35649,7 @@ Hannes 2022-08-21 - Add example that ends up with floating point coordinates - Add example that returns NULL -uclaros 2022-08-21 +Stefanos Natsis 2022-08-21 don't look for features if the layer is not spatial @@ -27083,7 +35738,7 @@ Nyall Dawson 2022-08-10 Fix unexpected float values returned by color_part expression function on qt 6 -uclaros 2022-08-18 +Stefanos Natsis 2022-08-18 move mid marker when both line endpoints are out of the extent @@ -27107,17 +35762,17 @@ Nyall Dawson 2022-08-18 It's possible that we should just delete the map tool children upfront here instead, but that's a little more risky. -arnaud.morvan@camptocamp.com 2022-08-18 +Arnaud Morvan 2022-08-18 Add myself as a contributor -Damiano Lombardi 2022-08-15 +Damiano Lombardi 2022-08-15 Update src/ui/qgsrelationeditorconfigwidgetbase.ui Co-authored-by: Étienne Trimaille -Damiano Lombardi 2022-08-14 +Damiano Lombardi 2022-08-14 Update src/ui/qgsrelationeditorconfigwidgetbase.ui @@ -27457,7 +36112,7 @@ Nyall Dawson 2022-08-16 Remove unnecessary touch device check -nicogodet 2022-08-07 +Nicolas Godet 2022-08-07 Properly reset SVG if path is empty @@ -27619,7 +36274,7 @@ Nyall Dawson 2022-08-15 Provides a stable means for scripts to set the map rotation -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-08-16 +Nicolas Godet 2022-08-16 Add myself to contributors @@ -27631,7 +36286,7 @@ Borys Jurgiel 2022-08-04 Fix output encoding in processing/dxf export -nicogodet 2022-08-10 +Nicolas Godet 2022-08-10 Keep current map tool if line captured @@ -27806,7 +36461,7 @@ Nyall Dawson 2022-05-10 Update CI environments to 22.04 -nicogodet 2022-08-10 +Nicolas Godet 2022-08-10 Hide map point rubberband if capture has started @@ -29217,7 +37872,7 @@ Nyall Dawson 2022-07-22 Don't spell check cpt files -Alexandre 2022-07-21 +Alexandre Neto 2022-07-21 Even better wording @@ -29245,23 +37900,23 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-07-20 Signed-off-by: dependabot[bot] -signedav 2022-07-20 +David Signer 2022-07-20 fix typo -signedav 2022-07-20 +David Signer 2022-07-20 compare usertype manually instead of using canConvert (what will become obsolete in Qt6) -signedav 2022-07-18 +David Signer 2022-07-18 update docstring -signedav 2022-07-18 +David Signer 2022-07-18 get FilterVersion, GMLVersion etc in a private function since it's used on multiple places -signedav 2022-07-18 +David Signer 2022-07-18 check returned QDomElement and return if empty @@ -29269,79 +37924,79 @@ Even Rouault 2022-07-18 test_provider_wfs.py: fix new test -signedav 2022-07-15 +David Signer 2022-07-15 use proper geometries in request of tests -signedav 2022-07-15 +David Signer 2022-07-15 improve tests and remove unused debug log -signedav 2022-07-15 +David Signer 2022-07-15 clean up ogc filter and expression functions -signedav 2022-07-14 +David Signer 2022-07-14 tests - (failing) -signedav 2022-07-13 +David Signer 2022-07-13 proper setup of url with computed expression in combination with exiting filters and bbox restrictions -signedav 2022-07-13 +David Signer 2022-07-13 remove typo -signedav 2022-07-13 +David Signer 2022-07-13 clean up debug log and add comments. -signedav 2022-07-13 +David Signer 2022-07-13 create server expression for shared data to perform on server in adavance -signedav 2022-07-08 +David Signer 2022-07-08 test dummy function to call computeExpression. This needs to be cleaned up. -signedav 2022-07-08 +David Signer 2022-07-08 computeExpression in advance and add the computedExpression into the request -signedav 2022-06-03 +David Signer 2022-06-03 remove clientsideexpression handling since it's not working with threads -signedav 2022-06-01 +David Signer 2022-06-01 when an expression can not be evaluated on server side it writes it to the clientSideExpression, to consider it on client side. -signedav 2022-06-01 +David Signer 2022-06-01 putting together the filter element for the expression and bbox and filter -signedav 2022-06-01 +David Signer 2022-06-01 better structure and fallback to the errormessage -signedav 2022-05-30 +David Signer 2022-05-30 pass expression to function -signedav 2022-05-30 +David Signer 2022-05-30 fix brackets -signedav 2022-05-23 +David Signer 2022-05-23 consider expressions and pack them into element with bbox and/or filter -signedav 2022-05-20 +David Signer 2022-05-20 passing expression to QgsBackgroundCachedSharedData to be able to convert it to ogc filter -signedav 2022-05-20 +David Signer 2022-05-20 prototyping convert expression to ocg filter when we have static functions to use like intersection etc. @@ -29387,7 +38042,7 @@ Harrissou Sant-anna 2022-07-20 Align widgets in the raster properties min/max values -Loïc Bartoletti 2022-07-20 +Loïc Bartoletti 2022-07-20 Use expect UnicodeDecodeError @@ -29427,7 +38082,7 @@ Nyall Dawson 2022-07-20 Fix ridiculous amount of debug spam raised by CPT archive classes -Alexandre 2022-07-20 +Alexandre Neto 2022-07-20 More informative warning on shape capture option @@ -30004,7 +38659,7 @@ Nyall Dawson 2022-07-11 Fixes #49291 -Etienne Trimaille 2022-06-23 +Etienne Trimaille 2022-06-23 Update some default actions : proper field, use messageBar @@ -30099,7 +38754,7 @@ Nyall Dawson 2022-07-06 (and potentially future CMYK color support). Merge: 4759815fc7f db4cf8a96f7 -Loïc Bartoletti 2022-07-08 +Loïc Bartoletti 2022-07-08 Merge pull request #49276 from lbartoletti/use_alternate_linker @@ -30315,7 +38970,7 @@ Julien Cabieces 2022-03-29 Add the project storage dialog -Loïc Bartoletti 2022-07-07 +Loïc Bartoletti 2022-07-07 [CI] Disable grass8 temporarily @@ -30372,7 +39027,7 @@ Kanahiro 2022-07-03 wrap decode stdout with try-except -vcloarec 2022-02-27 +Vincent Cloarec 2022-02-27 export QgsMeshRenderScalarSettings @@ -30448,28 +39103,28 @@ Andrea Giudiceandrea 2022-06-30 the package is available again now Merge: c803c075974 aa2df90953f -Loïc Bartoletti 2022-06-30 +Loïc Bartoletti 2022-06-30 Merge pull request #49199 from vcloarec/avoidmesh3Crash avoid 3D crash Merge: e113457133f c973b4bdb95 -Loïc Bartoletti 2022-06-30 +Loïc Bartoletti 2022-06-30 Merge pull request #49200 from vcloarec/removeUncessaryCall some cleaning in QgsMapToolEditMeshFrame -vcloarec 2022-06-29 +Vincent Cloarec 2022-06-29 add some const -vcloarec 2022-06-29 +Vincent Cloarec 2022-06-29 remove uncessary calls in edit mesh frame -vcloarec 2022-04-22 +Vincent Cloarec 2022-04-22 avoid 3D crash @@ -30480,15 +39135,15 @@ Even Rouault 2022-06-28 WFS/OAPIF: fix filtering on duplicated layers (fixes #48465) -uclaros 2022-06-24 +Stefanos Natsis 2022-06-24 fix reading reader metadata -uclaros 2022-06-23 +Stefanos Natsis 2022-06-23 address review - fix tests -uclaros 2022-06-22 +Stefanos Natsis 2022-06-22 Use QgsPdalProvider for e57 and bpf files if pdal driver is available @@ -30496,7 +39151,7 @@ Stefanos Natsis 2022-06-27 Treat las classification as an unsigned char (#49160) -uclaros 2022-06-26 +Stefanos Natsis 2022-06-26 use int icon for pointcloud char attributes @@ -30652,7 +39307,7 @@ Thomas Stocker 2022-06-22 Fixes #47738 -vcloarec 2022-06-19 +Vincent Cloarec 2022-06-19 fix 3D crash from axis when invalid CRS @@ -31120,11 +39775,11 @@ Nyall Dawson 2022-06-17 Otherwise this is just noisy output which hits the test results/warnings raised by tests -uclaros 2022-06-17 +Stefanos Natsis 2022-06-17 use geom bbox instead of vertices -uclaros 2022-06-17 +Stefanos Natsis 2022-06-17 fix qgsgeometryrubberband on rotated canvas @@ -31182,15 +39837,15 @@ Nedjima Belgacem 2022-06-08 Co-authored-by: Stefanos Natsis -NEDJIMAbelgacem 2022-06-08 +Nedjima Belgacem 2022-06-08 remove unused parameter -NEDJIMAbelgacem 2022-06-08 +Nedjima Belgacem 2022-06-08 - remove point cloud size label -NEDJIMAbelgacem 2022-06-06 +Nedjima Belgacem 2022-06-06 - Switch 3D point size default to 3px - Switch 3D max error to 3px @@ -31202,11 +39857,11 @@ Nedjima Belgacem 2022-06-16 3D default to following 2D renderer once the default 2D renderer is picked (#48922) -uclaros 2022-06-14 +Stefanos Natsis 2022-06-14 fix classified 3d renderer on missing or unordered categories -uclaros 2022-06-14 +Stefanos Natsis 2022-06-14 fix adding duplicate classification categories @@ -31441,7 +40096,7 @@ Sandro Santilli 2022-06-13 Closes #48962 -uclaros 2022-06-14 +Stefanos Natsis 2022-06-14 fix loading multiple pointclouds at once @@ -31464,7 +40119,7 @@ Ismail Sunni 2022-06-14 Fix #47868, open Database Style Manager dialog on the same screen Merge: 3943ef5e10f ebe20ac5e2b -Loïc Bartoletti 2022-06-14 +Loïc Bartoletti 2022-06-14 Merge pull request #48995 from uclaros/fix-vertex-tool-markers @@ -31478,12 +40133,12 @@ Damiano Lombardi 2022-06-02 Fix a crash switching from transaction groups to buffered transactions -uclaros 2022-06-14 +Stefanos Natsis 2022-06-14 hide middle of segment markers when deactivating Merge: 00e1fb06605 3456944ae2d -Loïc Bartoletti 2022-06-14 +Loïc Bartoletti 2022-06-14 Merge pull request #48807 from ptitjano/fix/camera_rotation_by_pitch_limitation @@ -31546,11 +40201,11 @@ Nyall Dawson 2022-06-13 Update src/core/pointcloud/qgslazdecoder.cpp -uclaros 2022-06-09 +Stefanos Natsis 2022-06-09 handle exception thrown by lazperf -uclaros 2022-06-09 +Stefanos Natsis 2022-06-09 apply contrast enhancement after min/max values are calculated @@ -31577,11 +40232,11 @@ Nyall Dawson 2022-06-13 This commit causes regression #48965 -uclaros 2022-06-08 +Stefanos Natsis 2022-06-08 don't crash when copc file is not there -uclaros 2022-06-11 +Stefanos Natsis 2022-06-11 fix workflow involving retro and bored @@ -31651,27 +40306,27 @@ Alessandro Pasotti 2022-06-10 Fix test method -vcloarec 2022-06-08 +Vincent Cloarec 2022-06-08 emit signal after changing style -vcloarec 2022-06-08 +Vincent Cloarec 2022-06-08 fix confusion for default style for mesh layer -vcloarec 2022-06-06 +Vincent Cloarec 2022-06-06 fix mesh settings contours activation -vcloarec 2022-06-08 +Vincent Cloarec 2022-06-08 more generic encode/decode uri -vcloarec 2022-06-06 +Vincent Cloarec 2022-06-06 fix mesh layer relative path -vcloarec 2022-06-06 +Vincent Cloarec 2022-06-06 test mesh layer relative path @@ -31770,11 +40425,11 @@ Sandro Santilli 2022-05-23 Fixes GH-23243 Includes unit tests for QgsVectorLayerEditBuffer and QgsVectorLayerUndoCommand -NEDJIMAbelgacem 2022-06-08 +Nedjima Belgacem 2022-06-08 use mIndex instead of mIndex->get -NEDJIMAbelgacem 2022-06-05 +Nedjima Belgacem 2022-06-05 read ept/copc index before generating copc in PDAL @@ -31794,21 +40449,21 @@ Nedjima Belgacem 2022-06-09 * Address Stefanos reviews -vcloarec 2022-06-08 +Vincent Cloarec 2022-06-08 add test and fixes -vcloarec 2022-06-08 +Vincent Cloarec 2022-06-08 placeholder in combobox Co-authored-by: Nyall Dawson -vcloarec 2022-06-07 +Vincent Cloarec 2022-06-07 SIP, typo, cleaning and more tests -vcloarec 2022-06-07 +Vincent Cloarec 2022-06-07 implement mesh dataset processing for model @@ -31816,7 +40471,7 @@ Nyall Dawson 2022-06-09 Fix capitalization -uclaros 2022-06-08 +Stefanos Natsis 2022-06-08 Allow actions to be triggered when menuBar is hidden @@ -31889,7 +40544,7 @@ Sandro Santilli 2022-06-08 References GH-25830 Merge: a2001fdd69e 022b311d7de -Loïc Bartoletti 2022-06-08 +Loïc Bartoletti 2022-06-08 Merge pull request #48571 from ptitjano/3d/add-debug-overlay @@ -31976,7 +40631,7 @@ Nyall Dawson 2022-06-07 Fixes #48887 -uclaros 2022-06-07 +Stefanos Natsis 2022-06-07 fix docstrings @@ -31984,15 +40639,15 @@ Jürgen E. Fischer 2022-06-07 tsstat.pl: Add new hungarian translator (closes #48809) -NEDJIMAbelgacem 2022-06-03 +Nedjima Belgacem 2022-06-03 fix test -NEDJIMAbelgacem 2022-06-03 +Nedjima Belgacem 2022-06-03 Fix -NEDJIMAbelgacem 2022-06-03 +Nedjima Belgacem 2022-06-03 Adjust point cloud URI parsing @@ -32010,7 +40665,7 @@ Mathieu Pellerin 2022-06-04 [ui] Fix grid decoration widget spacing issues in dialog -NEDJIMAbelgacem 2022-06-06 +Nedjima Belgacem 2022-06-06 Use extent renderer while statistics are calculating @@ -32127,11 +40782,11 @@ Even Rouault 2022-06-04 This could potentially optimize things for some driver backends. -vcloarec 2022-06-04 +Vincent Cloarec 2022-06-04 fix no saving asked when removing edited mesh layer -vcloarec 2022-06-04 +Vincent Cloarec 2022-06-04 remove unnecessary Q_ASSERT @@ -32159,13 +40814,13 @@ Loïc Bartoletti 2021-11-04 fix build and transform only the point not the whole geometry -Loïc Bartoletti 2021-10-28 +Loïc Bartoletti 2021-10-28 dox Co-authored-by: Stefanos Natsis -Loïc Bartoletti 2021-10-28 +Loïc Bartoletti 2021-10-28 No need to try adding topological points if the layer is not in editing mode and skip if layers are diff @@ -32187,7 +40842,7 @@ Nyall Dawson 2022-06-03 Fix more QGIS code convention violations in Qgs3DAxis -NEDJIMAbelgacem 2022-06-03 +Nedjima Belgacem 2022-06-03 Add fix @@ -32611,7 +41266,7 @@ Ismail Sunni 2022-05-30 Show also files when using GetDirectory on QgsFileWidget. Merge: 3c725ed1834 85c14b3c6e7 -Loïc Bartoletti 2022-05-31 +Loïc Bartoletti 2022-05-31 Merge pull request #48575 from ptitjano/cameracontroller-cleanups @@ -32622,7 +41277,7 @@ Nedjima Belgacem 2022-05-31 Merge branch 'master' into point-cloud-stats-cleanup -NEDJIMAbelgacem 2022-05-31 +Nedjima Belgacem 2022-05-31 fix python test @@ -32704,20 +41359,20 @@ Jean Felder 2022-04-06 This should help prevent camera issues. Merge: 94b430f167c 29f18d133da -Loïc Bartoletti 2022-05-31 +Loïc Bartoletti 2022-05-31 Merge pull request #48674 from Djedouas/fix-46350 Show warning if geometry types do not match in symmetrical difference Merge: a3e72bdc524 842d56ff725 -Loïc Bartoletti 2022-05-31 +Loïc Bartoletti 2022-05-31 Merge pull request #48793 from strk/segfault-in-test-provider-eptprovider-48778 Fix termination of QgsPointCloudStatsCalculationTask -NEDJIMAbelgacem 2022-05-31 +Nedjima Belgacem 2022-05-31 Fix PDAL test @@ -32754,19 +41409,19 @@ Alessandro Pasotti 2022-05-30 Raster metadata: use same numeric format for extent and origin -NEDJIMAbelgacem 2022-05-30 +Nedjima Belgacem 2022-05-30 - Remove useless functions - Remove emit QgsTask::taskTerminated Merge: 60ccec44241 d49c9d6d111 -Loïc Bartoletti 2022-05-30 +Loïc Bartoletti 2022-05-30 Merge pull request #48788 from domi4484/update-values-dependencies Update values dependencies only if attribute form is not initializing -NEDJIMAbelgacem 2022-05-30 +Nedjima Belgacem 2022-05-30 Use blockingMapped instead of mapped @@ -32780,11 +41435,11 @@ Damiano Lombardi 2022-05-30 Update values dependencies only if attribute form is not initializing -vcloarec 2022-05-28 +Vincent Cloarec 2022-05-28 add tests -vcloarec 2022-05-27 +Vincent Cloarec 2022-05-27 fix QgsMeshUtils::exportRasterBlock @@ -32796,7 +41451,7 @@ Andrea Giudiceandrea 2022-05-29 [processing] Fix FILE_TYPE parameter of "Split Vector Layer" algorithm -NEDJIMAbelgacem 2022-05-29 +Nedjima Belgacem 2022-05-29 Move the X, Y Z stats fetching outside of QgsPointCloudStatsCalculator Fix COPC test @@ -32831,7 +41486,7 @@ Mathieu Pellerin 2022-05-27 [locator] Fix lack of locale awareness for DMS coordinates -NEDJIMAbelgacem 2022-05-27 +Nedjima Belgacem 2022-05-27 Various fixes - Remove waiting for task to finish in ~QgsPointCloudLayer @@ -32866,7 +41521,7 @@ Nyall Dawson 2022-05-26 snapped results yet the corresponding canvas point may be slightly displaced from what the elevation plot is showing -vcloarec 2022-05-25 +Vincent Cloarec 2022-05-25 avoid deleting mesh dataset name when renaming @@ -32889,29 +41544,29 @@ Nyall Dawson 2022-05-26 Fixes #48759 -NEDJIMAbelgacem 2022-05-26 +Nedjima Belgacem 2022-05-26 Revert "try to fix threading problem" This reverts commit a21ce621182e5bdbe981254bb76b25dc409913cf. -NEDJIMAbelgacem 2022-05-25 +Nedjima Belgacem 2022-05-25 try to fix threading problem -NEDJIMAbelgacem 2022-05-25 +Nedjima Belgacem 2022-05-25 Copy QgsLazInfo object instead of reconstructing -NEDJIMAbelgacem 2022-05-24 +Nedjima Belgacem 2022-05-24 Address Nyall reviews -NEDJIMAbelgacem 2022-05-23 +Nedjima Belgacem 2022-05-23 fix layout test -NEDJIMAbelgacem 2022-05-23 +Nedjima Belgacem 2022-05-23 Add cloning of point cloud index and use that in statistics calculation @@ -32946,11 +41601,11 @@ Nyall Dawson 2022-05-26 Update src/app/mesh/qgsmeshcalculatordialog.cpp -vcloarec 2022-05-25 +Vincent Cloarec 2022-05-25 optimization -vcloarec 2022-05-25 +Vincent Cloarec 2022-05-25 fix mesh calculator dialog time combo boxes @@ -32958,7 +41613,7 @@ Martin Dobias 2022-05-25 Fix unicode EPT/COPC paths on Windows (#41833) -vcloarec 2022-05-25 +Vincent Cloarec 2022-05-25 fix rendering crash during mesh editing @@ -33238,19 +41893,19 @@ Nyall Dawson 2022-05-24 Passing a negative precision to QgsGeometry.asWkt should round coordinates to left of decimal point -NEDJIMAbelgacem 2022-05-20 +Nedjima Belgacem 2022-05-20 fix test -NEDJIMAbelgacem 2022-05-18 +Nedjima Belgacem 2022-05-18 Fix CI -NEDJIMAbelgacem 2022-05-18 +Nedjima Belgacem 2022-05-18 Address reviews and discussion -NEDJIMAbelgacem 2022-05-16 +Nedjima Belgacem 2022-05-16 Make PDAL generate one COPC file instead of EPT @@ -33358,7 +42013,7 @@ Nyall Dawson 2022-05-24 Update src/core/network/qgsrangerequestcache.h -NEDJIMAbelgacem 2022-05-23 +Nedjima Belgacem 2022-05-23 Remove QgsMessageLog usage from QgsRangeRequestCache @@ -33660,7 +42315,7 @@ Alessandro Pasotti 2022-05-19 Fix crash in qgsrelationwidgetwrapper Merge: 443ac8ae8a3 20c8b769637 -Loïc Bartoletti 2022-05-19 +Loïc Bartoletti 2022-05-19 Merge pull request #48599 from alexbruy/homogenize-crs-names @@ -34242,7 +42897,7 @@ Nyall Dawson 2022-05-14 Fix array comparison error -uclaros 2022-05-13 +Stefanos Natsis 2022-05-13 classify pointclouds by attribute @@ -34295,23 +42950,23 @@ Alessandro Pasotti 2022-05-13 crashed only in debug mode because of checkPageWidgetNameMap -NEDJIMAbelgacem 2022-05-12 +Nedjima Belgacem 2022-05-12 fix -NEDJIMAbelgacem 2022-05-12 +Nedjima Belgacem 2022-05-12 fix -NEDJIMAbelgacem 2022-05-12 +Nedjima Belgacem 2022-05-12 Suppress false negative cppcheck-suppress -NEDJIMAbelgacem 2022-05-12 +Nedjima Belgacem 2022-05-12 Address reviews -NEDJIMAbelgacem 2022-05-10 +Nedjima Belgacem 2022-05-10 Add transparency support for phong materials @@ -34469,11 +43124,11 @@ Bas Couwenberg 2022-05-11 Add support for GDAL 3.5.0 Multi-Arch path. -uclaros 2022-05-11 +Stefanos Natsis 2022-05-11 re-allow copc.laz in remote pointcloud url -NEDJIMAbelgacem 2022-05-11 +Nedjima Belgacem 2022-05-11 fix TestQgsPointCloudLayerProfileGenerator @@ -34520,7 +43175,7 @@ Nyall Dawson 2022-05-10 Fix overridden signal Merge: 720008a3de9 87b2c453d97 -NEDJIMAbelgacem 2022-05-11 +Nedjima Belgacem 2022-05-11 Merge branch 'master' into point-cloud-stats-calculator @@ -34552,20 +43207,20 @@ Mathieu Pellerin 2022-05-10 Propagate line symbol's width to line-type geometry generator layers -NEDJIMAbelgacem 2022-05-10 +Nedjima Belgacem 2022-05-10 fix test Merge: 61c09a7b17d b4f9f527d44 -NEDJIMAbelgacem 2022-05-10 +Nedjima Belgacem 2022-05-10 Merge branch 'master' into point-cloud-stats-calculator -NEDJIMAbelgacem 2022-05-10 +Nedjima Belgacem 2022-05-10 use std::numeric_limits::quiet_NaN -NEDJIMAbelgacem 2022-05-10 +Nedjima Belgacem 2022-05-10 fix test @@ -34576,7 +43231,7 @@ Mathieu Pellerin 2022-05-10 [ui] Add a set to null / clear current symbol action to the symbol button -signedav 2022-05-09 +David Signer 2022-05-09 set parent variable as static in aggregate expression functions @@ -34675,28 +43330,28 @@ Julien Cabieces 2022-05-04 Fix clazy install -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 try to fix QgsPointCloudLayerProfileGenerator test Merge: f17bd713eda 383b2f9f785 -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 Merge branch 'master' into point-cloud-stats-calculator -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 fix banned keyword -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 Avoid use of statistical summary -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 try to fix test -NEDJIMAbelgacem 2022-05-09 +Nedjima Belgacem 2022-05-09 address reviews @@ -34769,13 +43424,13 @@ Mathieu Pellerin 2022-05-07 [feature] Revamp the project default styles away from saved symbol names Merge: 5e142c8933a a01f4a272ff -Loïc Bartoletti 2022-05-09 +Loïc Bartoletti 2022-05-09 Merge pull request #48468 from nyalldawson/move_tool Move Digitizing tab in options to sit under Map Tools group -uclaros 2022-04-23 +Stefanos Natsis 2022-04-23 offset maptips and clear them after a delay @@ -34872,13 +43527,13 @@ Jan Caha 2022-05-03 fix widget data reading - i.e. from History Merge: 0d871029be4 9be17800898 -Loïc Bartoletti 2022-05-06 +Loïc Bartoletti 2022-05-06 Merge pull request #48231 from lbartoletti/option_to_use_internal_lazperf CMAKE: Add an option to explicitly use internal lazperf -NEDJIMAbelgacem 2022-05-06 +Nedjima Belgacem 2022-05-06 Change to using statistics class and fix SIP @@ -34989,7 +43644,7 @@ Andrea Giudiceandrea 2022-05-05 Fix the "Search error: list object has no attribute 'toXML'" that occurs navigating the search results after the second time the navigation buttons are pressed -NEDJIMAbelgacem 2022-05-05 +Nedjima Belgacem 2022-05-05 - Add a class for storing statistics - Add classification attribute function @@ -35031,7 +43686,7 @@ Alessandro Pasotti 2022-05-04 Broken since commit 5f33b4f -NEDJIMAbelgacem 2022-05-04 +Nedjima Belgacem 2022-05-04 fix CI warning @@ -35050,7 +43705,7 @@ Nedjima Belgacem 2022-05-03 Merge branch 'master' into point-cloud-stats-calculator -NEDJIMAbelgacem 2022-05-03 +Nedjima Belgacem 2022-05-03 Address reviews @@ -35088,80 +43743,80 @@ Nyall Dawson 2022-05-03 Update tests/src/providers/testqgswcsprovider.cpp -Samweli 2022-05-02 +Samweli Mwakisambwe 2022-05-02 made canvas methods in source provider widget virtual -Samweli 2022-04-28 +Samweli Mwakisambwe 2022-04-28 removed unrelated files from the changes intended purpose -Samweli 2022-04-28 +Samweli Mwakisambwe 2022-04-28 made canvas set and get function non pure virtual functions, include tests for encode/decode uri functions in wcs and minor cleans and code tweaks as suggested in the recent review. -Samweli 2022-04-11 +Samweli Mwakisambwe 2022-04-11 remove all other settings in the owssourcewidget, now using only the extent setting -Samweli 2022-04-08 +Samweli Mwakisambwe 2022-04-08 updated ows source widget docs -Samweli 2022-04-08 +Samweli Mwakisambwe 2022-04-08 refomartted updated provider files -Samweli 2022-04-08 +Samweli Mwakisambwe 2022-04-08 updated the owssourcewidget to only update ows layers bbox -Samweli 2022-04-05 +Samweli Mwakisambwe 2022-04-05 set source uri when source widget is available -Samweli 2021-12-21 +Samweli Mwakisambwe 2021-12-21 updated prepareExtent call -Samweli 2021-12-20 +Samweli Mwakisambwe 2021-12-20 removed qgsowssourcewidget from sip, updated pointer variables in qgsowssourceselect -Samweli 2021-12-20 +Samweli Mwakisambwe 2021-12-20 moved prepareExtent() to private -Samweli 2021-12-20 +Samweli Mwakisambwe 2021-12-20 removed mapCanvasChanged() signal and made setMapCanvas virtual in the QgsAbstractDataSourceWidget -Samweli 2021-11-23 +Samweli Mwakisambwe 2021-11-23 updated the raster layer properties dialog and wcs provider to accommodate adding an ows provider source widget -Samweli 2021-11-23 +Samweli Mwakisambwe 2021-11-23 enabled passing a map canvas to a provider source widget -Samweli 2021-11-18 +Samweli Mwakisambwe 2021-11-18 added ows source widget -Samweli 2021-10-25 +Samweli Mwakisambwe 2021-10-25 updated wcs provider to use user specified bounding box when it is available -Samweli 2021-10-25 +Samweli Mwakisambwe 2021-10-25 change state of the map canvas to non-const so it can be used in provider dialogs spatial extent input widgets -Samweli 2021-10-14 +Samweli Mwakisambwe 2021-10-14 update wcs provider dialog ui -Samweli 2021-10-11 +Samweli Mwakisambwe 2021-10-11 added spatial extent filtering for WCS layers @@ -35561,7 +44216,7 @@ Nyall Dawson 2022-04-28 Add map units per pixel to QgsProfileGenerationContext -Ivan Ivanov 2022-04-29 +Ivan Ivanov 2022-04-29 Update src/app/qgsrelationaddpolymorphicdialog.cpp @@ -35586,15 +44241,15 @@ Ivan Ivanov 2022-04-29 Thank you @troopa81 for bringing my attention. -NEDJIMAbelgacem 2022-04-29 +Nedjima Belgacem 2022-04-29 fix unit tests -NEDJIMAbelgacem 2022-04-29 +Nedjima Belgacem 2022-04-29 fix docs -NEDJIMAbelgacem 2022-04-29 +Nedjima Belgacem 2022-04-29 - Enable estimated statistics warning - Fix statistics calculation @@ -35675,7 +44330,7 @@ Denis Rouzaud 2022-04-25 [settings] QgsSettingsEntryGroup allows grouping settings + removing all at once -NEDJIMAbelgacem 2022-04-28 +Nedjima Belgacem 2022-04-28 big code refactor @@ -35695,7 +44350,7 @@ Alessandro Pasotti 2022-04-28 Implementation of QEP: Add SQL Logging in the debugging/development panel Merge: 9b59fa5689b d95593c48c8 -signedav 2022-04-28 +David Signer 2022-04-28 Merge pull request #48344 from signedav/fix_recursion_mnrelcrash @@ -35777,7 +44432,7 @@ Nyall Dawson 2022-04-26 This can be easier to interpret in some cases, and helps match expected symbology conventions in certain disciplines. -NEDJIMAbelgacem 2022-04-27 +Nedjima Belgacem 2022-04-27 add docs @@ -35785,11 +44440,11 @@ Alessandro Pasotti 2022-04-27 Address PR comments -NEDJIMAbelgacem 2022-04-27 +Nedjima Belgacem 2022-04-27 fix spelling -NEDJIMAbelgacem 2022-04-27 +Nedjima Belgacem 2022-04-27 Refactoring and some fixes @@ -36088,7 +44743,7 @@ Nyall Dawson 2022-04-22 Results are very platform dependent and font dependent, depending on Qt's internal matching logic (hence no unit tests) -signedav 2022-04-25 +David Signer 2022-04-25 fix crash because of endless loop when having a recursive many-to-many relation @@ -36096,43 +44751,43 @@ Mathieu Pellerin 2022-04-24 Fix serious crasher which occurs when manipulating layer tree with styling panel open -NEDJIMAbelgacem 2022-04-24 +Nedjima Belgacem 2022-04-24 Fix path creation -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 do caching for hierarchy pages -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 Address reviews -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 mkdir cache dir, cache warnings & sleep note -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 fix test -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 add docstring and fix spelling -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 Address reviews -NEDJIMAbelgacem 2022-04-13 +Nedjima Belgacem 2022-04-13 code cleanup -NEDJIMAbelgacem 2022-04-13 +Nedjima Belgacem 2022-04-13 add docs -NEDJIMAbelgacem 2022-04-13 +Nedjima Belgacem 2022-04-13 Custom disk caching for http range requests @@ -36211,7 +44866,7 @@ Nyall Dawson 2022-04-22 Fix some build warnings on windows -NEDJIMAbelgacem 2022-04-22 +Nedjima Belgacem 2022-04-22 initial implementation @@ -36221,7 +44876,7 @@ Nyall Dawson 2022-04-22 Co-authored-by: Andrea Giudiceandrea -Etienne Trimaille 2022-04-21 +Etienne Trimaille 2022-04-21 Expressions - Add some tags for search with "start", "begin", "end" @@ -36382,11 +45037,11 @@ Nyall Dawson 2022-04-21 Add some separators to 3d dock toolbar/menus -signedav 2022-04-20 +David Signer 2022-04-20 make consistent option texsts for buttons in relation editor widget -NEDJIMAbelgacem 2022-04-20 +Nedjima Belgacem 2022-04-20 Fix infrared data reading @@ -36588,11 +45243,11 @@ Mathieu Pellerin 2022-04-14 [pointcloud] Fix regression when compiling against QGIS static -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 2D to 3D sync fix -NEDJIMAbelgacem 2022-04-14 +Nedjima Belgacem 2022-04-14 fix @@ -36678,14 +45333,14 @@ Denis Rouzaud 2022-04-13 [sipify] fix more complex member assignment removal (#48198) Merge: 4a3c6c9bc08 2a0e3748b1d -Loïc Bartoletti 2022-04-13 +Loïc Bartoletti 2022-04-13 Merge pull request #48181 from alexbruy/qgsquick-map add new refresh() method to MapCanvasWrapper to clear render cache and repaint map Merge: 74687cdabd9 c7207f58f1f -Loïc Bartoletti 2022-04-12 +Loïc Bartoletti 2022-04-12 Merge pull request #48166 from nicogodet/fix-48139 @@ -36779,20 +45434,20 @@ Alexander Bruy 2022-04-11 add method to clear rendering cache -Etienne Trimaille 2022-04-11 +Etienne Trimaille 2022-04-11 Fix the GH Action labeler to not remove labels https://github.com/actions/labeler/issues/112#issuecomment-1000491676 -nicogodet 2022-04-11 +Nicolas Godet 2022-04-11 Remove asterisk from file name when using Save -nicogodet 2022-04-11 +Nicolas Godet 2022-04-11 Remove asterisk from file name when using Save As... -NEDJIMAbelgacem 2022-04-11 +Nedjima Belgacem 2022-04-11 Add LazInfo class tests @@ -36836,7 +45491,7 @@ Jürgen E. Fischer 2022-04-08 processing: fix scripts directory reset on windows Merge: 69afe5f6cec f51eb02986a -Loïc Bartoletti 2022-04-10 +Loïc Bartoletti 2022-04-10 Merge pull request #48128 from t0b3/fix-gdal-34-test @@ -36872,7 +45527,7 @@ Nyall Dawson 2022-04-09 dictated by the symbol's refresh rate) Merge: a038d87d0a4 931be62a0bc -Loïc Bartoletti 2022-04-08 +Loïc Bartoletti 2022-04-08 Merge pull request #48146 from jef-n/translation-string-fix @@ -36883,7 +45538,7 @@ Jürgen E. Fischer 2022-04-08 translation string fix Merge: 78c27d2c206 747d33f4c4d -Loïc Bartoletti 2022-04-08 +Loïc Bartoletti 2022-04-08 Merge pull request #48102 from lbartoletti/fix/memory_leak_analysis_tininterpolation @@ -36893,7 +45548,7 @@ Even Rouault 2022-04-07 [OGR provider] (Hopefully) fix opening of GeoPackage from network share on Windows with GDAL >= 3.4.2 (fixes #48003) -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-04-07 +Nicolas Godet 2022-04-07 Fix DockUndockToolButton tooltip @@ -36970,76 +45625,76 @@ Andrea Giudiceandrea 2022-04-08 Add myself (Andrea Giudiceandrea) to CONTRIBUTORS -NEDJIMAbelgacem 2022-04-08 +Nedjima Belgacem 2022-04-08 small fixes -NEDJIMAbelgacem 2022-04-08 +Nedjima Belgacem 2022-04-08 - Add error checking in the point cloud index - minor fixes -NEDJIMAbelgacem 2022-04-08 +Nedjima Belgacem 2022-04-08 Use better default naming for remote COPC -NEDJIMAbelgacem 2022-04-08 +Nedjima Belgacem 2022-04-08 Add missing laz attributes handling -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 Address reviews -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 Fix EPT test -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 fix tests -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 fix spelling -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 - Remove unnecessary function - Fix tests -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 Address reviews + more cleanup -NEDJIMAbelgacem 2022-04-07 +Nedjima Belgacem 2022-04-07 - Refactor QgsLazInfo - Address some reviews -NEDJIMAbelgacem 2022-04-06 +Nedjima Belgacem 2022-04-06 - Add a class for handling laz header processing - Unify some of the remote COPC code with local COPC - Address some of Martin's reviews -NEDJIMAbelgacem 2022-04-06 +Nedjima Belgacem 2022-04-06 Split QgsPointCloudRequest into 2 classes -NEDJIMAbelgacem 2022-04-05 +Nedjima Belgacem 2022-04-05 Fix CI build -NEDJIMAbelgacem 2022-04-05 +Nedjima Belgacem 2022-04-05 Add docs -NEDJIMAbelgacem 2022-04-05 +Nedjima Belgacem 2022-04-05 move lazperf point records into decodePoint -NEDJIMAbelgacem 2022-04-04 +Nedjima Belgacem 2022-04-04 - Implement remote COPC without caching - COPC code improvements @@ -37052,7 +45707,7 @@ t0b3 2022-03-27 fix: adapt test for gdal >= 3.4 -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-04-07 +Nicolas Godet 2022-04-07 leftover @@ -37292,7 +45947,7 @@ Mathieu Pellerin 2022-04-07 Make sure CRS axis ordering is respected for map canvas' copy coordinates and goto locator -Etienne Trimaille 2022-04-06 +Etienne Trimaille 2022-04-06 GH Action - Add more default path for the labeler @@ -37460,19 +46115,19 @@ Damiano Lombardi 2022-03-16 Merge features into an existing one instead of a new one -uclaros 2022-04-01 +Stefanos Natsis 2022-04-01 address review -uclaros 2022-03-30 +Stefanos Natsis 2022-03-30 test renderer properties, not actual rendering -uclaros 2022-03-29 +Stefanos Natsis 2022-03-29 check what segfaults -uclaros 2022-03-29 +Stefanos Natsis 2022-03-29 Sync pointcloud layer's 3d renderer style with 2d renderer @@ -37508,7 +46163,7 @@ Alessandro Pasotti 2022-04-04 Server: Use lastModified() for refreshing config cache as alternate strategy -Etienne Trimaille 2022-03-17 +Etienne Trimaille 2022-03-17 Fix regression when adding feature without geom #46687 @@ -37749,65 +46404,65 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-04-01 Signed-off-by: dependabot[bot] -uclaros 2022-03-30 +Stefanos Natsis 2022-03-30 Report untwine errors to the user -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 small fixes -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 remove unnecessary uriIsBlocklisted -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 fix spelling -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 Read metadata for copc files -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 - Implement on demand loading of hierarchy - Fix copc test -NEDJIMAbelgacem 2022-03-30 +Nedjima Belgacem 2022-03-30 fix pdal & copc provider metadata handling of URI -NEDJIMAbelgacem 2022-03-29 +Nedjima Belgacem 2022-03-29 OPen copc file once -NEDJIMAbelgacem 2022-03-29 +Nedjima Belgacem 2022-03-29 revert candidateProviders size -NEDJIMAbelgacem 2022-03-29 +Nedjima Belgacem 2022-03-29 - Remove unnecessary metadata reading from copc - Refactor LAZ and EPT reading -NEDJIMAbelgacem 2022-03-29 +Nedjima Belgacem 2022-03-29 - Add extrabytes test - Use fuzzy comparison for doubles -NEDJIMAbelgacem 2022-03-29 +Nedjima Belgacem 2022-03-29 - Add tests for COPC - Address some of Martin's reviews -NEDJIMAbelgacem 2022-03-24 +Nedjima Belgacem 2022-03-24 - Add ability to drag and drop copc file - Fix RGB value reading - Fix RGB default rendering -NEDJIMAbelgacem 2022-03-23 +Nedjima Belgacem 2022-03-23 inital implementation of local COPC reading @@ -38023,7 +46678,7 @@ Germán Carrillo 2022-03-22 Add tests for QgsLayerTreeViewDefaultActions::addGroup(), since it behaves differently according to different node selection contexts -Etienne Trimaille 2022-03-23 +Etienne Trimaille 2022-03-23 GH Action - Add auto labeler according to modified files @@ -38042,14 +46697,14 @@ Nyall Dawson 2022-03-27 Add method to retrieve next frame delay for animated images to QgsImageCache Merge: 133e9e7e621 b467278cb67 -Loïc Bartoletti 2022-03-27 +Loïc Bartoletti 2022-03-27 Merge pull request #47982 from t0b3/fix-testqgsgeoref-only-if-have-georef fix: testqgsgeoreferencer if HAVE_GEOREFERENCER Merge: 98637ac0ae8 09cb464ca3f -Loïc Bartoletti 2022-03-27 +Loïc Bartoletti 2022-03-27 Merge pull request #47974 from t0b3/fix-ci-tests-for-grass8 @@ -38108,7 +46763,7 @@ t0b3 2022-03-26 - TestQgsGrassProvider::vectorLayers() Merge: 6ce834e8bb4 f12f5a7ea68 -Loïc Bartoletti 2022-03-25 +Loïc Bartoletti 2022-03-25 Merge pull request #47961 from t0b3/fix-issue-47960 @@ -38125,7 +46780,7 @@ t0b3 2022-03-25 Fixes #47960 Merge: 14e27c2075f 8a9777d7db3 -Loïc Bartoletti 2022-03-25 +Loïc Bartoletti 2022-03-25 Merge pull request #47958 from t0b3/fix-issue-47937 @@ -38138,7 +46793,7 @@ t0b3 2022-03-25 Fixes #47937 Merge: 74db16608e7 f644360c3f7 -Loïc Bartoletti 2022-03-25 +Loïc Bartoletti 2022-03-25 Merge pull request #47949 from ptitjano/wip/jfelder/depth-position-nan @@ -38386,7 +47041,7 @@ Jean Felder 2022-03-24 scene is void. Merge: 67c00fc6e5a 742c860f9f7 -Loïc Bartoletti 2022-03-24 +Loïc Bartoletti 2022-03-24 Merge pull request #47943 from lbartoletti/const_isDegenerate_qgstriangle @@ -38423,14 +47078,14 @@ Germán Carrillo 2022-03-23 Fix typo in qgspanelwidgetstack.h Merge: 99dd9699fc9 bb9c242e0db -Loïc Bartoletti 2022-03-23 +Loïc Bartoletti 2022-03-23 Merge pull request #46650 from Djedouas/sync-stats-panel Option to synchronize statistics panel with layers panel Merge: d73ee98ec34 11e26a2dfdf -Loïc Bartoletti 2022-03-23 +Loïc Bartoletti 2022-03-23 Merge pull request #47087 from landryb/fix/28858 @@ -38563,47 +47218,47 @@ Maxim Rylov 2022-03-17 Add support for date/time/timestamp expressions in HANA -NEDJIMAbelgacem 2022-03-17 +Nedjima Belgacem 2022-03-17 Change labels -NEDJIMAbelgacem 2022-03-16 +Nedjima Belgacem 2022-03-16 update actions strings -NEDJIMAbelgacem 2022-03-15 +Nedjima Belgacem 2022-03-15 add sync actions to toolbar -NEDJIMAbelgacem 2022-03-14 +Nedjima Belgacem 2022-03-14 - Fix spelling & SIP - Fix 3D -> 2D -> 3D sync - Fix trapezoid setting saving -NEDJIMAbelgacem 2022-03-09 +Nedjima Belgacem 2022-03-09 fix spelling -NEDJIMAbelgacem 2022-03-09 +Nedjima Belgacem 2022-03-09 change icon -NEDJIMAbelgacem 2022-03-09 +Nedjima Belgacem 2022-03-09 fix tests -NEDJIMAbelgacem 2022-03-09 +Nedjima Belgacem 2022-03-09 switch to flag based approach for 2D/3D sync -NEDJIMAbelgacem 2022-03-08 +Nedjima Belgacem 2022-03-08 - Change extent to trapezoid shape - Visualize the viewed area using QgsRubberBand - Address reviews -NEDJIMAbelgacem 2022-03-03 +Nedjima Belgacem 2022-03-03 initial implementation @@ -38710,7 +47365,7 @@ Bas Couwenberg 2022-03-18 Also install scripts for GRASS 8. Merge: daf7ff5f4f6 ae2c5947e05 -Loïc Bartoletti 2022-03-18 +Loïc Bartoletti 2022-03-18 Merge pull request #47849 from agiudiceandrea/fix-47726-orientedminimumboundingbox @@ -38740,7 +47395,7 @@ Mathieu Pellerin 2022-03-18 Adjust raise warning test Merge: 43d2ebbb037 ee56c0c14f8 -Loïc Bartoletti 2022-03-18 +Loïc Bartoletti 2022-03-18 Merge pull request #46647 from Koyaani/advanced_snapping @@ -38751,7 +47406,7 @@ Andrea Giudiceandrea 2022-03-18 Update tests/src/core/geometry/testqgsgeometry.cpp Merge: f58db736297 4718d727fd9 -Loïc Bartoletti 2022-03-18 +Loïc Bartoletti 2022-03-18 Merge pull request #47306 from uclaros/fix-split-lines @@ -38766,7 +47421,7 @@ Andrea Giudiceandrea 2022-03-18 Add test for orientedMinimumBoundingBox() Merge: 1eeb11fc480 f5dea897448 -Loïc Bartoletti 2022-03-18 +Loïc Bartoletti 2022-03-18 Merge pull request #47850 from t0b3/fix-qt6-grass @@ -38791,59 +47446,59 @@ Germán Carrillo 2022-03-16 Only call groupSelected() if there is a multiple selection or, if being a single selection, the selected node is a layer (fix #47657) -uclaros 2022-03-18 +Stefanos Natsis 2022-03-18 qstringliteral -uclaros 2022-03-17 +Stefanos Natsis 2022-03-17 use switch on layer type -uclaros 2022-03-17 +Stefanos Natsis 2022-03-17 use static save/load functions -uclaros 2022-03-17 +Stefanos Natsis 2022-03-17 translation -uclaros 2022-03-16 +Stefanos Natsis 2022-03-16 show n/a instead of blank when statistics are missing -uclaros 2022-03-16 +Stefanos Natsis 2022-03-16 address review -uclaros 2022-03-15 +Stefanos Natsis 2022-03-15 cleanup -uclaros 2022-03-15 +Stefanos Natsis 2022-03-15 use values list -uclaros 2022-03-14 +Stefanos Natsis 2022-03-14 remove unused method, add docstring -uclaros 2022-03-11 +Stefanos Natsis 2022-03-11 fail on missing attributes, remove unused functions, sip -uclaros 2022-03-10 +Stefanos Natsis 2022-03-10 comments and headers -uclaros 2022-03-10 +Stefanos Natsis 2022-03-10 expression parsing, testing, filter indicator -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 add query editor in pointcloud layer properties -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 clone qgsquerybuilder @@ -38867,7 +47522,7 @@ Ismail Sunni 2022-03-08 Fix #47569. Unable to copy data stored in JSON and list fields -Etienne Trimaille 2022-03-17 +Etienne Trimaille 2022-03-17 [Bugfix][Server] WFS GetFeature GML: CDATA was url encoded before insert in GML @@ -38993,13 +47648,13 @@ Damiano Lombardi 2022-03-15 Check index -Damiano Lombardi 2022-03-15 +Damiano Lombardi 2022-03-15 Update src/core/qgsvectorfilewriter.cpp Co-authored-by: Nyall Dawson -Damiano Lombardi 2022-03-15 +Damiano Lombardi 2022-03-15 Apply suggestions from code review @@ -39021,15 +47676,15 @@ Ismail Sunni 2022-03-16 Set max tile buffer size to 1024. Fix #47324. -NEDJIMAbelgacem 2022-03-16 +Nedjima Belgacem 2022-03-16 fix reading -NEDJIMAbelgacem 2022-03-15 +Nedjima Belgacem 2022-03-15 switch to using lazperf for reading extrabytes -uclaros 2022-03-16 +Stefanos Natsis 2022-03-16 save/load subset string with point cloud layer @@ -39081,7 +47736,7 @@ Tudor Bărăscu 2022-02-28 update project Merge: 7e675ce0b78 8dfe8dc4c2c -Loïc Bartoletti 2022-03-16 +Loïc Bartoletti 2022-03-16 Merge pull request #47774 from vcloarec/fixmmeshvertexdegree @@ -39162,11 +47817,11 @@ Nyall Dawson 2022-03-15 Instead correctly set the constraints, read only and a default value clause for these column types. -Etienne Trimaille 2022-03-15 +Etienne Trimaille 2022-03-15 Show the error why the auth DB could not be opened -vcloarec 2022-03-15 +Vincent Cloarec 2022-03-15 expose QgsMeshVerticesElevationDatasetGroup @@ -39178,7 +47833,7 @@ Alessandro Pasotti 2022-03-15 Some more tests for compiler -vcloarec 2022-03-15 +Vincent Cloarec 2022-03-15 add tests @@ -39351,7 +48006,7 @@ Julien Cabieces 2022-03-14 Fix sequential rendering high dpi -vcloarec 2022-03-14 +Vincent Cloarec 2022-03-14 fix vertex degree in topological mesh @@ -39541,7 +48196,7 @@ Martin Dobias 2022-03-11 It is not a header-only library anymore, so we also look for LazPerf_LIBRARY now and if using embedded laz-perf, there are few cpp files to compile. -uclaros 2022-03-11 +Stefanos Natsis 2022-03-11 added tests @@ -39549,11 +48204,11 @@ Damiano Lombardi 2022-03-11 Add missing RelationWidgetTypeId to clone method -uclaros 2022-03-11 +Stefanos Natsis 2022-03-11 address nyall's review -uclaros 2022-03-11 +Stefanos Natsis 2022-03-11 skipping sipping @@ -39651,7 +48306,7 @@ Tom Kralidis 2022-03-10 set zero-based offset for OARec -uclaros 2022-03-10 +Stefanos Natsis 2022-03-10 remove non-implemented enums @@ -39694,11 +48349,11 @@ Antoine 2022-03-10 move enums to qgis.h -uclaros 2022-03-04 +Stefanos Natsis 2022-03-04 avoid unnecessary camera update on mouse move -uclaros 2022-03-04 +Stefanos Natsis 2022-03-04 reset zoom in state after zooming @@ -39825,55 +48480,55 @@ Nedjima Belgacem 2022-03-09 * update QGIS version -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 empty expression string handling -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 operator conversion handling -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 clarify why we need to copy the expression object -vcloarec 2022-03-08 +Vincent Cloarec 2022-03-08 fix doc -vcloarec 2022-02-05 +Vincent Cloarec 2022-02-05 typo -vcloarec 2022-02-05 +Vincent Cloarec 2022-02-05 indentation and spelling -vcloarec 2022-02-05 +Vincent Cloarec 2022-02-05 WMS provider resampling (with float interpretation) -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 remove unused private member -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 added QgsPointCloudAttribute::convertValueToDouble() -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 refactor extending attribute collections -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 remove methods using QgsExpression as parameter -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 remove unused code and include -uclaros 2022-03-09 +Stefanos Natsis 2022-03-09 rename parameter @@ -39938,58 +48593,58 @@ Denis Rouzaud 2022-03-08 Explicit declaration of sections/prefixes for settings -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 improve empty expression handling -vcloarec 2022-03-06 +Vincent Cloarec 2022-03-06 fix indendation and add private -vcloarec 2022-03-06 +Vincent Cloarec 2022-03-06 little optimization and refactorization -vcloarec 2022-03-06 +Vincent Cloarec 2022-03-06 add direction in shader for classification -vcloarec 2022-03-06 +Vincent Cloarec 2022-03-06 revert approach for triangulation with classification -vcloarec 2022-03-02 +Vincent Cloarec 2022-03-02 sipify -vcloarec 2022-03-02 +Vincent Cloarec 2022-03-02 Address Martin review -vcloarec 2022-02-28 +Vincent Cloarec 2022-02-28 revert remove FINAL -vcloarec 2022-02-28 +Vincent Cloarec 2022-02-28 fix spelling -vcloarec 2022-02-28 +Vincent Cloarec 2022-02-28 fix spelling and doc -vcloarec 2022-02-28 +Vincent Cloarec 2022-02-28 filter by height -vcloarec 2022-02-28 +Vincent Cloarec 2022-02-28 fix point cloud triangulation with classification sipify -vcloarec 2022-02-24 +Vincent Cloarec 2022-02-24 filter before triangulation @@ -40011,14 +48666,14 @@ vcloarec 2022-02-24 Stefanos review -vcloarec 2022-02-15 +Vincent Cloarec 2022-02-15 point cloud triangulation int <--> size_t -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 Fix clearing the subset string @@ -40072,7 +48727,7 @@ D'Hont René-Luc 2022-03-08 WFS GetFeature GML3: When SRSNAME param was empty, srsName attributes were empty too -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 fix boPow operator @@ -40088,7 +48743,7 @@ Alessandro Pasotti 2022-03-08 The new c++ test replicates the python test and make sure there are no problems with the change style operation. -uclaros 2022-03-08 +Stefanos Natsis 2022-03-08 remove duplicate code @@ -40240,7 +48895,7 @@ Jürgen E. Fischer 2022-03-01 processing: fix scripts folder reset on windows -uclaros 2022-03-04 +Stefanos Natsis 2022-03-04 Create expressions from strings handle conversion errors as parsing errors @@ -40248,7 +48903,7 @@ uclaros 2022-03-04 some more tidying up Merge: 78d34c2edd6 ac7fe74ca97 -Loïc Bartoletti 2022-03-04 +Loïc Bartoletti 2022-03-04 Merge pull request #47322 from roya0045/relative_cad_fix @@ -40262,11 +48917,11 @@ Denis Rouzaud 2022-03-04 add test to ensure that settings are correctly added to registries -uclaros 2022-03-04 +Stefanos Natsis 2022-03-04 create a copy of the expression for the decoder -uclaros 2022-03-04 +Stefanos Natsis 2022-03-04 store the qgspointcloudexpression within the pointcloudindex @@ -40383,31 +49038,31 @@ Nyall Dawson 2022-03-02 This is handy when you need to match the overall pattern length with sizes from other parts of a symbol! -uclaros 2022-03-03 +Stefanos Natsis 2022-03-03 includes and docstrings -uclaros 2022-03-03 +Stefanos Natsis 2022-03-03 minor cleanup -uclaros 2022-03-03 +Stefanos Natsis 2022-03-03 remove qstring based constructor -Etienne Trimaille 2022-03-02 +Etienne Trimaille 2022-03-02 Fix tests related to GML -uclaros 2022-03-03 +Stefanos Natsis 2022-03-03 don't handle not implemented operator -uclaros 2022-03-03 +Stefanos Natsis 2022-03-03 remove parser and lexer -uclaros 2022-03-02 +Stefanos Natsis 2022-03-02 Use QgsExpression and convert nodes to QgsPointCloudExpressionNode* @@ -40507,11 +49162,11 @@ Denis Rouzaud 2022-03-02 also handle std::numeric_limits::min/max -vcloarec 2022-03-01 +Vincent Cloarec 2022-03-01 fix path to nlohmann json -vcloarec 2022-03-01 +Vincent Cloarec 2022-03-01 MDAL 0.9.90 @@ -40718,7 +49373,7 @@ Denis Rouzaud 2022-03-01 group sip tests in a directory Merge: 5df48823804 a0397805f20 -Loïc Bartoletti 2022-03-01 +Loïc Bartoletti 2022-03-01 Merge pull request #47568 from nicogodet/fix-47567 @@ -40732,11 +49387,11 @@ D'Hont René-Luc 2022-02-22 * Funded by Ifremer -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-02-28 +Nicolas Godet 2022-02-28 use QUrl.fromLocalFile -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-02-28 +Nicolas Godet 2022-02-28 fix url on windows @@ -40883,7 +49538,7 @@ Marco Hugentobler 2022-02-24 Co-authored-by: Alessandro Pasotti Merge: 9cf23a6855e 73822127d77 -Loïc Bartoletti 2022-02-24 +Loïc Bartoletti 2022-02-24 Merge pull request #47526 from lbartoletti/remove_deprecated_ifqt @@ -40931,27 +49586,27 @@ Alessandro Pasotti 2022-02-23 Fix #47507 -uclaros 2022-02-23 +Stefanos Natsis 2022-02-23 added simple layer.setSubsetString() test -uclaros 2022-02-23 +Stefanos Natsis 2022-02-23 Avoid copying expression -uclaros 2022-02-23 +Stefanos Natsis 2022-02-23 Also support binary and zstd formats -uclaros 2022-02-23 +Stefanos Natsis 2022-02-23 Initialize variable -uclaros 2022-02-23 +Stefanos Natsis 2022-02-23 Make attribute finding case insensitive -uclaros 2022-02-22 +Stefanos Natsis 2022-02-22 fix point record size for 3d renderers @@ -41034,11 +49689,11 @@ Nyall Dawson 2022-02-23 Fix attribute name in get_feature docs -roya0045 2022-02-22 +Alex 2022-02-22 test with keywords -roya0045 2022-02-22 +Alex 2022-02-22 remove (s) @@ -41071,12 +49726,12 @@ Marco Hugentobler 2022-02-22 Change parameter names and add consts -uclaros 2022-02-22 +Stefanos Natsis 2022-02-22 get attribute and offset during prepare instead of eval Merge: 25588d2c6dd 7e3ea242d58 -Loïc Bartoletti 2022-02-22 +Loïc Bartoletti 2022-02-22 Merge pull request #46357 from Koyaani/fix-advanced-digitizing-snapping @@ -41088,7 +49743,7 @@ Antoine Facchini <37629967+Koyaani@users.noreply.github.com> 2022-02-22 Merge branch 'master' into fix-advanced-digitizing-snapping Merge: 36a10195824 52dd15b7645 -Loïc Bartoletti 2022-02-22 +Loïc Bartoletti 2022-02-22 Merge pull request #47467 from elpaso/bugfix-47465-advanced-digitizing-decimal-separator @@ -41341,15 +49996,15 @@ Denis Rouzaud 2022-02-22 fix headers -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 more unhandled switch cases -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 handle empty expressions -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 added missing switch cases @@ -41383,15 +50038,15 @@ Denis Rouzaud 2022-02-21 fix segmentization -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 Dox -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 rename params -uclaros 2022-02-21 +Stefanos Natsis 2022-02-21 we no longer need filter expression in qgspointcloudrequest @@ -41746,131 +50401,131 @@ Sandro Mani 2022-02-18 Add LIB_SUFFIX -uclaros 2022-02-18 +Stefanos Natsis 2022-02-18 pass filter to remote ept decoder -uclaros 2022-02-16 +Stefanos Natsis 2022-02-16 Refresh 3d view on change -uclaros 2022-02-14 +Stefanos Natsis 2022-02-14 add subsetStringChanged -uclaros 2022-02-10 +Stefanos Natsis 2022-02-10 setSubsetString() -uclaros 2022-02-08 +Stefanos Natsis 2022-02-08 fix ci -uclaros 2022-02-08 +Stefanos Natsis 2022-02-08 fix ci -uclaros 2022-02-08 +Stefanos Natsis 2022-02-08 Remove hard coded renderer filter -uclaros 2022-02-08 +Stefanos Natsis 2022-02-08 More cleanup -uclaros 2022-02-08 +Stefanos Natsis 2022-02-08 More cleanup, remove quoted stuff -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Remove named nodes -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Rename to QgsPointCloud* -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Remove some unused code -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Added evaluation tests -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Fix not and minus -uclaros 2022-02-07 +Stefanos Natsis 2022-02-07 Test all points in block -uclaros 2022-02-03 +Stefanos Natsis 2022-02-03 compare with 0 -uclaros 2022-02-03 +Stefanos Natsis 2022-02-03 Cleanup -uclaros 2022-02-03 +Stefanos Natsis 2022-02-03 Testing infrastructure and first tests -uclaros 2022-02-01 +Stefanos Natsis 2022-02-01 Repair IN logic -uclaros 2022-02-01 +Stefanos Natsis 2022-02-01 1. is true, 0. is false, NaN is error -uclaros 2022-02-01 +Stefanos Natsis 2022-02-01 Change all evals to return doubles -uclaros 2022-01-31 +Stefanos Natsis 2022-01-31 Pass QgsPointCloudBlock* to prepare and int to evaluate -uclaros 2022-01-26 +Stefanos Natsis 2022-01-26 Iterate referenced attributes -uclaros 2022-01-25 +Stefanos Natsis 2022-01-25 Sip include -uclaros 2022-01-25 +Stefanos Natsis 2022-01-25 Properly filter by all attributes -uclaros 2022-01-21 +Stefanos Natsis 2022-01-21 working proof of concept (hardcoded expression) -uclaros 2022-01-21 +Stefanos Natsis 2022-01-21 Also to isStatic -uclaros 2022-01-21 +Stefanos Natsis 2022-01-21 Pass QgsPointcloudAttributeCollection to prepare -uclaros 2022-01-20 +Stefanos Natsis 2022-01-20 change columns to attributes -uclaros 2022-01-19 +Stefanos Natsis 2022-01-19 Removed context concept -uclaros 2022-01-18 +Stefanos Natsis 2022-01-18 more copy from expressions -uclaros 2022-01-18 +Stefanos Natsis 2022-01-18 Stole some stuff from qgsexpression @@ -41890,11 +50545,11 @@ Jürgen E. Fischer 2022-02-18 release.pl: NSIS images no long needed -signedav 2022-02-18 +David Signer 2022-02-18 clearer naming of parent and parent's parent of the current object -signedav 2022-02-18 +David Signer 2022-02-18 delete QgsFeatureAction when the addFeatureFinished signal is called @@ -41915,19 +50570,19 @@ Vincent Cloarec 2022-02-17 fix mesh calculator aggregate on file (#47423) -NEDJIMAbelgacem 2022-02-17 +Nedjima Belgacem 2022-02-17 Use docked widget size when undocking the first time -tomasMizera 2022-02-16 +Tomas Mizera 2022-02-16 fix comment -tomasMizera 2022-02-15 +Tomas Mizera 2022-02-15 add signal when user interacts with map -signedav 2022-02-17 +David Signer 2022-02-17 fix python test classes inheriting QgsVectorLayerTools @@ -41945,7 +50600,7 @@ Vincent Cloarec 2022-02-16 * fix indentation -NEDJIMAbelgacem 2022-02-16 +Nedjima Belgacem 2022-02-16 remove hide button @@ -41978,27 +50633,27 @@ Sandro Santilli 2022-02-16 Re-use possibly cached postgis_version from pgsql description method -signedav 2022-02-16 +David Signer 2022-02-16 fix typo -signedav 2022-02-16 +David Signer 2022-02-16 reenter lost override keyword and some docs -signedav 2022-02-16 +David Signer 2022-02-16 better readability for the the same -signedav 2022-02-16 +David Signer 2022-02-16 don't hide the parent dialog widget when it's QgisApp main window. This fixes #47388 -signedav 2022-02-16 +David Signer 2022-02-16 showing form not modal to be able to controll the mapcanvas when adding a geometry to a feature's child -signedav 2022-02-14 +David Signer 2022-02-14 Do dialogs not open modal since otherwise the canvas are blocked and we are not able to collect geometries. Pass widget as parent to the dialog to avoid "orphaned" child dialogs. The widget is passed as parent to QgsFeatureAction. When creating a dialog the widget is passed as parent to the dialog and the dialog is set as parent to the QgsFeatureAction (last like before). @@ -42015,7 +50670,7 @@ Nyall Dawson 2022-02-16 Fixes #47374 -vcloarec 2022-02-15 +Vincent Cloarec 2022-02-15 export usage when exporting WMS XYZ raster layer @@ -42243,15 +50898,15 @@ Matthias Kuhn 2022-02-12 More pluralization of strings (part 1) -uclaros 2022-02-11 +Stefanos Natsis 2022-02-11 Added tests -uclaros 2022-02-11 +Stefanos Natsis 2022-02-11 Q_UNUSED variable -uclaros 2022-02-10 +Stefanos Natsis 2022-02-10 Split only on split points @@ -42548,11 +51203,11 @@ Alessandro Pasotti 2022-02-08 Fix #47226 -nicogodet 2022-02-08 +Nicolas Godet 2022-02-08 Fix UI alignment -Etienne Trimaille 2021-12-17 +Etienne Trimaille 2021-12-17 UX - Review tooltip about dimensions in QGIS server dialog @@ -42639,7 +51294,7 @@ Nyall Dawson 2022-02-08 Update src/providers/wms/qgswmscapabilities.cpp -vcloarec 2022-02-07 +Vincent Cloarec 2022-02-07 explicit message error for WMS connection in browser tree item @@ -42879,23 +51534,23 @@ Nyall Dawson 2022-02-04 name then make the default file name suggested by the dialog match this model name -Blottiere Paul 2022-02-04 +Paul Blottiere 2022-02-04 Add unit test -Blottiere Paul 2022-02-04 +Paul Blottiere 2022-02-04 More verbose exception -Blottiere Paul 2022-02-04 +Paul Blottiere 2022-02-04 Add unit test -Blottiere Paul 2022-02-04 +Paul Blottiere 2022-02-04 Raise an error if a typename is invalid in GetFeature -Blottiere Paul 2022-02-04 +Paul Blottiere 2022-02-04 Return an exception when an excluded layout is used @@ -43073,19 +51728,19 @@ Alessandro Pasotti 2022-02-03 OAPIF source select: fix missing extra query in collections url -NEDJIMAbelgacem 2022-02-03 +Nedjima Belgacem 2022-02-03 add node index unit tests -NEDJIMAbelgacem 2022-02-02 +Nedjima Belgacem 2022-02-02 fix QgsPointCloudIndex::nodePointCount -NEDJIMAbelgacem 2022-02-03 +Nedjima Belgacem 2022-02-03 add debug message -NEDJIMAbelgacem 2022-02-02 +Nedjima Belgacem 2022-02-02 remove-unloaded-chunks-from-replacement-queue @@ -43191,35 +51846,35 @@ Jürgen E. Fischer 2022-02-02 detect grass 8 in processing provider -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Add test with '<' symbol in QGIS expression -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 QString -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Flake8 -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Add doc and update binding -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Add unit tests -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Fix expression filter iteration -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Binding -Blottiere Paul 2022-01-31 +Paul Blottiere 2022-01-31 Add toExpressionList and toOgcFilterList methods @@ -43342,23 +51997,23 @@ Nyall Dawson 2022-02-01 Fixes #45160 -NEDJIMAbelgacem 2022-01-26 +Nedjima Belgacem 2022-01-26 add extrabytes values reading test and use ept datasets instead of las -NEDJIMAbelgacem 2022-01-21 +Nedjima Belgacem 2022-01-21 extend attribute datatypes to include the ones used for extrabytes -NEDJIMAbelgacem 2022-01-21 +Nedjima Belgacem 2022-01-21 fix ci tests -NEDJIMAbelgacem 2022-01-21 +Nedjima Belgacem 2022-01-21 add unitest -NEDJIMAbelgacem 2022-01-21 +Nedjima Belgacem 2022-01-21 add las extra bytes infos reading @@ -43378,7 +52033,7 @@ Marco Hugentobler 2022-02-01 Add mask images for tests to consider font differences -vcloarec 2022-01-31 +Vincent Cloarec 2022-01-31 explicit message error for WMS connection in the data source manager @@ -43406,7 +52061,7 @@ Nyall Dawson 2022-02-01 Fixes #47065 -vcloarec 2022-01-31 +Vincent Cloarec 2022-01-31 export usage for when exporting map @@ -43488,11 +52143,11 @@ Sandro Mani 2022-01-31 Add support for grass8 -NEDJIMAbelgacem 2022-01-31 +Nedjima Belgacem 2022-01-31 Use polygon offset instead of fixed shadow bias gives better result -NEDJIMAbelgacem 2022-01-28 +Nedjima Belgacem 2022-01-28 - Fix shadow rendering (fix light camera setting mistake) - Add depth and shadow texture coordinates checking @@ -43538,7 +52193,7 @@ Ismail Sunni 2022-01-31 Fix #45671, fix wrong name in layertree for mesh layer. -NEDJIMAbelgacem 2022-01-31 +Nedjima Belgacem 2022-01-31 - Fix crash when we hit QgsChunkedEntity::mMaxLoadedChunks limit - The reason is that it might happen that some tiles and queued for load and @@ -43656,15 +52311,15 @@ Nyall Dawson 2022-01-31 Update src/core/symbology/qgsrulebasedrenderer.cpp -roya0045 2022-01-21 +Alex 2022-01-21 spacing -roya0045 2022-01-20 +Alex 2022-01-20 update test -roya0045 2022-01-20 +Alex 2022-01-20 handle null @@ -43672,7 +52327,7 @@ Nyall Dawson 2022-01-31 Add missing file -vcloarec 2022-01-08 +Vincent Cloarec 2022-01-08 fix mesh simplification ui @@ -43686,11 +52341,11 @@ Alex 2022-01-24 Co-authored-by: Harrissou Sant-anna -roya0045 2022-01-24 +Alex 2022-01-24 address comments -roya0045 2022-01-21 +Alex 2022-01-21 improvement & bugfix @@ -44321,35 +52976,35 @@ Matthias Kuhn 2022-01-26 Extend tests -NEDJIMAbelgacem 2022-01-26 +Nedjima Belgacem 2022-01-26 move decodeDepth to header -NEDJIMAbelgacem 2022-01-26 +Nedjima Belgacem 2022-01-26 fix ci build -NEDJIMAbelgacem 2022-01-26 +Nedjima Belgacem 2022-01-26 address Stefanos reviews -NEDJIMAbelgacem 2022-01-25 +Nedjima Belgacem 2022-01-25 combine sampling into 1 function -NEDJIMAbelgacem 2022-01-24 +Nedjima Belgacem 2022-01-24 Use average depth when the sampled depth is 1 -NEDJIMAbelgacem 2022-01-21 +Nedjima Belgacem 2022-01-21 enable dragging and zooming and use wiser way to choose rotation center -NEDJIMAbelgacem 2022-01-19 +Nedjima Belgacem 2022-01-19 enable zoom in on a void area -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 disable camera movement when the clicked position is void @@ -44360,11 +53015,11 @@ Denis Rouzaud 2022-01-26 refactor QgsGeometry addPart test for better readability -NEDJIMAbelgacem 2022-01-25 +Nedjima Belgacem 2022-01-25 add resize event -NEDJIMAbelgacem 2022-01-22 +Nedjima Belgacem 2022-01-22 fix setting and saving of the dock size @@ -44435,7 +53090,7 @@ Alexander Bruy 2022-01-25 open Point Cloud tab in the Data Source Manager when opening it from the Layer -> Add Layer menu (fix #42881) -AlisterH 2022-01-26 +Alister Hood 2022-01-26 Update r.water.outlet.txt @@ -44445,11 +53100,11 @@ Sandro Mani 2022-01-25 Assume WMS GetLegendGraphics image resolution 72 when scaling to fit layout WMS legend size constraints -Blottiere Paul 2022-01-25 +Paul Blottiere 2022-01-25 Add unit test -Blottiere Paul 2022-01-25 +Paul Blottiere 2022-01-25 Fix raster filename when no extension @@ -44474,7 +53129,7 @@ Matthias Kuhn 2022-01-24 Merge pull request #46977 from m-kuhn/init_gui -vcloarec 2022-01-24 +Vincent Cloarec 2022-01-24 allow space in mesh name @@ -44482,7 +53137,7 @@ Nyall Dawson 2022-01-25 Update src/gui/qgsgui.cpp -vcloarec 2022-01-24 +Vincent Cloarec 2022-01-24 NaN value when no color for MapTiler WMS Interpretation converter @@ -44751,11 +53406,11 @@ Harrissou Sant-anna 2022-01-20 Dedicated method allowing to add plugins to the Mesh menu -vcloarec 2022-01-19 +Vincent Cloarec 2022-01-19 fix 3d maximum texture size -nicogodet <39594821+nicogodet@users.noreply.github.com> 2022-01-20 +Nicolas Godet 2022-01-20 fix see also of setClearValue (#46911) @@ -44773,7 +53428,7 @@ Nyall Dawson 2022-01-18 the better error message from the reply and if successful, use that instead of the generic one. -vcloarec 2022-01-19 +Vincent Cloarec 2022-01-19 allow plain/text error message for XYZ raster tile @@ -44785,11 +53440,11 @@ Nyall Dawson 2022-01-18 Fixes #42290 -vcloarec 2022-01-19 +Vincent Cloarec 2022-01-19 empty XYZ usage when unknown -vcloarec 2022-01-19 +Vincent Cloarec 2022-01-19 extent MapTiler interpretation converter range to -10000/9000 @@ -44800,31 +53455,31 @@ Martin Dobias 2022-01-19 Dock/Undock behaviour to 3D views -uclaros 2022-01-18 +Stefanos Natsis 2022-01-18 Switch to switch statement -uclaros 2022-01-17 +Stefanos Natsis 2022-01-17 Added tests -uclaros 2022-01-17 +Stefanos Natsis 2022-01-17 Address more comments -uclaros 2022-01-13 +Stefanos Natsis 2022-01-13 Address review -Stefanos Natsis 2022-01-12 +Stefanos Natsis 2022-01-12 Added pointcloud ordered by Z rendering for 2d views -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 add more docs and move tooltip setting outside of dockable widget helper -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 address martin reviews Round2 @@ -44843,11 +53498,11 @@ Anita Graser 2022-01-18 Add Zenodo badge -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 fix ci build -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 address Martin reviews @@ -44855,7 +53510,7 @@ Jacky Volpes 2022-01-18 Option to synchronize statistics panel with layers panel - fixes #46567 -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 make QgsDockableWidgetHelper a qobject and use canvas name instead of objectName @@ -44926,19 +53581,19 @@ Nyall Dawson 2022-01-18 Silence noisy message -NEDJIMAbelgacem 2022-01-18 +Nedjima Belgacem 2022-01-18 fix dock checkbox and remove unecessary close event -NEDJIMAbelgacem 2022-01-17 +Nedjima Belgacem 2022-01-17 fix renaming 3D view -NEDJIMAbelgacem 2022-01-17 +Nedjima Belgacem 2022-01-17 fix WITH_3D flag -NEDJIMAbelgacem 2022-01-17 +Nedjima Belgacem 2022-01-17 restructure the map canvas docking @@ -44998,7 +53653,7 @@ Denis Rouzaud 2022-01-11 translate locator settings tool tips -roya0045 2022-01-13 +Alex 2022-01-13 invert func names @@ -45055,11 +53710,11 @@ Nyall Dawson 2022-01-16 This gross hack just force removes the inactive color palette under linux environments to block this theme behaviour -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 address reviews 2 -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 address some reviews @@ -45068,7 +53723,7 @@ Matthias Kuhn 2022-01-14 Merge pull request #46802 from domi4484/relationEditorGetMultipleFeatures -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 add tooltip and raise dialog when undock toggled @@ -45077,7 +53732,7 @@ Nedjima Belgacem 2022-01-14 Merge branch 'master' into 3d-view-dock-undock -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 make QgsDockableWidget @@ -45090,7 +53745,7 @@ Nyall Dawson 2022-01-13 Fixes #45336 -vcloarec 2022-01-13 +Vincent Cloarec 2022-01-13 MDAL 0.9.2 @@ -45143,11 +53798,11 @@ Alex 2022-01-13 Merge branch 'master' into exp_tagger -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 fix ci tests -NEDJIMAbelgacem 2022-01-14 +Nedjima Belgacem 2022-01-14 fix close & open bugs @@ -45162,7 +53817,7 @@ Matthias Kuhn 2022-01-13 [server] Print QGIS version on start -vcloarec 2022-01-13 +Vincent Cloarec 2022-01-13 fix missing ui file for gui library @@ -45177,7 +53832,7 @@ Vincent Cloarec 2022-01-13 Template parameter {usage} for XYZ raster and vector tiles (#46731) -roya0045 2022-01-13 +Alex 2022-01-13 add missing functs @@ -45206,15 +53861,15 @@ Damiano Lombardi 2022-01-12 Relation editor widget get list of editing features -roya0045 2022-01-12 +Alex 2022-01-12 missing functs and improvements -NEDJIMAbelgacem 2022-01-12 +Nedjima Belgacem 2022-01-12 proper saving of the window geometry -NEDJIMAbelgacem 2022-01-12 +Nedjima Belgacem 2022-01-12 fix docking undocking @@ -45223,7 +53878,7 @@ Stéphane Brunner 2022-01-11 Add missing tests on SERVICE_URL environment variables Merge: 34594bc81b9 66b481ac364 -NEDJIMAbelgacem 2022-01-12 +Nedjima Belgacem 2022-01-12 Merge branch 'master' into 3d-view-dock-undock @@ -45238,107 +53893,107 @@ Damiano Lombardi 2022-01-12 Relation editor widget get list of editing features -NEDJIMAbelgacem 2022-01-11 +Nedjima Belgacem 2022-01-11 use QgsProjectDirtyBlocker instead of connect disconnect dance -NEDJIMAbelgacem 2022-01-10 +Nedjima Belgacem 2022-01-10 remove dirtifying the project on hide & show and add proper project dirtyfing when the project changes -NEDJIMAbelgacem 2022-01-07 +Nedjima Belgacem 2022-01-07 rename stuff fix -NEDJIMAbelgacem 2022-01-07 +Nedjima Belgacem 2022-01-07 rename stuff -NEDJIMAbelgacem 2022-01-06 +Nedjima Belgacem 2022-01-06 address Nyall reviews -NEDJIMAbelgacem 2022-01-05 +Nedjima Belgacem 2022-01-05 fix crash -NEDJIMAbelgacem 2022-01-05 +Nedjima Belgacem 2022-01-05 fix disabling buttons -NEDJIMAbelgacem 2022-01-05 +Nedjima Belgacem 2022-01-05 fix tests -NEDJIMAbelgacem 2022-01-04 +Nedjima Belgacem 2022-01-04 various fixes -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 add close button -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 use canvas names instead of open canvas names in new3DMapCanvas -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 remove 3D views from view->panels and make checkable in view->3d views -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 fix sip -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 fix ci build -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 fix docs -NEDJIMAbelgacem 2022-01-02 +Nedjima Belgacem 2022-01-02 split 3dviewsmanager into 3dviews manager and dialog class -NEDJIMAbelgacem 2021-12-31 +Nedjima Belgacem 2021-12-31 fix 3D map view duplication -NEDJIMAbelgacem 2021-12-31 +Nedjima Belgacem 2021-12-31 Address Nyall reviews -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 remove some unnecessary stuff -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 add ifdefs -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 add license -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 fix removing closed 3d map view -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 fixes -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 ask user for titles -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 cleanup qgs3dmapviewsmanager -NEDJIMAbelgacem 2021-12-30 +Nedjima Belgacem 2021-12-30 initial implementation @@ -45366,19 +54021,19 @@ pathmapper 2022-01-11 Remove server landingpage files -vcloarec 2022-01-11 +Vincent Cloarec 2022-01-11 optimize propagated string error -vcloarec 2022-01-10 +Vincent Cloarec 2022-01-10 fix tileloader test -vcloarec 2022-01-10 +Vincent Cloarec 2022-01-10 spelling -vcloarec 2022-01-10 +Vincent Cloarec 2022-01-10 propagate error from XYZ raster tile and vector tile to UI @@ -45634,7 +54289,7 @@ Nyall Dawson 2022-01-09 Allows reading DEM tiles in the Terrarium terrain encoding type (e.g. the global Mapzen terrain tiles freely available through AWS) -NEDJIMAbelgacem 2022-01-10 +Nedjima Belgacem 2022-01-10 initial implementation @@ -45685,31 +54340,31 @@ Nyall Dawson 2022-01-08 Update src/providers/wms/qgswmssourceselect.cpp -vcloarec 2022-01-08 +Vincent Cloarec 2022-01-08 change WMS encoding scheme to "interpretation" -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 size_t and typo -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 fix potential overflow -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 typo -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 optimization -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 typo -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 wms convert color to value following mapTiler encoding scheme @@ -45753,7 +54408,7 @@ Denis Rouzaud 2022-01-07 fix includes before guard (#46744) -roya0045 2022-01-07 +Alex 2022-01-07 proposal tags @@ -45896,15 +54551,15 @@ Benjamin Jakimow 2022-01-06 fixes #46697 QgsProcessingAlgorithmDialogBase shows algorithm help -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 typo and QgsDebugMsg -> QgsDebugMsgLevel -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 update package -vcloarec 2022-01-06 +Vincent Cloarec 2022-01-06 MapTiler HMAC SHA256 auth method @@ -46118,7 +54773,7 @@ Alexander Bruy 2022-01-05 fallback to "All Files" filter if mesh driver does not provide file suffix metadata (refs #45257) -tomasMizera 2022-01-05 +Tomas Mizera 2022-01-05 mark crssync build option advanced @@ -46185,7 +54840,7 @@ Julien Cabieces 2022-01-04 Correctly resolveReference after we load/create embedded group Merge: b76838bf04c b27019d5cf1 -Loïc Bartoletti 2022-01-04 +Loïc Bartoletti 2022-01-04 Merge pull request #46678 from 3nids/capture-rb-file @@ -46465,7 +55120,7 @@ Matthias Kuhn 2021-12-23 Merge pull request #46536 from Djedouas/copy-paste-vertex-editor -tomasMizera 2021-12-22 +Tomas Mizera 2021-12-22 crssync cmake file refactor @@ -46501,11 +55156,11 @@ Alex 2021-12-22 Remember and revert layer crs change on cancel (#46556) -roya0045 2021-12-20 +Alex 2021-12-20 use combineFields to handle conflicts -roya0045 2021-12-22 +Alex 2021-12-22 use combinefield instead of append @@ -46533,7 +55188,7 @@ Julien Cabieces 2021-12-15 Fixes #44426 : when masking, set dpi for new allocated image -Etienne Trimaille 2021-12-21 +Etienne Trimaille 2021-12-21 Review the logging when saving/updating symbols in qgstyle.cpp @@ -46750,7 +55405,7 @@ Jacky Volpes 2021-12-17 Check file existance in QgsFileWidget - Fixes #46077 -roya0045 2021-12-17 +Alex 2021-12-17 add xslx filter @@ -47117,7 +55772,7 @@ Nyall Dawson 2021-12-14 temporal mode is set to redraw layer only Merge: d70f99c5169 8732c2c3bcb -Loïc Bartoletti 2021-12-14 +Loïc Bartoletti 2021-12-14 Merge pull request #46470 from nyalldawson/fix_leak_db @@ -47127,7 +55782,7 @@ Nyall Dawson 2021-12-14 [spatialite] Fix crash when loading certain spatialite layers -Etienne Trimaille 2021-12-13 +Etienne Trimaille 2021-12-13 Add example with hamming_distance with different length @@ -47166,7 +55821,7 @@ Alessandro Pasotti 2021-12-13 Renamed to represent_attributes Merge: 048003aa8ad 864e0221e95 -Loïc Bartoletti 2021-12-13 +Loïc Bartoletti 2021-12-13 Merge pull request #46189 from Koyaani/angle-snap-line-displaying @@ -47438,19 +56093,19 @@ Benoît Blanc 2021-11-09 Add parameter to skip layername in gdal:convertformat -roya0045 2021-12-08 +Alex 2021-12-08 typo, sorry CI -roya0045 2021-12-08 +Alex 2021-12-08 no need to import qdate -roya0045 2021-12-08 +Alex 2021-12-08 qdate and int test -roya0045 2021-12-08 +Alex 2021-12-08 use createFieldEqualityExpression @@ -47466,7 +56121,7 @@ Alex 2021-09-27 Co-authored-by: Harrissou Sant-anna -roya0045 2021-08-24 +Alex 2021-08-24 fix parser @@ -47474,19 +56129,19 @@ Alex 2021-08-23 update tests -roya0045 2021-08-20 +Alex 2021-08-20 change handling -roya0045 2021-06-23 +Alex 2021-06-23 layout -roya0045 2021-06-23 +Alex 2021-06-23 Update qgsexpressionfunction.cpp -roya0045 2021-06-23 +Alex 2021-06-23 get_features multi arg @@ -47600,7 +56255,7 @@ towa <7078986+towa@users.noreply.github.com> 2021-12-07 Co-authored-by: Nyall Dawson Merge: 5f6735e2b0e 67cc1f2370d -Loïc Bartoletti 2021-12-07 +Loïc Bartoletti 2021-12-07 Merge pull request #46372 from lbartoletti/fix_triangle_angles @@ -47856,7 +56511,7 @@ Andrea Giudiceandrea 2021-12-02 [processing] remove useless algs descriptions from qgis.yaml Merge: e3eb941867c 7aaf1ec4c39 -Loïc Bartoletti 2021-12-02 +Loïc Bartoletti 2021-12-02 Merge pull request #46326 from Koyaani/split-tests-regular-polygon @@ -48130,7 +56785,7 @@ Julien Cabieces 2021-11-30 fix crash when opening attribute form -vcloarec 2021-11-30 +Vincent Cloarec 2021-11-30 fix crash when opening attribute form @@ -48240,7 +56895,7 @@ Mathieu Pellerin 2021-11-29 [ui] Allow blend mode combo boxes to adjust width to be shorter than longest item label -Blottiere Paul 2021-11-29 +Paul Blottiere 2021-11-29 Use pyogctest 1.1.0 @@ -48252,7 +56907,7 @@ Nyall Dawson 2021-11-29 Fix implementation -Samweli 2021-08-26 +Samweli Mwakisambwe 2021-08-26 [feature] Add processing algorithm for exporting an atlas to multiple PDF files @@ -48281,11 +56936,11 @@ Nyall Dawson 2021-11-29 [FEATURE][MetaSearch] add support for OGC API - Records -uclaros 2021-10-25 +Stefanos Natsis 2021-10-25 Short-circuit for empty layers -uclaros 2021-10-25 +Stefanos Natsis 2021-10-25 Only iterate selected/unselected features when removing/adding to selection @@ -48459,7 +57114,7 @@ Nyall Dawson 2021-11-28 Gives a nicer atlas experience by default -Etienne Trimaille 2021-11-25 +Etienne Trimaille 2021-11-25 Switch to click_x/click_y instead of clicked_* which is used in QgsMapToolFeatureAction @@ -48487,7 +57142,7 @@ Denis Rouzaud 2021-11-24 allow remove symbol layer from registry Merge: 9cbe0ddaacf a14ec8a663a -Loïc Bartoletti 2021-11-26 +Loïc Bartoletti 2021-11-26 Merge pull request #46226 from Koyaani/split-multi-surface-tests @@ -48538,12 +57193,12 @@ Nyall Dawson 2021-11-24 Fix a transformation errors which occur when simplification is enabled for a vector layer with a custom crs in degrees -Etienne Trimaille 2021-11-24 +Etienne Trimaille 2021-11-24 Actions - Fix default variables provided in examples Merge: 6e78b3533a5 96277e5596d -Loïc Bartoletti 2021-11-25 +Loïc Bartoletti 2021-11-25 Merge pull request #46217 from Koyaani/split_polygon_tests @@ -48564,7 +57219,7 @@ Antoine 2021-11-25 split test method -Blottiere Paul 2021-11-25 +Paul Blottiere 2021-11-25 Update data directory @@ -48572,11 +57227,11 @@ Antoine 2021-11-25 reformat the code -Blottiere Paul 2021-11-25 +Paul Blottiere 2021-11-25 Add env -Blottiere Paul 2021-11-25 +Paul Blottiere 2021-11-25 Fix path @@ -48604,7 +57259,7 @@ Antoine 2021-10-28 split method -Blottiere Paul 2021-11-25 +Paul Blottiere 2021-11-25 Test with pyogctest master and update http endpoints @@ -48623,7 +57278,7 @@ Alessandro Pasotti 2021-11-25 Funded by: Kanton Solothurn Merge: ff13ed8925e d980871a952 -Loïc Bartoletti 2021-11-25 +Loïc Bartoletti 2021-11-25 Merge pull request #46209 from Koyaani/split-multi-polygon-tests @@ -48922,7 +57577,7 @@ Damiano Lombardi 2021-11-22 Create and initialize QTreeWidgetItems in separate function -Blottiere Paul 2021-11-22 +Paul Blottiere 2021-11-22 Add OGC API Features 1.0 tests in CI @@ -49276,11 +57931,11 @@ Matthias Kuhn 2021-11-14 https://github.com/pipacs/o2/commit/1f9604edbddfadc323ec7801e625a846e262fc59 -vcloarec 2021-11-14 +Vincent Cloarec 2021-11-14 improve robustness of force mesh by line -vcloarec 2021-11-04 +Vincent Cloarec 2021-11-04 allow invalid Z value with transform mesh vertex by expression @@ -49318,15 +57973,15 @@ Nyall Dawson 2021-11-15 the property once during a QgsSymbol startRender instead of once for every feature rendered. -vcloarec 2021-11-12 +Vincent Cloarec 2021-11-12 remove comments -vcloarec 2021-11-12 +Vincent Cloarec 2021-11-12 use QgsFileUtils::ensureFileNameHasExtension -vcloarec 2021-11-12 +Vincent Cloarec 2021-11-12 fix suffix for TIN Mesh creation @@ -49485,7 +58140,7 @@ Nyall Dawson 2021-11-12 Sponsored by North Road, thanks to SLYR Merge: d2bb874e644 0870a8c69ab -signedav 2021-11-11 +David Signer 2021-11-11 Merge pull request #45239 from domi4484/fixNoUpdateOfVirtualFields @@ -49519,7 +58174,7 @@ Nyall Dawson 2021-11-11 Fix warnings -Clemens Raffler 2021-11-10 +Clemens Raffler 2021-11-10 [feature] Port Export to PostgreSQL algorithm to C++ @@ -49919,7 +58574,7 @@ Mathieu Pellerin 2021-11-07 [layouts] Use smooth pixmap transform when rendering picture items -nicogodet 2021-11-06 +Nicolas Godet 2021-11-06 Homogenize toMapLayer function definition @@ -50003,7 +58658,7 @@ Nyall Dawson 2021-11-05 Fixes #24853 -vcloarec 2021-11-04 +Vincent Cloarec 2021-11-04 fix memory like in mesh rasterize processing @@ -50225,7 +58880,7 @@ Antoine Facchini <37629967+Koyaani@users.noreply.github.com> 2021-11-04 Co-authored-by: Nyall Dawson Merge: ac03801f99a f2291066260 -Loïc Bartoletti 2021-11-04 +Loïc Bartoletti 2021-11-04 Merge pull request #45785 from nyalldawson/area_no_geos @@ -50309,7 +58964,7 @@ Sandro Mani 2021-11-03 Set release_gil = True when generating bindings Merge: d3cfad06fe0 40df6ec76bb -Loïc Bartoletti 2021-11-03 +Loïc Bartoletti 2021-11-03 Merge pull request #45845 from nicogodet/fix-db-plugin @@ -50327,7 +58982,7 @@ Nyall Dawson 2021-11-03 always aligned. (Seen when TestQgsZonalStatistics::testNoData() is run) -nicogodet 2021-11-03 +Nicolas Godet 2021-11-03 Add geometryType() method to root Table class @@ -50790,7 +59445,7 @@ Benjamin Jakimow 2021-10-26 fixes #43261 -vcloarec 2021-10-27 +Vincent Cloarec 2021-10-27 fix snapping with mesh editing map tool @@ -50932,14 +59587,14 @@ Benjamin Jakimow 2021-10-26 Signed-off-by: Benjamin Jakimow Merge: 62432ead4b4 8315db4d4e0 -Loïc Bartoletti 2021-10-26 +Loïc Bartoletti 2021-10-26 Merge pull request #45662 from Koyaani/split_ellipse_tests [TEST] Split ellipse tests Merge: b06e136a578 15e214352ad -Loïc Bartoletti 2021-10-26 +Loïc Bartoletti 2021-10-26 Merge pull request #45661 from Koyaani/split_multicurve_tests @@ -51683,7 +60338,7 @@ Nyall Dawson 2021-10-18 Ensure that UUID form widget doesn't try to generate UUIDs which are too long to fit in a string -Etienne Trimaille 2021-09-25 +Etienne Trimaille 2021-09-25 CI - Update release URL when it is a bugfix release @@ -51701,7 +60356,7 @@ Joonalai 2021-10-15 [wfs] use QgsWFSNewConnection instead of QgsNewHttpConnection (fixes #45467) -vcloarec 2021-10-16 +Vincent Cloarec 2021-10-16 fix build without QtWebKit @@ -51709,7 +60364,7 @@ Jürgen E. Fischer 2021-10-17 fix debian/libqgis-dev.install.in (followup 78e46913b45c09ad426794d74b088b3418bdf928) -Etienne Trimaille 2021-10-11 +Etienne Trimaille 2021-10-11 Add API in expression to set help string on a variable @@ -51751,7 +60406,7 @@ Nyall Dawson 2021-10-15 You can get valid/interesting results by setting the reference points outside this range -uclaros 2021-10-14 +Stefanos Natsis 2021-10-14 Enable loading .qlr files as command line parameters @@ -51918,12 +60573,12 @@ Antoine 2021-10-01 split test mehtod -uclaros 2021-10-13 +Stefanos Natsis 2021-10-13 Automatically focus accept button Merge: 6fb2eb9d37c 263b6a56894 -Loïc Bartoletti 2021-10-13 +Loïc Bartoletti 2021-10-13 Merge pull request #45194 from nicogodet/fix-vrectify @@ -51934,7 +60589,7 @@ Basil Eric Rabi 2021-10-13 update RPM patch Merge: 2c18deaa11d e7aedcf94f2 -Loïc Bartoletti 2021-10-12 +Loïc Bartoletti 2021-10-12 Merge pull request #45489 from Koyaani/geometry_checker_highlight_parameter @@ -52027,7 +60682,7 @@ Vincent Cloarec 2021-10-11 fix aggregate functions with mesh virtual dataset group (#45446) Merge: d16cced8820 0b90fdc872d -Loïc Bartoletti 2021-10-11 +Loïc Bartoletti 2021-10-11 Merge pull request #45272 from lbartoletti/geometryvalidator_curve_support @@ -52053,7 +60708,7 @@ Vincent Cloarec 2021-10-11 * allow edit copy of mesh layer Merge: 7a0fb2acdd7 6a717fcf947 -Loïc Bartoletti 2021-10-11 +Loïc Bartoletti 2021-10-11 Merge pull request #42648 from roya0045/fix_mainangle @@ -52067,7 +60722,7 @@ Mathieu Pellerin 2021-10-11 [ui] Fix unmet expectation: when navigating the browser panel via keyboard, hitting return/enter should load focused dataset -Loïc Bartoletti 2021-10-11 +Loïc Bartoletti 2021-10-11 use double @@ -52188,11 +60843,11 @@ Sandro Mani 2021-10-07 Explicitly include PYQT5_SIP_DIR when running sip-build -nicogodet 2021-10-06 +Nicolas Godet 2021-10-06 add tests -nicogodet 2021-10-06 +Nicolas Godet 2021-10-06 fix tiny mistakes @@ -52266,15 +60921,15 @@ Nyall Dawson 2021-10-06 Add text mask -vcloarec 2021-10-05 +Vincent Cloarec 2021-10-05 fix null temporal properties -vcloarec 2021-10-05 +Vincent Cloarec 2021-10-05 fix mesh layer temporal properties when source layer is break -vcloarec 2021-10-05 +Vincent Cloarec 2021-10-05 set default style by global group index @@ -52292,7 +60947,7 @@ Nyall Dawson 2021-10-05 Show "Change Data Source" option for mesh layers right click menu -Samweli 2021-09-09 +Samweli Mwakisambwe 2021-09-09 force downloading wms capabilities when refreshing wms connection items @@ -52357,30 +61012,30 @@ Alessandro Pasotti 2021-09-27 Fixes #45132 -uclaros 2021-10-03 +Stefanos Natsis 2021-10-03 Revert "Export pointOnSurface instead of centroid for gaps, overlaps and area" Revert "Some test adjustments for pointOnSurface" This reverts commits 614d0ca5f02ce7ac5898a12ee8a408218727b570 and e73cba7c34786e236956e581c499cbf7e713e923. -uclaros 2021-09-29 +Stefanos Natsis 2021-09-29 Some test adjustments for pointOnSurface -uclaros 2021-09-29 +Stefanos Natsis 2021-09-29 Default to homePath if path is missing -uclaros 2021-09-29 +Stefanos Natsis 2021-09-29 Store more geometry checker settings -uclaros 2021-09-28 +Stefanos Natsis 2021-09-28 Export pointOnSurface instead of centroid for gaps, overlaps and area -uclaros 2021-09-28 +Stefanos Natsis 2021-09-28 Also export the Value field @@ -52391,7 +61046,7 @@ Nyall Dawson 2021-10-05 Fixes #45190 -Etienne Trimaille 2021-10-05 +Etienne Trimaille 2021-10-05 Processing - Fix the default value the HTTP method @@ -52422,7 +61077,7 @@ Sandro Santilli 2021-10-05 References https://github.com/qgis/QGIS/issues/45380#issuecomment-934531466 -PeterPetrik 2021-10-05 +Peter Petrik 2021-10-05 fix #41870 force UTF-8 encoding for prj files @@ -52486,7 +61141,7 @@ Sandro Mani 2021-10-05 Fix layout legend not showing WMS legend graphics unless image already cached -PeterPetrik 2021-10-05 +Peter Petrik 2021-10-05 fix server build @@ -52497,7 +61152,7 @@ Matthias Kuhn 2021-10-05 Tests - Add read WKB from PostGIS St_Binary -Etienne Trimaille 2021-10-05 +Etienne Trimaille 2021-10-05 Tests - Add read WKB from PostGIS St_Binary @@ -52694,7 +61349,7 @@ D'Hont René-Luc 2021-10-01 [Server] Fix: WMS GetStyles contains previous SLD_BODY requests Merge: 97884adbedb 1bcec6ac388 -Loïc Bartoletti 2021-10-01 +Loïc Bartoletti 2021-10-01 Merge pull request #45020 from lbartoletti/fix_vertextool_zlayer_diff_crs @@ -52712,11 +61367,11 @@ Loïc Bartoletti 2021-09-20 sipify -Loïc Bartoletti 2021-09-20 +Loïc Bartoletti 2021-09-20 add default value -vcloarec 2021-09-17 +Vincent Cloarec 2021-09-17 other approach @@ -52748,7 +61403,7 @@ Alessandro Pasotti 2021-10-01 Remove redundant check Merge: 3dffaa3a052 69b9450c98d -Loïc Bartoletti 2021-10-01 +Loïc Bartoletti 2021-10-01 Merge pull request #45303 from kadas-albireo/master @@ -52816,11 +61471,11 @@ Peter Petrik 2021-09-30 Group widgets in mesh/raster calculator dialogs -PeterPetrik 2021-09-30 +Peter Petrik 2021-09-30 minify svgs -PeterPetrik 2021-09-30 +Peter Petrik 2021-09-30 add icons for rich editor to default theme @@ -52840,7 +61495,7 @@ José de Paula Rodrigues 2021-09-29 ifdef guards to enable tests without qtwebkit -PeterPetrik 2021-09-29 +Peter Petrik 2021-09-29 fix #43042 incorrect PostGIS raster extent on macOS @@ -52937,11 +61592,11 @@ Alessandro Pasotti 2021-09-27 Fixes #45098 -uclaros 2021-09-28 +Stefanos Natsis 2021-09-28 Fix mac build -uclaros 2021-09-28 +Stefanos Natsis 2021-09-28 Properly highlight all selected errors @@ -52964,11 +61619,11 @@ Even Rouault 2021-09-28 Always pass on transform context to providers, even minimal ones -Loïc Bartoletti 2021-09-28 +Loïc Bartoletti 2021-09-28 QgsAdvancedDigitizingDockWidget: convert locale to double (#45064) -Loïc Bartoletti 2021-09-28 +Loïc Bartoletti 2021-09-28 Fix Z/M dimension URI via DB Manager. Fixes #34894 (#45223) @@ -52994,7 +61649,7 @@ Denis Rouzaud 2021-09-28 fix static building of WMS provider (#45294) -nicogodet 2021-09-28 +Nicolas Godet 2021-09-28 Add test on inline_points parameter @@ -53052,7 +61707,7 @@ Nyall Dawson 2021-09-27 Fix some deprecation warnings in tests -vcloarec 2021-09-27 +Vincent Cloarec 2021-09-27 fix ugly code @@ -53170,7 +61825,7 @@ Nyall Dawson 2021-09-24 It can be used for image drivers for formats which don't have a fixed size (e.g. pdf) so that the image is rendered in the desired resolution. -uclaros 2021-09-27 +Stefanos Natsis 2021-09-27 Also reset field precision @@ -53227,7 +61882,7 @@ Even Rouault 2021-09-27 [WFS provider] Honour DCP HTTP URLs for transactions and SQL query builder (fixes #45242) -Loïc Bartoletti 2021-09-27 +Loïc Bartoletti 2021-09-27 Add missing include @@ -53430,7 +62085,7 @@ Antoine 2021-09-22 add method to get parameter description for python script -nicogodet 2021-09-24 +Nicolas Godet 2021-09-24 Add test @@ -53612,15 +62267,15 @@ Loïc Bartoletti 2021-09-23 more const in qgscircle -uclaros 2021-09-18 +Stefanos Natsis 2021-09-18 Test added for topological point on intersection -uclaros 2021-09-18 +Stefanos Natsis 2021-09-18 Cleanup geometry definitions for readability -uclaros 2021-09-17 +Stefanos Natsis 2021-09-17 Add topological points when snapping on intersection @@ -53743,7 +62398,7 @@ Nyall Dawson 2021-09-14 the x/y/z/m constraints to be set (not distance or angle based constraints) -uclaros 2021-09-23 +Stefanos Natsis 2021-09-23 remove debug message from message log @@ -53782,7 +62437,7 @@ Alessandro Pasotti 2021-09-22 Fixes #45192 -vcloarec 2021-09-22 +Vincent Cloarec 2021-09-22 remove commented code @@ -53822,19 +62477,19 @@ Nyall Dawson 2021-09-22 removing the forced include we can avoid a ton of unwanted includes and make wider use of forward declarations... -nicogodet 2021-09-22 +Nicolas Godet 2021-09-22 fix variable -nicogodet 2021-09-22 +Nicolas Godet 2021-09-22 Do not delete outputs of alg -vcloarec 2021-09-22 +Vincent Cloarec 2021-09-22 fallthrough -vcloarec 2021-09-21 +Vincent Cloarec 2021-09-21 Sipify @@ -53852,7 +62507,7 @@ Nyall Dawson 2021-09-22 Newly created annotation layers should inherit project CRS -vcloarec 2021-09-21 +Vincent Cloarec 2021-09-21 Improve force by polyline ui @@ -53892,7 +62547,7 @@ Nyall Dawson 2021-09-21 Fixes #39159 -vcloarec 2021-09-21 +Vincent Cloarec 2021-09-21 fix unwanted Z value widget @@ -53914,7 +62569,7 @@ Nyall Dawson 2021-09-21 Fixes #38377 -vcloarec 2021-09-16 +Vincent Cloarec 2021-09-16 fix force by lines with different CRS @@ -54103,11 +62758,11 @@ Antoine 2021-09-10 split quadrilateral test method -vcloarec 2021-09-20 +Vincent Cloarec 2021-09-20 rename method -vcloarec 2021-09-20 +Vincent Cloarec 2021-09-20 address Loic comment @@ -54128,7 +62783,7 @@ Peter Petrik 2021-09-20 bump qgis-deps in CI and INSTALL -PeterPetrik 2021-09-20 +Peter Petrik 2021-09-20 fix macos build @@ -54147,21 +62802,21 @@ Joonalai 2021-09-17 [processing] log the start time (fix #44292) -vcloarec 2021-09-19 +Vincent Cloarec 2021-09-19 fix face/vertex count during editing -vcloarec 2021-09-19 +Vincent Cloarec 2021-09-19 fix save layer edits action for mesh layer Not updated when back to the mesh layer -vcloarec 2021-09-19 +Vincent Cloarec 2021-09-19 remove unused -vcloarec 2021-09-19 +Vincent Cloarec 2021-09-19 use constraint cad Z value for mesh editing @@ -54172,7 +62827,7 @@ Even Rouault 2021-09-19 fix crash when opening layer properties -vcloarec 2021-09-17 +Vincent Cloarec 2021-09-17 simplify Z value handle @@ -54218,7 +62873,7 @@ Richard Duivenvoorde 2021-09-16 This adds a context menu (right click on the node) to copy the key: value as a string to the clipboard. -uclaros 2021-09-17 +Stefanos Natsis 2021-09-17 Fix drag to zoom @@ -54248,7 +62903,7 @@ Matthias Kuhn 2021-09-17 Make rotate label tool work with label not pinned or dd moved fix #43967 -PeterPetrik 2021-09-17 +Peter Petrik 2021-09-17 bump qgis-deps in CI and INSTALL @@ -54268,7 +62923,7 @@ Julien Cabieces 2021-09-15 Fixes #44799 : fix RelativeStorage config save -vcloarec 2021-09-14 +Vincent Cloarec 2021-09-14 fix 3D mesh terrain when CRS are different from map @@ -54312,11 +62967,11 @@ Julien Cabieces 2021-09-16 Fixes #44270 : Update processing multiple selection widget selection on item reordering -Etienne Trimaille 2021-09-16 +Etienne Trimaille 2021-09-16 Add some const in qgsmetadatawidget.cpp -Etienne Trimaille 2021-09-10 +Etienne Trimaille 2021-09-10 MetadataUrl - Fix some "const" and PR review @@ -54324,19 +62979,19 @@ David Marteau 2021-09-02 MetadataUrls - use unique_ptr -Etienne Trimaille 2021-08-25 +Etienne Trimaille 2021-08-25 MetadataUrls - Add some tests and some fixes -Etienne Trimaille 2021-08-18 +Etienne Trimaille 2021-08-18 UI - Update vector and raster to be able to add many metadata urls on server side -Etienne Trimaille 2021-08-18 +Etienne Trimaille 2021-08-18 Server - Update API to have many metadataUrl for a layer -Etienne Trimaille 2021-08-18 +Etienne Trimaille 2021-08-18 MetadataUrl API : Save and restore in XML @@ -54344,7 +62999,7 @@ David Marteau 2021-08-11 Refactorize server properties -Etienne Trimaille 2021-07-07 +Etienne Trimaille 2021-07-07 Add API for having many metadataUrl on a layer @@ -54429,31 +63084,31 @@ Marco Hugentobler 2021-09-15 Use shorter expression if values in opacity interpolation are both numeric -vcloarec 2021-09-14 +Vincent Cloarec 2021-09-14 send reindex action in the mesh menu -vcloarec 2021-09-14 +Vincent Cloarec 2021-09-14 fix toggling of mesh transform dock widget -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 fix dataset group name when switch editing -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 fix 3D update -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 fix layer extent and vertical extent of dataset group when editing -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 fix cancel/rollback mesh layer editing -vcloarec 2021-09-14 +Vincent Cloarec 2021-09-14 fix #44815 @@ -54540,11 +63195,11 @@ Nyall Dawson 2021-09-13 one layer instead of having to iterate over one combined vector and remove items element-by-element. -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 test -vcloarec 2021-09-13 +Vincent Cloarec 2021-09-13 fix QgsRectangle::include @@ -54702,7 +63357,7 @@ Matthias Kuhn 2021-09-11 Set wait cursor while installing plugin from ZIP -Germap 2021-09-10 +Germán Carrillo 2021-09-10 Use 'with OverrideCursor(Qt.WaitCursor)' block in installer.py @@ -54735,7 +63390,7 @@ Nyall Dawson 2021-09-10 [processing] Add parameter type for annotation layers -Germap 2021-09-10 +Germán Carrillo 2021-09-10 Set wait cursor while installing plugin from ZIP @@ -55155,7 +63810,7 @@ D'Hont René-Luc 2021-09-07 Fixing QgsTileMatrix::tileCenter and add a new unit tests. -Blottiere Paul 2021-09-08 +Paul Blottiere 2021-09-08 Set uri directly from provider connection object @@ -55178,7 +63833,7 @@ Nyall Dawson 2021-09-08 so support the same interaction (snapping, tracing, cad dock, backspace to remove vertices, etc) as drawing vector line/polygon features -Blottiere Paul 2021-09-08 +Paul Blottiere 2021-09-08 Use QgsSettings to save the connecion @@ -55327,7 +63982,7 @@ Sandro Mani 2021-09-03 Remove unused dependencies from mingw docker image -Blottiere Paul 2021-09-07 +Paul Blottiere 2021-09-07 Save connection with path @@ -55732,11 +64387,11 @@ Julien Cabieces 2021-08-26 [CI] Wait for Webdav to be ready -Samweli 2021-09-03 +Samweli Mwakisambwe 2021-09-03 support for WMSC-T layers -Etienne Trimaille 2021-09-03 +Etienne Trimaille 2021-09-03 Small review on the ticket template @@ -55798,7 +64453,7 @@ Vincent Cloarec 2021-09-03 Co-authored-by: Harrissou Sant-anna -Etienne Trimaille 2021-08-27 +Etienne Trimaille 2021-08-27 Add a POST parameter in the FileDownloader processing algorithm @@ -55815,7 +64470,7 @@ Nyall Dawson 2021-08-31 which can be used to manipulate an item (e.g. a bezier curve point, some "smart shape" handle for resizing or rotating an item, etc) -Samweli 2021-09-02 +Samweli Mwakisambwe 2021-09-02 show calendar popup in print layout temporal range datetime inputs @@ -56024,7 +64679,7 @@ Even Rouault 2021-08-28 [Fix][MapTool] Ellipse with M value -Loïc Bartoletti 2021-08-28 +Loïc Bartoletti 2021-08-28 [API][M] Fix capture M (#44782) @@ -56049,7 +64704,7 @@ Harrissou Sant-anna 2021-08-27 Fix typo -Etienne Trimaille 2021-08-27 +Etienne Trimaille 2021-08-27 GH Actions - Remove empty workflow @@ -56135,7 +64790,7 @@ Mathieu Pellerin 2021-08-25 Fix behavior change in addRasterLayer() which leads to georeferencer failing to loaded rasters -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-08-25 +Nicolas Godet 2021-08-25 Correctly set SVG/Raster mode when clicking an existing (#44745) @@ -56194,15 +64849,15 @@ Vincent Cloarec 2021-08-24 * typo -vcloarec 2021-08-22 +Vincent Cloarec 2021-08-22 fix mesh spatial index -vcloarec 2021-08-22 +Vincent Cloarec 2021-08-22 improve test -vcloarec 2021-08-22 +Vincent Cloarec 2021-08-22 fix undo/redo and mesh spatial index during mesh edinting @@ -56333,7 +64988,7 @@ Jürgen E. Fischer 2021-08-23 crssync: write settings to temporary directory (fixes #44793) -Loïc Bartoletti 2021-08-23 +Loïc Bartoletti 2021-08-23 [Fix][MapTool] Fix M support for circle map tool (#43722) @@ -56592,7 +65247,7 @@ Mathieu Pellerin 2021-08-18 [layouts] Fix rendering of dynamic map grids when exporting atlas outside of layout designer -PeterPetrik 2021-08-18 +Peter Petrik 2021-08-18 mdal 0.8.92 @@ -57428,11 +66083,11 @@ Nyall Dawson 2021-08-12 Update src/gui/qgsexpressiontreeview.cpp -uclaros 2021-08-02 +Stefanos Natsis 2021-08-02 Make search case insensitive -uclaros 2021-07-31 +Stefanos Natsis 2021-07-31 Fix searching within function tags @@ -57440,11 +66095,11 @@ Nyall Dawson 2021-08-12 Update src/gui/qgsexpressionstoredialog.h -uclaros 2021-08-04 +Stefanos Natsis 2021-08-04 skip sip -uclaros 2021-08-02 +Stefanos Natsis 2021-08-02 Simplify whitespaces in saved expression labels @@ -57503,7 +66158,7 @@ Nyall Dawson 2021-08-11 More helpful aggregate expression errors in more situations -Etienne Trimaille 2021-07-29 +Etienne Trimaille 2021-07-29 Github template - Add some notes for new profile and plugins @@ -57596,11 +66251,11 @@ Nyall Dawson 2021-08-09 Minor code formatting changes only -- no fixes -Samweli 2021-08-06 +Samweli Mwakisambwe 2021-08-06 set singleFile property inside the QgsLayoutAtlas constructor -Samweli 2021-08-04 +Samweli Mwakisambwe 2021-08-04 fix singleFile property issue @@ -57747,11 +66402,11 @@ Nyall Dawson 2021-08-06 Add utility QgsMapLayerUtils.updateLayerSourcePath for easy replacement of file paths in the source of a file-based layer -uclaros 2021-08-06 +Stefanos Natsis 2021-08-06 Toggle bool variable -uclaros 2021-08-05 +Stefanos Natsis 2021-08-05 Toggle editing on multiple layers @@ -57921,11 +66576,11 @@ Nyall Dawson 2021-08-05 Disable ultra-fragile mesh terrain rendering test on CI -uclaros 2021-08-04 +Stefanos Natsis 2021-08-04 Allow to identify layer groups and all selected layers -uclaros 2021-08-04 +Stefanos Natsis 2021-08-04 Fix sticky buttons in expression builder @@ -58061,7 +66716,7 @@ Nyall Dawson 2021-08-02 Add a formal settings category for GPS settings -Germap 2021-08-02 +Germán Carrillo 2021-08-02 [processing] Fix typo in algorithm description @@ -58753,19 +67408,19 @@ Loïc Bartoletti 2021-07-28 add test for circularstring and closed string -Loïc Bartoletti 2021-07-28 +Loïc Bartoletti 2021-07-28 Update src/core/expression/qgsexpressionfunction.cpp Co-authored-by: Nyall Dawson -Loïc Bartoletti 2021-07-28 +Loïc Bartoletti 2021-07-28 Update resources/function_help/json/sinuosity Co-authored-by: Harrissou Sant-anna -Loïc Bartoletti 2021-07-28 +Loïc Bartoletti 2021-07-28 Update tests/src/core/testqgsexpression.cpp @@ -58826,7 +67481,7 @@ Marco Hugentobler 2021-07-28 Consider srid to avoid mixed geometry errors -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-07-28 +Nicolas Godet 2021-07-28 [CI] Let's try something... (#44398) @@ -58917,7 +67572,7 @@ Loïc Bartoletti 2021-07-26 Use QVariant -Loïc Bartoletti 2021-07-26 +Loïc Bartoletti 2021-07-26 Update src/analysis/processing/qgsalgorithmaddincrementalfield.cpp @@ -59233,7 +67888,7 @@ Denis Rouzaud 2021-07-22 [ci] Qt6 ready + improve workflow + cache testing Docker image -Etienne Trimaille 2021-07-24 +Etienne Trimaille 2021-07-24 Use a form in the issue template @@ -59244,7 +67899,7 @@ Alessandro Pasotti 2021-07-24 [Server][Tests] Extend WMS dimension tests -Etienne Trimaille 2021-07-02 +Etienne Trimaille 2021-07-02 Review the ticket configuration on GitHub @@ -59255,7 +67910,7 @@ Matthias Kuhn 2021-07-24 Avoid recursion in crs validation -vcloarec 2021-07-23 +Vincent Cloarec 2021-07-23 reduce duration of mesh editor test @@ -59263,7 +67918,7 @@ Denis Rouzaud 2021-07-23 fix checking validity of flags in read/write settings/layer properties (#44352) -roya0045 2021-07-23 +Alex 2021-07-23 test @@ -61458,7 +70113,7 @@ D'Hont René-Luc 2021-07-06 Take tile_buffer parameter into consideration when rendering labels -vcloarec 2021-07-04 +Vincent Cloarec 2021-07-04 fix updating disabled scalar dataset group for mesh layer @@ -61502,7 +70157,7 @@ Marco Hugentobler 2021-07-03 Change expected test image -PeterPetrik 2021-07-02 +Peter Petrik 2021-07-02 fix infinite loop in qgsstyle @@ -61931,7 +70586,7 @@ Damiano Lombardi 2021-06-25 MemoryProvider native type is boolean and not bool -Damiano Lombardi 2021-06-25 +Damiano Lombardi 2021-06-25 Update .flake8 @@ -61943,7 +70598,7 @@ Damiano Lombardi 2021-06-24 typeName, the URI returned by vl.publicSource() misses the type information for fields. -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-27 +Nicolas Godet 2021-06-27 exit fillTree() if no log entries @@ -61989,7 +70644,7 @@ Matthias Kuhn 2021-06-25 Minimum flex version 2.6 and a bit of cleanup -Etienne Trimaille 2021-06-03 +Etienne Trimaille 2021-06-03 [CLI] Add --version and -v to know QGIS version @@ -62014,7 +70669,7 @@ Matthias Kuhn 2021-06-25 suppress warnings for generated files -nicogodet 2021-06-25 +Nicolas Godet 2021-06-25 Correct since indent legend (follow #39211) @@ -62277,7 +70932,7 @@ Sandro Mani 2021-06-23 Avoid including QgsWebView from installed header -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-23 +Nicolas Godet 2021-06-23 typo @@ -62625,7 +71280,7 @@ Marco Hugentobler 2021-06-14 [feature]: Possibility to set if newly created project should default to relative or absolute paths -nicogodet 2021-06-21 +Nicolas Godet 2021-06-21 Allow 2 decimals for raster contour intervals @@ -62752,7 +71407,7 @@ Denis Rouzaud 2021-06-21 fixes #43802 -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-21 +Nicolas Godet 2021-06-21 OpenCL log INFO level when device is found @@ -63083,7 +71738,7 @@ Olivier Dalang 2021-05-06 [convert to curve] wip -olivierdalang 2021-05-05 +Olivier Dalang 2021-05-05 [convert to curve] initial implementation @@ -63189,7 +71844,7 @@ Jürgen E. Fischer 2021-06-18 translation update for 3.20.0 from transifex -Blottiere Paul 2021-06-18 +Paul Blottiere 2021-06-18 Use assertNotEqual @@ -63225,43 +71880,43 @@ Martin Dobias 2021-06-17 which was confusing. Also fixes unreported crash when user removed the measurement layer after it was added and the tool was used again. -vcloarec 2021-06-16 +Vincent Cloarec 2021-06-16 test for mesh calculator IF operator and temporal dataset group -vcloarec 2021-06-15 +Vincent Cloarec 2021-06-15 fix mesh calculator IF operator -vcloarec 2021-06-17 +Vincent Cloarec 2021-06-17 fix 3D mesh dataset on faces -Blottiere Paul 2021-06-17 +Paul Blottiere 2021-06-17 Apply suggestions -Blottiere Paul 2021-06-15 +Paul Blottiere 2021-06-15 Add test -Blottiere Paul 2021-06-15 +Paul Blottiere 2021-06-15 Unique ptr -Blottiere Paul 2021-06-15 +Paul Blottiere 2021-06-15 Skip method from sip binding -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Update sip -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Fix TIME on identify for WMS provider -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Move setRequestedTemporalRange in public API @@ -63294,15 +71949,15 @@ Nyall Dawson 2021-06-16 Better docs and examples for QgsGeometryEngine class -nicogodet 2021-06-16 +Nicolas Godet 2021-06-16 add test for odd integer for neighborhood size parameter -PeterPetrik 2021-06-15 +Peter Petrik 2021-06-15 fix linux compilation -PeterPetrik 2021-06-15 +Peter Petrik 2021-06-15 fix #41903 point cloud crash on macos @@ -63373,43 +72028,43 @@ Alessandro Pasotti 2021-06-15 Fix #43741 estract SHP encoding -Blottiere Paul 2021-06-15 +Paul Blottiere 2021-06-15 Apply suggestions -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Update sip -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Add doc -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Add unit test when auxiliary database is empty -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Save qgz without qgd if the auxiliary database is empty -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Clean -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Try to autofix qgz with last version of qgd file -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Retrieve the last valid version of qgd file -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Update modification date even when failing -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Save qgs file even if saving the qgd file is failing @@ -63420,7 +72075,7 @@ Marco Hugentobler 2021-06-15 Fix placement of annotation items in WMS GetMap -nicogodet 2021-06-15 +Nicolas Godet 2021-06-15 fix test @@ -63431,7 +72086,7 @@ Alessandro Pasotti 2021-06-15 Fix missing stats after raster calc output -nicogodet 2021-06-15 +Nicolas Godet 2021-06-15 add test @@ -63516,7 +72171,7 @@ Martin Dobias 2021-06-14 of extra fields. Checked with laz-perf devs and this should be the right approach to get appropriately sized buffer to read points. -vcloarec 2021-06-07 +Vincent Cloarec 2021-06-07 fix crash with 3D mesh terrain @@ -63524,11 +72179,11 @@ Marco Hugentobler 2021-06-14 Black out upper left part of control image -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-14 +Nicolas Godet 2021-06-14 Create r_neighbors.py -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-14 +Nicolas Godet 2021-06-14 Update neighborhood size name @@ -63657,7 +72312,7 @@ Matthias Kuhn 2021-06-11 Add layer validity checks and hints where not to expect nullptr -vcloarec 2021-06-08 +Vincent Cloarec 2021-06-08 fix QgsProcessingParameters::parameterAsInts @@ -63667,23 +72322,23 @@ Vincent Cloarec 2021-06-08 Co-authored-by: Nyall Dawson -vcloarec 2021-06-06 +Vincent Cloarec 2021-06-06 fix rasterize mesh when there is no data -vcloarec 2021-06-06 +Vincent Cloarec 2021-06-06 allow string and number for QgsProcessingParameterMeshDatasetTime -vcloarec 2021-06-06 +Vincent Cloarec 2021-06-06 allow string and number for QgsProcessingParameterMeshDatasetGroup -vcloarec 2021-06-05 +Vincent Cloarec 2021-06-05 fix forgotten test -vcloarec 2021-06-04 +Vincent Cloarec 2021-06-04 fixes for mesh layer processing @@ -64283,7 +72938,7 @@ Marco Hugentobler 2021-06-07 Add test for annotation item -Ivan Ivanov 2021-06-07 +Ivan Ivanov 2021-06-07 Load the default relation editor if the relation editor type setting is not set (#43591) @@ -64304,7 +72959,7 @@ Mathieu Pellerin 2021-06-07 Add the nominatim locator filter in the list of core filters to support default '>' prefix -Blottiere Paul 2021-06-07 +Paul Blottiere 2021-06-07 Add unit test @@ -64323,19 +72978,19 @@ Marco Hugentobler 2021-06-07 Add consts -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Close the dialog before opening error message box -Blottiere Paul 2021-06-04 +Paul Blottiere 2021-06-04 Error string is mutable -Blottiere Paul 2021-06-03 +Paul Blottiere 2021-06-03 Display an error when an auxiliary layer cannot be created -Blottiere Paul 2021-06-03 +Paul Blottiere 2021-06-03 Add a new parameter to retrieve underlying error when creating auxiliary layer @@ -64394,7 +73049,7 @@ Marco Hugentobler 2021-06-06 Fix placement of annotation items in WMS GetMap -PeterPetrik 2021-06-04 +Peter Petrik 2021-06-04 MDAL 0.8.1 @@ -64587,7 +73242,7 @@ Alessandro Pasotti 2021-06-02 Fix unreported missing raster band stats in info panel -AlisterH 2021-06-03 +Alister Hood 2021-06-03 Add tags for gdal_edit processing algorithm (#43484) @@ -64657,7 +73312,7 @@ Julien Cabieces 2021-06-01 [Postgres] Fixes #42778 : don't quote integer array elements to match array_out() -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-06-01 +Nicolas Godet 2021-06-01 fix auto populating when input param is QgsProcessingParameterMapLayer @@ -64895,7 +73550,7 @@ Paul Blottiere 2021-05-31 VERSION is now mandatory in WMS 1.3.0 -Blottiere Paul 2021-05-31 +Paul Blottiere 2021-05-31 VERSION is mandatory for getmap requests in WMS 1.3.0 @@ -64913,7 +73568,7 @@ Denis Rouzaud 2021-05-31 this way it can be easily removed from the PyQGIS API docs -Damiano 2021-05-31 +Damiano Lombardi 2021-05-31 Merge pull request #43452 from domi4484/fixBrokenUnlinkFor1MRelations @@ -64923,29 +73578,29 @@ Even Rouault 2021-05-31 Fix various crashes on a vector layer with a broken provider -vcloarec 2021-05-30 +Vincent Cloarec 2021-05-30 pure QgsMapRendererJob::startPrivate() ans SIP_ABSTRACT -vcloarec 2021-05-30 +Vincent Cloarec 2021-05-30 Update src/core/qgsmaptopixel.h Co-authored-by: Nyall Dawson -vcloarec 2021-05-25 +Vincent Cloarec 2021-05-25 update api_break.dox -vcloarec 2021-05-25 +Vincent Cloarec 2021-05-25 fix mesh terrain -vcloarec 2021-05-24 +Vincent Cloarec 2021-05-24 do not render when map settings are invalid -vcloarec 2021-05-24 +Vincent Cloarec 2021-05-24 invalidate map settings when ... @@ -66036,19 +74691,19 @@ Vincent Cloarec 2021-05-18 Co-authored-by: Paul Blottiere -vcloarec 2021-05-17 +Vincent Cloarec 2021-05-17 fix temporal unit -vcloarec 2021-05-16 +Vincent Cloarec 2021-05-16 remove commented code -vcloarec 2021-05-15 +Vincent Cloarec 2021-05-15 typo and remove unused QgsMeshDatasetGroupStore::setPersistentProvider -vcloarec 2021-05-14 +Vincent Cloarec 2021-05-14 implement setDataSource for mesh layer @@ -66062,7 +74717,7 @@ Alex 2021-05-15 Regroup modeler specific tools in the same group. -Blottiere Paul 2021-05-19 +Paul Blottiere 2021-05-19 Update pyogctest @@ -66150,11 +74805,11 @@ Mathieu Pellerin 2021-05-18 Remove need for GUI to build authentication methods -Blottiere Paul 2021-05-19 +Paul Blottiere 2021-05-19 Clean -Blottiere Paul 2021-05-19 +Paul Blottiere 2021-05-19 Add a unit test @@ -66256,7 +74911,7 @@ Loïc Bartoletti 2021-05-17 Adds a warning when a vertex move has caused the geometry's part count to change by avoid overlaps -Damiano 2021-05-17 +Damiano Lombardi 2021-05-17 Avoid endless sub-RelationEditorWidget creation fix #42952 (#43246) @@ -66533,7 +75188,7 @@ Peter Petrik 2021-05-14 Co-authored-by: Denis Rouzaud -Damiano 2021-05-14 +Damiano Lombardi 2021-05-14 IdentiyResults dialog show JSON data as a tree view @@ -66553,7 +75208,7 @@ Denis Rouzaud 2021-05-14 * fix test -Damiano 2021-05-14 +Damiano Lombardi 2021-05-14 JSON edit clickable links in text view (#43214) @@ -66752,11 +75407,11 @@ D'Hont René-Luc 2021-04-12 The server feature id is a string and can be based on primary key attributes. The server renderer selection method does not take this into account. -Damiano 2021-05-12 +Damiano Lombardi 2021-05-12 Fix warnings and update sip file -Damiano 2021-05-12 +Damiano Lombardi 2021-05-12 Moved label implementation of relation editor widget to attribute form @@ -66772,7 +75427,7 @@ Mathieu Pellerin 2021-05-12 Implement import/export UI -Damiano 2021-05-12 +Damiano Lombardi 2021-05-12 Added missing include QUrl @@ -66887,7 +75542,7 @@ Marco Hugentobler 2021-05-11 Add unit test for label legend -Damiano 2021-05-11 +Damiano Lombardi 2021-05-11 Apply suggestions from code review @@ -67106,7 +75761,7 @@ Mathieu Pellerin 2021-05-09 [FEATURE][offline editing] Handle list of strings and numbers in offline geopackage -Damiano 2021-05-10 +Damiano Lombardi 2021-05-10 Json links wip @@ -67252,7 +75907,7 @@ Mathieu Pellerin 2021-05-09 Add missing documentation -Etienne Trimaille 2021-03-14 +Etienne Trimaille 2021-03-14 Update the flake8 configuration @@ -67485,7 +76140,7 @@ Alessandro Pasotti 2021-05-06 Prefix of the path component of the landing page base URL, default is empty (since QGIS 3.20). -Damiano 2021-05-06 +Damiano Lombardi 2021-05-06 Json edit widget configuration @@ -67570,7 +76225,7 @@ Harrissou Sant-anna 2021-05-05 Remove duplicate word -Damiano 2021-05-05 +Damiano Lombardi 2021-05-05 Initial work on Json edit for attribute form @@ -67606,19 +76261,19 @@ MorriganR 2021-03-08 Fix db login procedure for listener -vcloarec 2021-05-04 +Vincent Cloarec 2021-05-04 address review -vcloarec 2021-05-03 +Vincent Cloarec 2021-05-03 do not use hybrid symbol layer type -vcloarec 2021-04-28 +Vincent Cloarec 2021-04-28 fix indentation and other minor -vcloarec 2021-04-27 +Vincent Cloarec 2021-04-27 interpolated line symbol layer @@ -67762,15 +76417,15 @@ Nedjima Belgacem 2021-05-04 * remove Q_OBJECT -NEDJIMAbelgacem 2021-05-04 +Nedjima Belgacem 2021-05-04 remove the use of QgsCustomPointCloudBlock -NEDJIMAbelgacem 2021-05-03 +Nedjima Belgacem 2021-05-03 code style review -NEDJIMAbelgacem 2021-05-03 +Nedjima Belgacem 2021-05-03 fix misplaced laszip tiles @@ -67834,7 +76489,7 @@ Nyall Dawson 2021-05-04 Add support for reading older ESRI metadata XML -Etienne Trimaille 2021-05-04 +Etienne Trimaille 2021-05-04 Add some Python annotations in qgis.utils @@ -68011,7 +76666,7 @@ Unknown 2021-04-30 single-shot-timers fires only once, non-single-shot-timers fire every timeout milliseconds so in this section non-single-shot-timers seems a little bit annoying for main thread -uclaros 2021-05-01 +Stefanos Natsis 2021-05-01 Fix piecewise crash @@ -68262,11 +76917,11 @@ D'Hont René-Luc 2021-04-29 Update method doc -Damiano 2021-04-29 +Damiano Lombardi 2021-04-29 Removed setting entries from the python api -vcloarec 2021-04-28 +Vincent Cloarec 2021-04-28 fix updating color ramp after loading from file @@ -68320,7 +76975,7 @@ Mathieu Pellerin 2021-04-08 [labeling] Improve curved placement on circular shapes -vcloarec 2021-04-28 +Vincent Cloarec 2021-04-28 allow not continuous legend for mesh layer @@ -68433,7 +77088,7 @@ Loïc Bartoletti 2021-04-27 [BUGFIX] Fixes QgsPostgresProviderConnection::createSpatialIndex. Adds quotedIdentifier to avoid failure when indexName contains 'invalid' characters -Damiano 2021-04-27 +Damiano Lombardi 2021-04-27 Fix docstrings @@ -68498,7 +77153,7 @@ Sandro Santilli 2021-03-30 Fix display of DataType extracted from layer registry -Damiano 2021-04-27 +Damiano Lombardi 2021-04-27 Fix TestQgsProcessing @@ -68528,15 +77183,15 @@ Nyall Dawson 2021-04-27 [DB Manager] Fix layers with Z/M or with CurvePolygon/MultyCurve/... geometry types and No Geometry tables. -uclaros 2021-04-24 +Stefanos Natsis 2021-04-24 Allow disabling parallel/perpendicular with the mouse -uclaros 2021-04-24 +Stefanos Natsis 2021-04-24 Update canvas when switching between parallel and perpendicular -uclaros 2021-04-24 +Stefanos Natsis 2021-04-24 Make "Snap to common angles" checkable to define its state @@ -68588,23 +77243,23 @@ Nyall Dawson 2021-04-22 This probably shouldn't even be here at all... -NEDJIMAbelgacem 2021-04-26 +Nedjima Belgacem 2021-04-26 add URL to provider info -NEDJIMAbelgacem 2021-04-26 +Nedjima Belgacem 2021-04-26 fix WITH_EPT flag usage -uclaros 2021-04-27 +Stefanos Natsis 2021-04-27 Fix anchor point when selected features and when no features near click -uclaros 2021-04-27 +Stefanos Natsis 2021-04-27 Added test -uclaros 2021-04-26 +Stefanos Natsis 2021-04-26 Fix scale tool on different map crs @@ -68635,39 +77290,39 @@ D'Hont René-Luc 2021-04-13 * The setDatasource() methods become non-virtual public method * The virtual private setDataSourcePrivate() method is defined and the provider setDataSource implementations have been moved to this new virtual method -Damiano 2021-04-26 +Damiano Lombardi 2021-04-26 Rebase to current master -Damiano 2021-04-26 +Damiano Lombardi 2021-04-26 QgsSettingsTree widget refresh setting list on show -Damiano 2021-04-25 +Damiano Lombardi 2021-04-25 Python QgsSettingsEnum and Flag unified in QgsSettingsEnumFlag -Damiano 2021-04-20 +Damiano Lombardi 2021-04-20 Added missing QStringLiteral in tests -Damiano 2021-04-22 +Damiano Lombardi 2021-04-22 Moved remaining digitizing settings (enum/flag) -Damiano 2021-04-22 +Damiano Lombardi 2021-04-22 Moved all digitizing settings except Enums and Flags -Damiano 2021-04-21 +Damiano Lombardi 2021-04-21 Enum flag sip -Damiano 2021-04-15 +Damiano Lombardi 2021-04-15 Removed settings struct -Damiano 2021-04-08 +Damiano Lombardi 2021-04-08 Moved most core settings to SettingsEntry @@ -68678,7 +77333,7 @@ Denis Rouzaud 2021-04-26 Settings registry (QEP 124) part two settings introspection -Damiano 2021-04-26 +Damiano Lombardi 2021-04-26 Renamed method addChildSettingsRegistry to appendRegistry @@ -68699,11 +77354,11 @@ Paul Wicks 2021-04-23 zero, but then before the first frame is rendered frame number is incremented. This is a fix for #42932. -uclaros 2021-04-24 +Stefanos Natsis 2021-04-24 Call proper parent deactivate() for QgsMapToolMoveFeature -Damiano 2021-04-26 +Damiano Lombardi 2021-04-26 Apply suggestions from code review @@ -68840,7 +77495,7 @@ Nyall Dawson 2021-04-22 To the "text-style" parent element. -Étienne Trimaille 2021-04-22 +Etienne Trimaille 2021-04-22 Update Python to 3.7 in INSTALL.md @@ -69049,11 +77704,11 @@ Matthias Kuhn 2021-04-20 So far we would only get a KeyError for -1 -Damiano 2021-04-20 +Damiano Lombardi 2021-04-20 Added missing QStringLiteral in tests -Damiano 2021-04-20 +Damiano Lombardi 2021-04-20 Applied suggestions from code review @@ -69065,11 +77720,11 @@ Denis Rouzaud 2021-04-19 macos now always has loader path (#42859) -Damiano 2021-04-19 +Damiano Lombardi 2021-04-19 Advanced settings editor show description for registered settings -Damiano 2021-04-19 +Damiano Lombardi 2021-04-19 Removed move of settings for a separate pr @@ -69078,7 +77733,7 @@ Nyall Dawson 2021-04-19 Fix preview icon of text formats using balloon callouts with top/bottom margins -Damiano 2021-04-19 +Damiano Lombardi 2021-04-19 Moved QgsSettings class in subdir settings @@ -69137,11 +77792,11 @@ Alex 2021-04-18 alt_method & doc -uclaros 2021-04-18 +Stefanos Natsis 2021-04-18 FlatGeobuf is always UTF-8 -Damiano 2021-04-18 +Damiano Lombardi 2021-04-18 Added api to add child settings registries to settings registry @@ -69153,19 +77808,19 @@ Mathieu Pellerin 2021-04-18 [ci] Add lines to better understand changes in labeling engine test (#42844) -Samweli 2021-04-13 +Samweli Mwakisambwe 2021-04-13 fix CI build -Samweli 2021-04-13 +Samweli Mwakisambwe 2021-04-13 fix missing doc annotation -Samweli 2021-04-13 +Samweli Mwakisambwe 2021-04-13 expose WCS in GeoNode provider via data source manager -Samweli 2021-04-12 +Samweli Mwakisambwe 2021-04-12 add support for WCS in GeoNode provider @@ -69175,7 +77830,7 @@ Stefanos Natsis 2021-04-13 Co-authored-by: Matthias Kuhn -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Only transpose mid marker when one endpoint is outside the visible extent @@ -69191,7 +77846,7 @@ Sebastian <18557959+fiddlersfan@users.noreply.github.com> 2021-04-16 switch from baseName to completeBaseName -Blottiere Paul 2021-04-17 +Paul Blottiere 2021-04-17 Upgrade pyogctest and use embedded data for wms 1.3.0 testsuite @@ -69199,19 +77854,19 @@ Tom Kralidis 2021-04-17 [MetaSearch] mask password when opening connection properties dialog (#42760) (#42767) -Damiano 2021-04-16 +Damiano Lombardi 2021-04-16 testqgssettingsregistry -Damiano 2021-04-15 +Damiano Lombardi 2021-04-15 Removed settings struct -Damiano 2021-04-08 +Damiano Lombardi 2021-04-08 Added QgsSettingsRegistry base class -Damiano 2021-04-08 +Damiano Lombardi 2021-04-08 Moved most core settings to SettingsEntry @@ -69277,7 +77932,7 @@ Alessandro Pasotti 2021-04-15 [PostgreSQL] fix ROUND expression -Damiano 2021-04-15 +Damiano Lombardi 2021-04-15 Changed SettingsType to scoped enum @@ -69307,7 +77962,7 @@ Alessandro Pasotti 2021-04-15 [Server] QgsServerFeatureId use combine expression in update feature request -Damiano 2021-04-14 +Damiano Lombardi 2021-04-14 Added functionality to override default value for settings entries @@ -69318,15 +77973,15 @@ Sandro Santilli 2021-04-14 In these cases the GEOS_VERSION_PATCH ends with a non-numeric element, like "2dev". This patch extract an integer from it. -Damiano 2021-04-14 +Damiano Lombardi 2021-04-14 Fixed trailing space -Damiano 2021-04-14 +Damiano Lombardi 2021-04-14 Added support for settings with keys with multiple dynamic parts -Damiano 2021-04-14 +Damiano Lombardi 2021-04-14 Removed Settings struct / unified Enum/Flag logic in one base class @@ -69341,7 +77996,7 @@ Even Rouault 2021-04-13 [Coverage] QgsTriangle -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 change render policy to Always when it needs to be @@ -69612,150 +78267,150 @@ Matthias Kuhn 2021-04-08 Open a specific page in the layer properties dialog using the iface instance -NEDJIMAbelgacem 2021-04-07 +Nedjima Belgacem 2021-04-07 fix spelling -NEDJIMAbelgacem 2021-04-07 +Nedjima Belgacem 2021-04-07 set more appropriate layer name -NEDJIMAbelgacem 2021-04-07 +Nedjima Belgacem 2021-04-07 classify the QgsPointCloudAttributeByRampRenderer color ramp shader by default -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 Fix hierarchy loading -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 Use istringstream instead of creating a temp file -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 Add goupSize explanation -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 switch to use QTemporaryFile -NEDJIMAbelgacem 2021-04-05 +Nedjima Belgacem 2021-04-05 change the point budge to qint64 and double spin box -NEDJIMAbelgacem 2021-04-03 +Nedjima Belgacem 2021-04-03 fix tests -NEDJIMAbelgacem 2021-04-03 +Nedjima Belgacem 2021-04-03 Add QgsFeedback to handle canceling rendering -NEDJIMAbelgacem 2021-04-03 +Nedjima Belgacem 2021-04-03 revert qgsfiledownloader changes -NEDJIMAbelgacem 2021-04-03 +Nedjima Belgacem 2021-04-03 Fix the use of the same file name in decompressLaz Fix block ownership issue -NEDJIMAbelgacem 2021-04-01 +Nedjima Belgacem 2021-04-01 Fix node children and hasNode bug Add caching for network requests Fix requesting a file that is clearly not in the server -NEDJIMAbelgacem 2021-04-01 +Nedjima Belgacem 2021-04-01 fix bug with nodes count is small -NEDJIMAbelgacem 2021-04-01 +Nedjima Belgacem 2021-04-01 make the loading then rendering steps done on a group basis -NEDJIMAbelgacem 2021-04-01 +Nedjima Belgacem 2021-04-01 add /ept.json is missing message box and refactor nodeData -NEDJIMAbelgacem 2021-03-30 +Nedjima Belgacem 2021-03-30 fix layout -NEDJIMAbelgacem 2021-03-30 +Nedjima Belgacem 2021-03-30 Address Martin reviews -NEDJIMAbelgacem 2021-03-30 +Nedjima Belgacem 2021-03-30 remove qDebug -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 Try to compilation errors -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 refactor schema and manifest loading -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 make QgsRemoteEptPointCloudIndex derive from QgsEptPointCloudIndex -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 fix temporary file path -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 On demand hierarchy loading in remote EPT -NEDJIMAbelgacem 2021-03-29 +Nedjima Belgacem 2021-03-29 Address reviews -NEDJIMAbelgacem 2021-03-26 +Nedjima Belgacem 2021-03-26 remove unnecessary changes -NEDJIMAbelgacem 2021-03-26 +Nedjima Belgacem 2021-03-26 address reviews -NEDJIMAbelgacem 2021-03-26 +Nedjima Belgacem 2021-03-26 remove the use of dataSourceType -NEDJIMAbelgacem 2021-03-24 +Nedjima Belgacem 2021-03-24 add missing ifdef -NEDJIMAbelgacem 2021-03-24 +Nedjima Belgacem 2021-03-24 fix cpp check -NEDJIMAbelgacem 2021-03-24 +Nedjima Belgacem 2021-03-24 fix spelling -NEDJIMAbelgacem 2021-03-24 +Nedjima Belgacem 2021-03-24 add license -NEDJIMAbelgacem 2021-03-24 +Nedjima Belgacem 2021-03-24 fix docs -NEDJIMAbelgacem 2021-03-23 +Nedjima Belgacem 2021-03-23 fix UI -NEDJIMAbelgacem 2021-03-23 +Nedjima Belgacem 2021-03-23 UI initial implementation for remote ept files -NEDJIMAbelgacem 2021-03-21 +Nedjima Belgacem 2021-03-21 initial implementation of remote ept @@ -69770,7 +78425,7 @@ Alessandro Pasotti 2021-04-08 Server landing page - update minified version -Damiano 2021-04-08 +Damiano Lombardi 2021-04-08 Fixed min negative value for QgsSettingsEntryDouble @@ -69827,17 +78482,17 @@ Alessandro Pasotti 2021-04-07 Followup to #41539 -Damiano 2021-04-07 +Damiano Lombardi 2021-04-07 Python implementation for QgsSettingsEntryEnum/Flag and fixed docstrings -Ivan Ivanov 2021-04-07 +Ivan Ivanov 2021-04-07 Update python/gui/auto_generated/qgisinterface.sip.in Co-authored-by: Matthias Kuhn -Ivan Ivanov 2021-04-07 +Ivan Ivanov 2021-04-07 Update src/gui/qgisinterface.h @@ -69862,7 +78517,7 @@ Vincent Cloarec 2021-04-07 fix MSSQL extent in geometry table (#42684) -vcloarec 2021-04-07 +Vincent Cloarec 2021-04-07 fix Z value of circular string if parent tool has curve and tests @@ -69954,11 +78609,11 @@ Nyall Dawson 2021-04-06 multiple times. By caching the first result we gain a big speed bump for complex labeling problems. -vcloarec 2021-04-06 +Vincent Cloarec 2021-04-06 check/uncheck all MSSQL schemas -uclaros 2021-04-06 +Stefanos Natsis 2021-04-06 Add snapping support to scale feature tool @@ -69966,11 +78621,11 @@ Ivan Ivanov 2021-04-06 Open a specific page in the layer properties dialog using the iface instance -Damiano 2021-04-06 +Damiano Lombardi 2021-04-06 Fix default value -vcloarec 2021-04-05 +Vincent Cloarec 2021-04-05 fix #42626 @@ -70014,7 +78669,7 @@ Nyall Dawson 2021-04-05 [pal] Cleanup more code -Damiano 2021-04-05 +Damiano Lombardi 2021-04-05 Added python tests for settings entries classes @@ -70162,35 +78817,35 @@ Jürgen E. Fischer 2021-04-01 translation string fix -vcloarec 2021-03-30 +Vincent Cloarec 2021-03-30 const and typo -vcloarec 2021-03-26 +Vincent Cloarec 2021-03-26 typo and fix active face -vcloarec 2021-03-26 +Vincent Cloarec 2021-03-26 remove deprecated QBufferDataGenerator and optimize 3d mesh dataset -Damiano 2021-04-01 +Damiano Lombardi 2021-04-01 no more hand modified sip files -Damiano 2021-03-31 +Damiano Lombardi 2021-03-31 Added QgsSettingsEntryBase and value() is now typed according to setting -Damiano 2021-03-31 +Damiano Lombardi 2021-03-31 Sip part running -Damiano 2021-03-30 +Damiano Lombardi 2021-03-30 static inline settings -Damiano 2021-03-15 +Damiano Lombardi 2021-03-15 Fixes typos and banned keywords @@ -70202,11 +78857,11 @@ Damiano Lombardi 2021-03-12 Added macros for settings definition -Damiano 2021-03-10 +Damiano Lombardi 2021-03-10 Corrected keys placeholders -Damiano 2021-03-10 +Damiano Lombardi 2021-03-10 SettingsEntry new methods exists and remove @@ -70226,51 +78881,51 @@ Nyall Dawson 2021-04-01 Optimise rendering by skipping variable set when not required -uclaros 2021-03-28 +Stefanos Natsis 2021-03-28 Handle rest of enum cases instead of using default -uclaros 2021-03-27 +Stefanos Natsis 2021-03-27 Fix typo -uclaros 2021-02-27 +Stefanos Natsis 2021-02-27 Added missing OperationResult, removed unused ones -uclaros 2021-02-27 +Stefanos Natsis 2021-02-27 Handle OperationResults in add part map tool -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Properly handle unselected features with snapping -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Optimize feature iteration -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Repair docstrings -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Use QgsGeometry::rotate() -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Added test -uclaros 2021-03-28 +Stefanos Natsis 2021-03-28 Fix geometries in existing tests -uclaros 2021-03-28 +Stefanos Natsis 2021-03-28 Clear cad dock widget -uclaros 2021-03-21 +Stefanos Natsis 2021-03-21 Rotate tool upgrades @@ -70370,7 +79025,7 @@ Richard Duivenvoorde 2021-03-31 Never prefetch tiled OWS layers -vcloarec 2021-03-31 +Vincent Cloarec 2021-03-31 fix path to qgsrasterbandcombobox in ui file @@ -70465,19 +79120,19 @@ Nyall Dawson 2021-03-30 The PyQGIS documentation for this workflow was very poorly documented -uclaros 2021-03-29 +Stefanos Natsis 2021-03-29 Added test -uclaros 2021-03-20 +Stefanos Natsis 2021-03-20 Update tooltip title -uclaros 2021-03-18 +Stefanos Natsis 2021-03-18 Added usage info to vertex tool tooltip -uclaros 2021-03-15 +Stefanos Natsis 2021-03-15 Use alt to select vertices by polygon @@ -70521,7 +79176,7 @@ MorriganR 2021-03-19 Combining simple Postgres queries. -uclaros 2021-03-30 +Stefanos Natsis 2021-03-30 Report missing spatial index as warning instead of error @@ -70607,7 +79262,7 @@ Nyall Dawson 2021-03-30 [api] Allow the text and icon for the 'empty layer' option in QgsMapLayerComboBox to be customised -uclaros 2021-03-30 +Stefanos Natsis 2021-03-30 Fix geometries in maptoolmovefeature tests @@ -70682,7 +79337,7 @@ Vincent Cloarec 2021-03-28 Co-authored-by: Nyall Dawson -vcloarec 2021-03-26 +Vincent Cloarec 2021-03-26 fix mesh 3D level of detail slide bar @@ -70904,7 +79559,7 @@ Matthias Kuhn 2021-03-24 for utf-16 surrogates Do we care? If yes, we need to switch all members of QgsNumericFormatContext to QString -signedav 2021-03-26 +David Signer 2021-03-26 Fix GUI on layout attributetable widget enabling/disabling geometry filter options (#41668) @@ -71182,11 +79837,11 @@ Nyall Dawson 2021-03-24 Add method to merge a list of possibly non-contigous date/datetime ranges -uclaros 2021-03-23 +Stefanos Natsis 2021-03-23 Use shift+middle mouse as a universal drag-zoom -Loïc Bartoletti 2021-03-25 +Loïc Bartoletti 2021-03-25 [API] qgsDoubleToString new fix to avoid printing -0 (#42435) @@ -71227,7 +79882,7 @@ Matthias Kuhn 2021-03-24 Initializing a QString with an enum is nonsense -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-03-25 +Nicolas Godet 2021-03-25 Fix GDAL overwrite and some minor fixes (#42447) @@ -71591,7 +80246,7 @@ Denis Rouzaud 2021-03-22 [pyqgis] move constructor docstring after the class docstring -Damiano 2021-03-22 +Damiano Lombardi 2021-03-22 Fix doc and remove QOverload @@ -71620,7 +80275,7 @@ Matthias Kuhn 2021-03-22 Fix QgsAbstractRelationEditorWidget inconsistency NmRelation / NmRelationId -Damiano 2021-03-22 +Damiano Lombardi 2021-03-22 Set missing nm relation for QgsAbstractRelationEditorConfigWidget @@ -71885,7 +80540,7 @@ Nyall Dawson 2021-03-20 [feature] Add new "balloon" (speech bubble) callout style -vcloarec 2021-03-20 +Vincent Cloarec 2021-03-20 add temporal controller ui file to GUI_UI headers @@ -71909,7 +80564,7 @@ Nyall Dawson 2021-03-21 Definitely no more Q_FOREACH -uclaros 2021-03-20 +Stefanos Natsis 2021-03-20 Update tooltips for scale and rotate features tools @@ -72105,14 +80760,14 @@ Matthias Kuhn 2021-03-18 Avoid misleading debug output "Invalid relation: no ID" -Damiano 2021-03-18 +Damiano Lombardi 2021-03-18 Fix relation editor widget not visible if n:m relation name is empty (#42312) Check relations for equality by Id instead of name and check only if the relation in context is valid. -Damiano 2021-03-18 +Damiano Lombardi 2021-03-18 Avoid misleading debug output "Invalid relation: no ID" @@ -72133,7 +80788,7 @@ Alessandro Pasotti 2021-03-18 Fix WMS control images -Damiano 2021-03-18 +Damiano Lombardi 2021-03-18 Added two missing calls (afterSetRelations and updateUi) @@ -72220,7 +80875,7 @@ Nyall Dawson 2021-03-17 For large geometries the total vertex count was being calculated once per vertex, resulting in a lot of unnecessary extra work -Damiano 2021-03-17 +Damiano Lombardi 2021-03-17 Fix QgsAbstractRelationEditorWidget redondancy mNmRelation/nNmRelationId @@ -72347,7 +81002,7 @@ Nyall Dawson 2021-03-16 Fix wrong list of layers in Rasterize alg (Convert map to raster) -Damiano 2021-03-16 +Damiano Lombardi 2021-03-16 Apply suggestions from code review @@ -72400,27 +81055,27 @@ Nyall Dawson 2021-03-16 on the layer's actual geometry type, and disable the option for single-point layers -Damiano 2021-03-15 +Damiano Lombardi 2021-03-15 Added missing calls to updateUi hook -uclaros 2021-03-12 +Stefanos Natsis 2021-03-12 Also select row with largest feature so it gets highlighted -uclaros 2021-03-12 +Stefanos Natsis 2021-03-12 Also support MultiPoints -uclaros 2021-03-12 +Stefanos Natsis 2021-03-12 Updated icon -uclaros 2021-03-12 +Stefanos Natsis 2021-03-12 Fix label wording -uclaros 2021-03-11 +Stefanos Natsis 2021-03-11 Added button to select attributes from largest geometry when merging features @@ -72753,7 +81408,7 @@ Harrissou Sant-anna 2021-03-10 Alias json_to_map and map_to_json functions -uclaros 2021-03-10 +Stefanos Natsis 2021-03-10 Add 'NULL' to autocomplete list in expression editor @@ -72777,7 +81432,7 @@ Paul Blottiere 2021-03-10 Geographic extent storing -Blottiere Paul 2021-03-10 +Paul Blottiere 2021-03-10 Update doc to 3.20 @@ -72796,71 +81451,71 @@ Mathieu Pellerin 2021-03-10 Enable the use of the browse button for spatialite provider in missing layer dialog -Blottiere Paul 2021-01-29 +Paul Blottiere 2021-01-29 Update doc -Blottiere Paul 2021-01-29 +Paul Blottiere 2021-01-29 Add unit tests -Blottiere Paul 2020-12-10 +Paul Blottiere 2020-12-10 Invalidate wgs84 extent when setting a transform context -Blottiere Paul 2020-12-10 +Paul Blottiere 2020-12-10 WGS84 extent is null if the extent is null -Blottiere Paul 2020-12-09 +Paul Blottiere 2020-12-09 mExtent is private -Blottiere Paul 2020-12-09 +Paul Blottiere 2020-12-09 Add log message -Blottiere Paul 2020-12-09 +Paul Blottiere 2020-12-09 Some renaming -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 More const -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 Fix OGC tests -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 Add doc -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 Fix condition -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 Update doc -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 const -Blottiere Paul 2020-12-04 +Paul Blottiere 2020-12-04 Add an actual parameter to geographicExtent to bypass the trust option -Blottiere Paul 2020-12-03 +Paul Blottiere 2020-12-03 Use the geographicExtent from map layer to avoid an unnecessary computation when possible -Blottiere Paul 2020-12-03 +Paul Blottiere 2020-12-03 Read the geographic extent only when the trust option is activated -Blottiere Paul 2020-12-03 +Paul Blottiere 2020-12-03 Read the geographic extent from project @@ -72888,7 +81543,7 @@ Nyall Dawson 2021-03-10 Fix broken bad layer handler dialog -vcloarec 2021-03-09 +Vincent Cloarec 2021-03-09 move projVersionMajor to cpp @@ -72982,11 +81637,11 @@ Paul Blottiere 2021-03-09 Use the lowest version in wms negotiation -Blottiere Paul 2021-03-09 +Paul Blottiere 2021-03-09 Add unit test -Blottiere Paul 2021-03-09 +Paul Blottiere 2021-03-09 Update wms parameters construction @@ -73015,11 +81670,11 @@ Nyall Dawson 2021-03-09 They are only used for geospatial data in extremely rare cases and are predominantly just noise in the browser -Blottiere Paul 2021-03-09 +Paul Blottiere 2021-03-09 Fix unit test -Blottiere Paul 2021-03-09 +Paul Blottiere 2021-03-09 Fix @@ -73037,107 +81692,107 @@ Alessandro Pasotti 2021-03-09 Co-authored-by: Nyall Dawson -Blottiere Paul 2021-02-19 +Paul Blottiere 2021-02-19 Default operator -Blottiere Paul 2021-02-19 +Paul Blottiere 2021-02-19 Update doc for QgsWmsRequest -Blottiere Paul 2021-02-19 +Paul Blottiere 2021-02-19 Operator -Blottiere Paul 2021-02-18 +Paul Blottiere 2021-02-18 Add some doc -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getprint -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getlegendgraphics -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update describelayer -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getstyle -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getcontext -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getfeature info request -Blottiere Paul 2021-02-12 +Paul Blottiere 2021-02-12 Update getmap request -Blottiere Paul 2021-02-11 +Paul Blottiere 2021-02-11 Use the new class in dxf writer -Blottiere Paul 2021-02-11 +Paul Blottiere 2021-02-11 Use the new WMS request class in getcapabilities -Blottiere Paul 2021-02-11 +Paul Blottiere 2021-02-11 Add unit test -Blottiere Paul 2021-02-11 +Paul Blottiere 2021-02-11 Add a WMS request class -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Minor clean -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Add more tests -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 The capabilities request is managed in parameters class -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Add more tests -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Version 1.3.0 is always used in case of GetProjectSettings request -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Spell check -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Clear executeRequest -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Add unit tests -Blottiere Paul 2021-02-10 +Paul Blottiere 2021-02-10 Version number negociation in parameters -Blottiere Paul 2021-02-05 +Paul Blottiere 2021-02-05 Use the lowest version -Germap 2021-03-08 +Germán Carrillo 2021-03-08 Update README.md @@ -73447,11 +82102,11 @@ Alessandro Pasotti 2021-03-08 Funded by Gis3W https://www.gis3w.it -Blottiere Paul 2021-03-08 +Paul Blottiere 2021-03-08 Add unit test -Blottiere Paul 2021-03-08 +Paul Blottiere 2021-03-08 Return a query with encoded + sign @@ -73483,7 +82138,7 @@ Harrissou Sant-anna 2021-03-08 Update hstore_to_map example output -Blottiere Paul 2021-03-07 +Paul Blottiere 2021-03-07 Update WMS parameters cst @@ -73524,7 +82179,7 @@ Andrea Giudiceandrea 2021-03-07 Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of the extent string -Blottiere Paul 2021-03-07 +Paul Blottiere 2021-03-07 Add a unit test for GetStyle @@ -73538,23 +82193,23 @@ Matthias Kuhn 2021-03-05 This enables us to render symbols differently in different legends -Blottiere Paul 2021-03-05 +Paul Blottiere 2021-03-05 Use serverParameters instead of query -Blottiere Paul 2021-03-05 +Paul Blottiere 2021-03-05 Set parameters to context -Blottiere Paul 2021-03-02 +Paul Blottiere 2021-03-02 Remove unnecessary indents -Blottiere Paul 2021-03-02 +Paul Blottiere 2021-03-02 Use wms context -Blottiere Paul 2021-03-02 +Paul Blottiere 2021-03-02 Clean GetStyle @@ -73926,7 +82581,7 @@ talledodiego <38036285+talledodiego@users.noreply.github.com> 2021-03-03 [gdal] rasterize - Include the possibility to use Z of feature to extract burn values -nicogodet <39594821+nicogodet@users.noreply.github.com> 2021-03-03 +Nicolas Godet 2021-03-03 QgsCellStatisticsAlgorithm::name() should not return a translatable string. @@ -74017,43 +82672,43 @@ Alessandro Pasotti 2021-03-01 typo -NEDJIMAbelgacem 2021-02-27 +Nedjima Belgacem 2021-02-27 Address reviews -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 Try to enable testMeshSimplified in CI -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 add enabling/disabling screen capturing -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 only render image once for each frame when exporting animations -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 push frame graph and requestCaptureImage up into QgsAbstract3DEngine -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 switch to using offscreen engine for saveAsImage tool -NEDJIMAbelgacem 2021-02-24 +Nedjima Belgacem 2021-02-24 try setting up default surface format -NEDJIMAbelgacem 2021-02-23 +Nedjima Belgacem 2021-02-23 fix tests -NEDJIMAbelgacem 2021-02-23 +Nedjima Belgacem 2021-02-23 add docs and fix unused parameter -NEDJIMAbelgacem 2021-02-23 +Nedjima Belgacem 2021-02-23 fix shadow and EDL not being exported in animations @@ -74169,7 +82824,7 @@ Harrissou Sant-anna 2021-02-28 Fix badge url -uclaros 2021-02-28 +Stefanos Natsis 2021-02-28 Allow some derived attributes in non single click identify @@ -74694,7 +83349,7 @@ Denis Rouzaud 2021-02-24 update badges -Damiano 2021-02-24 +Damiano Lombardi 2021-02-24 array_count, array_prioritize, array_replace added to expressions (#41338) @@ -75406,7 +84061,7 @@ Nyall Dawson 2021-02-19 Causes (among other things) null field values from ogr to be treated as 0 numeric values intead of the default value. -uclaros 2021-02-18 +Stefanos Natsis 2021-02-18 Disable avoid overlap for all new projects @@ -75512,19 +84167,19 @@ Patrice Pineault 2021-02-16 Added my name to the contributors map -NEDJIMAbelgacem 2021-02-14 +Nedjima Belgacem 2021-02-14 add point cloud elevation calibration button -NEDJIMAbelgacem 2021-02-14 +Nedjima Belgacem 2021-02-14 add label for the point cloud size below point budget -Samweli 2021-02-16 +Samweli Mwakisambwe 2021-02-16 rebased on master and addressed review comments -Samweli 2021-02-15 +Samweli Mwakisambwe 2021-02-15 add support for plugin dialogs raster layer properties @@ -75650,7 +84305,7 @@ Alessandro Pasotti 2021-02-15 Fixes #41436 Merge: 93910ea3585 2942bc3bf80 -signedav 2021-02-15 +David Signer 2021-02-15 Merge pull request #41532 from signedav/fix_virtual_request_crash @@ -75660,7 +84315,7 @@ Jürgen E. Fischer 2021-02-15 fix translation strings -signedav 2021-02-15 +David Signer 2021-02-15 set mRectEngine on filterType FilterFid as well and check the mRectEnginge in case of ExactIntersect and FilterFid to avoid crash @@ -75674,7 +84329,7 @@ Nyall Dawson 2021-02-15 were stuck with the default black solid line symbol (which could be totally unreadable on dark backgrounds...) -Damiano 2021-02-15 +Damiano Lombardi 2021-02-15 Added some tests with strings @@ -75682,7 +84337,7 @@ Denis Rouzaud 2021-02-15 do not build release-3_10 docker images anymore -Damiano 2021-02-15 +Damiano Lombardi 2021-02-15 Apply suggestions from code review @@ -75736,7 +84391,7 @@ Harrissou Sant-anna 2021-02-13 Fix example in help of format function -uclaros 2021-02-14 +Stefanos Natsis 2021-02-14 Make recent expression labels single line @@ -75861,11 +84516,11 @@ Alessandro Pasotti 2021-02-12 Editing buffer passthrough -signedav 2021-02-12 +David Signer 2021-02-12 fixes crash on doing a feature request with filterType FilterFid and the falag ExactInteresect since the mRectEngine is null on filterType FilterFid -SrNetoChan 2021-02-12 +Alexandre Neto 2021-02-12 Improve icons based on reviews @@ -75960,7 +84615,7 @@ Harrissou Sant-anna 2021-02-12 Update and harmonize tooltip style of labels tool -Étienne Trimaille 2021-02-12 +Etienne Trimaille 2021-02-12 Update badge from Travis to GH Action @@ -76219,7 +84874,7 @@ Nyall Dawson 2021-02-11 Add "octagon", "asterisk" and "square with corners" shapes to simple marker available shapes -SrNetoChan 2021-02-11 +Alexandre Neto 2021-02-11 New icons @@ -76337,7 +84992,7 @@ Nyall Dawson 2021-02-10 Enable PDAL on CI -NEDJIMAbelgacem 2021-02-10 +Nedjima Belgacem 2021-02-10 address reviews @@ -76347,73 +85002,73 @@ Nedjima Belgacem 2021-02-09 Co-authored-by: Nyall Dawson -NEDJIMAbelgacem 2021-02-09 +Nedjima Belgacem 2021-02-09 add the indexed laz file name to task name -NEDJIMAbelgacem 2021-02-09 +Nedjima Belgacem 2021-02-09 simple static queue for indexing -Damiano 2021-02-10 +Damiano Lombardi 2021-02-10 Apply suggestions from code review Co-authored-by: Harrissou Sant-anna -NEDJIMAbelgacem 2021-02-10 +Nedjima Belgacem 2021-02-10 remove sorting nodes in 2D renderering -NEDJIMAbelgacem 2021-02-09 +Nedjima Belgacem 2021-02-09 fix point budget to work properly with max SSE -NEDJIMAbelgacem 2021-02-07 +Nedjima Belgacem 2021-02-07 use one spinbox instead of a slider -NEDJIMAbelgacem 2021-02-07 +Nedjima Belgacem 2021-02-07 return maximum screen space in 3D -NEDJIMAbelgacem 2021-02-07 +Nedjima Belgacem 2021-02-07 remove point budget approach from 2D rendering -NEDJIMAbelgacem 2021-02-07 +Nedjima Belgacem 2021-02-07 remove primitiveCount and primitiveBudget from chunk loader -NEDJIMAbelgacem 2021-02-07 +Nedjima Belgacem 2021-02-07 fix additive strategy and speed up requestResidency ordering -Belgacem 2021-01-31 +Nedjima Belgacem 2021-01-31 fix indent -Belgacem 2021-01-31 +Nedjima Belgacem 2021-01-31 fix tests -Belgacem 2021-01-30 +Nedjima Belgacem 2021-01-30 make point cloud rendering better and make UI for point budget -Belgacem 2021-01-29 +Nedjima Belgacem 2021-01-29 change to probably better approach -Belgacem 2021-01-28 +Nedjima Belgacem 2021-01-28 probably working but 90% sure there are bugs -Belgacem 2021-01-25 +Nedjima Belgacem 2021-01-25 experiments with point budget -Belgacem 2021-01-24 +Nedjima Belgacem 2021-01-24 implementation of point budget in 2D @@ -76498,7 +85153,7 @@ Denis Rouzaud 2021-02-09 avoid name conflicts across forks for the workflow cache -Damiano 2021-02-09 +Damiano Lombardi 2021-02-09 Fixed typo @@ -76506,7 +85161,7 @@ Denis Rouzaud 2021-02-09 fix caching of deps in mac workflow (#41440) -Damiano 2021-02-09 +Damiano Lombardi 2021-02-09 array_mode renamed back to array_majority @@ -76568,11 +85223,11 @@ Alex 2021-01-16 fix signal and don't silently save on close -roya0045 2021-01-15 +Alex 2021-01-15 GPC point fixes -vcloarec 2021-02-08 +Vincent Cloarec 2021-02-08 minimalist smooth mesh rendering when pan/zoom for mesh layer @@ -77607,7 +86262,7 @@ Julien Cabieces 2021-02-05 * Fixes #40503 : Prevent integer overflow for long long in virtual layer -vcloarec 2021-02-04 +Vincent Cloarec 2021-02-04 fix mesh legend @@ -77628,7 +86283,7 @@ Nyall Dawson 2021-02-04 reset to autogenerated ones. Merge: a2bc59798f2 3fdc2518431 -signedav 2021-02-04 +David Signer 2021-02-04 Merge pull request #41345 from signedav/relation_naming @@ -77642,7 +86297,7 @@ Damiano Lombardi 2021-02-04 Corrected spelling -Damiano 2021-02-04 +Damiano Lombardi 2021-02-04 array_mode new parameter merge @@ -77656,22 +86311,22 @@ justinbb 2021-02-04 Use GDALWarpOperation::ChunkAndWarpMulti() to use multithread I/O and computation. Will not bring major improvements but can help a bit -Tomas Mizera 2021-02-04 +Tomas Mizera 2021-02-04 fix ios build adding new component (#41353) -Damiano 2021-02-04 +Damiano Lombardi 2021-02-04 Fix arrax mode/majority confusion https://github.com/qgis/QGIS/pull/40364#issuecomment-752096652 Refences #33302 -signedav 2021-02-03 +David Signer 2021-02-03 fix naming confusion with refernced (parent) and referencing (child -SrNetoChan 2021-02-03 +Alexandre Neto 2021-02-03 Fix locale problem in graduated symmetric classification option @@ -77816,7 +86471,7 @@ Mathieu Pellerin 2021-02-02 [gdal] Add open options support to gain dataset flexibility / fixes -tomasMizera 2021-02-01 +Tomas Mizera 2021-02-01 quick add reuse last value option @@ -77857,7 +86512,7 @@ Nyall Dawson 2021-01-28 Given that SAP supports the connection api, this should just work -uclaros 2021-01-31 +Stefanos Natsis 2021-01-31 Also store the field comment @@ -77969,7 +86624,7 @@ Nyall Dawson 2021-01-30 Add test masks for qgis_painteffecttest -vcloarec 2021-01-29 +Vincent Cloarec 2021-01-29 fix crash with QgsAttributesFormProperties @@ -77977,7 +86632,7 @@ Harrissou Sant-anna 2021-01-29 Fix some formatting in pyQGIS doc -Etienne Trimaille 2021-01-29 +Etienne Trimaille 2021-01-29 Add subLayerCount for OGR provider (GPKG file) instead of returning 0 @@ -78659,11 +87314,11 @@ Alessandro Pasotti 2021-01-26 Fix test result (because NULL is a distinct value like in PG SQL) -Belgacem 2021-01-25 +Nedjima Belgacem 2021-01-25 change test control images -Belgacem 2021-01-25 +Nedjima Belgacem 2021-01-25 fix identify test @@ -78844,23 +87499,23 @@ Alessandro Pasotti 2021-01-23 Fix tests -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 reload 3D automatically after untwining -Belgacem 2021-01-22 +Nedjima Belgacem 2021-01-22 resize window properly on scene settings init -Belgacem 2021-01-22 +Nedjima Belgacem 2021-01-22 remove commented code -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 change to using QSize -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 fix point rendering issue @@ -78906,27 +87561,27 @@ Salvatore Larosa 2021-01-21 shows source info when load raster/vector via HTTP protocol -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 use comparison function -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 split to 2 test functions -Belgacem 2021-01-21 +Nedjima Belgacem 2021-01-21 move the test location -Belgacem 2021-01-20 +Nedjima Belgacem 2021-01-20 fix colorRampItemList use -Belgacem 2021-01-20 +Nedjima Belgacem 2021-01-20 Add test -Belgacem 2021-01-19 +Nedjima Belgacem 2021-01-19 return one entry when max==min @@ -78945,7 +87600,7 @@ Denis Rouzaud 2021-01-21 don't be too serious -Belgacem 2021-01-20 +Nedjima Belgacem 2021-01-20 load min max and classify automatically when the selected attribute is changed @@ -79013,7 +87668,7 @@ Martin Dobias 2021-01-13 https://github.com/qgis/QGIS-Enhancement-Proposals/issues/181 -Belgacem 2021-01-20 +Nedjima Belgacem 2021-01-20 restrict rgb values to range [0-255] @@ -79286,57 +87941,57 @@ Nyall Dawson 2021-01-18 Update src/analysis/processing/qgsalgorithmpointstopaths.cpp -uclaros 2021-01-18 +Stefanos Natsis 2021-01-18 Fix failing test Output feature order cannot be made backwards compatible so we're forced to modify the test to pass. -uclaros 2021-01-17 +Stefanos Natsis 2021-01-17 Handle compatibility parameter GROUP_FIELD -uclaros 2021-01-17 +Stefanos Natsis 2021-01-17 Handle multipoint input -uclaros 2021-01-17 +Stefanos Natsis 2021-01-17 Address review comments -uclaros 2020-12-27 +Stefanos Natsis 2020-12-27 Reorder fields -uclaros 2020-12-27 +Stefanos Natsis 2020-12-27 Fix parameter name -uclaros 2020-12-27 +Stefanos Natsis 2020-12-27 Forgot begin-end fields -uclaros 2020-12-26 +Stefanos Natsis 2020-12-26 Complete points to paths port -uclaros 2020-12-26 +Stefanos Natsis 2020-12-26 Change points to lines to points to paths -uclaros 2020-11-17 +Stefanos Natsis 2020-11-17 Const iterate to avoid copy; fix empty group expression case -uclaros 2020-11-14 +Stefanos Natsis 2020-11-14 Update help string -uclaros 2020-11-14 +Stefanos Natsis 2020-11-14 Implement GROUP_EXPRESSION instead of GROUP_FIELD to allow for flexible grouping without the need for an intermediate field calculation. -uclaros 2020-11-12 +Stefanos Natsis 2020-11-12 Added Points to lines algorithm @@ -79516,7 +88171,7 @@ Nyall Dawson 2021-01-18 Fix debug noise -Belgacem 2021-01-17 +Nedjima Belgacem 2021-01-17 fix point cloud 3d GUI disabled on start @@ -79524,15 +88179,15 @@ Nyall Dawson 2021-01-18 Fix broken 3d map tools -Belgacem 2021-01-16 +Nedjima Belgacem 2021-01-16 make the marker change size when zooming in -Belgacem 2021-01-16 +Nedjima Belgacem 2021-01-16 rollback the existing implementation and use QgsHighlight -Belgacem 2021-01-14 +Nedjima Belgacem 2021-01-14 initial highlighting implementation @@ -79540,11 +88195,11 @@ Mathieu Pellerin 2021-01-16 [processing] Fix file download algorithm's temporary file missing proper extension -Belgacem 2021-01-17 +Nedjima Belgacem 2021-01-17 use QgsPointCloudAttributeProxyModel::AllTypes instead of Numeric because Char is also numeric -Belgacem 2021-01-17 +Nedjima Belgacem 2021-01-17 only apply elevation offset for Z attribute @@ -79723,7 +88378,7 @@ Nyall Dawson 2021-01-15 - holding middle button while moving mouse up/down = zoom in/out (dolly) in current direction - holding right button always results in strafe movement, regardless of mouse lock status -Belgacem 2021-01-14 +Nedjima Belgacem 2021-01-14 add myself to contributors list @@ -79734,11 +88389,11 @@ Nyall Dawson 2021-01-14 Fixes #40973 -vcloarec 2021-01-14 +Vincent Cloarec 2021-01-14 consistent format -vcloarec 2021-01-14 +Vincent Cloarec 2021-01-14 display seconds in mesh layer properties @@ -79876,11 +88531,11 @@ Nyall Dawson 2021-01-14 definition dialogs using expression context and processing context generators -roya0045 2020-10-23 +Alex 2020-10-23 Only with models -roya0045 2020-10-23 +Alex 2020-10-23 Fixes #39137 @@ -79892,59 +88547,59 @@ Nyall Dawson 2021-01-14 Apply suggestions from code review -Etienne Trimaille 2021-01-07 +Etienne Trimaille 2021-01-07 Review the help string about translated project -root676 2021-01-13 +Clemens Raffler 2021-01-13 fix styling ... again -root676 2021-01-13 +Clemens Raffler 2021-01-13 change function signature to use references on cellValueStacks -root676 2021-01-13 +Clemens Raffler 2021-01-13 apply fixes -root676 2021-01-02 +Clemens Raffler 2021-01-02 fix styling -root676 2021-01-02 +Clemens Raffler 2021-01-02 add float64 raster testinputs -root676 2021-01-02 +Clemens Raffler 2021-01-02 add byte raster testinputs -root676 2021-01-02 +Clemens Raffler 2021-01-02 add test results for percentrank from value alg -root676 2021-01-02 +Clemens Raffler 2021-01-02 add test results for percentrank from raster alg -root676 2021-01-02 +Clemens Raffler 2021-01-02 add test results for percentile alg -root676 2021-01-02 +Clemens Raffler 2021-01-02 add tests -root676 2021-01-02 +Clemens Raffler 2021-01-02 wire algorithms -root676 2021-01-02 +Clemens Raffler 2021-01-02 add algorithm icons -root676 2021-01-02 +Clemens Raffler 2021-01-02 rework Cell Statistics alg structure and introduce cell stack percentile, percentrank from raster and percentrank from value algorithms @@ -79956,27 +88611,27 @@ Jürgen E. Fischer 2021-01-13 fix build (followup 23b50ab264) -vcloarec 2021-01-12 +Vincent Cloarec 2021-01-12 keep layer valid if geometry_columns extent/pkey not valid -vcloarec 2021-01-11 +Vincent Cloarec 2021-01-11 indentation -vcloarec 2021-01-11 +Vincent Cloarec 2021-01-11 Improve mssql loading with predefined extent/pkey -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 add navigation switching hotkey ctrl + ~ -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix mouse capture -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix capturing cursor with ~ press @@ -80016,23 +88671,23 @@ Nyall Dawson 2021-01-08 Fix build -Belgacem 2021-01-08 +Nedjima Belgacem 2021-01-08 some fixes -Belgacem 2021-01-08 +Nedjima Belgacem 2021-01-08 change for z for page up/down -Belgacem 2021-01-08 +Nedjima Belgacem 2021-01-08 rename navigation modes -Belgacem 2021-01-08 +Nedjima Belgacem 2021-01-08 add movement speed combobox -Belgacem 2021-01-07 +Nedjima Belgacem 2021-01-07 initial fly mode implementation @@ -80084,119 +88739,119 @@ Alessandro Pasotti 2021-01-13 Add odbc-cpp-wrapper library to external folder -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 add SIP_SKIP -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix indentation -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix point clickable area -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix layout check -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 remove code duplication -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 fix tests -Belgacem 2021-01-13 +Nedjima Belgacem 2021-01-13 move the implementation to Qgs3DMapToolIdentify -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 add some QgsRay3D tests -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 add QgsBox3DDistanceTo test -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 fix somethings and testRayFromScreenPoint -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 fix sip and add Nyall suggestions -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 fix code_layout -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 unify 2D and 3D identify results conversion -Belgacem 2021-01-12 +Nedjima Belgacem 2021-01-12 cleanup and fix symbol nullptr bug -Belgacem 2021-01-11 +Nedjima Belgacem 2021-01-11 add Qgs3DUtils::rayFromScreenPoint -Belgacem 2021-01-11 +Nedjima Belgacem 2021-01-11 remove distanceFromPoint -Belgacem 2021-01-11 +Nedjima Belgacem 2021-01-11 add QgsRay3D -Belgacem 2021-01-09 +Nedjima Belgacem 2021-01-09 address reviews -Belgacem 2021-01-07 +Nedjima Belgacem 2021-01-07 make 3D identify results simular to 2D -Belgacem 2021-01-07 +Nedjima Belgacem 2021-01-07 fix ept provider identify test -Belgacem 2021-01-07 +Nedjima Belgacem 2021-01-07 fix attributes type -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 fix SIP -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 add pointsLimit and SIP -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 add QgsBox3d::distanceFromPoint doc -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 add docs -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 fix banned keywords -Belgacem 2021-01-06 +Nedjima Belgacem 2021-01-06 make identification work with point size -Belgacem 2021-01-04 +Nedjima Belgacem 2021-01-04 raycast intersection with node bounding box -Belgacem 2021-01-02 +Nedjima Belgacem 2021-01-02 save progress @@ -80721,7 +89376,7 @@ GeoJulien 2021-01-08 Use QDesktopServices instead of deprecated iface.openUrl -vcloarec 2021-01-11 +Vincent Cloarec 2021-01-11 typo and some QStringLiteral @@ -80752,19 +89407,19 @@ Nyall Dawson 2021-01-10 This raises discoverability and user-friendliness of inserting dynamic labels -vcloarec 2021-01-08 +Vincent Cloarec 2021-01-08 schemas filtering for QgsMssqlProviderConnection -vcloarec 2021-01-05 +Vincent Cloarec 2021-01-05 missing space -vcloarec 2021-01-05 +Vincent Cloarec 2021-01-05 spelling and minor fix -vcloarec 2021-01-05 +Vincent Cloarec 2021-01-05 ui filter on new connection widget @@ -80827,11 +89482,11 @@ Matthias Kuhn 2021-01-10 NMEA calculate 3D RMS -Samweli 2021-01-09 +Samweli Mwakisambwe 2021-01-09 new function for handling updates to timestep ui update in temporal controller widget -Samweli 2021-01-08 +Samweli Mwakisambwe 2021-01-08 fix timestep ui handling in temporal controller widget @@ -81339,40 +89994,40 @@ Nyall Dawson 2021-01-06 Add missing QgsInterval != operator -Samweli 2021-01-05 +Samweli Mwakisambwe 2021-01-05 fix no return in non-void scope error -Samweli 2021-01-05 +Samweli Mwakisambwe 2021-01-05 fix for additional review comments -Samweli 2021-01-05 +Samweli Mwakisambwe 2021-01-05 addressed review comments -Samweli 2020-12-15 +Samweli Mwakisambwe 2020-12-15 Changed QgsInterval getters to return original duration when original unit matches the requested unit. -Samweli 2020-12-15 +Samweli Mwakisambwe 2020-12-15 Updated QgsInterval setter methods to update original duration and unit when they are called. -Samweli 2020-12-08 +Samweli Mwakisambwe 2020-12-08 updated QgsInterval constructors to set duration and unit -Samweli 2020-12-01 +Samweli Mwakisambwe 2020-12-01 updating time step and time step unit when frame duration has changed -Samweli 2020-12-01 +Samweli Mwakisambwe 2020-12-01 keep frameDuration() in animation export -Samweli 2020-11-30 +Samweli Mwakisambwe 2020-11-30 returned setFrameDuration and frameDuration functions in the temporal navigation object @@ -81486,7 +90141,7 @@ Alessandro Pasotti 2021-01-04 invalid MSSQL connection, the Populated state was never set and the spinning icon was shown forever. -vcloarec 2021-01-04 +Vincent Cloarec 2021-01-04 fix mssql iterator @@ -81507,15 +90162,15 @@ Mathieu Pellerin 2021-01-05 [locator] Fix broken parsing northing,easting DMS coordinates -roya0045 2020-12-14 +Alex 2020-12-14 re-commit variable changes -roya0045 2020-12-14 +Alex 2020-12-14 invert logic -roya0045 2020-12-14 +Alex 2020-12-14 add skip kwarg @@ -81523,7 +90178,7 @@ Alex 2020-12-13 Don't save defaults -uclaros 2021-01-04 +Stefanos Natsis 2021-01-04 Change context menu keyboard shortcuts @@ -81748,7 +90403,7 @@ Vincent Cloarec 2021-01-03 mesh scalar renderer optimization (#40821) -uclaros 2021-01-01 +Stefanos Natsis 2021-01-01 Organize Edit and View menu items @@ -81782,19 +90437,19 @@ Nyall Dawson 2021-01-04 Use reinterpret cast instead of old style cast -Belgacem 2021-01-02 +Nedjima Belgacem 2021-01-02 sipify identify function in dataprovider -Belgacem 2021-01-02 +Nedjima Belgacem 2021-01-02 remove SIP_SKIP and qDebug() -Belgacem 2021-01-02 +Nedjima Belgacem 2021-01-02 Added tests -Belgacem 2021-01-02 +Nedjima Belgacem 2021-01-02 Address reviews @@ -81816,79 +90471,79 @@ Nedjima Belgacem 2021-01-02 Co-authored-by: Nyall Dawson -Belgacem 2020-12-30 +Nedjima Belgacem 2020-12-30 remove geometry intersection check from the renderer's traverseTree -Belgacem 2020-12-30 +Nedjima Belgacem 2020-12-30 remove render context from the provider code -Belgacem 2020-12-30 +Nedjima Belgacem 2020-12-30 Use geometry engine -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 Add returned point clouds limit -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 fix banned keyword check -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 Parralelize fetching points from IndexedPointCloudNode -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 remove root error from identify in the provider -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 remove layer and elevation properties -NEDJIMAbelgacem 2020-12-24 +Nedjima Belgacem 2020-12-24 make single click identify work -NEDJIMAbelgacem 2020-12-19 +Nedjima Belgacem 2020-12-19 fix unused variable -NEDJIMAbelgacem 2020-12-18 +Nedjima Belgacem 2020-12-18 add docs -NEDJIMAbelgacem 2020-12-18 +Nedjima Belgacem 2020-12-18 fix spelling -NEDJIMAbelgacem 2020-12-18 +Nedjima Belgacem 2020-12-18 Address Nyall suggestions -NEDJIMAbelgacem 2020-12-13 +Nedjima Belgacem 2020-12-13 Add identify when rendering as circles -NEDJIMAbelgacem 2020-12-12 +Nedjima Belgacem 2020-12-12 change to variant and remove QgsPointCloudIdentifyResults -NEDJIMAbelgacem 2020-12-12 +Nedjima Belgacem 2020-12-12 add fix for point selection -NEDJIMAbelgacem 2020-12-12 +Nedjima Belgacem 2020-12-12 Add classified renderer filtering behaviour -NEDJIMAbelgacem 2020-12-12 +Nedjima Belgacem 2020-12-12 Refactoe QgsPointCloudLayerRenderer::traverseTree -NEDJIMAbelgacem 2020-12-12 +Nedjima Belgacem 2020-12-12 Initial implementation of selection tool for point cloud @@ -82070,7 +90725,7 @@ Ivan Ivanov 2020-12-18 Add relation widget registry -uclaros 2020-12-30 +Stefanos Natsis 2020-12-30 Reduce indentation in identify results @@ -82160,51 +90815,51 @@ Matthias Kuhn 2020-12-28 Add QgsMapLayer::project() utility method -uclaros 2020-12-25 +Stefanos Natsis 2020-12-25 Added invalid syntax tests with non array parameters -uclaros 2020-12-17 +Stefanos Natsis 2020-12-17 Fix copy pasted test -uclaros 2020-12-16 +Stefanos Natsis 2020-12-16 Added array_sum expression function -uclaros 2020-12-16 +Stefanos Natsis 2020-12-16 Fix returning type in test -uclaros 2020-12-16 +Stefanos Natsis 2020-12-16 Added array_mean, array_median expression functions -uclaros 2020-12-14 +Stefanos Natsis 2020-12-14 Fix failing test -uclaros 2020-12-12 +Stefanos Natsis 2020-12-12 Added tests -uclaros 2020-12-11 +Stefanos Natsis 2020-12-11 Rename mode to majority -uclaros 2020-12-09 +Stefanos Natsis 2020-12-09 Added array_mode expression function -uclaros 2020-12-01 +Stefanos Natsis 2020-12-01 added help jsons -uclaros 2020-12-01 +Stefanos Natsis 2020-12-01 Added lamda function to avoid using QVariant < > operators -uclaros 2020-12-01 +Stefanos Natsis 2020-12-01 Added array_min/array_max expression function @@ -82311,7 +90966,7 @@ Nyall Dawson 2020-12-23 a new file path, and an online one could expose widgets for changing the host, authentication, etc. -uclaros 2020-12-25 +Stefanos Natsis 2020-12-25 Fix crash on geos closestPoint @@ -82533,7 +91188,7 @@ Martin Dobias 2020-12-22 it much easier to use in many linux distributions which are not yet shipping PDAL 2.2. -Loïc Bartoletti 2020-12-23 +Loïc Bartoletti 2020-12-23 Fix circle by three tangents parrallel when two are parallels (#40702) @@ -82547,7 +91202,7 @@ Jürgen E. Fischer 2020-12-22 debian packaging: disable pdal provider on all dists except unstable -uclaros 2020-12-20 +Stefanos Natsis 2020-12-20 Fix 3d camera yaw and pitch sensitivity @@ -82581,7 +91236,7 @@ Alessandro Pasotti 2020-12-22 Connections API: execSql iterator -Etienne Trimaille 2020-12-21 +Etienne Trimaille 2020-12-21 Create a GitHub release when there is a tag @@ -82665,7 +91320,7 @@ Nyall Dawson 2020-12-17 Fix a crash in 3d views when changing layer properties rapidly -Ivan Ivanov 2020-12-21 +Ivan Ivanov 2020-12-21 Fix #38473, forgetting CRS in a new project (#40648) @@ -82895,7 +91550,7 @@ Matthias Kuhn 2020-12-19 remove one extra break -vcloarec 2020-12-19 +Vincent Cloarec 2020-12-19 remove one extra break @@ -82910,7 +91565,7 @@ Matthias Kuhn 2020-12-19 fix TIN interpolation #40668 -vcloarec 2020-12-19 +Vincent Cloarec 2020-12-19 use addZValue() @@ -82921,11 +91576,11 @@ Matthias Kuhn 2020-12-19 Adapt import hook to allow importing py -vcloarec 2020-12-18 +Vincent Cloarec 2020-12-18 fix TIN interpolation #40668 -vcloarec 2020-12-18 +Vincent Cloarec 2020-12-18 do not use getenv_s @@ -82933,7 +91588,7 @@ Peter Petrik 2020-12-17 update MDAL 0.7.91 (beta release for QGIS 3.18) -uclaros 2020-12-18 +Stefanos Natsis 2020-12-18 Fix yoda talk, clear message after 2 seconds @@ -82992,7 +91647,7 @@ Nyall Dawson 2020-12-18 Minor doc correction, tweak equality operator to consider original units -Samweli 2020-11-30 +Samweli Mwakisambwe 2020-11-30 Add API to set/retrieve original units in QgsInterval @@ -83542,7 +92197,7 @@ Nyall Dawson 2020-12-11 Fix leak of point cloud symbol -NEDJIMAbelgacem 2020-12-10 +Nedjima Belgacem 2020-12-10 change the default terrain elevation offset @@ -83550,19 +92205,19 @@ Jürgen E. Fischer 2020-12-10 translation string fixes -vcloarec 2020-12-10 +Vincent Cloarec 2020-12-10 fix 3D mesh terrain not displayed when opening project -vcloarec 2020-12-10 +Vincent Cloarec 2020-12-10 break cyclic connection -vcloarec 2020-12-09 +Vincent Cloarec 2020-12-09 simpler -vcloarec 2020-12-09 +Vincent Cloarec 2020-12-09 fix 3D animation trembling @@ -83630,7 +92285,7 @@ Nyall Dawson 2020-12-10 Match context menu feature selection action text with identify menu wording -Loïc Bartoletti 2020-12-09 +Loïc Bartoletti 2020-12-09 [BUGFIX] Fix snapping for middle of segment @@ -83826,35 +92481,35 @@ Alessandro Pasotti 2020-12-08 Save ~150ms in project loading times by storing QgsSettings instance -NEDJIMAbelgacem 2020-12-08 +Nedjima Belgacem 2020-12-08 Address reviews -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 initial implementation -NEDJIMAbelgacem 2020-12-08 +Nedjima Belgacem 2020-12-08 Addres reviews -NEDJIMAbelgacem 2020-12-08 +Nedjima Belgacem 2020-12-08 do not count fps when the counter is disabled -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 fix spell_check -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 lock fps counter updates to 5 at most -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 Add FPS counter check box -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 Initial implementation @@ -83869,7 +92524,7 @@ Alessandro Pasotti 2020-12-08 By using a while loop we prevent the detach and it's more than 10 times faster. -NEDJIMAbelgacem 2020-12-08 +Nedjima Belgacem 2020-12-08 Connect a signal to autoupdate layer rendering @@ -83938,7 +92593,7 @@ Peter Petrik 2020-12-07 fix unhandled proj exception from vector tiles -uclaros 2020-12-07 +Stefanos Natsis 2020-12-07 Do not register QgsFilterLineEdit's child widgets as QgsOptionsDialogHighlightWidget The clear value button might be deleted. This allows QgsFilterLineEdit, QgsSpinBox and QgsDoubleSpinbox usage in options. @@ -83947,55 +92602,55 @@ Nyall Dawson 2020-12-07 Add some more options to control how a preview pixmap for a color ramp is generated -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 Address reviews -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 fix docs -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 Apply #40477 fix -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 Address reviews -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 change to getting filtered out values set -NEDJIMAbelgacem 2020-12-06 +Nedjima Belgacem 2020-12-06 Fix categories filtering performance -NEDJIMAbelgacem 2020-12-06 +Nedjima Belgacem 2020-12-06 fix broken see also links -NEDJIMAbelgacem 2020-12-05 +Nedjima Belgacem 2020-12-05 Add docs -NEDJIMAbelgacem 2020-12-05 +Nedjima Belgacem 2020-12-05 categories selection handling (visible/hidden) -NEDJIMAbelgacem 2020-12-05 +Nedjima Belgacem 2020-12-05 initial 3d classification rendering implementation -NEDJIMAbelgacem 2020-12-07 +Nedjima Belgacem 2020-12-07 change error default to 1 -NEDJIMAbelgacem 2020-12-05 +Nedjima Belgacem 2020-12-05 add missing save & load operations -NEDJIMAbelgacem 2020-12-04 +Nedjima Belgacem 2020-12-04 adjust screen space error from UI @@ -84701,7 +93356,7 @@ Matthias Kuhn 2020-12-04 References https://github.com/opengisch/qgis-swiss-locator/issues/9 -vcloarec 2020-12-04 +Vincent Cloarec 2020-12-04 fix select map tool with OTF projection @@ -84809,151 +93464,151 @@ Nyall Dawson 2020-12-04 Fixup messy code for layer duplication, and don't block duplication of mesh, vector tile, point cloud layers (all of which fully support it!) -NEDJIMAbelgacem 2020-12-03 +Nedjima Belgacem 2020-12-03 fix doc -NEDJIMAbelgacem 2020-12-03 +Nedjima Belgacem 2020-12-03 refactor storing rendering style enum -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 add comparison operator for QgsColorRampShader -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 Address reviews -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 fix SIP -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 fix switch statement -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 Use rendering context instead of passing the symbol to the handler -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 add licence and clean comments -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 move handler to qgspointcloud3dsymbol_p -NEDJIMAbelgacem 2020-12-01 +Nedjima Belgacem 2020-12-01 split the point cloud handler -NEDJIMAbelgacem 2020-11-30 +Nedjima Belgacem 2020-11-30 remove unused member variable -NEDJIMAbelgacem 2020-11-28 +Nedjima Belgacem 2020-11-28 try to fix compilation -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 remove switching for pointSize usage -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 change to using QgsPointCloudAttributeComboBox -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 refactor the attributes and vertex buffer code -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 move material stuff to symbol classes -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 move point size to QgsPointCloud3DSymbol -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 remove NoRendering symbol -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 Fix cppcheck -NEDJIMAbelgacem 2020-11-26 +Nedjima Belgacem 2020-11-26 Add RGB rendering -NEDJIMAbelgacem 2020-11-25 +Nedjima Belgacem 2020-11-25 fix banned keyword check -NEDJIMAbelgacem 2020-11-25 +Nedjima Belgacem 2020-11-25 fix some bugs -NEDJIMAbelgacem 2020-11-25 +Nedjima Belgacem 2020-11-25 change to using frame instead of groupbox -NEDJIMAbelgacem 2020-11-25 +Nedjima Belgacem 2020-11-25 apply offset to X, Y, Z attributes -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 fix cppcheck -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 fix documentation check -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 Change rendering parameter to point cloud attributes -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 fix broken see also -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 remove .bom file -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 Add NoRendering symbol -NEDJIMAbelgacem 2020-11-24 +Nedjima Belgacem 2020-11-24 Split QgsPointCloud3DSymbol into different classes -NEDJIMAbelgacem 2020-11-23 +Nedjima Belgacem 2020-11-23 rename ColorRampTexture -NEDJIMAbelgacem 2020-11-22 +Nedjima Belgacem 2020-11-22 fix documentation check -NEDJIMAbelgacem 2020-11-22 +Nedjima Belgacem 2020-11-22 fix typo -NEDJIMAbelgacem 2020-11-22 +Nedjima Belgacem 2020-11-22 remove .bom file -NEDJIMAbelgacem 2020-11-22 +Nedjima Belgacem 2020-11-22 fix checks -NEDJIMAbelgacem 2020-11-22 +Nedjima Belgacem 2020-11-22 Implement color ramp shader stuff @@ -85067,7 +93722,7 @@ Nyall Dawson 2020-12-03 Add pointCount to QgsPointCloudLayer -vcloarec 2020-12-03 +Vincent Cloarec 2020-12-03 typo, lambda and other minor fixes @@ -85089,7 +93744,7 @@ Alessandro Pasotti 2020-12-02 Recursive call to the profiler -vcloarec 2020-12-02 +Vincent Cloarec 2020-12-02 cppcheck-suppress memleak and fix typo @@ -85213,11 +93868,11 @@ Nyall Dawson 2020-12-01 Move some code to reusable methods in QgsPointCloudRenderer -Blottiere Paul 2020-12-01 +Paul Blottiere 2020-12-01 Update pyogctest to ignore ssl errors -Loïc Bartoletti 2020-12-01 +Loïc Bartoletti 2020-12-01 [API] Improve isValid method for curve type @@ -85268,7 +93923,7 @@ Nyall Dawson 2020-11-30 over the point shape, but for now this gives orders of magnitude faster 2d point cloud renders -uclaros 2020-12-01 +Stefanos Natsis 2020-12-01 Don't prompt to overwrite file on package layers algorithm @@ -85554,7 +94209,7 @@ Nyall Dawson 2020-11-27 Fix issues for mesh layer -uclaros 2020-11-26 +Stefanos Natsis 2020-11-26 Added tags to diff and symdiff algorithms @@ -85586,7 +94241,7 @@ Nyall Dawson 2020-11-26 Fix range slider interaction when min is negative value -vcloarec 2020-11-25 +Vincent Cloarec 2020-11-25 avoid crash when invalid mesh group names @@ -85700,11 +94355,11 @@ Nyall Dawson 2020-11-25 for specifying the token, and require a custom header instead (e.g. AGOL services must use "X-Esri-Authorization" instead) -vcloarec 2020-11-25 +Vincent Cloarec 2020-11-25 fix multi mesh layer in app -vcloarec 2020-11-25 +Vincent Cloarec 2020-11-25 fix mesh rendering settings @@ -85771,15 +94426,15 @@ Peter Petrik 2020-11-24 fix of various runtime/compilation warnings from qml -vcloarec 2020-11-24 +Vincent Cloarec 2020-11-24 spelling and minor fixes -vcloarec 2020-11-24 +Vincent Cloarec 2020-11-24 fix arg -vcloarec 2020-11-24 +Vincent Cloarec 2020-11-24 change to a parallel thread approach @@ -85830,11 +94485,11 @@ Nyall Dawson 2020-11-24 raw API (which we can't do easily without potentially breaking 3rd party scripts/plugins) -vcloarec 2020-11-23 +Vincent Cloarec 2020-11-23 fix spelling and doc -vcloarec 2020-11-23 +Vincent Cloarec 2020-11-23 select feature context menu @@ -86276,7 +94931,7 @@ Jürgen E. Fischer 2020-11-18 fix windows build and some warnings -olivierdalang 2020-11-19 +Olivier Dalang 2020-11-19 [curves tracing] followup : improve tooltip wording @@ -86284,7 +94939,7 @@ Alessandro Pasotti 2020-11-19 Server landing page: use cached projects -olivierdalang 2020-11-19 +Olivier Dalang 2020-11-19 [curves tracing] expose settings for tracing curves in the UI @@ -86490,7 +95145,7 @@ Nyall Dawson 2020-11-18 [skip ci] -uclaros 2020-11-18 +Stefanos Natsis 2020-11-18 Fix tessellator crash with 2d triangle again @@ -86500,15 +95155,15 @@ Nyall Dawson 2020-11-18 Show a nicer specific assistant widget when setting data defined opacity via assistant -NEDJIMAbelgacem 2020-11-18 +Nedjima Belgacem 2020-11-18 remove TODO -NEDJIMAbelgacem 2020-11-18 +Nedjima Belgacem 2020-11-18 remove not supported page from style widget -NEDJIMAbelgacem 2020-11-18 +Nedjima Belgacem 2020-11-18 Fix rebase leftovers @@ -86542,7 +95197,7 @@ Alessandro Pasotti 2020-11-17 Store initial extent as DefaultViewExtent in view settings -Clemens Raffler 2020-11-17 +Clemens Raffler 2020-11-17 Fix Cell Statistics NoData handling @@ -86552,23 +95207,23 @@ Richard Duivenvoorde 2020-11-17 Better test IF there is actually an empty table created -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 sipify qgspointcloud3dsymbol -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 Revert some changes in qgslayerstylingwidget.cpp -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 revert back qgspointcloudlayerproperties.cpp0 -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 try to fix sip problem -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 address reviews @@ -86592,43 +95247,43 @@ Marco Hugentobler 2020-11-17 Allow the usage of opacity parameter in a WMS provider URL -tomasMizera 2020-11-13 +Tomas Mizera 2020-11-13 change color of new icon -tomasMizera 2020-11-13 +Tomas Mizera 2020-11-13 reset model on received data -tomasMizera 2020-11-13 +Tomas Mizera 2020-11-13 fix showing correct values -tomasMizera 2020-11-13 +Tomas Mizera 2020-11-13 fix: set correct widget type -tomasMizera 2020-11-12 +Tomas Mizera 2020-11-12 enhance searchbar functionality -tomasMizera 2020-11-11 +Tomas Mizera 2020-11-11 nit -tomasMizera 2020-11-11 +Tomas Mizera 2020-11-11 multivalue selection for value relation -tomasMizera 2020-11-06 +Tomas Mizera 2020-11-06 Set current feature to evaluate expressions -tomasMizera 2020-11-06 +Tomas Mizera 2020-11-06 Add filter expressions to features model -tomasMizera 2020-11-05 +Tomas Mizera 2020-11-05 fix combobox widget indexing @@ -86745,24 +95400,24 @@ Matthias Kuhn 2020-11-17 Allow loading oracle layers from the browser -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 fix early delete problem -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 use std::unique_ptr for symbol in qgspointcloudlayerchunkloader_p -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 fix having 2 3D view widgets in layer properties Merge: 8faa5eee43c a5bd9cb17db -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 Merge branch 'master' into point-clouds-3d-gui -NEDJIMAbelgacem 2020-11-17 +Nedjima Belgacem 2020-11-17 Address some of the reviews @@ -87065,7 +95720,7 @@ Even Rouault 2020-11-11 128 0x0000000000416180 in main (argc=1, argv=0x7ffe1754c468) at /home/even/qgis/QGIS/src/app/main.cpp:1637 ``` -NEDJIMAbelgacem 2020-11-16 +Nedjima Belgacem 2020-11-16 make functions in qgspointcloud3dsymbol.cpp @@ -87134,15 +95789,15 @@ Alessandro Pasotti 2020-11-15 Restore layer bridge -root676 2020-11-13 +Clemens Raffler 2020-11-13 fix styling -root676 2020-11-13 +Clemens Raffler 2020-11-13 add tests for median output data type -root676 2020-11-13 +Clemens Raffler 2020-11-13 fix median output data type for even number of input layers @@ -87154,19 +95809,19 @@ Even Rouault 2020-11-15 path() isn't a file, not only for PG: raster. So simplify the code to always call QFileInfo::exists() -uclaros 2020-11-14 +Stefanos Natsis 2020-11-14 Add edit-in-place algorithms to locator fuzzy search -vcloarec 2020-11-14 +Vincent Cloarec 2020-11-14 fix enum -vcloarec 2020-11-14 +Vincent Cloarec 2020-11-14 fix lost of property definition -vcloarec 2020-11-13 +Vincent Cloarec 2020-11-13 fix datadefined ui @@ -87184,11 +95839,11 @@ Alessandro Pasotti 2020-11-14 Fixes #40050 -NEDJIMAbelgacem 2020-11-14 +Nedjima Belgacem 2020-11-14 Add 3D rendering enable checkbox -NEDJIMAbelgacem 2020-11-14 +Nedjima Belgacem 2020-11-14 fix compilation error in qgspointcloudlayerproperties.cpp @@ -87247,7 +95902,7 @@ Nyall Dawson 2020-11-14 Fix confusing UX for overridding model textures -NEDJIMAbelgacem 2020-11-14 +Nedjima Belgacem 2020-11-14 fix checks round 6 @@ -87293,23 +95948,23 @@ Jürgen E. Fischer 2020-11-13 typo fix -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 fix checks round 5 -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 fix checks round 4 -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 fix checks round 3 -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 fix checks round 2 -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 Try fixing tests round1 @@ -87321,11 +95976,11 @@ Marco Hugentobler 2020-11-13 Vertex editor: make displayed coordinate precision configurable Merge: c220bb47a3d b327b67926f -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 Merge branch 'master' into point-clouds-3d-gui -NEDJIMAbelgacem 2020-11-13 +Nedjima Belgacem 2020-11-13 Initial implementation of point-cloud 3D GUI @@ -87452,7 +96107,7 @@ Even Rouault 2020-11-12 OGR provider: feature count improvements -tomasMizera 2020-11-11 +Tomas Mizera 2020-11-11 add missing invalid layer check @@ -87578,7 +96233,7 @@ Jürgen E. Fischer 2020-11-12 debian packaging: enable entwine point clouds -vcloarec 2020-11-11 +Vincent Cloarec 2020-11-11 fix time step for first loaded layer @@ -87666,7 +96321,7 @@ Matthias Kuhn 2020-11-11 Distance is much faster than finding the shared edge length Merge: 928997d5570 ef0bd560fe5 -signedav 2020-11-11 +David Signer 2020-11-11 Merge pull request #39527 from signedav/offlineindicator @@ -87689,7 +96344,7 @@ Matthias Kuhn 2020-11-11 Fixes a huge performance problem with gap checks -signedav 2020-11-11 +David Signer 2020-11-11 simplified svg icon @@ -87736,12 +96391,12 @@ Peter Petrik 2020-11-10 reshuffle point clouds test data and add ept with hierarchhy -NEDJIMAbelgacem 2020-11-11 +Nedjima Belgacem 2020-11-11 fixed the eye dome lighting effect issue Merge: 810dc369f19 ccdff23dbe4 -NEDJIMAbelgacem 2020-11-11 +Nedjima Belgacem 2020-11-11 Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation @@ -87790,47 +96445,47 @@ Marco Hugentobler 2020-11-10 Handle geometrycollections also in difference results -NEDJIMAbelgacem 2020-11-10 +Nedjima Belgacem 2020-11-10 remove unused mTransform -vcloarec 2020-11-09 +Vincent Cloarec 2020-11-09 doc -vcloarec 2020-11-08 +Vincent Cloarec 2020-11-08 add feedback -vcloarec 2020-11-07 +Vincent Cloarec 2020-11-07 fix tests -vcloarec 2020-11-06 +Vincent Cloarec 2020-11-06 fix spelling doc ans SIP -vcloarec 2020-11-06 +Vincent Cloarec 2020-11-06 export time series -vcloarec 2020-11-06 +Vincent Cloarec 2020-11-06 export cross section test -vcloarec 2020-11-06 +Vincent Cloarec 2020-11-06 export cross section implementation -vcloarec 2020-11-05 +Vincent Cloarec 2020-11-05 export mesh contours -vcloarec 2020-11-05 +Vincent Cloarec 2020-11-05 rasterize test -vcloarec 2020-11-04 +Vincent Cloarec 2020-11-04 rasterize implementation @@ -87863,7 +96518,7 @@ Even Rouault 2020-11-10 [OGR provider] Add missing calls to QgsCPLHTTPFetchOverrider in public methods -NEDJIMAbelgacem 2020-11-10 +Nedjima Belgacem 2020-11-10 altitude clamping with terrain elevation offset @@ -87927,7 +96582,7 @@ Lars Kellogg-Stedman 2020-11-09 The "How to Reproduce" section was missing a close-comment delimiter. If people were to fill out this template without noticing the problem, the resulting issue would appear to have en empty "How to Reproduce" section despite the user filling it in. -roya0045 2020-11-09 +Alex 2020-11-09 Allow negative array get @@ -88022,7 +96677,7 @@ Jürgen E. Fischer 2020-11-09 only _AddDllDirectory existing directories (fixes OSGeo4W#649) -NEDJIMAbelgacem 2020-11-09 +Nedjima Belgacem 2020-11-09 Add assignment operator @@ -88039,11 +96694,11 @@ Nedjima Belgacem 2020-11-09 Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation -NEDJIMAbelgacem 2020-11-09 +Nedjima Belgacem 2020-11-09 fix docs -NEDJIMAbelgacem 2020-11-09 +Nedjima Belgacem 2020-11-09 delete assignment operator @@ -88093,15 +96748,15 @@ Nyall Dawson 2020-11-09 Fix capitalisation, spin box clear values in eye dome lighting widgets -NEDJIMAbelgacem 2020-11-09 +Nedjima Belgacem 2020-11-09 revert back Qgs3DMapSettings::worldToMapCoordinates and add copy constructors -NEDJIMAbelgacem 2020-11-09 +Nedjima Belgacem 2020-11-09 Address Nyall's reviews -NEDJIMAbelgacem 2020-11-08 +Nedjima Belgacem 2020-11-08 inital terrain elevation offset implementation @@ -88154,7 +96809,7 @@ Nyall Dawson 2020-11-07 Fix random raster Float32/64 support -root676 2020-11-05 +Clemens Raffler 2020-11-05 fix cell statistics median method and add tests @@ -88191,11 +96846,11 @@ Nyall Dawson 2020-11-06 cloud support, as cmake will show an error if they enable WITH_EPT but don't have them... -root676 2020-11-06 +Clemens Raffler 2020-11-06 fix min/max random value assignment to take effect in the random raster creation -root676 2020-11-06 +Clemens Raffler 2020-11-06 fix float64/float32 random value output @@ -88259,11 +96914,11 @@ Nyall Dawson 2020-11-06 Make PDAL version information available for macros -signedav 2020-11-06 +David Signer 2020-11-06 sipified qgsmaplayer -signedav 2020-11-06 +David Signer 2020-11-06 use unplugged icon to indicate offline layers @@ -88281,43 +96936,43 @@ Mathieu Pellerin 2020-11-03 [layer tree][ui] Allow users to set a minimum/maximum legend size -NEDJIMAbelgacem 2020-11-06 +Nedjima Belgacem 2020-11-06 fix postprocess.frag -NEDJIMAbelgacem 2020-11-06 +Nedjima Belgacem 2020-11-06 adress reviews -NEDJIMAbelgacem 2020-11-05 +Nedjima Belgacem 2020-11-05 moved debug settings to the advanced tab and fixed CI problems -NEDJIMAbelgacem 2020-11-05 +Nedjima Belgacem 2020-11-05 fix depth buffer not working correctly for some machine -NEDJIMAbelgacem 2020-11-05 +Nedjima Belgacem 2020-11-05 Added configuration to debug shadow and forward depth textures -NEDJIMAbelgacem 2020-11-04 +Nedjima Belgacem 2020-11-04 Started adding depth and shadow map textures preview debugging -NEDJIMAbelgacem 2020-11-03 +Nedjima Belgacem 2020-11-03 address reviews -NEDJIMAbelgacem 2020-11-02 +Nedjima Belgacem 2020-11-02 fix spelling mistake -NEDJIMAbelgacem 2020-11-02 +Nedjima Belgacem 2020-11-02 add EDL distance -NEDJIMAbelgacem 2020-10-28 +Nedjima Belgacem 2020-10-28 Initial EDL implementation @@ -88677,13 +97332,13 @@ Nyall Dawson 2020-11-04 Cleanup variable names, fix error string -vcloarec 2020-11-02 +Vincent Cloarec 2020-11-02 fix geometry validator Fixes #39770 -vcloarec 2020-11-02 +Vincent Cloarec 2020-11-02 fix bad QTime constructor @@ -88821,11 +97476,11 @@ Marco Hugentobler 2020-11-02 Handle geometrycollections also in difference results -tomasMizera 2020-10-30 +Tomas Mizera 2020-10-30 fix type error in value relation -tomasMizera 2020-10-30 +Tomas Mizera 2020-10-30 fix bunch of small bugs @@ -89031,7 +97686,7 @@ Alessandro Pasotti 2020-10-30 needs more recent QT -signedav 2020-10-30 +David Signer 2020-10-30 Update src/core/qgsmaplayer.h @@ -89076,7 +97731,7 @@ Harrissou Sant-anna 2020-10-22 Update overlay_nearest function help and examples -vcloarec 2020-10-26 +Vincent Cloarec 2020-10-26 fix map setting temporal be active when updating time controller @@ -89345,7 +98000,7 @@ Martin Dobias 2020-10-26 Add some useful methods to QgsAABB and QgsChunkNodeId -olivierdalang 2020-09-02 +Olivier Dalang 2020-09-02 [feature][gui] add "close all tabs" to QgsMessageLogViewer @@ -89679,7 +98334,7 @@ Alessandro Pasotti 2020-10-26 Co-authored-by: Matthias Kuhn -domi 2020-10-25 +Damiano Lombardi 2020-10-25 Fix mssql connections not added/removed predictabely when not from main thread @@ -89691,7 +98346,7 @@ Nyall Dawson 2020-10-26 Improve QgsRasterIdentifyResult docs -uclaros 2020-09-19 +Stefanos Natsis 2020-09-19 Add rotation widget to the georeferencer canvas @@ -89701,55 +98356,55 @@ Alex 2020-10-25 Adds a "@layer_crs" expression variable, to match behavior of existing @project_crs variable. -vcloarec 2020-10-23 +Vincent Cloarec 2020-10-23 resolve conflict -vcloarec 2020-10-23 +Vincent Cloarec 2020-10-23 remove unused members -vcloarec 2020-10-23 +Vincent Cloarec 2020-10-23 resolve conflict and adaptation considering recent change -vcloarec 2020-10-12 +Vincent Cloarec 2020-10-12 slider instead combo box -vcloarec 2020-10-12 +Vincent Cloarec 2020-10-12 doc, ui improvement and tests -vcloarec 2020-10-11 +Vincent Cloarec 2020-10-11 fix int/size_t comparison -vcloarec 2020-10-10 +Vincent Cloarec 2020-10-10 level of detail for 3D mesh -signedav 2020-10-22 +David Signer 2020-10-22 only remove suffix when it's on the end -signedav 2020-10-20 +David Signer 2020-10-20 set IDENTIFIER option in geopackage like we used to because it's out of scope for now -signedav 2020-10-20 +David Signer 2020-10-20 pass QString() instead of to have an empty layer name suffix -signedav 2020-10-19 +David Signer 2020-10-19 pass empty layer name suffix to offline editing core, to avoid that offline layers are renamed -signedav 2020-10-19 +David Signer 2020-10-19 tests with suffix on offline layer names -signedav 2020-10-19 +David Signer 2020-10-19 layer name suffix passed to convertToOfflineProject with ' (offline)' as default it's written into custom property so in synchronize it can get it from the offline project @@ -89772,7 +98427,7 @@ Juernjakob Dugge 2020-10-24 Fix self-snapping for layers with CRS that differs from project CRS Fixes #39268 -vcloarec 2020-10-24 +Vincent Cloarec 2020-10-24 fix digitizing with curve #39590 @@ -89820,27 +98475,27 @@ Matthias Kuhn 2020-10-24 Make doxygen happy again -signedav 2020-10-19 +David Signer 2020-10-19 name format parameter of uuid expression 'format' instead of 'stringFormat' -signedav 2020-10-19 +David Signer 2020-10-19 simple help text with optional format parameter of uuid expression -signedav 2020-10-19 +David Signer 2020-10-19 test format of uuid() expressions with different inputs like WithBraces, WithoutBraces and Id128 -signedav 2020-10-16 +David Signer 2020-10-16 support parameter in uuid() expression for the stringFormat in versions lower Qt 5.11 -signedav 2020-10-16 +David Signer 2020-10-16 UUID expression function help text -signedav 2020-10-16 +David Signer 2020-10-16 parameter in uuid() expression for the stringFormat. WithBraces (default, WithoutBraces and Id128. Generates the UUID with curly braces, without braces or without braces or dashes. @@ -90051,11 +98706,11 @@ Matthias Kuhn 2020-10-23 Add dependency on version to doc -signedav 2020-10-23 +David Signer 2020-10-23 sipified custompropertychanged -signedav 2020-10-23 +David Signer 2020-10-23 tests for custom property set / read and the signal customPropertyChanged @@ -90276,17 +98931,17 @@ Denis Rouzaud 2020-10-22 otherwise, this leads to an error in transaction mode as the referenced feature does not exist yet (foreign key constraint error) -signedav 2020-10-22 +David Signer 2020-10-22 remove layer parameter from customPropertyChanged -signedav 2020-10-22 +David Signer 2020-10-22 Update src/core/qgsmaplayer.h Co-authored-by: Nyall Dawson -signedav 2020-10-22 +David Signer 2020-10-22 Update src/core/qgsmaplayer.h @@ -90300,19 +98955,19 @@ Mathieu Pellerin 2020-10-21 [ui] Add an Apply button to the 3D map configuration dialog -vcloarec 2020-10-21 +Vincent Cloarec 2020-10-21 no negative altitude -vcloarec 2020-10-21 +Vincent Cloarec 2020-10-21 fix 3D directional light ui -vcloarec 2020-10-21 +Vincent Cloarec 2020-10-21 make mesh 3d rendering more thread safe -vcloarec 2020-10-19 +Vincent Cloarec 2020-10-19 fix #39455 @@ -90326,15 +98981,15 @@ Harrissou Sant-anna 2020-10-22 * Set a clear value for spinboxes to avoid clear icon for default values -olivierdalang 2020-10-21 +Olivier Dalang 2020-10-21 fix #39068 : geometry_overlays's limit parameter not working as expected - test -olivierdalang 2020-10-16 +Olivier Dalang 2020-10-16 fix #39068 : geometry_overlays's limit parameter not working as expected -Ivan Ivanov 2020-10-21 +Ivan Ivanov 2020-10-21 Update src/gui/processing/qgsprocessingfieldmapwidgetwrapper.cpp @@ -90513,7 +99168,7 @@ Paul Blottiere 2020-10-21 Fix Z interpolation on vertex moved/added by the vertex tool. -signedav 2020-10-21 +David Signer 2020-10-21 disconnect slots on layer change @@ -90561,19 +99216,19 @@ Denis Rouzaud 2020-10-21 fix vertical spacer in SVG selector -signedav 2020-10-21 +David Signer 2020-10-21 customPropertyChanged signal in map layers to handle things like e.g. the offline layer indicator in the legend tree accordingly -vcloarec 2020-10-19 +Vincent Cloarec 2020-10-19 remove spins -vcloarec 2020-10-19 +Vincent Cloarec 2020-10-19 remove qwt -vcloarec 2020-10-18 +Vincent Cloarec 2020-10-18 improve 3D ui for directional light @@ -90688,7 +99343,7 @@ Alessandro Pasotti 2020-10-20 Server landing page: don't crash on bad layers -signedav 2020-10-20 +David Signer 2020-10-20 indicator of offline layers in the layertree according to the customProperty isOfflineEditable @@ -90805,11 +99460,11 @@ Alessandro Pasotti 2020-10-19 Fix crash in GPKG connection api nativeTypes -vcloarec 2020-10-18 +Vincent Cloarec 2020-10-18 typo and spelling -vcloarec 2020-10-18 +Vincent Cloarec 2020-10-18 fix feedback of TIN mesh creation @@ -90892,7 +99547,7 @@ Even Rouault 2020-10-17 Add QgsGeometry::wkbSize() -vcloarec 2020-10-18 +Vincent Cloarec 2020-10-18 3D config : hide general terrain shading for mesh @@ -90987,7 +99642,7 @@ D'Hont René-Luc 2020-10-16 This fixed it and the tests. -vcloarec 2020-10-16 +Vincent Cloarec 2020-10-16 fix 3D mesh color ramp widget displaying @@ -90999,7 +99654,7 @@ Nyall Dawson 2020-10-16 Fixes #32101 -olivierdalang 2020-10-16 +Olivier Dalang 2020-10-16 [geometry fixer] PR review - spatial index @@ -91022,7 +99677,7 @@ Alessandro Pasotti 2020-10-16 Use srsName from shared data, fix tests -olivierdalang 2020-10-16 +Olivier Dalang 2020-10-16 [geometry fixer] PR review @@ -91110,7 +99765,7 @@ Nyall Dawson 2020-10-15 Use native geometry classes instead of transforming everything into QgsPointXY to avoid unnecessary conversion and allocations. -Ivan Ivanov 2020-10-16 +Ivan Ivanov 2020-10-16 Scroll to newly added feature in the attribute table view @@ -91210,18 +99865,18 @@ Paul Blottiere 2020-10-15 Check if feature is rendered before displaying its map tips -olivierdalang 2020-10-15 +Olivier Dalang 2020-10-15 [geometry fixer] overlapcheck incorectly snaps corrected feature to grid -olivierdalang 2020-10-15 +Olivier Dalang 2020-10-15 [geometry fixer] fix overlap check tolerance error We were not using the same tolerance when collecting the error than when fixing the error. -olivierdalang 2020-10-15 +Olivier Dalang 2020-10-15 [geometry fixer] fix gap check geometry fix edge case @@ -91231,15 +99886,15 @@ olivierdalang 2020-10-15 to snap to (since it was also at distance 0). This was leading to flaky wrong results. -Blottiere Paul 2020-10-12 +Paul Blottiere 2020-10-12 Delegate filter to provider when possible -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Optimization -Blottiere Paul 2020-09-18 +Paul Blottiere 2020-09-18 Check if feature is rendered before displaying its map tips. Fixes #37066 @@ -91447,7 +100102,7 @@ Matthias Kuhn 2020-10-13 References #39025 -uclaros 2020-10-13 +Stefanos Natsis 2020-10-13 Fix deleting python console history entries @@ -91549,15 +100204,15 @@ Nyall Dawson 2020-10-12 Add option to apply parameterized colors to SVGs returned by QgsApplication::getThemePixmap -vcloarec 2020-10-12 +Vincent Cloarec 2020-10-12 fix and improve test -vcloarec 2020-10-11 +Vincent Cloarec 2020-10-11 fix 3d mesh dataset rendering -Etienne Trimaille 2020-10-12 +Etienne Trimaille 2020-10-12 Add note about Python bindings in QgsAction @@ -91793,19 +100448,19 @@ Nyall Dawson 2020-10-09 [sipify] Catch **ALL** SIP_OUT arguments when generating docstrings and move them to :returns: directives -vcloarec 2020-10-07 +Vincent Cloarec 2020-10-07 remove guards to allow memory layer -vcloarec 2020-10-07 +Vincent Cloarec 2020-10-07 change function -vcloarec 2020-10-06 +Vincent Cloarec 2020-10-06 spelling -vcloarec 2020-10-06 +Vincent Cloarec 2020-10-06 fix inserting break lines in dual edge triangulation @@ -91906,67 +100561,67 @@ Nyall Dawson 2020-10-07 during these 2 seconds if the GPS position is updated during this time. -olivierdalang 2020-10-07 +Olivier Dalang 2020-10-07 rotated ticks followup : update expected images masks -olivierdalang 2020-10-07 +Olivier Dalang 2020-10-07 rotated ticks followup : adapt to PR comments -olivierdalang 2020-10-06 +Olivier Dalang 2020-10-06 fix #39160 : fixed layout map grid annotations box calculation -olivierdalang 2020-10-06 +Olivier Dalang 2020-10-06 rotated ticks followup : update expected images from travis (due to 4b650ed8dd0f15c23e4539d7a8769e4705695117) -olivierdalang 2020-10-06 +Olivier Dalang 2020-10-06 rotated ticks followup : tests for data-defined properties -olivierdalang 2020-10-06 +Olivier Dalang 2020-10-06 rotated ticks followup : fix annotation margin to corner calculation -olivierdalang 2020-10-06 +Olivier Dalang 2020-10-06 rotated ticks followup : accept uppercase data defined strings -olivierdalang 2020-10-02 +Olivier Dalang 2020-10-02 rotated ticks followup : fix data defined not correctly updating -olivierdalang 2020-09-30 +Olivier Dalang 2020-09-30 rotated ticks folloup : prepare_commit -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks folloup : all the others -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks followup : add some data defined settings (just one) -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks folloup : revert unrelated ui change -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks folloup : rename setting groups -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks folloup : more polishing (tooltips, etc.) -olivierdalang 2020-09-25 +Olivier Dalang 2020-09-25 rotated ticks folloup : improve UI @@ -91976,7 +100631,7 @@ Julien Cabieces 2020-10-07 [OTB] Fix path to OTB 7.1.0 release -uclaros 2020-10-07 +Stefanos Natsis 2020-10-07 Make Snap to common angles disabled by default @@ -92661,11 +101316,11 @@ Alessandro Pasotti 2020-10-02 PG raster fix #39142 nodata float -vcloarec 2020-10-02 +Vincent Cloarec 2020-10-02 change return type of QgsGrassRasterProvider::clone() -vcloarec 2020-10-01 +Vincent Cloarec 2020-10-01 change return type of QgsRasterDataProvider::clone() @@ -92837,7 +101492,7 @@ Paul Blottiere 2020-09-30 Fixes manual mode in merge features tool -Germap 2020-09-30 +Germán Carrillo 2020-09-30 Fix writing weak relations to XML (#39090) @@ -92852,7 +101507,7 @@ Even Rouault 2020-09-29 tests: replace wrong uses of unittest.skip() by unittest.skipIf() -Blottiere Paul 2020-09-29 +Paul Blottiere 2020-09-29 Keep role in sync @@ -92898,51 +101553,51 @@ Alessandro Pasotti 2020-09-28 Spelling -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Add unit test -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Check if a point is a measure before returning its m value. -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Add unit test -Blottiere Paul 2020-09-17 +Paul Blottiere 2020-09-17 Check if a point is 3D before returning its z value. Fixes #37772 -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Add unit tests for json format -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 No data are set to null for json format -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Update unit test -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 No data is only for HTML and TEXT format -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Add a raw parameter to assert methods -Blottiere Paul 2020-09-28 +Paul Blottiere 2020-09-28 Add unit test for HTML format -Blottiere Paul 2020-09-16 +Paul Blottiere 2020-09-16 Add unit tests -Blottiere Paul 2020-09-16 +Paul Blottiere 2020-09-16 Check if the value is null. Fixes #37781 @@ -92954,7 +101609,7 @@ Salvatore Larosa 2020-09-27 [pyqgis-console] add search icon to filterlineedit -uclaros 2020-09-25 +Stefanos Natsis 2020-09-25 Avoid accessing QgsLayoutItemsListView's model before it is defined @@ -92992,7 +101647,7 @@ Alessandro Pasotti 2020-09-25 Fixes #39017 -uclaros 2020-09-25 +Stefanos Natsis 2020-09-25 Added method to clear all individual layer settings in QgsSnappingConfig @@ -93028,15 +101683,15 @@ Alessandro Pasotti 2020-09-25 Fixes #38394 -root676 2020-09-25 +Clemens Raffler 2020-09-25 add correct control dataset for test -root676 2020-09-25 +Clemens Raffler 2020-09-25 add testcase for variance from Int32 raster data type -root676 2020-09-25 +Clemens Raffler 2020-09-25 fix wrong raster datatype output with variance statistic when all inputs are of integer or lower type. Output data type should always be Float32 or higher. @@ -93568,7 +102223,7 @@ Denis Rouzaud 2020-09-18 [locator] fix display title expression not displayed anymore in the results -vcloarec 2020-09-19 +Vincent Cloarec 2020-09-19 fix #38872 @@ -93605,7 +102260,7 @@ Nyall Dawson 2020-09-21 Dox++ -Etienne Trimaille 2020-09-08 +Etienne Trimaille 2020-09-08 Add help string for parameters in Processing @@ -93617,15 +102272,15 @@ Harrissou Sant-anna 2020-09-14 fixes #38470 -vcloarec 2020-09-19 +Vincent Cloarec 2020-09-19 add tests and fix another issue -vcloarec 2020-09-19 +Vincent Cloarec 2020-09-19 cleaner last point remove -vcloarec 2020-09-19 +Vincent Cloarec 2020-09-19 fix QgsDualEdgeTriangulation @@ -93701,11 +102356,11 @@ benjaminwheel3r 2020-09-18 update 'customwidget' to 'custom widget' to match reference in comment on line 72 Update 'windows' to 'Windows' on line 65 to match previous reference on line 31 -uclaros 2020-09-19 +Stefanos Natsis 2020-09-19 Extend extent history to 100 entries -uclaros 2020-09-19 +Stefanos Natsis 2020-09-19 Fix rubberband width @@ -93750,7 +102405,7 @@ Peter Petrik 2020-09-17 hide splash screen when loading the project -vcloarec 2020-09-18 +Vincent Cloarec 2020-09-18 fix crash if MDAL not available @@ -93761,7 +102416,7 @@ Paul Blottiere 2020-09-18 Update pyogctest to v1.0.1 -Blottiere Paul 2020-09-18 +Paul Blottiere 2020-09-18 Update pyogctest to v1.0.1 @@ -93807,7 +102462,7 @@ Even Rouault 2020-09-17 This has been fixed in GDAL now, but this can be workaround on QGIS side too if using those buggy versions. -Blottiere Paul 2020-09-17 +Paul Blottiere 2020-09-17 Keep cached status up to date. Fixes #37326 @@ -94102,7 +102757,7 @@ Julien Cabieces 2020-09-16 Fixes #38796 : Fix serialization of QgsWeakRelation field pair -Blottiere Paul 2020-09-16 +Paul Blottiere 2020-09-16 Replace PS character. Fixes #37803 @@ -94455,7 +103110,7 @@ Matthias Kuhn 2020-09-12 Fixes #38680 -vcloarec 2020-09-14 +Vincent Cloarec 2020-09-14 fix release version @@ -94463,7 +103118,7 @@ Even Rouault 2020-09-14 [OAPIF provider] Support extra query parameters (such as api key) (fixes #38436) -signedav 2020-09-14 +David Signer 2020-09-14 store original layer id in the layers customProperties @@ -94593,11 +103248,11 @@ Nyall Dawson 2020-09-14 Correctly handle some MapBox GL default values -vcloarec 2020-09-13 +Vincent Cloarec 2020-09-13 ui in CMakeList -vcloarec 2020-09-13 +Vincent Cloarec 2020-09-13 move QgsMeshLayerProperties to GUI @@ -94649,11 +103304,11 @@ Mathieu Pellerin 2020-09-11 Convert label text-offset for line placement -olivierdalang 2020-09-11 +Olivier Dalang 2020-09-11 [rotated_ticks] allow to input decimal numbers in skip low angled param -olivierdalang 2020-09-11 +Olivier Dalang 2020-09-11 [rotated_ticks] add a tolerance for skip low angled ticks parameter @@ -94719,51 +103374,51 @@ Harrissou Sant-anna 2020-09-11 Add geometry overlay functions to a group -vcloarec 2020-09-11 +Vincent Cloarec 2020-09-11 fix include for gui export -Blottiere Paul 2020-09-11 +Paul Blottiere 2020-09-11 Update ignore file for spell check -Blottiere Paul 2020-09-11 +Paul Blottiere 2020-09-11 Remove unused project -tomasMizera 2020-09-11 +Tomas Mizera 2020-09-11 Expose field name to widget -tomasMizera 2020-09-11 +Tomas Mizera 2020-09-11 get rid of model types and cache -tomasMizera 2020-09-10 +Tomas Mizera 2020-09-10 fix docu problems -tomasMizera 2020-09-10 +Tomas Mizera 2020-09-10 nit changes -tomasMizera 2020-09-09 +Tomas Mizera 2020-09-09 documentation, licence header and renaming -tomasMizera 2020-09-09 +Tomas Mizera 2020-09-09 remove old valuerelation model -tomasMizera 2020-09-09 +Tomas Mizera 2020-09-09 astyle check -tomasMizera 2020-09-09 +Tomas Mizera 2020-09-09 use new features model instead of valuerelation model in qml -tomasMizera 2020-09-09 +Tomas Mizera 2020-09-09 Add features model - cpp @@ -94775,7 +103430,7 @@ Matthias Kuhn 2020-09-11 Removed superfluous bracket Merge: 3bea2e702e2 9ccbeb3217f -signedav 2020-09-11 +David Signer 2020-09-11 Merge pull request #38678 from signedav/fix-relationeditor-flags @@ -94829,7 +103484,7 @@ Martin Dobias 2020-09-11 TIN Mesh creation -signedav 2020-09-11 +David Signer 2020-09-11 default value for mButtonsVisibility on initialization since it's used when creating a widget with no settings (because of an autogenerated form) @@ -94857,7 +103512,7 @@ Ivan Ivanov 2020-09-11 Translate qgis::fieldcalculator to C++ (simplistic UI) -signedav 2020-09-11 +David Signer 2020-09-11 use member to keep state if related layer is in transaction group to set toggleEditing and SaveEdits button visibility @@ -94902,7 +103557,7 @@ Alessandro Pasotti 2020-09-11 Trust layer metadata propagation -Ivan Ivanov 2020-09-11 +Ivan Ivanov 2020-09-11 Parentheses are needed in case the filter expression contains "OR" (#38672) @@ -94924,7 +103579,7 @@ Denis Rouzaud 2020-09-10 respect searchable flag in active layer locator filter -vcloarec 2020-09-10 +Vincent Cloarec 2020-09-10 enable QgsMeshTriangulation with SIP and change SIP_CONCAT_PARTS @@ -94932,63 +103587,63 @@ Denis Rouzaud 2020-09-10 add configuration flags to QgsFields (#38634) -vcloarec 2020-09-10 +Vincent Cloarec 2020-09-10 disable analysis/mesh/QgsMeshTriangulation with SIP -vcloarec 2020-09-10 +Vincent Cloarec 2020-09-10 fix spelling -vcloarec 2020-09-10 +Vincent Cloarec 2020-09-10 minor fixes and add tests -vcloarec 2020-08-31 +Vincent Cloarec 2020-08-31 some fixes and add tests -vcloarec 2020-08-27 +Vincent Cloarec 2020-08-27 add more feedback cancellation and fix doc -vcloarec 2020-08-26 +Vincent Cloarec 2020-08-26 test without different CRS and add some const -vcloarec 2020-08-26 +Vincent Cloarec 2020-08-26 fix bad sync with MDAL -vcloarec 2020-08-26 +Vincent Cloarec 2020-08-26 fix class/struct -vcloarec 2020-08-26 +Vincent Cloarec 2020-08-26 port alg to c++ and minor fixes -vcloarec 2020-08-15 +Vincent Cloarec 2020-08-15 fix MDAL -vcloarec 2020-08-15 +Vincent Cloarec 2020-08-15 fix struct/class -vcloarec 2020-08-15 +Vincent Cloarec 2020-08-15 fix sip and doc -vcloarec 2020-08-15 +Vincent Cloarec 2020-08-15 fixe typo and doc -vcloarec 2020-08-15 +Vincent Cloarec 2020-08-15 TIN Mesh creation @@ -95012,7 +103667,7 @@ Paul Blottiere 2020-09-10 Use an explicit version of pyogctest Merge: 969f9f98a9c 42573323067 -signedav 2020-09-10 +David Signer 2020-09-10 Merge pull request #38658 from suricactus/37847_scroll_to_f @@ -95025,15 +103680,15 @@ Denis Rouzaud 2020-09-10 make QgsRelation::RelationStrength a Q_ENUM and simplify code -signedav 2020-09-10 +David Signer 2020-09-10 better name for buttons visibility setting stored in the widget -signedav 2020-09-10 +David Signer 2020-09-10 set mSaveEditButtons according to the visibility of mToggleEditingButton depending on the transactionGroups AND the buttons visibility setting -signedav 2020-09-10 +David Signer 2020-09-10 handle all button visibility in updateButtons() @@ -95113,19 +103768,19 @@ Nedjima Belgacem 2020-09-10 * remove QAbstractSpinBox::DefaultStepType -Blottiere Paul 2020-09-10 +Paul Blottiere 2020-09-10 Use an explicit version of pyogctest -signedav 2020-09-10 +David Signer 2020-09-10 remove the visibility set of mZoomToFeatureButton on button update since the config or the spatial state do not change here -signedav 2020-09-10 +David Signer 2020-09-10 use the spatial state ofthe child instead of checking the geometry on every buttonUpdate -signedav 2020-09-10 +David Signer 2020-09-10 On one to many relation it should check the referencing layer for being spatial instead of the referenced layer @@ -95133,7 +103788,7 @@ Denis Rouzaud 2020-09-10 follow up -signedav 2020-09-10 +David Signer 2020-09-10 mZoomToFeatureButton visibility is set on several places. To keep it stable and not beeing dependant on the order or the setting it stores mChildIsSpacial and mButtons (the configuration). @@ -95165,11 +103820,11 @@ Nyall Dawson 2020-09-10 Fix loss of marker styles when marker doesn't have associated label -olivierdalang 2020-09-10 +Olivier Dalang 2020-09-10 [refFunctions] fix (mistaken ?) spell check failure -olivierdalang 2020-09-10 +Olivier Dalang 2020-09-10 [refFunctions] fix deadlocks @@ -95193,43 +103848,43 @@ Matthias Kuhn 2020-09-10 Deprecate zonal stats alg -Blottiere Paul 2020-09-09 +Paul Blottiere 2020-09-09 Mount metadata volume in nginx container -Blottiere Paul 2020-09-09 +Paul Blottiere 2020-09-09 Download data and link pyogctest to docker network -Blottiere Paul 2020-09-09 +Paul Blottiere 2020-09-09 Share data volume -Blottiere Paul 2020-09-09 +Paul Blottiere 2020-09-09 Set the default qgis project file to use -Blottiere Paul 2020-09-09 +Paul Blottiere 2020-09-09 Update qgis server prefix path -Blottiere Paul 2020-09-08 +Paul Blottiere 2020-09-08 Use NGINX container IP -Blottiere Paul 2020-09-08 +Paul Blottiere 2020-09-08 Execute pyogctest for the WMS 1.3.0 test suite -Blottiere Paul 2020-09-08 +Paul Blottiere 2020-09-08 Add docker-compose scripts -Blottiere Paul 2020-09-08 +Paul Blottiere 2020-09-08 Add an ogc github workflow -Blottiere Paul 2020-09-08 +Paul Blottiere 2020-09-08 Add basic scripts to build and run QGIS Server @@ -95248,7 +103903,7 @@ Matthias Kuhn 2020-09-10 Add easter egg to show map of user groups (keywords: 'user groups') -uclaros 2020-09-09 +Stefanos Natsis 2020-09-09 Update splash screen message @@ -95321,11 +103976,11 @@ Matthias Kuhn 2020-09-09 Fixup zonal stats implementation Merge: 5213b15789a d6666c0b0b6 -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 Merge branch 'master' into refFunctionsRebase -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 [refFunctions] fix inversion of geomA and geomB ! @@ -95336,7 +103991,7 @@ Denis Rouzaud 2020-09-09 [locator] autocomplete + allow restricting search to a single field in active layer filter -signedav 2020-09-09 +David Signer 2020-09-09 configurable label (title) of relation editor widget instances resolves #37675 @@ -95345,19 +104000,19 @@ Matthias Kuhn 2020-09-09 Fix in place version of zonal stats -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 [refFunctions] cache expression and context -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 [refFunctions] missing help description -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 [refFunctions] fix overlay test -olivierdalang 2020-09-09 +Olivier Dalang 2020-09-09 [refFunctions] add self overlay test @@ -95527,15 +104182,15 @@ Nyall Dawson 2020-09-09 Fix conversion of mapbox gl line cap/join styles -signedav 2020-09-08 +David Signer 2020-09-08 tests for QgsRelationReferenceSearchWidget including selecting NULL and getting proper expression -signedav 2020-08-21 +David Signer 2020-08-21 support selecting NULL in relationreference search widget if allowNull is active -signedav 2020-08-20 +David Signer 2020-08-20 default flag on search widget for relation reference so it's selected when the value changes for the first time. reported here #37843 @@ -95553,23 +104208,23 @@ Matthias Kuhn 2020-09-08 Implements #29504 -olivierdalang 2020-09-08 +Olivier Dalang 2020-09-08 [refFunctions] json helps and cleanup -olivierdalang 2020-09-08 +Olivier Dalang 2020-09-08 [refFunctions] honor limit parameter on disjoint results -olivierdalang 2020-09-08 +Olivier Dalang 2020-09-08 [refFunctions] refactor -olivierdalang 2020-09-08 +Olivier Dalang 2020-09-08 [refFunctions] fix ordering with nearest -olivierdalang 2020-09-08 +Olivier Dalang 2020-09-08 [refFunctions] add cache param @@ -95664,7 +104319,7 @@ Denis Rouzaud 2020-09-08 * maximum number of results for active layer * global maximumum filter + per layer maximum numer of results of all layers features filter -Damiano Lombardi 2020-09-07 +Damiano Lombardi 2020-09-07 Fix cmake config to find qca headers on Opensuse tumbleweed @@ -95688,7 +104343,7 @@ Richard Duivenvoorde 2020-09-07 Implement != operator, update sip -Damiano Lombardi 2020-09-07 +Damiano Lombardi 2020-09-07 Fix cmake config to find qca headers on Opensuse tumbleweed @@ -95950,7 +104605,7 @@ Richard Duivenvoorde 2020-09-05 Run scripts/sipify_all.sh -uclaros 2020-09-05 +Stefanos Natsis 2020-09-05 Fixed failing test @@ -95961,7 +104616,7 @@ Matthias Kuhn 2020-09-04 Allow adding new features via attribute form -uclaros 2020-09-04 +Stefanos Natsis 2020-09-04 Fix comment typo @@ -95972,23 +104627,23 @@ Matthias Kuhn 2020-09-04 Update documuent viewer in the attachment widget on attribute change -uclaros 2020-08-15 +Stefanos Natsis 2020-08-15 Change postfix operator to prefix ++it -uclaros 2020-08-15 +Stefanos Natsis 2020-08-15 Changed QCOMPARE to QVERIFY -uclaros 2020-08-14 +Stefanos Natsis 2020-08-14 Added test cases for split features tool -uclaros 2020-08-14 +Stefanos Natsis 2020-08-14 Destroy edit command when no features were split -uclaros 2020-08-04 +Stefanos Natsis 2020-08-04 Add topological points to all editable layers on split feature @@ -96070,7 +104725,7 @@ Alessandro Pasotti 2020-09-03 Fixes #38580 Merge: 4b8797dacbb fcabfb2ab03 -signedav 2020-09-03 +David Signer 2020-09-03 Merge pull request #38576 from signedav/spellfix @@ -96085,7 +104740,7 @@ Alessandro Pasotti 2020-09-03 Fixes #38531 -signedav 2020-09-03 +David Signer 2020-09-03 fix typo in double-click @@ -96098,7 +104753,7 @@ D'Hont René-Luc 2020-08-27 To speed up QGIS Server WMS request, the SLD will be applied in a dedicated style so it will be not necessary to store the QGIS Style as XML and restore it. Merge: 78ca2a41458 b5af453b8e4 -signedav 2020-09-03 +David Signer 2020-09-03 Merge pull request #38331 from signedav/relation-config @@ -96137,23 +104792,23 @@ D'Hont René-Luc 2020-09-02 [Oracle] Add support for virtual (generated) column -Blottiere Paul 2020-09-02 +Paul Blottiere 2020-09-02 Update tests -Blottiere Paul 2020-09-02 +Paul Blottiere 2020-09-02 Skip the configure part for an external layer -Blottiere Paul 2020-09-02 +Paul Blottiere 2020-09-02 Add cpp unit tests -Blottiere Paul 2020-09-02 +Paul Blottiere 2020-09-02 Update python tests -Blottiere Paul 2020-09-02 +Paul Blottiere 2020-09-02 Keep external layers ordering. Fixes #35873 @@ -96221,15 +104876,15 @@ Harrissou Sant-anna 2020-09-01 Correctly render qgsMapRendererJob use case steps in docs -olivierdalang 2020-09-01 +Olivier Dalang 2020-09-01 [rotated_ticks] replace expected image from travis -olivierdalang 2020-09-01 +Olivier Dalang 2020-09-01 [rotated_ticks] add missing since 3.16 doctags -olivierdalang 2020-08-31 +Olivier Dalang 2020-08-31 [rotated_ticks] prepare_commit and tests @@ -96291,7 +104946,7 @@ Nyall Dawson 2020-08-31 Be less restrictive when saving annotation layers -vcloarec 2020-08-14 +Vincent Cloarec 2020-08-14 fix transform Polygon to CurvePolygon when splitting @@ -96345,13 +105000,13 @@ Harrissou Sant-anna 2020-08-31 Fix regexp_match example output -olivierdalang 2020-08-31 +Olivier Dalang 2020-08-31 [rotated_ticks] allow to set a margin for outwards facing annotations to help avoiding overlaps and/or out of bounds annotations -olivierdalang 2020-08-31 +Olivier Dalang 2020-08-31 [rotated_ticks] don't disable annotation rotation widgets @@ -96449,11 +105104,11 @@ Harrissou Sant-anna 2020-08-23 geom_to_wkt returns a string -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 (typo) -olivierdalang 2020-08-19 +Olivier Dalang 2020-08-19 [virtual layers] support curved geometries (segmentized) @@ -96543,67 +105198,67 @@ Alexander Bruy 2020-08-27 use layer type enum instead of bool flags fix use of QStringLiteral -Blottiere Paul 2020-08-27 +Paul Blottiere 2020-08-27 Update landing page tests -Blottiere Paul 2020-08-27 +Paul Blottiere 2020-08-27 Update sip binding -Blottiere Paul 2020-08-25 +Paul Blottiere 2020-08-25 Clean -Blottiere Paul 2020-08-25 +Paul Blottiere 2020-08-25 Update unit tests -Blottiere Paul 2020-08-24 +Paul Blottiere 2020-08-24 Add name method -Blottiere Paul 2020-08-24 +Paul Blottiere 2020-08-24 Update environment variable name -Blottiere Paul 2020-08-24 +Paul Blottiere 2020-08-24 Update doc -Blottiere Paul 2020-08-21 +Paul Blottiere 2020-08-21 Add unit test -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Clean -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Dynamic landing page settings -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Use pg connection enum -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Add settings to projectsFromUri method -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Add a setting parameter to projects method -Blottiere Paul 2020-08-20 +Paul Blottiere 2020-08-20 Add a new server settings member -Blottiere Paul 2020-08-19 +Paul Blottiere 2020-08-19 Add new settings -Blottiere Paul 2020-08-19 +Paul Blottiere 2020-08-19 Fixes minor typo in doc @@ -96740,96 +105395,96 @@ Loïc Bartoletti 2020-08-24 readd and fix tests -lbartoletti 2020-07-13 +Loïc Bartoletti 2020-07-13 add tests -lbartoletti 2020-07-13 +Loïc Bartoletti 2020-07-13 Same for QgsTriangle and fix an error on the WKT parser. A WKT containing 3 or 4 coordinates (if the start and end points match) will be allowed -lbartoletti 2020-07-13 +Loïc Bartoletti 2020-07-13 Adds a few magic to make the parser more tolerant of typos and allows the creation of empty geometry using empty parentheses like 'LineString ( )'. -lbartoletti 2020-05-28 +Loïc Bartoletti 2020-05-28 remove qdebug -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 fix circular string with extra parenthesis in qgsgeometry -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 one again -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 other linestrings with extra parenthtesis and false tests -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 Don't use linestring() wkt but linestring empty -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 fix circularstring and add tests -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 add more tests -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 fix linestring to return a null geometry when coordinates are not nubmers -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 Fix pointsFromWKT to accept only number -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 Fix tests. You can not add NaN in a WKT -lbartoletti 2020-05-27 +Loïc Bartoletti 2020-05-27 Fix Point with invalid value and add tests -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 one more wkt fixed test_qgsgeometry -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 one more wkt fixed -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 Fix some parenthesis -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 indent -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 fix relates_data.csv -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 Fix TestQgsMapToolAddFeatureLine -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 add tests -lbartoletti 2020-05-20 +Loïc Bartoletti 2020-05-20 Fix unbalanced parenthesis in WKT parser. Retruns a Magic NULL information. Methods receiving this NULL must returns a NULL geometry. -signedav 2020-08-24 +David Signer 2020-08-24 call loadDocument in setDocumentViewerContent instead over a seperate method updateDocumentViewer needs not to be called on Image before the laod of the document (because it's called after the document load (or unload)) @@ -97005,7 +105660,7 @@ Nyall Dawson 2020-08-21 Tweak fill offset label layout for better layout arrangement Merge: ae8ea31a0f9 cbad71c2cdc -signedav 2020-08-21 +David Signer 2020-08-21 Merge pull request #38385 from signedav/relref-filter @@ -97046,11 +105701,11 @@ Harrissou Sant-anna 2020-08-18 Whether skybox is enabled is now saved as part of the 3D Map settings -olivierdalang 2020-08-19 +Olivier Dalang 2020-08-19 [layout expressions] add Y page offset expression - tests -olivierdalang 2020-07-03 +Olivier Dalang 2020-07-03 [layout expressions] add Y page offset expression @@ -97076,29 +105731,29 @@ Denis Rouzaud 2020-08-20 fix python code formatting -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] astyle -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] help json -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] add more tests -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] fix tests (used $id instead of id, somehow some of them still passed ?!) -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] remove neighbours param for geometry_overlay_nearest and use limit instead -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] fix broken test, which now fails @@ -97106,35 +105761,35 @@ olivierdalang 2020-08-20 QgsGeometries, comparing two invalid/empty geometries always was true...) -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] honor testOnly parameter for geometry_overlay_nearest too -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] fix not working in attribute table -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] reenable neighbours and max_distance for geometry_overlay_nearest -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] add help texts -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] remove *_test functions and factor repeated code Merge: d4f8e2c21f7 c8082b9ad8d -olivierdalang 2020-08-20 +Olivier Dalang 2020-08-20 [refFunctions] remove *_test functions and factor repeated code # Conflicts: # src/core/expression/qgsexpressionfunction.cpp -olivierdalang 2020-07-15 +Olivier Dalang 2020-07-15 [refFunctions] (initial help text) @@ -97193,7 +105848,7 @@ Ivan Ivanov 2020-08-17 Allow adding new features via attribute form -signedav 2020-08-20 +David Signer 2020-08-20 clear expression on empty value and set expression when there is a value. this fixes #37843 @@ -97220,7 +105875,7 @@ Matthias Kuhn 2020-08-18 Fixes #28592 -Jorge Gustavo Rocha 2020-08-19 +Jorge Gustavo Rocha 2020-08-19 Improve native item_id variable_help @@ -97374,7 +106029,7 @@ Nyall Dawson 2020-08-18 layers. Using a combobox is also much more compact, giving us some extra space to use for more helpful explanatory text -signedav 2020-08-18 +David Signer 2020-08-18 improved texts for warning message and docs @@ -97397,7 +106052,7 @@ Alessandro Pasotti 2020-08-18 Server landingpage initial extent -signedav 2020-08-18 +David Signer 2020-08-18 Update src/core/qgseditformconfig.cpp @@ -97517,7 +106172,7 @@ Loïc Bartoletti 2020-07-27 add test with prod data -lbartoletti 2020-07-15 +Loïc Bartoletti 2020-07-15 Fix discover relations @@ -97563,7 +106218,7 @@ Alessandro Pasotti 2020-08-17 Server landingpage makes good use of initial extent -signedav 2020-08-17 +David Signer 2020-08-17 updateProperties function private and no reference for currentFormFeature @@ -97575,15 +106230,15 @@ Alessandro Pasotti 2020-08-17 Server landingpage: expose initial extent -signedav 2020-08-17 +David Signer 2020-08-17 set the first relation editor widget instance when setting the nm-rel and the force-suppress-popup the legacy way over setWidgetConfig to keep it backwards compatible -signedav 2020-08-17 +David Signer 2020-08-17 fallback writing nm-rel and force-suppress-popup to the tab config -signedav 2020-08-17 +David Signer 2020-08-17 improve comment @@ -97658,7 +106313,7 @@ Alexander Bruy 2020-08-17 raise an assert if algorithm which should be added to the toolbar is not found -signedav 2020-08-14 +David Signer 2020-08-14 On change of an attribute the documentViewer expression of the externalRessourceWidget depends on, the documentViewer should be updated. To not be needed to check for all the widget values in the form, the mCurrentFormFeature is introduced that contains all the values that are received on change of the widget values. @@ -97947,7 +106602,7 @@ Matthias Kuhn 2020-08-14 Fix crash on reloading project with annotation items -signedav 2020-08-14 +David Signer 2020-08-14 setting forceSuppressFormPopup only when true in the widget (not unset it when false) and use more specific function descriptions @@ -97968,15 +106623,15 @@ Matthias Kuhn 2020-08-13 Remove qgsannotationitem.cpp -signedav 2020-08-13 +David Signer 2020-08-13 resolve unintended fallthrough -signedav 2020-08-13 +David Signer 2020-08-13 initialize member variable -signedav 2020-08-13 +David Signer 2020-08-13 support relation editor widgets of autoconfigured form configured in previous versions @@ -98013,11 +106668,11 @@ Matthias Kuhn 2020-08-13 This file does nothing. -signedav 2020-08-13 +David Signer 2020-08-13 default value of forceSuppressFormPopup is false -signedav 2020-08-13 +David Signer 2020-08-13 correct set of forceSuppressPopup state renamed cardinality to nmRelationId since it's not a cardinality - it's the id of the relation connected through the many-to-many cardinality in this relation editor widget @@ -98051,11 +106706,11 @@ Marco Hugentobler 2020-08-12 Server external wms several layers -Samweli 2020-08-12 +Samweli Mwakisambwe 2020-08-12 added tests for wms layer properties -Samweli 2020-08-10 +Samweli Mwakisambwe 2020-08-10 check for wmst dimensions when updating layer properties @@ -98227,13 +106882,13 @@ Nyall Dawson 2020-08-10 to manually write their own capabilities parsing code in order to retrieve the available CRSes for a service... ouch! -signedav 2020-08-10 +David Signer 2020-08-10 disable double click on items in the available widgets tree show info message for relation and qml/html widget, where to configure it select the dropped feature -signedav 2020-08-10 +David Signer 2020-08-10 care for the relation widget config made or read over the API means the force-suppress-popup and nm-rel in the editFormConfig are written according to the first instance of the widget-tree from same type and name for each relation. and on creating the widget it reads first this config and is only overwritten if there are specific widget config available. @@ -98268,27 +106923,27 @@ Matthias Kuhn 2020-08-10 Setup Qt 5.14 github workflow -signedav 2020-08-07 +David Signer 2020-08-07 use itemdata->name (what is the relation-id of relation widgets, not like the displayName what would be the relation-name) to set the relation in the settings -signedav 2020-08-07 +David Signer 2020-08-07 set cardinality (and with it the relation) of the widget and the forceSuppressFormPopup state after the widget has been created -signedav 2020-08-07 +David Signer 2020-08-07 fix setting of forceSuppress -signedav 2020-08-06 +David Signer 2020-08-06 fallback reading old config -signedav 2020-08-06 +David Signer 2020-08-06 remove attributerelationedit since all settings for relations are done in the widget configuration -signedav 2020-08-06 +David Signer 2020-08-06 move the cardinality and the forceSuppressFormPopup to the widget configuration - stored in a QgsAttributeEditorElement @@ -98329,15 +106984,15 @@ Harrissou Sant-anna 2020-08-02 fix examples and description add/update examples to "cross-link" functions -vcloarec 2020-08-06 +Vincent Cloarec 2020-08-06 fix processing test and remove invisible char -vcloarec 2020-08-05 +Vincent Cloarec 2020-08-05 fix typo and SIP -vcloarec 2020-08-05 +Vincent Cloarec 2020-08-05 fix QgsDuaEdgeTriangulation @@ -98596,7 +107251,7 @@ Nyall Dawson 2020-08-07 Force the pen width to a minimum 1 px size when the advanced dash tweaks are enabled to avoid this -vcloarec 2020-06-24 +Vincent Cloarec 2020-06-24 fix default reference time (current) not UTC for mesh layer @@ -98691,13 +107346,13 @@ Borys Jurgiel 2020-08-06 Co-authored-by: Nyall Dawson Merge: 61809384007 8ad63fccbb8 -signedav 2020-08-06 +David Signer 2020-08-06 Merge pull request #38152 from signedav/revert-bad-commit Fix long reload of filter change in attribute table by revert bad commit -Etienne Trimaille 2020-08-05 +Etienne Trimaille 2020-08-05 Plugin installer - rephrase error message when plugin is not found @@ -98707,31 +107362,31 @@ Harrissou Sant-anna 2020-08-06 reduce dialog minimal size and margins, fix tab order and add help button -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 use qgis::overload instead of QOverload -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Change skybox faces to more intuitive names in the UI -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Remove transform and unneeded includes from qskyboxentity.h -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Use currentIndex instead of currentText for combobox -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Add tr to skybox types -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 get rid of TexturesCollectionSkybox -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Rename HDR skybox to panoramic skybox @@ -98747,7 +107402,7 @@ Nyall Dawson 2020-08-05 is pointing to a local development path or a plugin installed through the repo. -NEDJIMAbelgacem 2020-08-06 +Nedjima Belgacem 2020-08-06 Use path resolver's read/writePath() Remove QSkyboxEntity include @@ -98767,11 +107422,11 @@ Borys Jurgiel 2020-08-05 [postgres] Only fetch type info of used fields. Fixes #38114 -signedav 2020-08-05 +David Signer 2020-08-05 set title of groupbox -NEDJIMAbelgacem 2020-08-05 +Nedjima Belgacem 2020-08-05 Fix compilation error for ubuntu system packages users @@ -98924,7 +107579,7 @@ Nyall Dawson 2019-10-21 Kudos to @manisandro -signedav 2020-08-05 +David Signer 2020-08-05 Revert "on ensuring the selection, the dependend objects (like feature info and count of features) in the gui need to be updated even if the selection is not affected. This fixes that on adding or removing features the counter on the GUI will be updated." @@ -98943,39 +107598,39 @@ Mathieu Pellerin 2020-08-05 [console] Fix error when console history file is missing from the user profile directory (fixes #38142) -root676 2020-08-04 +Clemens Raffler 2020-08-04 fix crash with emtpy inputBlocks -root676 2020-08-04 +Clemens Raffler 2020-08-04 fix helpstrings -root676 2020-08-03 +Clemens Raffler 2020-08-03 fix test result file -root676 2020-08-03 +Clemens Raffler 2020-08-03 add tests -root676 2020-08-03 +Clemens Raffler 2020-08-03 format code -root676 2020-08-03 +Clemens Raffler 2020-08-03 add testdata for lowest position alg -root676 2020-08-03 +Clemens Raffler 2020-08-03 add testdata for highest position alg -root676 2020-08-03 +Clemens Raffler 2020-08-03 finalize raster stack position algorithms -root676 2020-07-27 +Clemens Raffler 2020-07-27 add new raster stack position algorithms @@ -99059,12 +107714,12 @@ Matthias Kuhn 2020-08-04 References https://github.com/qgis/QGIS/pull/37041#issuecomment-668486146 -NEDJIMAbelgacem 2020-08-04 +Nedjima Belgacem 2020-08-04 Add missing documentation Merge: 4ac66d08c82 f2bbb3e6577 -NEDJIMAbelgacem 2020-08-04 +Nedjima Belgacem 2020-08-04 Fix merge conflict Merge branch 'master' into skybox-feature @@ -99076,7 +107731,7 @@ Matthias Kuhn 2020-08-04 Support for rotated ticks/annotation -NEDJIMAbelgacem 2020-08-04 +Nedjima Belgacem 2020-08-04 Add SIP_NO_FILE and fix bindings @@ -99186,7 +107841,7 @@ Matthias Kuhn 2020-08-02 Fix control images -signedav 2020-08-03 +David Signer 2020-08-03 remove setting of config in the html and qml wrappers since there is no info stored in the editFormConfig (and if so, then it would lead to issues, since elementDev->name() is not necessarily unique) @@ -99347,11 +108002,11 @@ Jürgen E. Fischer 2020-08-02 * include qgis-server-wmts * fix Qt53DExtras cmake module lookup -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Add enum skybox types -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Refactoring @@ -99375,69 +108030,69 @@ Matthias Kuhn 2020-08-02 Cleanup leftover images -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Move writeXml and readXml to qgsskyboxsettings.cpp -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Add _3D_EXPORT Merge: 737143d0b7b 46a91533d6a -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Fix merge conflict -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Use the same vertex shader for different skybox implementations Merge: 942ec923846 e06cefeca46 -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Merge branch 'master' into skybox-feature -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Fix docs -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Remove 3D canvas from Qgs3DMapConfigWidget constructor -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Add docs -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 initialize mSkyboxSettings in Qgs3DMapSettings constructor -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Add licence -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 def_window_title_check test fix -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Fix skybox cubemap issue -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Load skybox using skybox settings when project is opened -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Delete previous skybox implementation and save skybox settings as a DOM element -NEDJIMAbelgacem 2020-08-02 +Nedjima Belgacem 2020-08-02 Persist skybox settings across settings dialog creations -NEDJIMAbelgacem 2020-08-01 +Nedjima Belgacem 2020-08-01 skybox settings UI @@ -99455,7 +108110,7 @@ Matthias Kuhn 2020-08-01 Don't restore georeferencer window if it was maximized -uclaros 2020-08-01 +Stefanos Natsis 2020-08-01 Don't restore georeferencer window if it was maximized @@ -99466,11 +108121,11 @@ D'Hont René-Luc 2020-08-01 [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs -NEDJIMAbelgacem 2020-08-01 +Nedjima Belgacem 2020-08-01 Split skybox class into 2 classes for HDR and 6 faces -NEDJIMAbelgacem 2020-08-01 +Nedjima Belgacem 2020-08-01 HDR skyboxes implementation @@ -99530,17 +108185,17 @@ Matthias Kuhn 2020-07-30 Update test masks -olivierdalang 2020-07-30 +Olivier Dalang 2020-07-30 [layout] rotated grid ticks/annotations - update expected images masks AGAIN -olivierdalang 2020-07-30 +Olivier Dalang 2020-07-30 [layout] rotated grid ticks/annotations - update expected images masks (thanks parse_dash_results.py) -olivierdalang 2020-07-27 +Olivier Dalang 2020-07-27 [layout] rotated grid ticks/annotations (rebased) @@ -99560,11 +108215,11 @@ Nyall Dawson 2020-07-31 Fixes #38046 -NEDJIMAbelgacem 2020-07-31 +Nedjima Belgacem 2020-07-31 Get cube map textures loading into seperate classes -NEDJIMAbelgacem 2020-07-31 +Nedjima Belgacem 2020-07-31 skybox settings class and related slots/signals @@ -99605,11 +108260,11 @@ Alexander Bruy 2020-07-30 allow to copy all line measurements at once (fix #20498) -vcloarec 2020-07-29 +Vincent Cloarec 2020-07-29 fix doc and more cleaning -vcloarec 2020-07-29 +Vincent Cloarec 2020-07-29 renaming and cleaning of Triangulation class and export to QgsMesh @@ -99677,15 +108332,15 @@ Daniel Minor 2020-07-20 them in a group below the x axis. The rendering for positive values is unchanged, above the x axis. -NEDJIMAbelgacem 2020-07-30 +Nedjima Belgacem 2020-07-30 Add toExportParameters() to DummyMaterialSettings test -NEDJIMAbelgacem 2020-07-30 +Nedjima Belgacem 2020-07-30 skybox rendering initial implementation -vcloarec 2020-07-29 +Vincent Cloarec 2020-07-29 renaming and typo @@ -99770,55 +108425,55 @@ Harrissou Sant-anna 2020-07-29 Harmonize NULL spelling in function help -vcloarec 2020-07-21 +Vincent Cloarec 2020-07-21 add button in tool bar to switch between linear/circular digitizing -vcloarec 2020-07-20 +Vincent Cloarec 2020-07-20 allow mix digitizing curve and digitizing trace -vcloarec 2020-07-20 +Vincent Cloarec 2020-07-20 sync vertices with matches -vcloarec 2020-07-20 +Vincent Cloarec 2020-07-20 some refactoring and fixes issue with rubberband and trace -vcloarec 2020-07-10 +Vincent Cloarec 2020-07-10 fixe some issue with trace -vcloarec 2020-07-09 +Vincent Cloarec 2020-07-09 fix loss of circular when feature is finished and add tests -vcloarec 2020-07-09 +Vincent Cloarec 2020-07-09 some few refactoring an fix tracing issue -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 fix doc and pass map tool reshape test -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 fix SIP end doc -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 fix issue with Z value and fix reshape test -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 fix SIP -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 QgsMapToolCapture support circular curve -vcloarec 2020-07-08 +Vincent Cloarec 2020-07-08 split vector feature with QgsCurve @@ -99830,11 +108485,11 @@ Mathieu Pellerin 2020-07-28 [locator] Add user locale handling to the goto locator -ghtmtt 2020-07-28 +Matteo Ghetta 2020-07-28 typo -ghtmtt 2020-07-28 +Matteo Ghetta 2020-07-28 enhance nearest neighbour analysis description @@ -99928,63 +108583,63 @@ Nyall Dawson 2020-07-14 Partial 3d symbol style manager work -root676 2020-07-28 +Clemens Raffler 2020-07-28 those unecessary blanks in helpstrings... -root676 2020-07-28 +Clemens Raffler 2020-07-28 optimize data extraction from QgsRasterBlocks -root676 2020-07-28 +Clemens Raffler 2020-07-28 fix parameter name -root676 2020-07-27 +Clemens Raffler 2020-07-27 fix helpstrings -root676 2020-07-27 +Clemens Raffler 2020-07-27 remove metadata files from testresults -root676 2020-07-27 +Clemens Raffler 2020-07-27 format algorithm -root676 2020-07-27 +Clemens Raffler 2020-07-27 format tests -root676 2020-07-27 +Clemens Raffler 2020-07-27 refactor qgsalgorithmrasterequaltofrequency to qgsalgorithmrasterfrequencybycompariosnoperator, add new Greater than frequency and Less than frequency algorithms -root676 2020-07-27 +Clemens Raffler 2020-07-27 add new testdata -root676 2020-07-27 +Clemens Raffler 2020-07-27 update tests for new algorithms -root676 2020-07-25 +Clemens Raffler 2020-07-25 format code -root676 2020-07-25 +Clemens Raffler 2020-07-25 add value-testrasters -root676 2020-07-25 +Clemens Raffler 2020-07-25 add expected test result rasters -root676 2020-07-25 +Clemens Raffler 2020-07-25 add Equal to frequency processing test -root676 2020-07-25 +Clemens Raffler 2020-07-25 add native Equal to frequency algorithm @@ -100014,11 +108669,11 @@ Nyall Dawson 2020-07-28 Add render context flag to use when a map render job is part of a 3d map Merge: 750f21d4672 e06cefeca46 -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 Merge master and fix merge conflict -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 Add SIP_SKIP to QgsPolygon3DSymbol::exportGeometries and its overloads @@ -100170,23 +108825,23 @@ Mathieu Pellerin 2020-07-27 [FEATURE][locator] Add a goto locator -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 Moved finding geometries from parseVectorLayerEntity to each symbol class -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 change to QgsDebugMsg -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 erase inheritance from QObject -NEDJIMAbelgacem 2020-07-28 +Nedjima Belgacem 2020-07-28 Code cleanup -NEDJIMAbelgacem 2020-07-27 +Nedjima Belgacem 2020-07-27 Move initialization to header, erase parent_name from export object @@ -100283,7 +108938,7 @@ Nyall Dawson 2020-07-26 Fixes #37938 -NEDJIMAbelgacem 2020-07-26 +Nedjima Belgacem 2020-07-26 Added skybox rendering settings widget @@ -100309,24 +108964,24 @@ Nyall Dawson 2020-07-25 Allow symbol and color ramp visitors the ability to edit symbols/color ramps they visit -NEDJIMAbelgacem 2020-07-25 +Nedjima Belgacem 2020-07-25 Fix documentation -NEDJIMAbelgacem 2020-07-25 +Nedjima Belgacem 2020-07-25 add SIP_FACTO to QgsAbstractMaterialSettings::toExportParameters Merge: 1a73f1de5a2 8b5dedf6252 -NEDJIMAbelgacem 2020-07-25 +Nedjima Belgacem 2020-07-25 Merge master - adapt to QgsAbstractMaterialSettings implementation -NEDJIMAbelgacem 2020-07-25 +Nedjima Belgacem 2020-07-25 Add layer name to .obj file object name -NEDJIMAbelgacem 2020-07-25 +Nedjima Belgacem 2020-07-25 Added QgsImageTexture docs @@ -100558,15 +109213,15 @@ Nyall Dawson 2020-07-22 [processing] Remove restrictive length limitations on created fields -NEDJIMAbelgacem 2020-07-22 +Nedjima Belgacem 2020-07-22 Added QgsImageTexture documentations -NEDJIMAbelgacem 2020-07-22 +Nedjima Belgacem 2020-07-22 qDebug & QString cleanup -NEDJIMAbelgacem 2020-07-22 +Nedjima Belgacem 2020-07-22 Fixed highlight lines export bug @@ -100574,7 +109229,7 @@ Julien Cabieces 2020-07-22 Fix default value expression on double field -NEDJIMAbelgacem 2020-07-22 +Nedjima Belgacem 2020-07-22 vecctor layer texture export @@ -100802,11 +109457,11 @@ Julien Cabieces 2020-07-06 Fixes #37342 : manage Postgres parallel plans when estimating row count Merge: f57f21ea124 3af038f8612 -NEDJIMAbelgacem 2020-07-19 +Nedjima Belgacem 2020-07-19 Merge branch 'master' into export-scene-feature -NEDJIMAbelgacem 2020-07-19 +Nedjima Belgacem 2020-07-19 trying to export lines and points refactoring @@ -100929,7 +109584,7 @@ Alessandro Pasotti 2020-07-16 Add geom col capabilities and create spatial index -NEDJIMAbelgacem 2020-07-16 +Nedjima Belgacem 2020-07-16 Export mesh terrain position data @@ -100940,7 +109595,7 @@ Matthias Kuhn 2020-07-16 allow to customize convertToCurves parameters for tracing curves -NEDJIMAbelgacem 2020-07-16 +Nedjima Belgacem 2020-07-16 Code refactoring @@ -100980,7 +109635,7 @@ Nyall Dawson 2020-07-14 Minor cleanup: move guts of oriented minimum bounding box calculation to QgsInternalGeometryEngine -uclaros 2020-07-16 +Stefanos Natsis 2020-07-16 Fix returning topological candidates when using deprecated QgsGeometry::splitGeometry @@ -101072,11 +109727,11 @@ Ivan Ivanov 2020-07-15 feature ids with negative numbers are used for uncommitted/newly added features -olivierdalang 2020-07-15 +Olivier Dalang 2020-07-15 added test for tracing curves far from the origin -olivierdalang 2020-07-15 +Olivier Dalang 2020-07-15 allow to customize convertToCurves parameters for tracing curves @@ -101123,11 +109778,11 @@ Daniel Minor 2020-07-11 Fixes #34915 -NEDJIMAbelgacem 2020-07-14 +Nedjima Belgacem 2020-07-14 rule based renderer initial implementation -NEDJIMAbelgacem 2020-07-14 +Nedjima Belgacem 2020-07-14 Refactoring @@ -101154,7 +109809,7 @@ Alessandro Pasotti 2020-07-12 Connections API: add nativeTypes method -NEDJIMAbelgacem 2020-07-14 +Nedjima Belgacem 2020-07-14 Refactor phong material setup @@ -101166,11 +109821,11 @@ Mathieu Pellerin 2020-07-14 [layouts] Allow cell-based data-defined text format in the attribute table -NEDJIMAbelgacem 2020-07-14 +Nedjima Belgacem 2020-07-14 Export meshes loaded using QMesh class -NEDJIMAbelgacem 2020-07-14 +Nedjima Belgacem 2020-07-14 Scene loader geometries extraction @@ -101281,15 +109936,15 @@ Harrissou Sant-anna 2020-07-14 Move maptip function help to variants structure -uclaros 2020-07-13 +Stefanos Natsis 2020-07-13 Only switch Qgis to previous used tool if the current tool is the move point tool -uclaros 2020-07-13 +Stefanos Natsis 2020-07-13 Check if previous map tool is nullptr -uclaros 2020-06-17 +Stefanos Natsis 2020-06-17 fix georeferencer sticky move gcp button @@ -101330,23 +109985,23 @@ Denis Rouzaud 2020-07-13 fix build with Qt < 5.12 -NEDJIMAbelgacem 2020-07-13 +Nedjima Belgacem 2020-07-13 Add smooth edges parameter where it is missing -NEDJIMAbelgacem 2020-07-13 +Nedjima Belgacem 2020-07-13 Export normals of instanced regular geometries -NEDJIMAbelgacem 2020-07-13 +Nedjima Belgacem 2020-07-13 export the material of instanced regular geometries -NEDJIMAbelgacem 2020-07-13 +Nedjima Belgacem 2020-07-13 export instanced regular geometries -NEDJIMAbelgacem 2020-07-13 +Nedjima Belgacem 2020-07-13 Select directories in the file widget @@ -101462,11 +110117,11 @@ Nyall Dawson 2020-07-10 Add text format to QgsTableCell -NEDJIMAbelgacem 2020-07-12 +Nedjima Belgacem 2020-07-12 Export polygons phong material -NEDJIMAbelgacem 2020-07-12 +Nedjima Belgacem 2020-07-12 Export lines phong material @@ -101505,11 +110160,11 @@ Matthias Kuhn 2020-07-11 References #37359 -NEDJIMAbelgacem 2020-07-11 +Nedjima Belgacem 2020-07-11 Added buffered lines export -NEDJIMAbelgacem 2020-07-11 +Nedjima Belgacem 2020-07-11 Changed vector layer parsing function @@ -101523,7 +110178,7 @@ Alessandro Pasotti 2020-07-11 Fix #37757 -NEDJIMAbelgacem 2020-07-11 +Nedjima Belgacem 2020-07-11 Warning message for not parsed layers @@ -101555,11 +110210,11 @@ Denis Rouzaud 2020-07-11 * sipify -NEDJIMAbelgacem 2020-07-11 +Nedjima Belgacem 2020-07-11 Save and reload export settings -NEDJIMAbelgacem 2020-07-11 +Nedjima Belgacem 2020-07-11 Set 3d.svg as export icon @@ -101605,17 +110260,17 @@ Nyall Dawson 2020-07-10 Fixes #37727 -NEDJIMAbelgacem 2020-07-10 +Nedjima Belgacem 2020-07-10 Deleted LoD leafs from scene exporter -nedjima 2020-07-10 +Nedjima Belgacem 2020-07-10 clone terrain generator before editing the resolution set terrain in clone function disconnect future watcher connections properly -Ivan Ivanov 2020-07-10 +Ivan Ivanov 2020-07-10 Reload the data source when a dependency layer is changed (#37475) @@ -101624,7 +110279,7 @@ Ivan Ivanov 2020-07-10 expected to be emitted when deleting or creating a feature, but as the layer is reloaded, the second `dataChanged` is not emitted. -nedjima 2020-07-10 +Nedjima Belgacem 2020-07-10 Deleted the synchronous loading of terrain and texture Now uses waitForFinished function @@ -101635,12 +110290,12 @@ Matthias Kuhn 2020-07-10 ... or QGIS crashes when offline editing layers with auxiliary storage attached -nedjima 2020-07-10 +Nedjima Belgacem 2020-07-10 Deleted createPlane*Data functions Switched to buffer data generator -nedjima 2020-07-10 +Nedjima Belgacem 2020-07-10 CMakeLists cleanup Deleted .bom files @@ -101872,7 +110527,7 @@ Denis Rouzaud 2020-07-09 because one should write some Perl everyday to realize how life is nicer without it -nedjima 2020-07-09 +Nedjima Belgacem 2020-07-09 Some code cleanup @@ -101887,15 +110542,15 @@ Alexander Bruy 2020-07-09 when adding new field apply precision only when field type supports it -Blottiere Paul 2020-07-07 +Paul Blottiere 2020-07-07 Update unit tests -Blottiere Paul 2020-07-06 +Paul Blottiere 2020-07-06 Use query parameter instead -Blottiere Paul 2020-07-06 +Paul Blottiere 2020-07-06 Fix bool type in schema @@ -101907,7 +110562,7 @@ Alexander Bruy 2020-07-09 Rescale raster algorithm for Processing Merge: cfd9afed712 d523eb99b74 -signedav 2020-07-09 +David Signer 2020-07-09 Merge pull request #37672 from signedav/shortcut-edit @@ -102038,19 +110693,19 @@ Alessandro Pasotti 2020-07-08 Fix QgsVectorFileWriter python issue (leak & functional) -nedjima 2020-07-08 +Nedjima Belgacem 2020-07-08 Added scale parameter -nedjima 2020-07-08 +Nedjima Belgacem 2020-07-08 Added initial mtl implementation -signedav 2020-07-08 +David Signer 2020-07-08 fix wrong feedback message in case addFeatures had not been successful in paste and improvements of the message texts -signedav 2020-07-08 +David Signer 2020-07-08 raise message and return if trying to paste or cut features on not editable layer @@ -102086,7 +110741,7 @@ Alessandro Pasotti 2020-07-08 Fixes #37386 -nedjima 2020-07-08 +Nedjima Belgacem 2020-07-08 Added terrain texture resolution spinbox @@ -102172,7 +110827,7 @@ Alessandro Pasotti 2020-07-07 DB Connections API: add fields method -> column info -olivierdalang 2020-07-07 +Olivier Dalang 2020-07-07 fix crash when QgsFeature has no layer @@ -102180,11 +110835,11 @@ Denis Rouzaud 2020-07-07 fix adding relation with multiple field pairs from dialog (#37640) -nedjima 2020-07-07 +Nedjima Belgacem 2020-07-07 Added missing documentation -nedjima 2020-07-07 +Nedjima Belgacem 2020-07-07 texture coordinates generation terrain texture generation @@ -102240,7 +110895,7 @@ Alessandro Pasotti 2020-07-06 fix test after change to setMaximumSymbolSize Merge: ed2ebeb27e7 992b1f2aa8f -nedjima 2020-07-06 +Nedjima Belgacem 2020-07-06 Merge branch 'master' into export-scene-feature @@ -102251,7 +110906,7 @@ Alessandro Pasotti 2020-07-06 QgsFeature default constructor set fid to invalid -nedjima 2020-07-06 +Nedjima Belgacem 2020-07-06 Added normals export @@ -102263,7 +110918,7 @@ Marco Hugentobler 2020-07-06 Add unit test for maximum symbol size in legend Merge: 6597b4ab6c4 dc0039aa6a5 -signedav 2020-07-06 +David Signer 2020-07-06 Merge pull request #37570 from signedav/copypaste-references @@ -102307,11 +110962,11 @@ Nyall Dawson 2020-07-05 Minor api cleanups (use Maximum/Minimum instead of min/max), dox fixes (\command instead of @command) -nedjima 2020-07-05 +Nedjima Belgacem 2020-07-05 Fixed flat terrain scale bug -nedjima 2020-07-05 +Nedjima Belgacem 2020-07-05 Improved the code according to Nyall's suggessions @@ -102387,15 +111042,15 @@ José de Paula Rodrigues Neto Assis 2020-07-04 src/core/geometry/qgspoint.cpp so QGIS may be built against Qt 5.15.0. This is a followup to PR #37548. -nedjima 2020-07-04 +Nedjima Belgacem 2020-07-04 Fixed documentation -nedjima 2020-07-04 +Nedjima Belgacem 2020-07-04 Fixing documentation -nedjima 2020-07-04 +Nedjima Belgacem 2020-07-04 Adding documentation and fixing code layout @@ -102440,7 +111095,7 @@ Nyall Dawson 2020-07-04 Offset can be set in different units, including map units, and can be data defined -nedjima 2020-07-04 +Nedjima Belgacem 2020-07-04 Created QgsExportObject to manage each object data (position coordinates, textures, normals ...) Fixed an issue with QgsDemHeightMapGenerator::renderSynchronously because it wasm't doing the same things as asynchronous rendering function @@ -102471,11 +111126,11 @@ Matthias Kuhn 2020-07-03 [dox] fix code formatting -signedav 2020-07-03 +David Signer 2020-07-03 variable names, doc and delete dialog -signedav 2020-07-01 +David Signer 2020-07-01 using a lambda signal and dialog show for fixing up attributes, so e.g. parent features can be created in between @@ -102608,11 +111263,11 @@ Nyall Dawson 2020-07-03 code which seems to do this in place since the new geometry engine was introduced back in 2.10! TODO: check if this code works correctly... -nedjima 2020-07-03 +Nedjima Belgacem 2020-07-03 Created export settings class -nedjima 2020-07-03 +Nedjima Belgacem 2020-07-03 Got the scene to export using a selected level of details @@ -102627,7 +111282,7 @@ Nyall Dawson 2020-07-02 Fix QgsGeometry::asQPolygonF doesn't handle multipolygon inputs gracefully -nedjima 2020-07-02 +Nedjima Belgacem 2020-07-02 Added initial scene export dialog and smooth edges parameter @@ -102638,107 +111293,107 @@ Alessandro Pasotti 2020-07-02 Fix unreported sslmode storage from connections API -root676 2020-07-02 +Clemens Raffler 2020-07-02 add feedback->canceled check -root676 2020-07-02 +Clemens Raffler 2020-07-02 more parameter name fixes -root676 2020-07-02 +Clemens Raffler 2020-07-02 fix REFERENCE_LAYER parameter name -root676 2020-07-02 +Clemens Raffler 2020-07-02 fix input parameter name -root676 2020-06-30 +Clemens Raffler 2020-06-30 fix redundant noData logic -root676 2020-06-10 +Clemens Raffler 2020-06-10 rerun style script -root676 2020-06-06 +Clemens Raffler 2020-06-06 update test and testdata -root676 2020-06-06 +Clemens Raffler 2020-06-06 optimize standard deviation method -root676 2020-06-06 +Clemens Raffler 2020-06-06 update helpstring -root676 2020-06-06 +Clemens Raffler 2020-06-06 allow cancellation with slow data sources -root676 2020-06-06 +Clemens Raffler 2020-06-06 expose advanced NoData parameter -root676 2020-06-06 +Clemens Raffler 2020-06-06 Use enum in statistic method parameter -root676 2020-06-04 +Clemens Raffler 2020-06-04 fix NoData handling in getCellValuesFromBlockStack() -root676 2020-05-31 +Clemens Raffler 2020-05-31 fix unused variable -root676 2020-05-30 +Clemens Raffler 2020-05-30 optimize varianceFromCellValues() -root676 2020-05-30 +Clemens Raffler 2020-05-30 optimize memory reservation in getCellValuesFromBlockStack() -root676 2020-05-30 +Clemens Raffler 2020-05-30 support cancelling for slow datasources -root676 2020-05-30 +Clemens Raffler 2020-05-30 add support for correct output raster datatypes -root676 2020-05-30 +Clemens Raffler 2020-05-30 implement count function, implement Ignore NoData Parameter, move getCellValuesFromBlockStack() to QgsRasterAnalysisUtils -root676 2020-05-30 +Clemens Raffler 2020-05-30 fix typo -root676 2020-05-29 +Clemens Raffler 2020-05-29 add cellstatistics alg tests -root676 2020-05-29 +Clemens Raffler 2020-05-29 add algorithm icon -root676 2020-05-29 +Clemens Raffler 2020-05-29 register cellstatistics alg -root676 2020-05-29 +Clemens Raffler 2020-05-29 [feature] native cellstatistics algorithm -SrNetoChan 2020-07-02 +Alexandre Neto 2020-07-02 Rename JSON help file to match function name -SrNetoChan 2020-07-02 +Alexandre Neto 2020-07-02 Add groups to function_help files @@ -102898,15 +111553,15 @@ Alessandro Pasotti 2020-07-01 Related to #37479 -nedjima 2020-07-01 +Nedjima Belgacem 2020-07-01 Fixed invalid vertex Y coordinate problem -nedjima 2020-07-01 +Nedjima Belgacem 2020-07-01 Not loaded DEM terrain chunks export -signedav 2020-07-01 +David Signer 2020-07-01 pass QgsAttributeEditorContext from QgisApp @@ -102927,7 +111582,7 @@ Alexander Bruy 2020-07-01 Gamma correction filter for raster layers -nedjima 2020-07-01 +Nedjima Belgacem 2020-07-01 visble DEM terrain export @@ -102935,15 +111590,15 @@ Alexander Bruy 2020-07-01 typo -nedjima 2020-07-01 +Nedjima Belgacem 2020-07-01 Generate the flat terrain all at once -nedjima 2020-07-01 +Nedjima Belgacem 2020-07-01 Terrain export initial implementation -uclaros 2020-07-01 +Stefanos Natsis 2020-07-01 Vertex tool should not select invisible features @@ -103098,7 +111753,7 @@ Alessandro Pasotti 2020-06-29 Fix raster quantile classification -nedjima 2020-06-29 +Nedjima Belgacem 2020-06-29 Got exporting feature to work on vector layer data @@ -103143,7 +111798,7 @@ Nyall Dawson 2020-06-03 inside models, you can automatically export the layouts to a folder with the current date tag and include this in the exported file names! -uclaros 2020-06-28 +Stefanos Natsis 2020-06-28 Fix restoring dialog geometry after minimize when enableAutoGeometryRestore is used @@ -103163,7 +111818,7 @@ Alessandro Pasotti 2020-06-28 Use qint64 instead of long -nedjima 2020-06-28 +Nedjima Belgacem 2020-06-28 initial implementation of the scene exporter class @@ -103187,7 +111842,7 @@ Alessandro Pasotti 2020-06-28 Fixes #37448 -signedav 2020-06-25 +David Signer 2020-06-25 ITEM_NAME_ROLE in QgsExpressionItem to store the field name to use it on getting the example values in the expression builder and still be able to store generic labels on the item (like the field name and the field alias) @@ -103417,7 +112072,7 @@ Matthias Kuhn 2020-06-25 Update flake8 check -Jorge Gustavo Rocha 2020-06-24 +Jorge Gustavo Rocha 2020-06-24 Fix #37338 @@ -103453,7 +112108,7 @@ Alessandro Pasotti 2020-06-23 No idea why the signal wasn't connected :/ -Blottiere Paul 2020-06-22 +Paul Blottiere 2020-06-22 Remove outdated help for labels data-defined placement group options. Fixes #36680 @@ -103461,7 +112116,7 @@ Harrissou Sant-anna 2020-06-23 Use "field" in expression eval feedback instead of "column" -uclaros 2020-06-23 +Stefanos Natsis 2020-06-23 Set focus to name field when saving or editing attribute table filters @@ -103557,11 +112212,11 @@ Germán Carrillo 2020-05-12 Add several mToolNames (useful for debugging) -nedjima 2020-06-10 +Nedjima Belgacem 2020-06-10 Executed sipify_all script to fix the setDirectionalLights header definition -nedjima 2020-06-10 +Nedjima Belgacem 2020-06-10 relocated qgsdirectionallightsettings.h header guards and fixed a typo @@ -103577,7 +112232,7 @@ Nedjima Belgacem 2020-06-07 Co-authored-by: Matthias Kuhn -nedjima 2020-06-07 +Nedjima Belgacem 2020-06-07 [Feature] directional lights support for QGIS 3D @@ -103934,7 +112589,7 @@ Nyall Dawson 2020-06-18 to make sure we correctly represent these field names as valid expressions and not just the raw name string -uclaros 2020-06-18 +Stefanos Natsis 2020-06-18 Fix georeferencer help button @@ -103974,7 +112629,7 @@ Alessandro Pasotti 2020-06-18 Explain the handle ownership -vcloarec 2020-06-17 +Vincent Cloarec 2020-06-17 fix mesh active vector dataset @@ -104021,7 +112676,7 @@ José de Paula Rodrigues Neto Assis 2020-06-12 tables with real/double primary keys without the penalty of casting these values to text. Fixes #37126. -Samweli 2020-06-13 +Samweli Mwakisambwe 2020-06-13 update time parameters in wmst getfeatureinfo @@ -104035,15 +112690,15 @@ José de Paula Rodrigues Neto Assis 2020-06-17 exercise changing of attributes, geometries, and primary keys of features. -uclaros 2020-06-17 +Stefanos Natsis 2020-06-17 Give default focus to from map canvas button -Blottiere Paul 2020-06-17 +Paul Blottiere 2020-06-17 Add test -Blottiere Paul 2020-06-17 +Paul Blottiere 2020-06-17 Fix lexer/parser for raster calculator and min/max functions @@ -104125,7 +112780,7 @@ Nyall Dawson 2020-06-16 Refs #28690 -vcloarec 2020-06-15 +Vincent Cloarec 2020-06-15 new contributor (me) @@ -104204,23 +112859,23 @@ Nyall Dawson 2020-06-16 Fix all Qt 5.14 deprecation warnings -uclaros 2020-06-16 +Stefanos Natsis 2020-06-16 Fix crash when disabling defined sort order in attribute table -vcloarec 2020-06-13 +Vincent Cloarec 2020-06-13 emit dataset group changed after it effectively changed -Samweli 2020-06-14 +Samweli Mwakisambwe 2020-06-14 disable project time use in wmst if it is invalid -Samweli 2020-06-15 +Samweli Mwakisambwe 2020-06-15 add the missing translations -Samweli 2020-06-15 +Samweli Mwakisambwe 2020-06-15 always update wmst reference time @@ -104472,7 +113127,7 @@ Even Rouault 2020-06-13 src/3d: tag false positive cppcheck memleak errors -uclaros 2020-06-14 +Stefanos Natsis 2020-06-14 add myself to the contributors @@ -104573,7 +113228,7 @@ Alessandro Pasotti 2020-06-12 Try to re-enable MXE -lbartoletti 2020-06-11 +Loïc Bartoletti 2020-06-11 add an explanation @@ -104641,43 +113296,43 @@ José de Paula Rodrigues Neto Assis 2020-06-10 Tests to check correctness of WHERE clauses for PostgreSQL -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fixes cpp check -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Update QgsRuleBasedRenderer::RenderJob -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsReadWriteContextCategoryPopper -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsReadWriteLocker -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsRenderedFeatureHandlerInterface -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsEffectPainter -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsLinearMinMaxEnhancementWithClip -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsRuleBasedRenderer::RenderJob -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix use of deleted function for QgsGeometryCheckErrorSingle -Blottiere Paul 2020-06-11 +Paul Blottiere 2020-06-11 Fix MappedType error @@ -104759,11 +113414,11 @@ Alessandro Pasotti 2020-06-11 Fix image size ignored in image widget -lbartoletti 2020-06-11 +Loïc Bartoletti 2020-06-11 add test -lbartoletti 2020-06-11 +Loïc Bartoletti 2020-06-11 revert changes in qgsgeometry.sip @@ -105024,7 +113679,7 @@ Nyall Dawson 2020-06-10 Correctly antialias layer tree symbol previews -ghtmtt 2020-06-09 +Matteo Ghetta 2020-06-09 add missing country attributes @@ -105049,7 +113704,7 @@ Peter Petrik 2020-06-10 Remove txt2tags dependency (use markdown instead) -olivierdalang 2020-06-09 +Olivier Dalang 2020-06-09 fix : allow copying style from an unavailable layer @@ -105387,19 +114042,19 @@ obrix 2020-05-25 Should fix #34650 and fix #34947 -vcloarec 2020-06-04 +Vincent Cloarec 2020-06-04 change selection of time step unit -vcloarec 2020-06-03 +Vincent Cloarec 2020-06-03 fix sip -vcloarec 2020-06-03 +Vincent Cloarec 2020-06-03 fix typo doc -vcloarec 2020-06-03 +Vincent Cloarec 2020-06-03 set time step when first loading meshlayer @@ -105648,15 +114303,15 @@ speillet 2020-06-03 fix scientific notation in scale notation that led to wrong interpretation (due to separator character) -vcloarec 2020-06-03 +Vincent Cloarec 2020-06-03 fix sync of static dataset and render in mesh layer properties -vcloarec 2020-06-03 +Vincent Cloarec 2020-06-03 collapse static dataset group box -vcloarec 2020-06-02 +Vincent Cloarec 2020-06-02 never hide static dataset widget @@ -106018,7 +114673,7 @@ José de Paula Rodrigues Neto Assis 2020-04-25 same table; this replaces the creation of triggers to, for instance, populate a column of centroids for the stored polygons. -vcloarec 2020-05-31 +Vincent Cloarec 2020-05-31 avoid NaN value between two faces @@ -106045,15 +114700,15 @@ Ismail Sunni 2020-05-25 Add unit test for WFS Post GetFeature Within for EPSG 4326. -vcloarec 2020-06-02 +Vincent Cloarec 2020-06-02 assert on meshLayer -vcloarec 2020-06-01 +Vincent Cloarec 2020-06-01 remove unnecessary guards -vcloarec 2020-05-25 +Vincent Cloarec 2020-05-25 avoid 3D crash if terrain layer is null @@ -106068,23 +114723,23 @@ Nyall Dawson 2020-06-03 These are consistently failing for unknown reasons -- maybe a broken dependancy in osgeo4w 32 bit? -Blottiere Paul 2020-06-02 +Paul Blottiere 2020-06-02 Fix segfault when adding a layer -vcloarec 2020-06-02 +Vincent Cloarec 2020-06-02 update SIP -vcloarec 2020-06-01 +Vincent Cloarec 2020-06-01 add the possibility t use absolute value for varying line of 1D mesh -vcloarec 2020-05-31 +Vincent Cloarec 2020-05-31 fix bad guard -vcloarec 2020-05-31 +Vincent Cloarec 2020-05-31 accord static dataset group @@ -106315,7 +114970,7 @@ speillet 2020-05-29 FIX #35196, layer was not set on QgsFieldExpressionWidget -Germap 2020-06-01 +Germán Carrillo 2020-06-01 [layers-panel] Changes to layer mark in layer tree view @@ -106360,7 +115015,7 @@ Ludovic 2020-06-01 Run optipng -o7 on all png files for the grass plugin directory -uclaros 2020-06-02 +Stefanos Natsis 2020-06-02 Vertex tool delete ring / part fix @@ -106369,7 +115024,7 @@ uclaros 2020-06-02 Fixes #35428 Fixes #25650 -uclaros 2020-06-02 +Stefanos Natsis 2020-06-02 Support for polygons with holes in QgsRubberBand @@ -106567,7 +115222,7 @@ Alessandro Pasotti 2020-06-01 Fixes #36167 -vcloarec 2020-05-25 +Vincent Cloarec 2020-05-25 hide mesh 3D arrow settings for terrain settings @@ -106587,7 +115242,7 @@ João Gaspar 2020-05-29 Update sidebar of ms-windows installer -lbartoletti 2020-05-31 +Loïc Bartoletti 2020-05-31 Prepare for Qt5.15. Add QPainterPath include @@ -107265,7 +115920,7 @@ Even Rouault 2020-05-27 Fixes the use case of https://github.com/qgis/QGIS/issues/34471#issuecomment-586181977 -Blottiere Paul 2020-05-27 +Paul Blottiere 2020-05-27 Try to reactivate tests for legend and json export @@ -107387,11 +116042,11 @@ Nyall Dawson 2020-05-26 Fixes #30144 -olivierdalang 2020-05-26 +Olivier Dalang 2020-05-26 geopackage : disable WAL explicitely if not enabled -olivierdalang 2020-05-26 +Olivier Dalang 2020-05-26 geopackage : fix detection of network paths for windows @@ -107422,7 +116077,7 @@ Even Rouault 2020-05-26 QgsBinaryWidgetWrapper: fix focus-related crash -olivierdalang 2020-05-26 +Olivier Dalang 2020-05-26 [selfsnap] apply pr review @@ -107559,7 +116214,7 @@ Even Rouault 2020-05-26 Credits to @nyalldawson for pointing out the fix of #31905 as a reference. -Ivan Ivanov 2020-05-25 +Ivan Ivanov 2020-05-25 Fix indentation issues @@ -107820,7 +116475,7 @@ Marco Hugentobler 2020-05-22 Apply proxy settings both in ogr and gdal providers -olivierdalang 2020-05-22 +Olivier Dalang 2020-05-22 [selfsnap] followup : snap to closing line of poly and fix geos error message @@ -107837,7 +116492,7 @@ Nyall Dawson 2020-05-22 Fixes #36641 Merge: 856627befb5 25e24e7d2ab -uclaros 2020-05-22 +Stefanos Natsis 2020-05-22 Merge branch 'master' into snapping-fixes, resolve conflict with #36511 by keeping its solution @@ -107922,7 +116577,7 @@ Alexander Bruy 2020-05-19 restore last used attribute table view when exiting multi-edit mode (fix #25099) -uclaros 2020-05-20 +Stefanos Natsis 2020-05-20 Cleanup leftover rubberband @@ -107930,7 +116585,7 @@ Nyall Dawson 2020-05-20 Don't try to update raster layer data source's if they haven't changed -uclaros 2020-05-22 +Stefanos Natsis 2020-05-22 Vertex tool, fix escape to stop dragging edge @@ -108006,15 +116661,15 @@ Nyall Dawson 2020-05-21 Fixes #36582 -olivierdalang 2020-05-20 +Olivier Dalang 2020-05-20 show snap indicators for snaps with constraints -olivierdalang 2020-05-20 +Olivier Dalang 2020-05-20 fix #36585 where snapping on segments with a constraint snapped to edges instead of vertices -olivierdalang 2020-05-05 +Olivier Dalang 2020-05-05 [feature][selfsnap] add snapping to currently digitized feature for capture tool @@ -108072,7 +116727,7 @@ Nyall Dawson 2020-05-21 Fix localized data test on windows -lbartoletti 2020-05-21 +Loïc Bartoletti 2020-05-21 [GPS] Fix error when vector layer has Z @@ -108113,15 +116768,15 @@ Nyall Dawson 2020-05-20 Fixes #35510 -vcloarec 2020-05-19 +Vincent Cloarec 2020-05-19 fix typo and doc -vcloarec 2020-05-18 +Vincent Cloarec 2020-05-18 temporal match methods -vcloarec 2020-05-16 +Vincent Cloarec 2020-05-16 fix #36463 @@ -108239,7 +116894,7 @@ Harrissou Sant-anna 2020-05-20 and fix some wording -Etienne Trimaille 2020-05-01 +Etienne Trimaille 2020-05-01 review help about maptip and display_expression @@ -108280,7 +116935,7 @@ Jan Caha 2020-05-05 [feature][expression] base64 to and from -lbartoletti 2020-05-19 +Loïc Bartoletti 2020-05-19 Fix build @@ -108345,7 +117000,7 @@ Denis Rouzaud 2020-05-19 Registry for localized data paths -lbartoletti 2020-05-19 +Loïc Bartoletti 2020-05-19 Fix rectangle from 3 points @@ -108353,19 +117008,19 @@ lbartoletti 2020-05-19 The initial version of this class presupposed the possibility of constructing a rectangle by 3 points where each point had a Z. Very useful to make 3D plans, but this is not always what we want... -uclaros 2020-05-19 +Stefanos Natsis 2020-05-19 also fix return for empty parameter point -uclaros 2020-05-19 +Stefanos Natsis 2020-05-19 test added -uclaros 2020-05-19 +Stefanos Natsis 2020-05-19 why u no sipify? -uclaros 2020-05-18 +Stefanos Natsis 2020-05-18 Return empty point instead of point( 0, 0 ) @@ -108396,7 +117051,7 @@ Nyall Dawson 2020-05-19 Add some more startup cost logging hooks -Samweli 2020-05-19 +Samweli Mwakisambwe 2020-05-19 fix wmst ui state issue @@ -108633,7 +117288,7 @@ Alexander Bruy 2020-05-18 fix processing tool box `BarPlot.py` translate text spell error -lbartoletti 2020-05-18 +Loïc Bartoletti 2020-05-18 [WIP][BUGFIX] Fix interpolation on split geometry @@ -108711,7 +117366,7 @@ Nyall Dawson 2020-05-18 Make it a bit more future-proof -gacarrillor 2020-03-17 +Germán Carrillo 2020-03-17 [processing] Destroy widgets from an algorithm dialog as soon as it is rejected @@ -108790,7 +117445,7 @@ beketata 2020-05-16 With no "class" keyword on line 82 there is Error E0484 invalid explicit instantiation declaration. -vcloarec 2020-05-15 +Vincent Cloarec 2020-05-15 add guard for mesh layer data provider and test @@ -108859,7 +117514,7 @@ Nyall Dawson 2020-05-15 Fix loss of CRS customisation when opening raster properties window -nedjima 2020-05-15 +Nedjima Belgacem 2020-05-15 [Bug fix] load 3D view symbol configuration widget (Single symbol/Rule-based/No symbol) automatically in the layer properties window @@ -108896,7 +117551,7 @@ Denis Rouzaud 2020-05-15 [layout] add missing interface to set atlas feature (#36432) Merge: 26d5fb03d2b 55dc3691401 -signedav 2020-05-15 +David Signer 2020-05-15 Merge pull request #36153 from level2-gis/master @@ -109030,7 +117685,7 @@ Martin Dobias 2020-05-13 The new QgsVectorTileBasicLabelingWidget class is based on the code used for QgsVectorTileBasicRendererWidget -olivierdalang 2020-05-14 +Olivier Dalang 2020-05-14 [tracing curves] still fixing tests....... @@ -109041,7 +117696,7 @@ D'Hont René-Luc 2020-05-14 [Oracle] Force multi geometry type at layer level -olivierdalang 2020-05-14 +Olivier Dalang 2020-05-14 [tracing curves] experimental notice @@ -109052,7 +117707,7 @@ Matthias Kuhn 2020-05-14 Delete cascade on composition relations -olivierdalang 2020-05-14 +Olivier Dalang 2020-05-14 [tracing curves] (cleanup & test) @@ -109063,13 +117718,13 @@ Matthias Kuhn 2020-05-14 [plugin manager] only show install/experimental button when needed -olivierdalang 2020-05-14 +Olivier Dalang 2020-05-14 [tracing curves] (typo) Co-authored-by: Matthias Kuhn -olivierdalang 2020-05-14 +Olivier Dalang 2020-05-14 [tracing curves] still fiddling with tests (grrrr) @@ -109300,25 +117955,25 @@ David Signer 2020-05-13 project in the DeleteContext Merge: 250fa151633 c6823d8dd46 -signedav 2020-05-13 +David Signer 2020-05-13 Merge pull request #36188 from signedav/filterfix Avoid long loading in attribute table on model change -signedav 2020-05-13 +David Signer 2020-05-13 Update src/core/qgsvectorlayerutils.h Co-authored-by: Matthias Kuhn -signedav 2020-05-13 +David Signer 2020-05-13 Update src/core/qgsvectorlayerutils.h Co-authored-by: Matthias Kuhn -signedav 2020-05-13 +David Signer 2020-05-13 Update src/app/qgisapp.cpp @@ -109363,7 +118018,7 @@ Paul Blottiere 2020-05-13 Update the API to export a legend in JSON -olivierdalang 2020-05-13 +Olivier Dalang 2020-05-13 [tracing curves] fix test @@ -109385,7 +118040,7 @@ Matthias Kuhn 2020-05-13 as documented in qgsprojectstorageprovider.h. No reason to show an error message for cancelling this dialog. -olivierdalang 2020-05-13 +Olivier Dalang 2020-05-13 [tracing curves] docstrings @@ -109447,47 +118102,47 @@ Nyall Dawson 2020-05-09 field and a duration in a different numeric field. Users are given a choice of temporal units for the duration (e.g. seconds, days, etc) -Blottiere Paul 2020-05-12 +Paul Blottiere 2020-05-12 Add Python unit test -Blottiere Paul 2020-05-12 +Paul Blottiere 2020-05-12 Update doc -Blottiere Paul 2020-05-12 +Paul Blottiere 2020-05-12 Use QStringLiteral -Blottiere Paul 2020-05-11 +Paul Blottiere 2020-05-11 Update sip binding -Blottiere Paul 2020-05-11 +Paul Blottiere 2020-05-11 Update exportSymbolToJson -Blottiere Paul 2020-05-11 +Paul Blottiere 2020-05-11 Update sip binding -Blottiere Paul 2020-05-11 +Paul Blottiere 2020-05-11 Update api of exportToJson -Blottiere Paul 2020-05-11 +Paul Blottiere 2020-05-11 Update another method -Blottiere Paul 2020-05-08 +Paul Blottiere 2020-05-08 Update sip -Blottiere Paul 2020-05-08 +Paul Blottiere 2020-05-08 Update unit tests -Blottiere Paul 2020-05-08 +Paul Blottiere 2020-05-08 Update API @@ -109564,35 +118219,35 @@ Matthias Kuhn 2020-05-12 Links to another sip doc host -olivierdalang 2020-05-11 +Olivier Dalang 2020-05-11 [tracing curves] (sip) -olivierdalang 2020-05-12 +Olivier Dalang 2020-05-12 [tracing curves] add test -olivierdalang 2020-05-11 +Olivier Dalang 2020-05-11 [tracing curves] add supports curve flag -olivierdalang 2020-05-11 +Olivier Dalang 2020-05-11 [tracing curves] add settings -olivierdalang 2020-05-11 +Olivier Dalang 2020-05-11 [tracing curves] use new line to curves api instead of OGR's -olivierdalang 2020-04-21 +Olivier Dalang 2020-04-21 [tracing curves] use OGR's C api and use wkb instad of wkt -olivierdalang 2020-04-20 +Olivier Dalang 2020-04-20 [FEATURE][tracing curves] Trace tools generates curved geometries -olivierdalang 2020-05-11 +Olivier Dalang 2020-05-11 Add "convert to curves" algorithm followup @@ -109639,19 +118294,19 @@ David Signer 2020-05-12 feedback messages -signedav 2020-05-12 +David Signer 2020-05-12 Update src/gui/qgsrelationeditorwidget.cpp Co-authored-by: Matthias Kuhn -signedav 2020-05-12 +David Signer 2020-05-12 Update src/core/qgsvectorlayer.h Co-authored-by: Matthias Kuhn -signedav 2020-05-12 +David Signer 2020-05-12 Update src/core/qgsvectorlayerjoinbuffer.h @@ -109689,7 +118344,7 @@ uprel 2020-05-02 Fixes #36140 -olivierdalang 2020-05-12 +Olivier Dalang 2020-05-12 [plugin manager] fix #36217 @@ -110150,7 +118805,7 @@ Nyall Dawson 2020-05-11 Fix some more python formatting issues, remove more flake exceptions -Samweli 2020-05-11 +Samweli Mwakisambwe 2020-05-11 log message for no match wms/wmst service exceptions @@ -110726,7 +119381,7 @@ Nyall Dawson 2020-05-06 Add clarification re meaning of number of subdivisions -uclaros 2020-05-07 +Stefanos Natsis 2020-05-07 split delete statements to chunks @@ -110734,7 +119389,7 @@ Denis Rouzaud 2020-05-06 API backward compatibility fix, code layout and readability, implicit sharing -uclaros 2020-05-06 +Stefanos Natsis 2020-05-06 const added @@ -111192,7 +119847,7 @@ David Signer 2020-05-04 slots to filter features only if there changed something relevant -vcloarec 2020-05-02 +Vincent Cloarec 2020-05-02 disable transparency for QgsInterpolatedLineRenderer @@ -111227,13 +119882,13 @@ Alexander Bruy 2020-05-04 Enables Postgresql service based connections without database name -Jorge Gustavo Rocha 2020-05-04 +Jorge Gustavo Rocha 2020-05-04 Update src/providers/postgres/qgspostgresprovider.cpp Co-authored-by: Alessandro Pasotti -Jorge Gustavo Rocha 2020-05-04 +Jorge Gustavo Rocha 2020-05-04 Do not check if database name is filled when using services @@ -111260,7 +119915,7 @@ Paul Blottiere 2020-05-03 Add a broader restorer mechanism for WMS -Clemens Raffler 2020-05-03 +Clemens Raffler 2020-05-03 [feature][processing] Complete random raster algorithm collection #2 @@ -111276,7 +119931,7 @@ Clemens Raffler 2020-05-03 Create random raster layer (poisson distribution) Create random raster layer (uniform distribution) -Germap 2020-05-03 +Germán Carrillo 2020-05-03 [processing] Set distanceArea CRS properly in SumLineLengths algorithm @@ -111416,27 +120071,27 @@ Nyall Dawson 2020-04-30 Remove dead code -Blottiere Paul 2020-05-02 +Paul Blottiere 2020-05-02 Replace pointer by value -Blottiere Paul 2020-05-02 +Paul Blottiere 2020-05-02 Update unit test -Blottiere Paul 2020-05-02 +Paul Blottiere 2020-05-02 Add documentation -Blottiere Paul 2020-05-02 +Paul Blottiere 2020-05-02 Replace old restorer by the new one -Blottiere Paul 2020-05-02 +Paul Blottiere 2020-05-02 Add unit tests -Blottiere Paul 2020-05-01 +Paul Blottiere 2020-05-01 Add a broader restorer class @@ -111476,23 +120131,23 @@ Mathieu Pellerin 2020-05-03 [themes] Fix styling of bottom-located tabs -Samweli 2020-05-01 +Samweli Mwakisambwe 2020-05-01 check wmst group visibility based on its parent widget -Samweli 2020-05-01 +Samweli Mwakisambwe 2020-05-01 repositioned use dates option in wmst group options -Samweli 2020-05-02 +Samweli Mwakisambwe 2020-05-02 improve state handling in temporal tab -Samweli 2020-05-02 +Samweli Mwakisambwe 2020-05-02 updated navigation object test -Samweli 2020-05-02 +Samweli Mwakisambwe 2020-05-02 use std::floor instead of std::ceil in calculating total count of frames @@ -111509,7 +120164,7 @@ Alessandro Pasotti 2020-05-01 Fix int64 literals parsing in QgsExpression -Jorge Gustavo Rocha 2020-05-01 +Jorge Gustavo Rocha 2020-05-01 Enables Postgresql service based connections without database name @@ -111567,7 +120222,7 @@ Harrissou Sant-anna 2020-05-01 and do not force icon size -Samweli 2020-04-29 +Samweli Mwakisambwe 2020-04-29 fix divide by zero number error @@ -111680,7 +120335,7 @@ Nyall Dawson 2020-04-29 Add mechanism to allow new symbols to be added to the default style library to be updated when QGIS is upgraded -uclaros 2020-04-29 +Stefanos Natsis 2020-04-29 fix typo @@ -111728,7 +120383,7 @@ Harrissou Sant-anna 2020-04-29 given that feature (de)selection scope is within the current layer -uclaros 2020-04-29 +Stefanos Natsis 2020-04-29 Disable attribute table save button when there are no uncommited changes @@ -111819,11 +120474,11 @@ Denis Rouzaud 2020-03-27 move the expression preview to a dedicated class -Samweli 2020-04-29 +Samweli Mwakisambwe 2020-04-29 using camel case for all provider uri params -Samweli 2020-04-29 +Samweli Mwakisambwe 2020-04-29 add setting of bool params in provider metadata @@ -111887,19 +120542,19 @@ Nyall Dawson 2020-04-29 Followup 800c54f, nicer fix -vcloarec 2020-04-28 +Vincent Cloarec 2020-04-28 fix sip doc -vcloarec 2020-04-28 +Vincent Cloarec 2020-04-28 fix doc -vcloarec 2020-04-27 +Vincent Cloarec 2020-04-27 fix sip -vcloarec 2020-04-27 +Vincent Cloarec 2020-04-27 identify tool for 1d mesh @@ -111907,11 +120562,11 @@ Ismail Sunni 2020-04-28 Set maximum time step to max int. Fix #35887. -uclaros 2020-04-28 +Stefanos Natsis 2020-04-28 Added test for tessellator fix -uclaros 2020-04-27 +Stefanos Natsis 2020-04-27 Make tessellator properly handle 2d triangles (fix #36024) @@ -111938,7 +120593,7 @@ vsklencar 2020-04-28 [QgsQuick] Fix overlaped variable name with QT widget's variable Qt 5.14 introduced currentValue variable for combobox widget which clashes with qgsquick variable -Samweli 2020-04-28 +Samweli Mwakisambwe 2020-04-28 fix for circular activation of raster temporal properties @@ -112006,7 +120661,7 @@ Samweli Mwakisambwe 2020-04-26 using wms provider metadata functions for updates in the uri -Samweli 2020-04-13 +Samweli Mwakisambwe 2020-04-13 update layers using project temporal range when the range has changed @@ -112037,15 +120692,15 @@ Nyall Dawson 2020-04-27 This allows plugin provided browser items a chance to create their own information panel widgets -Samweli 2020-04-26 +Samweli Mwakisambwe 2020-04-26 docs for wms-t temporal uri parameters -Samweli 2020-04-13 +Samweli Mwakisambwe 2020-04-13 added tests for the wmst match mode logic -Samweli 2020-04-13 +Samweli Mwakisambwe 2020-04-13 improved logic for search of closest datetimes @@ -112153,7 +120808,7 @@ Matthias Kuhn 2020-04-27 Handle CONSTRAINT TRIGGER on DB Manager/PostgreSQL. -uclaros 2020-04-26 +Stefanos Natsis 2020-04-26 Make progress count from 0 to 100 @@ -112207,7 +120862,7 @@ Alexander Bruy 2020-04-21 [feature] ability to remove custom functions (fix #27513) -Samweli 2020-04-26 +Samweli Mwakisambwe 2020-04-26 added encode and decode functions for the wms provider uri @@ -112239,7 +120894,7 @@ Andrea Giudiceandrea 2020-04-25 Fix int64 literals parsing in QgsExpression -uclaros 2020-04-25 +Stefanos Natsis 2020-04-25 just return true if trying to delete an empty set @@ -112247,17 +120902,17 @@ Jürgen E. Fischer 2020-04-25 fix forms (followup 2e7bebcf201) -Étienne Trimaille 2020-04-23 +Etienne Trimaille 2020-04-23 Update src/core/qgsprojectservervalidator.h Co-Authored-By: Alessandro Pasotti -Etienne Trimaille 2020-04-23 +Etienne Trimaille 2020-04-23 check project root name in the server validator -uclaros 2020-04-24 +Stefanos Natsis 2020-04-24 Group postgres DELETE statements to a single query instead of one for each deleted fid @@ -112417,7 +121072,7 @@ Nyall Dawson 2020-04-23 context (which has been scaled to millimeter based units) back to pixel based units, for the lifetime of the object -olivierdalang 2020-04-23 +Olivier Dalang 2020-04-23 Fix QgsAbstractGeometry->segmentize() not returning correct WkbType for multi-geometries @@ -112641,19 +121296,19 @@ Nyall Dawson 2020-04-22 Allows for drag and drop reorder of inputs, hopefully resolves issues on some qt versions -Etienne Trimaille 2020-04-22 +Etienne Trimaille 2020-04-22 update english after PR review in the project validator -olivierdalang 2020-04-21 +Olivier Dalang 2020-04-21 gitignore all windows builds -olivierdalang 2020-04-20 +Olivier Dalang 2020-04-20 make build dir configurable in package-nightly.cmd -Etienne Trimaille 2020-04-21 +Etienne Trimaille 2020-04-21 move the QGIS Server validator from the project properties to its own class @@ -112876,59 +121531,59 @@ Nyall Dawson 2020-04-20 Fixes #35844 -root676 2020-04-19 +Clemens Raffler 2020-04-19 add test for Create normal raster alg -root676 2020-04-19 +Clemens Raffler 2020-04-19 fix spelling of standard deviation param to STDDEV -root676 2020-04-19 +Clemens Raffler 2020-04-19 add test for Create random raster alg -root676 2020-04-19 +Clemens Raffler 2020-04-19 add control if lowerBound > upperBound -root676 2020-04-19 +Clemens Raffler 2020-04-19 fix use of Mersenne Twister in normal raster alg -root676 2020-04-19 +Clemens Raffler 2020-04-19 fix use of Mersenne Twister in random raster alg -root676 2020-04-19 +Clemens Raffler 2020-04-19 fix loop variables in random raster algs -root676 2020-04-18 +Clemens Raffler 2020-04-18 fix filename description -root676 2020-04-17 +Clemens Raffler 2020-04-17 fix equal bound parameter input control -root676 2020-04-17 +Clemens Raffler 2020-04-17 move Create constant raster algorithm to Raster creation group -root676 2020-04-17 +Clemens Raffler 2020-04-17 register random raster and normal raster algorithms -root676 2020-04-17 +Clemens Raffler 2020-04-17 add normal raster and random raster icons -root676 2020-04-17 +Clemens Raffler 2020-04-17 [feature] add Create normal raster algorithm -root676 2020-04-17 +Clemens Raffler 2020-04-17 [feature] add Create random raster algorithm @@ -112942,11 +121597,11 @@ Alexander Bruy 2020-04-19 [dbmanager] syntax highlighting for PostGIS raster fucntions (fix #16010) -uclaros 2020-04-19 +Stefanos Natsis 2020-04-19 Added field name autocomplete to the query builder -uclaros 2020-04-19 +Stefanos Natsis 2020-04-19 Make autocomplete in expression builder case insensitive @@ -112970,7 +121625,7 @@ Basil Eric Rabi 2020-04-18 [RPM] package qgis_process from #34617 -uclaros 2020-04-18 +Stefanos Natsis 2020-04-18 More minor speed boost to identify highlight also see #6274 @@ -112990,7 +121645,7 @@ Alessandro Pasotti 2020-04-18 Server (minor) cleanup -Blottiere Paul 2020-04-17 +Paul Blottiere 2020-04-17 Fix raster connection with signals @@ -113072,35 +121727,35 @@ Nyall Dawson 2020-04-16 Fix conversion of curved geometry types to legend patch symbols -uclaros 2020-04-17 +Stefanos Natsis 2020-04-17 skip showing the empty qtoolbutton when the menu hides -olivierdalang 2020-04-17 +Olivier Dalang 2020-04-17 [processing modeler] Show arrowheads for parent/child relations -uclaros 2020-04-17 +Stefanos Natsis 2020-04-17 layout fixes -vcloarec 2020-04-16 +Vincent Cloarec 2020-04-16 add tests for temporal layout map -vcloarec 2020-04-16 +Vincent Cloarec 2020-04-16 fix temporal xml for layout map -vcloarec 2020-04-16 +Vincent Cloarec 2020-04-16 fix temporal renderer context from map settings -vcloarec 2020-04-15 +Vincent Cloarec 2020-04-15 write/read xml temporal layout map -vcloarec 2020-04-15 +Vincent Cloarec 2020-04-15 allow temporal layout item map @@ -113290,15 +121945,15 @@ José de Paula Rodrigues Neto Assis 2020-02-28 Returns the correct version for the Proj library linked against the running PostGIS. -uclaros 2020-04-16 +Stefanos Natsis 2020-04-16 fix display when multiple snapping types active -uclaros 2020-04-16 +Stefanos Natsis 2020-04-16 keep snapping type menu open on click -Etienne Trimaille 2020-04-15 +Etienne Trimaille 2020-04-15 display plugin name when an error occured in qgis_process @@ -113343,7 +121998,7 @@ Alexander Bruy 2020-04-15 import/export for ArcGIS Map and FeatureServer connections (fix #27485) -Jorge Gustavo Rocha 2020-04-13 +Jorge Gustavo Rocha 2020-04-13 Update sip files @@ -113502,7 +122157,7 @@ Nyall Dawson 2020-04-15 Fix a test under proj 6 -vcloarec 2020-04-14 +Vincent Cloarec 2020-04-14 adapt mesh trace renderer for volume @@ -113538,7 +122193,7 @@ Martin Dobias 2020-04-07 Add support for labeling of vector tile layers -vcloarec 2020-04-14 +Vincent Cloarec 2020-04-14 fix #35549 @@ -113704,35 +122359,35 @@ Nyall Dawson 2020-04-14 Sipify -root676 2020-04-13 +Clemens Raffler 2020-04-13 fix QStringList -root676 2020-04-13 +Clemens Raffler 2020-04-13 fix helpstring -root676 2020-04-12 +Clemens Raffler 2020-04-12 add output type info in helpstring -root676 2020-04-12 +Clemens Raffler 2020-04-12 remove old python teststring -root676 2020-04-12 +Clemens Raffler 2020-04-12 [tests] add native test for Create constant raster algorithm -root676 2020-04-12 +Clemens Raffler 2020-04-12 add missing header -root676 2020-04-12 +Clemens Raffler 2020-04-12 add algorithm icon -root676 2020-04-12 +Clemens Raffler 2020-04-12 [feature] allow creation of constant raster with different raster data types @@ -113740,27 +122395,27 @@ Maxime Liquet <35924738+maximlt@users.noreply.github.com> 2020-04-13 Update overlap analysis output name -Jorge Gustavo Rocha 2020-04-13 +Jorge Gustavo Rocha 2020-04-13 Fix test_wms_getschemaextension test -Jorge Gustavo Rocha 2020-04-13 +Jorge Gustavo Rocha 2020-04-13 Fix tag order for root layer tag -Jorge Gustavo Rocha 2020-04-12 +Jorge Gustavo Rocha 2020-04-12 Fix writeGetSchemaExtension signature -Jorge Gustavo Rocha 2020-04-11 +Jorge Gustavo Rocha 2020-04-11 Fixes #35717 #35710 -Jorge Gustavo Rocha 2020-04-10 +Jorge Gustavo Rocha 2020-04-10 Updating QGIS Server WMS GetCapabilities test data -Jorge Gustavo Rocha 2020-04-10 +Jorge Gustavo Rocha 2020-04-10 Improve QGIS Server WMS GetCapabilities validation @@ -113811,7 +122466,7 @@ Alexander Bruy 2020-04-13 This reverts commits 3e63d65f89021de9c346cdf902a5119340521856 and 82559322d168a8eea44b4f11e4debff657cecf3f. -Samweli 2020-04-11 +Samweli Mwakisambwe 2020-04-11 only show the static temporal range options when they are selected @@ -113869,49 +122524,49 @@ Alessandro Pasotti 2020-04-09 Forms: expression controlled aliases (labels) -uclaros 2020-04-13 +Stefanos Natsis 2020-04-13 Warn that layers will be lost when overwriting container vector file Fixes #32823 -root676 2020-04-10 +Clemens Raffler 2020-04-10 address parameter length and rounding function optimization -root676 2020-04-10 +Clemens Raffler 2020-04-10 move scale factor to processAlgorithm() -root676 2020-04-10 +Clemens Raffler 2020-04-10 use valueAndNoData() for retrieving values -root676 2020-04-10 +Clemens Raffler 2020-04-10 remove input raster layer as member -root676 2020-04-10 +Clemens Raffler 2020-04-10 change algorithm group -root676 2020-04-10 +Clemens Raffler 2020-04-10 update icon -root676 2020-04-10 +Clemens Raffler 2020-04-10 fix intendation -root676 2020-04-09 +Clemens Raffler 2020-04-09 another spelling fix -root676 2020-04-09 +Clemens Raffler 2020-04-09 spelling fixes -root676 2020-04-09 +Clemens Raffler 2020-04-09 [feature] add native Round raster algorithm @@ -113986,7 +122641,7 @@ Matthias Kuhn 2020-04-11 fix copyright and doxygen -vcloarec 2020-04-10 +Vincent Cloarec 2020-04-10 fix copyright and doxygen @@ -114125,7 +122780,7 @@ Matthias Kuhn 2020-04-08 Fix sip __hash__ for QgsActionScope -vcloarec 2020-04-07 +Vincent Cloarec 2020-04-07 [MESH] fix default active dataset group @@ -114133,7 +122788,7 @@ Nyall Dawson 2020-04-08 Fix missing signals from north arrow handler leading to initially out of sync north arrows -uclaros 2020-04-08 +Stefanos Natsis 2020-04-08 added oracle headers search path @@ -114388,11 +123043,11 @@ Nyall Dawson 2020-04-06 Code shuffle to move QgsProxyFeatureSink to its own file -vcloarec 2020-04-06 +Vincent Cloarec 2020-04-06 adapt test temporal navigation object -vcloarec 2020-04-06 +Vincent Cloarec 2020-04-06 update temporal extent @@ -114579,11 +123234,11 @@ Mathieu Pellerin 2020-04-06 [themes] Fix visual disabled state of checked tool buttons -Samweli 2020-04-06 +Samweli Mwakisambwe 2020-04-06 improved check for frame number after skip to end action -Samweli 2020-04-06 +Samweli Mwakisambwe 2020-04-06 tests for temporal navigation object @@ -114609,11 +123264,11 @@ Māris Nartišs 2020-03-25 [ui] Display info in Options window if QGIS is compiled without OpenCL Fixes a segfault if translation of word "Acceleration" does not match. -Samweli 2020-04-05 +Samweli Mwakisambwe 2020-04-05 update date display formats on temporal date inputs -vcloarec 2020-04-05 +Vincent Cloarec 2020-04-05 Sets time of the temporal controller widget @@ -114682,23 +123337,23 @@ Nyall Dawson 2020-04-04 for manually placing markers over a map item or for creation of advanced custom legends -uclaros 2020-04-04 +Stefanos Natsis 2020-04-04 more missed spelling -uclaros 2020-04-03 +Stefanos Natsis 2020-04-03 Added test for QgsLayerTreeNode::depth() -uclaros 2020-04-03 +Stefanos Natsis 2020-04-03 Changed to range based for. Also typo -uclaros 2020-03-31 +Stefanos Natsis 2020-03-31 Added move to bottom in layertreeview context menu -uclaros 2020-04-04 +Stefanos Natsis 2020-04-04 ctrl-k should not perform a new search in locator @@ -115181,7 +123836,7 @@ Matthias Kuhn 2020-04-01 Save legend expression -Blottiere Paul 2020-04-01 +Paul Blottiere 2020-04-01 Add unit test on ogcapif type @@ -115245,15 +123900,15 @@ Alessandro Pasotti 2020-04-01 Spatialite transactions: better error logging -Samweli 2020-04-01 +Samweli Mwakisambwe 2020-04-01 updates from the review -Samweli 2020-03-31 +Samweli Mwakisambwe 2020-03-31 added two match modes for wmst static temporal range updates -Samweli Mwakisambwe 2020-04-01 +Samweli Mwakisambwe 2020-04-01 Enable loading wms category/collection layers in the layers panel @@ -115455,15 +124110,15 @@ Nyall Dawson 2020-03-31 Hide reference time input for one temporal dimension wms layers -Samweli 2020-03-31 +Samweli Mwakisambwe 2020-03-31 review updates -Samweli 2020-03-31 +Samweli Mwakisambwe 2020-03-31 detect temporal dimensions from wmst layers added from data source manager -Samweli 2020-03-30 +Samweli Mwakisambwe 2020-03-30 update on temporal controller widget project time button tooltip @@ -115485,7 +124140,7 @@ Nyall Dawson 2020-03-30 [FEATURE] Add 'Copy URL' action to network logger -Samweli 2020-03-31 +Samweli Mwakisambwe 2020-03-31 fix travis tests @@ -115505,7 +124160,7 @@ Håvard Tveite 2020-03-31 The Random points along line, on the other hand, uses a line segment based approach, meaning that the density will depend on the segment length (short segments will have a higher point density than longer ones). -Samweli 2020-03-30 +Samweli Mwakisambwe 2020-03-30 show reference time input only for reference time enabled layers @@ -115537,7 +124192,7 @@ Ivan Ivanov 2020-03-30 Shortcut hint removed -Etienne Trimaille 2020-03-28 +Etienne Trimaille 2020-03-28 update also htmlToMarkdown in the crash report fix #31629 @@ -115697,11 +124352,11 @@ Nyall Dawson 2020-03-30 Fix temporal indicator logic: this indicator should only show for temporal layers controlled by canvas animation, not other forms of layers-with-static-temporal-properties -Samweli 2020-03-28 +Samweli Mwakisambwe 2020-03-28 logic for static temporal range updates when animation is in play -Samweli 2020-03-28 +Samweli Mwakisambwe 2020-03-28 removed static wmst settings in provider temporal capabilities @@ -115749,15 +124404,15 @@ Nyall Dawson 2020-03-27 Fix broken raster temporal properties widget -Samweli 2020-03-26 +Samweli Mwakisambwe 2020-03-26 changed parameters setting in the data source uri -Samweli 2020-03-26 +Samweli Mwakisambwe 2020-03-26 removed wmst specific logis in temporal tab -Samweli 2020-03-23 +Samweli Mwakisambwe 2020-03-23 separated wms static range from raster layer temporal properties @@ -116169,7 +124824,7 @@ Matthias Kuhn 2020-03-26 [3d] Fix connection issues Merge: 14d0abc1cef 7c541948f5c -signedav 2020-03-26 +David Signer 2020-03-26 Merge pull request #35034 from signedav/attradd @@ -116312,7 +124967,7 @@ Alessandro Pasotti 2020-03-25 Related to #35354 -Etienne Trimaille 2019-11-04 +Etienne Trimaille 2019-11-04 add maptip, expression display and eval_template expressions @@ -116773,7 +125428,7 @@ Nyall Dawson 2020-03-12 If enabled, model component moving or resizing will be automatically snapped to a grid -Blottiere Paul 2020-03-23 +Paul Blottiere 2020-03-23 Update expected json @@ -116815,11 +125470,11 @@ Nyall Dawson 2020-03-23 Also improve dox -gacarrillor 2020-03-21 +Germán Carrillo 2020-03-21 Ensure expected button order in QgsProcessingAlgorithmDialogBase -uclaros 2020-03-22 +Stefanos Natsis 2020-03-22 Fix#32759: Use visible extent and take magnification into account @@ -116973,11 +125628,11 @@ pgab 2020-03-20 Since this is also used to the python documentation the average use might fail copying the example. -Blottiere Paul 2020-03-20 +Paul Blottiere 2020-03-20 Responses are object instead of array -lbartoletti 2020-03-20 +Loïc Bartoletti 2020-03-20 Fix multi split for multilinestring (#34510) @@ -117179,7 +125834,7 @@ Matthias Kuhn 2020-03-18 [processing][needs-docs] Adjust status of controls executing an algorithm dialog -Etienne Trimaille 2020-02-03 +Etienne Trimaille 2020-02-03 doc about how to compile with 3D, speedup build time with ninja @@ -117224,7 +125879,7 @@ Nyall Dawson 2020-03-18 [processing] Constrain model item resizing to prevent items being resized to a too small size -Etienne Trimaille 2020-03-12 +Etienne Trimaille 2020-03-12 trying to improve bug triaging @@ -117248,11 +125903,11 @@ Denis Rouzaud 2020-03-17 make selection methods invokable in QgsVectorLayer -vcloarec 2020-03-17 +Vincent Cloarec 2020-03-17 Save current active tab in render mesh properties -vcloarec 2020-03-13 +Vincent Cloarec 2020-03-13 undo/redo for meshlayer style @@ -117262,7 +125917,7 @@ jakimowb 2020-03-17 Fixes a small bug in the QgsTransparencyWidget which changed a QgsRasterLayers' no-data-values just by the order of calling .syncToLayer or .apply, even withouht changing the no-data value explicitly -Blottiere Paul 2020-03-17 +Paul Blottiere 2020-03-17 Fixes double type in ogcapif api document @@ -117300,7 +125955,7 @@ William Kyngesburye 2020-03-09 codecs qt plugins not in qt5, remove from Mac bundle check -Julien Cabieces 2020-01-22 +Julien Cabieces 2020-01-22 Fixes crash when displaying relation editor @@ -117478,7 +126133,7 @@ Nyall Dawson 2020-03-17 Don't override all cursors in bad layer handler dialog -uclaros 2020-03-17 +Stefanos Natsis 2020-03-17 locator should not delete it's contents on trigger @@ -117496,7 +126151,7 @@ Harrissou Sant-anna 2020-03-04 Fix deprecated method redirection -Ivan Ivanov 2020-03-17 +Ivan Ivanov 2020-03-17 When a new project is saved, "Project Home" does not appear in the browser panel @@ -117537,7 +126192,7 @@ Alex 2020-03-15 Allow resizing and moving columns -Samweli 2020-03-16 +Samweli Mwakisambwe 2020-03-16 avoid crash when histogram and pyramid pages have been deleted @@ -117648,7 +126303,7 @@ Nyall Dawson 2020-03-16 (There's 0% chance of two different providers having the same key but different case!) -uclaros 2020-03-15 +Stefanos Natsis 2020-03-15 Add Group button also adds selected layers if >= 2 @@ -117725,15 +126380,15 @@ Alexander Bruy 2020-03-15 add gui test for map layer datatype -gacarrillor 2020-03-14 +Germán Carrillo 2020-03-14 Apply suggestions (variable name and missing blank space) -gacarrillor 2020-03-14 +Germán Carrillo 2020-03-14 Add 5 tests to remove NULL geometries alg with the remove EMPTY geometries option -gacarrillor 2020-03-14 +Germán Carrillo 2020-03-14 Optionally, remove empty geoms in RemoveNullGeometries algorithm @@ -118159,11 +126814,11 @@ Denis Rouzaud 2020-03-12 do not show empty config when loading attribute form properties (#35039) -Samweli 2020-03-12 +Samweli Mwakisambwe 2020-03-12 changed pause button to use pause icon instead of a stop icon -Samweli 2020-03-12 +Samweli Mwakisambwe 2020-03-12 updated icons used in the temporal navigation buttons @@ -118326,43 +126981,43 @@ Nyall Dawson 2020-03-12 Dox, header cleanups -Samweli 2020-03-11 +Samweli Mwakisambwe 2020-03-11 updates on raster layer properties ui -Samweli 2020-03-11 +Samweli Mwakisambwe 2020-03-11 updates on temporal animation logic -Samweli 2020-03-10 +Samweli Mwakisambwe 2020-03-10 updates on the temporal controller navigation logic -Samweli 2020-03-07 +Samweli Mwakisambwe 2020-03-07 updates on temporal widgets ui -Samweli 2020-03-07 +Samweli Mwakisambwe 2020-03-07 new temporal map settings dialog -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 formatted wms provider code -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 logic for temporal navigation vcr widget -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 expand temporal controller logic to cover wmst layers -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 added temporal vcr widget -lbartoletti 2020-03-12 +Loïc Bartoletti 2020-03-12 Fixes the activation of the shape map tools when digitizing is finished (#34905) @@ -118382,7 +127037,7 @@ Alessandro Pasotti 2020-03-12 Add refresh button -arnaud.morvan@camptocamp.com 2020-03-12 +Arnaud Morvan 2020-03-12 [server] Use request.data() instead of REQUEST_BODY parameter in post requests @@ -118573,7 +127228,7 @@ Alessandro Pasotti 2020-03-11 PG: add encodeUri implementation + fixes and tests -Blottiere Paul 2020-03-11 +Paul Blottiere 2020-03-11 More fixes in output json for unit tests @@ -118591,11 +127246,11 @@ Julien Cabieces 2020-03-05 Fix feature list combobox entries, add tests and checks -Blottiere Paul 2020-03-11 +Paul Blottiere 2020-03-11 Fix test for json landing page -Blottiere Paul 2020-03-11 +Paul Blottiere 2020-03-11 Update json result @@ -118610,33 +127265,33 @@ D'Hont René-Luc 2020-03-11 The GeoJSON feature collection string was not covered by tests. -Blottiere Paul 2020-03-11 +Paul Blottiere 2020-03-11 Update html anding page for tests -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 fix QAbstractTextureImage shared -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 remove bad files -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 workaround for testExtrudedPolygons Test fails sometime, apply same workaround than others -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 adapt test and fix arrows positioning -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 fix typo and switch with dataOnEdges -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 arrows for 3D mesh layer dataset rendering @@ -118746,7 +127401,7 @@ Nyall Dawson 2020-03-10 Add API to show empty entries in QgsProviderConnectionComboBox -vcloarec 2020-03-09 +Vincent Cloarec 2020-03-09 avoid reloading triangular mesh when transforms are invalid @@ -118761,39 +127416,39 @@ Matthias Kuhn 2020-03-10 Remove duplicate nodes from all inner rings -gacarrillor 2020-03-09 +Germán Carrillo 2020-03-09 Test for Remove Duplicate Vertices alg. (Polygons with duplicates in several holes) -gacarrillor 2020-03-09 +Germán Carrillo 2020-03-09 Remove duplicate nodes from all interior rings in a polygon -Samweli 2020-03-09 +Samweli Mwakisambwe 2020-03-09 added tests for changed signal in temporal properties -Samweli 2020-03-08 +Samweli Mwakisambwe 2020-03-08 updates on temporal source changes -Samweli 2020-03-07 +Samweli Mwakisambwe 2020-03-07 update, using one layer tree view indicator for temporal layers -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 ui tweaks and tests fix -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 updates on temporal layer indicator logic -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 added temporal source for temporal layers -Samweli 2020-03-06 +Samweli Mwakisambwe 2020-03-06 added temporal layer indicators @@ -118962,7 +127617,7 @@ Nyall Dawson 2020-03-09 Data defined control over the label anchor is also possible -vcloarec 2020-03-05 +Vincent Cloarec 2020-03-05 fix active faces not supported @@ -118998,15 +127653,15 @@ Jürgen E. Fischer 2020-03-08 debian packaging: update libpython detection also on sid (followup 4987a5621d3) -gacarrillor 2020-03-08 +Germán Carrillo 2020-03-08 [processing] Disable Parameters panel during algorithm execution (not the whole tab) -gacarrillor 2020-03-07 +Germán Carrillo 2020-03-07 [processing] Disable runAsBatch/runAsSingle buttons during algorithm execution -gacarrillor 2020-03-07 +Germán Carrillo 2020-03-07 [processing][needs-docs] Adjust status of controls in algorithm dialog @@ -119025,25 +127680,25 @@ Alessandro Pasotti 2020-03-06 PG: expose foreign tables -Samweli 2020-03-02 +Samweli Mwakisambwe 2020-03-02 added fix for the missing category layers -Samweli Mwakisambwe 2020-03-07 +Samweli Mwakisambwe 2020-03-07 QGIS Project temporal settings Adds the ability to set a temporal range for a project -Blottiere Paul 2020-03-06 +Paul Blottiere 2020-03-06 Fix link for json api in landing page -Blottiere Paul 2020-03-06 +Paul Blottiere 2020-03-06 Update content type -Blottiere Paul 2020-03-06 +Paul Blottiere 2020-03-06 Fix service-desc type in landing page @@ -119318,67 +127973,67 @@ Nyall Dawson 2020-03-03 Move some modeler scene code to c++, avoid hard link between scene and dialog -Samweli 2020-03-05 +Samweli Mwakisambwe 2020-03-05 removed provider capabilities setting in temporal layer properties -Samweli 2020-03-04 +Samweli Mwakisambwe 2020-03-04 small tweaks,eg. remove of unwanted spaces -Samweli 2020-03-04 +Samweli Mwakisambwe 2020-03-04 improved provider temporal capabilities tests -Samweli 2020-03-04 +Samweli Mwakisambwe 2020-03-04 saving and restoring temporal properties -Samweli 2020-03-04 +Samweli Mwakisambwe 2020-03-04 moved temporal range from provider to layer temporal properties -Samweli 2020-02-27 +Samweli Mwakisambwe 2020-02-27 added checks for possible null temporal capabilities -Samweli 2020-02-24 +Samweli Mwakisambwe 2020-02-24 removed duplicate signal -Samweli 2020-02-21 +Samweli Mwakisambwe 2020-02-21 added current layer range label -Samweli 2020-02-19 +Samweli Mwakisambwe 2020-02-19 updated tests format -Samweli 2020-02-19 +Samweli Mwakisambwe 2020-02-19 ousing right wms reference request parameter -Samweli 2020-02-19 +Samweli Mwakisambwe 2020-02-19 added temporal capabilities tests -Samweli 2020-02-18 +Samweli Mwakisambwe 2020-02-18 suggested changes from the review -Samweli 2020-02-17 +Samweli Mwakisambwe 2020-02-17 fixed travis tests -Samweli 2020-02-17 +Samweli Mwakisambwe 2020-02-17 removed status label in temporal properties -Samweli 2020-02-17 +Samweli Mwakisambwe 2020-02-17 fixed conflicts -Samweli 2020-01-26 +Samweli Mwakisambwe 2020-01-26 added abstract temporal class @@ -119520,7 +128175,7 @@ Harrissou Sant-anna 2020-03-04 Add details to project expression and fix example -gacarrillor 2020-03-04 +Germán Carrillo 2020-03-04 Setting a flag, it's worth a break @@ -119528,7 +128183,7 @@ Alessandro Pasotti 2020-03-04 Load test table for PG raster test -olivierdalang 2020-03-04 +Olivier Dalang 2020-03-04 [feature][plugin manager] allow to install stable or experimental @@ -119590,11 +128245,11 @@ Denis Rouzaud 2020-03-04 out back alive the set milestone bot -uclaros 2020-03-03 +Stefanos Natsis 2020-03-03 Unlock resizing the result columns -uclaros 2020-03-02 +Stefanos Natsis 2020-03-02 Added buttons to select-deselect all layers in check geometries @@ -119705,7 +128360,7 @@ Alessandro Pasotti 2020-03-02 Connections API fix Postgres char conversion in execSQL -lbartoletti 2020-03-02 +Loïc Bartoletti 2020-03-02 fix sip @@ -119790,7 +128445,7 @@ Nyall Dawson 2020-03-02 Start moving base classes to c++ -lbartoletti 2020-03-02 +Loïc Bartoletti 2020-03-02 remove shift+c to close line @@ -119800,13 +128455,13 @@ Alessandro Pasotti 2020-03-02 Fixes #34806 -lbartoletti 2020-03-02 +Loïc Bartoletti 2020-03-02 New snapping modes: Centroid and middle of a segment (midpoint) (#33622) Snap on centroid and midpoint segment [FEATURE][needs-docs] -lbartoletti 2020-03-02 +Loïc Bartoletti 2020-03-02 Use Shift+Right click to close a line and add a test @@ -119843,7 +128498,7 @@ Nyall Dawson 2020-02-29 This reverts commit ac412e38adb6abc9d113657f8466b3a833a6e546. -lbartoletti 2020-03-01 +Loïc Bartoletti 2020-03-01 Use a different key sequence for close editing line. Fixes #34793 @@ -119853,7 +128508,7 @@ lbartoletti 2020-03-01 cc @SrNetoChan @pigreco -Jorge Gustavo Rocha 2020-03-01 +Jorge Gustavo Rocha 2020-03-01 Display extent properly if query returns a list of values @@ -119861,7 +128516,7 @@ Nyall Dawson 2020-02-29 Fix incorrect rowCount results in layout model -gacarrillor 2020-02-28 +Germán Carrillo 2020-02-28 Avoid a boolean variable in GeometryCollection.removeDuplicateNodes(); fix tests @@ -119933,11 +128588,11 @@ Julien Cabieces 2020-02-28 made fid request prior to expression request -Julien Cabieces 2020-01-28 +Julien Cabieces 2020-01-28 fix python provider -Julien Cabieces 2020-01-24 +Julien Cabieces 2020-01-24 Fixes #33880 : fix backgroundcachefeatureiterator when there is a sidefilterexpression and filter fids @@ -119978,7 +128633,7 @@ Nyall Dawson 2020-02-28 Silence some more noisy debug messages -gacarrillor 2020-02-27 +Germán Carrillo 2020-02-27 Second call to removeDuplicateNodes should return false for basic geometry types @@ -120037,11 +128692,11 @@ Alessandro Pasotti 2020-02-27 Followup PR #34654 -gacarrillor 2020-02-27 +Germán Carrillo 2020-02-27 Test for Remove Duplicate Nodes from each part of a multipolygon -olivierdalang 2020-02-27 +Olivier Dalang 2020-02-27 Fix planimetric measurements checkbox not restored in options dialog @@ -120070,11 +128725,11 @@ Alessandro Pasotti 2020-02-27 Fix spatialite editing with nofields (or def values) -gacarrillor 2020-02-26 +Germán Carrillo 2020-02-26 Test for Remove Duplicate Vertices alg. (geometry collection) -gacarrillor 2020-02-26 +Germán Carrillo 2020-02-26 Remove duplicate nodes from all parts in a collection @@ -120082,32 +128737,32 @@ Nyall Dawson 2020-02-27 Check in updated internal srs db based on latest proj version -vcloarec 2020-02-26 +Vincent Cloarec 2020-02-26 fix issue for Qt version <5.10 -vcloarec 2020-02-26 +Vincent Cloarec 2020-02-26 typo -vcloarec 2020-02-25 +Vincent Cloarec 2020-02-25 add tests -vcloarec 2020-02-25 +Vincent Cloarec 2020-02-25 add normals to QgsMeshLayerUtils -vcloarec 2020-02-25 +Vincent Cloarec 2020-02-25 fix triangular mesh update -vcloarec 2020-02-24 +Vincent Cloarec 2020-02-24 after Peter review . -vcloarec 2020-02-23 +Vincent Cloarec 2020-02-23 dataset scalar 3D @@ -120115,7 +128770,7 @@ Jürgen E. Fischer 2020-02-26 postgres provider: re-allow adding layers from PostgreSQL 8.4 -uclaros 2020-02-26 +Stefanos Natsis 2020-02-26 fix crash when exporting check geometries gaps @@ -120313,7 +128968,7 @@ Matthias Kuhn 2020-02-24 Small rework on QgsFeatureFilterModel -gacarrillor 2020-02-24 +Germán Carrillo 2020-02-24 Improve readability in refactor fields UI @@ -120396,17 +129051,17 @@ Alessandro Pasotti 2020-02-23 Fixes #34586 -gacarrillor 2020-02-22 +Germán Carrillo 2020-02-22 Ensure backwards compatibility with calls not passing 'constraints' key e.g., processing.execAlgorithmDialog(..., 'FIELDS_MAPPING':[{'expression': 't_id', 'length': -1, 'name': 't_id', 'precision': 0, 'type': 4}], ...) -gacarrillor 2020-02-22 +Germán Carrillo 2020-02-22 Refactor fields UI: Add 'template' to label to link that layer to new column -gacarrillor 2020-02-22 +Germán Carrillo 2020-02-22 'Template properties' column for Refactor Fields algorithm @@ -120417,7 +129072,7 @@ Alex 2020-02-22 [feature] data defined control over layout map CRS -Samweli 2020-02-22 +Samweli Mwakisambwe 2020-02-22 removed unwanted temporal range object method @@ -120432,7 +129087,7 @@ Harrissou Sant-anna 2020-02-17 Aerate the QgsSettings dox for readability -gacarrillor 2019-08-24 +Germán Carrillo 2019-08-24 Highlight NOT NULL target fields in the Refactor fields algorithm's UI: @@ -120468,35 +129123,35 @@ Nyall Dawson 2020-02-20 Sponsored by Fisel + König -root676 2020-01-28 +Clemens Raffler 2020-01-28 fix mInputNoDataValue -root676 2020-01-28 +Clemens Raffler 2020-01-28 fix member variables and don't set NoData value -root676 2020-01-28 +Clemens Raffler 2020-01-28 fix member variables -root676 2020-01-28 +Clemens Raffler 2020-01-28 skip additional feedback check -root676 2020-01-28 +Clemens Raffler 2020-01-28 fix tags, helpstring, error reporting and rasterblock writing -root676 2020-01-27 +Clemens Raffler 2020-01-27 compress algorithm icon -root676 2020-01-27 +Clemens Raffler 2020-01-27 update helpstring and NoData spelling -root676 2020-01-27 +Clemens Raffler 2020-01-27 [feature] add Fill noData cells algorithm and tests @@ -120760,11 +129415,11 @@ Julien Cabieces 2020-02-19 fix python task manager test -arnaud.morvan@camptocamp.com 2020-02-04 +Arnaud Morvan 2020-02-04 Do not replace plus by space in REQUEST_BODY -arnaud.morvan@camptocamp.com 2020-02-13 +Arnaud Morvan 2020-02-13 Add test for plus in request body @@ -120783,7 +129438,7 @@ Mathieu Pellerin 2020-02-18 [ui] Fix diagram attribute colors missing on non-default theme in the diagram properties dialog -Jorge Gustavo Rocha 2020-02-18 +Jorge Gustavo Rocha 2020-02-18 proper fix of online merge conflit @@ -121062,7 +129717,7 @@ Even Rouault 2020-02-13 Enable -Wnon-virtual-dtor in pedantic mode, and remove useless virtual qualifiers in 2 final classes -vcloarec 2020-02-13 +Vincent Cloarec 2020-02-13 change Qt version for deprecated Qt3DRender::QBuffer @@ -121109,23 +129764,23 @@ Denis Rouzaud 2020-02-14 this completely removes hidden config accessible under double click now a widget groupbox (by opposition to the field config) is shown on top of the right panel -Blottiere Paul 2020-02-13 +Paul Blottiere 2020-02-13 Fix typo -Blottiere Paul 2020-02-13 +Paul Blottiere 2020-02-13 Add test -Blottiere Paul 2020-02-13 +Paul Blottiere 2020-02-13 Fixes ReadFlags value for embedded layers -Blottiere Paul 2020-02-13 +Paul Blottiere 2020-02-13 Add unit test -Blottiere Paul 2020-02-05 +Paul Blottiere 2020-02-05 Turn relative path into absolute path for reading embedded projects. Fixes #34060 @@ -121201,11 +129856,11 @@ Julien Cabieces 2020-02-12 remove unlock from terminated/completed -Julien Cabieces 2020-01-14 +Julien Cabieces 2020-01-14 Force task status update to be main in the main thread -lbartoletti 2020-02-13 +Loïc Bartoletti 2020-02-13 Fix hash help @@ -121238,43 +129893,43 @@ Nyall Dawson 2020-02-13 are used to set the background/foreground color and other properties of these cells instead. -Blottiere Paul 2020-02-07 +Paul Blottiere 2020-02-07 Test when buffer draw is deactivated -Blottiere Paul 2020-02-07 +Paul Blottiere 2020-02-07 Add unit test -Blottiere Paul 2020-02-07 +Paul Blottiere 2020-02-07 Init unit test for QgsLabelPropertyDialog -Blottiere Paul 2020-02-04 +Paul Blottiere 2020-02-04 Hide BufferDraw property -Blottiere Paul 2020-02-03 +Paul Blottiere 2020-02-03 Clean -Blottiere Paul 2020-02-03 +Paul Blottiere 2020-02-03 Add BufferDraw property in map tool -Blottiere Paul 2020-02-03 +Paul Blottiere 2020-02-03 Add buffer draw checkbox in label property dialog -Blottiere Paul 2020-02-01 +Paul Blottiere 2020-02-01 Deactivate buffer draw when null data defined value -Blottiere Paul 2020-01-30 +Paul Blottiere 2020-01-30 Add unit test -Blottiere Paul 2020-01-30 +Paul Blottiere 2020-01-30 Activate buffer drawing when setting a buffer property. Fixes #28544 @@ -121592,11 +130247,11 @@ Denis Rouzaud 2020-02-11 fixes #28570 -lbartoletti 2020-02-10 +Loïc Bartoletti 2020-02-10 avoid code duplication -lbartoletti 2020-02-07 +Loïc Bartoletti 2020-02-07 Fix identify menu when an expression is used as display name @@ -121640,15 +130295,15 @@ José de Paula Rodrigues N. Assis 2020-02-09 fix #34370, #31235 -lbartoletti 2020-02-09 +Loïc Bartoletti 2020-02-09 Fix build with txt2tags >= 3.5 -uclaros 2020-02-09 +Stefanos Natsis 2020-02-09 spelling -uclaros 2020-02-09 +Stefanos Natsis 2020-02-09 Added tests for malformed subsetstrings on the ogr provider @@ -121656,7 +130311,7 @@ Mathieu Pellerin 2020-02-08 Make QgsExifTools QML friendly -Samweli 2020-02-09 +Samweli Mwakisambwe 2020-02-09 update raster layer temporal properties tests @@ -121667,67 +130322,67 @@ Matthias Kuhn 2020-02-08 [server] do not drop layers with duplicate names -uclaros 2020-02-08 +Stefanos Natsis 2020-02-08 Fix setSubsetString return value on error -Samweli 2020-02-08 +Samweli Mwakisambwe 2020-02-08 add read and write xml tests -Samweli 2020-02-07 +Samweli Mwakisambwe 2020-02-07 fix travis tests -Samweli 2020-02-07 +Samweli Mwakisambwe 2020-02-07 updates on map layers temporal properties classes -Samweli 2020-02-04 +Samweli Mwakisambwe 2020-02-04 added new map layer temporal properties sub classes with tests -Samweli 2020-02-01 +Samweli Mwakisambwe 2020-02-01 added tests for temporal property -Samweli 2020-02-01 +Samweli Mwakisambwe 2020-02-01 added new temporal property class -Samweli 2020-01-30 +Samweli Mwakisambwe 2020-01-30 updated render context test and fix travis tests -Samweli 2020-01-29 +Samweli Mwakisambwe 2020-01-29 remove access of private members from qgstemporalrangeobject -Samweli 2020-01-29 +Samweli Mwakisambwe 2020-01-29 edits per review on qgs map canvas -Samweli 2020-01-28 +Samweli Mwakisambwe 2020-01-28 moved qgsabstracttemporal class to qgstemporalrangeobject class as per review suggestions -Samweli 2020-01-27 +Samweli Mwakisambwe 2020-01-27 updated docs -Samweli 2020-01-27 +Samweli Mwakisambwe 2020-01-27 update qgsabstracttemporal test -Samweli 2020-01-27 +Samweli Mwakisambwe 2020-01-27 updates on qgsabstracttemporal sip and tests -Samweli 2020-01-27 +Samweli Mwakisambwe 2020-01-27 updates on tests and abstract temporal class -Samweli 2020-01-26 +Samweli Mwakisambwe 2020-01-26 added abstract temporal class @@ -121882,7 +130537,7 @@ Julien Cabieces 2020-02-05 don't let blank tile if wcs result bbox doesn't match the requested one -Julien Cabieces 2020-01-24 +Julien Cabieces 2020-01-24 Fixes #33339 : don't display "no data received" message if WCS download has been canceled @@ -121907,7 +130562,7 @@ obrix 2020-02-06 Should fix #28854. -lbartoletti 2020-02-07 +Loïc Bartoletti 2020-02-07 Fix oriented minimum bounding box algorithm @@ -121921,7 +130576,7 @@ D'Hont René-Luc 2020-02-06 [Bugfix] Read SLD TextSymbolizer for lines Merge: b815f709435 104a590592f -Jorge Gustavo Rocha 2020-02-06 +Jorge Gustavo Rocha 2020-02-06 Merge branch 'master' into geometry-type-based-styles @@ -122043,15 +130698,15 @@ Nyall Dawson 2020-02-05 More qt deprecation warning fixes -Blottiere Paul 2020-02-04 +Paul Blottiere 2020-02-04 Log with info level -lbartoletti 2020-02-04 +Loïc Bartoletti 2020-02-04 nyall's review -lbartoletti 2020-02-03 +Loïc Bartoletti 2020-02-03 Close vertex for line when editing. fixes #32359 [needs-docs] @@ -122119,7 +130774,7 @@ Mathieu Pellerin 2020-02-04 Fix user projection not identified as such -Blottiere Paul 2020-02-04 +Paul Blottiere 2020-02-04 Raise log level of server exception @@ -122197,11 +130852,11 @@ Peillet Sebastien 2020-02-04 fix #32080 -uclaros 2020-02-03 +Stefanos Natsis 2020-02-03 deleted unused variables -uclaros 2020-02-01 +Stefanos Natsis 2020-02-01 Fixed issue with vertex tool rectangular selection on a rotated map canvas @@ -122209,23 +130864,23 @@ Mathieu Pellerin 2020-02-03 Avoid CRS detection via .qpj when using GDAL3/PROJ6 (fixes #34211) -lbartoletti 2020-02-03 +Loïc Bartoletti 2020-02-03 replace mPoints.size() < 1 by mPoints.empty() and fix logic with rubber band -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 add tests -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 While I'm here, unallow to add useless points -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 Unfocus regular polygon widget -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 Fixes #25597 Allow use of Backspace key to undo vertex added @@ -122243,7 +130898,7 @@ Andrea Giudiceandrea 2020-01-31 Fixes "Random points along line" (qgis:randompointsalongline) algorithm Fixes #33156 -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 [FreeBSD] Update FindGRASS.cmake @@ -122670,27 +131325,27 @@ Even Rouault 2020-01-29 Install grid shift file dialog: add .tif extension for PROJ 7 compatibility -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix indent -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix deprecation warnings for providers -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix deprecation warnings for gui -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix deprecation warnings for app -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix deprecation warnings for core -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Fix deprecation warnings for server compilation @@ -122698,19 +131353,19 @@ Nyall Dawson 2020-01-30 Re-disable expression builder widget test on Azure -- it's still flaky -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 add test for CircularString Radius -lbartoletti 2020-01-28 +Loïc Bartoletti 2020-01-28 add test -lbartoletti 2020-01-27 +Loïc Bartoletti 2020-01-27 fix crash when mPoints.size() == 1 -lbartoletti 2020-01-27 +Loïc Bartoletti 2020-01-27 [BUGFIX] Remove Added Vertex with Add Circular String. Fixes #29688 @@ -122761,7 +131416,7 @@ Paul Blottiere 2020-01-29 Find PyQt5 sip files on Archlinux -Blottiere Paul 2020-01-29 +Paul Blottiere 2020-01-29 Find PyQt5 sip files @@ -123679,15 +132334,15 @@ Matthias Kuhn 2020-01-20 Revert the change from "Value" to "label with" -vcloarec 2020-01-19 +Vincent Cloarec 2020-01-19 remove transform -vcloarec 2020-01-18 +Vincent Cloarec 2020-01-18 fix triangles flickering for 3D mesh rendering -vcloarec 2020-01-17 +Vincent Cloarec 2020-01-17 fix color ramp shader settings for 3d mesh rendering @@ -123698,19 +132353,19 @@ Harrissou Sant-anna 2020-01-20 when indicating field/expression selector for labeling Harmonizes with renderers dialog -uclaros 2020-01-20 +Stefanos Natsis 2020-01-20 explicitly set widget focus in constructor -uclaros 2020-01-18 +Stefanos Natsis 2020-01-18 fixed item order inside layout causing wrong initial focused widget -uclaros 2020-01-18 +Stefanos Natsis 2020-01-18 Added case insensitive filter prefix checks -uclaros 2020-01-15 +Stefanos Natsis 2020-01-15 Make locator prefixes case insensitive @@ -123754,47 +132409,47 @@ Jürgen E. Fischer 2020-01-18 fix windows build -Samweli 2020-01-14 +Samweli Mwakisambwe 2020-01-14 improved wms connection items comparison -Samweli 2020-01-13 +Samweli Mwakisambwe 2020-01-13 returned the check for possible nested parent layers -Samweli 2020-01-13 +Samweli Mwakisambwe 2020-01-13 using qobject_cast -Samweli 2020-01-13 +Samweli Mwakisambwe 2020-01-13 fix per review from @nyalldawson -Samweli 2020-01-08 +Samweli Mwakisambwe 2020-01-08 fix closing collection after update issue -Samweli 2020-01-07 +Samweli Mwakisambwe 2020-01-07 added missing variable definition -Samweli 2020-01-07 +Samweli Mwakisambwe 2020-01-07 added documentation on new wms layer class -Samweli 2020-01-07 +Samweli Mwakisambwe 2020-01-07 added fix for #33621 -Samweli 2020-01-02 +Samweli Mwakisambwe 2020-01-02 refresh action on wfs items -Samweli 2019-12-30 +Samweli Mwakisambwe 2019-12-30 refresh action on wcs connection items -Samweli 2019-12-28 +Samweli Mwakisambwe 2019-12-28 added refresh action on wms connection items @@ -124017,7 +132672,7 @@ Jürgen E. Fischer 2020-01-16 closes #33850, followup 157a6700cac6 -Etienne Trimaille 2020-01-16 +Etienne Trimaille 2020-01-16 add information about flip and autopep8 for the prehook script @@ -124049,7 +132704,7 @@ Alexander Bruy 2020-01-16 [processing][needs-docs] port Rectangle,ovals,diamonds algorithm to C++ -vcloarec 2020-01-16 +Vincent Cloarec 2020-01-16 request change @@ -124076,7 +132731,7 @@ D'Hont René-Luc 2020-01-10 [BUGFIX] Read SLD TextSymbolizer: venderOptions to get advanced settings Merge: 71808d2d2d5 f3d14f94a9a -signedav 2020-01-16 +David Signer 2020-01-16 Merge pull request #33765 from signedav/fix_null_reset @@ -124170,11 +132825,11 @@ Sandro Mani 2019-04-29 Add inline keyword to declarations to match definitions and avoid "redeclared without dllimport" warnings -vcloarec 2020-01-15 +Vincent Cloarec 2020-01-15 fix layout code -vcloarec 2020-01-15 +Vincent Cloarec 2020-01-15 new 3D mesh renderer @@ -124379,7 +133034,7 @@ Nyall Dawson 2020-01-14 new ones all the time Merge: ddf3d2dffa6 2215fde27ae -signedav 2020-01-15 +David Signer 2020-01-15 Merge pull request #33688 from signedav/copy-child @@ -124575,7 +133230,7 @@ Alessandro Pasotti 2020-01-13 ... in case a service file is used -root676 2020-01-13 +Clemens Raffler 2020-01-13 fix constant raster cellsize - prefer cellsize over extent parameter so that rectangular pixels are avoided. @@ -124743,11 +133398,11 @@ Jürgen E. Fischer 2020-01-12 crssync: put profile to temporary directory (fixes #33743) -Etienne Trimaille 2020-01-13 +Etienne Trimaille 2020-01-13 add field name when reporting an error in refactorfield algo -Julien Cabieces 2020-01-13 +Julien Cabieces 2020-01-13 Fixes #33449 Snapping empty layer when adding new feature @@ -125212,51 +133867,51 @@ Denis Rouzaud 2020-01-09 [github] auto define milestone on PRs -root676 2020-01-09 +Clemens Raffler 2020-01-09 optimize qhash, feature request and rasterDataLine -root676 2020-01-06 +Clemens Raffler 2020-01-06 remove hash based python test entry -root676 2020-01-06 +Clemens Raffler 2020-01-06 add linedensity test to testqgsprocessingalgs.cpp -root676 2020-01-06 +Clemens Raffler 2020-01-06 add linedensity testdata -root676 2020-01-02 +Clemens Raffler 2020-01-02 fix wrong intersection condition -root676 2020-01-02 +Clemens Raffler 2020-01-02 enhance speed by adding QHash -root676 2020-01-02 +Clemens Raffler 2020-01-02 optimize fid handling -root676 2020-01-02 +Clemens Raffler 2020-01-02 throw exception in case of search radius being smaller than sqrt(pixelSize)/2. -root676 2020-01-02 +Clemens Raffler 2020-01-02 use QgsCircle and implement optional field param -root676 2019-12-26 +Clemens Raffler 2019-12-26 add missing override in prepareAlgorithm() declaration -root676 2019-12-26 +Clemens Raffler 2019-12-26 format algorithm source -root676 2019-12-26 +Clemens Raffler 2019-12-26 [feature][processing] Add Line denisty algorithm @@ -125543,11 +134198,11 @@ Nyall Dawson 2020-01-08 store and retrieve settings related to project display behavior, e.g. the numeric formats used for bearings and coordinates -vcloarec 2020-01-08 +Vincent Cloarec 2020-01-08 [MESH] fix time reference -Julien Cabieces 2020-01-08 +Julien Cabieces 2020-01-08 Fix editing of synchronized same fields in attribute form @@ -125729,11 +134384,11 @@ Stephen Knox 2020-01-07 use String::isEmpty() -lbartoletti 2020-01-07 +Loïc Bartoletti 2020-01-07 dox -lbartoletti 2020-01-06 +Loïc Bartoletti 2020-01-06 Expose shape digitizing methods to QgisInterface @@ -125755,11 +134410,11 @@ Alexander Bruy 2020-01-07 replace checkbox with checkbox and label to enable word-wrap in the identify panel (fix #29546) -lbartoletti 2020-01-07 +Loïc Bartoletti 2020-01-07 add test -lbartoletti 2020-01-07 +Loïc Bartoletti 2020-01-07 add default z value instead of NaN when line/polygon capture a 2D vertex @@ -126286,11 +134941,11 @@ Nyall Dawson 2019-12-29 [pal] Modernise memory management Merge: 24a31467dfe 578f32a9b6e -Samweli Mwakisambwe 2019-12-30 +Samweli Mwakisambwe 2019-12-30 Merge branch 'master' into wms-t_layer_metadata_support -Samweli 2019-12-30 +Samweli Mwakisambwe 2019-12-30 changes based on @nyalldawson review @@ -126369,11 +135024,11 @@ Alexander Bruy 2019-12-19 reduce height of some dialogs to make them fit into small screens (fix #32021) -Samweli 2019-12-28 +Samweli Mwakisambwe 2019-12-28 added check for dimension boolean type attributes -Samweli 2019-12-24 +Samweli Mwakisambwe 2019-12-24 added dimension property in the wms layer metadata @@ -126605,7 +135260,7 @@ Stephen Knox 2019-12-23 Merge branch 'master' into pg_json -Samweli 2019-12-23 +Samweli Mwakisambwe 2019-12-23 checking with case-insensitive the metadata tags, as suggested by @timlinux and @nyalldawson @@ -126652,11 +135307,11 @@ Nyall Dawson 2019-12-22 close the dialog and refresh the map Merge: 93537d3a7ec 59c777fd608 -Samweli 2019-12-21 +Samweli Mwakisambwe 2019-12-21 resolved conflicts -Samweli 2019-12-21 +Samweli Mwakisambwe 2019-12-21 resolving conflicts with master branch @@ -126675,7 +135330,7 @@ Matthias Kuhn 2019-12-21 Ignore test file in spell check -Samweli 2019-12-21 +Samweli Mwakisambwe 2019-12-21 refactored wms capabilities files to the project standards @@ -126817,11 +135472,11 @@ Matthias Kuhn 2019-12-20 List referenced layer values in Expression Builder -Samweli 2019-12-20 +Samweli Mwakisambwe 2019-12-20 update on wcs docstring -Samweli 2019-12-20 +Samweli Mwakisambwe 2019-12-20 remove abbreviated variables names in metadata link parse function @@ -126829,7 +135484,7 @@ David Signer 2019-12-20 since information -Samweli 2019-12-20 +Samweli Mwakisambwe 2019-12-20 refactor wcs provider to project code standards @@ -127058,7 +135713,7 @@ David Signer 2019-12-19 pass field formatter context as a reference instead of a pointer to implify his not optionality Merge: e8b82c15b88 6654870c0b9 -signedav 2019-12-19 +David Signer 2019-12-19 Merge branch 'master' into relating_values @@ -127066,7 +135721,7 @@ David Signer 2019-12-19 use of context to pass project and avoid QgsProject::instance() -Samweli 2019-12-19 +Samweli Mwakisambwe 2019-12-19 added missing docstrings @@ -127169,19 +135824,19 @@ Alessandro Pasotti 2019-12-18 User -> User expressions -Samweli 2019-12-17 +Samweli Mwakisambwe 2019-12-17 pull metadata link from wcs capabilities -Samweli 2019-12-14 +Samweli Mwakisambwe 2019-12-14 pulling metadata url from wms capabilities -Samweli 2019-12-13 +Samweli Mwakisambwe 2019-12-13 loop over metadata urls to show their content -Samweli 2019-12-13 +Samweli Mwakisambwe 2019-12-13 add metadata url in layer properties info @@ -127277,23 +135932,23 @@ Alessandro Pasotti 2019-12-17 [feature] Stored expressions -Samweli 2019-12-17 +Samweli Mwakisambwe 2019-12-17 removed if conditions in QgsWMTSRootItem assignments, now using explicit casts -Samweli 2019-12-16 +Samweli Mwakisambwe 2019-12-16 comment for change of condition statements -Samweli 2019-12-16 +Samweli Mwakisambwe 2019-12-16 added new class for wmts collection items -Samweli 2019-12-13 +Samweli Mwakisambwe 2019-12-13 change icon for wmts layer item -Samweli 2019-12-13 +Samweli Mwakisambwe 2019-12-13 change icon for xyz layer item in wms provider @@ -127369,7 +136024,7 @@ Matthias Kuhn 2019-12-17 Install missing header Merge: c9453343cbc 929670b18a4 -signedav 2019-12-17 +David Signer 2019-12-17 Merge pull request #33197 from signedav/searchtags_functions @@ -127591,7 +136246,7 @@ Matthias Kuhn 2019-12-16 Fix crash with invalid layer -olivierdalang 2019-12-16 +Olivier Dalang 2019-12-16 followup : better test output @@ -127625,7 +136280,7 @@ Julien Cabieces 2019-12-16 update sip -olivierdalang 2019-12-16 +Olivier Dalang 2019-12-16 (still fiddling with tests) @@ -127640,7 +136295,7 @@ Matthias Kuhn 2019-12-16 Add expressions is_empty(geom) is_empty_or_null(geom) -lbartoletti 2019-12-16 +Loïc Bartoletti 2019-12-16 Update resources/function_help/json/is_empty @@ -127843,7 +136498,7 @@ Alessandro Pasotti 2019-12-13 Fixes #33390 -olivierdalang 2019-12-13 +Olivier Dalang 2019-12-13 (still fiddling with tests) @@ -127891,11 +136546,11 @@ Matthias Kuhn 2019-12-13 Fix the label of the output parameter of the TPI algorithm -olivierdalang 2019-12-13 +Olivier Dalang 2019-12-13 (typo) -olivierdalang 2019-12-13 +Olivier Dalang 2019-12-13 followup: do not use uniform_real_distribution as it's platform dependant @@ -127953,11 +136608,11 @@ Even Rouault 2019-12-13 return on ? (*this |= f) : (*this &= ~f); ``` -lbartoletti 2019-12-13 +Loïc Bartoletti 2019-12-13 add expression is_empty_or_null -lbartoletti 2019-12-13 +Loïc Bartoletti 2019-12-13 fix and improve description @@ -127965,7 +136620,7 @@ Alexander Bruy 2019-12-12 [processing] optimize random extract algorithm -lbartoletti 2019-12-12 +Loïc Bartoletti 2019-12-12 fix function_help 2 @@ -128094,11 +136749,11 @@ Nyall Dawson 2019-12-11 Fixes #33209 -lbartoletti 2019-12-11 +Loïc Bartoletti 2019-12-11 fix function_help -lbartoletti 2019-12-11 +Loïc Bartoletti 2019-12-11 Add expression is_empty(geom) @@ -128113,7 +136768,7 @@ Matthias Kuhn 2019-12-11 Being solid against field names variation in expressions on WFS -Samweli 2019-12-10 +Samweli Mwakisambwe 2019-12-10 Deselecting tables after addition in Data Source Manager @@ -128901,7 +137556,7 @@ Matthias Kuhn 2019-12-05 Support for NaN in text edit widget -olivierdalang 2019-12-05 +Olivier Dalang 2019-12-05 followup: still fiddling with tests @@ -128986,11 +137641,11 @@ Denis Rouzaud 2019-12-05 code layout, loop improvements, dox, const correction -olivierdalang 2019-12-04 +Olivier Dalang 2019-12-04 followup: improve tests to also test for results stability when seeded -olivierdalang 2019-12-04 +Olivier Dalang 2019-12-04 followup: fix type mistake and tests @@ -129030,7 +137685,7 @@ Harrissou Sant-anna 2019-12-04 Replace label -olivierdalang 2019-12-04 +Olivier Dalang 2019-12-04 followup: fix tests @@ -129195,7 +137850,7 @@ Nyall Dawson 2019-12-04 Base class for widgets which allow customisation of label engine properties, such as label placement settings. -vcloarec 2019-12-03 +Vincent Cloarec 2019-12-03 adds guard to prevent crash with mesh vector renderer @@ -129211,15 +137866,15 @@ Nyall Dawson 2019-12-04 the obstacle boundary check to utilise an intersects and within check instead (with the same results) -olivierdalang 2019-12-03 +Olivier Dalang 2019-12-03 followup: implementation using stdlib -olivierdalang 2019-12-03 +Olivier Dalang 2019-12-03 followup : keep using 64 bit int -signedav 2019-12-03 +David Signer 2019-12-03 Update python/core/auto_generated/expression/qgsexpression.sip.in @@ -129238,7 +137893,7 @@ David Signer 2019-12-03 tags helping to find the correct function are integrated into the help of the expression defined in the json files and used by the expression builder to find the function (not using as alias) -olivierdalang 2019-12-03 +Olivier Dalang 2019-12-03 [FEATURE][expressions] allow to seed random functions @@ -129278,7 +137933,7 @@ Nyall Dawson 2019-12-03 Fix capitalizationation -signedav 2019-12-03 +David Signer 2019-12-03 Update src/gui/qgsexpressionbuilderwidget.cpp @@ -129624,7 +138279,7 @@ David Signer 2019-11-28 search tags in expression function to look up the functionality in the expression builder Merge: e4651685398 a74035cd4e0 -signedav 2019-11-28 +David Signer 2019-11-28 Merge pull request #32383 from signedav/test_rulelabel @@ -129849,47 +138504,47 @@ Nyall Dawson 2019-11-26 Fixes #32763 -root676 2019-11-26 +Clemens Raffler 2019-11-26 fix point count test parameter -root676 2019-11-26 +Clemens Raffler 2019-11-26 fix CRS test parameter -root676 2019-11-25 +Clemens Raffler 2019-11-25 establish CRS parameter as normal param -root676 2019-11-25 +Clemens Raffler 2019-11-25 optimize index usage and geometry creation -root676 2019-11-24 +Clemens Raffler 2019-11-24 move QgsSpatialIndex to stack and fix QList check -root676 2019-11-24 +Clemens Raffler 2019-11-24 fix parameter names and add crs and attempts parameters to advanced parameter group -root676 2019-11-24 +Clemens Raffler 2019-11-24 fix multiple spaces in helpstring and exception -root676 2019-11-23 +Clemens Raffler 2019-11-23 remove python alg help -root676 2019-11-23 +Clemens Raffler 2019-11-23 adaptation of algorithm test parameters -root676 2019-11-23 +Clemens Raffler 2019-11-23 remove python version of Random points in extent algorithm -root676 2019-11-23 +Clemens Raffler 2019-11-23 [feature][processing] Port and optimization of Random points in extent algorithm to C++ @@ -130120,11 +138775,11 @@ Nyall Dawson 2019-11-25 Credit for original idea goes to @wonder-sk! -Jorge Gustavo Rocha 2019-11-23 +Jorge Gustavo Rocha 2019-11-23 Fix WMTS Capabilities document and related tests -Jorge Gustavo Rocha 2019-11-23 +Jorge Gustavo Rocha 2019-11-23 MetaSearch plugin: update CSW catalog url from the portuguese mapping agency @@ -130488,11 +139143,11 @@ Antonio Rotundo 2019-11-20 Update connections-default.xml -lbartoletti 2019-11-20 +Loïc Bartoletti 2019-11-20 add test -lbartoletti 2019-10-29 +Loïc Bartoletti 2019-10-29 Add topological points on background layers for qgsmaptooladdfeature @@ -130528,7 +139183,7 @@ Borys Jurgiel 2019-11-20 Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names have been authorized at some point and we have a number of affected plugins now (please note personally I am opposed to putting dashes to Python package names). Fixes #32968. Merge: 0e110cf01a2 0aea46bb280 -Blottiere Paul 2019-11-20 +Paul Blottiere 2019-11-20 Merge pull request #32666 from pblottiere/fix_emblayer_qgz @@ -130550,7 +139205,7 @@ Denis Rouzaud 2019-11-19 by pressing DEL key when moving the label -Blottiere Paul 2019-11-19 +Paul Blottiere 2019-11-19 Add unit test for qgslayerdefinition @@ -130665,7 +139320,7 @@ Julien Cabieces 2019-11-19 Test cache read -Blottiere Paul 2019-11-19 +Paul Blottiere 2019-11-19 Add unit tests for qgsproject @@ -130708,15 +139363,15 @@ Jürgen E. Fischer 2019-11-18 translation string fixes -Blottiere Paul 2019-11-06 +Paul Blottiere 2019-11-06 Load embedded group from qgz project -Blottiere Paul 2019-11-06 +Paul Blottiere 2019-11-06 Fix reloading project with embedded layers from qgz -Blottiere Paul 2019-11-06 +Paul Blottiere 2019-11-06 Read qgz project when embedding layers. Fixes #28280 @@ -130928,7 +139583,7 @@ Even Rouault 2019-11-14 [Bugfix] enabling spatialite gpkg amphibious mode -David Marteau 2019-11-14 +David Marteau 2019-11-14 Fix default defaultValue in algfactory @@ -131108,7 +139763,7 @@ Julien Cabieces 2019-11-12 fix cache read on wfs request -lbartoletti 2019-11-12 +Loïc Bartoletti 2019-11-12 [TEST] Fix compilation with llvm > 6 (and arch=i386) @@ -131394,35 +140049,35 @@ Alessandro Pasotti 2019-11-11 Use QGIS version int in user agent header -root676 2019-11-09 +Clemens Raffler 2019-11-09 optimize fuzzify() by moving loops into virtual functions -root676 2019-11-08 +Clemens Raffler 2019-11-08 fix typos in helpstrings -root676 2019-11-08 +Clemens Raffler 2019-11-08 compress svg icons -root676 2019-11-06 +Clemens Raffler 2019-11-06 add myself to contributors -root676 2019-11-06 +Clemens Raffler 2019-11-06 format code -root676 2019-11-05 +Clemens Raffler 2019-11-05 fix bugs in fuzzify() methods and create processing tests -root676 2019-11-04 +Clemens Raffler 2019-11-04 [feature][processing] add function pictograms for fuzzy logic functions to toolbox -root676 2019-11-04 +Clemens Raffler 2019-11-04 [feature][processing] add first version of fuzzy logic raster algorithms to QGIS @@ -131533,7 +140188,7 @@ Nyall Dawson 2019-11-08 These include memory layer provider layers, or layers physically stored inside a user's temporary folder (e.g. /tmp) -lbartoletti 2019-11-08 +Loïc Bartoletti 2019-11-08 [BUGFIX] Fix an hardcoded 'gpkg' extension in ProcessingConfig.py @@ -131731,7 +140386,7 @@ Matthias Kuhn 2019-11-06 Move private headers where they belong Merge: 614af730df1 28759b1f46b -signedav 2019-11-06 +David Signer 2019-11-06 Merge pull request #32665 from m-kuhn/fix_qgsfield_private_header @@ -132633,11 +141288,11 @@ Richard Duivenvoorde 2019-11-01 Co-Authored-By: Nyall Dawson -Jorge Gustavo Rocha 2019-11-01 +Jorge Gustavo Rocha 2019-11-01 test_provider_ogr_gpkg.py format -Jorge Gustavo Rocha 2019-11-01 +Jorge Gustavo Rocha 2019-11-01 pkAttributeIndexes override for ogr provider @@ -132766,7 +141421,7 @@ Nyall Dawson 2019-10-28 Add method to create multi-band gdal memory dataset -Etienne Trimaille 2019-10-30 +Etienne Trimaille 2019-10-30 add QGIS version in model exported as Python @@ -132834,7 +141489,7 @@ Matthias Kuhn 2019-10-31 [dxf export] Bail out if extent could not be determined Merge: 2c65ac54ade 624ae0355fc -Blottiere Paul 2019-10-31 +Paul Blottiere 2019-10-31 Merge pull request #32386 from pblottiere/fix_crs_json @@ -132844,49 +141499,49 @@ Alessandro Pasotti 2019-10-31 Connect vl to vectorLayerStyleLoaded on load -Blottiere Paul 2019-10-28 +Paul Blottiere 2019-10-28 Remove unused parameter -Blottiere Paul 2019-10-28 +Paul Blottiere 2019-10-28 Update sip -Blottiere Paul 2019-10-28 +Paul Blottiere 2019-10-28 Do not transform eometries in getfeatureinfo for json format -Blottiere Paul 2019-10-28 +Paul Blottiere 2019-10-28 Add option in json exporter to not transform geometries -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Update sip -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Add doc -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Update src/core/qgsjsonutils.h Co-Authored-By: Alessandro Pasotti -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Add test with underlying layer in 4326 -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Add unit test with layer in crs other than 4326 -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Set destination crs on json exporter -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Add method to set destination crs on json exporter @@ -132966,7 +141621,7 @@ MUrban 2019-09-23 [feature] [mesh] fix #29326 Adding playback function for mesh datasets -Djedouas <34267385+Djedouas@users.noreply.github.com> 2019-10-31 +Jacky Volpes 2019-10-31 Changed Python inspect.getargspec() @@ -133665,11 +142320,11 @@ Even Rouault 2019-10-26 fcnGenericHash(): emit error message if request hash method isn't available -Jorge Gustavo Rocha 2019-10-06 +Jorge Gustavo Rocha 2019-10-06 use CURRENT_USER in insert and updates queries, to support older layer_styles tables -Jorge Gustavo Rocha 2019-10-06 +Jorge Gustavo Rocha 2019-10-06 fill username from current_user on the server side for Postgresql @@ -133800,27 +142455,27 @@ Sebastian Niklasch 2019-10-15 If os.path.isfile(sqlite_cache_file) is False, the Attribute cache_connection was not assigned and so an Attribute Error occured in the following lines. -lbartoletti 2019-09-13 +Loïc Bartoletti 2019-09-13 Take a geometry copy instead of shared object -lbartoletti 2019-09-13 +Loïc Bartoletti 2019-09-13 update test -lbartoletti 2019-09-13 +Loïc Bartoletti 2019-09-13 fix Z for topological editing when the dock widget is enabled -lbartoletti 2019-09-11 +Loïc Bartoletti 2019-09-11 take Z only for topology eiditing -lbartoletti 2019-09-11 +Loïc Bartoletti 2019-09-11 do the interpolation on the geometry instead using interpolatedPoint method -lbartoletti 2019-08-19 +Loïc Bartoletti 2019-08-19 [needs-docs] add interpolate Z on segment snapping @@ -133850,23 +142505,23 @@ Jürgen E. Fischer 2019-10-25 spelling fixes (closes #32408) -lbartoletti 2019-09-24 +Loïc Bartoletti 2019-09-24 QString -> QLatin1String -lbartoletti 2019-09-19 +Loïc Bartoletti 2019-09-19 rewrite functions. Only hash(string, method), md5(string) and sha256(string) are available now -lbartoletti 2019-09-13 +Loïc Bartoletti 2019-09-13 fix build -lbartoletti 2019-09-12 +Loïc Bartoletti 2019-09-12 add help files -lbartoletti 2019-09-12 +Loïc Bartoletti 2019-09-12 [FEATURE][needs-docs] Add hash functions @@ -134045,7 +142700,7 @@ myarjunar 2019-10-18 [geonode] fix data item context menu -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Fixes invalid renderer type after loading qml style @@ -134057,7 +142712,7 @@ Nyall Dawson 2019-10-12 Use optimised point getters/setters on GEOS >= 3.8 -Etienne Trimaille 2019-10-15 +Etienne Trimaille 2019-10-15 add missing QgsExpression import when exporting model as Python script @@ -134252,19 +142907,19 @@ Alessandro Pasotti 2019-10-23 Fixes #32208 -root676 2019-10-25 +Clemens Raffler 2019-10-25 optimize handling of missing geometries and zero count densification -root676 2019-10-25 +Clemens Raffler 2019-10-25 fix helpstring -root676 2019-10-24 +Clemens Raffler 2019-10-24 remove old python algorithm and helpstrings -root676 2019-10-22 +Clemens Raffler 2019-10-22 Port of Densify Geometries by Count algorithm to C++ @@ -134358,7 +143013,7 @@ D'Hont René-Luc 2019-10-22 [Bugfix][Server] WMS: Use QGIS Style instead of SLD to restore layer style Merge: 1d6a2dedd98 188cbcb8fe9 -Blottiere Paul 2019-10-24 +Paul Blottiere 2019-10-24 Merge pull request #32352 from pblottiere/fix_schema_location @@ -134401,7 +143056,7 @@ Alessandro Pasotti 2019-10-23 PG source select: remove initial newlines from table comments -Blottiere Paul 2019-10-23 +Paul Blottiere 2019-10-23 Fixes more tests @@ -134432,11 +143087,11 @@ sklencar 2019-10-23 Removed clearing of preview image source on visibleChanged - live view and preview are now exclusivly visible, preview is not stuck anymore (PhotoPanel) Delete redundant funtion call in onComplete function external resource widget -Blottiere Paul 2019-10-23 +Paul Blottiere 2019-10-23 Update unit tests data -Blottiere Paul 2019-10-11 +Paul Blottiere 2019-10-11 Fixes schemaLocation in WMS GetCapabilities. Fixes #32085 @@ -134571,7 +143226,7 @@ Alessandro Pasotti 2019-10-16 Fixes #32268 -SrNetoChan 2019-10-16 +Alexandre Neto 2019-10-16 Better icon for No CRS indicator @@ -134611,7 +143266,7 @@ Richard Duivenvoorde 2019-10-12 Change help answer to what is actually shown in the preview -SrNetoChan 2019-10-10 +Alexandre Neto 2019-10-10 Adds better Layer panel indicator for noCRS @@ -134678,7 +143333,7 @@ Nyall Dawson 2019-10-12 Fix uncaught transform exception when determining AFS layer bounds Merge: b68ceacf72e 46280fb36fa -signedav 2019-10-11 +David Signer 2019-10-11 Merge pull request #32158 from signedav/null-strings-datetime @@ -134787,11 +143442,11 @@ Nyall Dawson 2019-10-10 Avoid the unwanted expense of converting QgsPointXY sequences to geometries and just construct the desired geometries directly -Jorge Gustavo Rocha 2019-10-10 +Jorge Gustavo Rocha 2019-10-10 Format legend name for remote rasters added via http/https/ftp (#32169) -Clemens Raffler 2019-10-10 +Clemens Raffler 2019-10-10 [processing] Port of Create Grid algorithm to C++ @@ -135039,15 +143694,15 @@ David Signer 2019-10-08 function docs in header -Jorge Gustavo Rocha 2019-10-08 +Jorge Gustavo Rocha 2019-10-08 Uh-oh misspelling fix 32117 -Jorge Gustavo Rocha 2019-10-07 +Jorge Gustavo Rocha 2019-10-07 add layer_styles geometry type column to former tables -Jorge Gustavo Rocha 2019-10-07 +Jorge Gustavo Rocha 2019-10-07 Add test to make sure geometry type columns are filled properly @@ -135171,7 +143826,7 @@ Nyall Dawson 2019-10-07 Avoid use of too new CMAKE VERSION_GREATER_EQUAL -Jorge Gustavo Rocha 2019-10-07 +Jorge Gustavo Rocha 2019-10-07 support for styles for different geometry types for the same table @@ -135513,39 +144168,39 @@ Nyall Dawson 2019-10-01 Previously this was all done through raw project key manipulation, but there's a use case for exposing this nicely for use by plugins. -lbartoletti 2019-10-01 +Loïc Bartoletti 2019-10-01 fix build -lbartoletti 2019-10-01 +Loïc Bartoletti 2019-10-01 one wmore deprecated method -lbartoletti 2019-10-01 +Loïc Bartoletti 2019-10-01 fix build -lbartoletti 2019-10-01 +Loïc Bartoletti 2019-10-01 deprecate methods in qgsvectorlayereditutils. Better deprecated dox. -lbartoletti 2019-09-12 +Loïc Bartoletti 2019-09-12 update dox -lbartoletti 2019-09-10 +Loïc Bartoletti 2019-09-10 rename QgsPointSequence QgsMapToolCapture::points() const; to QgsPointSequence QgsMapToolCapture::pointsZM() const; -lbartoletti 2019-08-14 +Loïc Bartoletti 2019-08-14 fix dox and tests -lbartoletti 2019-08-14 +Loïc Bartoletti 2019-08-14 fix qgsgeometry -lbartoletti 2019-08-08 +Loïc Bartoletti 2019-08-08 deprecate addTopologicalPoints methods with QgsPointXY @@ -135563,11 +144218,11 @@ Harrissou Sant-anna 2019-09-19 of aggregate function -Etienne Trimaille 2019-09-26 +Etienne Trimaille 2019-09-26 update docstrings in qgsdatetimeedit.h -Etienne Trimaille 2019-09-25 +Etienne Trimaille 2019-09-25 implement date() and time() in QgsDateTimeEdit to handle NULL values @@ -137065,7 +145720,7 @@ Alessandro Pasotti 2019-09-17 Fixes #31846 -Etienne Trimaille 2019-09-17 +Etienne Trimaille 2019-09-17 update docstring about QgsDateTimeEdit about NULL values @@ -137245,7 +145900,7 @@ Matthias Kuhn 2019-09-16 Add symbol scope to legend item -Etienne Trimaille 2019-09-16 +Etienne Trimaille 2019-09-16 use a single unittest in DB Manager SQL window @@ -137513,7 +146168,7 @@ Alessandro Pasotti 2019-09-13 Resize not-focused tabs for datasource and options dlgs -Etienne Trimaille 2019-09-13 +Etienne Trimaille 2019-09-13 fix combobox ID not having correct checked state when we update a SQL layer @@ -137896,15 +146551,15 @@ Hugo Mercier 2019-09-10 Move the fixups that were in renderings tests to QgsApplication::exitQgis -Jorge Gustavo Rocha 2019-09-10 +Jorge Gustavo Rocha 2019-09-10 improve showContextMenuForProjects -Jorge Gustavo Rocha 2019-08-25 +Jorge Gustavo Rocha 2019-08-25 take advantage of the QgsProjectStorage class -Jorge Gustavo Rocha 2019-08-24 +Jorge Gustavo Rocha 2019-08-24 Fix #31011 #31385 #28655 @@ -138011,7 +146666,7 @@ Jürgen E. Fischer 2019-09-10 translation string fix -Etienne Trimaille 2019-09-10 +Etienne Trimaille 2019-09-10 fix simple quote in markdown URL fix #31629 @@ -138034,7 +146689,7 @@ Harrissou Sant-anna 2019-09-09 Use direct link to doc for layout extents -Etienne Trimaille 2019-09-09 +Etienne Trimaille 2019-09-09 use explicit connection instead of in the UI file @@ -139141,7 +147796,7 @@ Sandro Santilli 2019-08-29 Fix typo in xvfb package name comment -Etienne Trimaille 2019-08-27 +Etienne Trimaille 2019-08-27 make the crash ID clickable on github @@ -139218,7 +147873,7 @@ Mathieu Pellerin 2019-08-29 [clipboard] Fix copying of string attributes containing new lines and tabs characters Merge: 0e3a4478d9d 75fa58e83e7 -signedav 2019-08-29 +David Signer 2019-08-29 Merge pull request #31349 from signedav/stored-expressions @@ -139608,7 +148263,7 @@ Harrissou Sant-anna 2019-08-26 [needs-docs] Labels toolbar actions no longer need the layer to be in edit mode -Jorge Gustavo Rocha 2019-08-27 +Jorge Gustavo Rocha 2019-08-27 include old project version on the initial warning message @@ -139942,7 +148597,7 @@ Tim Sutton 2019-08-24 Updated hackfests easter egg data -gacarrillor 2019-08-24 +Germán Carrillo 2019-08-24 Fix docstring of QgsVectorDataProvider.empty() method. @@ -140733,7 +149388,7 @@ Matthias Kuhn 2019-08-16 Update widgets with default values on attribute form -signedav 2019-08-16 +David Signer 2019-08-16 Update src/core/qgis.cpp @@ -140844,27 +149499,27 @@ Mathieu Pellerin 2019-08-14 [ui] Fix function help hyperlinks not working -lbartoletti 2019-08-06 +Loïc Bartoletti 2019-08-06 obviously -lbartoletti 2019-08-06 +Loïc Bartoletti 2019-08-06 prevent potential misuse and remove duplicate nodes for some topological cases -lbartoletti 2019-07-31 +Loïc Bartoletti 2019-07-31 avoid potential crash -lbartoletti 2019-07-31 +Loïc Bartoletti 2019-07-31 topological editing: fix topological editing for trim/extend map tool -lbartoletti 2019-08-07 +Loïc Bartoletti 2019-08-07 topological editing: fix copy/move feature -lbartoletti 2019-08-14 +Loïc Bartoletti 2019-08-14 Topological editing: fix vertex tool (Z support) (#31163) @@ -141227,11 +149882,11 @@ Nyall Dawson 2019-08-09 Ensure color picker opens inline for singleband psuedocolor renderer widget -lbartoletti 2019-08-09 +Loïc Bartoletti 2019-08-09 use FLEX/BISON FILES_PREFIX -lbartoletti 2019-08-09 +Loïc Bartoletti 2019-08-09 Fix bison warning: deprecated directive @@ -141283,7 +149938,7 @@ Jürgen E. Fischer 2019-08-09 osgeo4w: switch nightly to GDAL3 and PROJ6 nightlies Merge: 0b757f84d12 6eeb0311343 -Blottiere Paul 2019-08-09 +Paul Blottiere 2019-08-09 Merge pull request #30277 from marisn/TileSet_Title @@ -141345,7 +150000,7 @@ Matthias Kuhn 2019-07-04 Cleanup -lbartoletti 2019-08-08 +Loïc Bartoletti 2019-08-08 Fix BSD/Clang build @@ -141692,27 +150347,27 @@ Harrissou Sant-anna 2019-08-02 and remove some superfluous checkbox in template -lbartoletti 2019-08-06 +Loïc Bartoletti 2019-08-06 Rewriting documentation -lbartoletti 2019-07-31 +Loïc Bartoletti 2019-07-31 use Enum for Result of addTopologicalPoints -lbartoletti 2019-07-31 +Loïc Bartoletti 2019-07-31 remove debug message from test -lbartoletti 2019-06-18 +Loïc Bartoletti 2019-06-18 topologicalEditing: Fix Z for add feature -lbartoletti 2019-08-06 +Loïc Bartoletti 2019-08-06 use Q_ASSERT -lbartoletti 2019-08-01 +Loïc Bartoletti 2019-08-01 topological editing: fix topological editing for reshape map tool @@ -142310,7 +150965,7 @@ Nyall Dawson 2019-07-30 [labeling] Avoid lots of unnecessary work involving disabled data defined properties -lbartoletti 2019-07-30 +Loïc Bartoletti 2019-07-30 add *BSD to osName @@ -142342,7 +150997,7 @@ Matthias Kuhn 2019-07-30 Only expose a single "default ellipsoid" option: planimetric or not -lbartoletti 2019-07-30 +Loïc Bartoletti 2019-07-30 Fixes empty WKT. Fixes #20753, Fixes #19190, Fixes #20754 (#9645) @@ -142352,7 +151007,7 @@ Nyall Dawson 2019-07-30 Fix ui file build warning -lbartoletti 2019-07-25 +Loïc Bartoletti 2019-07-25 fix preview for circle with 3 tangents @@ -142977,7 +151632,7 @@ Mathieu Pellerin 2019-07-22 [FEATURE][callouts] Allow specifying an offset from label area distance -lbartoletti 2019-07-22 +Loïc Bartoletti 2019-07-22 [bugfix] Fix the whole text instead of the selected part in db_manager save SQL file. fixes #30616 @@ -143557,7 +152212,7 @@ Mathieu Pellerin 2019-07-16 Import bookmarks using prepared statements (fixes #30711) -signedav 2019-07-16 +David Signer 2019-07-16 Preserve snapping settings for offline editing (#30718) @@ -144617,7 +153272,7 @@ Nyall Dawson 2019-07-02 The default color was very visually dominant on some platforms/themes, so pull it back a couple of shades closer to the background color -lbartoletti 2019-06-28 +Loïc Bartoletti 2019-06-28 add tests for Python qgsRound @@ -144868,7 +153523,7 @@ Martin Dobias 2019-06-27 [spatialite] Move gui related provider code to a new file Merge: 169de693321 0b87041b31c -Blottiere Paul 2019-06-28 +Paul Blottiere 2019-06-28 Merge pull request #30071 from lbartoletti/wms_tile_buffer @@ -145172,7 +153827,7 @@ Larry Shaffer 2019-06-26 Forward port of #8938 Merge: c224a01faf4 6e6b289e7cf -Larry Shaffer 2019-06-26 +Larry Shaffer 2019-06-26 [needs-docs] Merge pull request #30227 from boundlessgeo/master_legend-horiz-scroll @@ -145207,7 +153862,7 @@ Martin Dobias 2019-06-26 The provider used "arcgismapserver" key but QgsAmsProvider::name() returned just "mapserver" and during the providers rework the other key was used... -Fran Raga 2019-06-26 +Francisco Raga 2019-06-26 issue #30406 @@ -145788,11 +154443,11 @@ Matthias Kuhn 2019-06-22 fix #30260 -olivierdalang 2019-06-22 +Olivier Dalang 2019-06-22 fix #30260 -olivierdalang 2019-06-21 +Olivier Dalang 2019-06-21 [FEATURE][processing] new algorithm point to layer @@ -146110,15 +154765,15 @@ David Signer 2019-06-20 fixes #28122 -Blottiere Paul 2019-06-20 +Paul Blottiere 2019-06-20 Replace shared pointer with unique pointer -Blottiere Paul 2019-06-20 +Paul Blottiere 2019-06-20 Add unit test -Blottiere Paul 2019-06-20 +Paul Blottiere 2019-06-20 Add QLongLong support. Fixes #30263 @@ -146126,11 +154781,11 @@ Tom Elwertowski 2019-06-20 macOS needs path to GEOS framework for PAL -Larry Shaffer 2019-06-20 +Larry Shaffer 2019-06-20 Add padding so indicator icon does not look misaligned to background -Larry Shaffer 2019-06-20 +Larry Shaffer 2019-06-20 Make layer tree layer mark just a thin line; remove context menu action @@ -146284,7 +154939,7 @@ Martin Dobias 2019-06-19 - sipify monkey patching fix - renamed WidgetMode's "None" to "Normal" value - in python None has special meaning (api break) -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Add layer tree layer contextual menu mark, floating on right of viewport @@ -146294,11 +154949,11 @@ Larry Shaffer 2019-06-19 - Offers an indication to user where layers are located when viewport is horizontally scrolled to right, and layer names are not visible -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Draw layer tree layer indicator background, for when floating over text -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Reset minimum section size to layer tree veiwport width on resize @@ -146311,14 +154966,14 @@ Larry Shaffer 2019-06-19 item's selection rectangle extends to the right edge of the viewport, which allows indicators to become active again. -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Draw layer tree layer item indicators floating on right of viewport Also, remove adjustment of layer text rectangle, since veiwport scrolls horizontally now. -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Set embedded opacity widget min/max size; add expanding spacer @@ -146328,7 +154983,7 @@ Larry Shaffer 2019-06-19 always over an active part of the selected item, and expandable control subwidgets do not expand excessively. -Larry Shaffer 2019-06-19 +Larry Shaffer 2019-06-19 Fix vertical clipping of legend graphics; scroll per pixel @@ -146400,11 +155055,11 @@ Denis Rouzaud 2019-06-18 since they prevent to be used as a build arg in final image -lbartoletti 2019-06-18 +Loïc Bartoletti 2019-06-18 more tests -lbartoletti 2019-06-06 +Loïc Bartoletti 2019-06-06 Fix reshape for snapped point with Z and add test @@ -146670,7 +155325,7 @@ Nyall Dawson 2019-06-14 Fix duplicate (and missing) signals from QgsMapLayerComboBox, add tests -Larry Shaffer 2019-06-14 +Larry Shaffer 2019-06-14 Limit the maximum width of legend embedded widgets @@ -146679,7 +155334,7 @@ Larry Shaffer 2019-06-14 Else, embedded widget may grow very wide due to large legend graphics. -Larry Shaffer 2019-06-05 +Larry Shaffer 2019-06-05 Ensure layer legend graphics are horizontally scrollable (fixes #28050) @@ -146716,7 +155371,7 @@ Matthias Kuhn 2019-06-14 Allow setting the default for new projects to "no projection" -Jorge Gustavo Rocha 2019-06-14 +Jorge Gustavo Rocha 2019-06-14 show version information on std::cout on Windows @@ -146728,7 +155383,7 @@ D'Hont René-Luc 2019-06-14 [Bugfix][Server] GetContext: Fix hidden attribute value based on tree layer visibility -Jorge Gustavo Rocha 2019-06-14 +Jorge Gustavo Rocha 2019-06-14 output usage() and version() to stdout @@ -146802,17 +155457,17 @@ Nyall Dawson 2019-06-12 Fixes #30162 -Jorge Gustavo Rocha 2019-06-14 +Jorge Gustavo Rocha 2019-06-14 Add missing entry to usage; replace QStringList by QString -Larry Shaffer 2019-06-07 +Larry Shaffer 2019-06-07 [oauth2] Remove call to override cursor during token refresh Unsafe to work with main GUI thread from background auth threads. -Larry Shaffer 2019-06-06 +Larry Shaffer 2019-06-06 [oauth2] Fix token refresh timeout cancellation with singleshot timer @@ -146838,7 +155493,7 @@ Harrissou Sant-anna 2019-06-13 and harmonize error message -Jorge Gustavo Rocha 2019-06-13 +Jorge Gustavo Rocha 2019-06-13 add --version|-v command line option @@ -146983,7 +155638,7 @@ Nyall Dawson 2019-06-12 algorithm "hangs" when inappropriately small (or 0) distances are used -Jorge Gustavo Rocha 2019-06-12 +Jorge Gustavo Rocha 2019-06-12 References to issues.qgis.org updated @@ -147148,7 +155803,7 @@ Matthias Kuhn 2019-06-10 Add get() and operator bool() to QObjectUniquePointer -Etienne Trimaille 2019-06-10 +Etienne Trimaille 2019-06-10 Fix label Feature request is not applied automatically @@ -147402,7 +156057,7 @@ Martin Varga 2019-06-03 [processing] added new options (alpha, quality, tile_size) to xyz alg -matteo 2019-06-07 +Matteo Ghetta 2019-06-07 pretty format for feedback @@ -147456,7 +156111,7 @@ Harrissou Sant-anna 2019-06-06 connected to the docs -Larry Shaffer 2019-06-06 +Larry Shaffer 2019-06-06 Update feature paging fix to allow for WFS version >= 1.1 @@ -147465,7 +156120,7 @@ Larry Shaffer 2019-06-06 From Even Rouault: For some older MapServer versions that had a paging extension for WFS 1.1, but didn't support yet WFS 2.0 -Larry Shaffer 2019-06-06 +Larry Shaffer 2019-06-06 Fix WFS connection's version Detect button, which did not support auth @@ -147672,7 +156327,7 @@ Nyall Dawson 2019-06-05 responsiveness of the provider and allows for much more efficient use of cache. -Larry Shaffer 2019-05-23 +Larry Shaffer 2019-05-23 Fix WFS connection version-related GUI widget enabling/disabling @@ -147711,7 +156366,7 @@ Alessandro Pasotti 2019-06-05 Astyle on unrelated file -olivierdalang 2019-06-05 +Olivier Dalang 2019-06-05 [dbmanager] allow to import GEOMETRY tables @@ -147774,7 +156429,7 @@ Alessandro Pasotti 2019-06-05 issue exporting as gpkg fwd port from 3 4 -olivierdalang 2019-06-05 +Olivier Dalang 2019-06-05 adapt to review @@ -147820,15 +156475,15 @@ Alexander Bruy 2019-06-05 [dbmanager] add primary key to the view created by versioning plugin (fix #25888) -lbartoletti 2019-06-05 +Loïc Bartoletti 2019-06-05 silly and unmodified copy/paste -lbartoletti 2019-06-05 +Loïc Bartoletti 2019-06-05 troopa's style -lbartoletti 2019-06-05 +Loïc Bartoletti 2019-06-05 fix qgis_spelling @@ -147883,7 +156538,7 @@ Nyall Dawson 2019-06-04 Update test mask images -olivierdalang 2019-06-04 +Olivier Dalang 2019-06-04 [cad] fix graphical glitches @@ -147930,7 +156585,7 @@ Matthias Kuhn 2019-06-04 Code modernization -lbartoletti 2019-06-04 +Loïc Bartoletti 2019-06-04 New parameter for WMS service: tile_buffer [needs-docs][FEATURE] @@ -148213,7 +156868,7 @@ Jürgen E. Fischer 2019-05-29 fix windows build -Etienne Trimaille 2019-05-30 +Etienne Trimaille 2019-05-30 small improvements to bug report @@ -148511,7 +157166,7 @@ Alessandro Pasotti 2019-05-28 Fix buttons to adjust marker size do not work -matteo 2019-05-28 +Matteo Ghetta 2019-05-28 [processing] fix NDVI calculation @@ -148764,7 +157419,7 @@ Alessandro Pasotti 2019-05-27 Fixes #29824 -saber 2019-05-27 +Saber 2019-05-27 fixes issue with db lock when writing mbtiles @@ -148836,7 +157491,7 @@ Alessandro Pasotti 2019-05-24 - lot of test coverage - automatic QVariant type conversions in JSON utils -matteo 2019-05-27 +Matteo Ghetta 2019-05-27 update issue link @@ -149136,7 +157791,7 @@ Denis Rouzaud 2019-05-22 upstream issue has been fixed see https://bugreports.qt.io/browse/QTBUG-40449 -Etienne Trimaille 2019-05-22 +Etienne Trimaille 2019-05-22 add missing group translation for Files and Paths, reordering @@ -149203,7 +157858,7 @@ Denis Rouzaud 2019-05-22 use [] and {} for shortcuts Merge: 86f35e8bebe 4e0a90a30be -Blottiere Paul 2019-05-22 +Paul Blottiere 2019-05-22 Merge pull request #9833 from pblottiere/create_image @@ -149233,7 +157888,7 @@ Nyall Dawson 2019-05-22 check at reasonable places for the QgsRenderContext::renderingStopped() flag and if it's set, abort the rendering quickly and gracefully. -Blottiere Paul 2019-05-22 +Paul Blottiere 2019-05-22 Image proportion when filter geom is defined @@ -149335,39 +157990,39 @@ Alessandro Pasotti 2019-05-21 Fixes #22071 - Relation reference widget wrong feature when "on map identification" -Blottiere Paul 2019-04-19 +Paul Blottiere 2019-04-19 Add doc -Blottiere Paul 2019-04-19 +Paul Blottiere 2019-04-19 Update tests -Blottiere Paul 2019-04-19 +Paul Blottiere 2019-04-19 Fixes compilation -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 const -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 Removes duplicated code -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 Rename methods -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 Remove unused methods -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 Check width/height values in context -Blottiere Paul 2019-04-18 +Paul Blottiere 2019-04-18 Move map size computation in context @@ -149434,16 +158089,16 @@ Daniele Viganò 2019-05-20 [RPM] Fix a dependency on older Fedora releases -matteo 2019-05-20 +Matteo Ghetta 2019-05-20 update help yaml -matteo 2019-05-20 +Matteo Ghetta 2019-05-20 do suggestions Merge: 7132cf3b2e8 c09d39ef155 -Blottiere Paul 2019-05-20 +Paul Blottiere 2019-05-20 Merge pull request #10010 from elemoine/ele_filter @@ -149513,7 +158168,7 @@ Harrissou Sant-anna 2019-05-16 [needs-docs] Harmonize display of GDAL build vrt options -Larry Shaffer 2019-05-17 +Larry Shaffer 2019-05-17 [oauth2] Verify replies still exist and attribute gets are valid @@ -149563,7 +158218,7 @@ Bas Couwenberg 2019-05-17 Prevent changes to files that weren't changed between releases. This eases review of the changes between releases significantly. -matteo 2019-05-17 +Matteo Ghetta 2019-05-17 use combineField and handle exceptions better @@ -149613,7 +158268,7 @@ Matthias Kuhn 2019-05-16 This reverts commit 0804e342c863455fe7114e4fa84d8b9931656f8c, reversing changes made to e07741f00b7d69cada35521f10d3703ff404083f. -matteo 2019-05-16 +Matteo Ghetta 2019-05-16 [feature][needs-doc] format strings @@ -149689,7 +158344,7 @@ Denis Rouzaud 2019-05-15 reorganize buttons, reduce font size -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 (trying to fix travis build) @@ -149704,7 +158359,7 @@ Alessandro Pasotti 2019-05-15 Fix WFS3 OGR build URI -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 add missing docstring @@ -149714,7 +158369,7 @@ Alessandro Pasotti 2019-05-15 Fix WFS3 OGR build URI -matteo 2019-05-15 +Matteo Ghetta 2019-05-15 remove plugin from header @@ -149722,7 +158377,7 @@ Matthias Kuhn 2019-05-15 Ask for template name if missing -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 unstable API notice @@ -149741,7 +158396,7 @@ Denis Rouzaud 2019-05-07 arrows allow browsing the feature list in the attribute table in form view the current edited feature can be highlighted and the map canvas automatically panned or zoomed -matteo 2019-05-15 +Matteo Ghetta 2019-05-15 fix spelling @@ -149749,21 +158404,21 @@ Matthias Kuhn 2019-05-15 Add save to templates button -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 prepare commit & coding style -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 better floater display (also for dark backgrounds) -olivierdalang 2019-05-15 +Olivier Dalang 2019-05-15 fix behaviour on focusOut and textEdited it now matches exactly (i think) the dockwidget's behaviour -matteo 2019-05-15 +Matteo Ghetta 2019-05-15 astyle and other fixes @@ -149774,11 +158429,11 @@ Matthias Kuhn 2019-05-15 Unused ; in Q_UNUSED -matteo 2019-05-15 +Matteo Ghetta 2019-05-15 format strings -matteo 2019-05-15 +Matteo Ghetta 2019-05-15 after first review @@ -149796,11 +158451,11 @@ Matthias Kuhn 2019-05-14 Allow adding attachments in qgz files -matteo 2019-05-14 +Matteo Ghetta 2019-05-14 after review -matteo 2019-05-14 +Matteo Ghetta 2019-05-14 [feature[ Processing Climb along lines algorithm @@ -149891,7 +158546,7 @@ Alessandro Pasotti 2019-05-13 Quickest way to implement a test client. -olivierdalang 2019-05-13 +Olivier Dalang 2019-05-13 [FEATURE][needs-docs] add a floater showing advanced input editlines next to the mouse @@ -150123,15 +158778,15 @@ Jürgen E. Fischer 2019-05-09 fix #22039 -olivierdalang 2019-05-09 +Olivier Dalang 2019-05-09 fix failing tests -olivierdalang 2019-05-09 +Olivier Dalang 2019-05-09 fix typo -olivierdalang 2019-05-09 +Olivier Dalang 2019-05-09 [FEATURE] vertextool : chained add vertex at endpoint @@ -150336,19 +158991,19 @@ Alessandro Pasotti 2019-05-03 Indent on JSON export -vcloarec 2019-05-02 +Vincent Cloarec 2019-05-02 Add test for QgsMeshLayer::reload() and QgsMdalProvider()::reloadData() Add test and data file for new test -vcloarec 2019-05-02 +Vincent Cloarec 2019-05-02 Implementation of QgsMeshLayer::reload() and QgsMdalProvider::reloadData() Implementation of this override method permit to reload mesh end dataset groups when the data changed outside of the QGIS application. -vcloarec 2019-05-02 +Vincent Cloarec 2019-05-02 Fix crash when open project containing a mesh with a extras dataset groups with incompatible mesh @@ -150964,7 +159619,7 @@ Alessandro Pasotti 2019-04-24 Funded by RAAB.nl -David Marteau 2019-04-23 +David Marteau 2019-04-23 Remove plugin module path when unloading @@ -150976,7 +159631,7 @@ Marcel Dancak 2019-04-24 Commented out code for debugging (saving of metatiles), fixed python formatting Merge: 756964620a7 450e193c850 -Blottiere Paul 2019-04-24 +Paul Blottiere 2019-04-24 Merge pull request #9858 from signedav/default_symbol_scale @@ -151260,12 +159915,12 @@ Alessandro Pasotti 2019-04-17 Funded by: Gis3w -David Marteau 2019-04-11 +David Marteau 2019-04-11 Set config path before calling plugin method Merge: 8416e7588c4 27fc3816005 -Blottiere Paul 2019-04-17 +Paul Blottiere 2019-04-17 Merge pull request #9775 from signedav/default_symbol_scale @@ -151542,7 +160197,7 @@ Alessandro Pasotti 2019-04-16 Add default precision value -vcloarec 2019-04-16 +Vincent Cloarec 2019-04-16 fix QgsLayerTreeModel::refreshLayerLegend (#9785) @@ -151638,7 +160293,7 @@ Matthias Kuhn 2019-04-15 Remaining Q_FOREACH to for changes -vcloarec 2019-04-14 +Vincent Cloarec 2019-04-14 fix the QgsMeshLayerProperties constructor @@ -151784,21 +160439,21 @@ David Signer 2019-04-11 tooltip and label text Merge: 09b8a577069 1333be1e1c9 -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Merge pull request #9772 from pblottiere/wms_fix [server] Fixes WMS 1.3.0 certification -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Add test for an unkown parameter -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Add unit test -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Add a fallback to unmanaged parameters @@ -151826,19 +160481,19 @@ David Signer 2019-04-02 using of configured default map units per mm for legend symbols in case no BBOX parameter is passed -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Update unit tests -Blottiere Paul 2019-04-11 +Paul Blottiere 2019-04-11 Update enum -Blottiere Paul 2019-04-10 +Paul Blottiere 2019-04-10 Add unit tests -Blottiere Paul 2019-04-10 +Paul Blottiere 2019-04-10 Update exception code string for CRS/SRS issues @@ -151849,7 +160504,7 @@ D'Hont René-Luc 2019-04-11 Return 501 on 'OperationNotSupported' error -David Marteau 2019-04-11 +David Marteau 2019-04-11 Return 501 on 'OperationNotSupported' error @@ -151951,7 +160606,7 @@ D'Hont René-Luc 2019-04-09 ST_Centroid is the PostGIS implementation of the Simple Feature standard for SQL and it generates only one point for multi-polygon. So I think SLD PointSymbolizer has to be applied to the single centroid. Merge: ae17fb3f536 9b298ca7532 -Blottiere Paul 2019-04-09 +Paul Blottiere 2019-04-09 Merge pull request #9699 from pblottiere/server_split @@ -151968,7 +160623,7 @@ Matthias Kuhn 2019-04-09 Stabilize XML for layer settings and map themes -Blottiere Paul 2019-04-09 +Paul Blottiere 2019-04-09 Remove getMap method with hitTest @@ -151976,51 +160631,51 @@ Matthias Kuhn 2019-04-08 Save project properties in predictable order -Blottiere Paul 2019-04-08 +Paul Blottiere 2019-04-08 Update exception messages -Blottiere Paul 2019-04-08 +Paul Blottiere 2019-04-08 Update doc and sip binding -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Fix issue after rebase -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Update sip binding -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Remove unused methods/functions -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Use new getLegendGraphics methods -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Add legend node function -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Add suport whe legend is not based on rule -Blottiere Paul 2019-04-03 +Paul Blottiere 2019-04-03 Add basic support for hit test without calling getMap -Blottiere Paul 2019-04-02 +Paul Blottiere 2019-04-02 Raise exception from the checking method directly -Blottiere Paul 2019-04-02 +Paul Blottiere 2019-04-02 Add method to build layer tree -Blottiere Paul 2019-04-02 +Paul Blottiere 2019-04-02 Check parameters before calling the renderer @@ -152081,7 +160736,7 @@ Nyall Dawson 2019-04-09 Fix warnings when building without HAVE_SERVER_PYTHON_PLUGINS -Régis Haubourg 2019-04-08 +Régis Haubourg 2019-04-08 move issue templates to ISSUE_TEMPLATE dir @@ -152615,7 +161270,7 @@ Matthias Kuhn 2019-04-03 Fix build without HAVE_SERVER_PYTHON_PLUGINS -David Marteau 2019-02-27 +David Marteau 2019-02-27 Disable WITH_SERVER_PLUGINS when WITH_BINDINGS=FALSE @@ -152625,7 +161280,7 @@ Matthias Kuhn 2019-02-27 Co-Authored-By: dmarteau -David Marteau 2019-02-26 +David Marteau 2019-02-26 Fix build without HAVE_SERVER_PYTHON_PLUGINS @@ -152917,11 +161572,11 @@ Mathieu Pellerin 2019-03-29 [ui] Don't disable 'keep unavailable layers' button when applying changes -lbartoletti 2019-03-29 +Loïc Bartoletti 2019-03-29 add tests -lbartoletti 2019-03-29 +Loïc Bartoletti 2019-03-29 Fix a crash when asJson is called on an empty PolygonGeometry @@ -152934,29 +161589,29 @@ Jürgen E. Fischer 2019-03-29 osgeo4w: fix starting of qt5 designer Merge: 559a4cb2a24 9ae06a52bf5 -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Merge pull request #9646 from pblottiere/server_exceptions [server] Sanitize WMS exceptions -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Fix test -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Update tests -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Remove unused qgis exception code -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Update doc -Blottiere Paul 2019-03-29 +Paul Blottiere 2019-03-29 Update unit tests @@ -152986,19 +161641,19 @@ Giovanni Manghi 2019-03-29 fix the GRASS7 v.voronoi module -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Raise an internal error instead of an unknown error -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Remove old constructor -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update security exceptions -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Fix compilation @@ -153011,64 +161666,64 @@ Martin Dobias 2019-03-27 marking also valid geometries as invalid if layer type was PointZ but the geometry had undefined Z value. This caused issues in IdentifyKit not picking up some features. -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update exceptions for StyleNotDefined and LayerNotQueryable -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Manage LayerNotDefined exception -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update InvalidCRS / InvalidSRS exception according to the version -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update InvalidPoint exception -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update InvalidFormat exception -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Add whole parameter in exception to format message -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Update exceptions for internal errors in renderer -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Add more exception in getPrint -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Auto format message for invalid parameter value -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Add more auto formatted message for missing parameter -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Add unit tests -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Auto format message for missing parameter -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Add unit tests -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Add an enum for exception codes Merge: 5b5cc50b9e9 131b6591a5f -Blottiere Paul 2019-03-28 +Paul Blottiere 2019-03-28 Merge pull request #9624 from pblottiere/server_context_3 @@ -153146,11 +161801,11 @@ Denis Rouzaud 2019-03-27 scope enum for QgsProcessing::LayerHint (#9639) -lbartoletti 2019-03-05 +Loïc Bartoletti 2019-03-05 [needs-docs] Fixes intersection on (multi)linestring/polygon Z, M and ZM. Fixes #21422 -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Fix compilation @@ -153173,84 +161828,84 @@ Denis Rouzaud 2019-03-27 fix copy in Dockerfile -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Minor cleaning -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Remove unnecessary members from renderer -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Remove more methods from renderer -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Move another method to context -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Remove some unnecessary methods from renderer -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Move some methods from renderer to context -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Update doc for QgsRenderer -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Add doc for QgsWmsRenderContext -Blottiere Paul 2019-03-26 +Paul Blottiere 2019-03-26 Remove some unused methods -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update getFeatureInfo with render context -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update dxf unit tests -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update getDxf with render context -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update getPrint with render context -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update getLegendGraphics with render context -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Update getMap with render context -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Add main loop to configure layers -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Remove invalid layer in test -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Fixes external layers -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Add WMS render context Merge: 8e70c08b18f cf595f94549 -Blottiere Paul 2019-03-27 +Paul Blottiere 2019-03-27 Merge pull request #9545 from signedav/getlegendgraphics_HEIGHTWIDTH @@ -153588,14 +162243,14 @@ Alessandro Pasotti 2019-03-25 Improved and semi automated bad layer handling Merge: 250c62693ac b0ef62ba518 -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Merge pull request #9611 from pblottiere/server_log_exceptions [server] log exceptions Merge: 93278343225 5704f70d94b -Blottiere Paul 2019-03-25 +Paul Blottiere 2019-03-25 Merge pull request #9560 from pblottiere/server_dxf_params @@ -153617,43 +162272,43 @@ Alessandro Pasotti 2019-03-25 Hide selection toggle button when it's not required -Blottiere Paul 2019-03-21 +Paul Blottiere 2019-03-21 Add getDxf test -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Add cpp test for server modules -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Remove nonexistent parameter from doc -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Fix doc -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Fix spelling -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Add FORMAT_OPTIONS parameter in map -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Add doc -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Removes unused function -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Update getDxf service -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Add DXF parameters in QgsWmsParameters @@ -153771,31 +162426,31 @@ Bas Couwenberg 2019-03-22 Fix trailing comma in control files. -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Fixes compilation -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Returns an 'Internal Server Error' exception -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Update sip binding -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Update doc -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Log exceptions according Info or Critical errors -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Clean -Blottiere Paul 2019-03-22 +Paul Blottiere 2019-03-22 Log exception on server side @@ -153919,7 +162574,7 @@ Víctor Olaya 2019-03-22 [processing] Add 'call' statements to SAGA batch file -AlisterH 2019-03-22 +Alister Hood 2019-03-22 Add missing bracket to formula generated by data defined override @@ -153956,7 +162611,7 @@ Alex 2019-03-21 adding newline to silence the indent test -lbartoletti 2019-02-27 +Loïc Bartoletti 2019-02-27 Fix Z snapping for point. Point was always returned as a XY Point. Fixes #21390 @@ -153992,14 +162647,14 @@ Jürgen E. Fischer 2019-03-20 fix warning Merge: e9067834eb8 4d70a4e28ee -Blottiere Paul 2019-03-21 +Paul Blottiere 2019-03-21 Merge pull request #9592 from rldhont/forwardport-9418-on-master Forwardport #9418 on master Merge: efc7e87fb96 90b46f6a385 -Blottiere Paul 2019-03-21 +Paul Blottiere 2019-03-21 Merge pull request #9362 from pblottiere/legend_json @@ -154194,7 +162849,7 @@ Martin Dobias 2019-03-20 Use user data in terrain combo boxes, fix max zoom level calc -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Add context in doc @@ -154205,15 +162860,15 @@ D'Hont René-Luc 2019-03-20 [Server] JPEG output for WMS GetPrint request has gone -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Update tests -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Update sip -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 More renaming and add a render context @@ -154221,11 +162876,11 @@ Nyall Dawson 2019-03-20 Fix capitalization, clearer wording -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Update doc -Blottiere Paul 2019-03-20 +Paul Blottiere 2019-03-20 Rename methods @@ -154304,51 +162959,51 @@ Alessandro Pasotti 2019-03-19 Keep group and checked state when handling bad layers -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 QCOMPARE with QString -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Update SIP binding -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Add doc -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Clean code -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Add test with big marker -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Add test for opacity -Blottiere Paul 2019-03-04 +Paul Blottiere 2019-03-04 Add unit tests -Blottiere Paul 2019-03-01 +Paul Blottiere 2019-03-01 Manage opacity for markers in vector layers -Blottiere Paul 2019-03-01 +Paul Blottiere 2019-03-01 Draw symbol for image and wms -Blottiere Paul 2019-03-01 +Paul Blottiere 2019-03-01 Draw symbol for raster layers -Blottiere Paul 2019-03-01 +Paul Blottiere 2019-03-01 Add icons in json for markers -Blottiere Paul 2019-02-27 +Paul Blottiere 2019-02-27 Add drawLegend method for json @@ -154385,7 +163040,7 @@ D'Hont René-Luc 2019-03-15 And to avoid this regression to come back, the QGIS Server tests has been updated to accept jpg image test. Merge: 477ec2a79eb 63c02783803 -Blottiere Paul 2019-03-19 +Paul Blottiere 2019-03-19 Merge pull request #9385 from pblottiere/server_external_clean @@ -154609,11 +163264,11 @@ Matthias Kuhn 2019-03-18 Update tests -Blottiere Paul 2019-03-18 +Paul Blottiere 2019-03-18 Use remove_if -Blottiere Paul 2019-03-18 +Paul Blottiere 2019-03-18 Some fixes @@ -154621,23 +163276,23 @@ Víctor Olaya 2019-03-18 correctly close files executed from QgsPythonRunner -Blottiere Paul 2019-03-05 +Paul Blottiere 2019-03-05 Add utils method for external layers -Blottiere Paul 2019-03-05 +Paul Blottiere 2019-03-05 Add doc -Blottiere Paul 2019-03-05 +Paul Blottiere 2019-03-05 Add unit test for getprint and external layers -Blottiere Paul 2019-03-05 +Paul Blottiere 2019-03-05 Add test for getmap and external layers -Blottiere Paul 2019-03-05 +Paul Blottiere 2019-03-05 Manage external layers like highlight layers for consistency @@ -154881,19 +163536,19 @@ Mathieu Pellerin 2019-03-12 [expression] Negative index support to point_n(), angle_at_vertex(), distance_to_vertex() functions -lbartoletti 2019-03-12 +Loïc Bartoletti 2019-03-12 apply martin's review -lbartoletti 2019-03-05 +Loïc Bartoletti 2019-03-05 remove useless variable mSnappedToVertex -lbartoletti 2019-03-04 +Loïc Bartoletti 2019-03-04 Needs to snap point too when CadDockWidget is enabled. Fixes #18138 -Régis Haubourg 2019-03-12 +Régis Haubourg 2019-03-12 put informative text into markdown comments @@ -155025,23 +163680,23 @@ Alessandro Pasotti 2019-03-11 [db-manager] Invalidate sqlite connection if it was created in anothe… -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 remove files unrelated to the PR (sorry for the noise) -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 reword search advice -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 fix wording for sample dataset -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 better message for third party plugins -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 promote screencasts over screenshots @@ -155049,11 +163704,11 @@ Matthias Kuhn 2019-03-11 Fix geometry generator condition -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 simplify feature request template -Régis Haubourg 2019-03-11 +Régis Haubourg 2019-03-11 Simplify template and add community message @@ -155099,7 +163754,7 @@ Matthias Kuhn 2019-03-11 Obstacle geometry should be original geometry -uclaros 2019-03-11 +Stefanos Natsis 2019-03-11 nose2 method assertions @@ -155156,7 +163811,7 @@ Richard Duivenvoorde 2019-02-08 geojsons and json) files as protocols/streams. And write them as *.json. -Etienne Trimaille 2019-03-06 +Etienne Trimaille 2019-03-06 drop old processing provider example which is not compatible QGIS 3 @@ -155235,11 +163890,11 @@ Martin Dobias 2019-03-10 [3d] Fix crash if the input data contain some empty polygons -Régis Haubourg 2019-03-10 +Régis Haubourg 2019-03-10 add default tags -Régis Haubourg 2019-03-10 +Régis Haubourg 2019-03-10 fix typos @@ -155429,7 +164084,7 @@ Alexander Bruy 2019-03-10 [processing] add missed imports to batch panel (fix #21486) -Etienne Trimaille 2019-03-09 +Etienne Trimaille 2019-03-09 replace some PyQt5 to qgis.PyQt @@ -155630,7 +164285,7 @@ Denis Rouzaud 2019-03-08 Update docker-variables.env -Régis Haubourg 2019-03-08 +Régis Haubourg 2019-03-08 issue template improvements @@ -155668,7 +164323,7 @@ Alessandro Pasotti 2019-03-08 Fix makeFeatureCompatible wrong field count -Etienne Trimaille 2019-03-08 +Etienne Trimaille 2019-03-08 Update src/core/qgssettings.cpp @@ -155678,7 +164333,7 @@ Denis Rouzaud 2019-03-08 add missing new line -Régis Haubourg 2019-03-08 +Régis Haubourg 2019-03-08 issue template fixup @@ -155686,7 +164341,7 @@ Denis Rouzaud 2019-03-08 fix path -Régis Haubourg 2019-03-08 +Régis Haubourg 2019-03-08 add draft default template for issues @@ -155942,7 +164597,7 @@ Matthias Kuhn 2019-03-07 Fix n:m relations in autogenerated attribute forms -lbartoletti 2019-02-27 +Loïc Bartoletti 2019-02-27 Add FreeBSD for SagaUtils @@ -156684,7 +165339,7 @@ Matthias Kuhn 2019-02-28 The tolerance was hardcoded to 1mm before. -lbartoletti 2019-02-27 +Loïc Bartoletti 2019-02-27 BSD patches @@ -156865,48 +165520,48 @@ Matthias Kuhn 2019-02-26 The providers may still have threads running that use the authentication manager and their finished signal might trigger logic in the authentication manager. Merge: 7bcba35ab46 3fbda696690 -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Merge pull request #9290 from pblottiere/fix_doc_2 Update doc -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Update sip binding -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Fix typo in canvas doc -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Fix typo in raster layer doc Merge: 6e39543983a 3e2af2aec13 -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Merge pull request #9288 from pblottiere/fix_doc Update doc -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Update sip -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Remove duplicated word in doc Merge: 0e8757b4085 0a76d7c1088 -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Merge pull request #9242 from pblottiere/getprint_svg Some cleaning [server] Merge: 81f0c5ce000 6b09be7f32a -Blottiere Paul 2019-02-26 +Paul Blottiere 2019-02-26 Merge pull request #9236 from signedav/scale_getlegendgraphic @@ -156916,63 +165571,63 @@ David Signer 2019-02-26 update docu since 3.8 -Blottiere Paul 2019-02-25 +Paul Blottiere 2019-02-25 Fixes unit tests -Blottiere Paul 2019-02-22 +Paul Blottiere 2019-02-22 Remove duplicated public/private -Blottiere Paul 2019-02-22 +Paul Blottiere 2019-02-22 Update doc for 3.8 -Blottiere Paul 2019-01-21 +Paul Blottiere 2019-01-21 Return default value if value is empty -Blottiere Paul 2019-01-21 +Paul Blottiere 2019-01-21 Remove redundant return -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Remove another function -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Add unit test -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Update test for not mandatory format parameter -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Remove unused functions -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Replace getter names -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Update doc -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Use static notation -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Fix error message -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Set png as the default format for images in WMS service -Blottiere Paul 2019-01-10 +Paul Blottiere 2019-01-10 Replace string by enum for format @@ -157143,7 +165798,7 @@ Matthias Kuhn 2019-02-25 Better error message when failed to open DB Merge: 2f305c560eb 9aa00230a7a -Blottiere Paul 2019-02-25 +Paul Blottiere 2019-02-25 Merge pull request #9204 from troopa81/wms_filters @@ -157172,7 +165827,7 @@ Denis Rouzaud 2019-02-24 Fix advanced digitizing display for rotated map canvas -Etienne Trimaille 2019-02-24 +Etienne Trimaille 2019-02-24 add tooltips in the vertex editor @@ -157180,11 +165835,11 @@ Nyall Dawson 2019-02-25 Fix crash when exporting reports -uclaros 2019-02-24 +Stefanos Natsis 2019-02-24 Ran scripts/astyle-all.sh and scripts/sipify_all.sh -uclaros 2019-02-24 +Stefanos Natsis 2019-02-24 Fixed notation of doxygen comments that were after a member @@ -157244,7 +165899,7 @@ Jürgen E. Fischer 2019-02-23 fix #19933 -uclaros 2019-02-23 +Stefanos Natsis 2019-02-23 Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash because of an unhandled geos exception. @@ -157333,7 +165988,7 @@ Nyall Dawson 2019-02-19 [processing] Add API to allow custom expression variables to be set for a model -lbartoletti 2019-02-22 +Loïc Bartoletti 2019-02-22 [feature] Add an option to cartesian measurement @@ -157926,7 +166581,7 @@ Panos Mavrogiorgos 2019-02-19 This commit only affects users that have multiple GRASS installations on their Macs. Using the most recent GRASS version is what we do on Linux too. -lbartoletti 2019-02-13 +Loïc Bartoletti 2019-02-13 [BUGFIX] fixes #20829 Snapping options in meters rounded to integers @@ -157940,7 +166595,7 @@ Timothé Perez 2019-02-06 default of nextval('seq'::regclass), otherwise the condition will not be met -lbartoletti 2019-02-18 +Loïc Bartoletti 2019-02-18 [FreeBSD] GRASS inverse searching order @@ -157988,7 +166643,7 @@ Panos Mavrogiorgos 2019-02-19 1. https://lists.osgeo.org/pipermail/qgis-developer/2019-February/056155.html 2. https://gitlab.com/pmav99/estimap_recreation_qgis/blob/948820b1c0068a7112cb67bc8537d8074e9defb1/estimap_recreation_provider.py#L40-59 -Etienne Trimaille 2019-02-19 +Etienne Trimaille 2019-02-19 add some optional flags in make_polygon expression @@ -158227,7 +166882,7 @@ Nyall Dawson 2019-02-18 Fixes #21296 -Etienne Trimaille 2019-02-16 +Etienne Trimaille 2019-02-16 keep comments when save as preset or file, remove lines starting by "--" in DBManager @@ -159084,7 +167739,7 @@ Tudor Bărăscu 2019-02-07 remove 'multithreading is not supp in server text' -lbartoletti 2019-01-30 +Loïc Bartoletti 2019-01-30 qgsRound: places should be of integer type instead of double @@ -159282,7 +167937,7 @@ Alessandro Pasotti 2019-02-06 Quick and dirty patch to DB-Manager after PR 8831 -Etienne Trimaille 2019-02-04 +Etienne Trimaille 2019-02-04 allow QGZ files in selections @@ -159419,11 +168074,11 @@ Nyall Dawson 2019-02-04 Fixes #21143 -Etienne Trimaille 2019-02-04 +Etienne Trimaille 2019-02-04 fix some HIG and add missing translations in dbmanager -Etienne Trimaille 2019-02-04 +Etienne Trimaille 2019-02-04 some minor code cleanup in dbmanager @@ -159570,7 +168225,7 @@ Mathieu Pellerin 2019-02-02 [ui] Make vertex tool markers and rubber bands hidpi-friendly -Etienne Trimaille 2019-02-01 +Etienne Trimaille 2019-02-01 use upper camel case for the class name @@ -159614,11 +168269,11 @@ Jürgen E. Fischer 2019-02-02 avoid OSRFixup with GDAL >= 2.5 -Etienne Trimaille 2019-02-01 +Etienne Trimaille 2019-02-01 fix some PEP8 in Processing Model as python code -Etienne Trimaille 2019-02-01 +Etienne Trimaille 2019-02-01 fix typo and HIG @@ -159979,7 +168634,7 @@ Shahzad Lone 2019-01-30 Reserving vector to save on reallocation costs, where we know the size in advance. -lbartoletti 2019-01-30 +Loïc Bartoletti 2019-01-30 [Processing][Grass] Add the possibility to return a shp if ogr is not compiled with gpkg @@ -160103,7 +168758,7 @@ Nyall Dawson 2019-01-29 Fixes #20213 -lbartoletti 2019-01-29 +Loïc Bartoletti 2019-01-29 [BUGFIX] fix qgsRound for negative numbers. Fixes #20861 @@ -160316,181 +168971,181 @@ Alexander Bruy 2019-01-28 Styling panel (fix #16339) Merge: 42413ce1931 8305bda5ef9 -Blottiere Paul 2019-01-28 +Paul Blottiere 2019-01-28 Merge pull request #8903 from pblottiere/gfi_geojson JSON format for WMS GetFeatureInfo request [server] -Blottiere Paul 2019-01-25 +Paul Blottiere 2019-01-25 Fix unit test -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Fix url query -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Case insensitive -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Update expected file -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Small fix -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Update GetCapabilities tests with new json format -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Add json format in gGetCapabilities document -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Remove left over -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Update test -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Use CRS in json geometry -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Update tests -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Update sip -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 GeoServer compatibility -Blottiere Paul 2019-01-24 +Paul Blottiere 2019-01-24 Insensitive string comparison -Blottiere Paul 2019-01-23 +Paul Blottiere 2019-01-23 Fix unit test -Blottiere Paul 2019-01-22 +Paul Blottiere 2019-01-22 Update expected files for unit tests -Blottiere Paul 2019-01-21 +Paul Blottiere 2019-01-21 Update sip -Blottiere Paul 2019-01-21 +Paul Blottiere 2019-01-21 Export aliases is an option -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for application/geo+json format -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add application/geo+json format -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Some cleaning -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Fix comment -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add QStringLiteral -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Some cleaning -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Update sip -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Update method's name and add doc -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for raster layers and json export -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add json export for raster layers -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add an expected file -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test with multiple layers and features for json -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Update testdata with layers' names -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add layers tag and their names in exported json -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for GetFeatureInfo on raster layer in xml -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for with_geometry and json export -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Do not add geometry if not necessary in json export -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for excluded attributes -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Export json without excluded attributes -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for getfeatureinfo with alias in json -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test for json exporter and alias -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Json exporter use the field's alias if necessary -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add unit test -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add GetFeatureInfo in JSON for vector layers -Blottiere Paul 2019-01-18 +Paul Blottiere 2019-01-18 Add JSON format in WMS parameters @@ -160971,11 +169626,11 @@ Julien Cabieces 2019-01-24 fixes #18497 : Correct line size method when snapping multipolygon -signedav 2019-01-24 +David Signer 2019-01-24 additional test enable-state in multi-selection in valueRelation -signedav 2019-01-24 +David Signer 2019-01-24 set the enabled state of widgets again in setEnabled @@ -161615,13 +170270,13 @@ Alessandro Pasotti 2019-01-21 cover both (rewritten and unrewritten) cases for GET and POST and for WFS/WFS/WCS and WMTS. -signedav 2019-01-21 +David Signer 2019-01-21 use valueAxis in qml example fixes #20472 -signedav 2019-01-21 +David Signer 2019-01-21 remove redundant code @@ -161629,7 +170284,7 @@ Corentin.F 2019-01-21 Update connector.py -signedav 2019-01-21 +David Signer 2019-01-21 set enabled flags of single tableitems @@ -162155,7 +170810,7 @@ D'Hont René-Luc 2019-01-16 The commit fixed it and adds test. -lbartoletti 2019-01-16 +Loïc Bartoletti 2019-01-16 [feature] Add expression for square by diagonal and rectangle from 3 points @@ -162328,7 +170983,7 @@ Denis Rouzaud 2019-01-15 use Q_PROPERTY instead of Q_INVOKABLE for QgsGeometry::isNull -lbartoletti 2019-01-14 +Loïc Bartoletti 2019-01-14 add toString and repr for qgsvector @@ -162379,7 +171034,7 @@ Nyall Dawson 2019-01-15 And fix typo and warnings -lbartoletti 2019-01-15 +Loïc Bartoletti 2019-01-15 Refactoring of rectangle maptools @@ -162971,7 +171626,7 @@ Nyall Dawson 2019-01-10 Fix build -Blottiere Paul 2019-01-09 +Paul Blottiere 2019-01-09 Remove unnecessary #include in server @@ -163015,11 +171670,11 @@ Matthias Kuhn 2019-01-09 This simplifies the casting of maplayers when accessing them from the layer registry. -arnaud.morvan@camptocamp.com 2019-01-08 +Arnaud Morvan 2019-01-08 Apply featureFilterProvider in QgsVectorLayerDiagramProvider -arnaud.morvan@camptocamp.com 2019-01-08 +Arnaud Morvan 2019-01-08 Do not overwrite renderContext in QgsMapRendererJob::drawLabeling @@ -163032,17 +171687,17 @@ Matthias Kuhn 2019-01-09 Offlineediting - showFeatureCount property -signedav 2019-01-09 +David Signer 2019-01-09 tests for layernodeproperty "showFeatureCount" fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4 -signedav 2019-01-09 +David Signer 2019-01-09 copy property back on synchronize back -signedav 2019-01-09 +David Signer 2019-01-09 copy showFeatureCount property to the new LayerTreeNode @@ -163077,7 +171732,7 @@ Nyall Dawson 2019-01-09 Fix build -signedav 2019-01-08 +David Signer 2019-01-08 proper english past form @@ -163102,25 +171757,25 @@ Matthias Kuhn 2019-01-08 Add NULLIF expression function [FEATURE] -Etienne Trimaille 2019-01-08 +Etienne Trimaille 2019-01-08 Update src/providers/ogr/qgsgeopackagedataitems.cpp Co-Authored-By: signedav -signedav 2019-01-08 +David Signer 2019-01-08 proper placing of message output -signedav 2019-01-08 +David Signer 2019-01-08 put original message into else -signedav 2019-01-08 +David Signer 2019-01-08 request VACUUM after deleting geopackage -signedav 2019-01-08 +David Signer 2019-01-08 json gpkg tests @@ -163154,7 +171809,7 @@ Matthias Kuhn 2019-01-08 Delete selected tables as DataItem action -signedav 2019-01-08 +David Signer 2019-01-08 put message in log instead of message box @@ -163362,7 +172017,7 @@ Matthias Kuhn 2019-01-07 Improved API documentation for geometry checks -signedav 2019-01-07 +David Signer 2019-01-07 add jsonb tests and fixed count @@ -163401,21 +172056,21 @@ Giovanni Manghi 2019-01-07 fix module description file -signedav 2019-01-02 +David Signer 2019-01-02 prepared tests for gpkg - not yet active -signedav 2019-01-02 +David Signer 2019-01-02 add author and reader tables to test valuerelations with json -signedav 2019-01-02 +David Signer 2019-01-02 tests for json in postgres only reading not writing possible because of pg implementation -signedav 2018-12-20 +David Signer 2018-12-20 fix for-clause @@ -163437,7 +172092,7 @@ Matthias Kuhn 2018-12-20 Co-Authored-By: signedav -signedav 2018-12-20 +David Signer 2018-12-20 using of json fields for value relation widget multi selection @@ -163474,7 +172129,7 @@ Marco Hugentobler 2019-01-07 'returns' before 'since' -signedav 2019-01-07 +David Signer 2019-01-07 use general json conversion because it works for the different types @@ -163728,23 +172383,23 @@ Nyall Dawson 2018-12-19 skipped and not including in the calculated statistics." Merge: 0373fe73a28 a7c3aadf3d2 -signedav 2019-01-03 +David Signer 2019-01-03 Merge branch 'master' into basicfix -signedav 2019-01-03 +David Signer 2019-01-03 autogenerated sip in file -signedav 2019-01-03 +David Signer 2019-01-03 fix - removes layers from project if they exist there -signedav 2019-01-03 +David Signer 2019-01-03 use uri to get layeritem to delete -signedav 2019-01-03 +David Signer 2019-01-03 find index of layeritem with the passed uri @@ -163869,7 +172524,7 @@ Mathieu Pellerin 2019-01-02 [themes] Apply OS-specific UI scale factor to em values -signedav 2019-01-02 +David Signer 2019-01-02 fix in listwidgetfactory and set method of ogrprovider to const not changing class values @@ -164516,15 +173171,15 @@ Matthias Kuhn 2018-12-20 Make expression parser output translatable -signedav 2018-12-20 +David Signer 2018-12-20 better labeling of json native type (postgres and gpkg) -signedav 2018-12-20 +David Signer 2018-12-20 improve value conversion to json-string -signedav 2018-12-20 +David Signer 2018-12-20 beautyfications and clean up @@ -164687,7 +173342,7 @@ Denis Rouzaud 2018-12-18 remove them from parameters list and add them to return values -signedav 2018-12-18 +David Signer 2018-12-18 fix typo @@ -164717,11 +173372,11 @@ Mathieu Pellerin 2018-12-14 - map('a',1,'b',2)['a'] -> 1 - map('a',1,'b',2)['b'] -> 2 -signedav 2018-12-18 +David Signer 2018-12-18 store plain if not valid -signedav 2018-12-18 +David Signer 2018-12-18 check for GDAL Version and exclude by ifdef @@ -164812,7 +173467,7 @@ Matthias Kuhn 2018-12-18 Allow saving a layer after fixing invalid geometries -signedav 2018-12-18 +David Signer 2018-12-18 adding and removing json attributes @@ -164961,7 +173616,7 @@ Matthias Kuhn 2018-12-17 Allow saving a layer after fixing invalid geometries -signedav 2018-12-17 +David Signer 2018-12-17 basic tests for json writing @@ -165336,7 +173991,7 @@ Alessandro Pasotti 2018-12-11 Defer opencl initialization after user has opted-in in settings -signedav 2018-12-11 +David Signer 2018-12-11 basic writing json gpkg @@ -165347,7 +174002,7 @@ Matthias Kuhn 2018-12-11 Use represention values for classified renderers [FEATURE] -signedav 2018-12-11 +David Signer 2018-12-11 basic tests for json type in gpkg @@ -165365,7 +174020,7 @@ Alessandro Pasotti 2018-12-11 this is just a workaround that should prevent the immediate crash when opening the settings dialog. -signedav 2018-12-11 +David Signer 2018-12-11 reading ogr JSON basics @@ -165525,11 +174180,11 @@ Alexandre Neto 2018-12-10 Renames Avoid intersection to Avoid overlap [needs-docs] -signedav 2018-12-10 +David Signer 2018-12-10 use temp copy of points.shp -Jorge Gustavo Rocha 2018-12-10 +Jorge Gustavo Rocha 2018-12-10 Fixes duplicate QGIS entries in Ubuntu launcher @@ -166099,7 +174754,7 @@ Nyall Dawson 2018-12-03 Remove outdated comment -signedav 2018-12-04 +David Signer 2018-12-04 remove Q_ASSERT because of crssync @@ -166113,7 +174768,7 @@ Matthias Kuhn 2018-12-04 when there are topology errors which are fixed subsequently, make sure that the layer can be saved again -signedav 2018-12-04 +David Signer 2018-12-04 typo and as_const @@ -166131,7 +174786,7 @@ Matthias Kuhn 2018-12-04 Use std::unique_ptr -signedav 2018-12-04 +David Signer 2018-12-04 do not write logs before QgsApplication instace @@ -166147,7 +174802,7 @@ Luigi Pirelli 2018-12-04 add the -te and -te_srs and -multi parameters to the gdalwarp tool used to clip rasters by mask layers -signedav 2018-12-04 +David Signer 2018-12-04 fix test and add test cases @@ -166178,7 +174833,7 @@ Denis Rouzaud 2018-12-03 be more verbose in var description -signedav 2018-12-03 +David Signer 2018-12-03 tests if gpkg back synchronization provides the same values @@ -166202,7 +174857,7 @@ Alessandro Pasotti 2018-12-03 Silence warning in release mode -signedav 2018-12-03 +David Signer 2018-12-03 handle fid attribute in attrLookup on synchronization @@ -166393,7 +175048,7 @@ Denis Rouzaud 2018-11-29 fix python bindings Merge: 137361b968f 51a27b31b19 -Blottiere Paul 2018-11-29 +Paul Blottiere 2018-11-29 Merge pull request #8551 from pblottiere/bugfix_wms @@ -166425,7 +175080,7 @@ Denis Rouzaud 2018-11-29 do not use qaction in the result, build context menu in the widget -Blottiere Paul 2018-11-29 +Paul Blottiere 2018-11-29 Update tests @@ -166447,7 +175102,7 @@ Alister Hood 2018-11-29 Expression calculator: clarify documentation for x_at() and y_at() -Blottiere Paul 2018-11-29 +Paul Blottiere 2018-11-29 Remove qgis address from schemaLocation @@ -166853,7 +175508,7 @@ Luigi Pirelli 2018-11-22 Hide newly added layer(s) when in group. Fixes #19174 -Etienne Trimaille 2018-11-22 +Etienne Trimaille 2018-11-22 fix nodata parameter in saga @@ -166876,7 +175531,7 @@ Alessandro Pasotti 2018-11-22 [Bugfix] Release cell from focus on editing off -signedav 2018-11-22 +David Signer 2018-11-22 leave last attribute empty instead of first @@ -166970,13 +175625,13 @@ Alessandro Pasotti 2018-11-21 class virtual rename() instead of a new method for gpkg only. -signedav 2018-11-21 +David Signer 2018-11-21 delete layer action only on items that have capability "delete" check if the item with the menu has this capability and only handle the selected items with this capabiltiy -signedav 2018-11-21 +David Signer 2018-11-21 Disable current cell on editing off @@ -167085,11 +175740,11 @@ Alessandro Pasotti 2018-11-20 Don't handle defaultValueClause as not unique value -signedav 2018-11-20 +David Signer 2018-11-20 remove unused variable -signedav 2018-11-20 +David Signer 2018-11-20 action deleteLayer in the dataitemproviders @@ -167199,7 +175854,7 @@ Nyall Dawson 2018-11-15 And add len operator to QgsGeometryCollection -signedav 2018-11-19 +David Signer 2018-11-19 check uniqueCheck before overwrite defaultValueClause @@ -167228,31 +175883,31 @@ Denis Rouzaud 2018-11-19 add docker hub credentials to yml file -signedav 2018-11-19 +David Signer 2018-11-19 delete/truncate selected tables for mssql-tables -signedav 2018-11-19 +David Signer 2018-11-19 remove unused comments -lbartoletti 2018-11-19 +Loïc Bartoletti 2018-11-19 fix license -lbartoletti 2018-11-19 +Loïc Bartoletti 2018-11-19 Denis' review Merge: 50e2b76ae73 03d53fb8713 -Blottiere Paul 2018-11-19 +Paul Blottiere 2018-11-19 Merge pull request #8260 from lbartoletti/dbmanager_add_save_sql_file [FEATURE][needs-docs]Add buttons to load and save an external SQL file Merge: 357ea19cafe 53532faf5cd -Blottiere Paul 2018-11-19 +Paul Blottiere 2018-11-19 Merge pull request #8005 from lbartoletti/bugfix_18902 @@ -167266,7 +175921,7 @@ Harrissou Sant-anna 2018-11-16 Mention that display name is used by the locator search tool -William Kyngesburye 2018-11-18 +William Kyngesburye 2018-11-18 quiet cmake policy message @@ -167282,7 +175937,7 @@ Denis Rouzaud 2018-11-18 print ccache status -William Kyngesburye 2018-11-17 +William Kyngesburye 2018-11-17 add missing Mac UI style plugin to app bundle @@ -167377,7 +176032,7 @@ Matthias Kuhn 2018-11-16 Make QgsCoordinateUtils functions Q_INVOKABLE Merge: 438a1daf6a9 2cf8f74c714 -Blottiere Paul 2018-11-16 +Paul Blottiere 2018-11-16 Merge pull request #8063 from tudorbarascu/test_server @@ -167417,28 +176072,28 @@ Daniele Viganò 2018-11-15 [RPM] Add exiv2-devel to build requirements -lbartoletti 2018-11-15 +Loïc Bartoletti 2018-11-15 fix enum -lbartoletti 2018-11-15 +Loïc Bartoletti 2018-11-15 override default destructor Merge: 574a57f2e49 767e9a51035 -lbartoletti 2018-11-15 +Loïc Bartoletti 2018-11-15 Merge branch 'master' into extendMapTool -signedav 2018-11-15 +David Signer 2018-11-15 delete selected layers on spatialite and pg -signedav 2018-11-15 +David Signer 2018-11-15 do not pass item as argument -signedav 2018-11-15 +David Signer 2018-11-15 pass items to delete layer activity @@ -167448,7 +176103,7 @@ Denis Rouzaud 2018-11-15 Co-Authored-By: elpaso -lbartoletti 2018-11-15 +Loïc Bartoletti 2018-11-15 use a switch @@ -167556,7 +176211,7 @@ Matthias Kuhn 2018-11-14 On some architectures, time_t is not equal to int64 -signedav 2018-11-14 +David Signer 2018-11-14 tests for focus on null field @@ -167582,7 +176237,7 @@ Mathieu Pellerin 2018-11-13 [project] Avoid needlessly dirtying when written value does not change -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 Add map tool rectangle 3 points where 3rd point is projected on segment p1-p2 @@ -167593,7 +176248,7 @@ Borys Jurgiel 2018-11-14 Make the coordinate widget a little bit wider -signedav 2018-11-12 +David Signer 2018-11-12 remove mouserelesae event @@ -167601,17 +176256,17 @@ signedav 2018-11-12 cond / endcond -signedav 2018-11-08 +David Signer 2018-11-08 clear value on clear in case the value is the null representator (null) -signedav 2018-11-08 +David Signer 2018-11-08 Remove the null representator text on getting focus of `QgsSpinBoxLineEdit` This fixes #20153 -signedav 2018-11-08 +David Signer 2018-11-08 pass SpecialValueText as NullValue @@ -167619,7 +176274,7 @@ Alessandro Pasotti 2018-11-13 Disable OpenCL utils test on travis (no OpenCL device) -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 replace toTime_t ->toSecsSinceEpoch @@ -167627,7 +176282,7 @@ Martin Dobias 2018-11-13 Fix tests -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 On some architectures, time_t is not equal to int64 @@ -167668,7 +176323,7 @@ Alessandro Pasotti 2018-11-13 Dot-less docker directory Merge: 7b98302abad be2ac88643a -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 Merge branch 'extendMapTool' of github.com:lbartoletti/QGIS into extendMapTool @@ -167687,7 +176342,7 @@ Matthias Kuhn 2018-11-13 [RPM] Add an explicit dependency for GDAL -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 fix indent @@ -167731,7 +176386,7 @@ Peter Petrik 2018-11-12 support for compilation on macos10.14, but running on macos10.13 or earlier -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 missing translations; add extension at save @@ -167743,7 +176398,7 @@ Alessandro Pasotti 2018-11-13 Emit valueChanged when a widget value changes as a consequence of ano… Merge: 8b2331a40df 5dab30b6ca6 -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 Merge branch 'master' into extendMapTool @@ -167751,15 +176406,15 @@ Martin Dobias 2018-11-13 Review/test fixes -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 Paul's review -lbartoletti 2018-11-12 +Loïc Bartoletti 2018-11-12 Nyall's review -lbartoletti 2018-10-29 +Loïc Bartoletti 2018-10-29 init trim/extend feature @@ -167771,7 +176426,7 @@ Jürgen E. Fischer 2018-11-13 debian packaging: add libexiv2-dev dependency -lbartoletti 2018-11-13 +Loïc Bartoletti 2018-11-13 add LastDir for SQL File @@ -167983,7 +176638,7 @@ Martin Dobias 2018-11-12 [3d] Terrain shading -lbartoletti 2018-11-12 +Loïc Bartoletti 2018-11-12 Add translation ; add button 'load file' @@ -167993,7 +176648,7 @@ Alessandro Pasotti 2018-11-12 Fix #20455 -lbartoletti 2018-11-12 +Loïc Bartoletti 2018-11-12 Paul's review: code enhancement @@ -168233,7 +176888,7 @@ Nyall Dawson 2018-11-06 Add method to determine orientation of closed curves -Etienne Trimaille 2018-11-09 +Etienne Trimaille 2018-11-09 [FEATURE] explode hstore algorithm (#8212) @@ -168285,7 +176940,7 @@ Alessandro Pasotti 2018-11-08 Move change data source under filter -signedav 2018-11-08 +David Signer 2018-11-08 unused variable removed @@ -168363,7 +177018,7 @@ Matthias Kuhn 2018-11-07 Using of QgsVectorLayerUtils::createFeature on move and copy tool -signedav 2018-11-07 +David Signer 2018-11-07 use toMap to convert to attributeMap @@ -168371,7 +177026,7 @@ Alessandro Pasotti 2018-11-07 s/bad/unavailable/ layers -signedav 2018-11-07 +David Signer 2018-11-07 createFeature on move and copy @@ -169410,7 +178065,7 @@ Nyall Dawson 2018-10-31 within metadata tries to open layer files instead the text widget instead of showing them in the desktop file browser. -William Kyngesburye 2018-10-31 +William Kyngesburye 2018-10-31 don't run GRASS commands in shell, that's not working @@ -169658,7 +178313,7 @@ Ricardo Garcia Silva 2018-10-29 fixes #20240 -William Kyngesburye 2018-10-29 +William Kyngesburye 2018-10-29 update mac bundling for new Qt frameworks @@ -169771,11 +178426,11 @@ Jürgen E. Fischer 2018-10-27 scripts/tsstat.pl: remove unused site mode and add note to doc/TRANSLATORS -Etienne Trimaille 2018-10-26 +Etienne Trimaille 2018-10-26 add missing expression groups -Etienne Trimaille 2018-10-25 +Etienne Trimaille 2018-10-25 remove translations for expression group to fix the UI @@ -169836,7 +178491,7 @@ Denis Rouzaud 2018-10-26 doxymentation -lbartoletti 2018-10-24 +Loïc Bartoletti 2018-10-24 fix snapping indicator when advance digitizing tools is enabled @@ -169847,7 +178502,7 @@ Hugo Mercier 2018-10-26 Fix virtual layer FilterRect handling when no uid is defined -lbartoletti 2018-10-26 +Loïc Bartoletti 2018-10-26 Add snapindicator to shape tools (#8292) @@ -170025,7 +178680,7 @@ Nyall Dawson 2018-10-26 Fix some more inconsistent status bar fonts -signedav 2018-10-24 +David Signer 2018-10-24 Do not overwrite values in attribute form while SearchMode @@ -170035,7 +178690,7 @@ signedav 2018-10-24 fixes ##17751 -William Kyngesburye 2018-10-25 +William Kyngesburye 2018-10-25 bundle sip to correct dir @@ -170193,7 +178848,7 @@ Denis Rouzaud 2018-10-25 fix fetching rectangle Merge: a091e64ba94 6fc36dcd1af -lbartoletti 2018-10-25 +Loïc Bartoletti 2018-10-25 Merge branch 'master' into bugfix_18902 @@ -170277,7 +178932,7 @@ Matthias Kuhn 2018-10-25 Allow copying value map definitions to clipboard -signedav 2018-10-25 +David Signer 2018-10-25 handle EnableChange event in QgsFilterLineEdit @@ -170289,15 +178944,15 @@ Denis Rouzaud 2018-10-25 add theme style.qss.auto to gitignore -signedav 2018-10-25 +David Signer 2018-10-25 removed extra ; -signedav 2018-10-25 +David Signer 2018-10-25 Test if NULL is selected -lbartoletti 2018-10-25 +Loïc Bartoletti 2018-10-25 Adds missing styleChanged connection Remove useless if ( mRenderContext ) in onAttributeValueChanged and @@ -170321,7 +178976,7 @@ D'Hont René-Luc 2018-10-25 forward porting of #7294 -signedav 2018-10-25 +David Signer 2018-10-25 use forward declaration for QgsFeature @@ -170337,17 +178992,17 @@ Alessandro Pasotti 2018-10-25 ... or you'll save in the DB instead -signedav 2018-10-25 +David Signer 2018-10-25 iterate through features with iterator -signedav 2018-10-25 +David Signer 2018-10-25 controll clear button by edit-state because it has to appear on edit-mode, otherwise not -signedav 2018-10-25 +David Signer 2018-10-25 rearanged imports @@ -170389,14 +179044,14 @@ Ted Meyer 2018-10-24 time.clock is set to be deprecated in python3.8, and was replaced by time.process_time in python3.3 -signedav 2018-10-25 +David Signer 2018-10-25 tests for switching between values especially setting the NULL value and checking if it's selected checking if the clear button is activ when it should and inactive when it should -signedav 2018-10-25 +David Signer 2018-10-25 green icon @@ -170446,7 +179101,7 @@ Nyall Dawson 2018-10-23 Remove some unused members -signedav 2018-10-25 +David Signer 2018-10-25 remove username/password in db connection in test project @@ -170477,11 +179132,11 @@ Matthias Kuhn 2018-10-25 Do not persist estimated GDAL metadata -Etienne Trimaille 2018-10-25 +Etienne Trimaille 2018-10-25 add missing optional flag in some qgs expression helps -signedav 2018-10-25 +David Signer 2018-10-25 remove connection to lineeditcleared, because of already correct null value implementation there @@ -170516,7 +179171,7 @@ D'Hont René-Luc 2018-10-25 This is the forward porting of #8143 -signedav 2018-10-25 +David Signer 2018-10-25 pass nullRepresentation to QgsFilterLineEdit @@ -170596,7 +179251,7 @@ Denis Rouzaud 2018-10-23 add missing SIP_DEPRECATED annotation Merge: b8469dc3b11 e1cdd7e92d1 -Blottiere Paul 2018-10-24 +Paul Blottiere 2018-10-24 Merge pull request #8220 from pblottiere/server_invalid_bbox @@ -170616,11 +179271,11 @@ Alessandro Pasotti 2018-10-24 Check if we have a numeric value before stripping the group separator -signedav 2018-10-24 +David Signer 2018-10-24 use dark yellow -signedav 2018-10-24 +David Signer 2018-10-24 use stronger yellow @@ -170632,7 +179287,7 @@ Jürgen E. Fischer 2018-10-24 auto-detect name of sip module used by PyQt5 -signedav 2018-10-24 +David Signer 2018-10-24 Use of default action icon @@ -170731,11 +179386,11 @@ Nyall Dawson 2018-10-24 Capitalization -Blottiere Paul 2018-10-24 +Paul Blottiere 2018-10-24 Some cleaning in unit tests -Blottiere Paul 2018-10-24 +Paul Blottiere 2018-10-24 Add unit test @@ -170753,7 +179408,7 @@ Nyall Dawson 2018-10-23 Fixes #19476 -Blottiere Paul 2018-10-18 +Paul Blottiere 2018-10-18 Fixes #5520 - Invalid BBOX in WMS GetCapabilities @@ -170764,7 +179419,7 @@ Denis Rouzaud 2018-10-23 followup 72bf08e Merge: 49e8e860293 6df252a2b19 -Blottiere Paul 2018-10-23 +Paul Blottiere 2018-10-23 Merge pull request #8271 from pblottiere/as_cancel_id @@ -170827,7 +179482,7 @@ Harrissou Sant-anna 2018-10-23 Fix typo -lbartoletti 2018-10-23 +Loïc Bartoletti 2018-10-23 Updating the vertexEditor after moving vertices or edges (#8032) @@ -170934,7 +179589,7 @@ Nyall Dawson 2018-10-23 Capitalization -Etienne Trimaille 2018-10-22 +Etienne Trimaille 2018-10-22 move function map to hstore into QgsHstoreUtils @@ -170974,19 +179629,19 @@ Nyall Dawson 2018-10-22 [layouts] Add notes to layout designer dialog interface documentation regarding customisation of designer instances -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Disable ok button when no there's no field -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Do not draw a rubber band and hilight feature if not necessary -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Do not display rubber band if label cannot be rotated -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Do not draw a rubber band when label/diagram are not moveable @@ -171012,14 +179667,14 @@ Nyall Dawson 2018-10-22 update of the style dock contents Merge: b9ff49f2c95 16e0db40334 -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Merge pull request #8251 from pblottiere/as_dd_red Update data defined button on auxiliary field deletion correctly Merge: 225c9227af7 444a2795f4e -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Merge pull request #8253 from pblottiere/as_err_msg_rm_field @@ -171046,33 +179701,33 @@ Denis Rouzaud 2018-10-22 fix build without GUI Merge: 4fa62e9b3bb ef4bf1a8062 -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Merge pull request #8228 from pblottiere/server_deadlock [server] Fixes freeze of server during rendering -signedav 2018-10-22 +David Signer 2018-10-22 calculate FID for GPKG -lbartoletti 2018-10-19 +Loïc Bartoletti 2018-10-19 Add a button to save the query as an external sql file -signedav 2018-10-22 +David Signer 2018-10-22 use "gpkg_fid" as default FID column -signedav 2018-10-22 +David Signer 2018-10-22 remove fid type check because its done before -signedav 2018-10-22 +David Signer 2018-10-22 care for types of fid -signedav 2018-10-22 +David Signer 2018-10-22 add dummy column in case the original layer does not contain an fid-field @@ -171082,7 +179737,7 @@ Richard Duivenvoorde 2018-10-22 * Add NetCDF into MDAL dialog's file filter -signedav 2018-10-22 +David Signer 2018-10-22 running autopep8 on file to format correctly @@ -171090,19 +179745,19 @@ Nyall Dawson 2018-10-22 QStringLiteral -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Add a translated window title -Blottiere Paul 2018-10-22 +Paul Blottiere 2018-10-22 Add an error message on auxiliary field deletion -Blottiere Paul 2018-10-21 +Paul Blottiere 2018-10-21 Add link to corresponding issue in comment -Blottiere Paul 2018-10-18 +Paul Blottiere 2018-10-18 Fixes freeze of server during rendering @@ -171110,11 +179765,11 @@ Borys Jurgiel 2018-10-21 Don't append raster layer to an existing GPKG, if a vector layer with the same name already exists. -Blottiere Paul 2018-10-21 +Paul Blottiere 2018-10-21 Removes unused reset parameter -Blottiere Paul 2018-10-21 +Paul Blottiere 2018-10-21 Data defined button is not red after deleting auxiliary field @@ -171304,7 +179959,7 @@ Giovanni Manghi 2018-10-19 fix GRASS7 r_stats_quantile -lbartoletti 2018-10-19 +Loïc Bartoletti 2018-10-19 Fix docstring @@ -171477,23 +180132,23 @@ Martin Dobias 2018-10-18 layer.setCustomProperty("skipMemoryLayersCheck", 1) -signedav 2018-10-18 +David Signer 2018-10-18 indentation -signedav 2018-10-18 +David Signer 2018-10-18 put extra default back -signedav 2018-10-18 +David Signer 2018-10-18 use const and avoid copy -signedav 2018-10-18 +David Signer 2018-10-18 display menu at the correct position -signedav 2018-10-18 +David Signer 2018-10-18 all features option in menu @@ -171501,11 +180156,11 @@ signedav 2018-10-18 fixes #17853 -signedav 2018-10-18 +David Signer 2018-10-18 start action for single feature directly -signedav 2018-10-18 +David Signer 2018-10-18 action only starting on one feature @@ -171538,19 +180193,19 @@ Even Rouault 2018-10-18 expression coming from the request, but besides that, this is more straightforward, and actually solves #20136 -signedav 2018-10-18 +David Signer 2018-10-18 json decoding of values before comparing them with the python structs -signedav 2018-10-18 +David Signer 2018-10-18 extended json type server tests not working because of the \n in the response -signedav 2018-10-18 +David Signer 2018-10-18 server tests for json types in postgres @@ -171708,7 +180363,7 @@ Nyall Dawson 2018-10-16 Address some clazy warnings -signedav 2018-10-16 +David Signer 2018-10-16 rename back test_qgsowsconnection @@ -171743,7 +180398,7 @@ Nyall Dawson 2018-10-16 Context objects should always be used in lamda connects, or the connection has a potentially infinite lifetime! -Larry Shaffer 2018-10-03 +Larry Shaffer 2018-10-03 Add qt PATH_SUFFIXES to find QScintilla2 includes; match conda-forge qt @@ -171854,11 +180509,11 @@ Matthias Kuhn 2018-10-15 Use enum instead of int -signedav 2018-10-15 +David Signer 2018-10-15 test with correct uniquevalue -signedav 2018-10-15 +David Signer 2018-10-15 take original for unique values as well, except if it's not unique @@ -171866,7 +180521,7 @@ Matthias Kuhn 2018-10-15 Use switch instead of else if -Blottiere Paul 2018-10-15 +Paul Blottiere 2018-10-15 Add unit test for polygon tolerance @@ -172343,7 +180998,7 @@ Matthias Kuhn 2018-09-06 Add single geometry check -Blottiere Paul 2018-10-15 +Paul Blottiere 2018-10-15 Tolerance fixed in GetFeatureInfo for polygons @@ -172355,15 +181010,15 @@ Denis Rouzaud 2018-10-15 * update docs to say geom is invalid -Blottiere Paul 2018-10-15 +Paul Blottiere 2018-10-15 Add unit test for line tolerance -Blottiere Paul 2018-10-15 +Paul Blottiere 2018-10-15 Tolerance fixed in GetFeatureInfo for lines -signedav 2018-10-15 +David Signer 2018-10-15 corrected comment in test @@ -172399,11 +181054,11 @@ Alessandro Pasotti 2018-10-15 Fixes slow update in field calculator -Blottiere Paul 2018-10-02 +Paul Blottiere 2018-10-02 Add unit test for point tolerance -Blottiere Paul 2018-10-02 +Paul Blottiere 2018-10-02 Fixes #19383 - Tolerance fixed in GetFeatureInfo for points @@ -172415,23 +181070,23 @@ Nyall Dawson 2018-10-15 as crop the raster extent. We also don't refer anywhere else in this dialog to the cutline, so that has no meaning to users -signedav 2018-10-15 +David Signer 2018-10-15 tests -signedav 2018-10-15 +David Signer 2018-10-15 get in every case if not valid the copy of the value even if unique constraint because it checks if existent - otherwise it get's null there -signedav 2018-10-15 +David Signer 2018-10-15 tests for unique values with default unique value and fallback in case the default value already exists -signedav 2018-10-15 +David Signer 2018-10-15 right order of priorities @@ -172783,7 +181438,7 @@ Denis Rouzaud 2018-10-10 this is an error with clang 7 note: call 'std::move' explicitly to avoid copying -signedav 2018-10-10 +David Signer 2018-10-10 selectAll if requested on mouse release @@ -172852,7 +181507,7 @@ Alessandro Pasotti 2018-10-09 and/or other "data" formats (csv etc.) or a different new method similar to representValue. -lbartoletti 2018-10-09 +Loïc Bartoletti 2018-10-09 rerename transformContext -> context @@ -172970,7 +181625,7 @@ Denis Rouzaud 2018-10-05 forward declaration for QgsVectorLayer -signedav 2018-10-08 +David Signer 2018-10-08 check if visibilityexpression is enabled (#8141) @@ -173124,7 +181779,7 @@ Nyall Dawson 2018-10-08 [mssql] Minor refactoring -signedav 2018-10-08 +David Signer 2018-10-08 use lambda to set value to null @@ -173172,19 +181827,19 @@ Nathan Woodrow 2018-10-08 Fix build on fedora 26 -Blottiere Paul 2018-10-01 +Paul Blottiere 2018-10-01 Update doc -Blottiere Paul 2018-10-01 +Paul Blottiere 2018-10-01 Update python binding -Blottiere Paul 2018-10-01 +Paul Blottiere 2018-10-01 Add doc -Blottiere Paul 2018-10-01 +Paul Blottiere 2018-10-01 Adds more explicit error message when auxiliary storage is saved @@ -173217,19 +181872,19 @@ Nyall Dawson 2018-10-07 Better to keep the debug log cleaner so that real errors are noticed -Blottiere Paul 2018-10-01 +Paul Blottiere 2018-10-01 Add core unit test -Blottiere Paul 2018-09-28 +Paul Blottiere 2018-09-28 Removes TODO comment -Blottiere Paul 2018-09-28 +Paul Blottiere 2018-09-28 Activates unit test -Blottiere Paul 2018-09-28 +Paul Blottiere 2018-09-28 Fixes #19826 - Use subset layer to manage fid @@ -173653,11 +182308,11 @@ Denis Rouzaud 2018-10-04 fix cannot load style when layer has no style in DB (#8113) -signedav 2018-10-04 +David Signer 2018-10-04 remove setReloadTime because it's not used anymore -signedav 2018-10-04 +David Signer 2018-10-04 do not overwrite text entry on editing and model reloadings @@ -173675,11 +182330,11 @@ Alessandro Pasotti 2018-10-04 Fix a crash on attribute form widget -signedav 2018-10-04 +David Signer 2018-10-04 set value to null when pressed lineedit-clearbutton -signedav 2018-10-04 +David Signer 2018-10-04 setting of reload interval in featurelistcombo @@ -173789,7 +182444,7 @@ Giovanni Manghi 2018-10-03 fix the GRASS7 r_contour tool removing the mandatory flag of one of the parameters Merge: 0319e36c63c 27ce17cf998 -Larry Shaffer 2018-10-03 +Larry Shaffer 2018-10-03 Merge pull request #8072 from dakcarto/opencl-clhpp @@ -174081,7 +182736,7 @@ Nyall Dawson 2018-10-02 unique_ptr -Larry Shaffer 2018-10-01 +Larry Shaffer 2018-10-01 Enable OpenCL for Mac, by default; keep disabled for BSD @@ -174238,7 +182893,7 @@ Julien Cabieces 2018-09-25 Fixes #19836 Keep layer order when using different way for passing layer (layer id or layer pointer for instance) -Larry Shaffer 2018-09-30 +Larry Shaffer 2018-09-30 [opencl] Add FindOpenCLhpp CMake module; vendor cl2.hpp; fixup includes @@ -174492,7 +183147,7 @@ Nyall Dawson 2018-09-28 And make QgsSpatialIndex a QgsFeatureSink Merge: 1a61885254a 5496442ca1f -Blottiere Paul 2018-09-28 +Paul Blottiere 2018-09-28 Merge pull request #8040 from pblottiere/server_highlight_line @@ -174561,7 +183216,7 @@ Alessandro Pasotti 2018-09-28 This is not a regression: the same error is in 2.18 -Blottiere Paul 2018-09-28 +Paul Blottiere 2018-09-28 Add mask image @@ -174679,11 +183334,11 @@ Denis Rouzaud 2018-09-27 * remove spacer -Blottiere Paul 2018-09-27 +Paul Blottiere 2018-09-27 Update unit test -Blottiere Paul 2018-09-27 +Paul Blottiere 2018-09-27 Fixes #19906 - GetMap request with line in the SLD is correctly rendered @@ -175504,7 +184159,7 @@ Jürgen E. Fischer 2018-09-21 debian packaging: add saga as build dependency for Processing tests Merge: 28696813672 1955ebb7c91 -Blottiere Paul 2018-09-21 +Paul Blottiere 2018-09-21 Merge pull request #7961 from tudorbarascu/fix_sld @@ -175832,14 +184487,14 @@ Matthias Kuhn 2018-09-19 Fix compiling with older sip version Merge: 420bcc9fc45 f65deeb5c05 -Blottiere Paul 2018-09-19 +Paul Blottiere 2018-09-19 Merge pull request #7950 from pblottiere/server_wfs_if_capabilities [server] Fixes Filter_Capabilities element in WFS GetCapabilities document Merge: b4ab101a454 07d400c66fc -Blottiere Paul 2018-09-19 +Paul Blottiere 2018-09-19 Merge pull request #7947 from pblottiere/server_wfs_operation @@ -175967,7 +184622,7 @@ Matthias Kuhn 2018-09-18 Teach sipify the meaning of `final` -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Update unit tests @@ -175978,15 +184633,15 @@ Alessandro Pasotti 2018-09-18 [processing] Show a message bar success message after running in-place, parameterless alg -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Removes commented code -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Update unit test -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Update insert, update and delete operations element @@ -175996,11 +184651,11 @@ Alessandro Pasotti 2018-09-18 Fixex #19617 - Check validity algorithm returns empty reason in attribute table -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Add Id_Capabilities element with FID -Blottiere Paul 2018-09-18 +Paul Blottiere 2018-09-18 Operations element has to be before OutputFormats @@ -176081,7 +184736,7 @@ Borys Jurgiel 2018-09-18 [Plugin manager][needs-docs] More unified links to the installed and available version. -Blottiere Paul 2018-08-05 +Paul Blottiere 2018-08-05 Fix Operations element @@ -176112,7 +184767,7 @@ Matthias Kuhn 2018-09-18 Initialize to nullptr -signedav 2018-09-18 +David Signer 2018-09-18 compare pointers @@ -176252,7 +184907,7 @@ Alessandro Pasotti 2018-09-17 Fixes #19680 - Styles saved in a Spatialite DB are then not available to be used -signedav 2018-09-17 +David Signer 2018-09-17 only when mNmRelation valid @@ -176260,11 +184915,11 @@ Alessandro Pasotti 2018-09-17 [bugfix] unreported crash on load style -signedav 2018-09-17 +David Signer 2018-09-17 remove debug log -signedav 2018-09-17 +David Signer 2018-09-17 check for layers instead of relations @@ -176374,15 +185029,15 @@ Daniele Viganò 2018-09-15 error is: "PyCapsule_GetPointer called with incorrect name" patch taken from: https://issues.qgis.org/issues/19476 -olivierdalang 2018-09-12 +Olivier Dalang 2018-09-12 fixes #19825 -olivierdalang 2018-09-13 +Olivier Dalang 2018-09-13 add tests for #19824 -olivierdalang 2018-09-12 +Olivier Dalang 2018-09-12 fix #19824 where modifications to project models were not saved @@ -176519,7 +185174,7 @@ Matthias Kuhn 2018-09-14 [FEATURE] QML chart and drawings widget Merge: a78a7e79082 9eaee8f1be7 -Blottiere Paul 2018-09-14 +Paul Blottiere 2018-09-14 Merge pull request #7814 from elemoine/ele_logging @@ -176717,7 +185372,7 @@ Nyall Dawson 2018-09-14 Capitalization Merge: 8c312997a69 d30f93ffe9d -Blottiere Paul 2018-09-14 +Paul Blottiere 2018-09-14 Merge pull request #7887 from pblottiere/server_filter_2 @@ -176893,7 +185548,7 @@ Nyall Dawson 2018-09-14 Capitalization -signedav 2018-09-14 +David Signer 2018-09-14 removed qt5charts stuff from cmakelist @@ -176907,25 +185562,25 @@ Matthias Kuhn 2018-09-14 Make QgsFeaturePool free of reprojection code and other improvements -signedav 2018-09-13 +David Signer 2018-09-13 pg version check on json and comparison with == to make it equal to the other checks and avoid confusions -signedav 2018-09-12 +David Signer 2018-09-12 removed unused docs and unused db entry -signedav 2018-09-12 +David Signer 2018-09-12 displaystring of every json object Removed unused stuff -signedav 2018-09-12 +David Signer 2018-09-12 displayString on textoutput @@ -176933,17 +185588,17 @@ signedav 2018-09-12 and codestyle in python -signedav 2018-09-12 +David Signer 2018-09-12 test db stuff json -signedav 2018-09-12 +David Signer 2018-09-12 json/jsonb type integration an tests for map and list -signedav 2018-09-14 +David Signer 2018-09-14 more includes @@ -176978,7 +185633,7 @@ Nyall Dawson 2018-09-14 This allows matching of a filter string "hash line" to the symbol "hashed red lines" -Etienne Trimaille 2018-09-03 +Etienne Trimaille 2018-09-03 fid is the default if the ID column is empty when we create a geopackage @@ -177067,7 +185722,7 @@ Rudi von Staden 2018-09-13 Improve k-nearest neighbour algorithm logic and add descriptive comments -signedav 2018-09-13 +David Signer 2018-09-13 qt5charts5 library @@ -177075,7 +185730,7 @@ Borys Jurgiel 2018-09-13 fix tests -signedav 2018-09-13 +David Signer 2018-09-13 qt5charts lib in dockerfile @@ -177094,7 +185749,7 @@ Matthias Kuhn 2018-09-13 Case insensitive geos error evaluation -Etienne Trimaille 2018-08-14 +Etienne Trimaille 2018-08-14 [FEATURE] add conversion from float to DMS format @@ -177110,7 +185765,7 @@ Borys Jurgiel 2018-09-13 [Plugin manager] [need-docs] [FEATURE?] Add links to the plugin details page to open the local directory of installed plugin and the download page/link of the available version (do not confuse with plugin homepage). -signedav 2018-09-13 +David Signer 2018-09-13 add qt5chartslib @@ -177122,11 +185777,11 @@ Borys Jurgiel 2018-09-13 [FEATURE][Plugin installer] Support for encrypted zips when installing plugins from local files -signedav 2018-09-13 +David Signer 2018-09-13 include Qt5chars INCLUDE_DIRECTORIES -signedav 2018-09-13 +David Signer 2018-09-13 do not store recursively @@ -177140,15 +185795,15 @@ Luigi Pirelli 2018-09-13 Fix set of grass command if not set yet -Blottiere Paul 2018-09-13 +Paul Blottiere 2018-09-13 Add unit tests -Blottiere Paul 2018-09-13 +Paul Blottiere 2018-09-13 Fixes segfault -Blottiere Paul 2018-09-13 +Paul Blottiere 2018-09-13 [server] Add support for OGC FE version 2 in GetMap request @@ -177156,11 +185811,11 @@ Martin Dobias 2018-09-13 Moved new snapping alg as another mode of "Snap geometries" processing alg -signedav 2018-09-13 +David Signer 2018-09-13 QtChart in CMake file -signedav 2018-09-13 +David Signer 2018-09-13 should avoid creating search widget when it's a child @@ -177209,7 +185864,7 @@ Martin Dobias 2018-06-06 to run Fix geometries algorithm afterwards. Merge: 79dc991806a 5fd9501ad91 -Blottiere Paul 2018-09-13 +Paul Blottiere 2018-09-13 Merge pull request #7860 from pblottiere/filter_2 @@ -177241,71 +185896,71 @@ Jürgen E. Fischer 2018-09-13 Make QgsServerLogger testable and test it -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 More unique_ptr -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Const correctness -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeIsBetweenFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeFunctionFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodePropertyIsNullFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeNotFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeLiteralFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeSpatialOperatorFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unique_ptr in nodeBinaryOperatorFromOgcFilter -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Remove unused attribute -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Update error messages with prefix according to WFS version -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Rename class -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add documentation -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Update sip binding -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add unit test for WFS 2.0 -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add more node methods -Blottiere Paul 2018-09-11 +Paul Blottiere 2018-09-11 Add new class to build expression from WFS filter @@ -177374,7 +186029,7 @@ Denis Rouzaud 2018-09-12 you might really be looking for it, using the prefix makes it clear enough Merge: 3b1b41f3915 a0e8be590aa -Blottiere Paul 2018-09-12 +Paul Blottiere 2018-09-12 Merge pull request #7867 from tudorbarascu/fix_tests @@ -177495,7 +186150,7 @@ Geoff Kimbell 2018-09-11 [FEATURE][processing] Add custom OPTIONS to contour algorithm (#7834) -signedav 2018-09-11 +David Signer 2018-09-11 last fixes and sip_include @@ -177519,7 +186174,7 @@ Matthias Kuhn 2018-09-11 Add \since -signedav 2018-09-11 +David Signer 2018-09-11 Enum Mode in QgsAttributeEditorContext @@ -177582,7 +186237,7 @@ Matthias Kuhn 2018-09-11 Naming changes for QgsFeaturePool -signedav 2018-09-11 +David Signer 2018-09-11 update container visibilty on mode change @@ -177609,7 +186264,7 @@ Nyall Dawson 2018-09-11 [processing] Fix gdal algorithm use of old wrapper API -signedav 2018-09-11 +David Signer 2018-09-11 implementation for containers @@ -177713,7 +186368,7 @@ Peter Petrik 2018-09-07 add 3Di support introduced in mdal 0.0.7 -signedav 2018-09-10 +David Signer 2018-09-10 form_mode for qmlwidgetwrapper expression @@ -177817,7 +186472,7 @@ Paolo Cavallini 2018-09-10 Update CONTRIBUTORS -signedav 2018-09-10 +David Signer 2018-09-10 no case default and removed unused doc @@ -177836,7 +186491,7 @@ Harrissou Sant-anna 2018-09-06 Add handlesnull parameter to custom function template help -Blottiere Paul 2018-09-07 +Paul Blottiere 2018-09-07 Activates rendering optimisation @@ -178045,21 +186700,21 @@ Matthias Kuhn 2018-09-07 Const correctness for QgsGeometry::Error Merge: 0ea283190bf a6b44b15b33 -Blottiere Paul 2018-09-07 +Paul Blottiere 2018-09-07 Merge pull request #7751 from pblottiere/server_filter_segfault [server] Fixes segfault when WMS OGC filter is empty -Blottiere Paul 2018-09-03 +Paul Blottiere 2018-09-03 Add unit test for OGC filters with multiple layers -Blottiere Paul 2018-09-03 +Paul Blottiere 2018-09-03 Add unit test for empty OGC filter -Blottiere Paul 2018-08-30 +Paul Blottiere 2018-08-30 Fixes segfault when filter is empty @@ -178097,11 +186752,11 @@ Nyall Dawson 2018-09-07 * [metasearch] Use a question messagebox -Etienne Trimaille 2018-09-05 +Etienne Trimaille 2018-09-05 use QT tr macro in layer metadata -Etienne Trimaille 2018-09-04 +Etienne Trimaille 2018-09-04 do not display metadata related to spatial extent if the layer is not spatial @@ -178126,11 +186781,11 @@ Denis Rouzaud 2018-09-06 * do nottransform project if current_version > transform.to * use >= -signedav 2018-09-06 +David Signer 2018-09-06 add doxygen commands in cpp -signedav 2018-09-06 +David Signer 2018-09-06 initialization @@ -178141,17 +186796,17 @@ Martin Dobias 2018-09-06 [mesh] [feature] allow render vectors/arrows on the user-defined grid -signedav 2018-09-06 +David Signer 2018-09-06 doc -signedav 2018-09-06 +David Signer 2018-09-06 spelling american initialization not initialisation -signedav 2018-09-06 +David Signer 2018-09-06 spelling and missing case in qgsquick @@ -178230,7 +186885,7 @@ Mathieu Pellerin 2018-09-06 [ui] icon for add 3D map view action -signedav 2018-09-06 +David Signer 2018-09-06 some more fixes @@ -178316,11 +186971,11 @@ Chris Mayo 2018-08-31 - Unnecessary string u prefix for Python 3 - Comment typo -Etienne Trimaille 2018-09-05 +Etienne Trimaille 2018-09-05 add missing text in processing parameter -signedav 2018-09-05 +David Signer 2018-09-05 moved QmlExpression back to header @@ -178340,7 +186995,7 @@ Peter Petrik 2018-09-05 fix Martin Dobias review points -signedav 2018-09-05 +David Signer 2018-09-05 docs and replacement of qmlexpression @@ -178367,67 +187022,67 @@ Jürgen E. Fischer 2018-09-05 nsis: don't reboot in silent mode -signedav 2018-09-05 +David Signer 2018-09-05 preview feature -signedav 2018-09-05 +David Signer 2018-09-05 return if no widget -signedav 2018-09-05 +David Signer 2018-09-05 fixed qml example -signedav 2018-09-05 +David Signer 2018-09-05 remove unused qmlwidget class because using qquickwidget directly -signedav 2018-09-05 +David Signer 2018-09-05 docstrings and beautification -signedav 2018-09-04 +David Signer 2018-09-04 layout -signedav 2018-09-04 +David Signer 2018-09-04 improved gui handling -signedav 2018-09-04 +David Signer 2018-09-04 expressions on qml widget -signedav 2018-09-04 +David Signer 2018-09-04 expressions -signedav 2018-09-03 +David Signer 2018-09-03 layout and expressions -signedav 2018-09-03 +David Signer 2018-09-03 preview -signedav 2018-09-03 +David Signer 2018-09-03 open on drop -signedav 2018-09-03 +David Signer 2018-09-03 basics with configurable code and attributes -signedav 2018-09-03 +David Signer 2018-09-03 get attributes from current feature by feature.attribute("outlet_1") -signedav 2018-08-30 +David Signer 2018-08-30 Configuration and display @@ -178778,11 +187433,11 @@ Nyall Dawson 2018-09-04 ...how in the world has THIS one slipped by unnoticed so long! -Etienne Trimaille 2018-09-03 +Etienne Trimaille 2018-09-03 do not display geometry, spatial extent and CRS for non spatial layer -Etienne Trimaille 2018-09-03 +Etienne Trimaille 2018-09-03 add some missing QLatin1String in metadataHtml() @@ -178797,7 +187452,7 @@ Nyall Dawson 2018-09-04 Avoid defaulting to older path in style import dialog browse button -signedav 2018-09-03 +David Signer 2018-09-03 Expose QgsFeatures::attribute for QML @@ -179325,7 +187980,7 @@ Nyall Dawson 2018-08-28 [processing] Reproject algorithm doesn't care about invalid features -Etienne Trimaille 2018-08-27 +Etienne Trimaille 2018-08-27 add myself to the map @@ -179433,7 +188088,7 @@ Nyall Dawson 2018-08-27 Show preview text for map layer values in expressions Merge: fb45c27afeb 3b9821f439a -lbartoletti 2018-08-27 +Loïc Bartoletti 2018-08-27 Merge branch 'master' into reverseLine @@ -179519,7 +188174,7 @@ Harrissou Sant-anna 2018-08-24 Fix typo Merge: a6e0e39bcd1 f710a093223 -Blottiere Paul 2018-08-26 +Paul Blottiere 2018-08-26 Merge pull request #7693 from pblottiere/cerr @@ -179721,7 +188376,7 @@ Alexander Bruy 2018-08-25 [dbmanager] fix versioning dialog UI (overlapping line edits) -Etienne Trimaille 2018-08-24 +Etienne Trimaille 2018-08-24 fix array formatting for array_filter @@ -179933,14 +188588,14 @@ Matthias Kuhn 2018-08-23 Move geometry fixes to separate class -signedav 2018-08-23 +David Signer 2018-08-23 Value Relation implementation Values in the Value Relation widgets can be translated now - means changed. So the setting-change is made to get translated values over another layer. -Blottiere Paul 2018-08-23 +Paul Blottiere 2018-08-23 Log into cerr instead of cout @@ -180092,7 +188747,7 @@ Matthias Kuhn 2018-08-23 Add array_filter expression function -Etienne Trimaille 2018-08-15 +Etienne Trimaille 2018-08-15 [FEATURE] add foreach expression for arrays @@ -180135,13 +188790,13 @@ Jürgen E. Fischer 2018-08-22 fix b37832ab1 -signedav 2018-08-22 +David Signer 2018-08-22 sourcelanguage instead of targetlanguage it generates a general ts file instead of a file per targetlanguage -signedav 2018-08-22 +David Signer 2018-08-22 empty translations in ts file @@ -180241,7 +188896,7 @@ Nyall Dawson 2018-08-22 Add qFloor, qCeil, qSqrt to banned keywords -Etienne Trimaille 2018-08-20 +Etienne Trimaille 2018-08-20 add map_layers variable for MapLayoutItem @@ -181525,27 +190180,27 @@ Håvard Tveite 2018-08-09 Fixes #8002 - hopefully, and adds tests -raymondnijssen 2018-08-08 +Raymond Nijssen 2018-08-08 360+ degrees wedge buffer tests -raymondnijssen 2018-08-08 +Raymond Nijssen 2018-08-08 fix for negative wedge buffer angles -raymondnijssen 2018-08-08 +Raymond Nijssen 2018-08-08 fix code formatting -raymondnijssen 2018-08-08 +Raymond Nijssen 2018-08-08 wedgebuffer constructed by qgsCircles -raymondnijssen 2018-08-08 +Raymond Nijssen 2018-08-08 more efficient and reliable wedgebuffer calculation -raymondnijssen 2018-08-06 +Raymond Nijssen 2018-08-06 fix for 360+ degrees wedgebuffer @@ -181982,7 +190637,7 @@ Nyall Dawson 2018-08-08 to wherever the last project was saved (which is effectively random!)) -Etienne Trimaille 2018-08-07 +Etienne Trimaille 2018-08-07 avoid CRS in the tooltip when the layer is not spatial @@ -182063,21 +190718,21 @@ Nyall Dawson 2018-08-07 [win] Use native desktop notifications for prettier notifications -signedav 2018-08-07 +David Signer 2018-08-07 merge error -signedav 2018-08-07 +David Signer 2018-08-07 layermaptest and fixes after feedback - mostly doc stuff or code style -signedav 2018-08-02 +David Signer 2018-08-02 missing parameter documentation -signedav 2018-08-02 +David Signer 2018-08-02 fixes @@ -182093,27 +190748,27 @@ Matthias Kuhn 2018-08-02 Add missing sip bindings -signedav 2018-08-02 +David Signer 2018-08-02 spelling -signedav 2018-07-31 +David Signer 2018-07-31 sip files and some improvements like make a list copy before go through for loop and log messages -signedav 2018-07-31 +David Signer 2018-07-31 docstrings etc. -signedav 2018-07-30 +David Signer 2018-07-30 use of smartpointer mTranslator for better handling if loaded (or in our case existent) or not... -signedav 2018-07-30 +David Signer 2018-07-30 setProjectTranslator @@ -182124,13 +190779,13 @@ signedav 2018-07-30 beautify code -signedav 2018-07-24 +David Signer 2018-07-24 QgsProjectTranslator implementation of abstract class QgsProjectTranslator -signedav 2018-07-23 +David Signer 2018-07-23 working translation of project from qm file @@ -182146,11 +190801,11 @@ signedav 2018-07-23 Updated test-data used for the test. -signedav 2018-07-23 +David Signer 2018-07-23 gui implementation -signedav 2018-07-20 +David Signer 2018-07-20 tests, project store and other @@ -182160,14 +190815,14 @@ signedav 2018-07-20 and fix some errors tests not ready yet -David 2018-05-31 +David Signer 2018-05-31 translator basics basics work - translation of layername, relations fields and aliases have a problem -David 2018-05-24 +David Signer 2018-05-24 generate ts file @@ -182390,7 +191045,7 @@ Nyall Dawson 2018-08-03 Fixes #19531 -signedav 2018-08-03 +David Signer 2018-08-03 bugfix break in case (#7529) @@ -182856,11 +191511,11 @@ Nyall Dawson 2018-07-27 Fix path resolver sometimes returns non empty paths while resolving empty filenames -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Update unit tests -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Fixes service type version in WFS GetCapabilities doc @@ -182951,17 +191606,17 @@ Thibault Coupin 2018-07-26 [WMSServer] Add unit test for group short name for getcapabilities and getmap operations Merge: 466992ec387 3141bb596b1 -Blottiere Paul 2018-07-26 +Paul Blottiere 2018-07-26 Merge pull request #7481 from pblottiere/server_wfs_spatial_operator [server] Fixes spatial operator in WFS 1.1.0 GetCapabilities doc -Blottiere Paul 2018-07-26 +Paul Blottiere 2018-07-26 Update unit test -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Fixes spatial operator in WFS GetCapabilities doc @@ -183151,7 +191806,7 @@ Alessandro Pasotti 2018-07-24 map is broken (and affects show all features, too) Merge: 10a66da4578 8b14a5b900b -Blottiere Paul 2018-07-24 +Paul Blottiere 2018-07-24 Merge pull request #7461 from pblottiere/server_wfs_post @@ -183166,15 +191821,15 @@ Thibault Coupin 2018-07-24 Merge branch 'master' into fix-wms -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Update unit tests -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Fixes Get element in WFS GetCapabilities doc -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Fixes post element in WFS GetCapabilities doc @@ -183305,7 +191960,7 @@ Matthias Kuhn 2018-07-23 Get proper mFeature in relation reference widget -signedav 2018-07-23 +David Signer 2018-07-23 use initialized for complete init() function @@ -183335,7 +191990,7 @@ Thibault Coupin 2018-07-23 WMS server: use shortName of group GetMap and check if the layer is queryable (or not for group, GetFeaureInfo) Merge: b3fb647edef e48de2048a3 -Blottiere Paul 2018-07-23 +Paul Blottiere 2018-07-23 Merge pull request #7372 from pblottiere/server_clean @@ -183349,143 +192004,143 @@ Thibault Coupin 2018-07-23 Fix layer group dialog for qgz file, fixing wms exclude layer feature -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Fix doc -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Add since tag -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Add doc for QgsServerParameterDefinition -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Add doc for QgsWmsParameter -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Add doc for QgsWfsParameter -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Update doc for QgsServerParameters and QgsServerParameter -Blottiere Paul 2018-07-19 +Paul Blottiere 2018-07-19 Update doc for QgsWmsParameters -Blottiere Paul 2018-07-19 +Paul Blottiere 2018-07-19 Add doc for QgsBadRequestException -Blottiere Paul 2018-07-19 +Paul Blottiere 2018-07-19 Update doc for QgsServerParameters -Blottiere Paul 2018-07-19 +Paul Blottiere 2018-07-19 Add doc for QgsWms::QgsWmsParameter -Blottiere Paul 2018-07-13 +Paul Blottiere 2018-07-13 Fix compilation -Blottiere Paul 2018-07-06 +Paul Blottiere 2018-07-06 Add virtual default destructors -Blottiere Paul 2018-07-03 +Paul Blottiere 2018-07-03 Update sip binding -Blottiere Paul 2018-07-03 +Paul Blottiere 2018-07-03 Cleaning GetCapabilities doc for WFS -Blottiere Paul 2018-07-03 +Paul Blottiere 2018-07-03 Add a remove method thanks to enum value -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Fix sip binding -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Fix compilation with Qt < 5.10 -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Cleaning wfs service -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Clearing WFS with parameters -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Add more parameters as enum -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Add a layoutParameter method to search in unmanaged parameters -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Fixes unit tests -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Use wms parameters in wms service -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Update sip binding -Blottiere Paul 2018-07-02 +Paul Blottiere 2018-07-02 Use double instead of float -Blottiere Paul 2018-06-29 +Paul Blottiere 2018-06-29 Fixes compilation warning -Blottiere Paul 2018-06-29 +Paul Blottiere 2018-06-29 WMS parameters inherits from global parameters -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Remove isDefined member -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Use class instead of struct -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Update sip -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Returns only defined parameters in toMap() -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Decode url string -Blottiere Paul 2018-06-28 +Paul Blottiere 2018-06-28 Update server requests -Blottiere Paul 2018-06-27 +Paul Blottiere 2018-06-27 Update sip -Blottiere Paul 2018-06-27 +Paul Blottiere 2018-06-27 Add QgsServerParameters @@ -183526,13 +192181,13 @@ Alessandro Pasotti 2018-07-20 [oauth] Use whileBlocking instead of blockSignals Merge: 9887508d1ed cff4d70c307 -Blottiere Paul 2018-07-20 +Paul Blottiere 2018-07-20 Merge pull request #7399 from pblottiere/fix_limit_altas Remove hardcoded limit (fixes #17689) -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Increases number of pages @@ -183546,31 +192201,31 @@ Alessandro Pasotti 2018-07-20 [oauth] Fix build error in tests -Blottiere Paul 2018-07-19 +Paul Blottiere 2018-07-19 Fix bad rebase -Blottiere Paul 2018-07-12 +Paul Blottiere 2018-07-12 Update capitalisation -Blottiere Paul 2018-06-11 +Paul Blottiere 2018-06-11 Add an enum for vertex tool mode -Blottiere Paul 2018-05-21 +Paul Blottiere 2018-05-21 Cleaning -Blottiere Paul 2018-05-21 +Paul Blottiere 2018-05-21 Add preferred value in QSettings -Blottiere Paul 2018-05-21 +Paul Blottiere 2018-05-21 Add a dropdown menu for vertex tool and active layer option -Blottiere Paul 2018-05-04 +Paul Blottiere 2018-05-04 [FEATURE][needs-doc] Vertex tool can work on the current layer only @@ -183839,11 +192494,11 @@ Nyall Dawson 2018-07-18 When there's no features to draw for a level based renderer, shortcut out of rendering -signedav 2018-07-18 +David Signer 2018-07-18 fix spelling -signedav 2018-07-18 +David Signer 2018-07-18 initialization of embeddet form only once @@ -183948,15 +192603,15 @@ Loïc Bartoletti 2018-07-12 replace "Snap to 30° angles" by ""30, 60, 90, 120°..." etc. improve readability -Loïc Bartoletti 2018-06-06 +Loïc Bartoletti 2018-06-06 try to fix test for travis -Loïc Bartoletti 2018-06-06 +Loïc Bartoletti 2018-06-06 fix double -Loïc Bartoletti 2018-06-06 +Loïc Bartoletti 2018-06-06 add more common angles @@ -184026,7 +192681,7 @@ Peter Petrik 2018-07-13 [mesh] [MDAL] update to 0.0.4: add support for GRIB and XMDF formats -signedav 2018-07-16 +David Signer 2018-07-16 emit currentIndexChanged onDataChanged @@ -184037,7 +192692,7 @@ Matteo Ghetta 2018-07-16 Merge branch 'master' into processing_sampling -matteo 2018-07-16 +Matteo Ghetta 2018-07-16 fix exception? @@ -184319,189 +192974,189 @@ Peter Petrik 2018-07-12 [mesh] option to add mesh layer from data source manager dialog Merge: 48195e01582 dcb86a07966 -Blottiere Paul 2018-07-13 +Paul Blottiere 2018-07-13 Merge pull request #7378 from pblottiere/server_doc [server] Update doc path for server -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Fix some warnings -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Update sip binding -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add more doc to constructors -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add more doc for WMS service -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add more doc for WMS service -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Update sip binding -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add doc for some parameters/constructor -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Cleaning QgsServiceModule -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Remove unused #endif -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Fix doc -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add brief tags -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Fix doc block -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add more class and since tag -Blottiere Paul 2018-07-11 +Paul Blottiere 2018-07-11 Add more ingroup -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Fix class tag definition -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Fix documentation -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 More doc -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 More doc -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Add some version -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Fix compilation -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Remove unused class -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Add ingroup -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Remove fake method -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Update doc for WgsWfsParameters -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Update doc for WFS service -Blottiere Paul 2018-07-10 +Paul Blottiere 2018-07-10 Update doc for QgsConfigParserUtils -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsServiceNativeModuleEntry -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsServerPlugin -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for wcs Service -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsFilterResponseDecorator -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsConfigCache -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsWmsParameters -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for Service in WMS -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsMapServiceException -Blottiere Paul 2018-07-09 +Paul Blottiere 2018-07-09 Update doc for QgsOWSServerFilterRestorer -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update doc for QgsBadRequestException -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update doc for QgsBadRequestException -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update doc for QgsFcgiServerResponse -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update doc for QgsLayerRestorer -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update doc for QgsWcsServiceException -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Update documentation for QgsServerSettings -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Activate server option in travis config for doc -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Generate doc when server is enabled (not plugins) -Blottiere Paul 2018-07-08 +Paul Blottiere 2018-07-08 Add fake method to test Travis doc -Blottiere Paul 2018-07-07 +Paul Blottiere 2018-07-07 Update doc path for server @@ -184516,47 +193171,47 @@ Martin Dobias 2018-07-10 This brought rendering time per raster tile from ~80ms to ~50ms (this is with debug version so the timing may be skewed) -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 add None in Exception -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 update help for CRS, not needed anymore -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 update test -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 allow sampling with different CRS -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 make column prefix as advanced parameter -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 update help -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 output column prexif added -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 updated tests data -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 indentation -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 exception for multipart layers -matteo 2018-07-12 +Matteo Ghetta 2018-07-12 single raster instead of multi @@ -184613,15 +193268,15 @@ Luigi Pirelli 2018-07-11 Add 'not selected' option for optional layer parameters in processing models -matteo 2018-07-11 +Matteo Ghetta 2018-07-11 fix travis? -signedav 2018-07-11 +David Signer 2018-07-11 highlight on initialization -matteo 2018-07-11 +Matteo Ghetta 2018-07-11 fixing indentation? @@ -184640,7 +193295,7 @@ Nyall Dawson 2018-07-10 Fixes #19369 -signedav 2018-07-10 +David Signer 2018-07-10 Get mFeature before updating attributeform @@ -184650,19 +193305,19 @@ signedav 2018-07-10 Fix #19342 -matteo 2018-07-10 +Matteo Ghetta 2018-07-10 try geojson for travis -matteo 2018-07-10 +Matteo Ghetta 2018-07-10 indentation fix -matteo 2018-07-10 +Matteo Ghetta 2018-07-10 [processing][needs-doc][FEATURE] Sample raster values to point -signedav 2018-07-10 +David Signer 2018-07-10 missing breaks @@ -184730,7 +193385,7 @@ Salvatore Larosa 2018-07-09 Fixes #19359 - fix typo copyed->copied -signedav 2018-07-09 +David Signer 2018-07-09 comments @@ -184741,11 +193396,11 @@ Salvatore Larosa 2018-07-09 Fixes #18485 - do not truncate project title if filename contains period also add a small test -signedav 2018-07-09 +David Signer 2018-07-09 gui labeling stuff -signedav 2018-07-09 +David Signer 2018-07-09 switch for enumerations containertype @@ -184880,7 +193535,7 @@ Jürgen E. Fischer 2018-07-06 (cherry picked from commit fbb0b460842727c695308a91120aecd825d835fe) -signedav 2018-07-06 +David Signer 2018-07-06 docstring for ContainerType @@ -184894,11 +193549,11 @@ Gianfranco Costamagna 2018-07-06 * Use only new MODULE_DIR sip variable -signedav 2018-07-06 +David Signer 2018-07-06 argumentname containerType -signedav 2018-07-06 +David Signer 2018-07-06 use of enumerations for DB container type @@ -184944,31 +193599,31 @@ Jürgen E. Fischer 2018-07-05 (cherry picked from commit 870d078479352d61edd902ab9d2ca48e98db9148) -signedav 2018-07-05 +David Signer 2018-07-05 createOfflineDb function name instead of createSpatialiteDb because it's no longer only spatialite -signedav 2018-07-03 +David Signer 2018-07-03 tests for offline editing testing creating gpkg and sqlite files from shp layer representing data source and synchronize back -David 2018-05-22 +David Signer 2018-05-22 only selected features should be exported to sqlite / gpkg -David 2018-05-22 +David Signer 2018-05-22 running version including synchronization back -David 2018-05-22 +David Signer 2018-05-22 offline editing gkpg export @@ -185044,7 +193699,7 @@ Nyall Dawson 2018-07-03 Fix warning, unused signal in qgis quick coordinate transformer -Etienne Trimaille 2018-06-28 +Etienne Trimaille 2018-06-28 add hint about pushing information to the user in script template @@ -185873,15 +194528,15 @@ Alessandro Pasotti 2018-06-20 [oauth] Fix tests and rebase agains current master -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth] Update OAuth2 plugin test to new QgsApplication::authManager() -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth] Update OAuth2 Python oauthlib test package for Docker -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth] Update OAuth2 plugin to new QgsApplication::authManager() @@ -185897,7 +194552,7 @@ Alessandro Pasotti 2017-05-16 [oauth2] Added test for resource owner password grant flow -Larry Shaffer 2017-05-15 +Larry Shaffer 2017-05-15 [FEATURE][auth] OAuth2 authentication method plugin @@ -186119,7 +194774,7 @@ Nyall Dawson 2018-06-22 Fix some issues in findClosestExistingPath -Etienne Trimaille 2018-06-21 +Etienne Trimaille 2018-06-21 do not translate these strings in metadata widget, review tab order @@ -186167,7 +194822,7 @@ Jürgen E. Fischer 2018-06-22 typo fixes -Etienne Trimaille 2018-06-04 +Etienne Trimaille 2018-06-04 return the default style first in the list @@ -187695,7 +196350,7 @@ Even Rouault 2018-06-08 [OGR provider] Fix adding a new GeoJSON field, starting a new edit session and filling it (fixes #7205) -arnaud.morvan@camptocamp.com 2018-06-08 +Arnaud Morvan 2018-06-08 [server] Fix BBOX SRS in WFS GetFeature POST with two queries @@ -187868,7 +196523,7 @@ Nyall Dawson 2018-06-08 Use standard crosshair cursor in layouts -Loïc Bartoletti 2018-06-06 +Loïc Bartoletti 2018-06-06 remove specific cursor for QgsMeasureTool @@ -187995,7 +196650,7 @@ Nyall Dawson 2018-06-05 [processing] Fix missing schemas in postgis destination selection panel -Tom Chadwin 2018-06-05 +Tom Chadwin 2018-06-05 Avoid deprecated regex @@ -188003,7 +196658,7 @@ Tom Chadwin 2018-06-05 `re.compile('^[^\s\(]+')` > `re.compile(r'^[^\s\(]+')` -Tom Chadwin 2018-06-05 +Tom Chadwin 2018-06-05 Processing: avoid deprecated regex @@ -188011,7 +196666,7 @@ Tom Chadwin 2018-06-05 `re.findall("\d+|[a-zA-Z]+", rep[0][0])` > `re.findall(r"\d+|[a-zA-Z]+", rep[0][0])` -Tom Chadwin 2018-06-05 +Tom Chadwin 2018-06-05 Processing: Avoid deprecated regex @@ -188020,7 +196675,7 @@ Tom Chadwin 2018-06-05 `re.compile('\|.*')` > `re.compile(r'\|.*')` Merge: 370bac99359 b07c3347234 -Blottiere Paul 2018-06-05 +Paul Blottiere 2018-06-05 Merge pull request #7078 from arnaud-morvan/server_proper_literal_convertion @@ -188039,7 +196694,7 @@ Nyall Dawson 2018-06-05 Fixes #19027 -arnaud.morvan@camptocamp.com 2018-05-25 +Arnaud Morvan 2018-05-25 [server] Proper convertion of literals in Filters @@ -189131,7 +197786,7 @@ Luigi Pirelli 2017-11-10 Set permission to certs to allow correct removing on win -lbartoletti 2018-05-31 +Loïc Bartoletti 2018-05-31 Fix QCA-ssl for FreeBSD @@ -189462,7 +198117,7 @@ Matthias Kuhn 2018-05-29 const correctness QgsVectorLayer::deleteAttributes -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 qgz set as the default format @@ -189558,7 +198213,7 @@ Mathieu Pellerin 2018-05-28 Mark project as dirty when changing layer subset string -arnaud.morvan@camptocamp.com 2018-05-15 +Arnaud Morvan 2018-05-15 [server] Apply BBOX inside And using filterRect @@ -190217,11 +198872,11 @@ Mathieu Pellerin 2018-05-21 - improve UI spacing - harmonize reset icon -Blottiere Paul 2018-05-21 +Paul Blottiere 2018-05-21 [processing] Declare NOT_SELECTED -Blottiere Paul 2018-05-21 +Paul Blottiere 2018-05-21 [processing] Fix invalid attribute's name @@ -190326,16 +198981,16 @@ Mathieu Pellerin 2018-05-19 Fix export map as image/PDF does not respect labeling engine settings -matteo 2018-05-18 +Matteo Ghetta 2018-05-18 resurrect also the test for r.thin -matteo 2018-05-18 +Matteo Ghetta 2018-05-18 [processing] fix wrong parameter GRASS Merge: b4ec9a3190b 599799d264e -Blottiere Paul 2018-05-18 +Paul Blottiere 2018-05-18 Merge pull request #6997 from pblottiere/executesql_bugfix @@ -190379,11 +199034,11 @@ Denis Rouzaud 2018-05-18 [sipify] write helpers in core.__init__.py for Q_ENUM -Blottiere Paul 2018-05-18 +Paul Blottiere 2018-05-18 Remove unused import -Blottiere Paul 2018-05-07 +Paul Blottiere 2018-05-07 Use parameter's name instead of description to save sql query @@ -190431,20 +199086,20 @@ Denis Rouzaud 2018-05-17 [QgsLocator] add the capability of adding group for elements within the same filter -matteo 2018-05-17 +Matteo Ghetta 2018-05-17 change empty '' with None -matteo 2018-05-17 +Matteo Ghetta 2018-05-17 [processing] change 0 to Not set Null value also for contour -matteo 2018-05-17 +Matteo Ghetta 2018-05-17 [processing] change 0 to Not set Null values in Gdal Clip Merge: 56104bcd121 2246ad68030 -Blottiere Paul 2018-05-17 +Paul Blottiere 2018-05-17 Merge pull request #6994 from pblottiere/server_candidates @@ -190470,23 +199125,23 @@ Matthias Kuhn 2018-05-17 This change updates the active feature in the form view on a selection change if one of the selected entries is visible in the current filter. -Blottiere Paul 2018-05-15 +Paul Blottiere 2018-05-15 Add note to describe unit test -Blottiere Paul 2018-05-15 +Paul Blottiere 2018-05-15 Add unit test -Blottiere Paul 2018-05-14 +Paul Blottiere 2018-05-14 Use labeling engine settings in WMS renderer -Blottiere Paul 2018-05-14 +Paul Blottiere 2018-05-14 Add unit test -Blottiere Paul 2018-05-14 +Paul Blottiere 2018-05-14 Write labeling engine settings in project file @@ -190512,19 +199167,19 @@ Matthias Kuhn 2018-05-17 Fix docstring -Blottiere Paul 2018-05-17 +Paul Blottiere 2018-05-17 Update unit tests -Blottiere Paul 2018-05-17 +Paul Blottiere 2018-05-17 Update sip binding -Blottiere Paul 2018-05-17 +Paul Blottiere 2018-05-17 Fixes regressions in relation reference widget -Blottiere Paul 2018-05-17 +Paul Blottiere 2018-05-17 Fixes segmentation fault when dividing by zero @@ -190945,21 +199600,21 @@ Mathieu Pellerin 2018-05-15 [needs-docs][processing] vectorize and improve remaining data analysis menu icons Merge: 58e535103cb 1956937793a -Blottiere Paul 2018-05-15 +Paul Blottiere 2018-05-15 Merge pull request #6894 from pblottiere/bugfix_getcapa_version [server] Keep default version in case of invalid VERSION parameter -Blottiere Paul 2018-05-15 +Paul Blottiere 2018-05-15 Update getcapabilities document to fit 1.3.0 version -Blottiere Paul 2018-04-30 +Paul Blottiere 2018-04-30 Add unit tests -Blottiere Paul 2018-04-30 +Paul Blottiere 2018-04-30 [server] Keep default version in case of invalid VERSION parameter @@ -191163,7 +199818,7 @@ Denis Rouzaud 2018-05-14 [pyqgis] comment some core additions -Salvatore 2018-05-14 +Salvatore Fiandaca 2018-05-14 corrections @@ -191184,7 +199839,7 @@ Denis Rouzaud 2018-03-29 save enum settings as string for a better inspection -arnaud.morvan@camptocamp.com 2018-05-11 +Arnaud Morvan 2018-05-11 [processing] Finish default values in model for destination parameters @@ -191196,7 +199851,7 @@ Nyall Dawson 2018-05-07 [processing][model] Fix handling of mandatory checkbox in output definitions -arnaud.morvan@camptocamp.com 2018-02-24 +Arnaud Morvan 2018-02-24 [processing] Add default values in model for destination parameters @@ -192109,7 +200764,7 @@ Matthias Kuhn 2018-05-04 Relation reference widget value changed signals -matteo 2018-05-04 +Matteo Ghetta 2018-05-04 remove Enum useless parameter from modeler @@ -192121,35 +200776,35 @@ MieWinstrup 2018-04-27 New action 'Move Out of Group' that moves layer(s) out of group(s). Deprecating the action 'Move to top level' -matteo 2018-05-03 +Matteo Ghetta 2018-05-03 strings added -matteo 2018-05-03 +Matteo Ghetta 2018-05-03 improved doc -matteo 2018-05-03 +Matteo Ghetta 2018-05-03 also MapLayer -matteo 2018-05-03 +Matteo Ghetta 2018-05-03 trying to add missing parameter in modeler -matteo 2018-05-02 +Matteo Ghetta 2018-05-02 typos -matteo 2018-05-02 +Matteo Ghetta 2018-05-02 [processing] resurrecting some parameters in Modeler -matteo 2018-05-02 +Matteo Ghetta 2018-05-02 [processing] resurrecting some parameters in Modeler -matteo 2018-05-02 +Matteo Ghetta 2018-05-02 [processing] resurrecting some parameters in Modeler @@ -192256,7 +200911,7 @@ Nyall Dawson 2018-05-03 (because c++ devs are l33t and don't need examples...) -gacarrillor 2018-05-02 +Germán Carrillo 2018-05-02 [processing] Add comment to make it clear why we need to close the dialog here @@ -192292,7 +200947,7 @@ D'Hont René-Luc 2018-05-02 [server] CRS position in GetCapabilities document -arnaud.morvan@camptocamp.com 2018-04-27 +Arnaud Morvan 2018-04-27 [server] Avoid %2B to be interpreted as space in querystring @@ -192300,7 +200955,7 @@ arnaud.morvan@camptocamp.com 2018-04-27 Fix this by replacing '+' by '%20' before percent decoding. -arnaud.morvan@camptocamp.com 2018-04-25 +Arnaud Morvan 2018-04-25 Fix BBOX CRS in WFS GetFeature @@ -192331,7 +200986,7 @@ Matthias Kuhn 2018-05-02 Improved debug output on test fail -matteo 2018-05-02 +Matteo Ghetta 2018-05-02 change column name for travis @@ -192544,7 +201199,7 @@ Jürgen E. Fischer 2018-04-30 update INSTALL (run scripts/scandeps.pl, integrate ce34646cf, make t2tdoc) -Nyall Dawson 2018-04-30 +Nyall Dawson 2018-04-30 [FEATURE] Add expression functions for tapered and variable width buffers @@ -192572,16 +201227,16 @@ Nyall Dawson 2018-04-30 [afs] Fix handling of date/datetime field values -gacarrillor 2018-04-30 +Germán Carrillo 2018-04-30 [processing] Refactor Fields algorithm: avoid unnecessary confirmation dialogs -Loïc Bartoletti 2018-04-30 +Loïc Bartoletti 2018-04-30 clean tests and add a new test for snapping on inivisble feature Merge: fca52388473 9ecb0b275e3 -Blottiere Paul 2018-04-30 +Paul Blottiere 2018-04-30 Merge pull request #6892 from pblottiere/bugfix_attrform @@ -192622,11 +201277,11 @@ Mathieu Pellerin 2018-04-30 [processing] add missing icons for the geometry tools menu -Blottiere Paul 2018-04-30 +Paul Blottiere 2018-04-30 Fixes crash when deleting last field from attribute table -Loïc Bartoletti 2018-04-30 +Loïc Bartoletti 2018-04-30 Improve onFeatureAdded and onAttributeValueChanged @@ -192741,11 +201396,11 @@ Denis Rouzaud 2018-04-27 fix PROJ_HAS_VERSION and also display version in cmake output (#6878) -matteo 2018-04-27 +Matteo Ghetta 2018-04-27 Shapefile instead of GML for travis -matteo 2018-04-27 +Matteo Ghetta 2018-04-27 [processing] add test for fixed algorithm @@ -192810,11 +201465,11 @@ Martin Dobias 2018-04-26 Port Union algorithm to C++ and fix it -Blottiere Paul 2018-04-26 +Paul Blottiere 2018-04-26 Add unit tests -Blottiere Paul 2018-04-26 +Paul Blottiere 2018-04-26 Add BBOX and CRS before layers definition @@ -192842,13 +201497,13 @@ Peter Petrik 2018-04-26 job! Merge: f8165888e45 07b07ab12ad -Blottiere Paul 2018-04-26 +Paul Blottiere 2018-04-26 Merge pull request #6851 from pblottiere/bugfix_segfault_z [bugfix] Fixes Add Feature map tool when snapped layer has ZM support -matteo 2018-04-26 +Matteo Ghetta 2018-04-26 [processing] fix broken SAGA algorithms @@ -192901,31 +201556,31 @@ Martin Dobias 2018-04-26 Tests for fieldNamesToIndices() and indicesToFields() -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Remove unused variable -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Fixes when no geometry -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Update ExecuteSQL to be configurable with expressions -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 New method to add a scope to the current context -Blottiere Paul 2018-04-10 +Paul Blottiere 2018-04-10 Add a new source type for parameters -Blottiere Paul 2018-04-10 +Paul Blottiere 2018-04-10 Add method to search variables in text with expressions -Blottiere Paul 2018-04-26 +Paul Blottiere 2018-04-26 Remove unnecessary checks @@ -193001,7 +201656,7 @@ Martin Dobias 2018-04-25 Port Union algorithm to c++ using existing intersection+difference algs -Loïc Bartoletti 2018-04-25 +Loïc Bartoletti 2018-04-25 try disconnect/connect for destroyIndex @@ -193009,7 +201664,7 @@ Martin Dobias 2018-04-25 Move internal intersection to overlay utils, code de-duplication -Loïc Bartoletti 2018-04-25 +Loïc Bartoletti 2018-04-25 Add support for visible features in onFeatureAdded, onGeometryChanged and onAttributeValueChanged @@ -193068,7 +201723,7 @@ Daniele Viganò 2018-04-25 Make RPM package compatible with Fedora 28 which ships GRASS 7.4 -gacarrillor 2018-04-24 +Germán Carrillo 2018-04-24 [processing] Adjust code for line intersection with collection intersections @@ -193093,11 +201748,11 @@ Daniele Viganò 2018-04-24 Remove groups definition from RPM spec since it has been deprecated (ref: https://fedoraproject.org/wiki/RPMGroups) -Blottiere Paul 2018-04-24 +Paul Blottiere 2018-04-24 Add unit tests -Blottiere Paul 2018-04-24 +Paul Blottiere 2018-04-24 Fixes addFeature map tool when snapped layer has ZM support @@ -193118,7 +201773,7 @@ Matthias Kuhn 2018-04-24 [bugfix] Fix georeferencer crash when deleting a point through context menu #18227 -gacarrillor 2018-04-23 +Germán Carrillo 2018-04-23 [processing] Make line intersection alg able to handle intersections of type 'geometry collection' @@ -193278,7 +201933,7 @@ Nyall Dawson 2018-04-18 Sponsored by Open Spatial (http://www.openspatial.com) -Loïc Bartoletti 2018-03-20 +Loïc Bartoletti 2018-03-20 Fix snapping on invisible geometry @@ -193371,7 +202026,7 @@ Nyall Dawson 2018-04-21 [dbmanager][oracle] Add some missing imports -Blottiere Paul 2018-04-20 +Paul Blottiere 2018-04-20 Try to add cancel support for Oracle databases in dbmanager @@ -193383,33 +202038,33 @@ Martin Dobias 2018-04-21 Fix sip/doxygen/todo -Loïc Bartoletti 2018-04-20 +Loïc Bartoletti 2018-04-20 Typos and re indent -Loïc Bartoletti 2018-04-18 +Loïc Bartoletti 2018-04-18 Add tests -Loïc Bartoletti 2018-04-18 +Loïc Bartoletti 2018-04-18 Fix warn doc -Loïc Bartoletti 2018-04-18 +Loïc Bartoletti 2018-04-18 sipify -Loïc Bartoletti 2018-04-18 +Loïc Bartoletti 2018-04-18 fix doc -Loïc Bartoletti 2018-04-17 +Loïc Bartoletti 2018-04-17 - Add some methods in QgsVector3D - Move QgsVector3D from 3d to core - Use QgsVector3D instead of QVector3D -Loïc Bartoletti 2018-03-14 +Loïc Bartoletti 2018-03-14 Add skewLines intersection algorithm @@ -193502,7 +202157,7 @@ Nyall Dawson 2018-04-19 Fixes #16290 -matteo 2018-04-19 +Matteo Ghetta 2018-04-19 [processing] fix missing import @@ -193784,7 +202439,7 @@ Matthias Kuhn 2018-04-16 Use relation id instead of name for nesting detection Merge: d7fd14b3403 2d340a0de2a -Blottiere Paul 2018-04-16 +Paul Blottiere 2018-04-16 Merge pull request #6787 from pblottiere/bugfix_ellipse @@ -193815,19 +202470,19 @@ Jürgen E. Fischer 2018-04-14 fix windows build -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Add owslib and keep idna package (do not remove pip3) -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Add unit test with owslib to check GetCapabilities doc -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Remove empty MetadataURL tag for unit tests -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Cleaning GetCapabilities response @@ -193840,11 +202495,11 @@ Martin Dobias 2018-04-13 Mark layers as required in the project -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Update unit test with symbology depending on @map variables -Blottiere Paul 2018-04-13 +Paul Blottiere 2018-04-13 Keep mapSettings scope @@ -193873,7 +202528,7 @@ Nathan Woodrow 2018-04-13 We return the line and column to allow builder to highlight that location for the user. -matteo 2018-04-12 +Matteo Ghetta 2018-04-12 rename algorithm name in template script @@ -193892,15 +202547,15 @@ Denis Rouzaud 2018-04-12 fix list of updated files in pull requests -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Add unit test to check symbol's rotation coming from a project variable -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Add project context for map rendering -Blottiere Paul 2018-04-12 +Paul Blottiere 2018-04-12 Fixes segmentation fault @@ -193912,7 +202567,7 @@ D'Hont René-Luc 2018-04-12 [BUGFIX][Server] Segfault in WFS Transaction -David 2018-04-12 +David Signer 2018-04-12 add StringLiteral @@ -194017,7 +202672,7 @@ D'Hont René-Luc 2018-04-10 [BUGFIX][Server] Segfault in WFS GetCapabilities -David 2018-04-10 +David Signer 2018-04-10 indentation fix @@ -194030,7 +202685,7 @@ Martin Dobias 2018-04-10 - show the reason why a project was not read/written in storage if there is a message available - push a message when reading a project that does not exist in postgresql storage -David 2018-04-10 +David Signer 2018-04-10 Save and load alpha of conditional style color @@ -194038,7 +202693,7 @@ David 2018-04-10 Before there was not only the problem, that it was not saved - it was additional the issue, that background with no color had after reopening the project the alpha(saturation) of FF and the color black. This is fixed now. -David 2018-04-10 +David Signer 2018-04-10 Conditional formatting on relation reference widget @@ -194487,7 +203142,7 @@ Tudor Bărăscu 2018-04-08 test for GetFeatureinfo value map relation values -lbartoletti 2018-04-08 +Loïc Bartoletti 2018-04-08 use with open as block @@ -194590,14 +203245,14 @@ Martin Dobias 2018-04-06 Fix a crash in the puzzle when not properly initialized Merge: 5014d95d6e3 ff1bc0b8f7a -Blottiere Paul 2018-04-06 +Paul Blottiere 2018-04-06 Merge pull request #6717 from pblottiere/remove_qgd Do not save .qgd file alongside .qgs when it's not used Merge: 747955ae472 499e395ab51 -Blottiere Paul 2018-04-06 +Paul Blottiere 2018-04-06 Merge pull request #6450 from tudorbarascu/filter_test @@ -194610,11 +203265,11 @@ Salvatore Larosa 2018-04-06 [needs-docs] add zoom to selection action to contextual menu of the layer -Blottiere Paul 2018-03-30 +Paul Blottiere 2018-03-30 Add unit tests -Blottiere Paul 2018-03-29 +Paul Blottiere 2018-03-29 Do not save .qgd file alongside .qgs when it's not used @@ -194849,7 +203504,7 @@ Denis Rouzaud 2018-04-04 [travis] also timeout tests (#6747) -lbartoletti 2018-04-04 +Loïc Bartoletti 2018-04-04 Fix travis with ccache (#6745) @@ -194962,7 +203617,7 @@ D'Hont René-Luc 2018-04-03 [BUGFIX][Server] Enhance cleaning propertyname and searching by propertyname -David 2018-04-03 +David Signer 2018-04-03 move includes into cpp and insert forward declaration @@ -194974,7 +203629,7 @@ Jürgen E. Fischer 2018-04-03 restore ico/tif/png nuked by fcacb0db7c -David 2018-04-03 +David Signer 2018-04-03 initialize variables on declaration @@ -195203,59 +203858,59 @@ Nyall Dawson 2018-03-29 Add method for QgsNetworkContentFetcher to fetch using request instead of url -matteo 2018-03-29 +Matteo Ghetta 2018-03-29 fix indentation -matteo 2018-03-29 +Matteo Ghetta 2018-03-29 new LoadFromTemplate action in toolbar dropdown -matteo 2018-03-29 +Matteo Ghetta 2018-03-29 remove useless action from script editor -matteo 2018-03-29 +Matteo Ghetta 2018-03-29 remove load template button action and fix double separator -matteo 2018-03-29 +Matteo Ghetta 2018-03-29 remove useless image -matteo 2018-03-28 +Matteo Ghetta 2018-03-28 add shortHelpString in script template -matteo 2018-03-28 +Matteo Ghetta 2018-03-28 Renamed script_template.py to ScriptTemplate.py -matteo 2018-03-28 +Matteo Ghetta 2018-03-28 Minor changes in Dialog -matteo 2018-03-28 +Matteo Ghetta 2018-03-28 removed useless dots in UI -matteo 2018-03-27 +Matteo Ghetta 2018-03-27 Typo and remove shortcut -matteo 2018-03-26 +Matteo Ghetta 2018-03-26 other indentation fixes -matteo 2018-03-26 +Matteo Ghetta 2018-03-26 fix indentation -matteo 2018-03-26 +Matteo Ghetta 2018-03-26 script template with basic function -matteo 2018-03-26 +Matteo Ghetta 2018-03-26 [processing][feature] load default script from template @@ -195280,7 +203935,7 @@ Salvatore Larosa 2018-03-30 fix warning Merge: 13d0556ac6d 810e531bfc4 -Blottiere Paul 2018-03-30 +Paul Blottiere 2018-03-30 Merge pull request #6679 from pblottiere/bugfix_will_render_feature @@ -195338,22 +203993,22 @@ Nyall Dawson 2018-03-28 Applies to processing algorithm and expression function (and QgsGeometry::smooth method) -David 2018-03-29 +David Signer 2018-03-29 generated sip file -David 2018-03-29 +David Signer 2018-03-29 styling stuff -David 2018-03-29 +David Signer 2018-03-29 displayName in DnDTreeItem a displayName defined on creation. Usually on fields the fieldname and on relations the relationname. no other logical use for that. The DnDTreeItem.name is used as id and should be unique, not like displayName. -David 2018-03-29 +David Signer 2018-03-29 fix relation id confusion @@ -195398,7 +204053,7 @@ Nyall Dawson 2018-03-29 Also add unit tests for fetching remote svg images -Blottiere Paul 2018-03-29 +Paul Blottiere 2018-03-29 Add documentation for onlyActive parameter @@ -195504,11 +204159,11 @@ Salvatore Larosa 2018-03-27 Enable Topology Checker help button -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 Add unit test -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 Fixes #13999: feature count on rule based renderer is valid for ELSE statement @@ -195516,7 +204171,7 @@ Alessandro Pasotti 2018-03-26 Fix android build with osgeo4a -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 Recursive fix @@ -195542,15 +204197,15 @@ Nyall Dawson 2018-03-27 Fix crash in attribute table when action column is visible and edit is toggled -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 Add unit tests -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 Fix sip binding -Blottiere Paul 2018-03-27 +Paul Blottiere 2018-03-27 [bugfix] Fixes willRenderFeature method for QgsRuledBasedRenderer @@ -195615,7 +204270,7 @@ Pierre 2018-03-26 talking about "ninja qgis" in install.txt (#6670) -William Kyngesburye 2018-03-24 +William Kyngesburye 2018-03-24 Mac packaging updates @@ -196097,7 +204752,7 @@ Nyall Dawson 2018-03-19 Initialise some pointer members -Etienne Trimaille 2018-03-07 +Etienne Trimaille 2018-03-07 add colors in the log panel for critical and warning levels @@ -196132,7 +204787,7 @@ Werner Macho 2018-03-16 fix typo altitide -> altitude -Etienne Trimaille 2018-03-16 +Etienne Trimaille 2018-03-16 fix typo altitide -> altitude @@ -196550,7 +205205,7 @@ Nyall Dawson 2018-03-12 Use some constants for search box highlighting styles -Régis Haubourg 2018-02-22 +Régis Haubourg 2018-02-22 Improves background color for search result in general option dialog fixes 18142 by a lighter yellow background and keeping a black font @@ -196797,7 +205452,7 @@ Nyall Dawson 2018-03-07 Sponsored by SMEC/SJ Merge: 333f2c3af98 6bdee5b79e6 -Blottiere Paul 2018-03-09 +Paul Blottiere 2018-03-09 Merge pull request #6553 from pblottiere/bugfix_dbmanager_stop @@ -196892,7 +205547,7 @@ Mathieu Pellerin 2018-03-07 [FEATURE] color_grayscale_average() and color_mix_rgb() expression functions (#6554) -Blottiere Paul 2018-03-07 +Paul Blottiere 2018-03-07 [dbmanager] Fixes empty table Fixes #18352 @@ -197061,7 +205716,7 @@ Denis Rouzaud 2018-03-06 allow to save a Docker deps image for PR having [dockerdeps] in their message -Etienne Trimaille 2018-03-06 +Etienne Trimaille 2018-03-06 [dbmanager] move shortcut in the tooltip @@ -197184,7 +205839,7 @@ Nyall Dawson 2018-03-02 Ensure that non-spatial layers are never set as canvas layers Merge: f2a67809739 e531052b28c -Blottiere Paul 2018-03-05 +Paul Blottiere 2018-03-05 Merge pull request #6268 from pblottiere/dbmanager_stop @@ -197412,87 +206067,87 @@ Mathieu Pellerin 2018-03-02 fix one-to-one, one-to-many wording -Blottiere Paul 2018-03-02 +Paul Blottiere 2018-03-02 Rename cancel() to cancelReload() and update doc accordingly -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Fix sip binding -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Add unit test for QgsVirtualLayerTask -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Add test for lazy option -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Add a takeLayer method -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Update documentation -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Clean task once model is completed -Blottiere Paul 2018-02-28 +Paul Blottiere 2018-02-28 Remove unnecessary cancel subtask -Blottiere Paul 2018-02-27 +Paul Blottiere 2018-02-27 Remove unused code -Blottiere Paul 2018-02-27 +Paul Blottiere 2018-02-27 Use python super() calls -Blottiere Paul 2018-02-27 +Paul Blottiere 2018-02-27 Fixes 3.0 -> 3.2 -Blottiere Paul 2018-02-06 +Paul Blottiere 2018-02-06 Fix sip binding -Blottiere Paul 2018-02-05 +Paul Blottiere 2018-02-05 Rename postpone option in lazy -Blottiere Paul 2018-02-01 +Paul Blottiere 2018-02-01 Update ui and add shortcut to cancel pending query -Blottiere Paul 2018-01-30 +Paul Blottiere 2018-01-30 Add interrupt method -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 Add async model for gpkg -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 Update documentation -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 More cleaning -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 Some clean -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 Add async model for virtual layers -Blottiere Paul 2018-01-22 +Paul Blottiere 2018-01-22 Add a cancel button for Postgis and Spatialite @@ -198341,7 +206996,7 @@ Nyall Dawson 2018-02-24 add button to refresh a materialized view in browser [needs-docs] Merge: c1ef8f02002 46eb6e34b28 -Blottiere Paul 2018-02-23 +Paul Blottiere 2018-02-23 Merge pull request #6439 from pblottiere/bugfix_server_selection @@ -198353,7 +207008,7 @@ tilmanb 2018-02-23 The filename in the top comment now matches the real file name. -Blottiere Paul 2018-02-23 +Paul Blottiere 2018-02-23 Update mask image @@ -198364,19 +207019,19 @@ Matthias Kuhn 2018-02-23 Only enable duplication when layer editable -Blottiere Paul 2018-02-23 +Paul Blottiere 2018-02-23 Add test -Blottiere Paul 2018-02-23 +Paul Blottiere 2018-02-23 [server] Fixes issue when selecting multiple ids -Loïc Bartoletti 2018-02-23 +Loïc Bartoletti 2018-02-23 Add missing make_triangle function help. Fix #16406 -David 2018-02-23 +David Signer 2018-02-23 skip enabledOnlyWhenEditable from pyhton bindings @@ -198394,7 +207049,7 @@ Jürgen E. Fischer 2018-02-23 translation update for 3.0 from transifex -David 2018-02-23 +David Signer 2018-02-23 document parameters @@ -198408,13 +207063,13 @@ Martin Dobias 2018-02-23 With this change, the vertex editor stays open until is is explicitly closed. -David 2018-02-23 +David Signer 2018-02-23 intagrated enumvalue IdentifyMode used like SingleEditMode here -David 2018-02-23 +David Signer 2018-02-23 style stuff @@ -198443,7 +207098,7 @@ Salvatore Larosa 2018-02-23 [pyqgis-coonsole] APIs file updated -David 2018-02-23 +David Signer 2018-02-23 hide instead of disable @@ -198536,11 +207191,11 @@ Nyall Dawson 2018-02-23 Update default toolbar arrangement to move short layer toolbar from left to top Merge: 9ad399d57f6 5f664944461 -signedav 2018-02-23 +David Signer 2018-02-23 Merge branch 'master' into uxduplication -David 2018-02-23 +David Signer 2018-02-23 resolved conflicts @@ -198611,7 +207266,7 @@ Nyall Dawson 2018-02-22 The custom widget is still causing isseus - refs #18065 -David 2018-02-22 +David Signer 2018-02-22 disable or do not display maplayeractions @@ -198627,7 +207282,7 @@ Nyall Dawson 2018-02-23 Fixes #18177 -arnaud.morvan@camptocamp.com 2018-02-22 +Arnaud Morvan 2018-02-22 Increase snapping tolerance maximum in advanced mode. Fix #18133 @@ -198665,7 +207320,7 @@ Borys Jurgiel 2018-02-22 [Plugin manager] Tabular layout for the details view -Loïc Bartoletti 2018-02-21 +Loïc Bartoletti 2018-02-21 Convert script to python3 and pep8 it @@ -198781,15 +207436,15 @@ Nyall Dawson 2018-02-22 Hide 'duplicate features' actions by default -David 2018-02-21 +David Signer 2018-02-21 calculate mTwoCharSize -arnaud.morvan@camptocamp.com 2018-02-21 +Arnaud Morvan 2018-02-21 [processing] Call toolbox.deleteLater to avoid slot calls after unload -arnaud.morvan@camptocamp.com 2018-02-21 +Arnaud Morvan 2018-02-21 [processing] Properly load basic providers @@ -198797,11 +207452,11 @@ arnaud.morvan@camptocamp.com 2018-02-21 Note that when reloading a plugin, subclasses of ProcessingProvider remains and new ones are added, so in such cases QgsProcessingProvider.__subclasses__() return same provider class many times. -arnaud.morvan@camptocamp.com 2018-02-21 +Arnaud Morvan 2018-02-21 [processing] Fix slot prototype in ModelerAlgorithmProvider. Fix #18162 -Loïc Bartoletti 2018-02-21 +Loïc Bartoletti 2018-02-21 Add shapeDigitizeToolbar to acceptable missing doc @@ -198820,7 +207475,7 @@ Alessandro Pasotti 2018-02-21 Fixes #18099 WFS Capabilities handling problem -David 2018-02-21 +David Signer 2018-02-21 only decrease when larger than two signs @@ -198830,7 +207485,7 @@ Borys Jurgiel 2018-02-21 [Plugin manager] Display origins of the available and installed version in a tooltip rather than inline' -Loïc Bartoletti 2018-02-21 +Loïc Bartoletti 2018-02-21 - Rename "Advanced Shape Digitize Toolbar" -> "Shape Digitize Toolbar" - Rewrite ui_defaults.h @@ -198851,7 +207506,7 @@ Nyall Dawson 2018-02-21 [processing] Fix some message box titles -David 2018-02-21 +David Signer 2018-02-21 fix indentation @@ -198859,17 +207514,17 @@ Salvatore Larosa 2018-02-21 Fixes #18043: Zoom and identify tools very small on MacOSX with retina display -David 2018-02-21 +David Signer 2018-02-21 only change size when difference > 4 to avoid the flickering -David 2018-02-21 +David Signer 2018-02-21 fixed indentation -David 2018-02-21 +David Signer 2018-02-21 mNofColumns in value relation widget @@ -198973,7 +207628,7 @@ Martin Dobias 2018-02-20 In QgisApp::deleteSelected() method the last argument was not used anymore, so I have replaced it by the "checkFeaturesVisible" argument. -Loïc Bartoletti 2018-02-20 +Loïc Bartoletti 2018-02-20 - Rename Regular Shape Digitize Toolbar to Advanced Shape Digitize Toolbar @@ -198984,7 +207639,7 @@ D'Hont René-Luc 2018-02-20 [BUGFIX][Server] WFS GetFeature GML: segfault with geometry null -Etienne Trimaille 2018-02-17 +Etienne Trimaille 2018-02-17 add button to refresh a materialized view in browser [needs-docs] @@ -199515,7 +208170,7 @@ Mathieu Pellerin 2018-02-18 [ui] update mkuidefaults.py script Merge: 6c64c5a586e 53aafb48030 -Blottiere Paul 2018-02-18 +Paul Blottiere 2018-02-18 Merge pull request #5823 from pblottiere/bugfix_curvedstrings_z @@ -199706,7 +208361,7 @@ Alessandro Pasotti 2018-02-16 Fix raster layer names in geopackage browser data items -Blottiere Paul 2018-02-16 +Paul Blottiere 2018-02-16 Z value from snapped point is kept @@ -199738,91 +208393,91 @@ Alessandro Pasotti 2018-02-16 [bugfix] Restore color picker from layer styling panel -Blottiere Paul 2018-01-29 +Paul Blottiere 2018-01-29 Fixes build -Blottiere Paul 2018-01-15 +Paul Blottiere 2018-01-15 Fix spelling check and sip binding -Blottiere Paul 2018-01-15 +Paul Blottiere 2018-01-15 Drop z dimension in case of circle from tangential points -Blottiere Paul 2018-01-15 +Paul Blottiere 2018-01-15 Update documentation -Blottiere Paul 2018-01-15 +Paul Blottiere 2018-01-15 Take into account z dimension from center points -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Some clean -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 The first point in 3D is used to propagate Z dimension -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Add some tests for regular polygon map tools -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Add some tests for ellipse map tools -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Add some tests for ellipse map tools -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Add some tests for circle map tools -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Add some tests for circular string map tools -Blottiere Paul 2018-01-05 +Paul Blottiere 2018-01-05 Fixes variables' names -Blottiere Paul 2018-01-04 +Paul Blottiere 2018-01-04 Add test for z values on QgsMapToolAddFeature with LineStringZ -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Add Z support to AddRegularPolygon map tools -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Add Z support for AddRectangle map tools -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Add Z support for AddEllipse map tools -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Rename pointFromPointXY to fromPointXY -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Fixes crash in map tool -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Add Z support for AddCircle map tools -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Fixes #17574 Add Z support in AddCircularString map tools -Blottiere Paul 2017-12-07 +Paul Blottiere 2017-12-07 Fixes #17576 Avoid crash during node editor cleanup @@ -201041,7 +209696,7 @@ Nyall Dawson 2018-02-05 Put search icon on left of QgsFilterLineEdit -lbartoletti 2018-02-05 +Loïc Bartoletti 2018-02-05 Standardize shebangs (was Usr bin env) (#6229) @@ -201896,7 +210551,7 @@ Nyall Dawson 2018-01-30 loops!) -Loïc Bartoletti 2018-01-29 +Loïc Bartoletti 2018-01-29 Linux perl; missing from last PR @@ -201943,21 +210598,21 @@ Denis Rouzaud 2018-01-29 [needs-qa]Usr bin env -lbartoletti 2018-01-20 +Loïc Bartoletti 2018-01-20 Improve find of grass on FreeBSD -lbartoletti 2018-01-19 +Loïc Bartoletti 2018-01-19 OpenBSD patch for PyQt5 -lbartoletti 2018-01-19 +Loïc Bartoletti 2018-01-19 - Little modification to programmatically find grass version +Add FreeBSD locale path - Add missing includes in kpty -Loïc Bartoletti 2018-01-14 +Loïc Bartoletti 2018-01-14 Fix pathes for FreeBSD @@ -201976,7 +210631,7 @@ Alessandro Pasotti 2018-01-29 [bugfix] Fix minimum values for range widgets Merge: 59c2ab45a05 d5126110b94 -lbartoletti 2018-01-29 +Loïc Bartoletti 2018-01-29 Merge branch 'master' of https://github.com/qgis/QGIS into usr_bin_env @@ -202020,7 +210675,7 @@ Paolo Cavallini 2018-01-29 Changed in in DB Manager Merge: cdf697d951d e24b6bb1196 -Blottiere Paul 2018-01-29 +Paul Blottiere 2018-01-29 Merge pull request #6142 from pblottiere/bugfix_transaction_constraints @@ -202048,19 +210703,19 @@ Mathieu Pellerin 2018-01-29 [raster] don't auto-classify upon customizing values tree (fixes #17102) -Blottiere Paul 2018-01-25 +Paul Blottiere 2018-01-25 Update sip binding -Blottiere Paul 2018-01-25 +Paul Blottiere 2018-01-25 Fix typo in doc -Blottiere Paul 2018-01-25 +Paul Blottiere 2018-01-25 Add test -Blottiere Paul 2018-01-23 +Paul Blottiere 2018-01-23 Update all attributes in a single transaction @@ -202569,7 +211224,7 @@ Mathieu Pellerin 2018-01-24 [processing] add default extension to empty filter when available -Etienne Trimaille 2018-01-24 +Etienne Trimaille 2018-01-24 update XSD and XML according to #36bf093 @@ -203043,26 +211698,26 @@ Alexander Bruy 2018-01-22 fix sending plugin votes -David 2018-01-18 +David Signer 2018-01-18 fixed indentation in python fixed indentation in python unittest -David 2018-01-18 +David Signer 2018-01-18 take list instead of map for test in unittest it needs to take a list instaed of the map as a test of valuemap -David 2018-01-17 +David Signer 2018-01-17 store valuemap as QList instead of QMap because with QMap it loses the order. the two values (key and value) are in an one dimensional QMap stored. this because QPair is not a QVariant. we desided not to stor it as DataStream, because then less powerfull platforms couldn't use it from the configuration. -David 2018-01-17 +David Signer 2018-01-17 store valuemap as QList @@ -203316,7 +211971,7 @@ Alessandro Pasotti 2018-01-18 QgsDebugMsg -> QgsDebugMsgLevel in getcapabilities download Merge: dd039813f12 ac27347a9ea -Blottiere Paul 2018-01-18 +Paul Blottiere 2018-01-18 Merge pull request #5899 from peppsac/fix_17668 @@ -203387,11 +212042,11 @@ Nyall Dawson 2018-01-17 Fix crash with undo/redo and layout multiframes, restore test -lbartoletti 2018-01-17 +Loïc Bartoletti 2018-01-17 more bash -lbartoletti 2018-01-17 +Loïc Bartoletti 2018-01-17 python3 everywhere @@ -203493,11 +212148,11 @@ Nyall Dawson 2018-01-17 Avoid creating undo commands when converting compositions -Loïc Bartoletti 2018-01-17 +Loïc Bartoletti 2018-01-17 Use ccache if available -Etienne Trimaille 2018-01-16 +Etienne Trimaille 2018-01-16 fix missing QLabel python import @@ -203667,7 +212322,7 @@ Nyall Dawson 2018-01-16 Fix invalid connection in offline editing plugin -Etienne Trimaille 2018-01-14 +Etienne Trimaille 2018-01-14 return empty CRS instead of 4326 if the XML is empty @@ -203771,7 +212426,7 @@ Alessandro Pasotti 2018-01-15 Do not initialize unique_ptr to nullptr -lbartoletti 2018-01-15 +Loïc Bartoletti 2018-01-15 Revert "fix perl;add bash" @@ -203784,12 +212439,12 @@ Alexander Bruy 2018-01-15 [processing] added missing method to custom field calculator dialog -lbartoletti 2018-01-15 +Loïc Bartoletti 2018-01-15 Fix indentation using modified scripts Merge: 7064704868c 61c704733c6 -lbartoletti 2018-01-15 +Loïc Bartoletti 2018-01-15 Merge branch 'usr_bin_env' of https://github.com/lbartoletti/QGIS into usr_bin_env @@ -203834,7 +212489,7 @@ Borys Jurgiel 2018-01-15 A simpler way to Fix broken Geopackage paths with spaces Merge: b8518aef9cb 55052020023 -Blottiere Paul 2018-01-15 +Paul Blottiere 2018-01-15 Merge pull request #5663 from pblottiere/bugfix-transaction-name @@ -203844,15 +212499,15 @@ Alexander Bruy 2018-01-15 remove duplicated parameter from r.in.wms module (fix #17815) -Blottiere Paul 2017-12-01 +Paul Blottiere 2017-12-01 Update documentation -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Add test -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Add a name to transaction command @@ -203948,17 +212603,17 @@ Denis Rouzaud 2018-01-12 [sipify] fix multiline note or warning -David 2018-01-12 +David Signer 2018-01-12 write correct tooltip -David 2018-01-12 +David Signer 2018-01-12 tooltip for cardinality in relationedit write tooltip in the attributesformproperties on cardinality in relationedit that the user gets more info about many to many relation. -David 2018-01-11 +David Signer 2018-01-11 relation cardinality bugfix @@ -203972,7 +212627,7 @@ Denis Rouzaud 2018-01-12 fix #17812 -Etienne Trimaille 2018-01-12 +Etienne Trimaille 2018-01-12 make link clickable in metadata widget @@ -203993,7 +212648,7 @@ Matthias Kuhn 2018-01-12 Fix #17839 -David 2018-01-12 +David Signer 2018-01-12 not passing parent to duplicate actions @@ -204040,7 +212695,7 @@ D'Hont René-Luc 2018-01-11 This bugfix respects the initial proposition https://github.com/qgis/QGIS/pull/1403 QGIS Server - new project option imageQuality used for JPEG images #1403 -David 2018-01-11 +David Signer 2018-01-11 mapLayerActions as members - avoiding crash @@ -204505,7 +213160,7 @@ Matthias Kuhn 2018-01-08 Contextmenu with individual actions -David 2017-12-29 +David Signer 2017-12-29 Contextmenu with individual actions @@ -204653,7 +213308,7 @@ Tim Sutton 2018-01-07 Fix metadata qmd restore issues described here: https://github.com/qgis/QGIS/pull/5379#issuecomment-355410105 -Etienne Trimaille 2018-01-02 +Etienne Trimaille 2018-01-02 load and save metadata to a QMD file @@ -205742,7 +214397,7 @@ Médéric RIBREUX 2017-12-27 Handle raster files wihtout extension as GTiff + fix some ext scripts -David 2017-12-27 +David Signer 2017-12-27 Renaming stuff @@ -205989,7 +214644,7 @@ Martin Dobias 2017-12-17 [3d] Respect no-data values from DEMs in terrain generator (fixes #17558) -David 2017-12-21 +David Signer 2017-12-21 Q_PROPERTY of QVariant::Type to use exernally @@ -206063,7 +214718,7 @@ Borys Jurgiel 2017-12-20 [Plugin installer] Remove trailing colon if it's a very end of the message -David 2017-12-20 +David Signer 2017-12-20 duplicate child feature in relationwidget @@ -206084,35 +214739,35 @@ Borys Jurgiel 2017-12-20 Fix group id of GDAL algorithms. Follows up 53bc147dca00 -David 2017-12-20 +David Signer 2017-12-20 New feature duplicate in MapLayerAction with redigitize and removed obsolete python action Duplicate feature and with redigitizing - splitting of digitizefeature and addfeature - so we can use digitizefeature indebendantly The partwise obsolete duplicate feature action in python is removed from canvas and feature scope (still in layer scope) -David 2017-12-19 +David Signer 2017-12-19 changed requests -David 2017-12-18 +David Signer 2017-12-18 improved signal/slot and flexible layer handling two signals now digitizingCompleted and digitizingFinished using deleteLater() for no conflicts the addFeature is using the currentLayer. when the duplicatedigitized-action has a given layer it uses the given. otherwise the current. the given will be set as current and on decativation of the digitizing it's set back. -David 2017-12-13 +David Signer 2017-12-13 add the new icons for duplication for duplicate feature and duplicate feature digitize there are new icons. they are added to the project now. -David 2017-12-13 +David Signer 2017-12-13 add new svgs for duplicate and duplicate digitized feature -David 2017-12-11 +David Signer 2017-12-11 working upload - new signals in digitizefeature @@ -206120,21 +214775,21 @@ David 2017-12-11 digitizingFinalized -> and everything else done - MapTool can be deactivated digitizingAborted -> it's deactivated (because of cancel or everything done does not matter) - object can be deleted -David 2017-12-07 +David Signer 2017-12-07 initialize map tool in function -David 2017-12-07 +David Signer 2017-12-07 redigitize on feature duplication there are two actions duplication and duplication redigitize. in redigitize you can set a new geometry for the duplication. -David 2017-12-04 +David Signer 2017-12-04 action mapping for duplicate feature -Etienne Trimaille 2017-12-20 +Etienne Trimaille 2017-12-20 Crs (#5908) @@ -206144,7 +214799,7 @@ Etienne Trimaille 2017-12-20 * add warning about empty CRS node when reading XML -Etienne Trimaille 2017-12-20 +Etienne Trimaille 2017-12-20 remove CRS picker and allow only layer CRS or provider CRS in metadata editor (#5915) @@ -206444,7 +215099,7 @@ Nyall Dawson 2017-12-18 Fix transform context not copied with render context copies -Etienne Trimaille 2017-12-18 +Etienne Trimaille 2017-12-18 fix unknown mQgis variable on macos @@ -206455,7 +215110,7 @@ Nyall Dawson 2017-12-18 [travis] Disable PyQgsLocator test -David 2017-12-18 +David Signer 2017-12-18 functionality to duplicate features @@ -206485,7 +215140,7 @@ Matthias Kuhn 2017-12-18 Add missing sip file Merge: 00dbc73d430 adb7af99335 -Blottiere Paul 2017-12-18 +Paul Blottiere 2017-12-18 Merge pull request #5876 from peppsac/fix_17694 @@ -206907,12 +215562,12 @@ Nyall Dawson 2017-12-16 Python icon thanks to @pkinglinz -lbartoletti 2017-12-16 +Loïc Bartoletti 2017-12-16 Stop conflicts Merge: c5d9663191c 252f0802b12 -lbartoletti 2017-12-16 +Loïc Bartoletti 2017-12-16 Merge branch 'master' into segment_intersection @@ -206961,7 +215616,7 @@ Denis Rouzaud 2017-12-15 better argument names for QgsGeometryUtils::lineIntersection -Etienne Trimaille 2017-12-15 +Etienne Trimaille 2017-12-15 call the correct function to retrieve CRS from an extent in Processing @@ -206986,16 +215641,16 @@ Nyall Dawson 2017-12-15 class is missing a virtual destructor. Merge: 72f5adf3685 39521c76561 -lbartoletti 2017-12-15 +Loïc Bartoletti 2017-12-15 Merge branch 'master' into segment_intersection -lbartoletti 2017-12-15 +Loïc Bartoletti 2017-12-15 Add default value to epsilon. Change example for python. -Etienne Trimaille 2017-12-15 +Etienne Trimaille 2017-12-15 fix contact table in metadata (#5881) @@ -207029,7 +215684,7 @@ Denis Rouzaud 2017-12-06 also add space before other paragraph-level markups -Etienne Trimaille 2017-12-15 +Etienne Trimaille 2017-12-15 add missing metadata fields about contacts and extent (#5878) @@ -207082,7 +215737,7 @@ D'Hont René-Luc 2017-12-15 [FEATURE][needs-docs] Add OGC filters to WMS -lbartoletti 2017-12-15 +Loïc Bartoletti 2017-12-15 comment the code instead of apply an useless equality... @@ -207090,7 +215745,7 @@ Nyall Dawson 2017-12-15 Show a warning when loading a project with a transform not available locally -David 2017-12-14 +David Signer 2017-12-14 sort the values in query builder @@ -207471,7 +216126,7 @@ Nyall Dawson 2017-12-15 [processing] add groupId() method to get untranslated algorithm group -Etienne Trimaille 2017-12-15 +Etienne Trimaille 2017-12-15 add constructor to QgsBox3d with a QgsRectangle @@ -207489,7 +216144,7 @@ Nyall Dawson 2017-12-15 Wow... how did that test ever work? Very odd... -Etienne Trimaille 2017-12-15 +Etienne Trimaille 2017-12-15 getter for the output crs in QgsExtentGroupBox @@ -207507,7 +216162,7 @@ Nyall Dawson 2017-12-15 [browser] Allow renaming favorite items -Etienne Trimaille 2017-12-14 +Etienne Trimaille 2017-12-14 hide the extent from canvas button if the canvas is not set @@ -207537,13 +216192,13 @@ Alexander Bruy 2017-12-14 [processing] add group id to GRASS algorithms -lbartoletti 2017-12-14 +Loïc Bartoletti 2017-12-14 - init variables - fix equality - add tests -David 2017-12-14 +David Signer 2017-12-14 first import @@ -207637,7 +216292,7 @@ Nyall Dawson 2017-12-13 Use qgs project icon derivative for project home in browser -David 2017-12-13 +David Signer 2017-12-13 improvement in statusbar widget size handling @@ -207660,7 +216315,7 @@ Víctor Olaya 2017-12-13 [processing] fixed saga algs descriptions -lbartoletti 2017-12-13 +Loïc Bartoletti 2017-12-13 - Update api_break.dox - rename isIntersect to isIntersection @@ -207670,7 +216325,7 @@ Borys Jurgiel 2017-12-13 Add comments to unlcear translatable strings -Etienne Trimaille 2017-12-13 +Etienne Trimaille 2017-12-13 update HTML data provider metadata (#5700) @@ -207687,11 +216342,11 @@ Nyall Dawson 2017-12-13 Correctly sort browser items -lbartoletti 2017-12-13 +Loïc Bartoletti 2017-12-13 Update doc -lbartoletti 2017-12-13 +Loïc Bartoletti 2017-12-13 Fix missing cases and push @@ -207701,7 +216356,7 @@ Alessandro Pasotti 2017-12-13 Fixes #17674 - Export and Import problems after recent fixes -lbartoletti 2017-12-13 +Loïc Bartoletti 2017-12-13 Apply segmentIntersection on some tools with tests. @@ -207738,7 +216393,7 @@ Jürgen E. Fischer 2017-12-12 spelling fixes -lbartoletti 2017-12-12 +Loïc Bartoletti 2017-12-12 improve segmentIntersection @@ -207841,7 +216496,7 @@ Nyall Dawson 2017-12-12 Spelling -David 2017-11-16 +David Signer 2017-11-16 Use title from template as default in layout manager @@ -208206,7 +216861,7 @@ Nyall Dawson 2017-12-08 add missing include for macos -Etienne Trimaille 2017-12-07 +Etienne Trimaille 2017-12-07 add missing include for macos @@ -208471,7 +217126,7 @@ Denis Rouzaud 2017-12-06 [doxygen] replace @see by \see Merge: ed5076201af b7fe407f555 -Blottiere Paul 2017-12-06 +Paul Blottiere 2017-12-06 Merge pull request #5780 from pblottiere/bugfix_reshape2 @@ -208495,7 +217150,7 @@ Martin Dobias 2017-12-05 (only when 3D support is enabled) -Blottiere Paul 2017-12-06 +Paul Blottiere 2017-12-06 Update tests @@ -208507,26 +217162,26 @@ Alessandro Pasotti 2017-12-06 by me when I changed the display value to EPSG:xxxx -Blottiere Paul 2017-12-01 +Paul Blottiere 2017-12-01 Add some tests -Blottiere Paul 2017-12-01 +Paul Blottiere 2017-12-01 Update sip binding -Blottiere Paul 2017-12-01 +Paul Blottiere 2017-12-01 [bugfix] Do no add binding line in both side in reshape map tool Merge: 1cd8b9481c4 7c2732d1ad7 -Blottiere Paul 2017-12-05 +Paul Blottiere 2017-12-05 Merge pull request #5774 from pblottiere/bugfix_ref_rel_null [bugfix] Fixes crash in QgsRelationReferenceWidget -Blottiere Paul 2017-11-30 +Paul Blottiere 2017-11-30 Fixes crash in QgsRelationReferenceWidget @@ -209130,19 +217785,19 @@ Alexandre Neto 2017-11-30 Adds missing tooltips -Etienne Trimaille 2017-11-30 +Etienne Trimaille 2017-11-30 add warning about sort algorithm might not work as expected -Etienne Trimaille 2017-11-28 +Etienne Trimaille 2017-11-28 add some notes in processing test readme -Etienne Trimaille 2017-11-10 +Etienne Trimaille 2017-11-10 add sort by expression algorithm -Etienne Trimaille 2017-11-29 +Etienne Trimaille 2017-11-29 display the downloaded size in QgsFileDownloaderDialog @@ -209174,7 +217829,7 @@ Alessandro Pasotti 2017-11-30 Fixes #17584 Spatial Bookmarks checkbox is not synced with project status Merge: f6acf376375 6d87c2b28f7 -Blottiere Paul 2017-11-30 +Paul Blottiere 2017-11-30 Merge pull request #5762 from pblottiere/fix_typo_as @@ -209262,11 +217917,11 @@ Alexander Bruy 2017-11-29 Processing cleanup -Blottiere Paul 2017-11-29 +Paul Blottiere 2017-11-29 Update sip binding -Blottiere Paul 2017-11-29 +Paul Blottiere 2017-11-29 Fix typos in auxiliary storage doc @@ -209327,7 +217982,7 @@ Richard Duivenvoorde 2017-11-28 Fix #17573 inconsistency of icons in layer trees -Etienne Trimaille 2017-11-28 +Etienne Trimaille 2017-11-28 display apple cmd symbol instead of ctrl in the legend @@ -209357,7 +218012,7 @@ Salvatore Larosa 2017-11-28 [pyqgis-console] fix missing import for pap file compiler -Etienne Trimaille 2017-11-28 +Etienne Trimaille 2017-11-28 Fix plural modeler tool -> modeler toolS @@ -209379,7 +218034,7 @@ Salvatore Larosa 2017-11-28 * GEOS-3.6.3 Merge: 658474988be 7ff6470df7b -Blottiere Paul 2017-11-28 +Paul Blottiere 2017-11-28 Merge pull request #5744 from pblottiere/refrel_crash @@ -209477,11 +218132,11 @@ Matthias Kuhn 2017-11-27 Fix #17564 -Blottiere Paul 2017-11-27 +Paul Blottiere 2017-11-27 Add test -Blottiere Paul 2017-11-27 +Paul Blottiere 2017-11-27 Fixes relation reference widget crash when no relation @@ -209529,17 +218184,17 @@ Alessandro Pasotti 2017-11-24 Fixes #12671 Merge: 9bfb3f31ee9 4aa97d865d4 -Blottiere Paul 2017-11-27 +Paul Blottiere 2017-11-27 Merge pull request #5697 from pblottiere/server_bugfix_getprojectsettings [server][bugfix] Fixes #17519 by fixing GetProjectSettings response -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Add a test -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Fixes #17519 by fixing GetProjectSettings response @@ -209578,7 +218233,7 @@ Nyall Dawson 2017-11-27 And make sure on low-dpi screens the icon size is 16px for pixel-snapped rendering of the svg -Larry Shaffer 2017-11-09 +Larry Shaffer 2017-11-09 Fix macOS Qt 5.9+ close boxes do not show on document mode tab bar tabs @@ -209753,7 +218408,7 @@ Matthias Kuhn 2017-11-24 Fix file mode -Etienne Trimaille 2017-11-24 +Etienne Trimaille 2017-11-24 add missing import operator (#5724) @@ -210329,7 +218984,7 @@ Richard Duivenvoorde 2017-11-21 typo: inforced->enforced Merge: d6d40970369 3563298988c -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Merge pull request #5693 from pblottiere/wms_flaky2 @@ -210356,7 +219011,7 @@ Sandro Mani 2017-11-22 [ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513) -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics) @@ -210397,7 +219052,7 @@ Matthias Kuhn 2017-11-22 Add QString operator to QgsExpression Merge: 7e727fd88f8 a416f4e30c4 -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Merge pull request #5658 from pblottiere/qurl_obsolete @@ -210410,12 +219065,12 @@ Matthias Kuhn 2017-11-22 [server] WIP: detect WMS flaky tests -Blottiere Paul 2017-11-16 +Paul Blottiere 2017-11-16 Fix obsolete call of addQueryItem on QUrl in server Merge: b058df7d1d5 333a8e9e946 -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Merge pull request #5638 from pblottiere/bugfix_joins @@ -210431,23 +219086,23 @@ Alessandro Pasotti 2017-11-22 Initialize some more vars to make Valgrind happy -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Skip test instead of commenting -Blottiere Paul 2017-11-22 +Paul Blottiere 2017-11-22 Add some masks and set a higher threshold for comparing images -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Disable a test -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Split some WMS tests -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Fixes #17450 by correctly setting the join info ordered list @@ -210473,11 +219128,11 @@ Alessandro Pasotti 2017-11-21 Initialize some vars to make Valgrind happy -Etienne Trimaille 2017-11-21 +Etienne Trimaille 2017-11-21 switch display between identification section and provider in the metadata tab -Etienne Trimaille 2017-11-21 +Etienne Trimaille 2017-11-21 fix #17456 improve CRS display in the metadata tab @@ -210537,7 +219192,7 @@ Mathieu Pellerin 2017-11-21 [ui] split Z/M values checkbox in new memory layer dialog (#5685) -Etienne Trimaille 2017-11-21 +Etienne Trimaille 2017-11-21 rename metadata() to htmlMetadata() in QgsRasterDataProvider @@ -210971,7 +219626,7 @@ Alessandro Pasotti 2017-11-16 [auth] Thread safe auth methods with recursive mutex -David 2017-11-16 +David Signer 2017-11-16 tooltip of relationstrength in project properties @@ -211008,7 +219663,7 @@ Harrissou Sant-anna 2017-11-16 (fix #16987) -David 2017-11-16 +David Signer 2017-11-16 member variable for constraint result visability @@ -211024,13 +219679,13 @@ Alexander Bruy 2017-11-16 [processing] boolean fieds support in the Refactor Fields algorithm (fix #17168) -David 2017-11-16 +David Signer 2017-11-16 select the new features after duplication when duplicating features with the default action "duplicate" the new features are selected and additionally the childrens on the childrenlayers too. -David 2017-11-16 +David Signer 2017-11-16 return ids of the new child features on duplication @@ -211041,36 +219696,36 @@ Salvatore Larosa 2017-11-16 truncate only last extension in oper recent project menu Merge: 15c32c22c5f c6b054ed4d3 -Blottiere Paul 2017-11-16 +Paul Blottiere 2017-11-16 Merge pull request #5628 from pblottiere/bugfix-transaction-tuple executeSql in transaction does not return an error on tuple Merge: dfc0305420e 9283b26762f -Blottiere Paul 2017-11-16 +Paul Blottiere 2017-11-16 Merge pull request #5566 from pblottiere/bugfix-ogc-getcapa-abstract [server][bugfix] Fix OGC test recommendations -Blottiere Paul 2017-11-16 +Paul Blottiere 2017-11-16 Update tests -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Update for loop -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Keep name and add metadata and keywordlist for root layer -Blottiere Paul 2017-11-08 +Paul Blottiere 2017-11-08 Update tests -Blottiere Paul 2017-11-08 +Paul Blottiere 2017-11-08 Replace Name entry by Abstract in GetCapabilities for root layer @@ -211081,15 +219736,15 @@ Alessandro Pasotti 2017-11-16 [auth] Moved the PEM/DER sniffing to a common private function -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Add test -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Update doc -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Do not consider a tuple response as an error in transaction @@ -211101,7 +219756,7 @@ Alessandro Pasotti 2017-11-16 [auth][needs-docs] Authentication configuration support in OGR provider Merge: 05d38b3d1d6 5e2564cf4cc -Blottiere Paul 2017-11-16 +Paul Blottiere 2017-11-16 Merge pull request #5647 from pblottiere/contributor @@ -211135,7 +219790,7 @@ Nyall Dawson 2017-11-16 Fix error when running postgis algs -Larry Shaffer 2017-11-15 +Larry Shaffer 2017-11-15 [auth][ogr] Add missing PyQGIS auth manager OGR test @@ -211177,12 +219832,12 @@ Even Rouault 2017-11-15 [QgsAuthManager] Protect all methods that do SQL queries with mutex (fixes #16966) -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Update contributors Merge: f1c3692f6ad 76635894bd4 -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Merge pull request #5620 from pblottiere/bugfix_gpkg_bool @@ -211192,7 +219847,7 @@ Even Rouault 2017-11-15 [QgsAuthManager] Protect all methods that do SQL queries with mutex (fixes #16966) -gacarrillor 2017-11-15 +Germán Carrillo 2017-11-15 Rename editCopy/editPaste to copySelectionToClipboard/pasteFromClipboard @@ -211213,36 +219868,36 @@ Even Rouault 2017-11-15 a reasonable amount. Merge: bd30e12cf9d b5317c57e35 -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Merge pull request #5554 from pblottiere/bugfix_virtuallayer [bugfix] Fixes #16798 FilterFid feature requests with virtual layers Merge: db5b1df7a91 96e597a8e2d -Blottiere Paul 2017-11-15 +Paul Blottiere 2017-11-15 Merge pull request #5597 from pblottiere/bugfix-clickxy [bugfix] Fixes #16852 by adding click_x and click_y variables to resolve actions -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Update test with Bool type instead of Int type -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Add boolean support in OGR provider -Blottiere Paul 2017-11-13 +Paul Blottiere 2017-11-13 Call OGR_Fld_SetSubType before OGR_L_CreateField -Blottiere Paul 2017-11-13 +Paul Blottiere 2017-11-13 Add test -Blottiere Paul 2017-11-13 +Paul Blottiere 2017-11-13 Fixes #17070 by considering bool fields as OGR integer fields with boolean subtype @@ -211261,7 +219916,7 @@ Denis Rouzaud 2017-11-15 On Travis When on large pr with many commits -gacarrillor 2017-11-15 +Germán Carrillo 2017-11-15 Make names from QgisApp and QgisInterface match @@ -211272,37 +219927,37 @@ Nyall Dawson 2017-11-15 Initial implementation of QgsCoordinateFormatter -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Fix test -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Use QString::number -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Group conditions -Blottiere Paul 2017-11-14 +Paul Blottiere 2017-11-14 Never return a feature if the fid is negative -Blottiere Paul 2017-11-07 +Paul Blottiere 2017-11-07 Add some tests with cross join -Blottiere Paul 2017-11-07 +Paul Blottiere 2017-11-07 Fixes #16798 FilterFid feature requests with virtual layers -David 2017-11-14 +David Signer 2017-11-14 Use id in gui if name is empty and crop layerid-part in the generated id The name can be empty, so use the id instead in the combo box. To avoid so long ids, the part taken from the layerid in the relation id is cropped to 10 signs. They are unique anyway because there is used a suffix counting up. -David 2017-11-13 +David Signer 2017-11-13 Autogenerated relation names in dialog instead of ids @@ -211454,11 +220109,11 @@ Alexander Bruy 2017-11-15 [processing] GRASS7 provider: review and update all r.* description files. -matteo 2017-11-14 +Matteo Ghetta 2017-11-14 [processing] test for union algorithm -matteo 2017-11-14 +Matteo Ghetta 2017-11-14 processing Union fix @@ -211728,7 +220383,7 @@ Mathieu Pellerin 2017-11-13 Use vertex iterator -David 2017-11-12 +David Signer 2017-11-12 background color on constraint fields reset on toggle edit @@ -211736,7 +220391,7 @@ David 2017-11-12 if not editable, the backgroundcolor should be empty anyway so it has to be reseted when synchronizeEditableState... -David 2017-11-09 +David Signer 2017-11-09 Constraint Result Indicator invisible when not in editable mode @@ -211999,22 +220654,22 @@ Nyall Dawson 2017-11-11 [processing] Remove expression buttons from parameters outside modeler Merge: ecacb3b07f2 2a7f23fd4cb -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Merge pull request #5520 from pblottiere/server_bugfix_width_height [server][bugfix] Fixes #17399 WIDTH and HEIGHT parameters are not mandatory for GetPrint -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Update tests -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Fixes #17399 GetPrint doesn't need a proper image with width/height Merge: fe5653101a5 534e1e811ea -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Merge pull request #5519 from pblottiere/server_bugfix_layernotfoud @@ -212028,19 +220683,19 @@ Alessandro Pasotti 2017-11-10 Needs backporting -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Add test -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Fixes #17400 by returning an empty response if a layer is ignored due to configuration -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Add some tests -Blottiere Paul 2017-11-10 +Paul Blottiere 2017-11-10 Fixes #16852 by adding click_x and click_y variables to resolve actions @@ -212187,7 +220842,7 @@ Nyall Dawson 2017-11-10 Fixes #17429 -Larry Shaffer 2017-11-09 +Larry Shaffer 2017-11-09 Fix astyle version check for macOS @@ -212249,7 +220904,7 @@ Harrissou Sant-anna 2017-11-09 Clarify where and what Log Messages is Merge: 4c1ff1cdbd9 29c71f43afe -Larry Shaffer 2017-11-09 +Larry Shaffer 2017-11-09 Merge pull request #5531 from boundlessgeo/fix-libpaths-update @@ -212416,7 +221071,7 @@ Even Rouault 2017-11-09 [GDAL provider] in create(), use newly create dataset handle to instanciate the provider (fix #17103) Merge: b9bde107593 7f37e707629 -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Merge pull request #5515 from pblottiere/server_bugfix_plusspace @@ -212463,7 +221118,7 @@ Matthias Kuhn 2017-11-09 Typo -gacarrillor 2017-11-09 +Germán Carrillo 2017-11-09 Expose through iface methods to copy/paste features between given layers @@ -212500,11 +221155,11 @@ Matthias Kuhn 2017-11-09 Fix #17261 -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Add test -Blottiere Paul 2017-11-09 +Paul Blottiere 2017-11-09 Fixes #17401 by replacing '+' symbol by space @@ -212516,7 +221171,7 @@ Alessandro Pasotti 2017-11-09 [auth] Remove unused accessor to mutex -David 2017-11-09 +David Signer 2017-11-09 Attribute Form - value relation widget takes key again instead of value @@ -212591,7 +221246,7 @@ Matthias Kuhn 2017-11-08 Propertieslayout Fields And Forms Redesign -David 2017-11-08 +David Signer 2017-11-08 no +/- buttons when not needed and some graphical finetuning @@ -212635,7 +221290,7 @@ Matthias Kuhn 2017-11-07 Fix #17413 -David 2017-11-08 +David Signer 2017-11-08 Correct order of column headers in relationmanager @@ -212697,24 +221352,24 @@ Borys Jurgiel 2017-11-08 Fix histogram refreshig Merge: 940c4ed5c5c 24f38aba12f -Blottiere Paul 2017-11-08 +Paul Blottiere 2017-11-08 Merge pull request #5551 from pblottiere/reenable_wms_server_tests [travis] Re-enable WMS tests for server -David 2017-11-08 +David Signer 2017-11-08 Fix #17412 Sorting fixed, no troubles when editing after sorting Issue was, that the cellchange is triggered at re-sorting - so we need to check the names Following issue was, that when removing or renaming something in re-sorted table - so there was a bug that referenced to the row instead of the index Thought about to remove mIndexedWidgets completely, but when renumbering after delete in unsorted table, we cannot reference to the row order. -Blottiere Paul 2017-11-07 +Paul Blottiere 2017-11-07 Update some images/masks -Blottiere Paul 2017-11-07 +Paul Blottiere 2017-11-07 Re enable WMS server tests @@ -212840,7 +221495,7 @@ Alessandro Pasotti 2017-11-07 Fixes #17116 -David 2017-11-07 +David Signer 2017-11-07 References #17412 Fixes problem when changeing sort but not when renaming When sort and then toggle edditing, the problem was that it wanted to rename all the fields @@ -212868,7 +221523,7 @@ Matthias Kuhn 2017-11-07 Fix #17407 -David 2017-11-07 +David Signer 2017-11-07 editable and lable on top + fixes in attribute form properties: editable and lable on top config to general @@ -213346,11 +222001,11 @@ Jürgen E. Fischer 2017-11-06 add SVG translation flags -David 2017-11-06 +David Signer 2017-11-06 item for source field fix -David 2017-11-06 +David Signer 2017-11-06 layout and remove fieldproperties icons and made naming @@ -213373,7 +222028,7 @@ Borys Jurgiel 2017-11-06 Rename indx to index in some slots -David 2017-11-06 +David Signer 2017-11-06 help and suppress form help from attributetypedialog is handled over the help of vectorlayerproperties @@ -213388,11 +222043,11 @@ Borys Jurgiel 2017-11-06 Make QgsOptionsDialogBase's slots virtual for overriding in derived clases with non-standard tabs (fixes broken tab behaviour in Plugin manager) -David 2017-11-06 +David Signer 2017-11-06 fixed problem with saving first entry -David 2017-11-06 +David Signer 2017-11-06 some changes in attribute form properties and source data properties changed style of layout, initcode and suppress-combo @@ -213559,7 +222214,7 @@ Jürgen E. Fischer 2017-11-05 mod_spatialite added to osgeo4w -lbartoletti 2017-11-05 +Loïc Bartoletti 2017-11-05 Fix FreeBSD build @@ -213574,7 +222229,7 @@ Harrissou Sant-anna 2017-11-05 Add some const and renaming -Larry Shaffer 2017-11-05 +Larry Shaffer 2017-11-05 Update PyQtMacros module to handle removal of name option from pyrcc5 @@ -213623,7 +222278,7 @@ Médéric RIBREUX 2017-11-04 * Fix ParameterRange GUI. * Fix Multiple values Enum support. -Larry Shaffer 2017-11-04 +Larry Shaffer 2017-11-04 Fix updating QgsApplication::libraryPaths; load before any Qt plugin use @@ -213770,7 +222425,7 @@ Borys Jurgiel 2017-11-03 [Plugin installer] Fix broken warning about outdated plugin updates in the user directory masking a newer core version Merge: c177995eb7a 479970baf09 -Blottiere Paul 2017-11-03 +Paul Blottiere 2017-11-03 Merge pull request #5414 from m-kuhn/transactionStack @@ -213784,7 +222439,7 @@ Alessandro Pasotti 2017-11-03 Disable PG auth tests -gacarrillor 2017-11-03 +Germán Carrillo 2017-11-03 Developers map: remove Name and Status terms @@ -213798,23 +222453,23 @@ Alessandro Pasotti 2017-11-03 Fixes #17392 -gacarrillor 2017-11-03 +Germán Carrillo 2017-11-03 Developers map: Link to GIT account for each dev -gacarrillor 2017-11-03 +Germán Carrillo 2017-11-03 Developers map: more descriptive status for each dev -David 2017-11-01 +David Signer 2017-11-01 duplicate feature default action if feature id given, then only copy one feature otherwise all selected on layer -David 2017-10-31 +David Signer 2017-10-31 visibility of the new duplicate selected feature default action -David 2017-10-31 +David Signer 2017-10-31 Default Action with Python to Duplicate selected features. Visible for canvas and layer scope. @@ -213930,12 +222585,12 @@ Jürgen E. Fischer 2017-11-02 * include python runtime dependencies in INSTALL (followup e9d2fd67) * also update INSTALL.html (run t2tdoc target; followup 8dfa0217d) -David 2017-11-02 +David Signer 2017-11-02 basics of new dialog for the initcode python functionalities means, some cosmetic changes should still be done in qgsattributesforminitcode.ui -Régis Haubourg 2017-11-02 +Régis Haubourg 2017-11-02 fixup ccache install instruction in doc files using txt2tags @@ -213945,7 +222600,7 @@ Matthias Kuhn 2017-11-02 Causes crashes in some situations -David 2017-11-02 +David Signer 2017-11-02 attribute editor layout selection etc. @@ -213953,7 +222608,7 @@ Jürgen E. Fischer 2017-11-02 translation string fixes -David 2017-11-01 +David Signer 2017-11-01 set feature when starting action on attribute edit form @@ -213961,7 +222616,7 @@ Borys Jurgiel 2017-11-02 Move plugin installer's settings to the [app] section -David 2017-11-02 +David Signer 2017-11-02 final relation cardinality combobox @@ -214067,7 +222722,7 @@ Jürgen E. Fischer 2017-10-29 remove remaining references to pyspatialite (followup 39816cf84) -lbartoletti 2017-10-31 +Loïc Bartoletti 2017-10-31 Fix issue 17355 @@ -214101,7 +222756,7 @@ Luigi Pirelli 2017-10-24 Update Attr Table after field calculation: fixes #17312 -lbartoletti 2017-10-31 +Loïc Bartoletti 2017-10-31 Fix connection @@ -214421,7 +223076,7 @@ Matthias Kuhn 2017-10-28 Allow using system astyle -David 2017-10-30 +David Signer 2017-10-30 App doc and style changes @@ -214453,11 +223108,11 @@ Jürgen E. Fischer 2017-10-29 fix windows build -gacarrillor 2017-10-29 +Germán Carrillo 2017-10-29 Get rid of PySpatiaLite -gacarrillor 2017-10-26 +Germán Carrillo 2017-10-26 Use sqlite3 instead of pyspatialite for SpatiaLite connections @@ -214525,30 +223180,30 @@ Even Rouault 2017-10-28 Complementary fix to 1822b76c1a69418e44d7a1186e16f54d670267ad for the case where a layer has mixed geometry types. -David 2017-10-28 +David Signer 2017-10-28 layout -David 2017-10-28 +David Signer 2017-10-28 style Merge: 88a80e6661e 4b9898b6629 -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 Merge pull request #5478 from boundlessgeo/auth-viable [auth][api] Remove deprecated QSslCertificate::isValid() -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth] Return immediate errors for null cert/key when validating bundle -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth] Integrate cert viable functions into auth system -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 [auth][api] Remove deprecated QSslCertificate::isValid() @@ -214594,31 +223249,31 @@ Borys Jurgiel 2017-10-27 [Plugin manager][needs-doc] Read a CHANGELOG file in case the relevant metadata key is empty -David 2017-10-27 +David Signer 2017-10-27 spelling -David 2017-10-27 +David Signer 2017-10-27 Relation Combo -David 2017-10-27 +David Signer 2017-10-27 commit -David 2017-10-27 +David Signer 2017-10-27 commit -David 2017-10-27 +David Signer 2017-10-27 combobox for cardinality -David 2017-10-27 +David Signer 2017-10-27 Relation Cardinality config -David 2017-10-27 +David Signer 2017-10-27 relation properties @@ -214641,7 +223296,7 @@ Marco Hugentobler 2017-10-27 [needs-docs][feature] Wms print layers Merge: c9ca17560b7 98c05ade42d -Blottiere Paul 2017-10-27 +Paul Blottiere 2017-10-27 Merge pull request #5425 from pblottiere/server_getfeatureinfo @@ -214652,12 +223307,12 @@ Tudor Bărăscu 2017-10-27 Move Feature tooltip that guides towards Node Tool for snapping Merge: 0ec041d4cd2 c9ca17560b7 -lbartoletti 2017-10-27 +Loïc Bartoletti 2017-10-27 Merge branch 'master' into usr_bin_env Merge: be8b9113c25 c9ca17560b7 -lbartoletti 2017-10-27 +Loïc Bartoletti 2017-10-27 Merge branch 'master' into usr_bin_env @@ -214685,22 +223340,22 @@ Marco Hugentobler 2017-10-27 Try to make travis indentation check happy -Blottiere Paul 2017-10-20 +Paul Blottiere 2017-10-20 Add test -Blottiere Paul 2017-10-20 +Paul Blottiere 2017-10-20 Add QUERY_LAYERS to available layers in GetFeatureInfo request Merge: 6829a92e796 8562bfa9b98 -Blottiere Paul 2017-10-27 +Paul Blottiere 2017-10-27 Merge pull request #5406 from pblottiere/bugfix_server_hex [server][bugfix] Fix parameter decoding with post method and urlencoded -David 2017-10-27 +David Signer 2017-10-27 Relation Cardinality without own gui @@ -214723,7 +223378,7 @@ Mathieu Pellerin 2017-10-27 [welcome page] preserve pinned status when saving project -David 2017-10-27 +David Signer 2017-10-27 relationconfig @@ -214759,11 +223414,11 @@ Matthias Kuhn 2017-10-27 libqgis_3d.so missing in rpm spec -Blottiere Paul 2017-10-19 +Paul Blottiere 2017-10-19 Add some tests for GetPrint with OPACITIES -Blottiere Paul 2017-10-19 +Paul Blottiere 2017-10-19 Fix parameter decoding with post method and urlencoded @@ -214797,7 +223452,7 @@ Nyall Dawson 2017-10-27 [FEATURE][processing] Native c++ snap to grid algorithm -David 2017-10-27 +David Signer 2017-10-27 alias field and fixed problem with storing @@ -214864,7 +223519,7 @@ Matthias Kuhn 2017-10-27 Leakyleak -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 [auth] Update test certs/keys and add README @@ -214911,12 +223566,12 @@ Tim Sutton 2017-10-26 Update cmake contact to use info@qgis.org instead of my email (#5470) -lbartoletti 2017-10-26 +Loïc Bartoletti 2017-10-26 Fix tests forgotten in testqgsexpression.cpp Merge: 3210f8546a3 11ce639a68b -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 Merge pull request #5463 from boundlessgeo/BD-2507-pki-bundle-validation @@ -214935,7 +223590,7 @@ Daniele Viganò 2017-10-26 Track libqgis_3d.so in RPM spec file Merge: 1ae0857d4bd ef7a29dc53f -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1 @@ -214953,16 +223608,16 @@ Matthias Kuhn 2017-10-26 properties configuration, it's when we enter the data. Merge: d097de4d6ea 1ae0857d4bd -signedav 2017-10-26 +David Signer 2017-10-26 Merge branch 'master' into propertieslayout Merge: 3a547dc5b93 1ae0857d4bd -signedav 2017-10-26 +David Signer 2017-10-26 Merge branch 'master' into propertieslayout -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 [auth] Keep sensitive debug data commented out @@ -215030,7 +223685,7 @@ Alessandro Pasotti 2017-10-26 [auth] Authmanager singleton API removal -David 2017-10-26 +David Signer 2017-10-26 relations in list alias comment in gui (not ready yet) @@ -215044,7 +223699,7 @@ Matthias Kuhn 2017-10-26 Relation reference widget make current entry bold Merge: d40447e7d0c 1c9f9df0ea2 -Blottiere Paul 2017-10-26 +Paul Blottiere 2017-10-26 Merge pull request #5400 from pblottiere/server_bugfix_visible @@ -215146,15 +223801,15 @@ Matthias Kuhn 2017-10-25 [FEATURE] Add QgsFeatureListComboBox with live-filter-capabilities -Blottiere Paul 2017-10-26 +Paul Blottiere 2017-10-26 Add test -Blottiere Paul 2017-10-18 +Paul Blottiere 2017-10-18 Fixes regression by adding visible tag to layer's node -lbartoletti 2017-10-26 +Loïc Bartoletti 2017-10-26 more z/m test @@ -215162,7 +223817,7 @@ Mathieu Pellerin 2017-10-26 [FEATURE][welcome page] remove from list action (fixes #13722) -lbartoletti 2017-10-26 +Loïc Bartoletti 2017-10-26 - A triangle can have double points or colinear points, my bad. It is a degenerate triangle @@ -215240,7 +223895,7 @@ Matthias Kuhn 2017-10-26 Duplication Feature and its relating Features -David 2017-10-26 +David Signer 2017-10-26 improved api doc @@ -215275,7 +223930,7 @@ Alessandro Pasotti 2017-10-26 Fix test after QgsFileDownloader move to core and API change -David 2017-10-26 +David Signer 2017-10-26 add relations into drag-tree @@ -215291,13 +223946,13 @@ Matthias Kuhn 2017-10-26 Fix 'epoch' management in rpm spec Merge: 611dca4a300 8a4382a4733 -Blottiere Paul 2017-10-26 +Paul Blottiere 2017-10-26 Merge pull request #5376 from pblottiere/dirty [FEATURE] Add a flag to dirty edit buffer when using executeSql in transactions -David 2017-10-26 +David Signer 2017-10-26 spelling stuff @@ -215447,7 +224102,7 @@ Nyall Dawson 2017-10-13 Update all uses to constGet where possible. -lbartoletti 2017-10-25 +Loïc Bartoletti 2017-10-25 Avoid crash when export as GML an empty geometry @@ -215469,7 +224124,7 @@ Borys Jurgiel 2017-10-25 [Plugin manager][needs-docs] follow up 87d087bbfdb0 -David 2017-10-25 +David Signer 2017-10-25 Add some api documentations for new functions @@ -215477,31 +224132,31 @@ Matthias Kuhn 2017-10-25 [postgres] Early exit iterator if there's nothing to fetch anyway -David 2017-10-25 +David Signer 2017-10-25 [FEATURE] Duplicate features including children (one level deep) when relation strength is competition - configuration for the relationsstrength in the relation GUI `[needs-docs]` -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Private attributes -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Replace dynamic_cast by qobject_cast -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Rename signal in dirtied -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Remove duplicated protected -Blottiere Paul 2017-10-16 +Paul Blottiere 2017-10-16 Add some tests -Blottiere Paul 2017-10-16 +Paul Blottiere 2017-10-16 [FEATURE] Add a flag to dirty edit buffer when using executeSql in transactions @@ -215516,11 +224171,11 @@ Werner Macho 2017-10-25 [ts] adding kyrgyz translators -lbartoletti 2017-10-25 +Loïc Bartoletti 2017-10-25 Change the approach: returns an empty element -Etienne Trimaille 2017-08-31 +Etienne Trimaille 2017-08-31 add CRS description in the layer_property expression @@ -215612,7 +224267,7 @@ Matthias Kuhn 2017-10-25 iterators will need to be carefully checked for validity and error handling needs to be taken care of. -Etienne Trimaille 2017-10-24 +Etienne Trimaille 2017-10-24 allow pipe character in filepath in processing @@ -215636,11 +224291,11 @@ Matthias Kuhn 2017-10-24 Notify feature source when iterator is closed -Etienne Trimaille 2017-10-24 +Etienne Trimaille 2017-10-24 new string concatenation algorithm in processing -Etienne Trimaille 2017-10-24 +Etienne Trimaille 2017-10-24 reorder alphabetically imports for native algorithms @@ -215748,7 +224403,7 @@ Harrissou Sant-anna 2017-10-17 Typo fixes -lbartoletti 2017-10-24 +Loïc Bartoletti 2017-10-24 [needs-docs][feature] New button for empty the composer table (#5407) @@ -215783,7 +224438,7 @@ Nyall Dawson 2017-10-24 Rename QgsGeometry::fromPolyline as QgsGeometry::fromPolylineXY -Etienne Trimaille 2017-10-23 +Etienne Trimaille 2017-10-23 [FEATURE] Download a file in Processing @@ -215795,11 +224450,11 @@ Sandro Mani 2017-10-23 [Geometry checker] Remove unused includes -lbartoletti 2017-10-23 +Loïc Bartoletti 2017-10-23 Init z support and GML3 3D -lbartoletti 2017-10-23 +Loïc Bartoletti 2017-10-23 [FEATURE][processing]Transect processing @@ -216262,7 +224917,7 @@ Even Rouault 2017-10-23 [OGR provider/askUserForOGRSublayers] Use layername= instead of layerid= when no ambiguity -lbartoletti 2017-10-23 +Loïc Bartoletti 2017-10-23 ADD GML export to QgsTriangle @@ -216323,7 +224978,7 @@ Nyall Dawson 2017-10-22 Instead move to optimised methods in the various abstract geometry subclasses which rely only on trivial calculations. -lbartoletti 2017-10-22 +Loïc Bartoletti 2017-10-22 - Add Signals start/stopCapturing - fix QSpinBox -> QgsSpinBox @@ -216543,15 +225198,15 @@ Alessandro Pasotti 2017-10-19 Also export rule based labelling in SLD. Follows up to ticket #8925 -Blottiere Paul 2017-10-19 +Paul Blottiere 2017-10-19 Unskip test_wms_getprint_srs (GetPrint has been refactored since) -Blottiere Paul 2017-10-19 +Paul Blottiere 2017-10-19 Add some tests to validate assertXMLEqual -Blottiere Paul 2017-10-18 +Paul Blottiere 2017-10-18 Split WMS tests to detect flaky behavior @@ -216671,11 +225326,11 @@ Nyall Dawson 2017-10-17 And make greater use of it through QgsGeos to avoid potential memory leaks. -Larry Shaffer 2017-10-18 +Larry Shaffer 2017-10-18 [auth] Fix documentation error in QgsAuthCertUtils -Larry Shaffer 2017-10-18 +Larry Shaffer 2017-10-18 [auth] Add PKCS8 to PKCS1 key conversion for macOS (deps on libtasn1) @@ -216686,11 +225341,11 @@ Larry Shaffer 2017-10-18 using non-PKCS1 PEM- or DER-encoded data, though QCA, whose qca-ossl plugin is linked to OpenSSL, does support PKCS1 and PKCS8. -Larry Shaffer 2017-10-18 +Larry Shaffer 2017-10-18 [auth] Move inline file reads to static func; add PKCS#8 sniffing func -Larry Shaffer 2017-10-17 +Larry Shaffer 2017-10-17 [auth] Add error trap and debug fixes for PKCS#12 auth method @@ -216736,7 +225391,7 @@ Alexander Bruy 2017-10-18 [processing] retrieve dissolve parameter as boolean value -lbartoletti 2017-10-18 +Loïc Bartoletti 2017-10-18 manual resolve conflicts for qgisapp.ui @@ -216747,7 +225402,7 @@ Alessandro Pasotti 2017-10-18 [auth] Allow to optionally add CAs from PKI bundle to the trusted CAs for the configured connection -lbartoletti 2017-10-18 +Loïc Bartoletti 2017-10-18 Enable tools using extent when map is rotated @@ -216801,7 +225456,7 @@ Marco Hugentobler 2017-10-17 Enable external WMS layers also for GetPrint Merge: c8495ea4e92 e4767e693f2 -signedav 2017-10-17 +David Signer 2017-10-17 Merge pull request #1 from m-kuhn/propertieslayout @@ -216812,14 +225467,14 @@ Marco Hugentobler 2017-10-17 Remove temporary layers (highlight layers and external wms layers) Merge: 4901f0af050 6447beefe8a -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Merge pull request #5360 from pblottiere/server_bugfix_ogc_getmap_bbox [server][bugfix] Fix OGC test getmap bbox Merge: b77c11f4c63 a3971ee0cd4 -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Merge pull request #5303 from pblottiere/server_bugfix_ogc_queryable_layer @@ -216840,19 +225495,19 @@ Alessandro Pasotti 2017-10-17 WFS data items: add level to debug message -Blottiere Paul 2017-10-17 +Paul Blottiere 2017-10-17 Update unit tests -Blottiere Paul 2017-10-04 +Paul Blottiere 2017-10-04 Translate error message in exception -Blottiere Paul 2017-10-04 +Paul Blottiere 2017-10-04 Fix error code -Blottiere Paul 2017-10-04 +Paul Blottiere 2017-10-04 First layer level should not be set to queryable (only sublevels) @@ -216863,7 +225518,7 @@ D'Hont René-Luc 2017-10-17 [Server][FEATURE][needs-docs] Support WFS 1.1.0 -David Marteau 2017-10-10 +David Marteau 2017-10-10 Disable message hook and import override at runtime @@ -217013,7 +225668,7 @@ Matthias Kuhn 2017-10-16 Remove PyQt4 compatibility layer -lbartoletti 2017-10-16 +Loïc Bartoletti 2017-10-16 Fix remaining rubber band @@ -217307,11 +225962,11 @@ Martin Dobias 2017-10-12 This was cause by unproject() method in Qt having tolerance against division by zero very high. Lowering the tolerance by few magnitudes fixed the problem (1e-5 to 1e-10) -Blottiere Paul 2017-10-13 +Paul Blottiere 2017-10-13 Add some tests -Blottiere Paul 2017-10-13 +Paul Blottiere 2017-10-13 [server][bugfix] Fixes OGC tests on getmap bbox @@ -217396,16 +226051,16 @@ Nyall Dawson 2017-10-11 Port Join Attributes to c++, add option to select subset of fields to copy -lbartoletti 2017-10-12 +Loïc Bartoletti 2017-10-12 Change QgsMapTool *mAddFeature to QgsMapToolAddFeature *mAddFeature and remove dynamic_cast -lbartoletti 2017-10-12 +Loïc Bartoletti 2017-10-12 Avoid duplicate code for check if the layer is editable -lbartoletti 2017-10-12 +Loïc Bartoletti 2017-10-12 Use lambdas in the connect for tools (and circular tools) @@ -217500,7 +226155,7 @@ Mathieu Pellerin 2017-10-12 [processing] use raster iterator in raster layer unique values report (#5343) -Etienne Trimaille 2017-10-11 +Etienne Trimaille 2017-10-11 add helper to build a QgsRectangle from a WKT string @@ -217787,7 +226442,7 @@ Martin Dobias 2017-10-11 More tessellation fixes and more unit tests -Etienne Trimaille 2017-10-10 +Etienne Trimaille 2017-10-10 bump to Qt 5.9 for the 3D @@ -217810,7 +226465,7 @@ Peter Petrik 2017-10-11 add missing header to GDAL_MOC_HDRS -Blottiere Paul 2017-10-11 +Paul Blottiere 2017-10-11 Add some const @@ -217879,30 +226534,30 @@ Martin Dobias 2017-09-13 (right side) or negative (left side). Merge: e6dcfa4e428 43bb3119e14 -Blottiere Paul 2017-10-10 +Paul Blottiere 2017-10-10 Merge pull request #5145 from pblottiere/bugfix_ogc_getcapa_schemalocation [server][bugfix] Fix OGC test getcapabilities:validate-using-schemaLocation -Blottiere Paul 2017-09-29 +Paul Blottiere 2017-09-29 Add test -Blottiere Paul 2017-09-29 +Paul Blottiere 2017-09-29 Search schemaExtension.xsd in share directory -Blottiere Paul 2017-09-29 +Paul Blottiere 2017-09-29 schemaExtension.xsd is now installed in share directory -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Fix OGC test getcapabilities:validate-using-schemaLocation Merge: 61dcba4a819 fc876fe5475 -Blottiere Paul 2017-10-10 +Paul Blottiere 2017-10-10 Merge pull request #5287 from pblottiere/null @@ -217912,11 +226567,11 @@ Mathieu Pellerin 2017-10-10 [processing] add area to raster layer unique values report algorithm (#5334) -Blottiere Paul 2017-10-03 +Paul Blottiere 2017-10-03 Add some tests -Blottiere Paul 2017-10-03 +Paul Blottiere 2017-10-03 Filter comboboxes are reset when the widget is initialised and foreign key is deleted @@ -217961,11 +226616,11 @@ Nyall Dawson 2017-10-10 Fix handling of overlapping item commands -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 remove setParentTool method in QgsMapToolAddCircularString -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 - Increases the number of segments for QgsMapToolAddEllipse @@ -217981,7 +226636,7 @@ Daniele Viganò 2017-10-09 Fix a typo in rpm/README.md -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Improve visibility of tangents tool on cadCanvasMoveEvent (compatible when CADDockWidget is enabled) @@ -217991,11 +226646,11 @@ Daniele Viganò 2017-10-09 Merge branch 'master' of https://github.com/qgis/QGIS into better-rpm -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Fix indent -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Use toCircularString instead of toPolygon for circle. @@ -218011,13 +226666,13 @@ Matthias Kuhn 2017-10-09 Add ConvertToSubClass code to vertexmarker -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 - Request for qgsmaptoolregularpolygoncentercorner.cpp and qgsmaptoolregularpolygoncenterpoint.cpp - Remove useless mNumberSidesSpinBox->setMinimum( 3 ); -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Typo for qgsmaptoolellipsecenter2points.{cpp,h} @@ -218025,11 +226680,11 @@ Stelios Vitalis 2017-10-09 Fix indentation in tesselator -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Requests for QgsMapToolCircle2TangentsPoint -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Requests for QgsMapToolAddRegularPolygon @@ -218042,7 +226697,7 @@ Nyall Dawson 2017-10-09 Fix valgrind noise -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 - mParentTool -> intialize to nullptr; - =delete to explicit class; @@ -218091,7 +226746,7 @@ Stelios Vitalis 2017-10-09 3D tesselator fixes and refactoring to avoid leaks -lbartoletti 2017-10-09 +Loïc Bartoletti 2017-10-09 Requests for QgsMapToolAddCircle @@ -218102,7 +226757,7 @@ Matthias Kuhn 2017-10-09 ... because that's what's used almost consistently throughout the codebase. Merge: 8a8e2e3a14d 9bbd0eacd1a -Blottiere Paul 2017-10-09 +Paul Blottiere 2017-10-09 Merge pull request #5086 from pblottiere/pr_auxiliary_storage @@ -218116,299 +226771,299 @@ Denis Rouzaud 2017-10-09 [sipify] remove redundant private sections -Blottiere Paul 2017-10-09 +Paul Blottiere 2017-10-09 Update sip binding -Blottiere Paul 2017-10-09 +Paul Blottiere 2017-10-09 Fix indentation -Blottiere Paul 2017-10-04 +Paul Blottiere 2017-10-04 Emit signal to update the style dock -Blottiere Paul 2017-10-03 +Paul Blottiere 2017-10-03 Ignore archive files given as layername in command line -Blottiere Paul 2017-10-03 +Paul Blottiere 2017-10-03 Auxiliary fields are linked to data defined for all subproviders -Blottiere Paul 2017-10-02 +Paul Blottiere 2017-10-02 Fix checkbox status for auxiliary field -Blottiere Paul 2017-10-02 +Paul Blottiere 2017-10-02 Check if join information is for auxiliary layer when filtering -Blottiere Paul 2017-09-08 +Paul Blottiere 2017-09-08 Expand documentation -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Update sip binding -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Add tests -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Some minor refactoring -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Actions are already initialized in header -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Remove Q_FOREACH -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Update information label -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Update documentation and sip binding -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Remove QgsAuxiliaryField class -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Allow user to create its own auxiliary field -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Add a custom name for symbol layers in property definition -Blottiere Paul 2017-09-05 +Paul Blottiere 2017-09-05 Properly update layer settings when an auxiliary field is deleted -Blottiere Paul 2017-09-05 +Paul Blottiere 2017-09-05 Auxiliary storage can be used on non spatial layer -Blottiere Paul 2017-09-04 +Paul Blottiere 2017-09-04 Fix join information in clone -Blottiere Paul 2017-09-04 +Paul Blottiere 2017-09-04 Revert a modification in diagram provider -Blottiere Paul 2017-09-03 +Paul Blottiere 2017-09-03 Add a safe guard -Blottiere Paul 2017-09-03 +Paul Blottiere 2017-09-03 Update documentation and sip binding -Blottiere Paul 2017-09-03 +Paul Blottiere 2017-09-03 Set editor widget setup to Hidden -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Auxiliary data is cloned too -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Auxiliary field creation is correctly managed for width in QgsSymbolsListWidget -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Do not activate auxiliary data button everywhere -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Fix auxiliary field creation for QgsSymbolListWidget -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 A simple click is enough to create auxiliary layer and display "change label properties" window -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Automatically update the editor widget setup according to the standard template of the property newly created -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Hide auxiliary columns which can be edited by "change label properties" map tool -Blottiere Paul 2017-09-02 +Paul Blottiere 2017-09-02 Some cleanup in maptool -Blottiere Paul 2017-09-01 +Paul Blottiere 2017-09-01 Auxiliary fields for symbol layers -Blottiere Paul 2017-09-01 +Paul Blottiere 2017-09-01 Change label maptool is always available and underlying properties are created -Blottiere Paul 2017-09-01 +Paul Blottiere 2017-09-01 Move/rotate/hide/pin map tools are always available -Blottiere Paul 2017-08-31 +Paul Blottiere 2017-08-31 Remove default value for origin of property -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Rename name method to nameFromProperty -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Add explicit keyword -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Remove default in switch/case to rise warning if a new data type is added -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Move isAuxiliaryField to QgsVectorLayer -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Initialise pointers in header for QActions -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Add QStringLiteral -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Fix documentation -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Origin in QgsProperty is a string and pal is replaced by labeling -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Fix comment -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Always remove join info before resetting auxiliary layer -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Update sip binding -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Fix pointer initalization -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Expand documentation for QgsAuxiliaryLayer class -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Replace reset/release by std::move for unique_ptr -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Fix saveAs -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Expand documentation for QgsAuxiliaryStorage constructors -Blottiere Paul 2017-08-30 +Paul Blottiere 2017-08-30 Init bool value in header and do not init qstring attributes with empty value -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Fix enable state for change label map tool -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Button to store data in project activates the property if it exists in auxiliary layer -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Add a safe guard -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Update documentation and sip binding -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Rowid column from ogr provider is ignored thanks to a blacklist join option -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Implement delete field action -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Implement export action -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Implement delete action -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Implement clear action -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Do not show join configuration for auxiliary layer -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 In case of a null variant, the default value is returned (otherwise moved labels/diagrams are not displayed on opening when show/hide DD are NULL) -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Update map tools to work with auxiliary fields in not editable mode -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Update auxiliary storage tab and data defined buttons according to auxiliary fields -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Implement action create auxiliary field -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 [needs-doc] Add a new button in property menu to create auxiliary fields -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Add an origin (PAL or Diagram) to QgsProperty -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 [needs-doc] Auxiliary layers can be created from the auxiliary storage tab -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Auxiliary layers may be created or loaded from auxiliary storage -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Add auxiliary storage mechanism in project -Blottiere Paul 2017-08-28 +Paul Blottiere 2017-08-28 [needs-doc] Add auxiliary storage tab @@ -218557,11 +227212,11 @@ Stelios Vitalis 2017-10-06 Refactoring on tesselator and other remarks applied -Blottiere Paul 2017-10-06 +Paul Blottiere 2017-10-06 Add tests -Blottiere Paul 2017-10-06 +Paul Blottiere 2017-10-06 Fixes #17234 save/load styles from Postgres when a service file is used @@ -218930,7 +227585,7 @@ Nyall Dawson 2017-10-06 See http://doxygen.10944.n7.nabble.com/How-can-I-escape-in-a-comment-td5528.html -Mario Baranzini 2017-10-06 +Mario Baranzini 2017-10-06 Fix QgsDockWidget custom widget @@ -219026,7 +227681,7 @@ Sandro Mani 2017-10-04 Also handle triangles in QgsGeometryFactory::geomFromWkbType -Larry Shaffer 2017-10-04 +Larry Shaffer 2017-10-04 [auth] Update wording of auth settings widget; add formatted warnings @@ -219052,7 +227707,7 @@ Stelios Vitalis 2017-10-04 Remove validation of geometries (GEOS validation is not 3D enabled) -Larry Shaffer 2017-10-04 +Larry Shaffer 2017-10-04 [auth] Update embedded QgsAuthSettingsWidget spacing @@ -219144,60 +227799,60 @@ Harrissou Sant-anna 2017-10-03 when switching tools -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 remove SquareCenter use RegularPolygon instead -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Change rubberband of possible centers to point. -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Uniformize message when segments are parallels -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Visual indent part 3 -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Visual indent part 2 -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Visual indent part 1 -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Use unique_ptr for mNumberSidesSpinBox -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 modernize (delete default) destructor Merge: de80f44e868 f20041dc605 -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Merge branch 'regularShape_gui' of https://github.com/lbartoletti/QGIS into regularShape_gui -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Concat successive if -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Concat successive if -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Add const -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 @return -> \returns -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Move header and normalize space @@ -219208,11 +227863,11 @@ Alessandro Pasotti 2017-10-03 [bugfix] Do not cache invalid WM(T)S responses -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Add missing copyright for QgsMapToolAddRegularPolygon -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Remove initialization when it's already in header @@ -219277,16 +227932,16 @@ Alessandro Pasotti 2017-10-03 Fixes #16427 WMTS rendering problems in 2.18 and Master -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Fix qgisapp.ui Merge: 0204302aaa9 22d4d22b938 -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 Merge branch 'master' into regularShape_gui -lbartoletti 2017-10-03 +Loïc Bartoletti 2017-10-03 - Add QgsMapToolRegularPolygonCenterCorner and change QgsMapToolRegularPolygonCenterPoint @@ -219319,7 +227974,7 @@ Alessandro Pasotti 2017-10-03 [auth] Proxy settings use the new auth settings dialog Merge: 58f64bb4af3 04cdf496b72 -Blottiere Paul 2017-10-03 +Paul Blottiere 2017-10-03 Merge pull request #5150 from pblottiere/server_bugfix_ogc_getfeatureinfo_invalid_format @@ -219426,7 +228081,7 @@ Daniele Viganò 2017-10-02 Update qgis-mime.xml for RPM, replace wrong ext in buildrpms.sh -lbartoletti 2017-10-02 +Loïc Bartoletti 2017-10-02 Reborn of QgsMapToolCircle3Tangents. Thanks Martin! @@ -219443,7 +228098,7 @@ Matthias Kuhn 2017-10-02 Add missing break Merge: d1018cbe2be c5ed92ca8d9 -Blottiere Paul 2017-10-02 +Paul Blottiere 2017-10-02 Merge pull request #5157 from pblottiere/server_bugfix_ogc_invalid_querylayers @@ -219845,23 +228500,23 @@ Alessandro Pasotti 2017-09-29 [auth] New authentication settings widget -Blottiere Paul 2017-09-08 +Paul Blottiere 2017-09-08 Translate error message in exception -Blottiere Paul 2017-09-08 +Paul Blottiere 2017-09-08 Add tests -Blottiere Paul 2017-09-08 +Paul Blottiere 2017-09-08 Fix OGC test getfeatureinfo:invalid-query_layers -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Add some tests -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Fix OGC test getfeatureinfo:invalid-info_format @@ -219883,12 +228538,12 @@ Jürgen E. Fischer 2017-09-28 remove qgscontexthelp_texts.cpp from i18n -lbartoletti 2017-09-28 +Loïc Bartoletti 2017-09-28 Modernize Merge: 8e4234ca754 69f370e4f2a -lbartoletti 2017-09-28 +Loïc Bartoletti 2017-09-28 Merge branch 'master' into regularShape_gui @@ -219899,7 +228554,7 @@ Alessandro Pasotti 2017-09-28 Add section in beginGroup and remove Setting. -lbartoletti 2017-09-28 +Loïc Bartoletti 2017-09-28 Fix tools which doesn't works when map is rotated @@ -220174,7 +228829,7 @@ D'Hont René-Luc 2017-07-20 Configure and use fixedAspectRatio in QgsSvgSymbolLayerWidget and QgsSvgSymbolLayer -David Marteau 2017-07-17 +David Marteau 2017-07-17 Add fixedAspectRatio in QgsSvgCacheEntry and compute image size accordingly @@ -220242,15 +228897,15 @@ Alessandro Pasotti 2017-09-27 [auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system -lbartoletti 2017-09-27 +Loïc Bartoletti 2017-09-27 Remove no more usable tools Circle by 3 tangents -lbartoletti 2017-09-27 +Loïc Bartoletti 2017-09-27 Suppress old constructors -lbartoletti 2017-09-27 +Loïc Bartoletti 2017-09-27 Fix minimum for QgsMapToolRegularPolygonCenterPoint @@ -220292,11 +228947,11 @@ Nyall Dawson 2017-09-27 Modernize initializers Merge: 79fb064c997 e536cdde43e -lbartoletti 2017-09-26 +Loïc Bartoletti 2017-09-26 Merge branch 'master' into regularShape_gui -lbartoletti 2017-09-26 +Loïc Bartoletti 2017-09-26 resolve conflicts @@ -220309,7 +228964,7 @@ Nyall Dawson 2017-09-27 Run clang-tidy modernize-use-default-member-init to move member initialization to headers (c++11 style) -lbartoletti 2017-09-25 +Loïc Bartoletti 2017-09-25 Fix tools with extent when map is rotated (add a messagebar) @@ -220923,7 +229578,7 @@ Nyall Dawson 2017-09-23 Expand test coverage of compound curves -Etienne Trimaille 2017-09-23 +Etienne Trimaille 2017-09-23 [FEATURE] [needs-docs] Metadata editor @@ -221160,7 +229815,7 @@ Nyall Dawson 2017-09-22 Setting field for QgsFieldComboBox should be case-insensitive Merge: 9caa7224cd9 5534d743f1d -Larry Shaffer 2017-09-21 +Larry Shaffer 2017-09-21 Merge pull request #5202 from dmarteau/fix_ln_option_OSX @@ -221356,7 +230011,7 @@ Jürgen E. Fischer 2017-09-20 debian packaging: add ubuntu artful -David 2017-09-20 +David Signer 2017-09-20 work in progress status @@ -221916,7 +230571,7 @@ Nyall Dawson 2017-09-18 Fix memory leak -Etienne Trimaille 2017-09-14 +Etienne Trimaille 2017-09-14 [needs-docs] move metadata panel to OGC server panel @@ -221961,15 +230616,15 @@ Nyall Dawson 2017-09-12 Update class name -arnaud.morvan@camptocamp.com 2017-08-09 +Arnaud Morvan 2017-08-09 [processing] Add ui option useCheckBoxes in ByLocation algorithms -arnaud.morvan@camptocamp.com 2017-08-09 +Arnaud Morvan 2017-08-09 [processing] add ui option useCheckBoxes in CheckValidity -arnaud.morvan@camptocamp.com 2017-05-01 +Arnaud Morvan 2017-05-01 [processing] Add useCheckBoxes option to SelectionWidgetWrapper @@ -222188,23 +230843,23 @@ Peter Petrik 2017-08-05 [FEATURE] support 3d models -Blottiere Paul 2017-08-05 +Paul Blottiere 2017-08-05 Feature selection is also displayed in 3D map view for polygons -Blottiere Paul 2017-08-05 +Paul Blottiere 2017-08-05 Feature selection is also displayed in 3D map view for lines -Blottiere Paul 2017-08-05 +Paul Blottiere 2017-08-05 Get selection color from map canvas -Blottiere Paul 2017-08-05 +Paul Blottiere 2017-08-05 Encapsulate entities for selected/not selected points in a root entity -Blottiere Paul 2017-08-04 +Paul Blottiere 2017-08-04 [FEATURE] Feature selection is also displayed in 3D map view for points @@ -222339,7 +230994,7 @@ Alessandro Pasotti 2017-09-15 Adds connectionsChanged signal to iface -David Marteau 2017-09-15 +David Marteau 2017-09-15 Execute ln command with GNU compatible options @@ -222471,7 +231126,7 @@ Matthias Kuhn 2017-09-14 [docker] Use a unicode compatible locale -Larry Shaffer 2017-09-13 +Larry Shaffer 2017-09-13 Set CMake 3.9 policy for macOS RPATH settings to NEW @@ -222540,7 +231195,7 @@ Kent Porter 2017-09-13 Adds new Icon for Data Manager -Etienne Trimaille 2017-09-12 +Etienne Trimaille 2017-09-12 use the metadata API in the HTML viewer @@ -223195,7 +231850,7 @@ Nyall Dawson 2017-09-12 Cleanup model algorithm parameter definition dialog -Etienne Trimaille 2017-09-08 +Etienne Trimaille 2017-09-08 write metadata with XML @@ -223646,19 +232301,19 @@ Alessandro Pasotti 2017-09-08 Refactor of QgsGeoPackageConnection to a generic class -lbartoletti 2017-09-04 +Loïc Bartoletti 2017-09-04 fix qgsgeometry sip -lbartoletti 2017-09-04 +Loïc Bartoletti 2017-09-04 add overload methods -lbartoletti 2017-09-03 +Loïc Bartoletti 2017-09-03 initial commit -Larry Shaffer 2017-09-07 +Larry Shaffer 2017-09-07 Fix CMake bundling error on macOS @@ -223705,7 +232360,7 @@ Nyall Dawson 2017-09-06 - also calculate stats for 'null' category Merge: a0e6b7fde03 437aefa32a6 -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Merge pull request #5094 from pblottiere/trust2 @@ -223719,37 +232374,37 @@ Alessandro Pasotti 2017-09-07 Add geometry column name to sublayers result -Blottiere Paul 2017-09-07 +Paul Blottiere 2017-09-07 Move trust checkbox in data sources tab Merge: eee75771224 e57c3b39746 -lbartoletti 2017-09-06 +Loïc Bartoletti 2017-09-06 Merge branch 'regularShape_gui' of https://github.com/lbartoletti/QGIS into regularShape_gui -lbartoletti 2017-09-06 +Loïc Bartoletti 2017-09-06 Use unique_ptr Merge: 37b60527f2f a0e6b7fde03 -lbartoletti 2017-09-06 +Loïc Bartoletti 2017-09-06 Merge branch 'master' into regularShape_gui -lbartoletti 2017-09-06 +Loïc Bartoletti 2017-09-06 Add Rectangle from 3 points -Blottiere Paul 2017-09-05 +Paul Blottiere 2017-09-05 Rename methods -Blottiere Paul 2017-09-05 +Paul Blottiere 2017-09-05 Add some tests -Blottiere Paul 2017-09-05 +Paul Blottiere 2017-09-05 Trust is now a project option instead of a global option @@ -223759,39 +232414,39 @@ Harrissou Sant-anna 2017-09-04 Remove already declared groups in header -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Some cleanup and renaming -Blottiere Paul 2017-08-28 +Paul Blottiere 2017-08-28 Do not update extent by default if trust project option is activated -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Do not check primary key unicity on views when trustProject option is activated -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Add tests -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Add option on layer to read extent from xml in case of data source without metadata -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Fix extent writing in project file -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Add an enum for postgres relation kind -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Extent for vector layers should not be read from qgis project by default -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 [needs-doc] Add Trust Project option @@ -223857,17 +232512,17 @@ Matthias Kuhn 2017-09-06 [travis] Workaround timeouts Merge: 2e20b6f69bf eb9e2ace756 -Blottiere Paul 2017-09-06 +Paul Blottiere 2017-09-06 Merge pull request #5084 from pblottiere/server_bugfix_ogc_mode [server][bugfix] Fixes OGC test on getmap:each-format mode for 1bit/8bit/16bit -Blottiere Paul 2017-09-04 +Paul Blottiere 2017-09-04 Add some tests -Blottiere Paul 2017-08-29 +Paul Blottiere 2017-08-29 Fix OGC test getmap:each-format mode for 1bit/8bit/16bit @@ -224295,7 +232950,7 @@ Alessandro Pasotti 2017-09-04 Link gui -Jorge Gustavo Rocha 2017-09-01 +Jorge Gustavo Rocha 2017-09-01 Improve test: assert → assertTrue @@ -224500,7 +233155,7 @@ Robert Szczepanek 2017-09-03 New polish translators of QGIS desktop -gacarrillor 2017-09-03 +Germán Carrillo 2017-09-03 [needs-docs] Update tooltips for adding features/records @@ -224553,28 +233208,28 @@ Nyall Dawson 2017-09-03 Slight speedup when loading attribute table containing joins to a geometryless OGR table -Jorge Gustavo Rocha 2017-09-03 +Jorge Gustavo Rocha 2017-09-03 remove unnecessary test -Jorge Gustavo Rocha 2017-09-03 +Jorge Gustavo Rocha 2017-09-03 remove unwanted files Merge: dc50a3e6440 390a34f5ece -Jorge Gustavo Rocha 2017-09-02 +Jorge Gustavo Rocha 2017-09-02 Merge remote-tracking branch 'origin/add-default-layers' into add-default-layers -Jorge Gustavo Rocha 2017-09-02 +Jorge Gustavo Rocha 2017-09-02 settings.globalChildGroups() test moved to test_qgssettings.py -Jorge Gustavo Rocha 2017-09-02 +Jorge Gustavo Rocha 2017-09-02 settings.globalChildGroups() test moved to test_qgssettings.py -lbartoletti 2017-09-02 +Loïc Bartoletti 2017-09-02 [FEATURE][Processing] Minimal enclosing circle @@ -224653,11 +233308,11 @@ Nyall Dawson 2017-09-01 While the settings are stored as double, they were being rounded off in the UI to the nearest mm -Jorge Gustavo Rocha 2017-09-01 +Jorge Gustavo Rocha 2017-09-01 Improve test: assert → assertTrue -Jorge Gustavo Rocha 2017-09-01 +Jorge Gustavo Rocha 2017-09-01 Include settings.globalChildGroups in test Fix container iteration @@ -225180,133 +233835,133 @@ Nyall Dawson 2017-08-26 is being removed from Qt. Merge: 55a01dcb176 19ce33f0119 -Blottiere Paul 2017-08-28 +Paul Blottiere 2017-08-28 Merge pull request #4913 from pblottiere/joineditable2 [FEATURE] Joined layers are editable -Blottiere Paul 2017-08-27 +Paul Blottiere 2017-08-27 Add a safety guard -Blottiere Paul 2017-08-27 +Paul Blottiere 2017-08-27 Request without attributes -Blottiere Paul 2017-08-25 +Paul Blottiere 2017-08-25 Improve performance -Blottiere Paul 2017-08-25 +Paul Blottiere 2017-08-25 QgsVectorLayerJoinBuffer inherits from QgsFeatureSink -Blottiere Paul 2017-08-25 +Paul Blottiere 2017-08-25 Replace if by switch -Blottiere Paul 2017-08-25 +Paul Blottiere 2017-08-25 Move join intelligence in QgsVectorlayerJoinBuffer -Blottiere Paul 2017-08-24 +Paul Blottiere 2017-08-24 Add some const -Blottiere Paul 2017-08-22 +Paul Blottiere 2017-08-22 Update tests -Blottiere Paul 2017-08-22 +Paul Blottiere 2017-08-22 A joined feature is added only when one of its field is not null -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Add tests -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Joined features are created on changeAttributeValue when upsertOnEdit is activated -Blottiere Paul 2017-08-21 +Paul Blottiere 2017-08-21 Fix spell check -Blottiere Paul 2017-08-03 +Paul Blottiere 2017-08-03 Update vector layer properties ui list for join -Blottiere Paul 2017-07-26 +Paul Blottiere 2017-07-26 Add some tooltips -Blottiere Paul 2017-07-26 +Paul Blottiere 2017-07-26 Add icons for joins status in attribute form -Blottiere Paul 2017-07-25 +Paul Blottiere 2017-07-25 Fix tests -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Initialize attributes -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Rename setDeleteCascade/isDeleteCascade in setCascadedDelete/hasCascadedDelete -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Rename isUpsertOnEdit in hasUpsertOnEdit -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Initialize joined feature properly -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Add tests for deleteCascade option -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Implements deleteCascade option -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Small cleanup -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Add tests for upsertOnEdit option -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Update sip binding -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Implements upsertOnEdit option -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Fix column name in join configuration -Blottiere Paul 2017-07-20 +Paul Blottiere 2017-07-20 Add tests -Blottiere Paul 2017-07-18 +Paul Blottiere 2017-07-18 [FEATURE] Joined fields are editable if the option is activated -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Update sip binding -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 [needs-doc] Add editable/upsert on edit/delete cascade options @@ -225653,7 +234308,7 @@ Matthias Kuhn 2017-08-23 [docker] Remove source tree from image -Etienne Trimaille 2017-08-22 +Etienne Trimaille 2017-08-22 enable custom help in python expressions @@ -225678,11 +234333,11 @@ Nyall Dawson 2017-08-23 Fix restricting model algorithm input types to valid types for alg (refs #17030) -Jorge Gustavo Rocha 2017-08-23 +Jorge Gustavo Rocha 2017-08-23 Fix TRAVIS qgis_global_settings path -Jorge Gustavo Rocha 2017-08-22 +Jorge Gustavo Rocha 2017-08-22 Support removal of global defined XYZ connections @@ -225740,7 +234395,7 @@ Nyall Dawson 2017-08-22 Don't allow dragging groups in model algorithm tree -lbartoletti 2017-08-22 +Loïc Bartoletti 2017-08-22 Fix remaining rubberBand @@ -225766,7 +234421,7 @@ Alessandro Pasotti 2017-08-22 Added rasterLayer method -lbartoletti 2017-08-22 +Loïc Bartoletti 2017-08-22 Fix error when the tools was changed. setParentTool is not needed. @@ -225830,7 +234485,7 @@ Nyall Dawson 2017-08-22 Port more QGIS algs to new API -David 2017-08-21 +David Signer 2017-08-21 QEP 37: Fields And Forms Redesign - interim status @@ -226030,15 +234685,15 @@ Nyall Dawson 2017-08-19 Port raster relief alg to new API -Blottiere Paul 2017-08-18 +Paul Blottiere 2017-08-18 Add test -Blottiere Paul 2017-08-18 +Paul Blottiere 2017-08-18 Fix OGC test getcapabilities:style-legendurls -Etienne Trimaille 2017-08-18 +Etienne Trimaille 2017-08-18 fix opening sublayers in a group @@ -226049,11 +234704,11 @@ Alessandro Pasotti 2017-08-18 Geopackage: moved delete to abstract item and implemented raster deletion -Blottiere Paul 2017-08-18 +Paul Blottiere 2017-08-18 Add unit tests -Blottiere Paul 2017-08-18 +Paul Blottiere 2017-08-18 Fixes relation reference widget by refreshing filter lists. Fixes #16400 @@ -226213,7 +234868,7 @@ Nyall Dawson 2017-08-17 The use of pointers make ownership of the argument confusing, and there's nothing stopping us just using an empty map as the default value instead. -lbartoletti 2017-08-17 +Loïc Bartoletti 2017-08-17 Fix build with improvement of #5209 @@ -226237,7 +234892,7 @@ Jürgen E. Fischer 2017-08-17 spelling fixes Merge: 9ae68e84bf1 e32589599ab -lbartoletti 2017-08-17 +Loïc Bartoletti 2017-08-17 Merge branch 'master' of https://github.com/QGIS/QGIS into regularShape_gui @@ -226340,7 +234995,7 @@ Nyall Dawson 2017-08-17 Default to vrt extension for build vrt alg output Merge: 7e016023194 f610ffaf528 -lbartoletti 2017-08-16 +Loïc Bartoletti 2017-08-16 Merge branch 'master' into regularShape_gui @@ -226380,7 +235035,7 @@ Matthias Kuhn 2017-08-15 [travis] no longer any need for patching qsci -Etienne Trimaille 2017-08-04 +Etienne Trimaille 2017-08-04 always set a default name in the QGS project to avoid discrepancies with GetCapabilities @@ -226391,11 +235046,11 @@ Matthias Kuhn 2017-08-16 [needs-docs] Refactoring of all help calls, deprecating QgsContextHelp+Helpviewer -Jorge Gustavo Rocha 2017-08-16 +Jorge Gustavo Rocha 2017-08-16 Update sip files -Jorge Gustavo Rocha 2017-08-16 +Jorge Gustavo Rocha 2017-08-16 Added documentation comments on new methods @@ -226423,7 +235078,7 @@ Denis Rouzaud 2017-08-16 add Dockerfile for automated build on docker cloud -arnaud.morvan@camptocamp.com 2017-05-04 +Arnaud Morvan 2017-05-04 [processing] Add Aggregate algorithm @@ -226439,7 +235094,7 @@ Mathieu Pellerin 2017-08-16 [processing] restore near black and hillshade gdal algs (#5028) -Jorge Gustavo Rocha 2017-08-15 +Jorge Gustavo Rocha 2017-08-15 Change all ocurrences on_buttonBox_helpRequested to showHelp Add help button to 3 dialogs @@ -226462,7 +235117,7 @@ Denis Rouzaud 2017-08-15 alog:along typo (#5025) -Larry Shaffer 2017-08-15 +Larry Shaffer 2017-08-15 Add support for finding zipconf.h in separate location; use include dirs @@ -226539,7 +235194,7 @@ Alessandro Pasotti 2017-08-14 Browser tree: also show geopackage geometryless layers as tables -arnaud.morvan@camptocamp.com 2017-08-05 +Arnaud Morvan 2017-08-05 [processing] Check all parameter's values in ModelerParametersDialog @@ -226550,7 +235205,7 @@ arnaud.morvan@camptocamp.com 2017-08-05 and create a QgsProcessingModelChildParameterSource from the list if it is not the case (useful for custom parameters that return lists as ParameterFieldsMapping). -arnaud.morvan@camptocamp.com 2017-07-21 +Arnaud Morvan 2017-07-21 [processing] Port refactor fields to new API @@ -226933,7 +235588,7 @@ Alessandro Pasotti 2017-08-12 QgsDebugMsg -> QgsDebugMsgLevel + typo -arnaud.morvan@camptocamp.com 2017-05-11 +Arnaud Morvan 2017-05-11 Insert dropped uris in reverse order. @@ -226941,7 +235596,7 @@ arnaud.morvan@camptocamp.com 2017-05-11 this result in layers sorted alphabeticaly in layer tree. Relate with #6828. -arnaud.morvan@camptocamp.com 2017-08-06 +Arnaud Morvan 2017-08-06 [FEATURE] Add expression function array_agg @@ -226974,11 +235629,11 @@ Mathieu Pellerin 2017-08-11 Merge pull request #4793 from DelazJ/RenderingDiagram -Jorge Gustavo Rocha 2017-08-11 +Jorge Gustavo Rocha 2017-08-11 helpviewer application source code removed -Jorge Gustavo Rocha 2017-08-10 +Jorge Gustavo Rocha 2017-08-10 Prevent test_console.py to open the browser with help file Fix link to documentation related with OGR connections @@ -227028,7 +235683,7 @@ Jürgen E. Fischer 2017-08-10 fix windows build (extern "C" can returns pointers, but not C++ containers) -Mario Baranzini 2017-08-08 +Mario Baranzini 2017-08-08 Update CONTRIBUTORS @@ -227082,7 +235737,7 @@ Jürgen E. Fischer 2017-08-09 * split sip files in more parts to suppress warning BK4504 * also remove old WITH_INTERNAL_YAML from travis -Jorge Gustavo Rocha 2017-08-09 +Jorge Gustavo Rocha 2017-08-09 Replace old QSettings with QgsSettings @@ -227101,11 +235756,11 @@ Alessandro Pasotti 2017-08-09 Delete gpkg connections -Jorge Gustavo Rocha 2017-08-09 +Jorge Gustavo Rocha 2017-08-09 Fix links to current documentation -Jorge Gustavo Rocha 2017-08-09 +Jorge Gustavo Rocha 2017-08-09 SIP bindings @@ -227121,7 +235776,7 @@ Alessandro Pasotti 2017-08-09 also added "db" to multiple layers extensions -Jorge Gustavo Rocha 2017-08-09 +Jorge Gustavo Rocha 2017-08-09 Refactoring of all help calls, deprecating QgsContextHelp and the former helviewer @@ -227217,27 +235872,27 @@ Matthias Kuhn 2017-08-08 [FEATURE] Added processing algorithm to convert map to raster -Mario Baranzini 2017-08-08 +Mario Baranzini 2017-08-08 Remove osgeo.gdal.UseExceptions() -Mario Baranzini 2017-08-08 +Mario Baranzini 2017-08-08 Refactoring of rasterize algorithm -Mario Baranzini 2017-08-08 +Mario Baranzini 2017-08-08 Refactoring -Mario Baranzini 2017-08-07 +Mario Baranzini 2017-08-07 Fix header comment -Mario Baranzini 2017-08-07 +Mario Baranzini 2017-08-07 Refactoring and added better comments -Mario Baranzini 2017-08-07 +Mario Baranzini 2017-08-07 Added processing algorithm to convert map to raster @@ -227259,15 +235914,15 @@ Jürgen E. Fischer 2017-08-08 fix typos -Jorge Gustavo Rocha 2017-08-07 +Jorge Gustavo Rocha 2017-08-07 Add XYZ connection to provide default OpenStreetMap tiles -lbartoletti 2017-08-07 +Loïc Bartoletti 2017-08-07 fix perl;add bash -lbartoletti 2017-08-07 +Loïc Bartoletti 2017-08-07 Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python} @@ -227508,19 +236163,19 @@ Nyall Dawson 2017-08-07 Fix some spelling, add parameter names to tooltips in processing -Mario Baranzini 2017-08-07 +Mario Baranzini 2017-08-07 Fixed PEP8 missing blank line -Mario Baranzini 2017-08-06 +Mario Baranzini 2017-08-06 Add cmp() function -Mario Baranzini 2017-08-06 +Mario Baranzini 2017-08-06 Removed 2 calls to standard_library -Mario Baranzini 2017-08-05 +Mario Baranzini 2017-08-05 Remove python future compatibility layer @@ -227639,7 +236294,7 @@ Nyall Dawson 2017-08-07 Fix failing tests -Mario Baranzini 2017-08-06 +Mario Baranzini 2017-08-06 Protect processing parameters from segfault @@ -227893,11 +236548,11 @@ Idan Miara 2017-08-06 Updated instructions on building QGIS master under MSVC 2015 -andreasneumann 2017-08-06 +Andreas Neumann 2017-08-06 renamed parameter names of array_slice, ran prepare-commit.sh -andreasneumann 2017-08-06 +Andreas Neumann 2017-08-06 [FEATURE] array_slice expression function @@ -228140,7 +236795,7 @@ Nyall Dawson 2017-08-06 [processing] Correctly delete processing dialogs -Mario Baranzini 2017-08-05 +Mario Baranzini 2017-08-05 Fix qt qhash seed for QT >= 5.6.0 @@ -228202,7 +236857,7 @@ Matthias Kuhn 2017-07-31 happens on the main thread (read: blocking). With this patch, at least this only happens once per srid. -arnaud.morvan@camptocamp.com 2017-05-10 +Arnaud Morvan 2017-05-10 Remove invisible layers from legend @@ -228345,13 +237000,13 @@ Nyall Dawson 2017-08-02 Fixes warnings when using signals which use this type, like QgsVectorLayer::selectionChanged -arnaud.morvan@camptocamp.com 2017-08-05 +Arnaud Morvan 2017-08-05 [processing] Correctly delete processing dialogs del only delete the python variable, not the dialog which is owned by the main window. -Etienne Trimaille 2017-08-04 +Etienne Trimaille 2017-08-04 add category in QgsLayerMetadata using keywords @@ -228433,7 +237088,7 @@ Alexander Bruy 2017-08-04 [FEATURE][needs-docs][processing] add parameter representing raster band -Jorge Gustavo Rocha 2017-08-04 +Jorge Gustavo Rocha 2017-08-04 Fix #16970 (related to PR#4184) @@ -228469,7 +237124,7 @@ Nyall Dawson 2017-08-03 Fix tiny marker and ellipse symbol preview icons on HIDPI screens -lbartoletti 2017-08-03 +Loïc Bartoletti 2017-08-03 - Fix crash for QgsMapToolCircle3Tangents when segment is not activated or segments are parallels. @@ -228480,7 +237135,7 @@ Nyall Dawson 2017-08-03 Remove invalid return from API doc, remove some redundant inclusions -lbartoletti 2017-08-02 +Loïc Bartoletti 2017-08-02 Add circle from 3 tangents @@ -228512,12 +237167,12 @@ Nyall Dawson 2017-08-02 We don't want to capture these on desktop environments - it messes with dropdown menus and other click and drag type operations -lbartoletti 2017-08-01 +Loïc Bartoletti 2017-08-01 Shapes drawing with 3 points are no longer frozen when a left click is made for the 3rd point. -lbartoletti 2017-08-01 +Loïc Bartoletti 2017-08-01 add missing help for inclination @@ -228571,144 +237226,144 @@ D'Hont René-Luc 2017-08-01 [server] Small clean-up in WMS renderer -lbartoletti 2017-07-31 +Loïc Bartoletti 2017-07-31 Add CircleExtent svg Merge: 6036fa6a7cb 0db8a5816b2 -lbartoletti 2017-07-31 +Loïc Bartoletti 2017-07-31 Merge branch 'master' into regularShape_gui -lbartoletti 2017-07-31 +Loïc Bartoletti 2017-07-31 clean -Blottiere Paul 2017-07-31 +Paul Blottiere 2017-07-31 Set an attribute as private instead of protected -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Update sip binding -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Remove sip rule in header -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Update spell check file -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Update documentation -Blottiere Paul 2017-07-24 +Paul Blottiere 2017-07-24 Set destructor as virtual -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Some cleanups in qgisapp -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Update documentation for QgsProjectArchive -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Update tests -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Update sip binding -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Remove zip/unzip methods from QgsProject -Blottiere Paul 2017-07-17 +Paul Blottiere 2017-07-17 Fix compilation by taking libzip version into account -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Add libzip-dev in travis.yml -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Temporary .qgs files are deleted -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Add QIODevice::Truncate for opening a new file -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Add a QgsProjectArchive class to keep QgsArchive generic -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Replace toLower() with compare( ..., Qt::CaseInsensitive ) -Blottiere Paul 2017-07-13 +Paul Blottiere 2017-07-13 Fix camel case -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 .qgz files are supported by default for opening -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Archive has to be cleared when clear() is called -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Add more tests -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Update documentation and sip binding -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Remove unnecessary ternary test -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Datasource path are relatives in embedded qgs project -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 [FEATURE] Add the possibility to save/open a project in .qgz -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 Add tests -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 [FEATURE] Project may be zipped/unzipped -Blottiere Paul 2017-07-07 +Paul Blottiere 2017-07-07 Add tests -Blottiere Paul 2017-07-07 +Paul Blottiere 2017-07-07 Add utilities functions for zip support -Blottiere Paul 2017-07-06 +Paul Blottiere 2017-07-06 Add libzip as dependency -Blottiere Paul 2017-07-31 +Paul Blottiere 2017-07-31 Add tests -Blottiere Paul 2017-07-31 +Paul Blottiere 2017-07-31 Small cleanups in WMS renderer @@ -228727,7 +237382,7 @@ Matthias Kuhn 2017-07-31 Fix typo -lbartoletti 2017-07-31 +Loïc Bartoletti 2017-07-31 rm qgsmaptooladdregularshape.{cpp,h} @@ -228773,7 +237428,7 @@ Matthias Kuhn 2017-07-30 Avoid endless wait cursors -lbartoletti 2017-07-30 +Loïc Bartoletti 2017-07-30 Remove rectangle3points (crash) @@ -228792,7 +237447,7 @@ Nathan Woodrow 2017-07-30 Hide profiles section if there is only one user profile -gacarrillor 2017-07-29 +Germán Carrillo 2017-07-29 [needs-docs] Relation Reference Widget: Add option to show/hide the Open Form Button @@ -228800,15 +237455,15 @@ gacarrillor 2017-07-29 Being able to hide the Open Form Button is helpful when configuring lookup tables, where a single combo box should be shown in the edit form with no additional buttons. -lbartoletti 2017-07-30 +Loïc Bartoletti 2017-07-30 Fix crash for rectangle (centerPoint - extent) -lbartoletti 2017-07-29 +Loïc Bartoletti 2017-07-29 Fix tests -lbartoletti 2017-07-29 +Loïc Bartoletti 2017-07-29 Add rectangle and regular polygon. @@ -228957,11 +237612,11 @@ Hugo Mercier 2017-07-27 Fixes relation reference widget when filters are reset -Blottiere Paul 2017-07-27 +Paul Blottiere 2017-07-27 Add tests -Blottiere Paul 2017-07-27 +Paul Blottiere 2017-07-27 Fixes relation reference widget when filters are reset @@ -229117,11 +237772,11 @@ Andrea Aime 2017-06-16 Ading all other labelling options supported by SLD. fixes #8925 -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Add tests -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Fix relation reference widget when 'Chain Filters' is activated. Fixes #16903 @@ -229462,19 +238117,19 @@ Giovanni Manghi 2017-07-24 master: fix SAGA cluster analysis for rasters -Blottiere Paul 2017-07-11 +Paul Blottiere 2017-07-11 Constraints fail on non existent joined fields -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 Add tests -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 Update sip binding -Blottiere Paul 2017-07-10 +Paul Blottiere 2017-07-10 [FEATURE] Constraints are updated on joined fields when dynamic form option is enabled @@ -229736,15 +238391,15 @@ Alessandro Pasotti 2017-07-21 [feature][needs-docs] XYZ authentication and referer added to GUI -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Add tests -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Update sip binding -Blottiere Paul 2017-07-21 +Paul Blottiere 2017-07-21 Fixes value relation widget to always keep scrollbar activated. Fixes #16654 @@ -229794,7 +238449,7 @@ Jürgen E. Fischer 2017-07-21 crash report: fix report on 64bit -lbartoletti 2017-07-20 +Loïc Bartoletti 2017-07-20 - Add ellipse tools - Change QgsEllipse().toLineString to have closed linestring @@ -229878,16 +238533,16 @@ Nyall Dawson 2017-07-20 Flip some more algorithms to feature based algorithms -gacarrillor 2017-07-19 +Germán Carrillo 2017-07-19 Fix wrong indentation detected by Travis Merge: a231f1625a6 6e49403163c -gacarrillor 2017-07-19 +Germán Carrillo 2017-07-19 Merge branch 'master' into one_button_ESC_key_handling -gacarrillor 2017-07-19 +Germán Carrillo 2017-07-19 Close Data Source Manager if child widget is closed @@ -229895,7 +238550,7 @@ Nyall Dawson 2017-07-20 Fix QgsFieldComboBox::setField sets incorrect field when filter is present -lbartoletti 2017-07-19 +Loïc Bartoletti 2017-07-19 - Init GUI for RegularShapes (add a Toolbar: RegularShapeDigitizeToolBar) @@ -230183,17 +238838,17 @@ Alessandro Pasotti 2017-06-15 For now, the sync works only in one direction: from the dialogs to the browser instances -David 2017-07-17 +David Signer 2017-07-17 Codestyle -David 2017-07-17 +David Signer 2017-07-17 Fix in attributetable - unable to update column Fix #16746 -David 2017-07-17 +David Signer 2017-07-17 Fix crash in attributetable when removing more than one column @@ -230391,11 +239046,11 @@ Jürgen E. Fischer 2017-07-17 Fix qgsversion.h creation -David 2017-07-15 +David Signer 2017-07-15 run target t2tdoc (followup 478dd209) -David 2017-07-15 +David Signer 2017-07-15 Additional libraries for Fedora @@ -230615,7 +239270,7 @@ Nyall Dawson 2017-07-15 Fix mean coords uses old exception -signedav 2017-07-15 +David Signer 2017-07-15 Fedora Install Typo: OSWLib to OWSLib @@ -230772,7 +239427,7 @@ Jürgen E. Fischer 2017-07-14 update t2tdoc outputs (INSTALL, NEWS; followup 0d9945deac) -signedav 2017-07-14 +David Signer 2017-07-14 Use QStringLiteral @@ -231569,11 +240224,11 @@ Matthias Kuhn 2017-07-07 Get rid of the comment about getting rid of the qgseditorwidgetregistry -Blottiere Paul 2017-07-06 +Paul Blottiere 2017-07-06 Add unit tests -Blottiere Paul 2017-07-04 +Paul Blottiere 2017-07-04 [bugfix] Fixes relation widget when switching between layer styles #16100 @@ -232122,11 +240777,11 @@ Nyall Dawson 2017-07-07 New gui widget QgsFontButton -Blottiere Paul 2017-07-06 +Paul Blottiere 2017-07-06 Add the hint as a placeholder on text edit -Blottiere Paul 2017-07-06 +Paul Blottiere 2017-07-06 Add a hint on widgets for non existent joined features @@ -232231,7 +240886,7 @@ Nyall Dawson 2017-07-06 Use windows path format for project_path/project_folder variables on windows -Blottiere Paul 2017-07-05 +Paul Blottiere 2017-07-05 Add some tests @@ -232241,7 +240896,7 @@ Jürgen E. Fischer 2017-07-05 (ie. not for shapes; fixes #16593, #16784, #16792, #16770; followup 87116abd72; forward ported from d19ed1c6) -Blottiere Paul 2017-07-05 +Paul Blottiere 2017-07-05 Add a method which builds an expression to test if a field is equal to a value @@ -232298,23 +240953,23 @@ Harrissou Sant-anna 2017-07-04 Fix dialog title -Blottiere Paul 2017-07-03 +Paul Blottiere 2017-07-03 Do not differentiate strings from non string in conditions -Blottiere Paul 2017-07-03 +Paul Blottiere 2017-07-03 More fixes about filtering safety -Blottiere Paul 2017-07-03 +Paul Blottiere 2017-07-03 Add unit test -Blottiere Paul 2017-07-03 +Paul Blottiere 2017-07-03 [bugfix] Fixes relation widget reference when filter value contains a quote #16399 -Blottiere Paul 2017-07-03 +Paul Blottiere 2017-07-03 Fields of non existent joined features are set to NULL @@ -232462,19 +241117,19 @@ Harrissou Sant-anna 2017-06-30 Replace catalogue by catalog -Blottiere Paul 2017-07-02 +Paul Blottiere 2017-07-02 Update tooltip -Blottiere Paul 2017-07-02 +Paul Blottiere 2017-07-02 Replace QString by QStringLiteral -Blottiere Paul 2017-07-02 +Paul Blottiere 2017-07-02 Q_FOREACH use to iterate over joins info -Blottiere Paul 2017-07-02 +Paul Blottiere 2017-07-02 Add consistency between ptrs and ref @@ -232496,7 +241151,7 @@ Denis Rouzaud 2017-06-30 add missing custom widgets -Blottiere Paul 2017-06-30 +Paul Blottiere 2017-06-30 Add unit tests @@ -232511,11 +241166,11 @@ Jürgen E. Fischer 2017-06-30 fix 20197c2fa (refs #13520) -Blottiere Paul 2017-06-30 +Paul Blottiere 2017-06-30 Safer filtering step thanks to QgsExpression -Blottiere Paul 2017-06-30 +Paul Blottiere 2017-06-30 Q_FOREACH use to iterate over fields @@ -232531,11 +241186,11 @@ Nyall Dawson 2017-06-29 (attached to QgsApplication), which stores and manages known page sizes -Blottiere Paul 2017-06-30 +Paul Blottiere 2017-06-30 Joined fields are updated according to the target field name in form -Blottiere Paul 2017-06-30 +Paul Blottiere 2017-06-30 [needs-doc] New option to update joined fields in form @@ -233080,15 +241735,15 @@ Jürgen E. Fischer 2017-06-26 avoid forward declaration of QgsDataDefinedSizeLegend (fixes windows build) -Blottiere Paul 2017-06-25 +Paul Blottiere 2017-06-25 Add unit test -Blottiere Paul 2017-06-25 +Paul Blottiere 2017-06-25 [bugfix] Attribute table model not updated after opening a project with joins -Blottiere Paul 2017-06-25 +Paul Blottiere 2017-06-25 Add unit test @@ -233109,7 +241764,7 @@ Nyall Dawson 2017-06-25 the freeze must also include the naming of function arguments, since that's effectively now part of public API. -Blottiere Paul 2017-06-23 +Paul Blottiere 2017-06-23 [bugfix] Attribute table model not updated when a feature is changed @@ -233120,7 +241775,7 @@ Nyall Dawson 2017-06-25 Typo fix -Etienne Trimaille 2017-06-24 +Etienne Trimaille 2017-06-24 review of the raster metadata viewer (#4726) @@ -234590,15 +243245,15 @@ Jürgen E. Fischer 2017-06-09 fix install (followup 532b9a14) -Blottiere Paul 2017-06-08 +Paul Blottiere 2017-06-08 [Server] Fonts used in GetLegendGraphics tests are bolded and increased -Blottiere Paul 2017-06-08 +Paul Blottiere 2017-06-08 [Server] Add/update tests -Blottiere Paul 2017-06-08 +Paul Blottiere 2017-06-08 [Server] GetLegendGraphics refactoring @@ -236105,7 +244760,7 @@ Matthias Kuhn 2017-06-01 Seems to be an upstream issue -Etienne Trimaille 2017-06-01 +Etienne Trimaille 2017-06-01 sipify OSM classes @@ -236269,7 +244924,7 @@ Nyall Dawson 2017-05-31 Fix #16357 -Etienne Trimaille 2017-05-31 +Etienne Trimaille 2017-05-31 sipify @@ -236320,7 +244975,7 @@ Denis Rouzaud 2017-05-30 partial fix of snapping config issues -Blottiere Paul 2017-05-30 +Paul Blottiere 2017-05-30 Add/update tests @@ -236334,11 +244989,11 @@ Radim Blazek 2017-05-30 enabled to save as vector with measure -Blottiere Paul 2017-05-30 +Paul Blottiere 2017-05-30 Update sip binding -Blottiere Paul 2017-05-30 +Paul Blottiere 2017-05-30 GetMap refactoring @@ -236528,7 +245183,7 @@ Denis Rouzaud 2017-05-29 include gdal_version and add private constructor -Etienne Trimaille 2017-05-21 +Etienne Trimaille 2017-05-21 sipify @@ -237037,7 +245692,7 @@ Jürgen E. Fischer 2017-05-21 Fix geos_c.h not found. -Etienne Trimaille 2017-05-21 +Etienne Trimaille 2017-05-21 [needs-docs] add layerid and layername to atlas expressions @@ -237254,7 +245909,7 @@ Denis Rouzaud 2017-05-18 [spell check] try do not use thread affinity in silver searcher to avoid errors on Travis -Blottiere Paul 2017-05-18 +Paul Blottiere 2017-05-18 Update sip binding @@ -237265,79 +245920,79 @@ Alexander Bruy 2017-05-18 remove QgsSponsors widget. Instead open sponsors page in the webbrowser (fix #16169) -Blottiere Paul 2017-05-18 +Paul Blottiere 2017-05-18 Add more const ref -Blottiere Paul 2017-05-18 +Paul Blottiere 2017-05-18 Add note in api break doc for plugin layers -Blottiere Paul 2017-05-18 +Paul Blottiere 2017-05-18 Add const reference -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Fix documentation -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Update documentation and sip binding -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Update unit tests for raster layer -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Update unit tests for vector layer -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Clone more members in raster layer -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Clone more members in vector layer -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Fix renderer cloning in vector layer when it's null -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 The extent is cloned in map layer -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Update documentation for setCustomProperties -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Remove unnecessary include -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Remove the deep copy functionality -Blottiere Paul 2017-05-17 +Paul Blottiere 2017-05-17 Update cloning method for styles -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 Use clone() methods within duplicateLayers() function -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 Add unit tests -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 Update sip binding -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 [FEATURE] add clone() methods for layers @@ -237729,15 +246384,15 @@ Alexander Bruy 2017-05-16 store profiles as QStringList to avoid issues with spaces (fix #16327) -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 Add unit tests -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 Update sip binding -Blottiere Paul 2017-05-16 +Paul Blottiere 2017-05-16 [bugfix] Fix unit of sizes when reading a SLD file (fixes #8978) @@ -237999,7 +246654,7 @@ Matthias Kuhn 2017-01-07 platform at compile time to allow specialized handling for integration with the current system. -Larry Shaffer 2014-01-16 +Larry Shaffer 2014-01-16 Add OS native interface lib, with objective-c++ interface to Mac Cocoa libraries @@ -238175,7 +246830,7 @@ Alexander Bruy 2017-05-13 [processing] remove extra quotes when restoring batch process from file (fix #16309) -lbartoletti 2017-05-13 +Loïc Bartoletti 2017-05-13 Add inclination method for QgsPointV2 (#4536) @@ -238428,7 +247083,7 @@ Denis Rouzaud 2017-05-10 also sipify QgsFilterLineEdit and QgsRelationEditorWidget -lbartoletti 2017-05-10 +Loïc Bartoletti 2017-05-10 New geometry class: QgsRegularPolygon (#4502) @@ -239140,23 +247795,23 @@ Alexander Bruy 2017-05-01 initial sipification of the network analysis library -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsGemlSchema -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsGml -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sypify core.QgsHistogram -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsJsonUtils -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsInterval @@ -239309,7 +247964,7 @@ Nyall Dawson 2017-05-04 Sipify core classes 2 -arnaud.morvan@camptocamp.com 2017-05-01 +Arnaud Morvan 2017-05-01 Add test for python QgsFields [] operator @@ -239320,11 +247975,11 @@ Alessandro Pasotti 2017-05-03 [server] Server plugins API refactoring -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsFeatureIterator -arnaud.morvan@camptocamp.com 2017-05-02 +Arnaud Morvan 2017-05-02 Sipify core.QgsFeatureFilterProvider @@ -239537,7 +248192,7 @@ D'Hont René-Luc 2017-04-28 [Server] little WFS refactoring -arnaud.morvan@camptocamp.com 2017-04-29 +Arnaud Morvan 2017-04-29 [processing] Handle context in processing.run @@ -239561,7 +248216,7 @@ LOMENEDE Jean-Daniel 2017-05-02 fix error message in merge algorithm -Etienne Trimaille 2017-05-01 +Etienne Trimaille 2017-05-01 sipify osmdownloader and small improvments to the overpass server @@ -239741,11 +248396,11 @@ Matthias Kuhn 2017-05-01 Expression variables are more often than not static -Germán 2017-05-01 +Germán Carrillo 2017-05-01 Fix Interlis 2 extension in vector file writer -Germán 2017-05-01 +Germán Carrillo 2017-05-01 Fix Interlis 2 extension in open dialog @@ -239794,15 +248449,15 @@ Alexander Bruy 2017-05-01 sipify QgsStatisticalSummary and QgsStringStatisticalSummary -arnaud.morvan@camptocamp.com 2017-05-01 +Arnaud Morvan 2017-05-01 Sipify QgsFieldFormatterRegistry -arnaud.morvan@camptocamp.com 2017-05-01 +Arnaud Morvan 2017-05-01 Sipifi QgsFieldFormatter -arnaud.morvan@camptocamp.com 2017-05-01 +Arnaud Morvan 2017-05-01 Sipify QgsFieldConstraints @@ -239814,7 +248469,7 @@ Alexander Bruy 2017-05-01 ignore empty SVG path (fix #15891) -Etienne Trimaille 2017-05-01 +Etienne Trimaille 2017-05-01 sipify QgsColor* @@ -239842,17 +248497,17 @@ Denis Rouzaud 2017-05-01 handle server sipify in prepare-commit -raymondnijssen 2017-04-30 +Raymond Nijssen 2017-04-30 sipified qgsadvanceddigitizingdockwidget -arnaud.morvan@camptocamp.com 2017-04-30 +Arnaud Morvan 2017-04-30 Sipify QgsField I've removed the commented __getitem__ method from the sip file. -Etienne Trimaille 2017-04-30 +Etienne Trimaille 2017-04-30 sipify groupwmsdatadialog and qgsgroupbox @@ -239906,7 +248561,7 @@ Jürgen E. Fischer 2017-05-01 fix 82418ea0 -arnaud.morvan@camptocamp.com 2017-04-30 +Arnaud Morvan 2017-04-30 Sipify QgsField @@ -239966,11 +248621,11 @@ Denis Rouzaud 2017-04-30 move SIP_CODE to public section -raymondnijssen 2017-04-30 +Raymond Nijssen 2017-04-30 sipify QgsPoint -Etienne Trimaille 2017-04-30 +Etienne Trimaille 2017-04-30 sipify qgsoverlayanalyzer and qgsnewmemorylayer @@ -239979,7 +248634,7 @@ doublebyte1 2017-04-30 Merge branch 'sip-annotated' of https://github.com/GeoCat/QGIS into sip-annotated -arnaud.morvan@camptocamp.com 2017-04-30 +Arnaud Morvan 2017-04-30 [processing] Fix qgis:singlepartstomultipart test @@ -240000,11 +248655,11 @@ Jürgen E. Fischer 2017-04-30 remove superfluous semicolon (followup e4d2f34) -arnaud.morvan@camptocamp.com 2017-04-30 +Arnaud Morvan 2017-04-30 Fix typo in sipify.pl -Etienne Trimaille 2017-04-30 +Etienne Trimaille 2017-04-30 sipify QgsScaleCombobox @@ -240073,11 +248728,11 @@ doublebyte1 2017-04-30 - Annotated qgsdataitem.h for sip - regenerated automatically qgsdataitem.sip and qgsvector.sip -raymondnijssen 2017-04-30 +Raymond Nijssen 2017-04-30 add some cheering -raymondnijssen 2017-04-30 +Raymond Nijssen 2017-04-30 add beer @@ -240124,7 +248779,7 @@ Jürgen E. Fischer 2017-04-30 fix test_qgsgeometry.py indentation -arnaud.morvan@camptocamp.com 2017-04-29 +Arnaud Morvan 2017-04-29 Fix new bookmark query. Fix #16465 @@ -240146,7 +248801,7 @@ Nyall Dawson 2017-04-30 [FEATURE] Allow paint effects for label buffers & backgrounds -Larry Shaffer 2017-04-30 +Larry Shaffer 2017-04-30 Fix QgsJSONUtils test to work on macOS @@ -240199,11 +248854,11 @@ Jürgen E. Fischer 2017-04-29 hub.qgis.org moved to issues.qgis.org -Larry Shaffer 2017-04-29 +Larry Shaffer 2017-04-29 Enable hidpi support on macOS by default -Larry Shaffer 2017-04-29 +Larry Shaffer 2017-04-29 Update macOS app bundle copyright notice @@ -240211,7 +248866,7 @@ Tim Sutton 2017-04-29 Added a little more padding for recent projects title (#4443) -arnaud.morvan@camptocamp.com 2017-04-29 +Arnaud Morvan 2017-04-29 [processing] Fix rasterize dialog openning @@ -240251,7 +248906,7 @@ Alexander Bruy 2017-04-29 expose image compression in the layer metadata (fix #15702) -Larry Shaffer 2017-04-29 +Larry Shaffer 2017-04-29 Use gsed for spellchecking on macOS; ignore inline ‘replys’ spell check @@ -240271,7 +248926,7 @@ Denis Rouzaud 2017-04-28 you just now need to unblacklist them :) -arnaud.morvan@camptocamp.com 2017-04-28 +Arnaud Morvan 2017-04-28 [db_manager] Fix postgis plugins loading @@ -240295,7 +248950,7 @@ Nyall Dawson 2017-04-28 Update text renderer mask images -arnaud.morvan@camptocamp.com 2017-04-28 +Arnaud Morvan 2017-04-28 [db_manager] Fix DBConnector.getSchemaTableName @@ -240430,7 +249085,7 @@ Nyall Dawson 2017-04-27 It's more in line with QgsVectorLayer::getFeatures, hence a more discoverable API -lbartoletti 2017-04-12 +Loïc Bartoletti 2017-04-12 New classes for circle and ellipse. @@ -240764,7 +249419,7 @@ Nyall Dawson 2017-04-26 Allows creation of QSet Merge: c869fa29b6d ae7ace98739 -Larry Shaffer 2017-04-25 +Larry Shaffer 2017-04-25 Merge pull request #4407 from boundlessgeo/filedownloader-auth @@ -241207,7 +249862,7 @@ Nathan Woodrow 2017-04-17 Add stack info to crash dialog -David Marteau 2017-04-21 +David Marteau 2017-04-21 Server: pass full url string and data to handleRequest() @@ -241220,7 +249875,7 @@ D'Hont René-Luc 2017-04-21 Server: Restore body() accessor in QgsRequestHandler -David Marteau 2017-04-21 +David Marteau 2017-04-21 Restore body() accessor in QgsRequestHandler @@ -241238,7 +249893,7 @@ Martin Dobias 2017-04-21 (PR #4384) -Etienne Trimaille 2017-04-18 +Etienne Trimaille 2017-04-18 fix tab order in qgsvectorlayer properties dialog @@ -241817,7 +250472,7 @@ Mathieu Pellerin 2017-04-13 [plugin manager] fix QGIS startup crash (fixes #16439) (#4360) -Etienne Trimaille 2017-04-12 +Etienne Trimaille 2017-04-12 [needs-docs] update metadata viewer and review UI for vector layer dialog (#4316) @@ -241827,15 +250482,15 @@ Matthias Kuhn 2017-04-12 Use monospace fonts for console on all platforms -matteo 2017-04-12 +Matteo Ghetta 2017-04-12 travis fix -matteo 2017-04-12 +Matteo Ghetta 2017-04-12 2 new plots added -matteo 2017-04-12 +Matteo Ghetta 2017-04-12 fix category error and remove np dependency @@ -241959,16 +250614,16 @@ Tom Kralidis 2017-04-11 Update qgis-resource-metadata.xml -matteo 2017-04-11 +Matteo Ghetta 2017-04-11 try after travis failing -matteo 2017-04-11 +Matteo Ghetta 2017-04-11 remove selections tests Merge: 5e118860862 669fa87eb42 -matteo 2017-04-11 +Matteo Ghetta 2017-04-11 Merge branch 'master' into proc_tests @@ -242425,7 +251080,7 @@ Nyall Dawson 2017-04-07 Update api break docs, sipify QgsRasterFileWriter -Etienne Trimaille 2017-04-07 +Etienne Trimaille 2017-04-07 disable export button if we try to export a raster layer (#4319) @@ -242525,7 +251180,7 @@ Nathan Woodrow 2017-04-06 Add ignore for astyle for template folder -Larry Shaffer 2017-04-05 +Larry Shaffer 2017-04-05 Fix startup NSBitmapImageRep exceptions on macOS, due to missing files @@ -243629,11 +252284,11 @@ Nyall Dawson 2017-03-28 More Qt5 style connect conversions -matteo 2017-03-27 +Matteo Ghetta 2017-03-27 fix indentation -matteo 2017-03-27 +Matteo Ghetta 2017-03-27 [processing] other qgis test, clean commit @@ -243874,7 +252529,7 @@ D'Hont René-Luc 2017-03-22 [Processing] Saga: update gdal_io and Flow Accumulation (Flow Tracing) Merge: 060a57f12bc 119637768cd -Larry Shaffer 2017-03-22 +Larry Shaffer 2017-03-22 Merge pull request #4292 from Gustry/fix_mac_build @@ -243896,11 +252551,11 @@ Alexander Bruy 2017-03-22 [processing] rename AlgorithmExecutor's runalg() and runalgIterating() to avoid overlapping with general functions and improve readability -arnaud.morvan@camptocamp.com 2017-03-17 +Arnaud Morvan 2017-03-17 Handle arrays comparison in QgsExpression -arnaud.morvan@camptocamp.com 2017-03-17 +Arnaud Morvan 2017-03-17 Handle arrays in QgsExpression::quotedValue @@ -243916,7 +252571,7 @@ Alexander Bruy 2017-03-22 [processing][API] rename algoptions() to algorithmOptions() -Etienne Trimaille 2017-03-22 +Etienne Trimaille 2017-03-22 fix undeclared identifier on mac in composer @@ -244005,7 +252660,7 @@ Nyall Dawson 2017-03-22 A different approach to avoiding accidently scroll changes -lbartoletti 2017-03-21 +Loïc Bartoletti 2017-03-21 [FEATURE] New class for triangle @@ -244375,7 +253030,7 @@ Matthias Kuhn 2017-03-15 Implements https://github.com/qgis/qgis3.0_api/issues/75 -Larry Shaffer 2017-03-17 +Larry Shaffer 2017-03-17 Updates to QgsPasswordLineEdit @@ -244384,7 +253039,7 @@ Larry Shaffer 2017-03-17 - Fix bug where initial visibility was true, but show/hide was opposite - Add generic tool tips to show/hide action -Larry Shaffer 2017-03-17 +Larry Shaffer 2017-03-17 Add version parsing to FindQGIS CMake module @@ -244395,7 +253050,7 @@ Stefan 2017-03-17 GeoPackage really deserves to become a first class citizen in QGIS at for vector and probably also for raster :-) (Wondering why the lists aren't sorted alphabetically. This makes searching for a format for the user in the dialog/pul down list a tedious sequential task). -Etienne Trimaille 2017-03-17 +Etienne Trimaille 2017-03-17 add checkbox to open sublayers in a group @@ -244675,7 +253330,7 @@ Even Rouault 2017-03-14 whereas previously there was only unset fields. For QGIS purposes, both states (unset/null) are equivalent. -Etienne Trimaille 2017-03-13 +Etienne Trimaille 2017-03-13 make the attribute table vertically aligned @@ -244933,15 +253588,15 @@ Jürgen E. Fischer 2017-03-13 fix flake8 warnings -arnaud.morvan@camptocamp.com 2017-03-03 +Arnaud Morvan 2017-03-03 Fix geometry aggregate when first geometry is NULL (usertype) -arnaud.morvan@camptocamp.com 2017-03-03 +Arnaud Morvan 2017-03-03 Fix aggregate when group_by value is NULL -arnaud.morvan@camptocamp.com 2017-03-10 +Arnaud Morvan 2017-03-10 Handle NULL in function "Array" @@ -245104,7 +253759,7 @@ Ismail Sunni 2017-03-12 Update UI for XYZ Connection. -Blottiere Paul 2017-03-10 +Paul Blottiere 2017-03-10 [BUGFIX] Embedded groups are empty @@ -245181,7 +253836,7 @@ Tom Kralidis 2017-03-09 MetaSearch: consolidate "Add WxS" buttons into single dropdown button -Larry Shaffer 2017-03-09 +Larry Shaffer 2017-03-09 Skip WMS_GetPrint_SRS test in PyQgsServer, instead of commenting out @@ -245205,7 +253860,7 @@ Alessandro Pasotti 2017-03-09 QgsSettings housekeeping -Larry Shaffer 2017-03-08 +Larry Shaffer 2017-03-08 Ensure on macOS generated export header gets copied to frameworks @@ -245216,7 +253871,7 @@ Larry Shaffer 2017-03-08 [ci skip] -Larry Shaffer 2017-03-08 +Larry Shaffer 2017-03-08 Show only notifications for macOS system tray, not constant menubar icon @@ -245229,7 +253884,7 @@ Larry Shaffer 2017-03-08 Better to use a direct Obj-C++ method for macOS notifications: https://wiki.qt.io/How_to_use_OS_X_Notification_Center -Larry Shaffer 2017-03-08 +Larry Shaffer 2017-03-08 Add macOS 1024x1024 icon for dock, app switcher, etc., rendering @@ -245340,7 +253995,7 @@ myarjunar 2017-02-08 add unit test for toMapPoint function -Larry Shaffer 2017-03-07 +Larry Shaffer 2017-03-07 Remove macOS standalone browser icon install @@ -245672,27 +254327,27 @@ Matthias Kuhn 2017-03-04 Cache travis dependencies -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal nearest neighbor test -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal moving average interpolation test -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal data metrics interpolation test -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal IDW test -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal raster calculator test -matteo 2017-03-03 +Matteo Ghetta 2017-03-03 [processing] gdal proximity test @@ -245895,7 +254550,7 @@ Nyall Dawson 2017-03-02 Line pattern fill symbol: Use Spacing instead of Distance -Blottiere Paul 2017-03-01 +Paul Blottiere 2017-03-01 add tests on pattern matching @@ -246014,7 +254669,7 @@ Matthias Kuhn 2017-02-28 Add QgsUnitTypes::toAbbreviatedString -Larry Shaffer 2017-02-21 +Larry Shaffer 2017-02-21 Update QScintilla CMake find module to handle new lib name in 2.10 @@ -246267,7 +254922,7 @@ Nyall Dawson 2017-02-23 Flip some connects to new style -Blottiere Paul 2017-02-08 +Paul Blottiere 2017-02-08 [Server] add unit tests for sql injection @@ -246572,7 +255227,7 @@ Jürgen E. Fischer 2017-02-20 (cherry picked from commit 84cc3778d5dd1e9b25a9641a7de1c7f33b601029) Merge: 3dcb0c44c09 c4970aafd23 -Larry Shaffer 2017-02-20 +Larry Shaffer 2017-02-20 Merge pull request #4090 from dakcarto/find-qgis-cmake @@ -246729,7 +255384,7 @@ Nyall Dawson 2017-02-18 Ensure all pointer variables are initialized to nullptr -DelazJ 2016-11-26 +Harrissou Sant-anna 2016-11-26 split long tooltip in multiline @@ -246896,11 +255551,11 @@ Nyall Dawson 2017-02-15 Update indentation -lbartoletti 2017-02-11 +Loïc Bartoletti 2017-02-11 Move midpoint to QgsGeometryUtils -lbartoletti 2017-02-10 +Loïc Bartoletti 2017-02-10 Add some utils functions for QgsPointV2 (distance3D, midpoint) @@ -247161,7 +255816,7 @@ Nyall Dawson 2017-02-14 [FEATURE] Allow layers to be automatically refreshed at a specified interval -arnaud.morvan@camptocamp.com 2017-02-10 +Arnaud Morvan 2017-02-10 [processing] Fix infinite recursion in DbError.__str__ @@ -247386,19 +256041,19 @@ Jürgen E. Fischer 2017-02-09 osgeo4w: fix designer path -arnaud.morvan@camptocamp.com 2017-02-10 +Arnaud Morvan 2017-02-10 [processing] Remove obsolete GeometryPredicateWidgetWrapper -arnaud.morvan@camptocamp.com 2017-02-10 +Arnaud Morvan 2017-02-10 [processing] Use ExpressionWidgetWrapperMixin in StringWidgetWrapper -arnaud.morvan@camptocamp.com 2017-02-09 +Arnaud Morvan 2017-02-09 [processing] Fix ModelerParametersDialog when len(widget) == 0 -arnaud.morvan@camptocamp.com 2017-02-09 +Arnaud Morvan 2017-02-09 [processing] Add postgis widget wrappers @@ -247438,11 +256093,11 @@ Alexander Bruy 2017-02-09 [processing] remove code with GDAL 1.x API calls -arnaud.morvan@camptocamp.com 2017-02-09 +Arnaud Morvan 2017-02-09 [processing] Add class ExpressionEnabledWidgetWrapper -arnaud.morvan@camptocamp.com 2017-02-09 +Arnaud Morvan 2017-02-09 [processing] Add possibility to pass additionnal parameters to widget wrapper @@ -247487,11 +256142,11 @@ Alexander Bruy 2017-02-09 [processing] fix modeler and batch file dialog -arnaud.morvan@camptocamp.com 2017-02-08 +Arnaud Morvan 2017-02-08 Fix Boolean widget wrapper in batch dialog -arnaud.morvan@camptocamp.com 2017-02-09 +Arnaud Morvan 2017-02-09 Fix modeler and batch file dialog @@ -247526,7 +256181,7 @@ Luigi Pirelli 2017-02-08 Moved check single value in expressionFromOgcFilter -matteo 2017-02-08 +Matteo Ghetta 2017-02-08 [processing] small fix to R provider @@ -247590,7 +256245,7 @@ Nyall Dawson 2017-02-08 [composer] Fix use of uninitialized member (unlikely to occur outside of tests) -Larry Shaffer 2017-02-07 +Larry Shaffer 2017-02-07 Fix macOS bundling of server service libraries @@ -247852,11 +256507,11 @@ Nyall Dawson 2017-02-06 Fix label font size unit from 2.x projects incorrectly restored (fix #16143) -Jorge Gustavo Rocha 2017-02-05 +Jorge Gustavo Rocha 2017-02-05 Replaced QLibrary * with more safer QScopedPointer -Jorge Gustavo Rocha 2017-02-05 +Jorge Gustavo Rocha 2017-02-05 Updated Qt connections to the new style qgis/QGIS-Enhancement-Proposals#77 Changed isDeleteStyleFromDBSupported to isDeleteStyleFromDbSupported @@ -247928,7 +256583,7 @@ D'Hont René-Luc 2017-02-03 [BUGFIX][DB Manager] Detect query layer like providers do -matteo 2017-02-02 +Matteo Ghetta 2017-02-02 [processing] qgis voronoi test @@ -248113,17 +256768,17 @@ Nyall Dawson 2017-02-01 Remove some yellow squiggly lines from QtCreator -Larry Shaffer 2017-01-31 +Larry Shaffer 2017-01-31 FindQGIS.cmake add build directory path support (macOS only) This should be expanded to include Linux and Win support -Larry Shaffer 2017-01-31 +Larry Shaffer 2017-01-31 FindQGIS.cmake document OSGeo4W variables -Larry Shaffer 2017-01-31 +Larry Shaffer 2017-01-31 FindQGIS.cmake fix macOS search paths; add support for bundles @@ -248132,11 +256787,11 @@ Larry Shaffer 2017-01-31 - Prioritizes QGIS_MAC_PATH bundles over Homebrew default in /usr/local - Remove hardcoded QGIS_MAC_PATH for specific distribution -Larry Shaffer 2017-01-31 +Larry Shaffer 2017-01-31 FindQGIS.cmake fix plugins search path; add QGIS_UI_INCLUDE_DIR -Larry Shaffer 2017-01-31 +Larry Shaffer 2017-01-31 FindQGIS.cmake search OSGeo4W qgis locations relative to install @@ -248170,7 +256825,7 @@ Alessandro Pasotti 2017-01-31 Resource Sharing Plugin Tests Added -Jorge Gustavo Rocha 2017-01-31 +Jorge Gustavo Rocha 2017-01-31 revert the SIP deleteStyleFromDatabase signature @@ -248184,7 +256839,7 @@ Víctor Olaya 2017-01-31 fixes #16128 -Jorge Gustavo Rocha 2017-01-31 +Jorge Gustavo Rocha 2017-01-31 improve deleteStyleFromDatabase signature @@ -248192,7 +256847,7 @@ Alessandro Pasotti 2017-01-31 Added QGIS Resource Sharing Plugin and deps -Jorge Gustavo Rocha 2017-01-31 +Jorge Gustavo Rocha 2017-01-31 improve deleteStyleFromDatabase signature @@ -248238,7 +256893,7 @@ Nyall Dawson 2017-01-31 [FEATURE] Expose GEOS polygonize operation via QgsGeometry -Jorge Gustavo Rocha 2017-01-30 +Jorge Gustavo Rocha 2017-01-30 make deleteStyleFromDatabase consistent with other vectorlayer's methods @@ -248270,11 +256925,11 @@ Nyall Dawson 2017-01-30 Also implements faster isEmpty() overrides for specific QgsAbstractGeometry subclasses. -Jorge Gustavo Rocha 2017-01-30 +Jorge Gustavo Rocha 2017-01-30 Simple tests for style load, insert and remove from Postgis provider -matteo 2017-01-30 +Matteo Ghetta 2017-01-30 [processing] rename execute sql output @@ -248317,7 +256972,7 @@ D'Hont René-Luc 2017-01-30 [server] WIP clean project parsing by using QgsProject -Blottiere Paul 2017-01-30 +Paul Blottiere 2017-01-30 add SERVER_EXPORT for each function in namespace @@ -248362,35 +257017,35 @@ Nyall Dawson 2017-01-30 Correctly handle offset when calculating symbol bleed -Blottiere Paul 2017-01-30 +Paul Blottiere 2017-01-30 replace class by namespace -Blottiere Paul 2017-01-27 +Paul Blottiere 2017-01-27 clean-up -Blottiere Paul 2017-01-27 +Paul Blottiere 2017-01-27 rename Store into Registry -Blottiere Paul 2017-01-27 +Paul Blottiere 2017-01-27 fix indent -Blottiere Paul 2017-01-27 +Paul Blottiere 2017-01-27 fix indent -Blottiere Paul 2017-01-27 +Paul Blottiere 2017-01-27 fix typo -Blottiere Paul 2017-01-26 +Paul Blottiere 2017-01-26 fix typo -Blottiere Paul 2016-12-26 +Paul Blottiere 2016-12-26 [server] WIP clean project parsing by using QgsProject @@ -248467,7 +257122,7 @@ Nyall Dawson 2017-01-30 Basically a direct port of QMarginF, but forced to always use double values, and with added toString()/fromString() methods. -Jorge Gustavo Rocha 2017-01-29 +Jorge Gustavo Rocha 2017-01-29 Fix inconsistent-missing-override warning @@ -248560,7 +257215,7 @@ Nyall Dawson 2017-01-29 Update indentation -lbartoletti 2017-01-28 +Loïc Bartoletti 2017-01-28 [FEATURE] QgsPointV2 add project with 3D support @@ -248568,7 +257223,7 @@ lbartoletti 2017-01-28 Expression "project" function has been extended to support a new inclination parameter. -Jorge Gustavo Rocha 2017-01-28 +Jorge Gustavo Rocha 2017-01-28 QMessageBox replaced by QgsMessageBar "Saved styles manager" renamed to "Database styles manager" @@ -248617,7 +257272,7 @@ Harrissou Sant-anna 2017-01-18 Remove qt4 mention (for linux based processes) -matteo 2017-01-26 +Matteo Ghetta 2017-01-26 [processing] add test for merge gdal @@ -248704,7 +257359,7 @@ Nyall Dawson 2017-01-27 Fix some memory leaks identified by Coverity -Jorge Gustavo Rocha 2017-01-27 +Jorge Gustavo Rocha 2017-01-27 Sip coverage: first attempt @@ -248712,7 +257367,7 @@ Nyall Dawson 2017-01-27 Fix some coverity uninitialized variable warnings -Jorge Gustavo Rocha 2017-01-26 +Jorge Gustavo Rocha 2017-01-26 Fix astyle @@ -248724,11 +257379,11 @@ PedroVenancio 2017-01-26 Add GRASS 7.x v.out.ascii algorithm -Jorge Gustavo Rocha 2017-01-26 +Jorge Gustavo Rocha 2017-01-26 Fix astyle -Jorge Gustavo Rocha 2017-01-26 +Jorge Gustavo Rocha 2017-01-26 Delete styles from postgres provider @@ -248796,7 +257451,7 @@ Tudor Bărăscu 2017-01-20 fix working on constraints when field list sorted -matteo 2017-01-24 +Matteo Ghetta 2017-01-24 [processing] add test for color relief gdal @@ -248848,11 +257503,11 @@ Nyall Dawson 2017-01-25 Fix bad labeling strings -luipir 2017-01-25 +Luigi Pirelli 2017-01-25 typo -luipir 2017-01-24 +Luigi Pirelli 2017-01-24 fixed forgot merge conflict message @@ -249327,7 +257982,7 @@ Matthias Kuhn 2017-01-20 Add description for starting python tests in gdb -David Marteau 2017-01-20 +David Marteau 2017-01-20 Move request logging to request object @@ -249447,7 +258102,7 @@ Nyall Dawson 2017-01-18 Fix 'bytes can only contain ASCII' error on python3 -lbartoletti 2017-01-19 +Loïc Bartoletti 2017-01-19 [FEATURE][processing] Add overlay option to GridLine and GridPolygon @@ -249462,7 +258117,7 @@ Harrissou Sant-anna 2017-01-19 - Add + and - icons - Also move some "what's this" comments to "tooltip" -David Marteau 2017-01-18 +David Marteau 2017-01-18 Clean WMS service @@ -249556,11 +258211,11 @@ Nyall Dawson 2017-01-18 Fix some test failures -David Marteau 2017-01-17 +David Marteau 2017-01-17 Move wcs as service module -David Marteau 2017-01-16 +David Marteau 2017-01-16 Move wfs as service module @@ -249812,7 +258467,7 @@ Even Rouault 2017-01-15 GML parser: do not use layer extent as feature geometry if the feature has no geometry -David Marteau 2017-01-11 +David Marteau 2017-01-11 Revisit server exceptions @@ -249821,7 +258476,7 @@ David Marteau 2017-01-11 - Handle QgsException gracefully (error 500) - Handle OGC exception versioning -David Marteau 2017-01-11 +David Marteau 2017-01-11 Remove dead code @@ -249936,27 +258591,27 @@ Alexander Bruy 2017-01-13 [processing] raise error if cellsize is not defined in interpolation algorithm -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing zonal statistics -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing single to multi test -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing mean coordinates test -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing points along lines test -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing qgis count points weighted -matteo 2017-01-12 +Matteo Ghetta 2017-01-12 processing qgis countsuniquepoints test @@ -249968,7 +258623,7 @@ Alessandro Pasotti 2017-01-13 [server] QsgServerInterface available without python -Blottiere Paul 2017-01-10 +Paul Blottiere 2017-01-10 [server] parallel map rendering @@ -250357,7 +259012,7 @@ Alexander Bruy 2016-12-27 add possibility to configure location of the QGIS help -David Marteau 2017-01-10 +David Marteau 2017-01-10 Remove code moved to wms service @@ -250379,47 +259034,47 @@ D'Hont René-Luc 2017-01-10 Implements service modules registry - Experimental -David Marteau 2017-01-10 +David Marteau 2017-01-10 Code quality changes and typo -David Marteau 2017-01-07 +David Marteau 2017-01-07 Remove wmsserver files from server code unit -David Marteau 2017-01-07 +David Marteau 2017-01-07 Replace headersWritten by headersSent -David Marteau 2017-01-07 +David Marteau 2017-01-07 Remove Testing/Temporary/CTestCostData.txt -David Marteau 2017-01-07 +David Marteau 2017-01-07 WMS run as a module service ! -David Marteau 2017-01-07 +David Marteau 2017-01-07 Port bugfix from PR #3906 to service -David Marteau 2017-01-06 +David Marteau 2017-01-06 Fix sip syntax error -David Marteau 2017-01-06 +David Marteau 2017-01-06 Fix indent and documentation -David Marteau 2017-01-06 +David Marteau 2017-01-06 fix doc warning -David Marteau 2017-01-06 +David Marteau 2017-01-06 Port wmsserver changes to service -David Marteau 2017-01-06 +David Marteau 2017-01-06 Add plugin hook support decorator @@ -250428,54 +259083,54 @@ David Marteau 2017-01-06 anymore) - Reduce usage of HAVE_SERVER_PYTHON_PLUGINS by using forward opaque declaration. -David Marteau 2017-01-06 +David Marteau 2017-01-06 Ensure url is complete in fcgi request -David Marteau 2017-01-05 +David Marteau 2017-01-05 Add headers keys and value accessors -David Marteau 2017-01-05 +David Marteau 2017-01-05 QgsRequestHandler is now a concrete class I/O transactions are now abstracted with QgsServerRequest/QgsServerResponse So there is no need for another abstraction layer -David Marteau 2017-01-04 +David Marteau 2017-01-04 Implement QgsFcgiRequest and QgsFcgiResponse -David Marteau 2016-12-31 +David Marteau 2016-12-31 Fix DEFAULT_SERVER_MODULE_SUBDIR in CMakeLists.txt -David Marteau 2016-12-31 +David Marteau 2016-12-31 Fix indent -David Marteau 2016-12-31 +David Marteau 2016-12-31 Create module test; add more debug messages for travis -David Marteau 2016-12-31 +David Marteau 2016-12-31 Fix spelling -David Marteau 2016-12-30 +David Marteau 2016-12-30 fix prefix path setting: enable running from from build directory -David Marteau 2016-12-30 +David Marteau 2016-12-30 Fix 'Incomplete type' compile error -David Marteau 2016-12-30 +David Marteau 2016-12-30 Fix coding style -David Marteau 2016-12-22 +David Marteau 2016-12-22 Server: Brut force port WMS as service module @@ -250484,11 +259139,11 @@ David Marteau 2016-12-22 - Removed dependencies to QgsOWSServer - Separate requests in their own units -David Marteau 2016-12-16 +David Marteau 2016-12-16 Fix coding style and update comments -David Marteau 2016-12-16 +David Marteau 2016-12-16 Expose QgsServerInterface to service modules @@ -250499,39 +259154,39 @@ David Marteau 2016-12-16 #Please enter the commit message for your changes. Lines starting -David Marteau 2016-12-15 +David Marteau 2016-12-15 Add parameter map accessor from QgsServerRequest -David Marteau 2016-12-15 +David Marteau 2016-12-15 Add extra parameter QgsProject* to QgsService::executeRequest -David Marteau 2016-12-15 +David Marteau 2016-12-15 fix typo, use Q_UNUSED, return null/empty QString() instead literal empty string -David Marteau 2016-12-15 +David Marteau 2016-12-15 Removed python loader: added unRegisterService() method -David Marteau 2016-12-14 +David Marteau 2016-12-14 fix indent -David Marteau 2016-12-14 +David Marteau 2016-12-14 Server refactoring: Added sample native service module; fixed typo -David Marteau 2016-12-14 +David Marteau 2016-12-14 Add getHeader() method to QgsServerRequest -David Marteau 2016-12-14 +David Marteau 2016-12-14 Remove Service Entry class and move name/version infos in QgsService -David Marteau 2016-12-14 +David Marteau 2016-12-14 Server refactoring: Fix doc and comments @@ -250540,7 +259195,7 @@ David Marteau 2016-12-14 Fix return of implicitely shared objects Fix order of parameters in QgsServiceRegistry::registerService -David Marteau 2016-12-07 +David Marteau 2016-12-07 Server refactoring: implements service modules registry @@ -250573,19 +259228,19 @@ Víctor Olaya 2017-01-10 Processing gdal opts -matteo 2017-01-09 +Matteo Ghetta 2017-01-09 gdal TPI test -matteo 2017-01-09 +Matteo Ghetta 2017-01-09 gdal near black test -matteo 2017-01-09 +Matteo Ghetta 2017-01-09 gdal TRI test -matteo 2017-01-09 +Matteo Ghetta 2017-01-09 gdal roughness test @@ -250734,7 +259389,7 @@ Mathieu Pellerin 2017-01-09 * [raster] fix alphaBand/opacity loss when opening layer properties (fixes #16044) -Larry Shaffer 2017-01-08 +Larry Shaffer 2017-01-08 Update QCA CMake qcatool find function for macOS and Qt5 @@ -250849,7 +259504,7 @@ Matthias Kuhn 2017-01-05 Add missing #include "qgis_core.h" -Tom Chadwin 2017-01-05 +Tom Chadwin 2017-01-05 Constrain main nav to main column @@ -250982,7 +259637,7 @@ Matthias Kuhn 2017-01-03 Fix #16013 -Etienne Trimaille 2017-01-03 +Etienne Trimaille 2017-01-03 skip if the SAGA folder is not defined @@ -251060,7 +259715,7 @@ Mathieu Pellerin 2017-01-03 [ui] re-order zoom-related composer toolbar buttons to match the ordering on the main window -Blottiere Paul 2016-12-19 +Paul Blottiere 2016-12-19 [server] parallel map rendering @@ -251106,7 +259761,7 @@ Even Rouault 2016-12-20 - Those actions are available in contextual menu items in the tree view. - Invisible layers because they or their parent(s) is unchecked are greyed out. -David Marteau 2016-12-21 +David Marteau 2016-12-21 Remove base64 encoding supports in WMS responses @@ -251342,7 +259997,7 @@ Nyall Dawson 2016-12-30 improve fragile settings handling -Larry Shaffer 2016-12-29 +Larry Shaffer 2016-12-29 [pyqgis-console] Use python3 for editor subprocess calls @@ -251377,7 +260032,7 @@ Mathieu Pellerin 2016-12-29 improve default favorites for color ramps -DelazJ 2016-12-21 +Harrissou Sant-anna 2016-12-21 More spelling fixes @@ -251402,15 +260057,15 @@ Harrissou Sant-anna 2016-12-29 Replace more splitted by split -DelazJ 2016-12-21 +Harrissou Sant-anna 2016-12-21 Replace unicode by Unicode -DelazJ 2016-12-21 +Harrissou Sant-anna 2016-12-21 Replace cellsize by cell size -DelazJ 2016-12-20 +Harrissou Sant-anna 2016-12-20 Some fixes of favourites --> favorites @@ -251455,7 +260110,7 @@ Mathieu Pellerin 2016-12-28 [ui] select by form/expression harmonization and feature parity (#3912) -Larry Shaffer 2016-12-27 +Larry Shaffer 2016-12-27 Update connection to new style for macOS Preferences fix @@ -251463,7 +260118,7 @@ Mathieu Pellerin 2016-12-28 [ui] improve search widget ordering -Larry Shaffer 2016-12-27 +Larry Shaffer 2016-12-27 Fix macOS Preferences menu hijacking @@ -251847,7 +260502,7 @@ Matteo Ghetta 2016-12-20 * more gdal test for Processing -matteo 2016-12-20 +Matteo Ghetta 2016-12-20 [Processing] fix parameter to open the Retile algorithm @@ -252048,7 +260703,7 @@ D'Hont René-Luc 2016-12-19 Server: Remove soap request handler -David Marteau 2016-12-15 +David Marteau 2016-12-15 Server: Remove soap request handler @@ -252266,19 +260921,19 @@ Hugo Mercier 2016-12-14 Some cleanups in server -matteo 2016-12-14 +Matteo Ghetta 2016-12-14 reduce geometry precision from 7 to 5 digits -matteo 2016-12-14 +Matteo Ghetta 2016-12-14 remove temp file and update .gitignore -matteo 2016-12-14 +Matteo Ghetta 2016-12-14 fix error on geometry precision -matteo 2016-12-14 +Matteo Ghetta 2016-12-14 some Processing test @@ -252476,19 +261131,19 @@ Víctor Olaya 2016-12-12 Conflicts: python/plugins/processing/gui/ConfigDialog.py -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Remove ParameterGeometryPredicate -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Remove ParamaterGeometryPredicate from SelectByLocation algorithm -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Remove ParamaterGeometryPredicate from ExtractByLocation algorithm -arnaud.morvan@camptocamp.com 2016-11-05 +Arnaud Morvan 2016-11-05 [processing] Remove ParamaterGeometryPredicate from SpatialJoin algorithm @@ -252498,7 +261153,7 @@ Víctor Olaya 2016-12-08 This tries to address some problem with previously set SAGA paths, by always showing the SAGA path config value, and by trying to ruin a built in copy of SAGA if the current SAGA folder is wrong (as it usually happens when updating QGIS) -arnaud.morvan@camptocamp.com 2016-11-05 +Arnaud Morvan 2016-11-05 [processing] Support options as (value, text) in ParameterSelection @@ -252527,11 +261182,11 @@ Nyall Dawson 2016-12-12 Fix spelling of orthoganilize -Blottiere Paul 2016-12-09 +Paul Blottiere 2016-12-09 fix getLegendGraphics when BBox parameter is used -Blottiere Paul 2016-11-25 +Paul Blottiere 2016-11-25 remove QgsMapRenderer @@ -253650,7 +262305,7 @@ Nyall Dawson 2016-11-30 [processing] Fix updating results panel to match selected item -Larry Shaffer 2016-11-30 +Larry Shaffer 2016-11-30 Fix unset variable error for CHECK_GRASS_EXTRA_INCLUDE_DIRS macro @@ -253788,7 +262443,7 @@ Marco Hugentobler 2016-11-29 WMS 1.3.0 compliance: exception format must be advertized as 'XML', not 'text/xml' -borys 2016-11-29 +Borys Jurgiel 2016-11-29 [bugfix] Fix broken docks customization. Fixes #8055 @@ -253809,7 +262464,7 @@ Marco Hugentobler 2016-11-29 WMS 1.3.0 compliance: use the reserved word 'None' if no fees Merge: c147ee2bf3f 8c8db0eb517 -Larry Shaffer 2016-11-28 +Larry Shaffer 2016-11-28 Merge pull request #3803 from dakcarto/qt5py3-more-mac-fixes @@ -253859,30 +262514,30 @@ Alexander Bruy 2016-11-25 [processing] Unify duplicate grid creation algorithms -Larry Shaffer 2016-11-24 +Larry Shaffer 2016-11-24 Ensure GRASS plugin CMake extra includes macro works for all versions -Larry Shaffer 2016-11-24 +Larry Shaffer 2016-11-24 [processing] Ensure reading of shortHelp yaml files as UTF-8 On macOS 10.11 with Py 3.5.2, .yaml files defaulted to ASCII and failed. -Larry Shaffer 2016-11-24 +Larry Shaffer 2016-11-24 Add GRASS plugin CMake macro to find extra includes of GRASS compilation Such includes may need found again when including some GRASS headers. -Larry Shaffer 2016-11-24 +Larry Shaffer 2016-11-24 Add default sip directory to search for Qsci sip files Handles instance where Qsci directory is outside of PyQt5 sip directory. The default sip directory is logical additional place to search. -Larry Shaffer 2016-11-24 +Larry Shaffer 2016-11-24 Flip CMake finds for Qt-based frameworks, to ensure Headers are searched @@ -253938,13 +262593,13 @@ Nyall Dawson 2016-11-24 QString::isNull vs ::isEmpty strikes again! -Germán Carrillo 2016-10-27 +Germán Carrillo 2016-10-27 Adding test to Line Intersection algorithm Since both input and intersect layers have only one field (fid), the result is the same for both (existing and new) tests. The result now comes with the intersect field, renamed to fid_1 (previously not kept). -Germán Carrillo 2016-10-27 +Germán Carrillo 2016-10-27 Make QGIS Line Intersections algorithm able to keep all attributes. @@ -254051,7 +262706,7 @@ Nyall Dawson 2016-11-23 [processing] Fix very broken delete columns algorithm Merge: 311f4827253 eca83e3c0fb -Larry Shaffer 2016-11-22 +Larry Shaffer 2016-11-22 Merge pull request #3790 from dakcarto/qt5py3-mac-fixes @@ -254287,7 +262942,7 @@ Nyall Dawson 2016-11-21 Additionally, make the min/max zoom level not come from QSettings as these aren't exposed anywhere -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Add CMAKE_POSITION_INDEPENDENT_CODE flag to QCA test for OSSL plugin @@ -254298,15 +262953,15 @@ Nyall Dawson 2016-11-21 Add relation dialog improvements -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Add a CMake debug include, with simple variables dump for development -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Skip missing functionality in identity dialog if QWebKit not installed -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Remove Python framework options/finding for Mac; add Homebrew support @@ -254318,23 +262973,23 @@ Larry Shaffer 2016-11-20 framework searching, allowing just the PYTHON_EXECUTABLE (user-defined or from FindPythonInterp module) to control which Python is used. -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 [auth] Remove dependency on SSL cert utils from auth config class -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Update finding QCA OSSL plugin for Qt5 and C++11 -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Check for Qt5-specific version of Mac qca framework -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Check for Qt5 subdirectory in PYQT5_SIP_DIR -Larry Shaffer 2016-11-20 +Larry Shaffer 2016-11-20 Use Qt5 non-OpenSSL define in testing for SSL support @@ -255596,39 +264251,39 @@ Nyall Dawson 2016-11-07 [processing] Fix invalid geometries made by densify when input geom is null -arnaud.morvan@camptocamp.com 2016-09-08 +Arnaud Morvan 2016-09-08 Use contextGenerator in refactor fields algorithm -arnaud.morvan@camptocamp.com 2016-09-08 +Arnaud Morvan 2016-09-08 Add QgsExpressionContextGenerator inheritances in sip -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Fix Ogr2OgrToPostGisList with 8798c42339 and 3472ac80d8bd -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Log gdal calls -arnaud.morvan@camptocamp.com 2016-10-19 +Arnaud Morvan 2016-10-19 [db_manager] Fix connection to postgis -arnaud.morvan@camptocamp.com 2016-10-19 +Arnaud Morvan 2016-10-19 [processing] Fix connection to postgis -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Fix TableWidgetWrapper in batch dialog -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Fix BatchOutputSelectionPanel with QgsMapLayer instances -arnaud.morvan@camptocamp.com 2016-11-06 +Arnaud Morvan 2016-11-06 [processing] Fix import error in FieldsMappingPanel @@ -257127,13 +265782,13 @@ Alexander Bruy 2016-10-20 (cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) -Germán Carrillo 2016-10-20 +Germán Carrillo 2016-10-20 Using QVariant.Type enum instead of numbers for readability. (cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) -Germán Carrillo 2016-10-19 +Germán Carrillo 2016-10-19 Fixing issue with 'Eliminate sliver polygons' and fields of type long. @@ -257620,7 +266275,7 @@ Sandro Santilli 2016-10-18 https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045311.html REF #15698 -matteo 2016-10-18 +Matteo Ghetta 2016-10-18 update ScriptEditorDialog for py3 @@ -257749,11 +266404,11 @@ Nyall Dawson 2016-10-18 Add processing test .aux.xml to .gitignore Merge: a6c04fc44cc 17e318bd954 -borys 2016-10-17 +Borys Jurgiel 2016-10-17 Merge branch 'master' of github.com:qgis/QGIS -borys 2016-10-17 +Borys Jurgiel 2016-10-17 [Plugin Manager] Fix font size also in master (issue #15302) @@ -257939,7 +266594,7 @@ Nyall Dawson 2016-10-14 Add default shortcut to open attribute table (F6) Merge: d30a8c1fc22 a629deef301 -Larry Shaffer 2016-10-13 +Larry Shaffer 2016-10-13 Merge pull request #3577 from dakcarto/master-ows-fixes @@ -257947,13 +266602,13 @@ Sandro Santilli 2016-10-13 Add hint about running specific test methods in python unit tests -Larry Shaffer 2016-10-06 +Larry Shaffer 2016-10-06 [auth] Reinstate auth system reply expansions for OWS providers - Apparently this was lost during a git squash of commits for 2.12 PR -Larry Shaffer 2016-10-05 +Larry Shaffer 2016-10-05 [WFS provider] Fix auth config extra expansion and auth prioritization @@ -258137,7 +266792,7 @@ D'Hont René-Luc 2016-10-10 [QGIS Server] Use qobject_cast when it's usefull -Germán 2016-10-10 +Germán Carrillo 2016-10-10 Adding contribution details. @@ -258563,7 +267218,7 @@ Víctor Olaya 2016-10-04 [processing] fixed handling of integer values -arnaud.morvan@camptocamp.com 2016-09-27 +Arnaud Morvan 2016-09-27 [processing] Apply 2to3 on changes @@ -258623,19 +267278,19 @@ Víctor Olaya 2016-09-19 [processing] some minor changes for batch processing interface -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Fix StringWidgetWrapper.value method -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Call postInitialise in BatchAlgorithmDialog -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Support layer objects in BatchInputSelectionPanel -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Simplify TableFieldWidgetWrapper @@ -258643,15 +267298,15 @@ arnaud.morvan@camptocamp.com 2016-09-18 python/plugins/processing/gui/ParametersPanel.py python/plugins/processing/gui/wrappers.py -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Fix PointWidgetWrapper with modeler -arnaud.morvan@camptocamp.com 2016-09-18 +Arnaud Morvan 2016-09-18 Call postInitialise in modeler Dialog -arnaud.morvan@camptocamp.com 2016-09-17 +Arnaud Morvan 2016-09-17 Create FieldMappingWrapper @@ -258813,41 +267468,41 @@ Víctor Olaya 2016-09-05 [processing] moved script syntax from script algorithm class to parameters classes -arnaud.morvan@camptocamp.com 2016-09-03 +Arnaud Morvan 2016-09-03 Create dedicated widget wrapper for modeler -arnaud.morvan@camptocamp.com 2016-08-24 +Arnaud Morvan 2016-08-24 Add CrsWidgetWrapper -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Use boolean wrapper in modeler algorithm dialog -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Use boolean wrapper in batch algorithm dialog Conflicts: python/plugins/processing/gui/BatchPanel.py -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Use boolean wrapper in standard algorithm dialog Conflicts: python/plugins/processing/gui/AlgorithmDialog.py -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Create the boolean widget wrapper -arnaud.morvan@camptocamp.com 2016-09-03 +Arnaud Morvan 2016-09-03 Remove metadata from parameter.todict (do not save in model) -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Add metadata property to parameters @@ -259488,7 +268143,7 @@ Alessandro Pasotti 2016-09-28 [Server 3.0] Resurrect PyQgsServerWFST -David Marteau 2016-09-27 +David Marteau 2016-09-27 Fix python3 pyspatialite import @@ -259520,7 +268175,7 @@ Matthias Kuhn 2016-09-27 Remove Qt4 travis test scripts -David Marteau 2016-09-27 +David Marteau 2016-09-27 Fix python print statement for python 3 in cmake/MacBundleMacros.cmake (#3531) @@ -260178,7 +268833,7 @@ Nyall Dawson 2016-09-15 Remove deprecated methods from composer -Etienne Trimaille 2016-09-14 +Etienne Trimaille 2016-09-14 replace exp10 by pow on mac (#3490) @@ -260669,7 +269324,7 @@ Nyall Dawson 2016-09-09 Rework Qgs(Double)SpinBox clear handling -arnaud.morvan@camptocamp.com 2016-09-08 +Arnaud Morvan 2016-09-08 Fix ParameterGeometryPredicate.getValueAsCommandLineParameter @@ -260939,11 +269594,11 @@ Nyall Dawson 2016-09-05 eventually crash. Now if the saved renderer could not be restored we fallback to a default renderer for the layer. -arnaud.morvan@camptocamp.com 2016-09-04 +Arnaud Morvan 2016-09-04 Calculate min coverage on execution -arnaud.morvan@camptocamp.com 2016-09-04 +Arnaud Morvan 2016-09-04 Fix on extent parameter in modeler parameters dialog @@ -261087,7 +269742,7 @@ Even Rouault 2016-09-01 Fixes #15274 -Larry Shaffer 2016-09-01 +Larry Shaffer 2016-09-01 [auth] Fix return value for plugins that do not support an expansion @@ -261698,7 +270353,7 @@ Jürgen E. Fischer 2016-08-23 (cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a) -arnaud.morvan@camptocamp.com 2016-08-23 +Arnaud Morvan 2016-08-23 Do not set "None" value in batch panel string widgets @@ -261824,7 +270479,7 @@ Yves Jacolin 2016-08-22 Similar to c7a4e5a065bdf1c606e5f24d728978f0789cff17 -arnaud.morvan@camptocamp.com 2016-08-21 +Arnaud Morvan 2016-08-21 Process deleteLater events before recreating processing menus @@ -261902,7 +270557,7 @@ Manuel Grizonnet 2016-08-21 ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH -arnaud.morvan@camptocamp.com 2016-08-21 +Arnaud Morvan 2016-08-21 Add button to reset processing menus in config dialog @@ -262523,7 +271178,7 @@ Matthias Kuhn 2016-08-10 * Workaround failing bindings test -Larry Shaffer 2016-08-10 +Larry Shaffer 2016-08-10 [auth] Add missing auth system ui headers for external C++ apps @@ -264653,7 +273308,7 @@ Nyall Dawson 2016-07-12 Avoid some unnecessary composer legend updates -Etienne Trimaille 2016-07-12 +Etienne Trimaille 2016-07-12 add qscintilla to cmakelists @@ -264780,7 +273435,7 @@ Matthias Kuhn 2016-07-09 Coverity fixe -Matteo 2016-07-09 +Matteo Ghetta 2016-07-09 Just added a new person to the contrib map and list (#3285) @@ -265992,7 +274647,7 @@ Matthias Kuhn 2016-06-23 Fix initial widget focus in credential dialog -arnaud.morvan@camptocamp.com 2016-06-23 +Arnaud Morvan 2016-06-23 [Processing] Translate alg names in menu and options dialog @@ -266298,7 +274953,7 @@ Even Rouault 2016-06-20 Fix build failure due to dabc3b16d72184da2867e0b3ae37b1d45928cddd -Matteo 2016-06-20 +Matteo Ghetta 2016-06-20 Small fix in write.csv option (#3225) @@ -266644,7 +275299,7 @@ Nyall Dawson 2016-06-16 Move bookmarks toolbar icons to navigation group -Larry Shaffer 2016-06-15 +Larry Shaffer 2016-06-15 Fix file write error when offline.sqlite is saved to root dir by default @@ -267536,7 +276191,7 @@ Even Rouault 2016-06-07 [WFS provider] Fix setSubsetString() to accept SELECT followed by newline or tabulation -David Marteau 2016-06-06 +David Marteau 2016-06-06 Clean up QgsExpressionContext in QgsServer::handleRequest @@ -267548,7 +276203,7 @@ Matthias Kuhn 2016-06-07 Fix header -ThomasG77 2016-06-06 +Thomas Gratier 2016-06-06 Remove reference to renamed QgsAdvancedDigitizingDock in API doc @@ -267894,7 +276549,7 @@ Nathan Woodrow 2016-06-04 Add missing docs -arnaud.morvan@camptocamp.com 2016-05-27 +Arnaud Morvan 2016-05-27 [Processing] Support authentication with postgis @@ -267988,7 +276643,7 @@ Matthias Kuhn 2016-06-03 Also mark project as dirty when column widths change -David Marteau 2016-04-21 +David Marteau 2016-04-21 Expose server interfaces methodsi to python for clearing server layer cache. @@ -268486,7 +277141,7 @@ Nyall Dawson 2016-06-02 Handle sorted or reordered columns when copying cell contents -Blottiere Paul 2016-05-27 +Paul Blottiere 2016-05-27 [FEATURE] add copy cell content action in attributetable context menu @@ -268663,59 +277318,59 @@ Matthias Kuhn 2016-05-31 This file will be shown when people make new pull requests. -Blottiere Paul 2016-05-31 +Paul Blottiere 2016-05-31 fix unit test -Blottiere Paul 2016-05-29 +Paul Blottiere 2016-05-29 replace the message bar by a multiline qlabel -Blottiere Paul 2016-05-29 +Paul Blottiere 2016-05-29 remove null information message bar -Blottiere Paul 2016-05-28 +Paul Blottiere 2016-05-28 add constraint description -Blottiere Paul 2016-05-20 +Paul Blottiere 2016-05-20 fix doc -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 add layer scope in context to evaluate the constraint expression -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 translatable string -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 rename feature -> f to avoid an API break -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 replace "" by QString() -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 fix parameter's name camelcase -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 fix sip -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 fix test doc -Blottiere Paul 2016-05-19 +Paul Blottiere 2016-05-19 rename constraint to expression for method's name -Blottiere Paul 2016-05-09 +Paul Blottiere 2016-05-09 [FEATURE] constraints on widgets @@ -268823,7 +277478,7 @@ Alexander Bruy 2016-05-30 fix indentation (follow up b52828fac7) -arnaud.morvan@camptocamp.com 2016-05-28 +Arnaud Morvan 2016-05-28 [Processing] Compare lower file extension to "shp" @@ -268915,7 +277570,7 @@ Sandro Mani 2016-05-30 [Globe] Remove remaining traces of osg sip bindings -arnaud.morvan@camptocamp.com 2016-05-20 +Arnaud Morvan 2016-05-20 [db_manager] Fix #14796 - Quote values depending on data type in query builder @@ -268930,7 +277585,7 @@ Sandro Mani 2016-05-29 Docstring updates -Blottiere Paul 2016-05-29 +Paul Blottiere 2016-05-29 fix pin/unpin ctl key @@ -268976,7 +277631,7 @@ Nyall Dawson 2016-05-29 Remove deprecated wheel action behaviour from composer -Blottiere Paul 2016-05-29 +Paul Blottiere 2016-05-29 fix pin/unpin diagrams when no labels @@ -269382,7 +278037,7 @@ Nyall Dawson 2016-05-29 Fix build warning -arnaud.morvan@camptocamp.com 2016-05-28 +Arnaud Morvan 2016-05-28 Add SHAPE_ENCODING parameter in GDAL "to postgis" algorithms @@ -269445,7 +278100,7 @@ Alexander Bruy 2016-05-28 [processing] add output extent to scripts (refs #11781) -arnaud.morvan@camptocamp.com 2016-05-27 +Arnaud Morvan 2016-05-27 [Processing] Fix ogr2ogr postgis table overwrite @@ -269541,7 +278196,7 @@ Jürgen E. Fischer 2016-05-27 german translation fixes (followup 0eecac1) -Larry Shaffer 2016-05-27 +Larry Shaffer 2016-05-27 Cleanup some default values from nullptr to empty non-pointers @@ -269652,7 +278307,7 @@ Paolo Cavallini 2016-05-26 INstructions for installing with Qt5+Py3 on Debian in INSTALL -ThomasG77 2016-05-26 +Thomas Gratier 2016-05-26 Cast each child of QgsAnnotationItem in SIP bindings for Python @@ -269682,11 +278337,11 @@ Alexander Bruy 2016-05-26 [processing] homogenize spatial index name with DB Manager (fix #14899) -arnaud.morvan@camptocamp.com 2016-05-23 +Arnaud Morvan 2016-05-23 [Processing] Fix updateDependentFields -Giovanni Manghi 2016-05-26 +Giovanni Manghi 2016-05-26 fix two SAGA statistics_grid modules @@ -269963,7 +278618,7 @@ Alexander Bruy 2016-05-24 enable Add button in DB dialogs only when at least one table is selected (fix #5616) -arnaud.morvan@camptocamp.com 2016-05-24 +Arnaud Morvan 2016-05-24 Keep numeric fields type, length and precision in postgresql provider @@ -270304,7 +278959,7 @@ Marco Hugentobler 2016-05-20 In tool add feature, reject null geometry due to intersection avoidance -arnaud.morvan@camptocamp.com 2016-05-20 +Arnaud Morvan 2016-05-20 Fix in maptool add feature, reject null geometry due to intersection avoidance @@ -270532,11 +279187,11 @@ Víctor Olaya 2016-05-18 [processsing] removed unused code -Blottiere Paul 2016-05-18 +Paul Blottiere 2016-05-18 add unit test for scale -Blottiere Paul 2016-05-18 +Paul Blottiere 2016-05-18 move magnification in map settings @@ -270556,7 +279211,7 @@ Víctor Olaya 2016-05-18 [processing] fixed toolbox updates -Blottiere Paul 2016-05-18 +Paul Blottiere 2016-05-18 scale is the same whatever the level of magnification @@ -270606,11 +279261,11 @@ Simon Chenery 2016-05-16 created, so that annotations have the same display order each time the project is opened. -Blottiere Paul 2016-05-18 +Paul Blottiere 2016-05-18 remove spin box background color -Blottiere Paul 2016-05-18 +Paul Blottiere 2016-05-18 add unit test for extent @@ -270659,19 +279314,19 @@ Even Rouault 2016-05-17 - For DXF, keep existing behaviour: attributes are unchecked and not checkable - For KML, keep existing behaviour: attributes are unselected by default -arnaud.morvan@camptocamp.com 2016-04-28 +Arnaud Morvan 2016-04-28 Processing - Adapt RefactorFields to work on tables as well as vector layers -arnaud.morvan@camptocamp.com 2016-04-28 +Arnaud Morvan 2016-04-28 Processing - Support OutputVector with no geometry in GUI -arnaud.morvan@camptocamp.com 2016-04-28 +Arnaud Morvan 2016-04-28 Processing - Support tables with no geometry in OutputVector -arnaud.morvan@camptocamp.com 2016-04-28 +Arnaud Morvan 2016-04-28 Processing - Support no geometry in VectorWriter @@ -271071,7 +279726,7 @@ Alexander Bruy 2016-05-13 fix import (take 2) -arnaud.morvan@camptocamp.com 2016-05-04 +Arnaud Morvan 2016-05-04 Save as image with annotations @@ -271209,7 +279864,7 @@ Even Rouault 2016-05-02 Implement representValue() for Relation Reference widget -Blottiere Paul 2016-05-12 +Paul Blottiere 2016-05-12 fix extent @@ -271255,7 +279910,7 @@ Nyall Dawson 2016-04-03 This allows reuse of the full options from the color dialog when required in a widget form. -Blottiere Paul 2016-05-12 +Paul Blottiere 2016-05-12 [FEATURE] add a map canvas magnifier @@ -271293,7 +279948,7 @@ Matthias Kuhn 2016-05-11 Migrate "Hidden" widgets to "Hidden" attribute table columns -arnaud.morvan@camptocamp.com 2016-05-04 +Arnaud Morvan 2016-05-04 Processing - Fix unicode/str error in postgis_utils @@ -272302,13 +280957,13 @@ Víctor Olaya 2016-04-26 [processing] better expression context building -Larry Shaffer 2016-04-25 +Larry Shaffer 2016-04-25 Revert "[processing] Extra check to ensure GRASS folder setting not already None" This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0. -Larry Shaffer 2016-04-25 +Larry Shaffer 2016-04-25 [processing] Extra check to ensure GRASS folder setting not already None @@ -272323,15 +280978,15 @@ Even Rouault 2016-04-25 test_provider_ogr_gpkg.py: compare geometry by wkb, and use @unittest.expectedFailure decorator -Giovanni Manghi 2016-04-25 +Giovanni Manghi 2016-04-25 more GDAL a_nodata fixes, for sake of uniformity -Giovanni Manghi 2016-04-25 +Giovanni Manghi 2016-04-25 remove wrong gdal_translate parameter -Giovanni Manghi 2016-04-25 +Giovanni Manghi 2016-04-25 set nodata parameter as optional in GDAL clip by extent @@ -272349,7 +281004,7 @@ Hugo Mercier 2016-04-25 Minor fixes in intersection removal for the reshape tool -arnaud.morvan@camptocamp.com 2016-01-14 +Arnaud Morvan 2016-01-14 Avoid intersections in reshape tool @@ -272796,7 +281451,7 @@ Matthias Kuhn 2016-04-16 [travis] OSX: Force sip version 4.17 due to build problems -Larry Shaffer 2016-04-15 +Larry Shaffer 2016-04-15 Remove conversions.sip conditionals meant for 4.12 but actually 4.18 @@ -272997,7 +281652,7 @@ Matthias Kuhn 2016-04-14 [postgres] Test for deadlocks with transactions -elpaso 2016-04-14 +Alessandro Pasotti 2016-04-14 [dbmanager] Fixes various signal bugs after 8bda5c @@ -273036,7 +281691,7 @@ Jürgen E. Fischer 2016-04-11 dxf export: support rule based labeling (fixes #13757) -Blottiere Paul 2016-03-22 +Paul Blottiere 2016-03-22 update label toolbar to manage diagrams too @@ -273921,7 +282576,7 @@ Nyall Dawson 2016-04-05 Show simple marker symbol name in tooltip -Blottiere Paul 2016-04-04 +Paul Blottiere 2016-04-04 fix polyline rendering when layer draws effects (fix #14611) @@ -273981,7 +282636,7 @@ Patrick Valsecchi 2016-03-18 Fix a leak when rendering labels. -elpaso 2016-04-04 +Alessandro Pasotti 2016-04-04 Delete a blank line to make flake8 happy @@ -274118,7 +282773,7 @@ Harrissou Sant-anna 2016-04-02 Update qgstipfactory.cpp -elpaso 2016-04-01 +Alessandro Pasotti 2016-04-01 [SERVER] Fix encoding of query string for bindings @@ -274187,7 +282842,7 @@ Nyall Dawson 2016-04-01 [composer] Respect modifier keys when moving nodes with keys -Blottiere Paul 2016-03-23 +Paul Blottiere 2016-03-23 [FEATURE][composer] Add tools for drawing polygon and polylines @@ -274317,7 +282972,7 @@ Alessandro Pasotti 2016-03-30 Fix for simple geometries insert error in WFS-T -elpaso 2016-03-30 +Alessandro Pasotti 2016-03-30 Fix for simple geometries insert error in WFS-T @@ -274335,14 +282990,14 @@ Matthias Kuhn 2016-03-30 Remove expected failure from test -Tom Chadwin 2016-03-30 +Tom Chadwin 2016-03-30 Bump Doxygen to support HTML_EXTRA_STYLESHEET This is the minimum version required - happy to bump it higher if preferred -Tom Chadwin 2016-03-30 +Tom Chadwin 2016-03-30 Move CSS to /doc, clarify comment @@ -274427,25 +283082,25 @@ Jürgen E. Fischer 2016-03-29 txt2doc run (followup 9b198f1) -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Line break at end of file -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Revert historic Travis change -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Doxyfile clarification/format tweak -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Edit Doxyfile to change colour scheme and use CSS Also moved custom CSS to /cmake_templates -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Remove colour declarations @@ -274458,14 +283113,14 @@ Matthias Kuhn 2016-03-29 INSTALL: mention not to install msinttypes package in OSGeo4W -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Further blue > green palette changes Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested locally -Tom Chadwin 2016-03-29 +Tom Chadwin 2016-03-29 Correct search box position in menu bar @@ -274680,7 +283335,7 @@ Alexander Bruy 2016-02-19 [processing] refactor Virtual vector layer algorithm Add support for unioned layers (fix #12991) -elpaso 2016-03-25 +Alessandro Pasotti 2016-03-25 Fixes an error when unloading plugins @@ -274756,7 +283411,7 @@ Jürgen E. Fischer 2016-03-24 Use consistant default value of 60000ms for /qgis/networkAndProxy/networkTimeout -Tom Chadwin 2016-03-24 +Tom Chadwin 2016-03-24 API docs website custom CSS @@ -274764,7 +283419,7 @@ Tom Chadwin 2016-03-24 now Merge: 30b2e58a0cc 3755c3b1d58 -Tom Chadwin 2016-03-24 +Tom Chadwin 2016-03-24 Merge remote-tracking branch 'refs/remotes/qgis/master' @@ -275952,7 +284607,7 @@ Matthias Kuhn 2016-03-10 Simplify some python3 handling, refs #13686 (redmine) -Giovanni Manghi 2016-03-10 +Giovanni Manghi 2016-03-10 processing: add extent parameter to gdal_warp @@ -276028,11 +284683,11 @@ Alexander Bruy 2016-03-09 [processing] don't show tip when user uses search and tip was disabled (fix #14379) -Giovanni Manghi 2016-03-09 +Giovanni Manghi 2016-03-09 Processing, better GRASS7 r.cost descriptions files names and parameters -Giovanni Manghi 2016-03-09 +Giovanni Manghi 2016-03-09 Processing, better GRASS7 r.cost descriptions files names and parameters @@ -276137,7 +284792,7 @@ Alexander Bruy 2016-03-08 [processing] add extent parameter to gdal rasterize -Giovanni Manghi 2016-03-08 +Giovanni Manghi 2016-03-08 try fix indentation @@ -276206,7 +284861,7 @@ Médéric RIBREUX 2016-03-07 Fix indentation -Giovanni Manghi 2016-03-07 +Giovanni Manghi 2016-03-07 processing add missing saga 2.2.x shapes_polygons tools tools @@ -276264,11 +284919,11 @@ Alexander Bruy 2016-03-07 [processing] allow unmatching extents in SAGA grid masking algs -Giovanni Manghi 2016-03-07 +Giovanni Manghi 2016-03-07 processing fix SAGA 2.2.x resampling -Giovanni Manghi 2016-03-07 +Giovanni Manghi 2016-03-07 processing fix SAGA 2.2.* grid_spline tools @@ -276316,11 +284971,11 @@ Nyall Dawson 2016-03-07 Fix out of bounds array access if nextVertex is called on empty geometry collection -Giovanni Manghi 2016-03-06 +Giovanni Manghi 2016-03-06 processing: in SAGA grid masking it is not mandatory for inputs to have the same extent -Giovanni Manghi 2016-03-06 +Giovanni Manghi 2016-03-06 processing: add extent parameter to gdal rasterize @@ -276367,15 +285022,15 @@ Médéric RIBREUX 2016-03-06 [Processing] Use local GRASS7 help files if they exist. Fixes #7745 -Giovanni Manghi 2016-03-06 +Giovanni Manghi 2016-03-06 processing fix GRASS7 detection on osx: courtesy Martin Laloux -Giovanni Manghi 2016-03-06 +Giovanni Manghi 2016-03-06 processing: fix GRASS7 v.buffer.column -Giovanni Manghi 2016-03-06 +Giovanni Manghi 2016-03-06 fix/adds SAGA 2.2.3 tools @@ -276412,7 +285067,7 @@ Jürgen E. Fischer 2016-03-04 [FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements #12980) Merge: 61b8896367f 4e904f7e6e1 -Larry Shaffer 2016-03-04 +Larry Shaffer 2016-03-04 Merge pull request #2847 from alexbruy/plugin-manager-auth @@ -277416,7 +286071,7 @@ Tim Sutton 2016-02-24 Updated news for 2.14 - also added missing news for 2.12 -elpaso 2016-02-24 +Alessandro Pasotti 2016-02-24 [bugfix][server] Fixes #13291 @@ -277481,11 +286136,11 @@ D'Hont René-Luc 2016-02-23 [BUGFIX] Extend field type description -elpaso 2016-02-23 +Alessandro Pasotti 2016-02-23 Renamed static members and moved init into ctor -elpaso 2016-02-22 +Alessandro Pasotti 2016-02-22 Moved static vars to functions @@ -277536,7 +286191,7 @@ Matthias Kuhn 2016-02-23 Add gdal-bin to travis -elpaso 2016-02-23 +Alessandro Pasotti 2016-02-23 [server] Safety measure to prevent potential leaks @@ -277552,7 +286207,7 @@ Matthias Kuhn 2016-02-13 Update AlgorithmsTestBase.py -elpaso 2016-02-23 +Alessandro Pasotti 2016-02-23 [server][bugfix] Prevent potential crash @@ -277655,7 +286310,7 @@ Alessandro Pasotti 2016-02-22 [bugfix][server] text/plain as default info_format -elpaso 2016-02-22 +Alessandro Pasotti 2016-02-22 Removed debug code @@ -277671,11 +286326,11 @@ Radim Blazek 2016-02-22 [GRASS] fixed v.in.ogr.all.loc input widget -elpaso 2016-02-22 +Alessandro Pasotti 2016-02-22 Added test data for GetFeatureInfo -elpaso 2016-02-22 +Alessandro Pasotti 2016-02-22 [bugfix][server] text/plain as default info_format @@ -277883,7 +286538,7 @@ Jürgen E. Fischer 2016-02-20 debian packaging update: manually merge some changes from PR#2818 and some spelling fixes. -Giovanni Manghi 2016-02-20 +Giovanni Manghi 2016-02-20 Fix SAGA 2.2.3 Processing detection @@ -277895,7 +286550,7 @@ Médéric RIBREUX 2016-02-20 Add r.resamp.bspline algorithm -Giovanni Manghi 2016-02-20 +Giovanni Manghi 2016-02-20 fix GRASS and GRASS7 r.sunmask @@ -277949,7 +286604,7 @@ Alexander Bruy 2016-02-19 [processing] fix GRASS7 r.water.outlet -Giovanni Manghi 2016-02-19 +Giovanni Manghi 2016-02-19 processing fox GRASS7 r.water.outlet @@ -277960,7 +286615,7 @@ Alexander Bruy 2016-02-19 [processing] fix gdal_rasterize: missing output format parameter -Giovanni Manghi 2016-02-19 +Giovanni Manghi 2016-02-19 fix processing gdal_rasterize: missing output format parameter @@ -277995,7 +286650,7 @@ Alessandro Pasotti 2016-02-19 Added new plugin filters to server api docs -elpaso 2016-02-19 +Alessandro Pasotti 2016-02-19 Added new plugin filters to server api docs @@ -278754,7 +287409,7 @@ Médéric RIBREUX 2016-02-09 [Processing] Split v.generalize (implements Redmine #5707) -Giovanni Manghi 2016-02-09 +Giovanni Manghi 2016-02-09 Processing: remove wrong/non mandatory default extent for raster analysis @@ -278845,7 +287500,7 @@ Alexander Bruy 2016-02-09 [processing] fix OGR/Convert format tool -Giovanni Manghi 2016-02-09 +Giovanni Manghi 2016-02-09 Processing: add missing v.surf.rst.line tool to GRASS7 @@ -278903,19 +287558,19 @@ Jürgen E. Fischer 2016-02-09 add 2to3 script to migrate PyQt4 to PyQt wrappers -Giovanni Manghi 2016-02-08 +Giovanni Manghi 2016-02-08 fix Processing OGR/Convert format tool -Giovanni Manghi 2016-02-08 +Giovanni Manghi 2016-02-08 fix a few GDAL/OGR Processing optional parameters -Giovanni Manghi 2016-02-08 +Giovanni Manghi 2016-02-08 fix non-translatable string in Processing GDAL/Aspect -Giovanni Manghi 2016-02-08 +Giovanni Manghi 2016-02-08 fix Processing GDAL near black tool @@ -279452,7 +288107,7 @@ Médéric RIBREUX 2016-01-31 * v.what.rast.points when type=point. For points input layers. * v.what.rast.centroids when type=centroid. For polygons input layers. -Giovanni Manghi 2016-01-31 +Giovanni Manghi 2016-01-31 add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution @@ -279529,14 +288184,14 @@ Nyall Dawson 2016-01-31 Remove useless orientation combobox from copyright dialog -DelazJ 2016-01-30 +Harrissou Sant-anna 2016-01-30 Standardize map canvas decorations items dialog Modify "Location" label by "Placement" in scale Bar Decoration Reorder options of Scale Bar and Copyright decorations dialog in order to set "Placement" options after item's design properties -Giovanni Manghi 2016-01-30 +Giovanni Manghi 2016-01-30 GRASS dissolve works only with areas @@ -279551,7 +288206,7 @@ Salvatore Larosa 2016-01-30 fix the tooltip description of btnNewLinePushButton in expression bui… -DelazJ 2016-01-30 +Harrissou Sant-anna 2016-01-30 fix the tooltip description of btnNewLinePushButton in expression builder @@ -281106,7 +289761,7 @@ Nyall Dawson 2016-01-14 Sponsored by Andreas Neumann Merge: 275eb9463d5 2a12f0189b9 -Larry Shaffer 2016-01-14 +Larry Shaffer 2016-01-14 Merge pull request #2674 from boundlessgeo/postgis-pki-pr @@ -281253,11 +289908,11 @@ Luigi Pirelli 2016-01-12 [auth] updated api doc -Larry Shaffer 2016-01-13 +Larry Shaffer 2016-01-13 [auth] Ensure ident cert cache is used; move temp file creation to utils -Larry Shaffer 2016-01-13 +Larry Shaffer 2016-01-13 Clean up with prepare commit script @@ -282562,15 +291217,15 @@ Nyall Dawson 2016-01-04 More nullptr conversions -SrNetoChan 2016-01-04 +Alexandre Neto 2016-01-04 QGIS formats Icons for mac -SrNetoChan 2016-01-03 +Alexandre Neto 2016-01-03 Added QGIS formats icons -SrNetoChan 2016-01-03 +Alexandre Neto 2016-01-03 Colored qlr icon @@ -283033,7 +291688,7 @@ Alessandro Pasotti 2015-12-22 Storing a pointer to QSettings instead of using stack -elpaso 2015-12-22 +Alessandro Pasotti 2015-12-22 Storing a pointer to QSettings instead of using stack @@ -283129,15 +291784,15 @@ Nyall Dawson 2015-12-22 [FEATURE] Delimited text provider supports curved WKT geometries -SrNetoChan 2015-12-21 +Alexandre Neto 2015-12-21 updated mime icons for mac -SrNetoChan 2015-12-21 +Alexandre Neto 2015-12-21 changed mime icons files names -SrNetoChan 2015-12-15 +Alexandre Neto 2015-12-15 Added new mime icons @@ -283243,15 +291898,15 @@ Sebastian Dietrich 2015-12-20 make astyle force every statement into a separate line -Nyall 2015-12-21 +Nyall Dawson 2015-12-21 Enable provider side ordering for mssql provider -Nyall 2015-12-21 +Nyall Dawson 2015-12-21 Handle order by parsing failures in postgres provider -Nyall 2015-12-21 +Nyall Dawson 2015-12-21 Add provider order by tests where expression compilation will fail @@ -283415,7 +292070,7 @@ Matthias Kuhn 2015-12-17 Attribute table: show table when opening -elpaso 2015-12-17 +Alessandro Pasotti 2015-12-17 Fixed external python file path for forms @@ -283444,7 +292099,7 @@ Alessandro Pasotti 2015-12-16 Uninstall custom excepthook for server -elpaso 2015-12-16 +Alessandro Pasotti 2015-12-16 Uninstall custom excepthook for server @@ -283547,7 +292202,7 @@ Asger Skovbo Petersen 2015-12-15 WFS version corrected to 1.0.0 -AsgerPetersen 2015-12-15 +Asger Skovbo Petersen 2015-12-15 Simple python tests of WFS responses @@ -283720,7 +292375,7 @@ Alessandro Pasotti 2015-12-14 Fixes #13984 custom python init function config is lost in master -elpaso 2015-12-14 +Alessandro Pasotti 2015-12-14 Fixes #13984 custom python init function config is lost in master @@ -284145,7 +292800,7 @@ Matthias Kuhn 2015-12-09 [Travis] Don't build with debug info -elpaso 2015-12-09 +Alessandro Pasotti 2015-12-09 Fixed comment base_table_good @@ -284312,7 +292967,7 @@ Nyall Dawson 2015-12-08 - follows recommendations by clazy/KDAB - potentially performance benefits -elpaso 2015-12-08 +Alessandro Pasotti 2015-12-08 Added tests with use estimated metadata @@ -284479,11 +293134,11 @@ Alessandro Pasotti 2015-12-05 Refactored the python init function selector -elpaso 2015-12-05 +Alessandro Pasotti 2015-12-05 Honour relative path setting -elpaso 2015-11-26 +Alessandro Pasotti 2015-11-26 Added error messages with QMessageBox @@ -284491,7 +293146,7 @@ elpaso 2015-11-26 * init function not found * init function with wrong parameters count -elpaso 2015-11-24 +Alessandro Pasotti 2015-11-24 Added b/w compatibility for "dot" module/function @@ -284505,11 +293160,11 @@ elpaso 2015-11-24 Still missing: warn the user on configuration and trapped runtime errors -elpaso 2015-11-24 +Alessandro Pasotti 2015-11-24 Hide file selector when not needed -elpaso 2015-11-24 +Alessandro Pasotti 2015-11-24 Refactored the python init function selector @@ -284525,7 +293180,7 @@ Alessandro Pasotti 2015-12-05 Changed comment title -elpaso 2015-12-04 +Alessandro Pasotti 2015-12-04 Added test for QgsMapLayerRegistry @@ -284563,7 +293218,7 @@ Jürgen E. Fischer 2015-12-04 postgres provider: verify uniqueness of parent table primary keys (fixes #13947) -elpaso 2015-12-04 +Alessandro Pasotti 2015-12-04 Added failing test for tables with INHERITS @@ -284610,7 +293265,7 @@ Nathan Woodrow 2015-12-04 Missed one -Larry Shaffer 2015-12-03 +Larry Shaffer 2015-12-03 [FEATURE][auth] Add support to Plugin Manager @@ -285229,7 +293884,7 @@ Matthias Kuhn 2015-11-18 Add build instructions for Fedora/Qt5 -Sab 2015-11-26 +Saber 2015-11-26 Fix problem with QSpinBox error in Processing dialog windows @@ -285645,7 +294300,7 @@ Alessandro Pasotti 2015-11-20 Added config() to QgsEditorWidgetWrapper SIP wrapper -elpaso 2015-11-20 +Alessandro Pasotti 2015-11-20 Added const to config() method @@ -285673,7 +294328,7 @@ D'Hont René-Luc 2015-11-20 This bugfix adds tests. -elpaso 2015-11-20 +Alessandro Pasotti 2015-11-20 Added config() to QgsEditorWidgetWrapper SIP wrapper @@ -285704,7 +294359,7 @@ Jürgen E. Fischer 2015-11-19 install qgsfeaturefilterprovider.h (followup c9f0d83) Merge: 313fe6a98f0 174fbb97cea -olivierdalang 2015-11-19 +Olivier Dalang 2015-11-19 Merge pull request #1 from SebDieBln/SanitizeEntryNames @@ -286243,7 +294898,7 @@ Sebastian Dietrich 2015-11-13 Added PQfmod() to class QgsPostgresResult -Giovanni Manghi 2015-11-13 +Giovanni Manghi 2015-11-13 fix SAGA 2.2.2 kriging tools @@ -286364,7 +295019,7 @@ Alessandro Pasotti 2015-11-12 Fix attribute sync to layer for python init code and make QgsAttributeDialog reachable form python -elpaso 2015-11-12 +Alessandro Pasotti 2015-11-12 Removed parent and replaced with QgsAttributeDialog @@ -286373,7 +295028,7 @@ elpaso 2015-11-12 Fixes #11517 (indirectly) -elpaso 2015-11-12 +Alessandro Pasotti 2015-11-12 Fixed attribute sync to layer for init code @@ -286391,7 +295046,7 @@ Marco Bernasocchi 2015-11-12 fix biulding issue when WITH_QT_WEBKIT=OFF -Giovanni Manghi 2015-11-12 +Giovanni Manghi 2015-11-12 missing parameter @@ -286402,7 +295057,7 @@ Alexander Bruy 2015-11-12 [processing] fix SAGA 2.1.2 kriging -Giovanni Manghi 2015-11-12 +Giovanni Manghi 2015-11-12 fix SAGA 2.2.0 kriging @@ -286418,11 +295073,11 @@ Matthias Kuhn 2015-11-10 [qt5] Fix QScintilla cmake file -Giovanni Manghi 2015-11-12 +Giovanni Manghi 2015-11-12 fix SAGA 2.1.2 kriging -elpaso 2015-11-12 +Alessandro Pasotti 2015-11-12 SQLITE ask for a new name if already exists @@ -286712,7 +295367,7 @@ Víctor Olaya 2015-11-08 [Processing] fixed #13790 (issue saving config option) -Giovanni Manghi 2015-11-08 +Giovanni Manghi 2015-11-08 fix SAGA 2.2.* Inverse Distance Weighted @@ -286781,7 +295436,7 @@ Alessandro Pasotti 2015-11-07 Added HiDPI support to QgsWebView -elpaso 2015-11-07 +Alessandro Pasotti 2015-11-07 Added HiDPI support to QgsWebView @@ -286920,11 +295575,11 @@ Alessandro Pasotti 2015-11-05 [FEATURE] Bugfix 13410 -elpaso 2015-11-05 +Alessandro Pasotti 2015-11-05 Changed the toolip with the new information -elpaso 2015-11-05 +Alessandro Pasotti 2015-11-05 Fixed save/load from DB sync init @@ -286939,15 +295594,15 @@ Vincent Mora 2015-11-05 [FEATURE] assistant for varying line width -elpaso 2015-11-05 +Alessandro Pasotti 2015-11-05 Added coding utf8 header to example -elpaso 2015-11-05 +Alessandro Pasotti 2015-11-05 Added import and tabs in the example -elpaso 2015-11-05 +Alessandro Pasotti 2015-11-05 Default false for use init code @@ -287016,7 +295671,7 @@ Nyall Dawson 2015-11-05 (eg > 30k ) fails when using the ...OR... approach, but works using IN -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 [FEATURE] store python init code into the project @@ -287024,15 +295679,15 @@ elpaso 2015-11-04 init code into the project (and the DB, since it's in the style section) -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Added /Out/ to run -elpaso 2015-11-02 +Alessandro Pasotti 2015-11-02 Initial implementation -elpaso 2015-11-02 +Alessandro Pasotti 2015-11-02 Initial implementation @@ -287053,27 +295708,27 @@ Alessandro Pasotti 2015-11-04 Bugfix 11266 -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Pass referencing record instead of referenced -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Added comment -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Removed noop -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Reverted to original code -elpaso 2015-11-04 +Alessandro Pasotti 2015-11-04 Added new method to bindings -elpaso 2015-11-03 +Alessandro Pasotti 2015-11-03 Implemented setFeatureSelectionManager in QgsListView @@ -287084,7 +295739,7 @@ elpaso 2015-11-03 * still crashes at the provider level after saving * unlink still doesn't work -elpaso 2015-11-03 +Alessandro Pasotti 2015-11-03 Fixed disappearing item issue when subform editing @@ -287223,7 +295878,7 @@ Tom Kralidis 2015-11-03 add national geodata.gov.gr CSW (rename) -elpaso 2015-11-03 +Alessandro Pasotti 2015-11-03 Fixes #13747 @@ -287422,11 +296077,11 @@ Jürgen E. Fischer 2015-10-24 render polygons with outline using drawPath (fixes #13343) -elpaso 2015-10-29 +Alessandro Pasotti 2015-10-29 Added const and Q_FOREACH instead of plain foreach -elpaso 2015-10-29 +Alessandro Pasotti 2015-10-29 Added colorramps to the select by group export @@ -287467,7 +296122,7 @@ Jürgen E. Fischer 2015-10-28 fix fetching of redirected wms capabilities (followup e95bf6d) -elpaso 2015-10-28 +Alessandro Pasotti 2015-10-28 Interactive selection by group of exported symbols @@ -287618,7 +296273,7 @@ Giuseppe Sucameli 2015-10-26 Merge pull request #2394 from PedroVenancio -Giovanni Manghi 2015-10-25 +Giovanni Manghi 2015-10-25 fix processing GRASS 7 v.out.ogr @@ -287807,7 +296462,7 @@ Médéric Ribreux 2015-10-23 DBManager: support timestamp values for Oracle -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 Partial fix for #13143; fix Mac exports for composer with HTML labels @@ -287817,7 +296472,7 @@ Jürgen E. Fischer 2015-10-23 pass through default values when merging features (followup 099a40b, refs #12842) -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 Fix #11399; fix up Mac OS X 10.10+ dropped file URLs @@ -287825,7 +296480,7 @@ Salvatore Larosa 2015-10-23 [pyqgis-console] APIs file update -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 [auth] Fix #13568; disable auth system after 5 wrong password attempts @@ -287962,7 +296617,7 @@ Radim Blazek 2015-10-22 [GRASS] disable multiple vector editing on Linux/Mac -Giovanni Manghi 2015-10-22 +Giovanni Manghi 2015-10-22 processing add option for additional parameters for gdal rasterize @@ -287970,19 +296625,19 @@ Radim Blazek 2015-10-22 [GRASS] try to get off_t from Make/platform.h -Giovanni Manghi 2015-10-22 +Giovanni Manghi 2015-10-22 remove repeated parameter -Giovanni Manghi 2015-10-22 +Giovanni Manghi 2015-10-22 Processing advanced parameters for gdal clip raster -Giovanni Manghi 2015-10-22 +Giovanni Manghi 2015-10-22 Processing gdal translate and warp advanced parameters as such -DelazJ 2015-10-21 +Harrissou Sant-anna 2015-10-21 Restore "Add result to canvas" option as default @@ -288098,7 +296753,7 @@ Matthias Kuhn 2015-10-20 Fix string type errors in processing algorithms -arnaud.morvan@camptocamp.com 2015-10-20 +Arnaud Morvan 2015-10-20 Revert crs.ImportFromProj4(unicode(...)) to crs.ImportFromProj4(str(...)) @@ -288258,11 +296913,11 @@ Nyall Dawson 2015-10-19 - const ref when using Q_FOREACH - foreach->Q_FOREACH -Larry Shaffer 2015-10-16 +Larry Shaffer 2015-10-16 [auth] Migrate more manager unit tests; add test html reporter -Larry Shaffer 2015-10-16 +Larry Shaffer 2015-10-16 [auth] Start full migration of Py unit tests to C++ @@ -288445,7 +297100,7 @@ Steven Mizuno 2015-09-15 (fixes #3609) -Larry Shaffer 2015-10-15 +Larry Shaffer 2015-10-15 [auth] Move pass file support to manager class; for both server/app @@ -288527,18 +297182,18 @@ Paolo Cavallini 2015-10-15 Fix SAGA 2.2.0 flow accumulation modules -Larry Shaffer 2015-10-14 +Larry Shaffer 2015-10-14 [server] Fix #13291; reinstate default project read in fcgi directory - Ensure no reassignment of mConfigFilePath by MAP parameter or from QGIS_PROJECT_FILE env var -Giovanni Manghi 2015-10-15 +Giovanni Manghi 2015-10-15 fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files added. -Giovanni Manghi 2015-10-15 +Giovanni Manghi 2015-10-15 fix saga 2.2.0 flow accumulaiton modules (ex catchment areas) @@ -288838,13 +297493,13 @@ Jürgen E. Fischer 2015-10-12 fix windows build -Larry Shaffer 2015-10-09 +Larry Shaffer 2015-10-09 [auth] Add some more debug output - Need to migrate many auth debug to QgsDebugMsgLevel with higher level -Larry Shaffer 2015-10-09 +Larry Shaffer 2015-10-09 [auth] Fix #13550; add auth support to Server; read master password file @@ -288931,7 +297586,7 @@ Nyall Dawson 2015-10-12 Update TestQgsLabelingEngineV2 to use render checker, reenable on Travis -arnaud.morvan@camptocamp.com 2015-10-12 +Arnaud Morvan 2015-10-12 fixup! Include parameterselection dropdown contents in processing translations @@ -289247,7 +297902,7 @@ Nyall Dawson 2015-10-08 Now there's options to change the color/width of this border or disable it entirely. -Larry Shaffer 2015-10-08 +Larry Shaffer 2015-10-08 Revert 8f04d22; set condition to ifndef QT_NO_DEBUG @@ -289298,7 +297953,7 @@ Nyall Dawson 2015-10-08 Fix missing sip bindings for renderers (fix #13545) -elpaso 2015-10-08 +Alessandro Pasotti 2015-10-08 Fix line height and icon size on hipi @@ -289391,7 +298046,7 @@ Nyall Dawson 2015-10-08 Fix legends are empty if presets used with filtered legend (fix #13300) -Larry Shaffer 2015-10-07 +Larry Shaffer 2015-10-07 Fix unused variable warning with clang on Mac @@ -289407,7 +298062,7 @@ Jürgen E. Fischer 2015-10-07 fix windows build (followup c49b5b7) -elpaso 2015-10-06 +Alessandro Pasotti 2015-10-06 Fixes line height and icon size on hidpi screens @@ -289446,7 +298101,7 @@ Nyall Dawson 2015-10-07 a (small) cost for copying the objects when there's no reason to - it's the right thing to do! -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [travis] Ensure use of standard (legacy) infrastructure @@ -289462,19 +298117,19 @@ Larry Shaffer 2015-10-06 http://docs.travis-ci.com/user/workers/standard-infrastructure/ http://docs.travis-ci.com/user/workers/container-based-infrastructure/ -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Move startup system-is-disabled blocking dialog to message bar -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Reorganize SSL error integration -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Fix #13507; ensure auth widgets are disabled if auth system is -Larry Shaffer 2015-10-03 +Larry Shaffer 2015-10-03 [auth] Set trusted certs for default SSL configs when cache rebuilt @@ -289675,7 +298330,7 @@ Salvatore Larosa 2015-10-03 [processing] sort alphabetically the online scripts -Larry Shaffer 2015-10-02 +Larry Shaffer 2015-10-02 Update bundling of qspatialite and postgres Qt SQL plugins for Mac @@ -289704,33 +298359,33 @@ Alessandro Pasotti 2015-10-02 Changed "given field index" to "given field name" -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 [auth] Add more database warnings to manager -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Resolve symlinks when bundling PyQt uic directory on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Lower optimization for qgsexpression_texts.cpp for release builds on Mac - Only applies when using clang compiler -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add PYTHONPATH support and better module finding to Mac bundling -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add symlink resolving to install name change bundle function on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Bundle only the QCA plugins that are used on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add QwtPolar bundling for Mac @@ -289983,7 +298638,7 @@ Radim Blazek 2015-09-29 [GRASS] refresh module input when location changed -arnaud.morvan@camptocamp.com 2015-09-29 +Arnaud Morvan 2015-09-29 [Processing] Add precision parameter to by location algorithms @@ -289998,7 +298653,7 @@ Tom Kralidis 2015-09-29 add official CSW services for Portugal -Giovanni Manghi 2015-09-29 +Giovanni Manghi 2015-09-29 add official CSW services for Portugal @@ -290043,7 +298698,7 @@ Salvatore Larosa 2015-09-28 [geometry-checker-gui] add scroll area and save geometry dialog to settings -Giovanni Manghi 2015-09-28 +Giovanni Manghi 2015-09-28 fix grass7 v.sample @@ -290225,19 +298880,19 @@ Matthias Kuhn 2015-09-26 QgsPointLocator::Type : Type safety -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Skip unit tests if qca-ossl plugin is missing -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Integrate authcfg editing widget into handle bad layers dialog -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Add widget for editing an authcfg within a data source URI -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Allow capital letters in config ID @@ -290361,7 +299016,7 @@ Salvatore Larosa 2015-09-24 [FEATURE] allow filtering for field values in expression widget -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Add authcfg ID edit widget and support for changing the ID @@ -290380,7 +299035,7 @@ Radim Blazek 2015-09-24 [GRASS] optional GISBASE, options menu action -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Redesign Authentication section of Options @@ -290388,11 +299043,11 @@ Larry Shaffer 2015-09-24 - Add standalone certificate manager - Add installed auth method plugin dialog, indicating usage per plugin -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Remove Authentication action from Settings menu -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Strip translated display name from auth method plugins @@ -290400,11 +299055,11 @@ Radim Blazek 2015-09-24 [GRASS] add new layers from browser -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Update auth config tests; strip passphrase from QgsPkiBundle -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Update python tests (keep disabled); add auth config tests @@ -290550,7 +299205,7 @@ Mathieu Pellerin 2015-09-23 [welcome page] set normal & highlight text color for theme compatibility -Giovanni Manghi 2015-09-22 +Giovanni Manghi 2015-09-22 fix some processing/ogr tools @@ -290570,7 +299225,7 @@ radosuav 2015-09-22 [Processing] Fix setting of "multiline" setting for ParameterString -Larry Shaffer 2015-09-22 +Larry Shaffer 2015-09-22 [auth system] Fix doc string warnings and comments in PR 2330 @@ -290614,7 +299269,7 @@ Giuseppe Sucameli 2015-09-22 when a column is deleted just rearrange changed attribute map indexes before calling updateLayerFields on the buffer, otherwise QgsVectorLayerFeatureIterator::updateChangedAttributes will use the changed attribute map with old/wrong indexes -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Fix warnings and add compatibility with QCA 2.0.3 @@ -290642,35 +299297,35 @@ Matthias Kuhn 2015-09-21 [travis] fix shorturl followup f3f5ea1 -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Add to API docs and fix warnings -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Add PKI test data -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Python bindings for core and gui classes -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Data source integration for OWS connections -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Data source integration for Postgres and Spit plugin -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] basic, pki paths, pkcs12, and identity certificate plugins -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Core data source URI integration -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [FEATURE] Authentication configuration system with master password @@ -290889,11 +299544,11 @@ Martin Dobias 2015-09-10 This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s. -DelazJ 2015-09-20 +Harrissou Sant-anna 2015-09-20 fix options alignment -DelazJ 2015-09-20 +Harrissou Sant-anna 2015-09-20 enforces consistency @@ -290951,7 +299606,7 @@ Jürgen E. Fischer 2015-09-19 fix precise build Merge: 11f683d27dd 8b9e0b65d63 -DelazJ 2015-09-18 +Harrissou Sant-anna 2015-09-18 Merge remote-tracking branch 'upstream/master' into ConsistentTerms2 @@ -291084,7 +299739,7 @@ Matthias Kuhn 2015-09-16 Enable grass on travis -arnaud.morvan@camptocamp.com 2015-08-31 +Arnaud Morvan 2015-08-31 Include parameterselection dropdown contents in processing translations @@ -291367,7 +300022,7 @@ Salvatore Larosa 2015-09-12 [processing] fixed translation strings for the new algorithm ombb and done one more small fixes -lbartoletti 2015-06-11 +Loïc Bartoletti 2015-06-11 Oriented Minimum Bounding Box - processing version as requested #2116 @@ -291533,7 +300188,7 @@ Jürgen E. Fischer 2015-09-10 Fix windows build -Larry Shaffer 2015-09-09 +Larry Shaffer 2015-09-09 Followup to 2a5f262; fix typo and run through autopep8 @@ -291580,7 +300235,7 @@ Radim Blazek 2015-09-09 [GRASS] module input model file system watcher -Tom Chadwin 2015-09-09 +Tom Chadwin 2015-09-09 Travis: try container-based infrastructure @@ -291665,7 +300320,7 @@ Nyall Dawson 2015-07-16 Fix up missing geometry tests (refs #13099) -Larry Shaffer 2015-09-08 +Larry Shaffer 2015-09-08 Update Mac build directory temp symlinks for GRASS versions @@ -291758,7 +300413,7 @@ Alessandro Pasotti 2015-09-07 QgsServer handleRequest now returns QPair of QByteArray with headers and body -elpaso 2015-09-07 +Alessandro Pasotti 2015-09-07 Re-formatted typecode @@ -291813,11 +300468,11 @@ Marco Hugentobler 2015-09-07 Fix reprojected markers -elpaso 2015-09-07 +Alessandro Pasotti 2015-09-07 Added comments -elpaso 2015-09-07 +Alessandro Pasotti 2015-09-07 Convert to type works for QPair of QByteArray @@ -291844,7 +300499,7 @@ Jürgen E. Fischer 2015-09-06 postgres provider: fix display of compound key checkboxes (followup e6f4fa6) -elpaso 2015-09-05 +Alessandro Pasotti 2015-09-05 [SERVER] QgsRequestHandler now returns a QPair @@ -293361,11 +302016,11 @@ Bernhard Ströbl 2015-08-19 [PROCESSING] Fix Progress bar in Dissolve -elpaso 2015-08-19 +Alessandro Pasotti 2015-08-19 Renamed ifdef -elpaso 2015-08-19 +Alessandro Pasotti 2015-08-19 Adjust column size @@ -293769,7 +302424,7 @@ Jürgen E. Fischer 2015-08-07 vector layer: ignore non-existing fields in min/max/uniqueValues (fixes #13194) -elpaso 2015-08-07 +Alessandro Pasotti 2015-08-07 Moved QMultiMap to conversion.sip @@ -293831,23 +302486,23 @@ Alessandro Pasotti 2015-08-06 [server] Sip server filters new bindings -elpaso 2015-08-06 +Alessandro Pasotti 2015-08-06 [server] Added comment -elpaso 2015-08-06 +Alessandro Pasotti 2015-08-06 [server] Minor style change -elpaso 2015-08-06 +Alessandro Pasotti 2015-08-06 [server] Added comment to header -elpaso 2015-08-06 +Alessandro Pasotti 2015-08-06 [server] style fix -elpaso 2015-08-06 +Alessandro Pasotti 2015-08-06 [server] setFilters implementation, bindings and test @@ -293906,7 +302561,7 @@ Nyall Dawson 2015-08-05 Fix invalid color could be returned by QgsRandomColorsV2 -elpaso 2015-08-04 +Alessandro Pasotti 2015-08-04 Added TypeHeaderCode for QgsServerFiltersMap @@ -293940,7 +302595,7 @@ Alessandro Pasotti 2015-08-04 Carolinux python init less verbose -elpaso 2015-08-04 +Alessandro Pasotti 2015-08-04 Fixed server python startup: do not load qgis.user @@ -294060,7 +302715,7 @@ Martin Dobias 2015-07-31 Related issues: #9959, #8883 -Giovanni Manghi 2015-07-31 +Giovanni Manghi 2015-07-31 fix Processing QGIS vector grid as lines @@ -294068,7 +302723,7 @@ Jürgen E. Fischer 2015-07-31 osgeo4w: switch to grass 7.0.1 from RC2 -Larry Shaffer 2015-07-30 +Larry Shaffer 2015-07-30 Fix sys/select.h header include on Mac for grass data file @@ -294175,11 +302830,11 @@ Marco Hugentobler 2015-07-29 Allow usage of node tool for postgis zm geometries -elpaso 2015-05-20 +Alessandro Pasotti 2015-05-20 Fixed scale widget height -elpaso 2015-06-30 +Alessandro Pasotti 2015-06-30 Added TAB charachter @@ -294575,11 +303230,11 @@ Jürgen E. Fischer 2015-07-18 don't buffer python and grass tests output in variables -arnaud.morvan@camptocamp.com 2015-07-17 +Arnaud Morvan 2015-07-17 Processsing translation strings for names and groups -arnaud.morvan@camptocamp.com 2015-07-16 +Arnaud Morvan 2015-07-16 Processing translation tool for names and groups @@ -294855,7 +303510,7 @@ Marco Hugentobler 2015-07-10 Switch node tool to click-click mode -elpaso 2015-07-10 +Alessandro Pasotti 2015-07-10 Added server module to dox @@ -294869,7 +303524,7 @@ Víctor Olaya 2015-07-10 [processing] more robust CRS assignation for SAGA outputs -elpaso 2015-07-10 +Alessandro Pasotti 2015-07-10 Clear the request handler when done @@ -295178,11 +303833,11 @@ Jürgen E. Fischer 2015-07-03 Fixed PyQgsServer tests. -elpaso 2015-07-02 +Alessandro Pasotti 2015-07-02 re-enabled PyQgsServer, reverted setenv -elpaso 2015-07-02 +Alessandro Pasotti 2015-07-02 Fixed PyQgsServer tests. @@ -295486,27 +304141,27 @@ Nyall Dawson 2015-06-27 [pal] Reformat headers to match QGIS standards -elpaso 2015-06-29 +Alessandro Pasotti 2015-06-29 Re-added Nyall's modifications -elpaso 2015-05-30 +Alessandro Pasotti 2015-05-30 Added documentation and QgsServer to doxy template -elpaso 2015-05-29 +Alessandro Pasotti 2015-05-29 Fixed test: added regexp to strip content length -elpaso 2015-05-29 +Alessandro Pasotti 2015-05-29 Removed Qt5 include -elpaso 2015-05-29 +Alessandro Pasotti 2015-05-29 Corrected file comment headers -elpaso 2015-05-29 +Alessandro Pasotti 2015-05-29 [SERVER] Server refactoring and Python bindings/tests @@ -296345,7 +305000,7 @@ Nyall Dawson 2015-06-21 Also rename script to remove_temporary_files.sh to reflect this change. -DelazJ 2015-06-20 +Harrissou Sant-anna 2015-06-20 Use consistent terms @@ -296471,7 +305126,7 @@ Nyall Dawson 2015-06-19 More updated test mask images - moar green!! -Giovanni Manghi 2015-06-19 +Giovanni Manghi 2015-06-19 fix grass7 r.drain non mandatory parameter @@ -296481,7 +305136,7 @@ Matthias Kuhn 2015-06-19 Followup 46a3746 -elpaso 2015-06-05 +Alessandro Pasotti 2015-06-05 Fix interpolation tool crashes qgis #12855 @@ -296741,7 +305396,7 @@ Matthias Kuhn 2015-06-16 And add tests to check if dump() creates an expression that produces the same result as the original expression. -Larry Shaffer 2015-06-16 +Larry Shaffer 2015-06-16 Update GetInfo dates in app and browser plists for Mac @@ -296815,7 +305470,7 @@ Matthias Kuhn 2015-06-16 Be less strict on QgsMapToPixel convenience constructor in debug mode -DelazJ 2015-06-11 +Harrissou Sant-anna 2015-06-11 Update vertex size spinbox step in editing mode @@ -296964,7 +305619,7 @@ Jürgen E. Fischer 2015-06-14 postgres provider: fix feature count on delete (fixes #12957) -Larry Shaffer 2015-06-13 +Larry Shaffer 2015-06-13 Always bundle QTest framework and module on Mac, for plugin developers @@ -296993,7 +305648,7 @@ Nyall Dawson 2015-06-13 Add QgsGeometry::isEmpty to test if underlying geometry exists -Larry Shaffer 2015-06-12 +Larry Shaffer 2015-06-12 [processing] fix typo in ogrinfo process @@ -297541,7 +306196,7 @@ Marco Hugentobler 2015-06-04 Consider new wkb types for postgis in browser. Fixes second part of #12857 -Giovanni Manghi 2015-06-04 +Giovanni Manghi 2015-06-04 fix GRASS7 v.voronoi output as lines @@ -297549,7 +306204,7 @@ Marco Hugentobler 2015-06-04 Remove code duplication in geos import -Larry Shaffer 2015-06-02 +Larry Shaffer 2015-06-02 Fix single band gray with alpha raster type not recognized (fix ##4159) @@ -297764,7 +306419,7 @@ Jürgen E. Fischer 2015-06-01 expression: validate places value of format_number (fixes #12796) -Giovanni Manghi 2015-06-01 +Giovanni Manghi 2015-06-01 make option as advanced in GRASS v.voronoi @@ -297783,7 +306438,7 @@ Alexander Bruy 2015-06-01 [processing] fix several SAGA and GRASS modules -Giovanni Manghi 2015-06-01 +Giovanni Manghi 2015-06-01 remove wrong files @@ -297791,7 +306446,7 @@ Nyall Dawson 2015-06-01 More geometry docs -Giovanni Manghi 2015-06-01 +Giovanni Manghi 2015-06-01 fixes several saga and grass modules @@ -297840,7 +306495,7 @@ Jürgen E. Fischer 2015-05-31 fix warnings -Giovanni Manghi 2015-05-31 +Giovanni Manghi 2015-05-31 fix grass r.horizon @@ -297889,7 +306544,7 @@ Matthias Kuhn 2015-05-30 Fix infinite loop in relation reference widget -elpaso 2015-05-30 +Alessandro Pasotti 2015-05-30 Added documentation and QgsServer to doxy template @@ -297912,11 +306567,11 @@ Nyall Dawson 2015-05-30 Fix broken rendering of curved labels for scripts which use >1 char graphemes (fix #6883) -Giovanni Manghi 2015-05-30 +Giovanni Manghi 2015-05-30 remove r.stream module that are addons, fix r.stream.extract in grass7 -Giovanni Manghi 2015-05-30 +Giovanni Manghi 2015-05-30 fix processing/grass7 in master @@ -298483,7 +307138,7 @@ Marco Hugentobler 2015-05-26 Add connection pool for OGR provider -arnaud.morvan@camptocamp.com 2015-05-22 +Arnaud Morvan 2015-05-22 Update QgsFields nameToIndex hash on field removed @@ -298511,7 +307166,7 @@ Radim Blazek 2015-05-25 QgsRasterProjector optional precision -Giovanni Manghi 2015-05-25 +Giovanni Manghi 2015-05-25 fix grass7 r.surf.area @@ -298535,7 +307190,7 @@ Hugo Mercier 2015-05-25 Fix #12655 copy/paste style between different vector layer geometry types -arnaud.morvan@camptocamp.com 2015-05-22 +Arnaud Morvan 2015-05-22 Add processing CheckValidity algorithm @@ -298600,23 +307255,23 @@ Paolo Cavallini 2015-05-24 Naming more consistent with other tools. -Giovanni Manghi 2015-05-24 +Giovanni Manghi 2015-05-24 fix SAGA 2.1.4 contour lines from grid -Giovanni Manghi 2015-05-24 +Giovanni Manghi 2015-05-24 better indentation -Giovanni Manghi 2015-05-24 +Giovanni Manghi 2015-05-24 fix GRASS7 r.flow -Giovanni Manghi 2015-05-24 +Giovanni Manghi 2015-05-24 better fix for r.relief in grass7 -Giovanni Manghi 2015-05-24 +Giovanni Manghi 2015-05-24 better fix for r.relief in grass7 @@ -298732,7 +307387,7 @@ Matthias Kuhn 2015-05-22 + Fix OGR provider so it does not return features without geometry when filtering with a FilterRect -Giovanni Manghi 2015-05-22 +Giovanni Manghi 2015-05-22 fix GRASS7 r.relief @@ -298777,7 +307432,7 @@ D'Hont René-Luc 2015-05-22 [BUGFIX][SERVER][WFS] Remove extra line after header -arnaud.morvan@camptocamp.com 2015-05-22 +Arnaud Morvan 2015-05-22 Fix processing ParameterTable.setValue @@ -299047,7 +307702,7 @@ carolinux 2015-05-21 Adding search widget capability -arnaud.morvan@camptocamp.com 2015-05-21 +Arnaud Morvan 2015-05-21 Fix processing model help saving and make script help content saving consistent with models behavior @@ -299163,7 +307818,7 @@ Radim Blazek 2015-05-21 [GRASS] fixed crash when GISRC is set but file does not exist or it is corrupted -arnaud.morvan@camptocamp.com 2015-05-20 +Arnaud Morvan 2015-05-20 Write to project join memory cache property instead of cachedAttributes.isEmpty @@ -299607,7 +308262,7 @@ Radim Blazek 2015-05-11 QGIS_PROVIDER_FILE: provider regexp pattern environment variable -Giovanni Manghi 2015-05-14 +Giovanni Manghi 2015-05-14 fix saga split rgb bands @@ -299834,7 +308489,7 @@ Paolo Cavallini 2015-05-07 remove broken R scripts -Giovanni Manghi 2015-05-07 +Giovanni Manghi 2015-05-07 fixes processing refactor fields for certain datatypes @@ -299842,7 +308497,7 @@ Etienne Trimaille 2015-05-07 set the parameter table field optional -Giovanni Manghi 2015-05-07 +Giovanni Manghi 2015-05-07 remove broken R scripts @@ -300376,15 +309031,15 @@ Alexander Bruy 2015-04-27 [processing] remove v.distance as it can't work -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 remove v.distance as it can't work -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 remove r.mapcalculator from GRASS7 modules -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 fix python error when using path with special chars in Processing/GRASS @@ -300405,19 +309060,19 @@ Paolo Cavallini 2015-04-26 Better default cellsize for GRASS6 -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 better GRASS7 default raster resolution and fix r.composite -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 fix grass7 v.to.rast.attribute -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 fix also grass7 r.aspect and re-adds r.slope -Giovanni Manghi 2015-04-26 +Giovanni Manghi 2015-04-26 fix grass7 r.slope.aspect @@ -300644,7 +309299,7 @@ Alexander Bruy 2015-04-14 [processing] fix GRASS7 v.generalize -Giovanni Manghi 2015-04-14 +Giovanni Manghi 2015-04-14 fix GRASS7 v.generalize @@ -300746,7 +309401,7 @@ Jürgen E. Fischer 2015-04-10 server: fix layer order in 'LayerDrawingOrder' (followup de5a3f5) -Giovanni Manghi 2015-04-10 +Giovanni Manghi 2015-04-10 fix gdal_rasterize: remove duplicate options @@ -300863,11 +309518,11 @@ Paolo Cavallini 2015-04-09 fix saga interpolations modules -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix typo -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix saga interpolations modules @@ -300878,7 +309533,7 @@ Paolo Cavallini 2015-04-09 fix saga catchment area modules -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix saga catchment area modules @@ -300889,7 +309544,7 @@ Paolo Cavallini 2015-04-09 fix saga shapes to grid -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix saga shapes to grid @@ -300900,11 +309555,11 @@ Paolo Cavallini 2015-04-09 fix SAGA contour lines from grid -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix SAGA contour lines from grid -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 add gdal_rasterize tool to easily allow write over existing raster @@ -300912,11 +309567,11 @@ Radim Blazek 2015-04-09 [GRASS] test case -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 better option text -Giovanni Manghi 2015-04-09 +Giovanni Manghi 2015-04-09 fix gdal rasterize when using an existing raster layer @@ -301277,7 +309932,7 @@ Matthias Kuhn 2015-03-16 Add "filter fields" configuraiton option to relation reference widget -olivierdalang 2015-03-26 +Olivier Dalang 2015-03-26 [feature] filter the attribute table only if there is a selection (feature #7541) @@ -301420,7 +310075,7 @@ Jürgen E. Fischer 2015-03-20 better fix for 8c8a9e07 -Larry Shaffer 2015-03-20 +Larry Shaffer 2015-03-20 Set GDAL env vars for when gdal lib is bundled in app on Mac @@ -301433,13 +310088,13 @@ Jürgen E. Fischer 2015-03-20 server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo) -Larry Shaffer 2015-03-19 +Larry Shaffer 2015-03-19 Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7 - Accidentally removed during merge conflict in 670719c? -Larry Shaffer 2015-03-19 +Larry Shaffer 2015-03-19 Fix typo about becoming a translator @@ -301621,7 +310276,7 @@ Nyall Dawson 2015-03-17 Add some missing overrides -Giovanni Manghi 2015-03-16 +Giovanni Manghi 2015-03-16 add myself to map, fix my email address, add myself to contributors @@ -301868,7 +310523,7 @@ Jürgen E. Fischer 2015-03-03 postgres provider: restore behaviour to keep 3d wkb (refs #9651, followup bd311c8) -Giovanni Manghi 2015-03-03 +Giovanni Manghi 2015-03-03 fix SAGA 2.1.3 Kernel Density Estimation @@ -301911,11 +310566,11 @@ Alexander Bruy 2015-03-01 better quotes in processing/ogr import to postgis tools -Giovanni Manghi 2015-03-01 +Giovanni Manghi 2015-03-01 better name for tool -Giovanni Manghi 2015-03-01 +Giovanni Manghi 2015-03-01 better quotes in processing/ogr import to postgis tools @@ -302207,7 +310862,7 @@ Jürgen E. Fischer 2015-02-24 fix wmts (fixes #12241; followup 1e97b62c) -Giovanni Manghi 2015-02-24 +Giovanni Manghi 2015-02-24 processing: add gdal tileindex @@ -302330,11 +310985,11 @@ Tim Sutton 2015-02-21 Updated developer image for about box -Larry Shaffer 2015-02-20 +Larry Shaffer 2015-02-20 Add qgis.server to PyQGIS console .api file generation -Larry Shaffer 2015-02-20 +Larry Shaffer 2015-02-20 Update Mac bundling for qgis_server lib @@ -302542,7 +311197,7 @@ Martin Dobias 2015-02-19 This was causing unexpected changes to rule keys on 3rd level and deeper -Larry Shaffer 2015-02-19 +Larry Shaffer 2015-02-19 Followup to ea00b36; only replace Q_WS_X11 with Q_OS_UNIX for non-Mac @@ -302603,7 +311258,7 @@ Jürgen E. Fischer 2015-02-18 server: keep NULL values on featureinfo -Larry Shaffer 2015-02-18 +Larry Shaffer 2015-02-18 Add C++11 -Wno-deprecated-register only to clang versions with support @@ -302990,7 +311645,7 @@ Nyall Dawson 2015-02-12 workaround probably should be moved to QgsApplication::exitQgis() but I'll do that after release in case of regressions. -Larry Shaffer 2015-02-12 +Larry Shaffer 2015-02-12 Enable C++11 only for newer clang versions; match AppleClang for Cmake 3 @@ -303078,11 +311733,11 @@ Hugo Mercier 2015-01-27 Allow to load a query-based SQLite layer without geometry -arnaud.morvan@camptocamp.com 2015-02-11 +Arnaud Morvan 2015-02-11 Fix #12182 - In FieldsMapper, emit commitData on expression editor change -arnaud.morvan@camptocamp.com 2015-02-11 +Arnaud Morvan 2015-02-11 Fix #12183 - avoid error message in fieldsmapper when no field type selected @@ -303209,7 +311864,7 @@ Marco Hugentobler 2015-02-10 Server: fix loading of dependent layers when using the getFeature() function (ticket #12090) -Giovanni Manghi 2015-02-10 +Giovanni Manghi 2015-02-10 ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers @@ -303377,7 +312032,7 @@ Jürgen E. Fischer 2015-02-07 remaining cppcheck issues -Markus Neteler 2015-02-07 +Markus Neteler 2015-02-07 updates for GRASS GIS 7 support; file date updated in comment @@ -303472,19 +312127,19 @@ Sandro Santilli 2015-02-06 Have QCOMPARE be more verbose about failure -arnaud.morvan@camptocamp.com 2015-01-22 +Arnaud Morvan 2015-01-22 Create FieldMapper GeoAlgorithm -arnaud.morvan@camptocamp.com 2015-01-09 +Arnaud Morvan 2015-01-09 Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms -Giovanni Manghi 2015-02-06 +Giovanni Manghi 2015-02-06 add missing file -Giovanni Manghi 2015-02-06 +Giovanni Manghi 2015-02-06 add gdal raster calculator to processing @@ -303520,11 +312175,11 @@ Nathan Woodrow 2015-02-06 Funded by Digital Mapping Solutions -Giovanni Manghi 2015-02-05 +Giovanni Manghi 2015-02-05 add new geoprocessing tools based on ogr2ogr and sqlite sql dialect -Giovanni Manghi 2015-02-05 +Giovanni Manghi 2015-02-05 fixes processing ogr clip tools when input is postgis/spatialite @@ -303548,7 +312203,7 @@ radosuav 2015-02-05 Should fix #12119 -Giovanni Manghi 2015-02-05 +Giovanni Manghi 2015-02-05 fixes processing gdal rasterize and add compression options for tiff outputs @@ -303581,7 +312236,7 @@ Alexander Bruy 2015-02-04 fix processing gdalwarp dstnodata -Giovanni Manghi 2015-02-04 +Giovanni Manghi 2015-02-04 fix processing gdalwarp dstnodata @@ -303592,7 +312247,7 @@ Alexander Bruy 2015-02-04 fix a_nodata parameter in gdal processing -Giovanni Manghi 2015-02-04 +Giovanni Manghi 2015-02-04 fix a_nodata parameter in gdal processing @@ -303660,7 +312315,7 @@ Alexander Bruy 2015-02-03 [processing] fix enconding in Split Vector layer tool when splitting attribute has non ASCII chars (fix #12117) -Giovanni Manghi 2015-02-03 +Giovanni Manghi 2015-02-03 fix enconding in Split Vector layer tool when splitting attribute has non ascii chars @@ -303695,7 +312350,7 @@ Alexander Bruy 2015-02-03 fix enconding in processing when input layer names have non ascii chars (fix #12106) -Giovanni Manghi 2015-02-03 +Giovanni Manghi 2015-02-03 fix enconding in processing when input layer names have non ascii chars @@ -303781,19 +312436,19 @@ Nyall Dawson 2015-02-02 Cdash is down and this causes false failures -Giovanni Manghi 2015-02-02 +Giovanni Manghi 2015-02-02 add Processing tool to import layers/tables as geometryless tables into postgresql -Giovanni Manghi 2015-02-02 +Giovanni Manghi 2015-02-02 remove spaces -Giovanni Manghi 2015-02-02 +Giovanni Manghi 2015-02-02 update to latest changes in master -Giovanni Manghi 2015-02-01 +Giovanni Manghi 2015-02-01 better and new fixes for processing/ogr import in postgis tools @@ -303836,11 +312491,11 @@ Alexander Bruy 2015-02-01 fix processing ogr postgis import when db name or password are empty -Giovanni Manghi 2015-01-31 +Giovanni Manghi 2015-01-31 processing/gdal: remove output formats that are not supported by qgis -Giovanni Manghi 2015-01-31 +Giovanni Manghi 2015-01-31 processing: add support for rasters other than float in qgis/processing raster tools @@ -303863,11 +312518,11 @@ Marco Hugentobler 2015-01-30 Server: if map-parameter is missing in post parameters, check if it is passed as a get-parameter. Ported from Sourcepole QGIS Enterprise -Giovanni Manghi 2015-01-30 +Giovanni Manghi 2015-01-30 remove space from string -Giovanni Manghi 2015-01-30 +Giovanni Manghi 2015-01-30 fix processing ogr postgis import when db name or password are empty @@ -304261,7 +312916,7 @@ Alexander Bruy 2015-01-22 missed import in Processing GRASS algorithms (fix 12034) -Giovanni Manghi 2015-01-22 +Giovanni Manghi 2015-01-22 fix Processing GRASS @@ -304427,7 +313082,7 @@ vmora 2015-01-20 data defined buttons added to the gui fixes #9881 -Giovanni Manghi 2015-01-21 +Giovanni Manghi 2015-01-21 fix Processing ogr2ogr convert format tool @@ -304438,7 +313093,7 @@ Alexander Bruy 2015-01-21 fix Processing OGR import into PostGIS -Giovanni Manghi 2015-01-21 +Giovanni Manghi 2015-01-21 fix Processing OGR import into PostGIS @@ -304574,7 +313229,7 @@ Nyall Dawson 2015-01-20 Add some missing type conversions to python bindings -Larry Shaffer 2015-01-20 +Larry Shaffer 2015-01-20 Fix #6922, rearrange proxy form to clearly show when system's is used @@ -304599,7 +313254,7 @@ D'Hont René-Luc 2015-01-20 It's some time the case with GetFeatureInfo. -Giovanni Manghi 2015-01-20 +Giovanni Manghi 2015-01-20 fix different issues in SAGA grid calculator module and add a couple of useful options @@ -305199,7 +313854,7 @@ Martin Dobias 2015-01-14 Fix erroneous extent for contextual legend -giohappy 2015-01-13 +Giovanni Allegri 2015-01-13 Fix erroneous extent for contextual legend @@ -305326,7 +313981,7 @@ Sandro Santilli 2015-01-09 Closes http://hub.qgis.org/issues/11818 -Giovanni Manghi 2015-01-09 +Giovanni Manghi 2015-01-09 fix a few qgis processing scripts @@ -305881,7 +314536,7 @@ Anatoliy Golubev 2014-12-23 Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macroses which exists in Qt4 and Qt5 -Larry Shaffer 2014-12-22 +Larry Shaffer 2014-12-22 Fix CMake policy warnings/changes introduced in 3.0.0 and higher @@ -306111,7 +314766,7 @@ Radim Blazek 2014-12-15 autorefresh browser dirs using system notification -Giovanni Manghi 2014-12-15 +Giovanni Manghi 2014-12-15 fix gdal rasterize when using the -ts parameter @@ -306457,11 +315112,11 @@ Bernhard Ströbl 2014-12-08 Log error to ProcessingLog -borys 2014-12-08 +Borys Jurgiel 2014-12-08 [gui] Fix qgsexpressionbuilder layout -borys 2014-12-08 +Borys Jurgiel 2014-12-08 [gui] Fix fieldcalculator layout @@ -307336,7 +315991,7 @@ Werner Macho 2014-11-21 update if txconfig for new translations -Larry Shaffer 2014-11-21 +Larry Shaffer 2014-11-21 Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager @@ -307397,7 +316052,7 @@ Matthias Kuhn 2014-11-07 Add Qt5 support -Giovanni Manghi 2014-11-05 +Giovanni Manghi 2014-11-05 [Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes @@ -307443,7 +316098,7 @@ Víctor Olaya 2014-11-21 Fixes #11702 -Larry Shaffer 2014-11-20 +Larry Shaffer 2014-11-20 Followup to d897aa5; fix crash on Mac @@ -307502,7 +316157,7 @@ Jürgen E. Fischer 2014-11-20 widgetParametersPanel.ui: fix header [ci skip] -dassau 2014-11-19 +Otto Dassau 2014-11-19 update translation @@ -307910,7 +316565,7 @@ Jürgen E. Fischer 2014-11-13 indentation update and typo fixes -Giovanni Manghi 2014-11-13 +Giovanni Manghi 2014-11-13 fixes r.watershed parameter description for GRASS 6.4 @@ -308095,7 +316750,7 @@ Paolo Cavallini 2014-11-07 Update gridcalculator.rst -ghtmtt 2014-11-07 +Matteo Ghetta 2014-11-07 Update gridcalculator.rst @@ -308366,7 +317021,7 @@ Jürgen E. Fischer 2014-11-02 german translation update -Giovanni Manghi 2014-11-02 +Giovanni Manghi 2014-11-02 fix several SAGA 2.1.2 modules, take1 @@ -308479,7 +317134,7 @@ Alexander Bruy 2014-10-31 fix modeller with saga tools -Giovanni Manghi 2014-10-31 +Giovanni Manghi 2014-10-31 fix modeller with saga tools @@ -308558,7 +317213,7 @@ Sandro Santilli 2014-10-29 Affects splitGeometry and reshapeGeometry public functions -Larry Shaffer 2014-10-29 +Larry Shaffer 2014-10-29 Fix missing show/hide selected layers icons @@ -308743,7 +317398,7 @@ Jürgen E. Fischer 2014-10-27 german translation update -Larry Shaffer 2014-10-26 +Larry Shaffer 2014-10-26 Fix #9359; set default WCS caching to Prefer Network @@ -308810,17 +317465,17 @@ Robert Szczepanek 2014-10-25 [TRANSUP] pl: log, color, composer -DelazJ 2014-10-25 +Harrissou Sant-anna 2014-10-25 Adding text about field calculator bar Adds text about field calculator bar and other stuffs -DelazJ 2014-10-25 +Harrissou Sant-anna 2014-10-25 Update QgsMeasureDialog -DelazJ 2014-10-25 +Harrissou Sant-anna 2014-10-25 Update Measure Tools description @@ -308830,7 +317485,7 @@ Jürgen E. Fischer 2014-10-24 dxf export: export layers only once and in drawing order -DelazJ 2014-10-24 +Harrissou Sant-anna 2014-10-24 Add text about measuring angle @@ -308923,7 +317578,7 @@ Martin Dobias 2014-10-24 Projects where this problem appears need to be fixed - the easiest way is to select all rules, copy&paste them and remove the previous rules. -DelazJ 2014-10-24 +Harrissou Sant-anna 2014-10-24 Update QgsAttributeTableDialog @@ -308986,7 +317641,7 @@ Alexander Bruy 2014-10-23 result field in Processing 'count points in polygon' must be integer -Giovanni Manghi 2014-10-23 +Giovanni Manghi 2014-10-23 result field in Processing 'count points in polygon' must be integer @@ -309056,7 +317711,7 @@ Alexander Bruy 2014-10-22 add Processing clip using ogr2ogr to compensate for the bad Clip perform... -borys 2014-10-22 +Borys Jurgiel 2014-10-22 [TRANSUP] pl: the layers panel toolbar and color dialogs @@ -309115,7 +317770,7 @@ Robert Szczepanek 2014-10-21 [TRANSUP] pl: menu and toolbars -Giovanni Manghi 2014-10-21 +Giovanni Manghi 2014-10-21 added detail about the output @@ -309123,7 +317778,7 @@ Jürgen E. Fischer 2014-10-21 use QgsCredentials to request wms/ows credentials on demand and wms cleanups (fixes #11184) -Giovanni Manghi 2014-10-21 +Giovanni Manghi 2014-10-21 fix processing gdal_rasterize to allow write vector values in a existing raster layer @@ -309133,7 +317788,7 @@ Werner Macho 2014-10-21 Signed-off-by: Werner Macho -Giovanni Manghi 2014-10-21 +Giovanni Manghi 2014-10-21 add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool @@ -309166,11 +317821,11 @@ Nyall Dawson 2014-10-21 Fix #11321, #11380 -Giovanni Manghi 2014-10-21 +Giovanni Manghi 2014-10-21 Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64 -Giovanni Manghi 2014-10-21 +Giovanni Manghi 2014-10-21 Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64 @@ -309270,7 +317925,7 @@ Nyall Dawson 2014-10-20 (fix #11352) -Giovanni Manghi 2014-10-20 +Giovanni Manghi 2014-10-20 fixes for 2 shapes tools for SAGA 2.1.2 @@ -309410,7 +318065,7 @@ Nyall Dawson 2014-10-20 Make sure all actions use standard capitalization and ... suffixes when required. Add missing menu key shortcuts to composer actions. -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 Add option to allow choose raster type output to gdal_rasterize @@ -309439,15 +318094,15 @@ Víctor Olaya 2014-10-19 better gdal rasterize defaults -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 better gdal rasterize defaults -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 small fix for SAGA module -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 Add SAGA 2.1.2 Transpose Grids tool @@ -309477,7 +318132,7 @@ Víctor Olaya 2014-10-19 [processing] removed repeated algorithms from simplified mode -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 fix SAGA 2.1.2 Sort Grid module: name and parameters changed @@ -309493,7 +318148,7 @@ Víctor Olaya 2014-10-19 [processing] remember min/max value in number params in modeler -Giovanni Manghi 2014-10-19 +Giovanni Manghi 2014-10-19 fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters @@ -309631,11 +318286,11 @@ Paolo Cavallini 2014-10-18 Fixes SAGA slope,aspect,curvature for SAGA 2.1.x -Giovanni Manghi 2014-10-18 +Giovanni Manghi 2014-10-18 fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x -Giovanni Manghi 2014-10-18 +Giovanni Manghi 2014-10-18 fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x @@ -309643,7 +318298,7 @@ Paolo Cavallini 2014-10-18 Typo fixed in r.series -borys 2014-10-18 +Borys Jurgiel 2014-10-18 [TRANSUP] [pl] Typo fix @@ -309678,7 +318333,7 @@ Paolo Cavallini 2014-10-17 add new parameter to SAGA split shapes tool, fixes #11427 -Giovanni Manghi 2014-10-17 +Giovanni Manghi 2014-10-17 add new parameter to SAGA split shapes tool @@ -309944,7 +318599,7 @@ Jürgen E. Fischer 2014-10-11 Fixes error in Multipoints with Z rendering -giohappy 2014-10-10 +Giovanni Allegri 2014-10-10 Fixes error in Multipoints with Z rendering @@ -310371,7 +319026,7 @@ Alexander Bruy 2014-10-04 [processing] fix algorithm execution -Giovanni Manghi 2014-10-04 +Giovanni Manghi 2014-10-04 fix for v.kernel module in GRASS plugin @@ -310436,7 +319091,7 @@ Denis Rouzaud 2014-10-03 Fix #11307. Apply user selection alpha channel to mapsettings on newfile. -arnaud.morvan@camptocamp.com 2014-10-03 +Arnaud Morvan 2014-10-03 Apply default selection color alpha channel to mapsettings on newfile. Fix #11307 @@ -310465,7 +319120,7 @@ Alexander Bruy 2014-10-03 [processing] put all qgis algs in single directory -ghtmtt 2014-10-03 +Matteo Ghetta 2014-10-03 Update geometricfigures.rst @@ -310803,7 +319458,7 @@ Nyall Dawson 2014-09-27 Follow up 27abd208 -Larry Shaffer 2014-09-26 +Larry Shaffer 2014-09-26 Followup to da3516c; find custom prefix QScintilla include directories @@ -310868,7 +319523,7 @@ Anita Graser 2014-09-26 as described in http://hub.qgis.org/issues/11273 -giohappy 2014-09-26 +Giovanni Allegri 2014-09-26 [Processing] HTML output for r.sum @@ -311373,7 +320028,7 @@ Nyall Dawson 2014-09-18 Add support for removing user palettes from color picker -Larry Shaffer 2014-09-19 +Larry Shaffer 2014-09-19 Fix 'geos_c.h not found' build error on Mac for browser app @@ -311805,15 +320460,15 @@ Martin Dobias 2014-09-15 Fix build error with SIP (4.15.5) -Nyall 2014-09-15 +Nyall Dawson 2014-09-15 [dbmanager] Try to set sensible default column choice for sql window -Nyall 2014-09-15 +Nyall Dawson 2014-09-15 [dbmanager] Don't trip up when loading a sql layer if sql ends with a ; -Nyall 2014-09-15 +Nyall Dawson 2014-09-15 [dbmanager] Don't set parent for dbmanager window, allows for minimising window. Unminimise window when activating dbmanager. @@ -312291,7 +320946,7 @@ Nyall Dawson 2014-09-05 Fix crash when trying to edit color ramp with black start/end colors -Larry Shaffer 2014-09-04 +Larry Shaffer 2014-09-04 Fix Mac build @@ -312748,7 +321403,7 @@ Michael Douchin 2014-08-28 [BUGFIX] Issue #11109 - Write relative path in project XML for embedded groups and layers when needed -anitagraser 2014-08-28 +Anita Graser 2014-08-28 check if value is None before trying to cast float @@ -312827,11 +321482,11 @@ Tim Sutton 2014-08-25 Activate the help button in select projection Dialog -DelazJ 2014-08-25 +Harrissou Sant-anna 2014-08-25 Add slot on ContextHelp button -DelazJ 2014-08-25 +Harrissou Sant-anna 2014-08-25 Referencing Help button function @@ -312896,7 +321551,7 @@ Nyall Dawson 2014-08-25 Fix some alignment and tab issues with symbol dialogs (refs #11060) -DelazJ 2014-08-25 +Harrissou Sant-anna 2014-08-25 Enlarge btnSaveSymbol so it shows fully its text @@ -312986,79 +321641,79 @@ Jürgen E. Fischer 2014-08-22 add missing file from 72e779c3e -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map canvas -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add by default the result file to the map -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Update frmEliminate.ui -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Add saved file to map canvas by default -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Default srid value to use in new geom column : 0 -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 Default srid value to 0 in new table geom column -DelazJ 2014-08-21 +Harrissou Sant-anna 2014-08-21 set default srid value to 0 in new geom column @@ -313593,7 +322248,7 @@ Nyall Dawson 2014-07-31 [composer] Don't deselect items when unlocking them from the items panel -SrNetoChan 2014-07-25 +Alexandre Neto 2014-07-25 Fixed Legacy date widget default format @@ -313784,7 +322439,7 @@ Matthias Kuhn 2014-05-28 Remove unused method -Larry Shaffer 2014-07-23 +Larry Shaffer 2014-07-23 Fix finding QScintilla for non-QT_INCLUDE_DIR install directories @@ -313907,7 +322562,7 @@ Nyall Dawson 2014-07-10 [FEATURE][composer] Data defined url for composer html items. Sponsored by City of Uster, Switzerland. -Giovanni Manghi 2014-07-21 +Giovanni Manghi 2014-07-21 fix grass64 v.to.points @@ -314035,7 +322690,7 @@ Nyall Dawson 2014-07-17 [FEATURE][composer] Allow setting attribute table header and content font colors. Fix saving alpha channel for grid colors. -Larry Shaffer 2014-07-16 +Larry Shaffer 2014-07-16 Fix bundle-relative linking for libqscintilla2.dylib (now required lib) on Mac @@ -314221,11 +322876,11 @@ Víctor Olaya 2014-07-11 [processing] change icon of core algs -Larry Shaffer 2014-07-11 +Larry Shaffer 2014-07-11 [processing] Fix typo -Larry Shaffer 2014-07-11 +Larry Shaffer 2014-07-11 Fix QgsComposerMap sip/cpp build error @@ -314420,11 +323075,11 @@ Nathan Woodrow 2014-07-07 - select(), selectByRectangle() return SelectFeatures action to maintain API -Giovanni Manghi 2014-07-07 +Giovanni Manghi 2014-07-07 [processing] fix GRASS 64 r.watershed -Giovanni Manghi 2014-07-07 +Giovanni Manghi 2014-07-07 [processing] fix GRASS 7 r.watershed @@ -314580,7 +323235,7 @@ Sandro Mani 2014-07-03 Fix joinConnectedFeatures not keeping the featureParts list in sync (Funded by Sourcepole) -borys 2014-07-03 +Borys Jurgiel 2014-07-03 Typo fixes from Rome airport @@ -314638,7 +323293,7 @@ Víctor Olaya 2014-07-01 [processing] more changes to fusion lidar algorithms -giohappy 2014-07-01 +Giovanni Allegri 2014-07-01 fix to Processing side @@ -314658,11 +323313,11 @@ Martin Dobias 2014-07-01 Moved legend rendering code from QgsComposerLegend to QgsLegendRenderer -giohappy 2014-06-30 +Giovanni Allegri 2014-06-30 improved processing extract/select by location -giohappy 2014-06-30 +Giovanni Allegri 2014-06-30 Improved select by location @@ -314780,7 +323435,7 @@ Martin Dobias 2014-06-27 - Do at least very basic handling in QtConcurrent run functions - Do not show a message box when not running in main thread -Larry Shaffer 2014-06-26 +Larry Shaffer 2014-06-26 Followup fixes for data defined values for label repeat functions @@ -314846,7 +323501,7 @@ Nathan Woodrow 2014-06-27 [processing] Fix blocker #10728 -Nyall 2014-06-27 +Nyall Dawson 2014-06-27 [processing] Add [not set] option for field combos when parent layer changes (fix #10728), also fix some strings displaying with extra spaces @@ -314990,7 +323645,7 @@ Alexander Bruy 2014-06-24 [processing] add GRASS modules for Wildfire analysis -gioman 2014-06-24 +Giovanni Manghi 2014-06-24 fix GRASS7 @@ -314999,7 +323654,7 @@ Matthias Kuhn 2014-06-24 Custom embedded attribute form ui: Forward esc keypress to parent Fix #10675 -gioman 2014-06-24 +Giovanni Manghi 2014-06-24 fixed instructions on how build GRASS modules @@ -315008,7 +323663,7 @@ Matthias Kuhn 2014-06-24 Value Relation Widget: Save and load "Allow NULL" configuration Fix #10690 -gioman 2014-06-24 +Giovanni Manghi 2014-06-24 [processing] add GRASS modules for Wildfire analysis @@ -315109,7 +323764,7 @@ Matthias Kuhn 2014-06-23 Editorwidgets: Save "label on top" and "editable" settings to project Fix #10667 -giohappy 2014-06-23 +Giovanni Allegri 2014-06-23 Remove alias from vector layer if it's an empty string @@ -315145,7 +323800,7 @@ Víctor Olaya 2014-06-22 Fixed #10666 -gioman 2014-06-22 +Giovanni Manghi 2014-06-22 add v.surf.rst modules for lines @@ -315566,7 +324221,7 @@ Werner Macho 2014-06-19 Signed-off-by: Werner Macho -gioman 2014-06-19 +Giovanni Manghi 2014-06-19 fix v.surf.bspline modules, input must be a point layer @@ -315577,11 +324232,11 @@ Alexander Bruy 2014-06-19 [processing] add a r.cost submodule that uses a raster input as starting point(s) + fix r.drain and add a submodule for r.drain that does not need input point vectors -gioman 2014-06-19 +Giovanni Manghi 2014-06-19 add a r.cost submodule that uses a raster input as starting point(s) -gioman 2014-06-19 +Giovanni Manghi 2014-06-19 fix r.drain and add a submodule for r.drain that does not need input point vectors @@ -315742,7 +324397,7 @@ Salvatore Larosa 2014-06-18 [cmake] removes underscore in builtin APIs file -giohappy 2014-06-18 +Giovanni Allegri 2014-06-18 Fix 10625 reverting addDrawingOrder to previous logic @@ -316245,11 +324900,11 @@ Martin Dobias 2014-06-14 Fix for issue 3975, labeling svg as text -Larry Shaffer 2014-06-13 +Larry Shaffer 2014-06-13 Fix local test server response parsing and add debug output for url -Larry Shaffer 2014-06-13 +Larry Shaffer 2014-06-13 Initial fix for #3975, label engine vectorizing texts in SVG and PDF output @@ -316260,20 +324915,20 @@ Larry Shaffer 2014-06-13 Does not yet include unit tests or auto-setting of text-as-text for SVG output -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Note about PdfFormat and NativeFormat for QPrinter PDF output and embedding fonts - Unlike the Qt issues for NativeFormat on Mac, choosing to print, then Save as PDF, embeds fonts -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Add ability to define QImage format for render jobs via map settings - Defaults to QImage::Format_ARGB32_Premultiplied, as before - Update labeling unit tests to use defined format -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Add convenience functions to Python test utilities for rendering with map settings @@ -316483,7 +325138,7 @@ Víctor Olaya 2014-06-12 small changes to processing "import into postgis" tool -gioman 2014-06-12 +Giovanni Manghi 2014-06-12 small changes to import into postgis tool @@ -316633,7 +325288,7 @@ Marco Hugentobler 2014-06-11 Call loadLabelSettings in initializeRender method and enable in sldparser -Larry Shaffer 2014-06-09 +Larry Shaffer 2014-06-09 Fix #10518, PAL engine settings no longer honored by qgis_mapserv @@ -316983,7 +325638,7 @@ Robert Szczepanek 2014-06-07 [TRANSUP] pl: function_help - colors -borys 2014-06-07 +Borys Jurgiel 2014-06-07 [TRANSUP] pl: typo @@ -317549,7 +326204,7 @@ Jürgen E. Fischer 2014-06-01 german translation update -olivierdalang 2014-06-01 +Olivier Dalang 2014-06-01 check validity of keys used by writeEntry and readEntry and print a message in the console in case of invalid key @@ -317675,16 +326330,16 @@ Martin Dobias 2014-05-29 [layertree] More doxygen docs -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 Bundle libminizip on Mac if used by osgdb_kml plugin of osgearth -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 #9480: Move checkbox to within centroid frame in labeling gui Merge: 34f337816ff 6cb4cbb1cc0 -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 Merge pull request #1238 from ahuarte47/Issue_9480 @@ -317792,7 +326447,7 @@ Nyall Dawson 2014-05-29 Improve composer mouse zoom action icon -giohappy 2014-05-28 +Giovanni Allegri 2014-05-28 Check Sqlite version to switch metadata initialization parameter @@ -317807,7 +326462,7 @@ Robert Szczepanek 2014-05-28 [TRANSUP] pl: composer -gioman 2014-05-28 +Giovanni Manghi 2014-05-28 add GRASS r.out.xyz @@ -317819,7 +326474,7 @@ Radim Blazek 2014-05-28 browser sorting fix -giohappy 2014-05-28 +Giovanni Allegri 2014-05-28 Make OSM DB metadata initialization in transaction @@ -317992,7 +326647,7 @@ Víctor Olaya 2014-05-27 [processing] fixed #10364 -borys 2014-05-26 +Borys Jurgiel 2014-05-26 [Plugin Manager] Show all plugins in the All tab. Fixes #10334 @@ -318230,11 +326885,11 @@ Jürgen E. Fischer 2014-05-24 fix doxygen warnings -gioman 2014-05-24 +Giovanni Manghi 2014-05-24 fix SAGA GetShapesExtents take2 -gioman 2014-05-24 +Giovanni Manghi 2014-05-24 fix SAGA GetShapesExtents @@ -318316,7 +326971,7 @@ Hugo Mercier 2014-05-23 Mask renderer: make it work with on-the-fly reprojection -Larry Shaffer 2014-05-22 +Larry Shaffer 2014-05-22 Move label repeat option frame to after main placement options for lines @@ -318922,7 +327577,7 @@ Nathan Woodrow 2014-05-21 [MSSQL] Refactor provider for schema checks -Larry Shaffer 2014-05-20 +Larry Shaffer 2014-05-20 Refactor plugin staging to build dir and python script compiling @@ -318946,7 +327601,7 @@ Nyall Dawson 2014-05-21 [processing] Some fixes to handling of uppercase/lowercase geometry column names -Nyall 2014-05-21 +Nyall Dawson 2014-05-21 Fix main window rearranging itself to front when opening composer manager or new composer dialog from a composition @@ -319030,7 +327685,7 @@ Nathan Woodrow 2014-05-20 [MSSQL] Fix #9511 - Use QDate and QDateTime for date sql type -Larry Shaffer 2014-05-19 +Larry Shaffer 2014-05-19 Fix build error when using Qwt 6.1, followup to f283040 @@ -319215,11 +327870,11 @@ Werner Macho 2014-05-18 [TRANSUP] pl: qgisapp -Giovanni Manghi 2014-05-18 +Giovanni Manghi 2014-05-18 fixes ogr2ogr.py, take2 -Giovanni Manghi 2014-05-18 +Giovanni Manghi 2014-05-18 fixes ogr2ogr.py @@ -319441,11 +328096,11 @@ Robert Szczepanek 2014-05-15 [TRANSUP] pl: issues 11,12 -Larry Shaffer 2014-05-15 +Larry Shaffer 2014-05-15 Remove old disabling of many rendering features on Mac (wow, what a difference) -Larry Shaffer 2014-05-15 +Larry Shaffer 2014-05-15 Fix getenv call build error @@ -319593,7 +328248,7 @@ Radim Blazek 2014-05-14 Apply settings before saving style, otherwise unapplied settings are not written to qml file -Larry Shaffer 2014-05-13 +Larry Shaffer 2014-05-13 Add SOSI support to OGR provider @@ -319807,7 +328462,7 @@ Nyall Dawson 2014-05-07 [composer] Allow user to set maximum distance for page breaking in html items. -Larry Shaffer 2014-05-07 +Larry Shaffer 2014-05-07 Move OpenFileGDB to alphabetical placement @@ -319885,11 +328540,11 @@ Alexander Bruy 2014-05-07 put description file in correct place -gioman 2014-04-17 +Giovanni Manghi 2014-04-17 Add v.kernel module to GRASS64 -gioman 2014-04-01 +Giovanni Manghi 2014-04-01 add grass7 r.cost module with no need for stop points input @@ -320061,11 +328716,11 @@ Jürgen E. Fischer 2014-05-03 layer selection identify: show feature count and add an option to get features of all selected layers. -borys 2014-05-03 +Borys Jurgiel 2014-05-03 [Plugin Manager] Fix voting stars -borys 2014-05-03 +Borys Jurgiel 2014-05-03 [Plugin Manager] support multiline breaks in the about tag @@ -320076,7 +328731,7 @@ Martin Dobias 2014-05-03 Use QRect::united instead of unite -Larry Shaffer 2014-05-02 +Larry Shaffer 2014-05-02 Add OpenFileGDB read-only driver option to OGR directory drivers (available in gdal-1.11.0) @@ -320441,7 +329096,7 @@ Martin Dobias 2014-04-25 Fix extent computation in memory provider -Lutra 2014-04-25 +Saber 2014-04-25 Changed the link to commercial support page. the DE is in german, changed to EN. @@ -320585,7 +329240,7 @@ Marco Hugentobler 2014-04-22 [FEATURE]: Add legend url to wms capabilities. Patch from mlechner -Larry Shaffer 2014-04-21 +Larry Shaffer 2014-04-21 Fix compiling error with some compilers on Mac @@ -320780,7 +329435,7 @@ Werner Macho 2014-04-18 Signed-off-by: Werner Macho -Larry Shaffer 2014-04-18 +Larry Shaffer 2014-04-18 Direct access to grass70, in lieu of grass.sh, for Processing on Mac @@ -320884,11 +329539,11 @@ Marco Hugentobler 2014-04-16 [BUGFIX] 9234 - WFS client doesn't expose Header Authorization -Larry Shaffer 2014-04-15 +Larry Shaffer 2014-04-15 Bundle any externally linked libs for osgEarth on Mac -Larry Shaffer 2014-04-15 +Larry Shaffer 2014-04-15 Add QtScript to Mac app bundle (now used in WMS provider) @@ -321206,11 +329861,11 @@ Marco Hugentobler 2014-04-05 Re-enable embedded groups -anitagraser 2014-04-05 +Anita Graser 2014-04-05 fixed SVG markersto work with anchor point=bottom -Larry Shaffer 2014-04-04 +Larry Shaffer 2014-04-04 Fix some logical-not-parentheses warnings thrown by clang 5.1 @@ -321390,7 +330045,7 @@ Martin Dobias 2014-04-01 Rename setAcceptsHoverEvents -gioman 2014-04-01 +Giovanni Manghi 2014-04-01 add grass r.cost module with no need for stop points input @@ -321453,7 +330108,7 @@ Marcelo Soares Souza 2014-03-31 New Translations to pt_BR -anitagraser 2014-03-31 +Anita Graser 2014-03-31 added error handling for too big rasters @@ -321476,7 +330131,7 @@ Jürgen E. Fischer 2014-03-29 globe: switch back to QgsMapRenderer -Markus Neteler 2014-03-30 +Markus Neteler 2014-03-30 [FEATURE] (Processing) Initial Grass 7 support @@ -321547,7 +330202,7 @@ Martin Dobias 2014-03-28 Fix #9916 (inconsistent step size) -anitagraser 2014-03-28 +Anita Graser 2014-03-28 new master splash from #viennacodesprint14 @@ -321854,7 +330509,7 @@ Nathan Woodrow 2014-03-26 Merge remote-tracking branch 'tamas/master' -Larry Shaffer 2014-03-25 +Larry Shaffer 2014-03-25 Add README.rst for labeling unit tests @@ -321882,7 +330537,7 @@ Paolo Tormene 2013-11-28 New method to duplicate a vector layer in memory and optionally add it to the map registry -olivierdalang 2014-03-25 +Olivier Dalang 2014-03-25 fix #9334 @@ -321997,13 +330652,13 @@ Nyall Dawson 2014-03-25 [processing] Add option for converting field names to lowercase for Import to PostGIS algorithm -Larry Shaffer 2014-03-24 +Larry Shaffer 2014-03-24 Add PDF composer output labeling tests setup - Only support for Poppler with Cairo (pdftocairo), since without Cairo a PDF's vectors are not always rendered properly -Larry Shaffer 2014-03-24 +Larry Shaffer 2014-03-24 Rebuild labeling tests control images with smaller size (420 x 280) @@ -322040,15 +330695,15 @@ Martin Dobias 2014-03-24 Remove obsolete label from options dialog -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Fix labeling local server test class setup error -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Add render checker color tolerance to labeling tests -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Add render checker color tolerance to sip @@ -322201,7 +330856,7 @@ Nyall Dawson 2014-03-21 Remove invalid/unused anchor point expressions from simple fill data defined expression dialog -Larry Shaffer 2014-03-20 +Larry Shaffer 2014-03-20 Fix some map tool connections, followup to 59a6663 and 6609ca8 @@ -322309,7 +330964,7 @@ Werner Macho 2014-03-18 Signed-off-by: Werner Macho -giohappy 2014-03-18 +Giovanni Allegri 2014-03-18 Add ILIKE filter and % character to safe tokens @@ -322409,7 +331064,7 @@ Piotr Pociask 2014-03-14 Fix #9780 Display line layers in Road Graph settings -Larry Shaffer 2014-03-14 +Larry Shaffer 2014-03-14 Add composer svg export label unit tests @@ -322481,15 +331136,15 @@ Alexander Bruy 2014-03-13 fix identation in Processing Dissolve tool (fix #9764) add polylines support -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix pinned labels highlight causing forward transformation error by using QgsRubberBand instead -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix label map tool crashes and rotation point calc -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix pinned labels highlight updating by taking labeling results prior to render completion signal @@ -322552,7 +331207,7 @@ Werner Macho 2014-03-10 Signed-off-by: Werner Macho Merge: 60e1a9b7219 073dbf17488 -Larry Shaffer 2014-03-10 +Larry Shaffer 2014-03-10 Merge pull request #1230 from dakcarto/issue_9704_gdal-qsettings @@ -322589,7 +331244,7 @@ Robert Szczepanek 2014-03-08 [TRANSUP] pl -Larry Shaffer 2014-03-08 +Larry Shaffer 2014-03-08 Fix #9704, GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type @@ -322598,7 +331253,7 @@ Jürgen E. Fischer 2014-03-08 add menu option to reset to ui defaults (implements #9746) Merge: a089cff5f71 04f702408ef -Larry Shaffer 2014-03-07 +Larry Shaffer 2014-03-07 Merge pull request #1219 from ahuarte47/Issue_9655-1 @@ -322615,39 +331270,39 @@ Jürgen E. Fischer 2014-03-06 INSTALL: add note about installation of devscripts to get dch -Larry Shaffer 2014-03-06 +Larry Shaffer 2014-03-06 Add allowable mismatch per group/test for labeling tests -Larry Shaffer 2014-03-06 +Larry Shaffer 2014-03-06 Add allowable mismatch to debug output for render checker -Larry Shaffer 2014-03-04 +Larry Shaffer 2014-03-04 Condense labeling test class inheritance and set up local server params from map settings -Larry Shaffer 2014-03-04 +Larry Shaffer 2014-03-04 Convert label unit tests to using only QgsMapSettings - Rebuild all control images -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Refactor composer label test to work with svg, pdf and multi-resolution classes - Initial (untested) svg and pdf render-to-image setup -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Update label tests to ensure setup happens only once and load/delete only layer to test -Larry Shaffer 2014-02-28 +Larry Shaffer 2014-02-28 Add some functions to Python unit test utilities -Larry Shaffer 2014-02-28 +Larry Shaffer 2014-02-28 PEP8 cleanups for some unit test modules @@ -322663,7 +331318,7 @@ Alvaro Huarte 2014-03-06 #9655: check geometry polygon better -Larry Shaffer 2014-03-05 +Larry Shaffer 2014-03-05 Possible cross-platform fix for app startup unit test @@ -322826,7 +331481,7 @@ Martin Dobias 2014-03-03 Fix #9456 #9485: Line Offset in symbology generates artifacts -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Update qgis/qt/osg plugin Mac-bundled search paths @@ -322962,7 +331617,7 @@ Jürgen E. Fischer 2014-02-27 wmts: show common upper levels in item name (relates to #9492) -Larry Shaffer 2014-02-26 +Larry Shaffer 2014-02-26 Update base labeling unit test class to work with QgsMapSettings @@ -323039,15 +331694,15 @@ Mathieu Pellerin 2014-02-26 [ftools] fix random points tool not recognizing memory layer integer column (fix #9695) -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Ensure local server tests can run on ubuntu, followup to 7b2640d -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Add debian-based setup for local test server -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Fix opening test results in browser on Ubuntu @@ -323131,7 +331786,7 @@ William Kyngesburye 2014-02-24 update lib paths for phonon_backends -Larry Shaffer 2014-02-24 +Larry Shaffer 2014-02-24 Fix 'geos_c.h not found' build error on Mac @@ -323258,7 +331913,7 @@ Etienne Tourigny 2014-02-22 add files for raster histogram (Int16 and Float32) -Larry Shaffer 2014-02-22 +Larry Shaffer 2014-02-22 Define QGIS_MACAPP_BUNDLE in qgsconfig.h so resources can be found when QGIS_MACAPP_BUNDLE=0 @@ -323344,7 +331999,7 @@ Jürgen E. Fischer 2014-02-22 release script: tag release and include prefix in tar ball -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix #9393, impossible to select 'regular' font style for labels @@ -323354,21 +332009,21 @@ Jürgen E. Fischer 2014-02-22 fix PyQgsBlendModes test (followup da1ebc269) -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Update labeling unit tests control image and PAL_SUITE test suite generation -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add label svg background unit tests and control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix #9057, offset value misplaced when exporting composer to image - Add unit test and control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add svgSymbolsPath to Python unit test utilities (for defining paths without app instance) @@ -323376,18 +332031,18 @@ Jürgen E. Fischer 2014-02-21 osgeo4w: always do a clean build -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add labeling composer unit tests and control images - Initial support for image output at 72 dpi - Comparison against canvas output has slight shift (needs fixed) -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Update labeling canvas and server unit tests and output new control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix typo in renderchecker output @@ -323395,7 +332050,7 @@ Robert Szczepanek 2014-02-21 [TRANSUP] pl: help -SrNetoChan 2014-02-21 +Alexandre Neto 2014-02-21 pt_PT GUI Translations @@ -323499,15 +332154,15 @@ Robert Szczepanek 2014-02-20 [TRANSUP] pl -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Fix partial labels unit tests and generate new control images -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Add deleting server cache function to local test server -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Add timeout to GetMap for local test server @@ -323645,7 +332300,7 @@ Werner Macho 2014-02-20 [TRANSUP] pl -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add missing .qml to local server test @@ -323661,25 +332316,25 @@ Jürgen E. Fischer 2014-02-20 indentation update -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Clean up local test server module and add more usage info -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Slightly larger default renderchecker image in html, and fix divide/0 issue if control image is missing -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Update tests to work with new test font functions in QgsFontUtils - Cleanup code style -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add more standard test font functions to QgsFontUtils -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Move loading of test fonts to QgsFontUtils @@ -323687,25 +332342,25 @@ Larry Shaffer 2014-02-19 - Test fonts can now be loaded directly, after startup - Add sip binding and unit tests -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add test-labeling master project and italic, bold-italic test fonts -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Update test font to Vera San and start workaround for Mac 10.9 font-loading bugs - Test font loading should be moved to QgsFontUtils -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Update existing tests to work with new test server -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Add getLocalServer and unit test for refactored local test server class -Larry Shaffer 2014-02-17 +Larry Shaffer 2014-02-17 Convert local test server over to controller of web and fcgi servers @@ -324284,11 +332939,11 @@ Jürgen E. Fischer 2014-02-14 fix warnings -anitagraser 2014-02-15 +Anita Graser 2014-02-15 added new splash for 2.2 -Larry Shaffer 2014-02-14 +Larry Shaffer 2014-02-14 Fix 'geos_c.h not found' build error on Mac @@ -324958,7 +333613,7 @@ Jürgen E. Fischer 2014-02-07 update qgis.org links -Larry Shaffer 2014-02-07 +Larry Shaffer 2014-02-07 Fix compile error @@ -325070,7 +333725,7 @@ Nyall Dawson 2014-02-06 [composer] Fix stacking of items breaks after pasting items. Make sure pasted items are always placed in correct order on top of composition. Merge: ddec6639be7 acf2c3f7621 -MORREALE Jean-Roc 2014-02-06 +Jean-Roc Morreale 2014-02-06 Merge pull request #11 from olivierdalang/od_french @@ -325116,15 +333771,15 @@ Werner Macho 2014-02-05 Signed-off-by: Werner Macho -olivierdalang 2014-02-05 +Olivier Dalang 2014-02-05 faute de majuscule -olivierdalang 2014-02-01 +Olivier Dalang 2014-02-01 faute de grammaire -olivierdalang 2013-01-22 +Olivier Dalang 2013-01-22 translation update @@ -325500,7 +334155,7 @@ Werner Macho 2014-01-29 update fr ui -MORREALE Jean-Roc 2014-01-29 +Jean-Roc Morreale 2014-01-29 update fr ui @@ -325622,11 +334277,11 @@ Nathan Woodrow 2014-01-23 Drop margins on expression builder -olivierdalang 2014-01-26 +Olivier Dalang 2014-01-26 [composer] fixed composer legends inappropriately connected to the first composer map item on creation from XML -olivierdalang 2014-01-26 +Olivier Dalang 2014-01-26 [composer] ComposerLegend update all now only applies to referenced map's layers (in case they are locked) (fix #7177) @@ -325732,7 +334387,7 @@ Robert Szczepanek 2014-01-24 [TRANSUP] pl: plugin manager, options -Larry Shaffer 2014-01-24 +Larry Shaffer 2014-01-24 Fix globe plugin crash at launch on Mac @@ -325876,7 +334531,7 @@ Jürgen E. Fischer 2014-01-21 fix QGis::featureType output Merge: db7cddfc84e f9c5ee0c07a -Larry Shaffer 2014-01-23 +Larry Shaffer 2014-01-23 Merge pull request #1091 from 3nids/uioptionbase2 @@ -325928,7 +334583,7 @@ Leyan 2014-01-23 update ProjectCrs property in the project file -MORREALE Jean-Roc 2014-01-23 +Jean-Roc Morreale 2014-01-23 update fr ui @@ -325939,7 +334594,7 @@ Alvaro Huarte 2014-01-23 #8725R: no check simplification topology for point geometries Merge: 5d0202091b6 d5ea0b088f3 -MORREALE Jean-Roc 2014-01-23 +Jean-Roc Morreale 2014-01-23 Merge pull request #10 from mdouchin/traduction_mdouchin @@ -326113,7 +334768,7 @@ Nyall Dawson 2014-01-20 polygon. Allows for creation of "national geographic" style borders on maps where a thick border does not overlap into neighbouring polygons. -Larry Shaffer 2014-01-20 +Larry Shaffer 2014-01-20 Ensure binaries run through install_name_tool are user-writable during bundling on Mac @@ -326252,7 +334907,7 @@ Jürgen E. Fischer 2014-01-18 fix typos, indentation and some warnings Merge: bf814c20d15 b7612f27e91 -Larry Shaffer 2014-01-18 +Larry Shaffer 2014-01-18 Merge pull request #1082 from 3nids/uioptionbase @@ -326276,7 +334931,7 @@ Jürgen E. Fischer 2014-01-18 debian packaging update: reenable globe plugin on debian unstable -Larry Shaffer 2014-01-17 +Larry Shaffer 2014-01-17 Fix FindQScintilla module for non-standard install locations @@ -327346,7 +336001,7 @@ Jürgen E. Fischer 2014-01-07 Bug #9308: fix impossible to remove a group in the legend -Larry Shaffer 2014-01-07 +Larry Shaffer 2014-01-07 Fix Mac build @@ -327723,7 +336378,7 @@ Tim Sutton 2013-12-30 Merge branch 'Issue_9094' of https://github.com/ahuarte47/QGIS -nyalldawson 2013-12-30 +Nyall Dawson 2013-12-30 [composer] Fix failing rotation tests @@ -327743,11 +336398,11 @@ Nyall Dawson 2013-12-30 [composer] Partially fix rotated item scaling -nyalldawson 2013-12-30 +Nyall Dawson 2013-12-30 [composer] Add tests for item rotation -nyalldawson 2013-12-30 +Nyall Dawson 2013-12-30 [composer] Fix picture rotation, optimise scaling of rotated pictures to fit in item bounding box @@ -327820,43 +336475,43 @@ Nyall Dawson 2013-12-29 [tests] Fix failing composerhtml tests, by forcing test html to use a set font size in pixels. -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Fix python compositionchecker to derive from render checker, fix most python composer tests (fix #9117) -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Fix failing gradient tests -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update atlas tests, add exceptions -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Fix failing diagram and blend modes tests -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update composer scalebar tests, fix exception causing test to fail -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update composer html tests -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update composer effect tests -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [FEATURE][composer] Add controls for changing zebra frame colors and line thickness, fix output of zebra style grids (fix #8767) -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update composer map tests, add anomoly images -nyalldawson 2013-12-29 +Nyall Dawson 2013-12-29 [tests] Update composer shape tests @@ -327891,18 +336546,18 @@ Víctor Olaya 2013-12-28 [processing] allow float values in densify interval input field -anitagraser 2013-12-28 +Anita Graser 2013-12-28 undid changes to densify geometries Merge: b40e3c0a342 e0e65ba7395 -MORREALE Jean-Roc 2013-12-28 +Jean-Roc Morreale 2013-12-28 Merge pull request #9 from Ecologeek/traduction_ui update french translation -anitagraser 2013-12-27 +Anita Graser 2013-12-27 allow float values in densify interval input field @@ -328368,7 +337023,7 @@ Radim Blazek 2013-12-14 convert GDAL no data value to a value representable by data type, fixes #3840 -anitagraser 2013-12-13 +Anita Graser 2013-12-13 attempt to fix http://hub.qgis.org/issues/9184 @@ -328904,7 +337559,7 @@ Jürgen E. Fischer 2013-11-25 change default refresh key to F5 (implements #9085) Merge: 5228e69a16b f0d25b10354 -MORREALE Jean-Roc 2013-11-25 +Jean-Roc Morreale 2013-11-25 Merge pull request #7 from Ecologeek/translation_ui @@ -329041,7 +337696,7 @@ Marco Hugentobler 2013-11-22 Start implementation of QgsDxfPaintDevice / Engine to export svg markers to dxf Merge: 80e625fc902 f893863084f -MORREALE Jean-Roc 2013-11-22 +Jean-Roc Morreale 2013-11-22 Merge pull request #6 from Ecologeek/translation_ui @@ -329176,20 +337831,20 @@ Nyall Dawson 2013-11-19 Add composer settings to QGIS options -nyalldawson 2013-10-31 +Nyall Dawson 2013-10-31 Add default grid and guide settings to composer options page -nyalldawson 2013-10-21 +Nyall Dawson 2013-10-21 Add public method for displaying options dialog and switching to a specific page Add shortcut to composer options to composer menu -nyalldawson 2013-10-21 +Nyall Dawson 2013-10-21 Move composer grid style settings to options dialog -nyalldawson 2013-10-21 +Nyall Dawson 2013-10-21 [FEATURE] Add composer settings panel, with option to set default font for compositions @@ -329373,7 +338028,7 @@ Alvaro Huarte 2013-11-13 #8725: Replace malloc by OGRMalloc Merge: e890e149384 7dfa21c9ef9 -MORREALE Jean-Roc 2013-11-13 +Jean-Roc Morreale 2013-11-13 Merge pull request #5 from MarieSilvestre/master @@ -329436,7 +338091,7 @@ Víctor Olaya 2013-11-12 [processing] Add crs selection panel to scripts -Larry Shaffer 2013-11-11 +Larry Shaffer 2013-11-11 [globe] Make OSG_PLUGINS_PATH CMake option functional on Mac @@ -329597,7 +338252,7 @@ Richard Duivenvoorde 2013-11-06 fixing the api url's for the template -giohappy 2013-11-04 +Giovanni Allegri 2013-11-04 fixed MMQGIS Extract by attributes @@ -329722,11 +338377,11 @@ Salvatore Larosa 2013-11-03 [ftools] disable add to canvas checkbox ìf out file is not selected -nyalldawson 2013-11-03 +Nyall Dawson 2013-11-03 Better default values for gradient fills -nyalldawson 2013-11-03 +Nyall Dawson 2013-11-03 [FEATURE] allow starting/ending a gradient at a features centroid @@ -329734,7 +338389,7 @@ Radim Blazek 2013-11-03 Load raster category names by GDAL provider, fixes #8886 -nyalldawson 2013-11-03 +Nyall Dawson 2013-11-03 [composer] add some more navigation shortcuts - ctrl + scroll wheel = fine zoom, middle button click = recenter composition @@ -329779,7 +338434,7 @@ Jürgen E. Fischer 2013-10-31 debian packaging: disable globe plugin while libopenscenegraph-dev is uninstallable(followup 78be54c8c; see debian #728318) -nyalldawson 2013-11-01 +Nyall Dawson 2013-11-01 Consolidate all composer tools/add item actions to same toolbar, make this toolbar display on left of compositions by default @@ -329826,18 +338481,18 @@ Marco Hugentobler 2013-10-31 Dxf color palette -Larry Shaffer 2013-10-31 +Larry Shaffer 2013-10-31 Increase number of allowed open files on Mac - Increase from default 256 to 4096-to-8192 range, or OPEN_MAX for process - From code provided by Larry Biehl, Purdue University, USA, from 'MultiSpec' project -nyalldawson 2013-10-31 +Nyall Dawson 2013-10-31 Remove redundant composer selection tolerance setting -nyalldawson 2013-10-31 +Nyall Dawson 2013-10-31 Switch composer select/move icon to more appropriate icon @@ -329845,7 +338500,7 @@ Jürgen E. Fischer 2013-10-31 optionally use base url for WMTS GetTile requests (implements #8595) -nyalldawson 2013-10-31 +Nyall Dawson 2013-10-31 Add shortcuts for raise/lower/bring to front/back for composer, fix some other composer shortcuts @@ -329895,11 +338550,11 @@ Nyall Dawson 2013-10-24 [FEATURE] Move option to snap to guides to composer view menu, add indepenant toggles for showing guides and for enabling smart guides -nyalldawson 2013-10-22 +Nyall Dawson 2013-10-22 [FEATURE] Move option to snap to grid to composer view menu, add independant option to show/hide grid -nyalldawson 2013-10-17 +Nyall Dawson 2013-10-17 [FEATURE] Make sure composer grids are always drawn on top of composition @@ -329936,7 +338591,7 @@ Martin Dobias 2013-10-28 Message bar: do not add menu with "close all" if there is just one message Merge: 1d87841f8a7 e96dee6027f -MORREALE Jean-Roc 2013-10-28 +Jean-Roc Morreale 2013-10-28 Merge pull request #4 from Ecologeek/master @@ -329977,7 +338632,7 @@ Denis Rouzaud 2013-10-28 correct bug in topology rubberband when OTF is enabled -nyalldawson 2013-10-28 +Nyall Dawson 2013-10-28 Ensure map is centered when updating map extent (fix #6988) @@ -330023,7 +338678,7 @@ ahuarte47 2013-10-26 Shows a new rendering tab in the layer options form for configure the drawing simplification. -nyalldawson 2013-10-26 +Nyall Dawson 2013-10-26 [FEATURE] Ctrl+space temporarily switches composer to marquee zoom mode, Ctrl+Shift+Space temporarily switches to zoom out mode @@ -330035,15 +338690,15 @@ Leyan 2013-10-26 correct bug in topology rubberband when OTF is enabled -nyalldawson 2013-10-25 +Nyall Dawson 2013-10-25 [FEATURE] Add composer zoom tool for marquee based zoom into a specific composer region -nyalldawson 2013-10-27 +Nyall Dawson 2013-10-27 [FEATURE] Add status bar to composer window which shows current cursor position, details about selection resize/move -nyalldawson 2013-10-27 +Nyall Dawson 2013-10-27 Remove button bar from composer @@ -330169,7 +338824,7 @@ Marco Hugentobler 2013-10-21 Add Dialog to select datum transformation -nyalldawson 2013-10-21 +Nyall Dawson 2013-10-21 Fix precision problems with composer marquee select by using a QRectF instead of a QRect for marquee bounds @@ -330477,15 +339132,15 @@ Jürgen E. Fischer 2013-10-18 postgres provider: support materialized view (implements #8791) -nyalldawson 2013-10-14 +Nyall Dawson 2013-10-14 [FEATURE] Marquee select for composer items -nyalldawson 2013-10-13 +Nyall Dawson 2013-10-13 [FEATURE] Zoom compositions with mouse wheel -nyalldawson 2013-10-13 +Nyall Dawson 2013-10-13 [FEATURE] Add keyboard shortcuts for composer zoom in/out/full, group… … @@ -330533,7 +339188,7 @@ Matthias Kuhn 2013-10-17 This patch circumvents timeouts for as long as data is being transferred. -Larry Shaffer 2013-10-17 +Larry Shaffer 2013-10-17 Fix for #8847, blank entries (menu separators) in Customization dialog tree @@ -330543,11 +339198,11 @@ Marco Hugentobler 2013-10-17 Store relation between layer and coordinate transform in maprenderer class -gioman 2013-10-17 +Giovanni Manghi 2013-10-17 fixes ticket #8814: -gioman 2013-10-17 +Giovanni Manghi 2013-10-17 Fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8 @@ -330555,7 +339210,7 @@ Radim Blazek 2013-10-17 Propagate WMS identify GML schema error and show it in results, fixes part of #8724 -nyalldawson 2013-10-17 +Nyall Dawson 2013-10-17 Fix loading composer item frame thickness (fix #8866) @@ -330567,7 +339222,7 @@ Borys Jurgiel 2013-10-17 [Plugin installer] fix #8876 -nyalldawson 2013-10-17 +Nyall Dawson 2013-10-17 Don't draw mouse handles in composition outputs (fix #8879) @@ -330575,31 +339230,31 @@ Radim Blazek 2013-10-17 fix set image no data, fixes #8773 -gioman 2013-10-17 +Giovanni Manghi 2013-10-17 SAGA Points Statistics for Polygons can work just in SAGA 2.10 -gioman 2013-10-17 +Giovanni Manghi 2013-10-17 SAGA Points Statistics for Polygons can work just in SAGA 2.10 -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8874, right-clicking on message in message bar shows black background for context menu -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8860, (followup 65200e3) - Hide background of tool button's menu button on Ubuntu -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8860, overlap of Close drop-down menu button on message bar - Make tool button menu pop indicator a separate single-click button -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 [tests] Fix OSM unit test on Mac @@ -330623,7 +339278,7 @@ Paolo Cavallini 2013-10-16 Fixes to IT translation -gioman 2013-10-16 +Giovanni Manghi 2013-10-16 the logic for SAGA raster import was not right @@ -330631,11 +339286,11 @@ Marco Hugentobler 2013-10-16 Add source/dest datum transform as member to coordinate transform and change cache options accordingly -gioman 2013-10-16 +Giovanni Manghi 2013-10-16 adds v.select -gioman 2013-10-16 +Giovanni Manghi 2013-10-16 add COLOR parameter to nviz to allow draping rasters over the digital elevation model @@ -330647,7 +339302,7 @@ Matthias Kuhn 2013-10-16 sip: expose QgsEditorWidgetWrapper.initWidget to python -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 fixes SAGA RGBComposite and GRASS r.composite @@ -330658,7 +339313,7 @@ Werner Macho 2013-10-15 Lithuanian translation update -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 better parameters descriptions for SAGA resampling tool @@ -330666,27 +339321,27 @@ Tomas 2013-10-15 Lithuanian translation update -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 fixes SAGA import and export rasters -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 no need to escape parameters in r.kappa as processing does it by default -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 GRASS parameters values needs always to be escaped -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 fixes GRASS r.horizon and adds r.horizon.height -gioman 2013-10-15 +Giovanni Manghi 2013-10-15 fixes GRASS raster export in order to cope with r.horizon and r.composite outputs @@ -330719,7 +339374,7 @@ Werner Macho 2013-10-14 update fr ui Merge: e04b426f00f fc9c43bb278 -MORREALE Jean-Roc 2013-10-14 +Jean-Roc Morreale 2013-10-14 Merge pull request #3 from Ecologeek/traduction_ui @@ -330785,11 +339440,11 @@ Alexander Bruy 2013-10-13 [processing] remove unused GDAL icons -nyalldawson 2013-10-13 +Nyall Dawson 2013-10-13 Remove outdated TODO -nyalldawson 2013-10-13 +Nyall Dawson 2013-10-13 Fix graphical corruption during item resize @@ -330885,15 +339540,15 @@ Víctor Olaya 2013-10-10 [processing] fixed wrong signal connection -nyalldawson 2013-10-10 +Nyall Dawson 2013-10-10 [FEATURE] Allow panning of composer by holding space key -nyalldawson 2013-10-10 +Nyall Dawson 2013-10-10 [FEATURE] Allow panning compositions by dragging with middle mouse button -nyalldawson 2013-10-10 +Nyall Dawson 2013-10-10 [FEATURE] Add composer pan action @@ -330906,7 +339561,7 @@ Matthias Kuhn 2013-10-10 Add join field to provider request also when requesting a subset of attributes Fixes #8757 -nyalldawson 2013-10-10 +Nyall Dawson 2013-10-10 Add method for preventing composer items from changing mouse cursor and workaround for qt bug 3732 @@ -331017,7 +339672,7 @@ Matthias Kuhn 2013-10-02 QgsFeatureRequest::NoGeometry is optional for non-geometry-layers -nyalldawson 2013-09-08 +Nyall Dawson 2013-09-08 [FEATURE] Add support for gradient fills for polygons @@ -331056,15 +339711,15 @@ Víctor Olaya 2013-10-06 add the -r parameter to r.external (used now to create grass inputs for ... -Giovanni Manghi 2013-10-06 +Giovanni Manghi 2013-10-06 Export 3d vectors as such -Giovanni Manghi 2013-10-06 +Giovanni Manghi 2013-10-06 New take on v.surf.bspline in processing toolbox, Fixes #5943 -Giovanni Manghi 2013-10-05 +Giovanni Manghi 2013-10-05 add the -r parameter to r.external (used now to create grass inputs for processing, replacing r.in.gdal) and so fixes grass modules like r.reclass.area and probably many others @@ -331079,7 +339734,7 @@ Matthias Kuhn 2013-10-04 More cont'ness for QgsDistanceArea -nyalldawson 2013-10-04 +Nyall Dawson 2013-10-04 [FEATURE] Holding ctrl while dragging a composer selection temporarily turns off snapping @@ -331095,7 +339750,7 @@ Marco Hugentobler 2013-10-04 Fix renderer items in legend (#8651) -nyalldawson 2013-10-04 +Nyall Dawson 2013-10-04 Fix selection handles showing incorrectly on new compositions @@ -331115,11 +339770,11 @@ Marco Hugentobler 2013-10-03 Read available datum transformations from gdal file -nyalldawson 2013-10-03 +Nyall Dawson 2013-10-03 [FEATURE] Pressing shift while moving composer items constrains movement to horizontal/vertical axis -nyalldawson 2013-10-03 +Nyall Dawson 2013-10-03 [FEATURE] Shift-resizing composer items maintains their aspect ratio, ctrl-resizing resizes from item center @@ -331135,7 +339790,7 @@ Salvatore Larosa 2013-10-03 [pyqgis-console] Sets minimum height for input area based of font metric -nyalldawson 2013-10-03 +Nyall Dawson 2013-10-03 Fix position lock not preventing moving or resizing composer items @@ -331211,19 +339866,19 @@ Jürgen E. Fischer 2013-09-30 fix data retrieval in attribute table from geometryless spatialite tables -Giovanni Manghi 2013-09-29 +Giovanni Manghi 2013-09-29 Update GrassAlgorithm.py -Giovanni Manghi 2013-09-29 +Giovanni Manghi 2013-09-29 Update ImportIntoPostGIS.py -Giovanni Manghi 2013-09-29 +Giovanni Manghi 2013-09-29 Update supervisedclassification.py -Giovanni Manghi 2013-09-29 +Giovanni Manghi 2013-09-29 Update supervisedclassification.py @@ -331239,7 +339894,7 @@ Tomas 2013-09-29 Lithuanian translation update Merge: a95f07cb628 3e382dac775 -Larry Shaffer 2013-09-28 +Larry Shaffer 2013-09-28 Merge pull request #905 from yellow-sky/show_partial_labels @@ -331252,7 +339907,7 @@ Werner Macho 2013-09-28 Lithuanian translation update -Larry Shaffer 2013-09-27 +Larry Shaffer 2013-09-27 Fix for #8705, duplication of composer should inherit custom paper size @@ -331349,7 +340004,7 @@ Nyall Dawson 2013-09-25 Add option for grid snap tolerance, move selection tolerance spin box to new section (fix #8214) -Larry Shaffer 2013-09-25 +Larry Shaffer 2013-09-25 Fix sip API reseting to version 1 (fixes PyQgs* tests currently failing due to reset) @@ -331402,20 +340057,20 @@ Víctor Olaya 2013-09-24 Fixed issue when using multiple vector inputs -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add unit test for PYQGIS_STARTUP environment variable - Make PyQgsAppStartup test more general and PEP8 compliant -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add support for PYTHONSTARTUP-like environment variable, PYQGIS_STARTUP - Different than user's 'startup.py,' since it is loaded just after Py_Initialize, specifically from env variable - Useful for cleaning sys.path, e.g. isolating/loading the initial environ without requiring a virt env, like homebrew or MacPorts installs on Mac -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add extra CXXFLAGS flags set by user; can be -D CXX_EXTRA_FLAGS or environment variable @@ -331483,7 +340138,7 @@ Marco Hugentobler 2013-09-23 [Feature]: Add anchor point setting for marker symbol layers -nyalldawson 2013-05-27 +Nyall Dawson 2013-05-27 [FEATURE] Pan composer with middle mouse button Zoom in and out on composer using mouse scroll wheel @@ -331586,7 +340241,7 @@ Nyall Dawson 2013-05-20 [feature] Add select next item above and below commands to composer edit menu -nyalldawson 2013-05-20 +Nyall Dawson 2013-05-20 [feature] CTRL-click in composer to select items below other items (fix #4358) @@ -331708,11 +340363,11 @@ Jürgen E. Fischer 2013-09-17 update welcome image for standalone installer (fixes #8623) -nyalldawson 2013-09-16 +Nyall Dawson 2013-09-16 Select previously locked items after running Unlock All -nyalldawson 2013-09-15 +Nyall Dawson 2013-09-15 Make composer history track lock/unlock state Move unlock/lock functions from QgsComposerView to QgsComposition @@ -331730,16 +340385,16 @@ Marco Hugentobler 2013-09-17 Implement anchor point shift and expose in simple marker dialog -nyalldawson 2013-09-16 +Nyall Dawson 2013-09-16 [FEATURE] Setting for corner radius for composer rectangle shapes, allows creation of rounded rectangles in composers Add tests for composer shapes -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 Fix crash on launch of bundled Mac app -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 [gui] Fix color button where initially set color is same as default, but does not set background of button @@ -331747,7 +340402,7 @@ Salvatore Larosa 2013-09-17 [pyqgis-console] reject changes in settings if they are not applied -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 [gui] Fix excessive height on resize of About dialog on Mac @@ -331790,7 +340445,7 @@ Tim Sutton 2013-09-15 [tests] Make app startup test work on Mac -Larry Shaffer 2013-09-15 +Larry Shaffer 2013-09-15 [tests] Make app startup test work on Mac @@ -332039,11 +340694,11 @@ Marco Hugentobler 2013-09-14 Write additional header field and table section -Larry Shaffer 2013-09-14 +Larry Shaffer 2013-09-14 [globe] Fix crashes occurring after globe is unloaded -Larry Shaffer 2013-09-11 +Larry Shaffer 2013-09-11 [globe] Fix Mac dependencies so plugin can run from app bundle @@ -332375,7 +341030,7 @@ Nathan Woodrow 2013-09-12 Add ELSE to rule based renderer -Larry Shaffer 2013-09-11 +Larry Shaffer 2013-09-11 [globe] Add path to gui images when running from build directory @@ -332443,7 +341098,7 @@ Denis Rouzaud 2013-04-22 split part of multi-geometry -nyalldawson 2013-05-27 +Nyall Dawson 2013-05-27 [FEATURE] Pan composer with middle mouse button Zoom in and out on composer using mouse scroll wheel @@ -332457,7 +341112,7 @@ Christian Urich 2013-09-10 made void showEvent( QShowEvent * ) and void hideEvent( QHideEvent * ) instead of private Merge: 5f61dd12fea b61b5b0f834 -Larry Shaffer 2013-09-09 +Larry Shaffer 2013-09-09 Merge pull request #881 from mbernasocchi/android @@ -332487,23 +341142,23 @@ Marco Bernasocchi 2013-09-08 Removed tooltip that shows how many messages are logged on android. This tooltip was rendered as a fullscreen yellow widget in android. -Larry Shaffer 2013-06-26 +Larry Shaffer 2013-06-26 [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus - Brings back composer window menu bar -Larry Shaffer 2013-06-24 +Larry Shaffer 2013-06-24 [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus - Brings back main window menu bar -Larry Shaffer 2013-06-23 +Larry Shaffer 2013-06-23 [Android] Update library path -Larry Shaffer 2013-06-23 +Larry Shaffer 2013-06-23 [Android] Change order of finding QtMobility package so Qt isn't 'found' twice @@ -332523,7 +341178,7 @@ Marco Bernasocchi 2013-05-03 sip generation issue fix #7752 for android -Larry Shaffer 2013-09-09 +Larry Shaffer 2013-09-09 Fix #8587, show/hide labels tool throws Qt warning @@ -332532,7 +341187,7 @@ Luigi Pirelli 2013-09-09 Merge remote-tracking branch 'upstream/master' -nyalldawson 2013-09-06 +Nyall Dawson 2013-09-06 [FEATURE] Add "Lock Selected Items" and "Unlock All" to composer layout menu and toolbar @@ -332602,15 +341257,15 @@ Luigi Pirelli 2013-09-07 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Fix build error, add missing enum to sip file -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Followup to 3b6d4ef, add sip bindings and update console auto-complete file -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Fix Mac error when building qgis_app @@ -332673,7 +341328,7 @@ Werner Macho 2013-09-06 translation update: nl by richard and es by carlos -Larry Shaffer 2013-09-05 +Larry Shaffer 2013-09-05 [FEATURE] Add 'Suppress attribute form pop-up after feature creation' option to vector layers; overrides application-wide option @@ -333042,7 +341697,7 @@ Werner Macho 2013-09-02 update french translation -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [gui] Address situation where applying style enables deprecated labels @@ -333101,7 +341756,7 @@ Matthias Kuhn 2013-09-02 [dualview] Fix add/delete crash and fieldcalc behavior of feature form -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [tests] Add preconfigured project to test local server connection @@ -333128,7 +341783,7 @@ Jean-Roc Morreale 2013-09-02 update french translation -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [gui] Fix crash when loading a vector layer style, due to lack of checks for removed deprecated labels tab @@ -333151,7 +341806,7 @@ Artem Popov 2013-09-02 Russian translation update. -Larry Shaffer 2013-08-25 +Larry Shaffer 2013-08-25 [tests] Add support for locally spawned fcgi process @@ -333179,7 +341834,7 @@ Werner Macho 2013-09-01 Polish translation update -Larry Shaffer 2013-09-01 +Larry Shaffer 2013-09-01 [gui] Update Mac icons with latest vectorized logo @@ -333212,7 +341867,7 @@ Werner Macho 2013-09-01 update french translation -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Remove deprecated labeling properties tab for new projects or older ones that don't use them @@ -333263,7 +341918,7 @@ Salvatore Larosa 2013-09-01 [dbmanager] another small fix for italian translation: fixes #8489 -Giovanni Manghi 2013-09-01 +Giovanni Manghi 2013-09-01 pt_PT translators list updated @@ -333294,7 +341949,7 @@ yoichigmf 2013-09-01 update ja translation -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Fix triple-modal issue on Mac for point displacement dialog @@ -333304,13 +341959,13 @@ Werner Macho 2013-08-31 another dutch translation update -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Fix excessive fixed height of vector properties (actually labeling) dialog - Should now fit on laptops with limited screen height -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [labeling] Further fix for #8367, 'font missing' text keeps showing up @@ -333327,14 +341982,14 @@ Werner Macho 2013-08-31 pt_pt translations contributed by Nelson Silva -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [pyqgis-console] Fix build error. Revert adding of qsci-pap-master target - Leave only qsci-pap-src target for updating default pyqgis.pap in source tree - Mark WITH_QSCIAPI as advanced in CMake, since it mostly a dev function -Giovanni Manghi 2013-08-31 +Giovanni Manghi 2013-08-31 pt_pt translations contributed by Nelson Silva @@ -333369,13 +342024,13 @@ Werner Macho 2013-08-31 translation update: fr and it -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [pyqgis-console] Fix pyqgis.pap building targets/script for auto-completion in console - Add fixed default pyqgis.pap -Larry Shaffer 2013-08-30 +Larry Shaffer 2013-08-30 [labeling] Fix python bindings for access to data defined properties @@ -333417,7 +342072,7 @@ Werner Macho 2013-08-30 Polish translatioin update -Larry Shaffer 2013-08-29 +Larry Shaffer 2013-08-29 [pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion @@ -333930,22 +342585,22 @@ Werner Macho 2013-08-22 translation update: no by james and es by carlos -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Add local preconfigured test server unit tests class - Add control images for server output - Add class for comparison against canvas output -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 Add simple local test server convenience classes for unit tests -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Update unit test control images, features db and .qml styles -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Make test font available for app, tests, server without requiring font install @@ -334023,7 +342678,7 @@ Víctor Olaya 2013-08-12 renamed "sextante" to "processing" -Larry Shaffer 2013-08-19 +Larry Shaffer 2013-08-19 [labeling] Reinstate old pan icon for label placement section's icon @@ -334083,11 +342738,11 @@ Werner Macho 2013-08-17 translation update: fi by Kari -Larry Shaffer 2013-08-16 +Larry Shaffer 2013-08-16 Fix crash when server source select dialogs go into background on Mac -Larry Shaffer 2013-08-16 +Larry Shaffer 2013-08-16 [labeling] Refactor unit tests so all render check tests can be inherited by all output test classes (canvas, composer, server) @@ -334253,7 +342908,7 @@ Denis Rouzaud 2013-08-14 fix warning -Larry Shaffer 2013-08-13 +Larry Shaffer 2013-08-13 [labeling] Unit tests update @@ -334294,7 +342949,7 @@ Radim Blazek 2013-08-13 Disable VSI cache before GDALRasterIO, workaround for GDAL ticket 5170, fixes #8356 -Larry Shaffer 2013-08-12 +Larry Shaffer 2013-08-12 [labeling] Unit test cleanup and add ability to output reports on bad render checks to web browser @@ -334310,7 +342965,7 @@ Nathan Woodrow 2013-08-13 Set alpha for rubber bands. Fix #8463 -Larry Shaffer 2013-08-12 +Larry Shaffer 2013-08-12 [pluginmanager] Fix horizontal stretch of vertical tabs sidebar @@ -334361,7 +343016,7 @@ Minoru Akagi 2013-08-12 If ignoreShapeEncoding is false, clear SHAPE_ENCODING after creating shapefile with SHAPE_ENCODING="" (fix #8440) Spit: apply SHAPE_ENCODING to shape layer opening -Larry Shaffer 2013-08-08 +Larry Shaffer 2013-08-08 [labeling] Initial python unittest setup and some tests @@ -334516,7 +343171,7 @@ Nathan Woodrow 2013-08-08 Warnings reneder composer unusable on windows, even for testing reasons. Merge: 113e6fbb846 e63aaa098db -MORREALE Jean-Roc 2013-08-07 +Jean-Roc Morreale 2013-08-07 Merge pull request #2 from haubourg/master @@ -334526,7 +343181,7 @@ Salvatore Larosa 2013-08-07 [pyqgis-console] encoding to utf-8 when open or save a script file: again fixes for non-ascii chars -Régis Haubourg 2013-08-07 +Régis Haubourg 2013-08-07 update fr translation labeling gui @@ -334632,7 +343287,7 @@ Minoru Akagi 2013-07-18 OgrProvider: fix query encoding issues -Régis Haubourg 2013-08-06 +Régis Haubourg 2013-08-06 Revert "minor fr ui translation" @@ -334655,7 +343310,7 @@ Werner Macho 2013-08-05 minor fr ui translation -Régis Haubourg 2013-08-05 +Régis Haubourg 2013-08-05 minor fr ui translation @@ -334673,11 +343328,11 @@ Jürgen E. Fischer 2013-08-04 Optional cleanups -nyalldawson 2013-08-04 +Nyall Dawson 2013-08-04 Skip missing geometries when calculating extent (fixes #8192, #8194) -nyalldawson 2013-08-04 +Nyall Dawson 2013-08-04 Return minimal QgsRectangle as boundingBox if geometry not available, since QgsRectangle(0,0,0,0) may be a valid bounding box for some geometries @@ -334689,7 +343344,7 @@ Werner Macho 2013-08-04 update fr ui Merge: 834c5ab172b 3720feb587d -MORREALE Jean-Roc 2013-08-04 +Jean-Roc Morreale 2013-08-04 Merge pull request #1 from msemchaoui/msemchaoui_branche @@ -334703,23 +343358,23 @@ Nathan Woodrow 2013-08-04 Add tooltips for expression builder. Fix #7978 -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments - Only plugin directories should have underscores, targets should have hyphens -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Add missing InvalidDataException import -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Fix settings default and Python type for connection with postgis plugin - Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac) @@ -334916,7 +343571,7 @@ Jürgen E. Fischer 2013-07-29 osgeo4w: update to grass 6.4.3 -Larry Shaffer 2013-07-29 +Larry Shaffer 2013-07-29 [sextante] fix duplicate plugin install target build error @@ -334928,7 +343583,7 @@ Alexander Bruy 2013-07-29 [sextante] add example provider code -Larry Shaffer 2013-07-29 +Larry Shaffer 2013-07-29 Fix some more icon path warnings @@ -334969,7 +343624,7 @@ Jürgen E. Fischer 2013-07-28 use gdb only for crash reports (followup e4fed741) -Larry Shaffer 2013-07-28 +Larry Shaffer 2013-07-28 Fix some icon path warnings @@ -335017,11 +343672,11 @@ Nathan Woodrow 2013-07-27 Clean up return from form Python init function -Larry Shaffer 2013-07-26 +Larry Shaffer 2013-07-26 Initialize bool for showing label drop shadow debug rectangles -Larry Shaffer 2013-07-26 +Larry Shaffer 2013-07-26 Fix help viewer bundled lib path on Mac with symlink @@ -335115,7 +343770,7 @@ Nyall Dawson 2013-07-24 Set focus to expression text box after double clicking lists in expression builder widget -SrNetoChan 2013-06-03 +Alexandre Neto 2013-06-03 PT_pt GUI Translation @@ -335535,7 +344190,7 @@ vmora 2013-07-11 - script to generate a database to reproduce the bug - no crash observed with qgis natural breaks (jenks) -nyalldawson 2013-07-08 +Nyall Dawson 2013-07-08 Fix calculation of heatmap raster size (fix #8194) - merged for further testing @@ -335951,17 +344606,17 @@ Jürgen E. Fischer 2013-07-13 project file transform: don't imply we know the band count (fixes #7080, fixes #8283) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Match size and greyscale color intensity for new default raster layer icon to other default layer icons -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure Add Oracle Raster Layer action comes before Add WMS Layer action on Manage Layers toolbar - Should come before Add SQL Anywhere Layer and just after Add Oracle Spatial Layer if all are supported and shown -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure Add SQL Anywhere Layer action comes before Add WMS Layer action on Manage Layers toolbar @@ -335969,7 +344624,7 @@ Jürgen E. Fischer 2013-07-13 freebsd support (applies #7909) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure new GPX Layer action comes before Remove Layer action on Manage Layers toolbar @@ -335999,7 +344654,7 @@ Jürgen E. Fischer 2013-07-12 spatialite provider: accept empty tables from spatialite 4 (fixes #7664) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Group and sort providers in browser listing by type then name @@ -336107,7 +344762,7 @@ Denis Rouzaud 2013-07-05 SVG icons for project, add layers and help actions -Larry Shaffer 2013-07-11 +Larry Shaffer 2013-07-11 Fix finding QScintilla2 lib: prefer local installs over system @@ -336444,44 +345099,44 @@ Jürgen E. Fischer 2013-07-07 debian packaging update -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Default raster layer icon for when generation of raster legend layer icons is disabled -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch QGIS Broswer 'set projection' icon to SVG and from 'magic wand' to variation of new CRS icon - Make browser toolbar icon size honor app's pref -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch custom projection icon to SVG and from 'magic wand' to variation of new CRS icon -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch CRS icon to SVG, simplify it, and update using GIS theme components -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch icons in custom CRS dialog to be more consistent with rest of app -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Update new selection clearing icons - Rebuild using GIS theme components - Make yellow RGB values match other selection icons -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Make lock/unlock icon look less distorted and switch to SVG -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Change color of remove icon to red, instead of green -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Update new property icons to add whitespace and reduce stroke width @@ -337414,7 +346069,7 @@ Werner Macho 2013-06-19 Update doPolygonize.py -Jacolin 2013-06-19 +Yves Jacolin 2013-06-19 Update doPolygonize.py @@ -337622,11 +346277,11 @@ Matthias Kuhn 2013-06-16 [ftools] Fix "Polygon from layer extent" (#8074) -Larry Shaffer 2013-06-15 +Larry Shaffer 2013-06-15 Save/restore window geometry for change label properties dialog -Larry Shaffer 2013-06-10 +Larry Shaffer 2013-06-10 Fix for #8003, font not written to table when using change label properties tool @@ -337788,7 +346443,7 @@ Borys Jurgiel 2013-06-14 fix #8060 (new SIP API) -Larry Shaffer 2013-06-13 +Larry Shaffer 2013-06-13 Fix for #8052, QGIS 2.0 does not respect labels' scale-based visibility in projects from previous version @@ -337809,12 +346464,12 @@ Radim Blazek 2013-06-13 set min updateThreshold to 1000 -nyalldawson 2013-06-12 +Nyall Dawson 2013-06-12 Also disable color buttons which don't apply for numeric scale bars Make numeric scale bars respect font color and alignment settings (fix #7830) -nyalldawson 2013-06-12 +Nyall Dawson 2013-06-12 When scale bar is numeric disable controls which don't apply Don't change scale bar box size automatically when style is numeric @@ -338064,7 +346719,7 @@ yoichigmf 2013-06-10 update GUI translation JA woked with Minoru Akagi -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Add user notification when defined labeling font is not found on system, then substituted @@ -338075,21 +346730,21 @@ Larry Shaffer 2013-06-09 - Substituted font is not saved with project, unless user applies changes. - Change labeling gui font selector dialog to font family combobox (since only family is being chosen) -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Update label gui and rendering with QgsFontUtils functions -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Add QgsFontUtils class to handle system font queries and style changes -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Check only what's necessary to see if a layer will be labeled - Don't load all settings from QgsPalLayerSettings::readFromLayer -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Followup to b383c69. Keep labeling dialog from calling init() twice from vector props dialog @@ -338349,7 +347004,7 @@ Víctor Olaya 2013-06-06 [sextante]added checking for R installation -Larry Shaffer 2013-05-26 +Larry Shaffer 2013-05-26 Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first) @@ -338484,7 +347139,7 @@ Borys Jurgiel 2013-05-27 More icons from Robert -Larry Shaffer 2013-05-25 +Larry Shaffer 2013-05-25 Add ability to run plugin installer from build directory @@ -338540,7 +347195,7 @@ Werner Macho 2013-06-04 translation update: eu by asier -Larry Shaffer 2013-06-04 +Larry Shaffer 2013-06-04 Fix for #7993 again, fields are listed twice in labeling data defined menu @@ -338613,7 +347268,7 @@ Etienne Tourigny 2013-06-03 fixes for gdaltools info and clipper - raster file dialog filters needs fixing -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Update main options dialog with QgsOptionsDialogBase inheritance @@ -338628,7 +347283,7 @@ Nyall Dawson 2013-06-04 Fix #7705, remove alpha transparency from default color for map overview frames -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Fix #7993, fields are listed twice in labeling data defined menu @@ -338647,7 +347302,7 @@ Werner Macho 2013-06-04 update Galician language strings on request -SrNetoChan 2013-06-03 +Alexandre Neto 2013-06-03 pt_PT translation by João Gaspar @@ -338660,7 +347315,7 @@ D'Hont René-Luc 2013-06-03 Secondly if a composerLabel is not in the parameterMap the default value is conserved. -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Fix #7969, 'layer source' in vector properties is empty @@ -338756,11 +347411,11 @@ Jürgen E. Fischer 2013-06-02 rename context help from QgsIdentifyResults to QgsIdentifyResultsDialog -Larry Shaffer 2013-06-02 +Larry Shaffer 2013-06-02 Save/restore header state for bookmarks view -Larry Shaffer 2013-06-02 +Larry Shaffer 2013-06-02 Fix #7723, bookmark names not saved @@ -338782,7 +347437,7 @@ Jürgen E. Fischer 2013-06-02 fix doxygen warning -Larry Shaffer 2013-06-01 +Larry Shaffer 2013-06-01 Fix for #7458, project crashes when loaded from command line @@ -338909,7 +347564,7 @@ Alexander Bruy 2013-05-30 start update fTools to new SIP api -Larry Shaffer 2013-05-30 +Larry Shaffer 2013-05-30 Add missing signal/slot connection, for limiting labels drawn @@ -338956,7 +347611,7 @@ Jürgen E. Fischer 2013-05-30 vector layer undo command: remove merging noise -Larry Shaffer 2013-05-29 +Larry Shaffer 2013-05-29 Followup to fix for #7134, label settings not saved in .qml @@ -339092,7 +347747,7 @@ Jürgen E. Fischer 2013-05-28 we don't have a file menu on osx either (followup c510c449) -Larry Shaffer 2013-05-27 +Larry Shaffer 2013-05-27 Update QgsDataDefinedButton @@ -339301,11 +347956,11 @@ Jürgen E. Fischer 2013-05-25 fix #4470 and #7889 -Larry Shaffer 2013-05-22 +Larry Shaffer 2013-05-22 Fix for label buffer drawing triggered off of just its data defined size in the past (<2.0) -Larry Shaffer 2013-05-24 +Larry Shaffer 2013-05-24 Fix init flag order in QgsOptionsDialogBase (thanks Borys) @@ -339321,7 +347976,7 @@ Marco Hugentobler 2013-05-24 Delete rubberband if deactivating capture tool -SrNetoChan 2013-05-24 +Alexandre Neto 2013-05-24 DB Manager pt_PT translations @@ -339333,7 +347988,7 @@ Matthias Kuhn 2013-05-24 [Fix #7867] Fix field properties config dialog -nyalldawson 2013-05-24 +Nyall Dawson 2013-05-24 Fix crash with render caching and feature blending combination @@ -339441,19 +348096,19 @@ Jürgen E. Fischer 2013-05-22 german translation fix Merge: 22251085ee8 3da0d7d56f1 -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 merge -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 small correction to pt_PT Translation -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 Portuguese Translation -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 Portuguese Translations @@ -339473,11 +348128,11 @@ Matthias Kuhn 2013-05-22 QgsExpression takes const QgsFeature as pointer and by reference -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 Portuguese Translation -SrNetoChan 2013-05-22 +Alexandre Neto 2013-05-22 Portuguese Translations @@ -339547,7 +348202,7 @@ Salvatore Larosa 2013-05-21 [pyqgis-console] increases height of the row in QListView and QTreeWidget for Windows OS - small fixes for the run script command -Larry Shaffer 2013-05-21 +Larry Shaffer 2013-05-21 Update Mac INSTALL notes @@ -339607,11 +348262,11 @@ Werner Macho 2013-05-20 adding new language Bengali on request -Larry Shaffer 2013-05-20 +Larry Shaffer 2013-05-20 Turn off buffer size-trigger fix for <2.0 projects until better solution is implemented -Larry Shaffer 2013-05-15 +Larry Shaffer 2013-05-15 Update labeling gui and add expression support as data defined value @@ -339691,11 +348346,11 @@ Nathan Woodrow 2013-05-19 Expose alpha on raster colour dialog -nyalldawson 2013-05-19 +Nyall Dawson 2013-05-19 Make sure classifying color ramps for rasters uses the full range of the ramp -nyalldawson 2013-05-19 +Nyall Dawson 2013-05-19 [feature] Transparency support for raster color ramps (fix #7847) @@ -339768,7 +348423,7 @@ Jürgen E. Fischer 2013-05-18 debian packaging update -Larry Shaffer 2013-05-17 +Larry Shaffer 2013-05-17 Fix #7835, opening WMS layer properties causes crash @@ -339790,7 +348445,7 @@ Matthias Kuhn 2013-05-17 Fix wmsserver: Do not manipulate maplayerregistry directly -nyalldawson 2013-05-17 +Nyall Dawson 2013-05-17 Use a cosmetic pen for snap lines to prevent lines scaling (fix #7524) @@ -339983,7 +348638,7 @@ Chris Crook 2013-05-14 Delimited text GUI tidy up. Renamed useWatcher option to watchFile -nyalldawson 2013-05-14 +Nyall Dawson 2013-05-14 Add clamp and scale_exp functions @@ -339994,27 +348649,27 @@ Nathan Woodrow 2013-05-13 FFE? some blending fixes & composition feature requests -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 Add python bindings and tests for grid blending, grid annotation font color, vector feature blending and vector layer transparency -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 Tests for grid blending, grid color labels, vector feature blending and vector layer transparency -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 [feature] Add font color control for grid annotations (fix #7789) -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 [feature] blend modes for composer map grids (fix #7777) -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 [feature] Layer transparency for vectors (fix #7692) -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 Add blend mode option for features, allows blending to be used between features in a layer @@ -340121,35 +348776,35 @@ Nathan Woodrow 2013-05-12 New functions -nyalldawson 2013-05-13 +Nyall Dawson 2013-05-13 Add a scale_linear function, for linear interpolation between and input domain and output range -nyalldawson 2013-05-12 +Nyall Dawson 2013-05-12 Add trim function -nyalldawson 2013-05-12 +Nyall Dawson 2013-05-12 Add abs function -nyalldawson 2013-05-11 +Nyall Dawson 2013-05-11 Add floor and ceil functions -nyalldawson 2013-05-11 +Nyall Dawson 2013-05-11 Add max and min functions -nyalldawson 2013-05-11 +Nyall Dawson 2013-05-11 Add regexp_substr function for returning matched part of string against regex -nyalldawson 2013-05-11 +Nyall Dawson 2013-05-11 Small fixes to function help -nyalldawson 2013-05-11 +Nyall Dawson 2013-05-11 Add rand and randf functions for generating random numbers @@ -340285,7 +348940,7 @@ Jürgen E. Fischer 2013-05-09 Fixed bug processing URL parameters -nyalldawson 2013-05-10 +Nyall Dawson 2013-05-10 Disable blend modes when printing or pdf exporting as vector, prevents missing composer items in output @@ -340392,7 +349047,7 @@ Radim Blazek 2013-05-08 WMS capabilities HTTP Get namespace fix -nyalldawson 2013-05-08 +Nyall Dawson 2013-05-08 Small fixes to heatmap plugin Update context help for heatmap @@ -340444,7 +349099,7 @@ Marco Hugentobler 2013-05-07 Fix map units in centroid symbol layer (ticket 7738) -nyalldawson 2013-05-07 +Nyall Dawson 2013-05-07 Make sure heatmap is cancellable @@ -340491,7 +349146,7 @@ Nyall Dawson 2013-05-05 Show warning when printing or pdfing a composition when blend modes are present -nyalldawson 2013-05-06 +Nyall Dawson 2013-05-06 Small fixes to heatmap plugin @@ -340502,19 +349157,19 @@ vinayan 2013-05-05 [Fix #7714] ftools - Eliminate - improve performance with new vector api calls -nyalldawson 2013-05-06 +Nyall Dawson 2013-05-06 Fix heatmap rasters not correctly initialising with NODATA value -nyalldawson 2013-05-04 +Nyall Dawson 2013-05-04 Make sure print as raster checkbox is updated after blend mode warning -nyalldawson 2013-05-03 +Nyall Dawson 2013-05-03 Add parameter for QgsMessageViewer to disable deleteOnClose, allows retrieving checkBoxState after dialog has closed -nyalldawson 2013-05-03 +Nyall Dawson 2013-05-03 Add warning for printing and pdf export with blend modes with option to print as raster @@ -340754,7 +349409,7 @@ Salvatore Larosa 2013-05-01 - reorganized message levels for the message bar - minor fixes -nyalldawson 2013-05-02 +Nyall Dawson 2013-05-02 Add tests for python bindings for layer blend modes @@ -340804,7 +349459,7 @@ Matthias Kuhn 2013-05-01 * Rewire slots and signals for the fixed size * Default pie dimensions set to 50 mm -nyalldawson 2013-05-01 +Nyall Dawson 2013-05-01 Add tests for python bindings for composer item blending and transparency Add python bindings for composer item background @@ -340817,7 +349472,7 @@ Salvatore Larosa 2013-04-30 [pyqgis-console] fix comment/uncomment code also on Windows OS -nyalldawson 2013-05-01 +Nyall Dawson 2013-05-01 Add tests for layer blending @@ -340918,7 +349573,7 @@ vinayan 2013-04-30 add Vinayan to authors -nyalldawson 2013-04-30 +Nyall Dawson 2013-04-30 Add tests for composer item transparency and blending @@ -340938,31 +349593,31 @@ Chris Crook 2013-04-30 Added check of dataSourceUri to tests -nyalldawson 2013-04-30 +Nyall Dawson 2013-04-30 Tweak saturation curve (fix #7655) -olivierdalang 2013-04-29 +Olivier Dalang 2013-04-29 SVG : some more backgrounds again -olivierdalang 2013-04-29 +Olivier Dalang 2013-04-29 SVG : forgot some -olivierdalang 2013-04-29 +Olivier Dalang 2013-04-29 SVG : added some backgrounds -olivierdalang 2013-04-24 +Olivier Dalang 2013-04-24 SVG : separate arrows and wind roses -olivierdalang 2013-04-24 +Olivier Dalang 2013-04-24 SVG : manual correction of GPS icon -olivierdalang 2013-04-24 +Olivier Dalang 2013-04-24 SVG : clean arrows @@ -341004,19 +349659,19 @@ olivierdalang 2013-04-24 images/svg/north_arrows/north-arrow_8_checkered.svg images/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg -olivierdalang 2013-04-23 +Olivier Dalang 2013-04-23 SVG : add parameters -olivierdalang 2013-04-23 +Olivier Dalang 2013-04-23 SVG : add a directory for crosses -olivierdalang 2013-04-23 +Olivier Dalang 2013-04-23 SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols -olivierdalang 2013-04-22 +Olivier Dalang 2013-04-22 SVG : remove some old-looking svg @@ -341064,7 +349719,7 @@ Denis Rouzaud 2013-04-29 added layerToMapCoordinates for rectangles, and more detailed comments -nyalldawson 2013-04-29 +Nyall Dawson 2013-04-29 Add blending mode for overview frame, option to invert overview frame @@ -341104,19 +349759,19 @@ Nathan Woodrow 2013-04-28 New color functions (from hsl, hsv and cmyk), new regexp_match function -nyalldawson 2013-04-29 +Nyall Dawson 2013-04-29 Add regexp_match function, improve help for regexp_replace function -nyalldawson 2013-04-28 +Nyall Dawson 2013-04-28 Add color_cmyk and color_cmyka functions -nyalldawson 2013-04-27 +Nyall Dawson 2013-04-27 Add color_hsv and color_hsva functions -nyalldawson 2013-04-27 +Nyall Dawson 2013-04-27 Add color_hsl and color_hsla functions @@ -341278,11 +349933,11 @@ Chris Crook 2013-04-26 Let users know if no data displayed because all records are badly formatted -Larry Shaffer 2013-04-25 +Larry Shaffer 2013-04-25 Fix for #3743, georeferencer: can't set map coords from map canvas on Mac -Larry Shaffer 2013-04-25 +Larry Shaffer 2013-04-25 Small cleanup for e0838b0 @@ -341377,11 +350032,11 @@ Matthias Kuhn 2013-04-14 Enable pal label testing to qgis_bench -Larry Shaffer 2013-04-24 +Larry Shaffer 2013-04-24 Make sure Analysis menu (sextante) shows up before Window menu on Mac -Larry Shaffer 2013-04-24 +Larry Shaffer 2013-04-24 Small update to Mac notes in INSTALL @@ -341396,7 +350051,7 @@ D'Hont René-Luc 2013-04-24 The bug is due to an inversion between tuple and coordinates separator in Polygon coordinates element. -olivierdalang 2013-04-24 +Olivier Dalang 2013-04-24 [FEATURE] allows to store SQL queries in the DB manager @@ -341569,7 +350224,7 @@ Salvatore Larosa 2013-04-22 [pyqgis-console] fix - allows to apply the console settings at all the tabs -nyalldawson 2013-04-22 +Nyall Dawson 2013-04-22 Add SIP bindings for composer item blend mode and transparency @@ -341580,7 +350235,7 @@ Nyall Dawson 2013-04-21 Add sip bindings for layer blend modes -nyalldawson 2013-04-22 +Nyall Dawson 2013-04-22 Add sip bindings for layer blend modes @@ -341590,7 +350245,7 @@ Salvatore Larosa 2013-04-21 - fixes background color for toolbar editor on Windows - minor fixes -Larry Shaffer 2013-04-19 +Larry Shaffer 2013-04-19 Update vector layer properties dialog with vertical tabs @@ -341684,7 +350339,7 @@ Radim Blazek 2013-04-20 python QgsField.__len__() fix; fixes PyQgsMemoryProvider and PyQgsVectorLayer test on platforms with SIP < 4.10.3 -nyalldawson 2013-04-20 +Nyall Dawson 2013-04-20 Make sure margin spin box is always enabled when applicable @@ -341779,17 +350434,17 @@ D'Hont René-Luc 2013-04-19 so it is a server issue. -nyalldawson 2013-04-12 +Nyall Dawson 2013-04-12 Fix segfault when html composer labels contain img tags -nyalldawson 2013-04-19 +Nyall Dawson 2013-04-19 [Fix 7641] Disable margin control for atlas when a point layer is selected Change fixed scale control to radio button Fix margin size not saving -nyalldawson 2013-04-19 +Nyall Dawson 2013-04-19 Fix occasional NaN when automatically calculating heatmap radius @@ -341825,7 +350480,7 @@ Werner Macho 2013-04-18 translation update: cz by Jan -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Update new composer item Rendering group box @@ -341834,11 +350489,11 @@ Larry Shaffer 2013-04-18 - Add syncGroup property for collapsible group box functionality - Clean up some old commented-out code (replaced by QgsColorButton with alpha support) -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Set better default drop shadow parameters -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Reduce width of histogram widget to fit better in new raster properties dialog @@ -341846,7 +350501,7 @@ Matthias Kuhn 2013-04-18 [FIX #7609] Fetch and cache data for sorting column in one query -Larry Shaffer 2013-04-16 +Larry Shaffer 2013-04-16 Fix for #7627, wrong label scaling in print or PDF @@ -341918,7 +350573,7 @@ Jürgen E. Fischer 2013-04-17 show loading layer in status bar -nyalldawson 2013-04-16 +Nyall Dawson 2013-04-16 Blend modes apply to whole layer, not individual objects (fix #7603) @@ -342013,7 +350668,7 @@ Alexander Bruy 2013-04-16 [fTools] fix Points in Polygon and Delaunay triangulation (closes #7414, #7360) -nyalldawson 2013-04-17 +Nyall Dawson 2013-04-17 Draw background on painter before rendering map for composer map items (fix #7461) @@ -342175,11 +350830,11 @@ Chris Crook 2013-04-16 Fix for handling of numeric columns with comma for decimal point (bug #6719) -Larry Shaffer 2013-04-15 +Larry Shaffer 2013-04-15 Put old theme icons back into source tree under themes_ or icons_old next to current directories -Larry Shaffer 2013-04-15 +Larry Shaffer 2013-04-15 Condense app icon themes down to just one, based upon 'gis' theme @@ -342314,11 +350969,11 @@ Chris Crook 2013-04-15 Added DMS functionality, fixed source code indenting -nyalldawson 2013-04-15 +Nyall Dawson 2013-04-15 Add Nyall Dawson to authors -Larry Shaffer 2013-04-05 +Larry Shaffer 2013-04-05 Add drop shadow option to labels @@ -342331,18 +350986,18 @@ Jürgen E. Fischer 2013-04-14 wms provider: improve cubewerx support -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Followup to 611f77b, better place to trigger gui update -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Better fix for situations like #7602 - In base class, auto-remove corresponding list widget item when stack widget is removed - Minimize band rendering group box stretching if there probably is no combo box choice (e.g. WMS layer) -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Fix for #7602, Pyramids and Histogram tabs should be hidden for WMS layers in raster properties dialog @@ -342358,31 +351013,31 @@ Chris Crook 2013-04-14 Final tests enabled -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set QgsCollapsibleGroupBox's collapse-on-uncheck to happen only when clicked by user - This keeps checkable group boxes from being programmatically collapsed when initializing a dialog -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Fix for #7598, CRS info on the lower right corner does not show anymore - Should not affect fix for #7532 -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Update spacing and expansion of widgets in project properties dialog -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set synGroups for raster properties collapsible group boxes -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set Style tab as default on first opening of raster properties -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Fix margin addition in QgsOptionsDialogBase @@ -342600,7 +351255,7 @@ Víctor Olaya 2013-04-13 [sextante] removed pydevd imports added by mistake -Larry Shaffer 2013-04-12 +Larry Shaffer 2013-04-12 Update raster properties dialog to vertical tabs @@ -342876,7 +351531,7 @@ Jürgen E. Fischer 2013-04-10 fix doxygen warnings -Larry Shaffer 2013-04-10 +Larry Shaffer 2013-04-10 Update recent symbology widget update for cross-platform consistency @@ -342968,7 +351623,7 @@ Marco Hugentobler 2013-04-09 Some blending fixes and code cleanup -nyalldawson 2013-04-09 +Nyall Dawson 2013-04-09 Fix html labels rendering before they are fully loaded. Prevents missing images in html labels when composer layout is output for the first time. @@ -342976,7 +351631,7 @@ Chris Crook 2013-04-09 After astyle -olivierdalang 2013-04-09 +Olivier Dalang 2013-04-09 small update of the UI of the symbollayers widgets @@ -342988,11 +351643,11 @@ Pirmin Kalberer 2013-04-08 Globe: Fix compilation with osgearth 2.4 -nyalldawson 2013-04-07 +Nyall Dawson 2013-04-07 Fix labels not updating for atlas prints when blend mode is applied -nyalldawson 2013-04-06 +Nyall Dawson 2013-04-06 Use QPainter::CompositionMode for all internal blending variables and functions @@ -343140,7 +351795,7 @@ Jürgen E. Fischer 2013-04-07 deduce plugin directory from a plugin that actually still exists -Larry Shaffer 2013-04-07 +Larry Shaffer 2013-04-07 Fix #7532, startup forces new project document, even when opening data file @@ -343208,7 +351863,7 @@ Alexander Bruy 2013-04-05 remove debug statement Merge: 217e7c16235 9ffc8ee2df5 -Larry Shaffer 2013-04-05 +Larry Shaffer 2013-04-05 Merge pull request #504 from nyalldawson/blend_modes @@ -343222,7 +351877,7 @@ Alexander Bruy 2013-04-05 display and allow editing of simplify tolerance value (fix #7515) -nyalldawson 2013-04-05 +Nyall Dawson 2013-04-05 Fix dialog resetting label and label buffer blend modes @@ -343237,7 +351892,7 @@ Nathan Woodrow 2013-04-04 Fix tab order in heatmap dialog -Larry Shaffer 2013-03-28 +Larry Shaffer 2013-03-28 [FEATURE] Add background shapes and svg symbols to labels @@ -343348,7 +352003,7 @@ Alexander Bruy 2013-04-03 Fixes loss of alpha after adjusting brightness/contrast/hue/saturation for rasters -nyalldawson 2013-04-03 +Nyall Dawson 2013-04-03 Fix loss of alpha when adjusting brightness/hue/saturation for raster. Clean and optimize code @@ -343578,15 +352233,15 @@ Jürgen E. Fischer 2013-04-01 fix two more warnings -nyalldawson 2013-04-01 +Nyall Dawson 2013-04-01 [FEATURE] Transparency control for composer items -nyalldawson 2013-04-01 +Nyall Dawson 2013-04-01 Fix printing with composition effects -nyalldawson 2013-03-31 +Nyall Dawson 2013-03-31 [FEATURE] Blend modes for composer items @@ -343688,7 +352343,7 @@ Nathan Woodrow 2013-03-31 Move Init function line edit so visible all the time -Larry Shaffer 2013-03-30 +Larry Shaffer 2013-03-30 Fix cyclical QPaintEvent updates for color button, which caused excessive cpu cycles @@ -343700,11 +352355,11 @@ Nathan Woodrow 2013-03-31 Reload form module if DEBUGMODE switch set in module -Borys Jurgiel 2013-03-30 +Borys Jurgiel 2013-03-30 [API] Expose mouse wheel to map tools as QgsMapTool::wheelEvent() -Borys Jurgiel 2013-03-30 +Borys Jurgiel 2013-03-30 Don't zoom with mouse wheel if keyboard modifiers pressed @@ -343737,15 +352392,15 @@ Nathan Woodrow 2013-03-30 Choose sensible default value for heatmap radius, some small documentation updates -nyalldawson 2013-03-30 +Nyall Dawson 2013-03-30 Update heatmap help file -nyalldawson 2013-03-30 +Nyall Dawson 2013-03-30 Cleanup heatmap dialog strings to follow standard capitalisation -nyalldawson 2013-03-30 +Nyall Dawson 2013-03-30 Estimate a sensible default radius for heatmaps from the layer extent @@ -343884,13 +352539,13 @@ Nathan Woodrow 2013-03-28 Get fid of newly added feature in mssql provider -Larry Shaffer 2013-03-27 +Larry Shaffer 2013-03-27 Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog - Add default title -Larry Shaffer 2013-03-27 +Larry Shaffer 2013-03-27 Move busy indicator dialog out of composer and into own gui class @@ -344208,11 +352863,11 @@ Jürgen E. Fischer 2013-03-26 indentation update -nyalldawson 2013-03-26 +Nyall Dawson 2013-03-26 Fix initial state of saturation controls -nyalldawson 2013-03-26 +Nyall Dawson 2013-03-26 Add strength slider for raster colorization @@ -344228,14 +352883,14 @@ Nyall Dawson 2013-03-25 [FEATURE] Add saturation control for raster images -Larry Shaffer 2013-03-25 +Larry Shaffer 2013-03-25 Remove interior button focus color for QgsColorButton wells - Focus color tinted button's set color on platforms like Ubuntu - Border should be updated with OS-style focus color when button in focus (currently no focus hint) -Larry Shaffer 2013-03-23 +Larry Shaffer 2013-03-23 Update Project Properties dialog with vertical tabs and update ui @@ -344386,7 +353041,7 @@ Marco Hugentobler 2013-03-23 Hide custom snap lines before printing composition Merge: 0594453ff55 70ef5a78b0e -Larry Shaffer 2013-03-22 +Larry Shaffer 2013-03-22 Merge pull request #474 from dakcarto/color-button_mk_10 @@ -344396,7 +353051,7 @@ Marco Hugentobler 2013-03-22 Fix parsing bug in wkb -> geos export -Larry Shaffer 2013-03-22 +Larry Shaffer 2013-03-22 Fix live color updating slot parameter by using SLOT macro @@ -344431,13 +353086,13 @@ Nyall Dawson 2013-03-22 [FEATURE] Add composition blend modes for layers (#5248) -Larry Shaffer 2013-03-21 +Larry Shaffer 2013-03-21 Fix for #7398, allow alpha value change in line pattern fill color picker - Add alpha picker and render support for: line pattern fill, line decoration symbol, font marker symbol -Larry Shaffer 2013-03-21 +Larry Shaffer 2013-03-21 Fix missing conversion from QgsColorButtonV2 to QgsColorButton @@ -344463,7 +353118,7 @@ Alexander Bruy 2013-02-27 cosmetic chages in QGISAlgorithm provider, also remove unused icons and add new ones to resources -Larry Shaffer 2013-01-08 +Larry Shaffer 2013-01-08 [FEATURE] Update QgsColorButton to offer live color chooser updates and show transparent checkerboard background @@ -344589,7 +353244,7 @@ Radim Blazek 2013-03-18 composer legend: draw single symbol layers as single line -Larry Shaffer 2013-03-18 +Larry Shaffer 2013-03-18 Disable 'overloaded virtual' warning globally when using clang @@ -344600,7 +353255,7 @@ Nyall Dawson 2013-03-19 Move kernelShape enum to heatmap.h Merge: 5d62af343a0 d7d1ecec1ac -Larry Shaffer 2013-03-18 +Larry Shaffer 2013-03-18 Merge pull request #464 from dakcarto/nmake-with-jom_1 @@ -344723,11 +353378,11 @@ D'Hont René-Luc 2013-03-15 This update gives me the ability to debugging geometryFromGML with Envelope element. -olivierdalang 2013-02-23 +Olivier Dalang 2013-02-23 - add find by UUID -olivierdalang 2013-02-20 +Olivier Dalang 2013-02-20 Implemented ComposerItem's Uuids @@ -344907,27 +353562,27 @@ Denis Rouzaud 2013-03-13 fix #7332 -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Revert unnecessary disabling of unknown warnings -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Add Rotate Feature action to edit menu -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Set custom QGIS-style group boxes as default on Mac - Mac Qt-style group boxes have issues that need addressed by Qt -Larry Shaffer 2013-03-06 +Larry Shaffer 2013-03-06 Add function to collapsible group box's to fix visual issues during collapse and expand - Update QgsCollapsibleGroupBox for basic Mac style -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Remove extra horizontal line from composer item properties @@ -345049,7 +353704,7 @@ Marco Hugentobler 2013-03-11 Output units for marker line properties -Larry Shaffer 2013-03-10 +Larry Shaffer 2013-03-10 Fix for #7307, project Save function not correctly adding path to Open Recent Projects menu @@ -345099,7 +353754,7 @@ Víctor Olaya 2013-03-10 [sextante] fixed #7295 -Larry Shaffer 2013-03-08 +Larry Shaffer 2013-03-08 Fix for #7289, add CMake option to enable building with Qt jom (nmake) on Windows @@ -345117,7 +353772,7 @@ Sandro Santilli 2013-03-08 See http://hub.qgis.org/issues/3457 -Larry Shaffer 2013-03-08 +Larry Shaffer 2013-03-08 Fix for older compilers, like on default Mac setup @@ -345142,17 +353797,17 @@ Martin Dobias 2013-03-08 Moved GML import/export to a new class: QgsOgcUtils -Larry Shaffer 2013-03-07 +Larry Shaffer 2013-03-07 On Mac use Close for quit action (conflicts with app menu's quit action and key sequence) -Larry Shaffer 2013-03-06 +Larry Shaffer 2013-03-06 Keep composer multi-item selection only when Shift is pressed during click - Fixes issues where Shift was still registered as pressed when shift click happened outside of view (due to lingering keyboard focus) -Larry Shaffer 2013-03-07 +Larry Shaffer 2013-03-07 Fix #7287, keep composer listings sorted in menus and manager @@ -345182,11 +353837,11 @@ Marco Hugentobler 2013-03-06 refs #7263 -olivierdalang 2013-03-01 +Olivier Dalang 2013-03-01 change "paste in place" shortcut to ctrl+shift+V -olivierdalang 2013-02-26 +Olivier Dalang 2013-02-26 [Feature] Paste in place in the composer using ctrl+alt+v. @@ -345286,7 +353941,7 @@ Nathan Woodrow 2013-03-04 Don't treat null values as zero for graduated symbology (Fix #6096) -Larry Shaffer 2013-03-03 +Larry Shaffer 2013-03-03 Fix #7195, transparency options in composer should be 0-100% @@ -345324,21 +353979,21 @@ Jürgen E. Fischer 2013-03-03 german translation update -Larry Shaffer 2013-03-03 +Larry Shaffer 2013-03-03 Remove redundant subheaders for composer panels with appropriate titles -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Set minimum width for composition and item properties panels in composer -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix for #7194, tabs partially shown for composer panels - All newly designed panels reworked to ensure smallest reasonable width -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix missing SVG previews for existing composer picture item @@ -345346,7 +354001,7 @@ Larry Shaffer 2013-03-02 - NOTE: the loading of SVGs per QListWidget per picture should be replaced with a model/view per composer, or something cached - Combobox no longer over-expands width of dock widget when it contains long paths -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix Qt connection error @@ -345354,11 +354009,11 @@ Jürgen E. Fischer 2013-03-02 fix debian builds -Larry Shaffer 2013-03-01 +Larry Shaffer 2013-03-01 Fix composer window activations on Windows and Ubuntu -Larry Shaffer 2013-03-01 +Larry Shaffer 2013-03-01 Update Composer Manager's template functionality @@ -345415,11 +354070,11 @@ Nyall Dawson 2013-03-01 Fix calculation of graduated symbology breaks -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add SPATIALITE_INCLUDE_DIR to include directories in analysis cmakelists for new OSM support -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add New from Template to composer's Composer menu @@ -345430,7 +354085,7 @@ Jürgen E. Fischer 2013-03-01 show values of unknown wkbtypes when rendering -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add new, duplicate and delete composer to iface @@ -345471,7 +354126,7 @@ szekerest 2013-02-28 MSSQL: Fix for reading 3D geometries (#6733) -olivierdalang 2013-01-21 +Olivier Dalang 2013-01-21 Updated icons for gis theme @@ -345481,7 +354136,7 @@ olivierdalang 2013-01-21 - added add html (composer) icon Merge: 13b362e583c 62e6b13d836 -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Merge pull request #435 from Oslandia/atlas @@ -345525,13 +354180,13 @@ szekerest 2013-02-27 MSSQL: Fix for the problem with the length of the numeric fields (#7249) -Larry Shaffer 2013-02-27 +Larry Shaffer 2013-02-27 Rename QgsComposer::progressDialog - It's a busy indicator that doesn't track operation progress -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Hide new composer when duplicating (loading template) as it is faster @@ -345553,17 +354208,17 @@ Alexandre Neto 2013-02-26 Some translations -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Add shift-click modifier to QgsCollapsibleGroupBox - Expands current group box on shift-click, then collapses any others in sync group -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Avoid crash where composer is deleted after spawning modal composer manager -Larry Shaffer 2013-02-25 +Larry Shaffer 2013-02-25 Add unique title input dialog for new and duplicate composers @@ -345597,7 +354252,7 @@ Víctor Olaya 2013-02-26 [sextante] fixed wrong import -Larry Shaffer 2013-02-25 +Larry Shaffer 2013-02-25 [sextante] fix typo @@ -345662,7 +354317,7 @@ Hugo Mercier 2013-02-25 [Atlas] Update spacing for atlas panel -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 [FEATURE] Add duplicate function to composer manager and composer ui @@ -345733,11 +354388,11 @@ Nathan Woodrow 2013-02-23 Replace saving done dialog with message bar -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 Fix #6184, canvas doesn't refresh after pasting layer style -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 [Atlas] Update spacing for atlas panel @@ -345776,11 +354431,11 @@ Werner Macho 2013-02-21 adding some function help files for field calculator, thanks to Zoltan Siki -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Fix duplication of main app's Window and Help menu to composers for Mac -Larry Shaffer 2013-02-21 +Larry Shaffer 2013-02-21 Followup to be3bad3 @@ -345817,7 +354472,7 @@ Alexander Bruy 2013-02-21 different icons for GPS importer and Create new GPX layer (fix #6860) -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add Print Composers submenu to new Composer menu in composer @@ -345834,15 +354489,15 @@ Jürgen E. Fischer 2013-02-20 Fix: emit committedFeaturesAdded and committedFeaturesRemoved -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Run prepare-commit on qgscomposer.cpp -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add binding to iface for action to show composer manager -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add New and Manager actions to new Composer menu in composer @@ -345850,7 +354505,7 @@ Matthias Kuhn 2013-02-20 Fix: emit committedFeaturesAdded and committedFeaturesRemoved -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Fix #7196, composer manager doesn't close when showing a chosen composer @@ -345875,7 +354530,7 @@ Nathan Woodrow 2013-02-20 - Split composer toolbar into many - Rename File menu to Composer - because the composer isn't a "file" -Larry Shaffer 2013-02-19 +Larry Shaffer 2013-02-19 Fix crash when loading a project that hits a group box with 'collapse' set @@ -345903,7 +354558,7 @@ Marco Hugentobler 2012-12-24 Compute min/max on demand in gdal provider -Larry Shaffer 2013-02-19 +Larry Shaffer 2013-02-19 Add available sql drivers to Mac bundled app @@ -345930,7 +354585,7 @@ Sandro Santilli 2013-02-19 is enabled for editing of every layer, not just the TopoGeometry one. -Larry Shaffer 2013-02-15 +Larry Shaffer 2013-02-15 Update composer ui files @@ -345940,23 +354595,23 @@ Larry Shaffer 2013-02-15 - Re-layout map extents group box - Expand more group boxes by default (increases discovery) -Larry Shaffer 2013-02-14 +Larry Shaffer 2013-02-14 Fix some compiler warnings -olivierdalang 2013-02-13 +Olivier Dalang 2013-02-13 replaced "opacity" by "transparency" in the composer GUI -olivierdalang 2013-02-14 +Olivier Dalang 2013-02-14 Add syncGroup to CollapsibleGroupBoxes -olivierdalang 2013-02-12 +Olivier Dalang 2013-02-12 Update of composer item's GUI -Larry Shaffer 2013-02-15 +Larry Shaffer 2013-02-15 Updates to QgsCollapsibleGroupBoxBasic @@ -345975,7 +354630,7 @@ Werner Macho 2013-02-19 added malayalam language on request Merge: dc074b393e8 7717aeed1ca -Larry Shaffer 2013-02-18 +Larry Shaffer 2013-02-18 Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2 @@ -346142,7 +354797,7 @@ Jürgen E. Fischer 2013-02-14 ocispatial: require OCI library -Larry Shaffer 2013-02-13 +Larry Shaffer 2013-02-13 Add collapse toggling synchronization on Alt-click of title to QgsCollapsibleGroupBoxBasic @@ -346150,13 +354805,13 @@ Jürgen E. Fischer 2013-02-13 fix windows build -Larry Shaffer 2013-02-11 +Larry Shaffer 2013-02-11 Make measure tool dialogs stay on top of other windows during operation - Not tested with X11, may need Qt::X11BypassWindowManagerHint too -Larry Shaffer 2013-02-12 +Larry Shaffer 2013-02-12 Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic @@ -346185,7 +354840,7 @@ Marco Hugentobler 2013-02-12 Snap to paper items and consider multipage compositions when showing snap lines -Larry Shaffer 2013-02-11 +Larry Shaffer 2013-02-11 Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state @@ -346203,18 +354858,18 @@ Alexander Bruy 2013-02-11 fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for pointing on this problem -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Use new vector edit macro support to batch Show/Hide Label tool's operation -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Limit canvas redraws when working with vector layer undo stack - Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack - Ensure empty view is created on project load (cosmetic) -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Update vector layer edits rollback method and app rollback actions @@ -346241,7 +354896,7 @@ Jürgen E. Fischer 2013-02-09 fix #7125 -Larry Shaffer 2013-02-09 +Larry Shaffer 2013-02-09 Add option to show canvas refresh event in Log Message panel @@ -346260,11 +354915,11 @@ Giuseppe Sucameli 2013-02-09 Fixes rubberBand for extent selection in gdal_clipper and sextante algs -Larry Shaffer 2013-02-08 +Larry Shaffer 2013-02-08 Fix Show/Hide Labels to allow NULL values in table to work for show value -Larry Shaffer 2013-02-08 +Larry Shaffer 2013-02-08 Update QgsMapToolShowHideLabels to work with new vector api @@ -346282,7 +354937,7 @@ Jürgen E. Fischer 2013-02-08 fix windows build -Larry Shaffer 2013-02-07 +Larry Shaffer 2013-02-07 Add images/theme_originals directory @@ -346304,11 +354959,11 @@ Víctor Olaya 2013-02-07 fixed #7116 -Larry Shaffer 2013-02-07 +Larry Shaffer 2013-02-07 Fix typo in QgsPalLabeling -Larry Shaffer 2013-02-06 +Larry Shaffer 2013-02-06 Update QgsPalLabeling to work with new vector api @@ -346413,7 +355068,7 @@ Hugo Mercier 2013-02-06 [Atlas] Add SIP bindings for feature sorting and filtering -olivierdalang 2013-02-06 +Olivier Dalang 2013-02-06 added a kind of oversampling for labels when rendered as HTML @@ -346441,15 +355096,15 @@ Hugo Mercier 2013-02-05 [Atlas] Remove cout -olivierdalang 2013-02-06 +Olivier Dalang 2013-02-06 rechange the basic resolution -olivierdalang 2013-02-06 +Olivier Dalang 2013-02-06 Set html's background to transparent -olivierdalang 2013-02-06 +Olivier Dalang 2013-02-06 changed tab width of QPlainTextEdit in QComposerLabelWidget (easier to read for html) @@ -346523,7 +355178,7 @@ Jürgen E. Fischer 2013-02-03 german translation fix -Larry Shaffer 2013-02-03 +Larry Shaffer 2013-02-03 Update stage-installed plugins CMakeLists.txt @@ -346544,13 +355199,13 @@ Víctor Olaya 2013-02-03 improvements in SEXTANTE modeler -Larry Shaffer 2013-01-24 +Larry Shaffer 2013-01-24 Add option to use custom QSettings for QgsCollapsibleGroupBox - Useful for plugins that may want to store collapsed state in their own QSettings file -Larry Shaffer 2013-02-02 +Larry Shaffer 2013-02-02 Fix build error under clang on Mac @@ -346573,13 +355228,13 @@ Jürgen E. Fischer 2013-02-02 remove usage of deprecated methods within QgsVectorLayer itself -Larry Shaffer 2013-02-01 +Larry Shaffer 2013-02-01 Add CMake option whether to show extra warnings from clang on Apple - Set APPLE_CLANG_WARNINGS:BOOL=FALSE to not show extra warnings (TRUE by default) -Larry Shaffer 2013-02-01 +Larry Shaffer 2013-02-01 Make sure QtTest gets bundled on Mac, if ENABLE_TESTS is set @@ -346644,7 +355299,7 @@ Werner Macho 2013-01-30 Some translations for the pt_PT GUI. -Larry Shaffer 2013-01-30 +Larry Shaffer 2013-01-30 Update project file opening precedence order at app launch @@ -346658,7 +355313,7 @@ Larry Shaffer 2013-01-30 - Keep new project template from loading if previous auto-open project crashed - Add status bar messages about loading project during addProject() -Giovanni Manghi 2013-01-31 +Giovanni Manghi 2013-01-31 Some translations @@ -346698,13 +355353,13 @@ Marco Hugentobler 2013-01-30 Fix ruler layout -Larry Shaffer 2013-01-28 +Larry Shaffer 2013-01-28 [FEATURE] Add option to auto-open 'New, Most recent or Specific' project on app launch - Add error trapping to catch bad projects that crash app, then notify user and avoid reopening -Larry Shaffer 2013-01-29 +Larry Shaffer 2013-01-29 Switch QgsMessageBar subject/message from QLabel to QTextEdit @@ -346726,15 +355381,15 @@ Jürgen E. Fischer 2013-01-29 oracle provider: fix support for geometryless tables (fixes #7023) -olivierdalang 2013-01-29 +Olivier Dalang 2013-01-29 (notes and micro-cleanup) -olivierdalang 2013-01-29 +Olivier Dalang 2013-01-29 upgraded to collapsible groupboxes -olivierdalang 2013-01-29 +Olivier Dalang 2013-01-29 fix for composer map item's background when non-opaque @@ -346764,11 +355419,11 @@ Jürgen E. Fischer 2013-01-29 register QgsMessageLog::MessageLevel -olivierdalang 2013-01-28 +Olivier Dalang 2013-01-28 begins to work -olivierdalang 2013-01-28 +Olivier Dalang 2013-01-28 UI enable/disable works @@ -346776,12 +355431,12 @@ Jürgen E. Fischer 2013-01-29 update calls to new api -olivierdalang 2013-01-29 +Olivier Dalang 2013-01-29 [feature] added draw background checkbox in composer items (this allow to workaround the non-opaque background bug with atlas and is more consistent with the frame settings) ) -Larry Shaffer 2013-01-26 +Larry Shaffer 2013-01-26 [FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options @@ -346812,7 +355467,7 @@ Etienne Tourigny 2013-01-28 allows for plugins to insert actions for layers in TOC, with QgsLegendInterface::addLegendLayerAction() -Larry Shaffer 2013-01-28 +Larry Shaffer 2013-01-28 Remove invalid relative path to images resource file @@ -346923,7 +355578,7 @@ Jürgen E. Fischer 2013-01-26 fix windows build -olivier 2013-01-20 +Olivier Dalang 2013-01-20 Added layerIsExpanded() to QgsLegendInterface @@ -346957,7 +355612,7 @@ Nathan Woodrow 2013-01-26 Add test for format expression function -Larry Shaffer 2013-01-25 +Larry Shaffer 2013-01-25 Add empty QUndoView to QgsUndoWidget for initial show @@ -346983,13 +355638,13 @@ Radim Blazek 2013-01-25 WCS max extent verification fix for servers without overvies -Larry Shaffer 2013-01-24 +Larry Shaffer 2013-01-24 Fix background issue for Gnome desktop - Revert de437ab -Larry Shaffer 2013-01-23 +Larry Shaffer 2013-01-23 Add Qt styles flags to QgsAppStyleSheet and update styled group boxes @@ -347079,7 +355734,7 @@ Tim Sutton 2013-01-23 Set options list style to to white background Merge: 53197ad88b1 73b3d9cc8c7 -Larry Shaffer 2013-01-22 +Larry Shaffer 2013-01-22 Merge pull request #389 from slarosa/pyqgis-console @@ -347136,27 +355791,27 @@ Marco Hugentobler 2013-01-22 Avoid reseting of pen width if changing stroke color -olivierdalang 2013-01-21 +Olivier Dalang 2013-01-21 (remove useless code) -olivierdalang 2013-01-21 +Olivier Dalang 2013-01-21 QgsScalebar now saves colors in XML -olivierdalang 2013-01-21 +Olivier Dalang 2013-01-21 Allow setting of font color in QgsComposerLegend -olivierdalang 2013-01-20 +Olivier Dalang 2013-01-20 (changed default color) -olivierdalang 2013-01-20 +Olivier Dalang 2013-01-20 color works for scalebars -olivierdalang 2013-01-20 +Olivier Dalang 2013-01-20 remove always black text this is unconsistant with the other drawText function and makes it impossble for a composer item to have a font color @@ -347194,7 +355849,7 @@ Alexander Bruy 2013-01-22 fix output of the eliminate slivers polygon tool (fix 6925). Patch by Bernhard Strobl -Larry Shaffer 2013-01-21 +Larry Shaffer 2013-01-21 [FEATURE] Add custom group box settings to Options @@ -347230,7 +355885,7 @@ Marco Hugentobler 2013-01-21 wfs provider: copy geometry and attributes only if necessary -Larry Shaffer 2013-01-18 +Larry Shaffer 2013-01-18 Add adjustable Qt stylesheet class, QgisAppStyleSheet @@ -347253,7 +355908,7 @@ Marco Hugentobler 2013-01-21 Change WFS provider for new vector api Merge: 2a4d79d913e bfb2b7af0d5 -Larry Shaffer 2013-01-20 +Larry Shaffer 2013-01-20 Merge pull request #393 from dakcarto/options_re-org_5 @@ -347320,23 +355975,23 @@ Jürgen E. Fischer 2013-01-18 fix windows build -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Switch saving edits from Attribute Table dialog from connection to using public function -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Minimize canvas refreshes during save/rollback/cancel current edits actions -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Fix #7007, canvas is not refreshing when exiting editing mode -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Fix for #6992, GDAL create options help dialog shows up behind other dialogs on Mac -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Reorganize Options dialog @@ -347407,23 +356062,23 @@ Martin Dobias 2013-01-16 Auto-close iterators when all features have been set. Auto-close iterators when the provider is deleted. -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Turn on all edit triggers and set minimum heights for custom/current env vars tables - Set minimum heights for all table widgets in Options->System -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Increase relative height of custom/current env vars table headers -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Update Options dialog vertical tabs after paintEvent, instead of on resize - Allows full updating of icon-only mode on OSes that emit only one resize event -Giovanni Manghi 2013-01-15 +Giovanni Manghi 2013-01-15 More pt_PT translations by Nelson Silva @@ -347464,7 +356119,7 @@ Marco Hugentobler 2013-01-15 Fix atlas map resizing -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Add mousePressEvent to QgsMessageBar sip file @@ -347477,7 +356132,7 @@ Jürgen E. Fischer 2013-01-14 - fix support for int keys (numbers with precision 0) - interpret oracle crs without auth_name as EPSG -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Re-add mysteriously missing connections for custom env variables checkbox @@ -347502,17 +356157,17 @@ Jürgen E. Fischer 2013-01-13 [FEATURE] add second browser -Larry Shaffer 2013-01-13 +Larry Shaffer 2013-01-13 Add QgisApp::messageTimeout() to iface sip file - [API] Remove recently added, and unnecessary, mMessageTimeout and setMessageTimeout() from QgisApp -Larry Shaffer 2013-01-13 +Larry Shaffer 2013-01-13 Set fixed size for close icon in QgsMessageBar -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Finish refactoring that caused build error @@ -347524,7 +356179,7 @@ Nathan Woodrow 2013-01-13 Fix build -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Add stop/start and user default option for timeout of timed QgsMessageBars @@ -347556,7 +356211,7 @@ Jürgen E. Fischer 2013-01-12 fix sip binding of QgsCredentials::get() (always returned true; partly rolls back dcf3ede) Merge: 13bfb5eb9a0 8203effa726 -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Merge pull request #385 from slarosa/pyqgis-console @@ -347572,7 +356227,7 @@ Víctor Olaya 2013-01-12 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Add convenience methods for pushing a non-widget-based message to QgsMessageBar @@ -347583,11 +356238,11 @@ Nathan Woodrow 2013-01-12 Import iface into Python console -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Update 'not vector/editable layer' dialogs to message bar for new Rotate map tool -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Fix #6957, move 'not vector/editable layer' dialogs to message bar for map edit and select tools @@ -347639,13 +356294,13 @@ vinayan 2013-01-06 Added Rotate Map Tool Merge: 971c7b8b6ad 8803a00affb -Larry Shaffer 2013-01-11 +Larry Shaffer 2013-01-11 Merge pull request #382 from dakcarto/iface_edits-tool-switch-fix_1 Fix #6968, saving/rollbacking edits deselects current editing tool -Larry Shaffer 2013-01-09 +Larry Shaffer 2013-01-09 Fix #6968, saving/rollbacking edits deselects current editing tool @@ -347653,7 +356308,7 @@ Nathan Woodrow 2013-01-10 Add groupbox support to attribute editor -Larry Shaffer 2013-01-11 +Larry Shaffer 2013-01-11 Add descriptive names to message bar levels (from Matthais Kuhn) @@ -347683,15 +356338,15 @@ Jürgen E. Fischer 2013-01-10 Try to find QWT harder -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Update QgsMessageBar sip file to include timeout messages -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Switch 'select vector layer first' dialog warning for labeling toolbar action to QgsMessageBar timeout message -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Add optional message timeout with countdown progress bar to QgsMessageBar @@ -348002,7 +356657,7 @@ Nathan Woodrow 2013-01-07 Fix issue 6899: Drag and drop designer uses first field after project re... -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Update Options dialog vertical tabs @@ -348052,14 +356707,14 @@ Jürgen E. Fischer 2013-01-06 attribute table: NULL values are considered less than other values (fixes #6715) -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Switch main Options dialog to vertical tabs - Icon-only mode enabled by fully moving splitter to left Merge: 2a002c558e9 0595f746a03 -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Merge pull request #372 from dakcarto/iface_enviro_3 @@ -348082,7 +356737,7 @@ Jürgen E. Fischer 2013-01-04 Attredit aliases -Larry Shaffer 2013-01-04 +Larry Shaffer 2013-01-04 Add checkbox to filter non-QGIS-specific vars from current env vars table @@ -348118,7 +356773,7 @@ Radim Blazek 2013-01-04 QgsWFSData moved to core -Larry Shaffer 2013-01-03 +Larry Shaffer 2013-01-03 Fix #6940, error traceback output to console crashes under QScintilla 2.7 @@ -348126,7 +356781,7 @@ Marco Hugentobler 2013-01-04 Test WFS version and throw error if 1.0 is not supported by the server -Larry Shaffer 2013-01-01 +Larry Shaffer 2013-01-01 [FEATURE] Configure custom environment variables @@ -348163,7 +356818,7 @@ Marco Hugentobler 2013-01-04 Saver double comparison, minor code cleanup (deleting a 0 pointer is always save) -Larry Shaffer 2012-12-09 +Larry Shaffer 2012-12-09 Draw SVG symbol from cached QImage unless it exceeds half of cache size, then use QPicture @@ -348253,7 +356908,7 @@ Sandro Santilli 2013-01-02 This is really a workaround to http://hub.qgis.org/issues/6938 -Larry Shaffer 2013-01-01 +Larry Shaffer 2013-01-01 Fix for #6937, ensure QgsRubberBand is deleted if no active vector layer @@ -348261,7 +356916,7 @@ Sandro Santilli 2013-01-01 Reorganize topoviewer layers into subgroups -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Revert "Fix #6931, apply patch from Borys Jurgiel" @@ -348269,21 +356924,21 @@ Larry Shaffer 2012-12-31 Sorry, did not notice more complete fix in pull request from Salvatore Larosa -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Fix #6931, apply patch from Borys Jurgiel -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Fix #6725 - Restore toggle editing button state in attribute table editor if toggling canceled or commit/rollback changes fails -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Move toggle/save/rollback/cancel edits slots from private to public -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Reinstate Save Active Layer Edits action @@ -348291,7 +356946,7 @@ Larry Shaffer 2012-12-31 - Now works with active legend layer, regardless of whether a selection exists in legend - Add to legend contextual menu when right-clicked vector layer isModified() -Larry Shaffer 2012-12-28 +Larry Shaffer 2012-12-28 Updates to legend active layer @@ -348322,7 +356977,7 @@ Jürgen E. Fischer 2012-12-29 geos 3.3.6 doesn't produces geos_c_i on windows anymore also check geos_c -Larry Shaffer 2012-12-28 +Larry Shaffer 2012-12-28 Fix #6924, finish move from png to new svg icons for Current Edits actions @@ -348410,7 +357065,7 @@ Sandro Santilli 2012-12-26 Closes #6879 again -Larry Shaffer 2012-12-26 +Larry Shaffer 2012-12-26 Update to legend right-click @@ -348418,7 +357073,7 @@ Larry Shaffer 2012-12-26 - Right-clicks within multiple selection preserve selection, but still switch item - Right-clicks outside of current selection clears selection and switches to new item before contextual menu -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 [FEATURE] Add save/rollback/cancel current edits for selected or all vector layers @@ -348478,11 +357133,11 @@ Alexander Bruy 2012-12-20 remove deprecated methods from API -Larry Shaffer 2012-11-25 +Larry Shaffer 2012-11-25 Add CMake option for custom Python framework on Mac -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 Keep attribute editor text synchronization from affecting editing @@ -348525,11 +357180,11 @@ Marco Hugentobler 2012-12-21 Merge branch 'master' of github.com:qgis/Quantum-GIS -dassau 2012-12-21 +Otto Dassau 2012-12-21 changed german translation for resampling -dassau 2012-12-21 +Otto Dassau 2012-12-21 small change @@ -348615,7 +357270,7 @@ Radim Blazek 2012-12-18 Improved raster singleband pseudocolor classification GUI -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 Followup to 9069f3b @@ -348707,7 +357362,7 @@ Marco Hugentobler 2012-12-15 refs #6741 -Larry Shaffer 2012-12-14 +Larry Shaffer 2012-12-14 Update labeling tools and make more undo/redo friendly @@ -348734,7 +357389,7 @@ Radim Blazek 2012-12-15 More GRASS direct functions -Larry Shaffer 2012-12-14 +Larry Shaffer 2012-12-14 Update undo/redo widget and vector layer rollback @@ -348814,7 +357469,7 @@ Víctor Olaya 2012-12-13 more grass-sextante improvements (mainly fine tuning some algorithms) -dassau 2012-12-13 +Otto Dassau 2012-12-13 fixed strange translation for clip tool (ftools) @@ -348889,7 +357544,7 @@ Marco Hugentobler 2012-12-12 Loop optimisation -Larry Shaffer 2012-12-07 +Larry Shaffer 2012-12-07 Add SVG symbol of QGIS north arrow decoration (provided by ramon) @@ -348951,29 +357606,29 @@ Jürgen E. Fischer 2012-12-11 fix windows build -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Ensure Composer set to zoomFull() when shown from menu or manager - Zoom full happens on initial showing or showing after hiding, via user close or spontaneously by os - If Composer is open, behind other windows or minimized, zoom state is maintained -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Add ability to save parent project when in Composer -Larry Shaffer 2012-12-09 +Larry Shaffer 2012-12-09 Fix aligned multi-line labels for print or image output -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Fix GRASS module tools dialog on Mac - Show disclosure triangles for QTreeWidget item sections and root (were hidden) - Root for tree set to decorated, as double-click to collapse/expand is set, and could hide children -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 GRASS module env variable fix for Mac @@ -348989,7 +357644,7 @@ Marco Hugentobler 2012-12-10 inline more raster block methods -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Fix Grass Direct module build on Mac @@ -349287,7 +357942,7 @@ Jürgen E. Fischer 2012-12-03 fix #6800 (introduced with 0dc01f5ff) -Larry Shaffer 2012-12-03 +Larry Shaffer 2012-12-03 Update text and tips for mActionSaveAllEdits @@ -349336,15 +357991,15 @@ Jürgen E. Fischer 2012-12-02 fix 45a933a4 -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add edit-saving actions to iface -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add legend icon for editable layers with unsaved edits -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add 'Save All Edits' action to layers menu and digitizing toolbar @@ -349495,7 +358150,7 @@ Giuseppe Sucameli 2012-11-28 dbmanager: use a default value for varchar limit (follow a4484b217ed) -Larry Shaffer 2012-11-28 +Larry Shaffer 2012-11-28 Update QgsLegend::selectedLayers() and add to QgsLegendInterface @@ -349536,14 +358191,14 @@ Víctor Olaya 2012-11-28 Fixed some minor bugs in sextante algs Removed SAGA Split algorithms -Larry Shaffer 2012-11-27 +Larry Shaffer 2012-11-27 Add option to set inside and outside maximum for delta angle between curved label characters - Addresses #6763, #6673 and #2113, but does not perform any feature simplification - Recommend adding some letter [and word] spacing before applying any delta angle adjustment -Larry Shaffer 2012-11-27 +Larry Shaffer 2012-11-27 Add access to QgisApp's mActionCopyStyle and mActionPasteStyle to QgisInterface @@ -349691,7 +358346,7 @@ Werner Macho 2012-11-23 PT_PT translations courtesy of Pedro Palheiro -Larry Shaffer 2012-11-20 +Larry Shaffer 2012-11-20 Add extra check on project close for any layer in edit mode with unsaved edits @@ -349762,24 +358417,24 @@ Tim Sutton 2012-11-22 Better annotation of vector file writer api changes -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Pass path to Qt plugins when Mac bundle is run from build directory -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Better fix for QgsVectorFileWriter segfault and test - Revert test to 735c255 commit, excepting 'assert myResult==QgsVectorFileWriter.NoError' edit -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Fix for PyQgsVectorFileWriter test segfault on Mac - Initialize newFilename to QString(), or QgsDebugMsg for newFilename segfaults (line 650) - Set test assert to QgsVectorFileWriter::WriterError enum for success (NoError = 0, i.e. false) -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Fix for quick left-then-right clicks incorrectly registering as double left on Mac @@ -349791,13 +358446,13 @@ Radim Blazek 2012-11-21 composer multicolumn legend: division to columns heuristic, optional splitting layers into multiple columns, optional equal column width -giohappy 2012-11-21 +Giovanni Allegri 2012-11-21 Update src/core/qgsproject.h defined projectSaved() SIGNAL emitted when the project file has been written and closed -giohappy 2012-11-21 +Giovanni Allegri 2012-11-21 Update src/core/qgsproject.cpp @@ -349852,7 +358507,7 @@ Marco Hugentobler 2012-11-19 turn ignoreShapeEncoding option ON by default -Larry Shaffer 2012-11-19 +Larry Shaffer 2012-11-19 Add ability to save PAL engine settings to project file (OFF by default) @@ -349978,7 +358633,7 @@ Nathan Woodrow 2012-11-07 [FEATURE] Add --code arg to run python code on qgis load -Larry Shaffer 2012-11-14 +Larry Shaffer 2012-11-14 Update to limit of number of features sent to PAL @@ -350113,7 +358768,7 @@ Alexander Bruy 2012-11-14 fix warnings -Larry Shaffer 2012-11-13 +Larry Shaffer 2012-11-13 Add option to limit number of labels rendered per layer (OFF by default) @@ -350214,11 +358869,11 @@ Víctor Olaya 2012-11-12 Added new vector algorithms -Larry Shaffer 2012-11-11 +Larry Shaffer 2012-11-11 Remove old direction symbol option from labeling gui -Larry Shaffer 2012-11-10 +Larry Shaffer 2012-11-10 Add custom line direction symbols to labeling @@ -350261,7 +358916,7 @@ Werner Macho 2012-11-10 translation update: gl_ES by XAN -Larry Shaffer 2012-11-09 +Larry Shaffer 2012-11-09 Add data defined option to always show a label, unless overridden @@ -350288,7 +358943,7 @@ Víctor Olaya 2012-11-10 Restructured gdal tools (now gdal/ogr) Added new OTB segmentation algos -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Add pixel size limiting for labels defined in map units @@ -350302,7 +358957,7 @@ Víctor Olaya 2012-11-09 Quote input vector/raster path parameter in Sextante SagaAlgorithm -giohappy 2012-11-09 +Giovanni Allegri 2012-11-09 Update python/plugins/sextante/saga/SagaAlgorithm.py @@ -350378,7 +359033,7 @@ Sandro Santilli 2012-11-08 Mind you: you may need to re-run cmake as a filename changed -Larry Shaffer 2012-11-08 +Larry Shaffer 2012-11-08 Fix for #6658, update duplicateLayers() to work around odd layer group segfault bug @@ -350405,7 +359060,7 @@ Marco Hugentobler 2012-11-08 Ticket #6643 Interpolation plugin: the option to load a layer after analyses should be on by default -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Add letter and word spacing to curved labels for line layers @@ -350438,11 +359093,11 @@ Alexander Bruy 2012-11-07 create directories for models and R script in user folder -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Update QgsMessageBar sip binding -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Update to QgsMessageBar stylesheet @@ -350470,7 +359125,7 @@ Jürgen E. Fischer 2012-11-07 fix layer extent calculation -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Update to QgsMessageBar and duplicateLayers() @@ -350534,7 +359189,7 @@ Jürgen E. Fischer 2012-11-06 fix build error (please stick with C++) -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Set transparent background only for Close tool button, instead of also for tool tip @@ -350552,7 +359207,7 @@ Radim Blazek 2012-11-05 fixed warning -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Add Atlas generation dock to Composer's View->Panels menu @@ -350686,7 +359341,7 @@ Jürgen E. Fischer 2012-11-03 partly fix #6610 -Larry Shaffer 2012-11-03 +Larry Shaffer 2012-11-03 Update to duplicate layer(s) @@ -350764,7 +359419,7 @@ Giuseppe Sucameli 2012-11-02 sextante: fix NameError (undefined var) executing GRASS commands -Larry Shaffer 2012-11-02 +Larry Shaffer 2012-11-02 Update to duplicate layer(s) @@ -350788,7 +359443,7 @@ Marco Hugentobler 2012-11-02 WMS server GetLegendGraphics: differentiate between layer space and layer title space -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 [FEATURE] Duplicate map layer(s) @@ -350904,7 +359559,7 @@ Salvatore Larosa 2012-10-31 add vertical scroll bar for input area in console -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 Fix output/python/qgis dir for Win32 builds that add dir/CMAKE_CFG_INTDIR @@ -350913,11 +359568,11 @@ Salvatore Larosa 2012-10-31 Add resize splitter for console as it was from f15b4e1 -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 Update for d7a7a46, make sure targets are always built for install -Larry Shaffer 2012-10-30 +Larry Shaffer 2012-10-30 Add CMake option WITH_STAGED_PLUGINS (ON by default) @@ -350925,7 +359580,7 @@ Larry Shaffer 2012-10-30 - Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds - PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS -Larry Shaffer 2012-10-30 +Larry Shaffer 2012-10-30 Revert part of a27aad0, not compatible with generated makefiles for GCC 4.2.1 @@ -351015,7 +359670,7 @@ Salvatore Larosa 2012-10-29 Add UI file for help minor fix in settings dialog -Larry Shaffer 2012-10-26 +Larry Shaffer 2012-10-26 Run Mac bundled app from build directory @@ -351105,7 +359760,7 @@ Radim Blazek 2012-10-27 invert raster colors better Merge: 34f677a5768 9fb1c113d0d -Larry Shaffer 2012-10-27 +Larry Shaffer 2012-10-27 Merge pull request #303 from slarosa/master @@ -351137,7 +359792,7 @@ Salvatore Larosa 2012-10-26 No splitter, mellower colors -Larry Shaffer 2012-10-26 +Larry Shaffer 2012-10-26 No splitter, mellower colors @@ -351161,7 +359816,7 @@ Salvatore Larosa 2012-10-26 [FEATURE] - Split-pane entry and output for PyQGIS console -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Add cmake option WITH_PY_COMPILE (OFF by default) @@ -351187,7 +359842,7 @@ Marco Hugentobler 2012-10-25 Support elements KeywordList, Fees, AccesConstraints in QGIS server capabilities -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Redo of 3ce27d6, hard-link to Mac embedded app bundle binary @@ -351259,14 +359914,14 @@ Sandro Santilli 2012-10-25 Fixes use with filenames having shell-dangerous chars like "(". NOTE: sextante help files have frequent such occurrences -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Hard-link to Mac embedded app bundle binary - Allows QGIS to be run directly from build directory - Link made at /output/bin/QGIS -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Update to e31fb3c @@ -351277,19 +359932,19 @@ Marco Hugentobler 2012-10-25 Possibility to set url for a feature info schema -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Additional fix for # 5879, handle .ui files for python utilities - Built off of pull request 299 by Salvatore Larosa -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Additional fix for # 5879 - Adjust QgsApplication::pkgDataPath temporarily for restoring core plugins when running from build directory -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Adv labeling, turn off excessive debug output @@ -351320,7 +359975,7 @@ Werner Macho 2012-10-24 added machine readable license -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Revert "Do not setPkgDataPath to source dir when running from build dir" @@ -351328,7 +359983,7 @@ Larry Shaffer 2012-10-23 Otherwise, crssync fails when setting up db for running tests -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Fix PLUGIN_INSTALL build error @@ -351363,17 +360018,17 @@ Sandro Santilli 2012-10-23 We want to use the output/ dir for that ! Fixes load of fTools from build tree (coming next) -Larry Shaffer 2012-10-22 +Larry Shaffer 2012-10-22 Adv labeling, add multi-line spacing and alignment -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Updates to Mac install notes - Add section on debug output and running tests -Larry Shaffer 2012-10-17 +Larry Shaffer 2012-10-17 Add CMake finds for QScintilla2 and Qsci module @@ -351382,7 +360037,7 @@ Larry Shaffer 2012-10-17 - Add Mac bundling support for Qwt 6 framework and QScintilla2 - Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle -Larry Shaffer 2012-10-22 +Larry Shaffer 2012-10-22 Fix #6505, set typedef for Mac size_t in bindings @@ -351721,7 +360376,7 @@ Marco Hugentobler 2012-10-16 Add gui for WMS layer restriction -Larry Shaffer 2012-10-15 +Larry Shaffer 2012-10-15 Turn off failing PAL engine test, until redesigned @@ -351763,7 +360418,7 @@ Víctor Olaya 2012-10-14 Minor fix in ModelerParametersDialog.py. -Larry Shaffer 2012-10-14 +Larry Shaffer 2012-10-14 Initialize default font in labeling engine @@ -351788,7 +360443,7 @@ Víctor Olaya 2012-10-14 fixed problem with new modeler parameters dialog when algs have vector layers (just removed worng pasted code from normal parameters dialog) -Larry Shaffer 2012-10-12 +Larry Shaffer 2012-10-12 Initial test for PAL engine @@ -351840,7 +360495,7 @@ Víctor Olaya 2012-10-12 Updated model parameters window fixed #6417 -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Fix #6373, adv labeling data defined font size not affected by layer font size setting @@ -351862,7 +360517,7 @@ Marco Hugentobler 2012-10-11 Clean up atlas pdf generation code and fix a bug on windows -Larry Shaffer 2012-10-11 +Larry Shaffer 2012-10-11 Remove extraneous Mac browser app aliases @@ -351986,7 +360641,7 @@ Alexander Bruy 2012-10-10 Russian help for python console -Larry Shaffer 2012-10-09 +Larry Shaffer 2012-10-09 [FEATURE] Fix #6482, options for showing upside-down labels @@ -352115,7 +360770,7 @@ Hugo Mercier 2012-10-08 Fix a bug in atlas generation GUI. The 'print' and 'exportAsImages' actions were generating atlas even when not enabled -Larry Shaffer 2012-10-08 +Larry Shaffer 2012-10-08 Fix for older compilers, like on stock Mac OS X @@ -352517,7 +361172,7 @@ Tim Sutton 2012-10-05 Revision and refactor of python unit tests: Pep8 and 257 formatting. Use helper to import unittest so that unittest2 and unittest are seemless. 3 tests currently fail - will review those tomorrow. -Larry Shaffer 2012-10-04 +Larry Shaffer 2012-10-04 Remove extraneous Mac browser app aliases from failed builds @@ -352534,7 +361189,7 @@ Tim Sutton 2012-10-04 Removed jquery from helpConsole/js -Larry Shaffer 2012-10-03 +Larry Shaffer 2012-10-03 PyQScintilla api files setup for local compiling of pap file @@ -352791,7 +361446,7 @@ Etienne Tourigny 2012-10-04 do not use fitted curve in histogram - fixes rending problem with low-count bins (thanks to Radim for pointing out) -Larry Shaffer 2012-09-26 +Larry Shaffer 2012-09-26 [FEATURE] Choose font family for app @@ -352800,7 +361455,7 @@ Larry Shaffer 2012-09-26 - Refactor to more general stylesheet methods (for later use) - Add QgisAppInterface and sip methods for setting app font and family -Larry Shaffer 2012-10-03 +Larry Shaffer 2012-10-03 Update for issue #5692 @@ -353435,7 +362090,7 @@ Salvatore Larosa 2012-09-26 - header icon changed - re-organized text -Larry Shaffer 2012-09-25 +Larry Shaffer 2012-09-25 Fix for older compilers, like on stock Mac OS X (provided by Juergen) @@ -353494,11 +362149,11 @@ Jürgen E. Fischer 2012-09-25 fix windows build -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Enable up/down arrow key navigation of browser application data layers -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Add /Volumes to browser tree for Mac @@ -353526,11 +362181,11 @@ Jürgen E. Fischer 2012-09-24 fix typos -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Update to 4d9d16d, missing commit -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Update PAL to OverPoint placement, fix for #6378 @@ -353539,7 +362194,7 @@ Larry Shaffer 2012-09-22 - Limit x/y-independent data defined rotation for layer and Rotate Label tool to OverPoint, until support for other placements (if any?) are added to pal::Feature. - Fix pinning where upside-down label caused position flipping -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Labeling centroid calculation update (provided by Serge Dikiy) @@ -353656,7 +362311,7 @@ Tim Sutton 2012-09-23 Merge branch 'master' of github.com:qgis/Quantum-GIS -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Update to QgsCollapsibleGroupBox @@ -353931,11 +362586,11 @@ Radim Blazek 2012-09-18 reimplemented user defined raster no data values -Larry Shaffer 2012-09-17 +Larry Shaffer 2012-09-17 Fix to enable QgsCollapsibleGroupBox disclosure triangle if widget was previously disabled -Larry Shaffer 2012-09-17 +Larry Shaffer 2012-09-17 Fix for compilers that do not cope with template argument @@ -354050,7 +362705,7 @@ Jürgen E. Fischer 2012-09-16 add sip bindings for QgsPalLabeling, QgsSimpleMarkerSymbolLayerV2, QgsSvgMarkerSymbolLayerV2, QgsFontMarkerSymbolLayerV2 -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fixes for raster layer save as dialog @@ -354066,14 +362721,14 @@ Magnus Homann 2012-09-16 Fix stupid C++ error -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fixes for PAL labels to work with 8a347eb - Point/centroid label offset functions now work with independent data defined rotation - Rotate label tool now works with independent data defined rotation (always with Center/Half rotation point) -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fix for PAL label vertical offset @@ -354130,11 +362785,11 @@ Marco Hugentobler 2012-09-15 Fix scalebar alignment in composer (ticket #6317) -Larry Shaffer 2012-09-14 +Larry Shaffer 2012-09-14 Label preview of adv labeling is collapsible -Larry Shaffer 2012-09-14 +Larry Shaffer 2012-09-14 Fix QgsCollapsibleGroupBox signal and scrolling issue @@ -354262,7 +362917,7 @@ Salvatore Larosa 2012-09-13 added action to import sextante class -Larry Shaffer 2012-09-13 +Larry Shaffer 2012-09-13 Remove hardcoded path for pyuic4 on Mac install @@ -354399,11 +363054,11 @@ Radim Blazek 2012-09-11 WCS public servers test improved -Larry Shaffer 2012-09-11 +Larry Shaffer 2012-09-11 Clean with prepare-commit -Larry Shaffer 2012-09-11 +Larry Shaffer 2012-09-11 Increase padding for collapsed groupbox @@ -354419,7 +363074,7 @@ Etienne Tourigny 2012-09-10 allow to expand/collapse when clicking on title -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Update adv labeling groupbox layout @@ -354427,7 +363082,7 @@ Etienne Tourigny 2012-09-10 UI tweaks -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Different approach, fixes several issues @@ -354438,11 +363093,11 @@ Larry Shaffer 2012-09-10 - Added another test with Adv Labeling dialog (all grpbxs are now collapsible) - Wording cleanup -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Move non-groupbox form widgets out of scroll area -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Remove margin fix and tighten up spacing @@ -354454,7 +363109,7 @@ Etienne Tourigny 2012-09-09 UI fixes to QgsCollapsibleGroupBox -Larry Shaffer 2012-09-08 +Larry Shaffer 2012-09-08 Update collapsible groupbox with checkbox and styles @@ -354504,7 +363159,7 @@ Salvatore Larosa 2012-09-11 Add support for prepared API file -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Add support for prepared API file @@ -354573,7 +363228,7 @@ Tim Sutton 2012-09-09 Alphabetaised imports of qgsrasterlayerproperties.cpp -Larry Shaffer 2012-09-08 +Larry Shaffer 2012-09-08 Update collapsible groupbox with checkbox and styles @@ -354598,7 +363253,7 @@ Nathan Woodrow 2012-09-08 Use configpath for customization. Fix #6068 -Larry Shaffer 2012-09-07 +Larry Shaffer 2012-09-07 Fix for #6315, and keeps centroid calc. for whole feature in adv labeling @@ -354741,7 +363396,7 @@ Marco Hugentobler 2012-09-06 [Feature]: Add GetProjectSettings request to QGIS server to have more specific information about the project than in GetCapabilities -Larry Shaffer 2012-09-06 +Larry Shaffer 2012-09-06 Adjust wording about PAL engine @@ -354753,7 +363408,7 @@ Tim Sutton 2012-09-06 Fix from lynxlynxlynxlynxlynx for building grass on mac -Larry Shaffer 2012-09-06 +Larry Shaffer 2012-09-06 Fix for #6309, add case-insensitive sort for vector provider encodings @@ -354867,11 +363522,11 @@ Marco Hugentobler 2012-09-04 Add method QgsComposition::loadFromTemplate and python bindings -Larry Shaffer 2012-09-04 +Larry Shaffer 2012-09-04 Clean up label engine dialog -Larry Shaffer 2012-09-04 +Larry Shaffer 2012-09-04 Add 'show all labels' setting to individual PAL layers @@ -355040,7 +363695,7 @@ Radim Blazek 2012-09-03 ECW identify() fix conditional for ECW driver and GDAL < 1.9.2 -Larry Shaffer 2012-09-03 +Larry Shaffer 2012-09-03 Fix for double point size in font named-style lookups @@ -355091,7 +363746,7 @@ Werner Macho 2012-09-03 translation update: gl_EX by XAN -Larry Shaffer 2012-08-31 +Larry Shaffer 2012-08-31 Add quadrant, offset, rotation for points/centroids in adv labeling @@ -355144,7 +363799,7 @@ Magnus Homann 2012-08-31 Svensk översättning -Larry Shaffer 2012-08-30 +Larry Shaffer 2012-08-30 Add word and letter spacing to PAL layer of adv labeling @@ -355181,7 +363836,7 @@ Giuseppe Sucameli 2012-08-22 add tooltip to message bar's close button -Larry Shaffer 2012-08-21 +Larry Shaffer 2012-08-21 Changes to QgsMessageBar icons and Enable macros action @@ -355226,7 +363881,7 @@ Marco Hugentobler 2012-08-31 Thousand separator for numeric scale bar style (depending on locale). Implements ticket #6287 -Larry Shaffer 2012-08-30 +Larry Shaffer 2012-08-30 Add Panels and Toolbars submenus to View menu in Composer @@ -355254,7 +363909,7 @@ Marco Hugentobler 2012-08-30 Test for multiframe html in python -Larry Shaffer 2012-08-28 +Larry Shaffer 2012-08-28 Add capitalization support to PAL layer of adv labeling @@ -355463,11 +364118,11 @@ Jürgen E. Fischer 2012-08-27 fix #6253 -Alister 2012-08-23 +Alister Hood 2012-08-23 minor fix and improvement to rendering of selected polygons -Larry Shaffer 2012-08-26 +Larry Shaffer 2012-08-26 Revert most Mac hacks for testing in favor of 4cfc365 @@ -355550,11 +364205,11 @@ Tim Sutton 2012-08-23 Added python test for qgscoordinatetransform -Larry Shaffer 2012-08-24 +Larry Shaffer 2012-08-24 Fix for app paths not found by test -Larry Shaffer 2012-08-24 +Larry Shaffer 2012-08-24 Fix package data and svg paths for cmake and pyqgis tests on Mac @@ -355649,7 +364304,7 @@ Etienne Tourigny 2012-08-22 use selections from .xml files -Larry Shaffer 2012-08-20 +Larry Shaffer 2012-08-20 Support for named typeface styles in adv. labeling engine @@ -355750,7 +364405,7 @@ Magnus Homann 2012-08-20 Loads of debug output. Shouldn't affect functionality -Larry Shaffer 2012-08-22 +Larry Shaffer 2012-08-22 Fix for #6234, data-defined strikeout not written @@ -355940,7 +364595,7 @@ Jürgen E. Fischer 2012-08-18 fix tests on windows -Larry Shaffer 2012-08-17 +Larry Shaffer 2012-08-17 Fix Mac path to resources and grass and sqlanywhere provider frameworks for tests @@ -356056,7 +364711,7 @@ Alexander Bruy 2012-08-17 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@349 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-08-16 +Larry Shaffer 2012-08-16 Fix for disappearing and inaccurate buffer previews in adv labeling @@ -356068,11 +364723,11 @@ Jürgen E. Fischer 2012-08-16 allow to ignore (OGR's interpretation of ) shape file encoding (might fix #5911) -Larry Shaffer 2012-08-16 +Larry Shaffer 2012-08-16 Fix scale-dependent, data defined fields test against renderer's scale for accuracy -Larry Shaffer 2012-08-14 +Larry Shaffer 2012-08-14 Add map units, join styles and transp. fill to buffer options in adv labeling @@ -356264,7 +364919,7 @@ Radim Blazek 2012-08-14 default raster contrast enhancement by type -Larry Shaffer 2012-08-14 +Larry Shaffer 2012-08-14 Add font and buffer transparency to adv labeling and data defined columns @@ -356354,7 +365009,7 @@ Werner Macho 2012-08-13 translation update: pt_PT by Pedro .. added as new translator -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Add min/max scale-based visibility to advanced labeling data defined columns @@ -356362,13 +365017,13 @@ Larry Shaffer 2012-08-12 - Spinboxes for min and max added to Change Label tool's dialog - Seems to still be a bug in renderer scale-to-value comparison, where equal scales are not always equal if user directly enters values in the map canvas scale combobox -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Remove hide label function from pin/unpin label tool - More informative tool tips for labeling tools -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Split off part of pin/unpin label tool's function to new show/hide label tool @@ -356381,7 +365036,7 @@ Tim Sutton 2012-08-12 Added raster identfy test -Larry Shaffer 2012-08-11 +Larry Shaffer 2012-08-11 Add Show Label to advanced labeling data defined columns @@ -356389,7 +365044,7 @@ Larry Shaffer 2012-08-11 - Current method of setting mapped font size field to 0 still works - Show label checkbox added to Change Label tool's dialog -Larry Shaffer 2012-08-08 +Larry Shaffer 2012-08-08 Update to adv labeling dialog, also addresses #4385 @@ -356404,7 +365059,7 @@ Larry Shaffer 2012-08-08 - New Show Label and Min/Max Scale mappings added to GUI - All new options and mappings that are not yet functional are greyed (all greyed with this commit) -Larry Shaffer 2012-08-11 +Larry Shaffer 2012-08-11 Small refactoring to switch freeze/thaw to pin/unpin label tool @@ -356697,7 +365352,7 @@ Arunmozhi 2012-08-09 fixed a number of bugs in stylemgr, importdlg and symbolslistwdgt -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Option to preserve existing rotation values during freeze/thaw label operations @@ -356886,7 +365541,7 @@ Marco Hugentobler 2012-08-07 Webkit seems to assume a standard dpi of 96 -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Fix for odd alignment attribute bug @@ -356894,7 +365549,7 @@ Marco Hugentobler 2012-08-07 Fix positioning of new frames -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Update to vector layer options dialog Display tab @@ -356937,7 +365592,7 @@ Etienne Tourigny 2012-08-06 fix cpt-city svg parsing and display -Larry Shaffer 2012-08-06 +Larry Shaffer 2012-08-06 SVG icons for freeze/thaw label tools for default and GIS themes @@ -356976,7 +365631,7 @@ Nathan Woodrow 2012-08-02 - Add new display tab to edit html text -Larry Shaffer 2012-08-04 +Larry Shaffer 2012-08-04 Updated Mac build notes and INSTALL @@ -357158,7 +365813,7 @@ Alexander Bruy 2012-08-02 fix warning -Larry Shaffer 2012-07-28 +Larry Shaffer 2012-07-28 Fix and update to Freeze/Thaw, Move, and Rotate Label tools @@ -357178,7 +365833,7 @@ Werner Macho 2012-08-02 translation update: gl_ES by Xan -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Keep QGIS Browser alias on Mac from duplicating @@ -357208,13 +365863,13 @@ Jürgen E. Fischer 2012-08-01 fix more warnings (layers might be miscounted in qgsowsdataitems.cpp) -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Visual test for SVG upscaling - Changed mActionPanToSelected.svg to 24x24 to test QSvgIconEngine upscaling -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Add QSvgIconEngine plugin to Mac bundles @@ -357247,7 +365902,7 @@ Marco Hugentobler 2012-08-01 Fix warning -Larry Shaffer 2012-07-31 +Larry Shaffer 2012-07-31 Test for cross-platform SVG icon scaling @@ -357339,11 +365994,11 @@ Radim Blazek 2012-07-29 fixed gdal stats approx for large rasters Merge: f457ece3eb4 52eed922cbf -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Merge branch 'master' of github.com:qgis/Quantum-GIS -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix for crash on scale combobox popup @@ -357354,7 +366009,7 @@ Jaka Kranjc 2012-07-29 revert platform case -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix for Mac sed error in prepare script @@ -357367,18 +366022,18 @@ Radim Blazek 2012-07-29 master merge -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix to keep defined custom symbol paths from being added to first of new global scales. Merge: 5b44fbfb40f 26a4f802604 -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Merge pull request #192 from dakcarto/update-rulebasestyles-gui-2 Update to usability of rule-based styles widgets. -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Somewhat vain first direct commit @@ -357854,7 +366509,7 @@ Nathan Woodrow 2012-07-20 Update to freeze/thaw label tool -Larry Shaffer 2012-07-20 +Larry Shaffer 2012-07-20 Update to freeze/thaw label tool @@ -357879,7 +366534,7 @@ Werner Macho 2012-07-20 translation update: bunch of updates and new names -Larry Shaffer 2012-07-19 +Larry Shaffer 2012-07-19 Fix for Mac source builds. @@ -357971,7 +366626,7 @@ Etienne Tourigny 2012-07-18 use project template folder and "New project from template" action -Larry Shaffer 2012-07-18 +Larry Shaffer 2012-07-18 sip binding for QgsLabelingEngineInterface::labelsWithinRect() @@ -358050,7 +366705,7 @@ Jürgen E. Fischer 2012-07-18 move HAVE_TOUCH to qgsconfig.h - fixes vtable of QgsMapCanvas/QgsMapTool for plugins -Larry Shaffer 2012-07-17 +Larry Shaffer 2012-07-17 [Feature] Freeze-thaw labeling tool, with on-the-fly transformation support. @@ -358672,7 +367327,7 @@ Marco Hugentobler 2012-07-09 Added raster file writer -Larry Shaffer 2012-07-08 +Larry Shaffer 2012-07-08 Update to usability of rule-based styles widgets. @@ -358750,7 +367405,7 @@ Víctor Olaya 2012-07-06 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@290 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-07-05 +Larry Shaffer 2012-07-05 Additional fix for #5862 fix. Editing text for composer label in text edit widget caused label to emit itemChanged(), which caused cyclical update of gui elements and the cursor to jump to end of text edit's text. @@ -359439,7 +368094,7 @@ Tim Sutton 2012-06-21 Fix to get unit tests working again on Mac. -Larry Shaffer 2012-06-21 +Larry Shaffer 2012-06-21 Fix to get unit tests working again on Mac. make 'check', 'test' and 'Experimental' work from build directory to run tests. @@ -359748,7 +368403,7 @@ Jürgen E. Fischer 2012-06-16 fix #5543 -Larry Shaffer 2012-06-15 +Larry Shaffer 2012-06-15 Fix for #5753, for all platforms. @@ -360037,7 +368692,7 @@ Tim Sutton 2012-06-11 Better fix for #5754. More of a hack but works well. -Larry Shaffer 2012-06-11 +Larry Shaffer 2012-06-11 Better fix for #5754. More of a hack but works well. Keeps all plugins from hijacking About or Preferences application menus on Mac. @@ -360134,7 +368789,7 @@ Jürgen E. Fischer 2012-06-10 Fixes for issues #5753 and #5754 -Larry Shaffer 2012-06-10 +Larry Shaffer 2012-06-10 Fix for #5753 @@ -360156,7 +368811,7 @@ Jürgen E. Fischer 2012-06-10 Merge remote-tracking branch 'origin/master' into wmts -Larry Shaffer 2012-06-10 +Larry Shaffer 2012-06-10 Simple fix for #5754 (Mac OS-specific). Better fix would be to make a method that set all QAction additions to base menus (submenus ok) to QAction::NoRole. This would keep any new action from hijacking the Mac app's About or Preferences… menus. @@ -360528,7 +369183,7 @@ paolo.cavallini 2012-06-0 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@212 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d Merge: af01338e308 7db9df5d86a -MORREALE Jean-Roc 2012-06-02 +Jean-Roc Morreale 2012-06-02 Merge pull request #5 from RCura/master @@ -360831,7 +369486,7 @@ Víctor Olaya 2012-05-28 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@193 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-05-28 +Larry Shaffer 2012-05-28 Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8 release. Linux already supports libqico (favicons), while Windows apparently isn't supported by Qt yet (Notes section of http://qt-project.org/doc/qt-4.8/qtwebkit.html ). This is useful for plugins that render web pages and want to display the favicon of the site. @@ -361040,7 +369695,7 @@ Alexander Bruy 2012-05-25 minor fixes in fTools GUI Merge: e37a9aea585 3dc5d54805b -Jean Roc 2012-05-25 +Jean-Roc Morreale 2012-05-25 Merge pull request #4 from mathieubossaert/master @@ -361065,7 +369720,7 @@ Jürgen E. Fischer 2012-05-24 fTools: fix handling of locationless geometry errors (fixes #4396) Merge: bc367ce7dd1 84f7b125dcb -Jean Roc 2012-05-24 +Jean-Roc Morreale 2012-05-24 Merge pull request #3 from mathieubossaert/master @@ -363469,23 +372124,23 @@ Víctor Olaya 2012-04-11 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@69 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -Larry Shaffer 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -Larry Shaffer 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -Larry Shaffer 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -Larry Shaffer 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. @@ -363495,7 +372150,7 @@ Víctor Olaya 2012-04-10 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@68 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-04-09 +Larry Shaffer 2012-04-09 Added SIP generation to build/python directory of API files for QScintilla code completion/call tips. @@ -363620,7 +372275,7 @@ Tim Sutton 2012-04-06 [BACKPORT] Naming consistency for GEOWkt global (renamed to GEOWKT) -giohappy 2012-04-06 +Giovanni Allegri 2012-04-06 Update src/core/qgsdistancearea.cpp @@ -369219,7 +377874,7 @@ Jürgen E. Fischer 2011-09-30 fix warnings -Alister 2011-09-21 +Alister Hood 2011-09-21 fix minor typos + scripts/chkspelling.sh run. @@ -370704,7 +379359,7 @@ Jürgen E. Fischer 2011-07-07 refix qgis.ico move -Richard Duivenvoorde 2011-07-07 +Richard Duivenvoorde 2011-07-07 fix #4039 @@ -372976,13 +381631,13 @@ Jürgen E. Fischer 2011-04-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@15854 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-30 +Borys Jurgiel 2011-04-30 translation update:pl git-svn-id: http://svn.osgeo.org/qgis/trunk@15853 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-29 +Borys Jurgiel 2011-04-29 translation update: pl by Robert @@ -373055,7 +381710,7 @@ Jürgen E. Fischer 2011-04-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15840 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-04-28 +Richard Duivenvoorde 2011-04-28 another part of dutch grass translation, translated by Carlo van Rijswijk @@ -373074,19 +381729,19 @@ Werner Macho 2011-04-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15837 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-28 +Borys Jurgiel 2011-04-28 translation update: pl by Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15836 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-27 +Borys Jurgiel 2011-04-27 translation update: pl by Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15835 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-27 +Borys Jurgiel 2011-04-27 plugin installer: do not consider an empty repo as invalid @@ -373111,7 +381766,7 @@ Werner Macho 2011-04-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@15829 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-26 +Borys Jurgiel 2011-04-26 translation update: pl by Robert @@ -373531,7 +382186,7 @@ Marco Hugentobler 2011-04-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-17 +Borys Jurgiel 2011-04-17 translation update: pl @@ -373589,13 +382244,13 @@ Radim Blazek 2011-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15735 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-16 +Borys Jurgiel 2011-04-16 update epsg:42180 proj string (compatibility version of epsg:2180) git-svn-id: http://svn.osgeo.org/qgis/trunk@15734 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-16 +Borys Jurgiel 2011-04-16 The current CRS not highlighted in the projection selector when called from the layer context menu @@ -373613,7 +382268,7 @@ Jürgen E. Fischer 2011-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15730 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-04-16 +Borys Jurgiel 2011-04-16 fix #3712 @@ -373770,7 +382425,7 @@ Alexander Bruy 2011-04-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@15705 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-04-15 +Richard Duivenvoorde 2011-04-15 Dutch translation, thanks Carlo van Rijswijk @@ -374107,13 +382762,13 @@ Marco Hugentobler 2011-03-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@15652 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-31 +Richard Duivenvoorde 2011-03-31 tranlsation update nl git-svn-id: http://svn.osgeo.org/qgis/trunk@15651 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-31 +Richard Duivenvoorde 2011-03-31 new parts of translation by Raymond Nijssen @@ -374200,7 +382855,7 @@ Jürgen E. Fischer 2011-03-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@15635 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-28 +Borys Jurgiel 2011-03-28 ts update: pl by Robert @@ -374238,19 +382893,19 @@ Tim Sutton 2011-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15626 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-03-28 +William Kyngesburye 2011-03-28 handle DESTDIR git-svn-id: http://svn.osgeo.org/qgis/trunk@15625 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-28 +Borys Jurgiel 2011-03-28 translation update: pl by Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15624 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-03-27 +William Kyngesburye 2011-03-27 mac install update @@ -374329,7 +382984,7 @@ Tim Sutton 2011-03-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@15612 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-26 +Borys Jurgiel 2011-03-26 translation update: pl by Robert @@ -374341,13 +382996,13 @@ Jürgen E. Fischer 2011-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@15610 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-26 +Borys Jurgiel 2011-03-26 ng-symbology dialogs fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15609 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-03-26 +William Kyngesburye 2011-03-26 fix empty build type bug @@ -374440,7 +383095,7 @@ Werner Macho 2011-03-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@15595 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-25 +Borys Jurgiel 2011-03-25 patch #3263 from mbernasocchi @@ -374509,7 +383164,7 @@ Jürgen E. Fischer 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15584 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-23 +Richard Duivenvoorde 2011-03-23 dutch translation percentage going up ... @@ -374534,7 +383189,7 @@ Tim Sutton 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15580 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-23 +Borys Jurgiel 2011-03-23 connect solitary help button @@ -374566,7 +383221,7 @@ Jürgen E. Fischer 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15575 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-23 +Borys Jurgiel 2011-03-23 unicode string tr @@ -374584,7 +383239,7 @@ Jürgen E. Fischer 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15572 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-23 +Borys Jurgiel 2011-03-23 typo fix @@ -374597,7 +383252,7 @@ Werner Macho 2011-03-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@15570 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-22 +Borys Jurgiel 2011-03-22 fix the release name @@ -374915,7 +383570,7 @@ Jürgen E. Fischer 2011-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15518 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-16 +Borys Jurgiel 2011-03-16 fix #3590 @@ -374927,7 +383582,7 @@ Jürgen E. Fischer 2011-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15516 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-16 +Borys Jurgiel 2011-03-16 make field calculator geometry netbook-friendly @@ -375106,13 +383761,13 @@ mmassing 2011-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15487 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-14 +Borys Jurgiel 2011-03-14 more gis theme icons from Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15486 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-14 +Richard Duivenvoorde 2011-03-14 added a warning when using 'new symbology' see #2994 @@ -375173,7 +383828,7 @@ Giuseppe Sucameli 2011-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15476 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-14 +Richard Duivenvoorde 2011-03-14 fix for #2875 unit list in mapserver export plugin untranslatable @@ -375225,7 +383880,7 @@ Jürgen E. Fischer 2011-03-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@15467 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-13 +Borys Jurgiel 2011-03-13 language fix @@ -375291,7 +383946,7 @@ Jürgen E. Fischer 2011-03-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@15457 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-12 +Borys Jurgiel 2011-03-12 fix r15455 @@ -375387,7 +384042,7 @@ Tim Sutton 2011-03-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@15441 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-12 +Borys Jurgiel 2011-03-12 more gis theme icons from Robert @@ -375447,7 +384102,7 @@ Tim Sutton 2011-03-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@15431 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-03-11 +Richard Duivenvoorde 2011-03-11 part of dutch translation @@ -375471,13 +384126,13 @@ Jürgen E. Fischer 2011-03-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@15426 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-10 +Borys Jurgiel 2011-03-10 Don't apply CRS settings to current project after closing options box - it should only be used when a new project is created. - continuation of r15421 git-svn-id: http://svn.osgeo.org/qgis/trunk@15425 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-10 +Borys Jurgiel 2011-03-10 [FEATURE] Assign layer CRS to project (legend context menu) @@ -375519,7 +384174,7 @@ Radim Blazek 2011-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15418 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-10 +Borys Jurgiel 2011-03-10 translation update:pl @@ -375558,7 +384213,7 @@ Martin Dobias 2011-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15412 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-10 +Borys Jurgiel 2011-03-10 translation update: pl @@ -375602,7 +384257,7 @@ Werner Macho 2011-03-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15405 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-09 +Borys Jurgiel 2011-03-09 pl translation update by Robert @@ -375621,7 +384276,7 @@ Paolo Cavallini 2011-03-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15402 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-09 +Borys Jurgiel 2011-03-09 patch #3354 by John Donovan @@ -375777,7 +384432,7 @@ Tim Sutton 2011-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@15377 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-03-07 +William Kyngesburye 2011-03-07 Use Qt color picker to avoid Qt Cocoa crashes (#3497), part 1 @@ -375789,7 +384444,7 @@ Jürgen E. Fischer 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15375 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-06 +Borys Jurgiel 2011-03-06 FEATURE: Select default CRS for new projects. Fixes #363 @@ -375816,7 +384471,7 @@ Alexander Bruy 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15370 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-06 +Borys Jurgiel 2011-03-06 fix r15352 @@ -375904,7 +384559,7 @@ Jürgen E. Fischer 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15352 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-06 +Borys Jurgiel 2011-03-06 email address update @@ -375968,19 +384623,19 @@ Giuseppe Sucameli 2011-03-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@15342 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-05 +Borys Jurgiel 2011-03-05 revert r15340 as it doesn't solve anything git-svn-id: http://svn.osgeo.org/qgis/trunk@15341 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-05 +Borys Jurgiel 2011-03-05 fix #3362 git-svn-id: http://svn.osgeo.org/qgis/trunk@15340 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-03-05 +Borys Jurgiel 2011-03-05 fix #3311 @@ -376061,7 +384716,7 @@ Martin Dobias 2011-03-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@15324 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-03-03 +William Kyngesburye 2011-03-03 use Qt font dialog for Qt Cocoa @@ -376446,7 +385101,7 @@ Giuseppe Sucameli 2011-02-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15254 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-02-23 +Richard Duivenvoorde 2011-02-23 dutch translations @@ -376792,13 +385447,13 @@ Tim Sutton 2011-02-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@15195 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2011-02-18 +Otto Dassau 2011-02-18 small hint where to find the medals at qgis.org git-svn-id: http://svn.osgeo.org/qgis/trunk@15194 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2011-02-18 +Otto Dassau 2011-02-18 added sponsor medals from 2010 and 2011 @@ -376810,7 +385465,7 @@ Tim Sutton 2011-02-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@15192 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-02-18 +Borys Jurgiel 2011-02-18 translation update: pl by Robert @@ -377220,7 +385875,7 @@ Marco Hugentobler 2011-02-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@15116 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2011-02-01 +Richard Duivenvoorde 2011-02-01 batch of new dutch translations @@ -377528,7 +386183,7 @@ Marco Hugentobler 2011-01-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15064 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2011-01-21 +Borys Jurgiel 2011-01-21 pl translation fix @@ -377799,13 +386454,13 @@ Jürgen E. Fischer 2011-01-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15013 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-01-09 +William Kyngesburye 2011-01-09 remove debug message git-svn-id: http://svn.osgeo.org/qgis/trunk@15012 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-01-09 +William Kyngesburye 2011-01-09 libpq may link libintl @@ -377835,7 +386490,7 @@ Jürgen E. Fischer 2011-01-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15003 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-01-06 +William Kyngesburye 2011-01-06 forgot to rename link side (r14500) @@ -377847,7 +386502,7 @@ Paolo Cavallini 2011-01-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15001 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2011-01-06 +William Kyngesburye 2011-01-06 prefix library name with 'qgis' like other provider support libraries (ie grass); add OSX properties @@ -377947,7 +386602,7 @@ Werner Macho 2010-12-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14985 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-12-30 +William Kyngesburye 2010-12-30 Fix empty _LIBRARY left from framework check when fw not found @@ -378038,7 +386693,7 @@ Paolo Cavallini 2010-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14970 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-12-22 +Borys Jurgiel 2010-12-22 translation update: pl by Milena @@ -378701,7 +387356,7 @@ Marco Hugentobler 2010-12-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@14827 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-12-02 +Borys Jurgiel 2010-12-02 apply patch #3280 from Jeremy Palmer @@ -378727,7 +387382,7 @@ Werner Macho 2010-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@14823 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-12-01 +Borys Jurgiel 2010-12-01 apply patch #2938 @@ -378746,7 +387401,7 @@ Marco Hugentobler 2010-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@14816 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-30 +Borys Jurgiel 2010-11-30 translation update: pl by Milena @@ -379273,7 +387928,7 @@ Tim Sutton 2010-11-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@14709 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-18 +Borys Jurgiel 2010-11-18 translation update: pl by Milena @@ -379376,7 +388031,7 @@ Jürgen E. Fischer 2010-11-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14690 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-16 +William Kyngesburye 2010-11-16 only post-process mapserver if configured @@ -379623,7 +388278,7 @@ Tim Sutton 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14647 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-14 +Borys Jurgiel 2010-11-14 translation update: pl by Alicja Włodarz @@ -379674,7 +388329,7 @@ Giuseppe Sucameli 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14638 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-14 +Borys Jurgiel 2010-11-14 Fix QgsProjectProperties dialog - first cpp patch from Milena @@ -379743,7 +388398,7 @@ Jürgen E. Fischer 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14625 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-13 +Borys Jurgiel 2010-11-13 translation update: pl by Henia Netzel (great thanks to the new contributor) @@ -379801,13 +388456,13 @@ Tim Sutton 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14614 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-13 +William Kyngesburye 2010-11-13 executable_path for pyqt bin git-svn-id: http://svn.osgeo.org/qgis/trunk@14613 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-13 +William Kyngesburye 2010-11-13 fix bundling for latest cmake @@ -379856,7 +388511,7 @@ Martin Dobias 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14604 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-13 +William Kyngesburye 2010-11-13 add missing configure option; fix mac build for release source @@ -379933,7 +388588,7 @@ Jürgen E. Fischer 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14582 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-13 +Borys Jurgiel 2010-11-13 Plugin installer - fix typo @@ -379945,7 +388600,7 @@ Jürgen E. Fischer 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14580 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-12 +Borys Jurgiel 2010-11-12 Plugin Installer update. New features: Upgrade All button, plugin count in the window title and Horst's repository @@ -380052,7 +388707,7 @@ Martin Dobias 2010-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@14548 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-11-11 +Richard Duivenvoorde 2010-11-11 no OUTLINECOLOR if outlinestyle is None (thanks Michele De Santis) @@ -380064,7 +388719,7 @@ Paolo Cavallini 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14546 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-11 +Borys Jurgiel 2010-11-11 fix Python error when unloading the OSM plugin @@ -380083,13 +388738,13 @@ Tim Sutton 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14543 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-11 +Borys Jurgiel 2010-11-11 Part 2 of first HF commit (previously gui cleaning, now translation update) - patches from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@14542 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-11 +Borys Jurgiel 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14541 c8812cc2-4d05-0410-92ff-de0c093fc19c @@ -380180,7 +388835,7 @@ Jürgen E. Fischer 2010-11-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@14526 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-07 +Borys Jurgiel 2010-11-07 translation update: pl by Milena @@ -380199,13 +388854,13 @@ Jürgen E. Fischer 2010-11-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@14523 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-06 +Borys Jurgiel 2010-11-06 fix georeferencer plugin gis style icon - patch from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@14522 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-06 +Borys Jurgiel 2010-11-06 Translation update: pl by Milena @@ -380262,13 +388917,13 @@ Jürgen E. Fischer 2010-11-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@14507 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-04 +Borys Jurgiel 2010-11-04 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@14506 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-04 +Borys Jurgiel 2010-11-04 translation update @@ -380292,7 +388947,7 @@ Werner Macho 2010-11-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@14502 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-04 +William Kyngesburye 2010-11-04 support DESTDIR in bundling @@ -380323,13 +388978,13 @@ Marco Hugentobler 2010-11-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@14497 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-03 +Borys Jurgiel 2010-11-03 translation update: pl by Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@14496 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-02 +Borys Jurgiel 2010-11-02 translation update: pl by Robert @@ -380454,31 +389109,31 @@ Marco Hugentobler 2010-11-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@14476 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-01 +William Kyngesburye 2010-11-01 some mac cmake cleanup, update mac folder notes git-svn-id: http://svn.osgeo.org/qgis/trunk@14475 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-11-01 +William Kyngesburye 2010-11-01 framework bundling placeholder git-svn-id: http://svn.osgeo.org/qgis/trunk@14474 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-01 +Borys Jurgiel 2010-11-01 translation update: pl by Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@14473 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-11-01 +Borys Jurgiel 2010-11-01 Plugin installer update git-svn-id: http://svn.osgeo.org/qgis/trunk@14472 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-10-31 +Borys Jurgiel 2010-10-31 Plugin installer update @@ -380503,7 +389158,7 @@ Jürgen E. Fischer 2010-10-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14468 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-31 +William Kyngesburye 2010-10-31 update OS X install @@ -380539,7 +389194,7 @@ Jürgen E. Fischer 2010-10-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14462 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-30 +William Kyngesburye 2010-10-30 fix detection logic, remove unused setting @@ -380551,7 +389206,7 @@ Jürgen E. Fischer 2010-10-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14459 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-30 +William Kyngesburye 2010-10-30 Mac cmake update: cleaner framework detection; @@ -380770,7 +389425,7 @@ Martin Dobias 2010-10-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14427 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-22 +William Kyngesburye 2010-10-22 sync with r14416, r14421 @@ -380846,7 +389501,7 @@ Jürgen E. Fischer 2010-10-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@14411 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-19 +William Kyngesburye 2010-10-19 remove files not directly processed by Xcode to make updating project simpler @@ -380996,13 +389651,13 @@ Jürgen E. Fischer 2010-10-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14386 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-16 +William Kyngesburye 2010-10-16 find more Mac frameworks; extra default search paths for postgres git-svn-id: http://svn.osgeo.org/qgis/trunk@14385 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-16 +William Kyngesburye 2010-10-16 misc updates, fixup mapserver build @@ -381149,7 +389804,7 @@ Marco Hugentobler 2010-10-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@14352 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-10-07 +William Kyngesburye 2010-10-07 sync with r14331, r14335, r14325 @@ -381383,13 +390038,13 @@ Tim Sutton 2010-09-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@14296 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-09-26 +Borys Jurgiel 2010-09-26 translation update: pl (last-minute commit from a train for a qgis training;) git-svn-id: http://svn.osgeo.org/qgis/trunk@14288 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-09-26 +William Kyngesburye 2010-09-26 sync with r14283; misc cleanup; @@ -381766,7 +390421,7 @@ Marco Hugentobler 2010-08-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14171 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-29 +William Kyngesburye 2010-08-29 old cvs cleanup (r14165); context_help updates (r14166, r14168) @@ -381802,7 +390457,7 @@ Jürgen E. Fischer 2010-08-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@14164 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-08-27 +Borys Jurgiel 2010-08-27 translation update: pl @@ -381850,13 +390505,13 @@ Jürgen E. Fischer 2010-08-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@14150 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-26 +William Kyngesburye 2010-08-26 remove old snow python 32/64bit hacks for pyuic (use pyqt 4.7+) git-svn-id: http://svn.osgeo.org/qgis/trunk@14149 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-26 +William Kyngesburye 2010-08-26 sync with r14131 @@ -381893,25 +390548,25 @@ Tim Sutton 2010-08-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@14130 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2010-08-23 +Otto Dassau 2010-08-23 updates and fixes from Volker Froehlich git-svn-id: http://svn.osgeo.org/qgis/trunk@14128 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-22 +William Kyngesburye 2010-08-22 clean up grass build; fix pyqt utility bundling error git-svn-id: http://svn.osgeo.org/qgis/trunk@14126 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-22 +William Kyngesburye 2010-08-22 bundle pyqt utilities git-svn-id: http://svn.osgeo.org/qgis/trunk@14125 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-22 +William Kyngesburye 2010-08-22 add mapserver (r14110, r14120) @@ -382051,7 +390706,7 @@ Jürgen E. Fischer 2010-08-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14087 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-16 +William Kyngesburye 2010-08-16 sync with r14071 @@ -382095,13 +390750,13 @@ Jürgen E. Fischer 2010-08-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14080 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-08-14 +Borys Jurgiel 2010-08-14 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@14079 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-08-14 +Borys Jurgiel 2010-08-14 add python console strings to translations @@ -382347,7 +391002,7 @@ Jürgen E. Fischer 2010-08-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@14014 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-05 +William Kyngesburye 2010-08-05 sync with r14009 @@ -382377,7 +391032,7 @@ Marco Hugentobler 2010-08-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@14006 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-08-03 +Borys Jurgiel 2010-08-03 fix compiling error @@ -382395,13 +391050,13 @@ Jürgen E. Fischer 2010-08-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@14001 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-03 +William Kyngesburye 2010-08-03 fix a bundling bug, missed lib subdir in config header git-svn-id: http://svn.osgeo.org/qgis/trunk@14000 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-08-02 +William Kyngesburye 2010-08-02 split bundle step to separate target; misc cleanup @@ -382466,7 +391121,7 @@ mmassing 2010-07-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13987 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-30 +Borys Jurgiel 2010-07-30 fix #2874 @@ -382478,7 +391133,7 @@ Marco Hugentobler 2010-07-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13985 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-07-29 +William Kyngesburye 2010-07-29 new north arrows (r13978) @@ -382565,13 +391220,13 @@ Tim Sutton 2010-07-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13955 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-07-23 +Richard Duivenvoorde 2010-07-23 removed obsolete &SERVICE=WMS from status-message for mode=map url git-svn-id: http://svn.osgeo.org/qgis/trunk@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-07-23 +William Kyngesburye 2010-07-23 sync installed headers with cmake lists \(I'll try to stay on top of this in the future\!\) @@ -382648,7 +391303,7 @@ Martin Dobias 2010-07-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13943 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-20 +Borys Jurgiel 2010-07-20 translation update: pl @@ -382695,7 +391350,7 @@ Jürgen E. Fischer 2010-07-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13937 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-19 +Borys Jurgiel 2010-07-19 gui string fix @@ -382724,7 +391379,7 @@ gjm 2010-07-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@13928 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-07-17 +William Kyngesburye 2010-07-17 version bump (r13926); context help update (r13924); @@ -382738,7 +391393,7 @@ Jürgen E. Fischer 2010-07-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13926 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-17 +Borys Jurgiel 2010-07-17 context help pl update by Milena @@ -382813,13 +391468,13 @@ gjm 2010-07-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@13912 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-12 +Borys Jurgiel 2010-07-12 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@13911 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-11 +Borys Jurgiel 2010-07-11 translation update: pl by Milena @@ -382850,7 +391505,7 @@ Marco Hugentobler 2010-07-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13906 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-11 +Borys Jurgiel 2010-07-11 translation update: pl @@ -382881,13 +391536,13 @@ Werner Macho 2010-07-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13898 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-06 +Borys Jurgiel 2010-07-06 translation update: pl by Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@13895 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-07-06 +Richard Duivenvoorde 2010-07-06 fix for #2848: exported style better in line with qgis style @@ -382906,7 +391561,7 @@ Werner Macho 2010-07-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@13892 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-06 +Borys Jurgiel 2010-07-06 translation update: pl @@ -382974,7 +391629,7 @@ gjm 2010-07-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13882 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-07-02 +William Kyngesburye 2010-07-02 fix qgis.g.browser linking @@ -382986,7 +391641,7 @@ Jürgen E. Fischer 2010-07-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13879 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-07-02 +William Kyngesburye 2010-07-02 context help updates (r13848, r13877) @@ -383043,7 +391698,7 @@ Jürgen E. Fischer 2010-07-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@13866 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-07-01 +Borys Jurgiel 2010-07-01 translation update: pl @@ -383168,13 +391823,13 @@ Jürgen E. Fischer 2010-06-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13846 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-29 +Borys Jurgiel 2010-06-29 Plugin Installer minor fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13845 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-29 +Richard Duivenvoorde 2010-06-29 fix for #2847 layers with identical names have problems with data/filter statements @@ -383211,19 +391866,19 @@ Jürgen E. Fischer 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13835 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@13834 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl by Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@13833 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 Plugin installer update: r13830 follow-up @@ -383236,31 +391891,31 @@ Werner Macho 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13831 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 Plugin installer fixes: fix error when uninstalling installer itself, support for repo tag, remove my repository git-svn-id: http://svn.osgeo.org/qgis/trunk@13830 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 context help updates from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@13829 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@13828 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@13827 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl @@ -383272,7 +391927,7 @@ Jürgen E. Fischer 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13825 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl @@ -383285,13 +391940,13 @@ Werner Macho 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13823 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@13822 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-28 +Borys Jurgiel 2010-06-28 translation update: pl by Robert @@ -383338,20 +391993,20 @@ Werner Macho 2010-06-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13815 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-27 +William Kyngesburye 2010-06-27 separate libexec subdir (r13792); set SVN version dynamically in Info.plist git-svn-id: http://svn.osgeo.org/qgis/trunk@13814 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-27 +William Kyngesburye 2010-06-27 context help update (r13806) git-svn-id: http://svn.osgeo.org/qgis/trunk@13813 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-27 +Borys Jurgiel 2010-06-27 translation update: pl by Robert @@ -383395,7 +392050,7 @@ Marco Hugentobler 2010-06-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13805 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-26 +Borys Jurgiel 2010-06-26 translation update: pl by Robert @@ -383415,13 +392070,13 @@ Werner Macho 2010-06-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13802 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-24 +Richard Duivenvoorde 2010-06-24 update_ts file for nl needed for Raymond git-svn-id: http://svn.osgeo.org/qgis/trunk@13801 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-24 +Richard Duivenvoorde 2010-06-24 update nl @@ -383470,7 +392125,7 @@ Jürgen E. Fischer 2010-06-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@13792 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-23 +William Kyngesburye 2010-06-23 bundle Qt codecs plugins, in case #2419 affects OSX; allow configuration for custom Qt installation, should help #2760 which needs a PPC cocoa Qt @@ -383558,7 +392213,7 @@ Jürgen E. Fischer 2010-06-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13771 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-21 +Borys Jurgiel 2010-06-21 Plugin Instaler update: add translateable strings for future switch to the central contributed repository @@ -383577,7 +392232,7 @@ Paolo Cavallini 2010-06-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13768 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-21 +William Kyngesburye 2010-06-21 context_help updates (r13762, r13763) @@ -383634,7 +392289,7 @@ Jürgen E. Fischer 2010-06-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13759 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-20 +William Kyngesburye 2010-06-20 context_help updates (r13707); rule-based renderer (r13710); @@ -383739,13 +392394,13 @@ Werner Macho 2010-06-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13743 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-17 +Borys Jurgiel 2010-06-17 fix #2775 git-svn-id: http://svn.osgeo.org/qgis/trunk@13742 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-17 +Richard Duivenvoorde 2010-06-17 update dutch translation @@ -383879,19 +392534,19 @@ Marco Hugentobler 2010-06-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@13719 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-12 +Borys Jurgiel 2010-06-12 gis theme icons for annotation tools from Robert Szczepanek git-svn-id: http://svn.osgeo.org/qgis/trunk@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-12 +Richard Duivenvoorde 2010-06-12 mapserver export plugin always defaulted to epsg:4326 in mapfile because code still used old elementnames (epsg) instead of new (srid) in .qgs files git-svn-id: http://svn.osgeo.org/qgis/trunk@13717 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-12 +Borys Jurgiel 2010-06-12 fix #2677: colorful answer from Robert Szczepanek @@ -383947,7 +392602,7 @@ Paolo Cavallini 2010-06-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@13709 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-11 +Richard Duivenvoorde 2010-06-11 fix for #2726 labels no labels in mapserverexport @@ -383967,7 +392622,7 @@ Giuseppe Sucameli 2010-06-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13703 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-06-11 +Richard Duivenvoorde 2010-06-11 dutch translation update @@ -384017,7 +392672,7 @@ Marco Hugentobler 2010-06-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13687 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-07 +William Kyngesburye 2010-06-07 add __init__.py (r13682) @@ -384149,13 +392804,13 @@ Jürgen E. Fischer 2010-06-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@13664 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-05 +William Kyngesburye 2010-06-05 bundle programs and python stuff from GDAL for use by plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@13663 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-05 +William Kyngesburye 2010-06-05 OSX install updates @@ -384241,7 +392896,7 @@ Werner Macho 2010-06-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13649 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-04 +William Kyngesburye 2010-06-04 add gdaltools (r13639) @@ -384289,19 +392944,19 @@ Giuseppe Sucameli 2010-06-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13639 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-03 +Borys Jurgiel 2010-06-03 translation update: pl by Borys git-svn-id: http://svn.osgeo.org/qgis/trunk@13638 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-03 +Borys Jurgiel 2010-06-03 fix wrong status tip git-svn-id: http://svn.osgeo.org/qgis/trunk@13637 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-06-03 +Borys Jurgiel 2010-06-03 translation update: pl by Robert Szczepanek @@ -384390,7 +393045,7 @@ Werner Macho 2010-06-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13623 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-06-02 +William Kyngesburye 2010-06-02 move labelling to core (r13607, r13608) @@ -384432,7 +393087,7 @@ Marco Hugentobler 2010-06-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@13616 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-31 +Borys Jurgiel 2010-05-31 add GDAL compatible CRSes (without +towgs84 parameters) for Polish epsg: 2172-2180, 3120, 3328-3335 and 4179 as epsg+40000 @@ -384451,7 +393106,7 @@ Werner Macho 2010-05-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@13613 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2010-05-31 +Richard Duivenvoorde 2010-05-31 dutch translation update @@ -384547,7 +393202,7 @@ Marco Hugentobler 2010-05-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13598 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-05-29 +William Kyngesburye 2010-05-29 fix moc compile rule @@ -384675,19 +393330,19 @@ Marco Hugentobler 2010-05-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13578 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-26 +Borys Jurgiel 2010-05-26 Fix initial page of the option stackedWidget - patch from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@13577 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-26 +Borys Jurgiel 2010-05-26 more help updates and ui cleanups from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@13576 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-25 +Borys Jurgiel 2010-05-25 help updates from Milena @@ -384700,7 +393355,7 @@ ersts 2010-05-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13574 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-25 +Borys Jurgiel 2010-05-25 translation update: pl by Milena @@ -384737,7 +393392,7 @@ Tim Sutton 2010-05-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13568 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-05-24 +William Kyngesburye 2010-05-24 remove postgres threading (r13557); fix missing 'new spatialite layer' function (#2745); @@ -385099,7 +393754,7 @@ Jürgen E. Fischer 2010-05-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13510 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-05-16 +Borys Jurgiel 2010-05-16 translation update: pl by Milena @@ -385243,7 +393898,7 @@ Jürgen E. Fischer 2010-05-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@13488 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-05-14 +William Kyngesburye 2010-05-14 SIP proxy factory by PyQt version (r13468) composer legend item (r13476) @@ -385439,7 +394094,7 @@ Jürgen E. Fischer 2010-05-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@13452 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-05-09 +William Kyngesburye 2010-05-09 network updates (r13443) @@ -385497,7 +394152,7 @@ Jürgen E. Fischer 2010-05-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13441 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-05-08 +William Kyngesburye 2010-05-08 georef residual plots (r13436, r13437) @@ -385684,7 +394339,7 @@ Werner Macho 2010-05-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13413 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-04-30 +Borys Jurgiel 2010-04-30 Fix missing actions. Patch #2686 by christophgysin + sip bindings. @@ -385697,7 +394352,7 @@ Werner Macho 2010-04-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13411 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-04-30 +Borys Jurgiel 2010-04-30 fix edit actions remaining active when switching to a raster layer @@ -385755,7 +394410,7 @@ Jürgen E. Fischer 2010-04-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13401 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-26 +William Kyngesburye 2010-04-26 bundling: QtWebKit 4.6 needs QtXmlPatterns @@ -385844,7 +394499,7 @@ Martin Dobias 2010-04-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13383 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-25 +William Kyngesburye 2010-04-25 more spatial query cleanup (r13367) lupdate fixes (r13370) @@ -385951,7 +394606,7 @@ Jürgen E. Fischer 2010-04-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13366 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-24 +William Kyngesburye 2010-04-24 spatial query cleanup (r13360) @@ -385988,7 +394643,7 @@ Jürgen E. Fischer 2010-04-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13359 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-24 +William Kyngesburye 2010-04-24 spatial selection plugin (r13356) @@ -386090,7 +394745,7 @@ Marco Hugentobler 2010-04-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13342 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-21 +William Kyngesburye 2010-04-21 context help update (r13337) @@ -386225,7 +394880,7 @@ Jürgen E. Fischer 2010-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13321 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-04-16 +Borys Jurgiel 2010-04-16 translation update: pl by Milena @@ -386238,7 +394893,7 @@ Werner Macho 2010-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13319 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-16 +William Kyngesburye 2010-04-16 refactor composer table (r13316) @@ -386437,20 +395092,20 @@ Jürgen E. Fischer 2010-04-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13287 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-08 +William Kyngesburye 2010-04-08 new spatialite layer features (r13240) qwt bundle always, since it depends on PyQt/Qt which is always bundled git-svn-id: http://svn.osgeo.org/qgis/trunk@13286 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-08 +William Kyngesburye 2010-04-08 r13280 - restore part not dealing with PyQt git-svn-id: http://svn.osgeo.org/qgis/trunk@13285 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-08 +William Kyngesburye 2010-04-08 revert r13280 - problem is in PyQt compilation, and there is already a note to fix it in that section @@ -386487,7 +395142,7 @@ Gary Sherman 2010-04-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13279 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-04-07 +Borys Jurgiel 2010-04-07 apply patch #1743 from jctull @@ -386857,7 +395512,7 @@ Jürgen E. Fischer 2010-04-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@13227 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-04-01 +William Kyngesburye 2010-04-01 remove unused mapserver code (r13216) @@ -386942,7 +395597,7 @@ Marco Hugentobler 2010-03-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@13207 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-31 +William Kyngesburye 2010-03-31 ftools merge shapes (r13204) @@ -386998,7 +395653,7 @@ Jürgen E. Fischer 2010-03-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13195 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-29 +William Kyngesburye 2010-03-29 annotation tools (r13189, r13190) @@ -387047,7 +395702,7 @@ Jürgen E. Fischer 2010-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13187 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-28 +William Kyngesburye 2010-03-28 wms scale slider (r13184) @@ -387115,13 +395770,13 @@ Martin Dobias 2010-03-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13174 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-27 +William Kyngesburye 2010-03-27 conditionalize some Qt settings on version git-svn-id: http://svn.osgeo.org/qgis/trunk@13173 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-27 +William Kyngesburye 2010-03-27 vector layer saving (r13169) @@ -387158,13 +395813,13 @@ Jürgen E. Fischer 2010-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13165 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-26 +William Kyngesburye 2010-03-26 update Mac build for Qt minimum and misc cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@13163 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-26 +William Kyngesburye 2010-03-26 grass module filename fix (r13156) @@ -387293,7 +395948,7 @@ Martin Dobias 2010-03-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@13141 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-22 +William Kyngesburye 2010-03-22 displacement plugin (r13139) @@ -387305,7 +395960,7 @@ Marco Hugentobler 2010-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13139 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-21 +Borys Jurgiel 2010-03-21 better icon for grass tools (by Robert and Markus) @@ -387432,7 +396087,7 @@ Jürgen E. Fischer 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13110 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-20 +William Kyngesburye 2010-03-20 proxy exclusion (r13103); translation updates @@ -387469,13 +396124,13 @@ Jürgen E. Fischer 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13101 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-20 +Borys Jurgiel 2010-03-20 better names for plugin help files: index-ll_CC.html or index-ll.html git-svn-id: http://svn.osgeo.org/qgis/trunk@13100 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-20 +Borys Jurgiel 2010-03-20 new utils.showPluginHelp() method - patch #2562 by ccrook applied @@ -387525,7 +396180,7 @@ Werner Macho 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13091 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-19 +Borys Jurgiel 2010-03-19 plugin installer fix @@ -387537,19 +396192,19 @@ Tim Sutton 2010-03-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13089 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-19 +Borys Jurgiel 2010-03-19 Plugin Installer fix (prevent some depreciation warnings) git-svn-id: http://svn.osgeo.org/qgis/trunk@13087 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-19 +Borys Jurgiel 2010-03-19 Patch #2422 applied git-svn-id: http://svn.osgeo.org/qgis/trunk@13086 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2010-03-19 +Otto Dassau 2010-03-19 added prominent link to pdf manual webpage @@ -387649,7 +396304,7 @@ Werner Macho 2010-03-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13067 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-17 +Borys Jurgiel 2010-03-17 translation update: pl @@ -387730,7 +396385,7 @@ Werner Macho 2010-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@13054 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-14 +Borys Jurgiel 2010-03-14 Georeferencer fix: do not translate GDAL parameter strings @@ -387748,13 +396403,13 @@ Paolo Cavallini 2010-03-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@13051 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-12 +Borys Jurgiel 2010-03-12 [FEATURE] Applied patch #2541 - initial implementing the canBeUninstalled python plugin method git-svn-id: http://svn.osgeo.org/qgis/trunk@13050 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-11 +Borys Jurgiel 2010-03-11 Print composer gui cleanups from Milena @@ -387885,7 +396540,7 @@ cfarmer 2010-03-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13030 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-08 +Borys Jurgiel 2010-03-08 translation update: pl from Milena @@ -387969,7 +396624,7 @@ Jürgen E. Fischer 2010-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@13016 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-03-07 +Borys Jurgiel 2010-03-07 translation update: pl from QMilena @@ -388073,7 +396728,7 @@ Radim Blazek 2010-03-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@12999 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-03-04 +William Kyngesburye 2010-03-04 attr editor to gui (r12997) @@ -388196,7 +396851,7 @@ Jürgen E. Fischer 2010-02-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@12976 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-25 +William Kyngesburye 2010-02-25 fix analysis lib link error @@ -388233,7 +396888,7 @@ Werner Macho 2010-02-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@12968 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-23 +William Kyngesburye 2010-02-23 georef resampling (r12965) @@ -388285,7 +396940,7 @@ Werner Macho 2010-02-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12960 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-02-19 +Borys Jurgiel 2010-02-19 translation update: pl from Milena @@ -388325,7 +396980,7 @@ cfarmer 2010-02-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12952 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-16 +William Kyngesburye 2010-02-16 georeferencer refactoring (r12944, r12945) @@ -388377,7 +397032,7 @@ mmassing 2010-02-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12944 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-13 +William Kyngesburye 2010-02-13 grass fix (r12936) @@ -388434,7 +397089,7 @@ Jürgen E. Fischer 2010-02-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@12932 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-12 +William Kyngesburye 2010-02-12 Brazilian context help (r12929) @@ -388494,7 +397149,7 @@ Jürgen E. Fischer 2010-02-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12922 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-02-10 +Borys Jurgiel 2010-02-10 gis theme icons for mActionMeasureAngle and Mapserver Export Plugin @@ -388513,7 +397168,7 @@ Radim Blazek 2010-02-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12919 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-10 +William Kyngesburye 2010-02-10 grass g.browser (r12915) @@ -388668,7 +397323,7 @@ Jürgen E. Fischer 2010-02-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@12890 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-06 +William Kyngesburye 2010-02-06 grass raster provider (r12880) @@ -388770,7 +397425,7 @@ Jürgen E. Fischer 2010-02-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@12871 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-04 +William Kyngesburye 2010-02-04 postgres credentials (r12859); split analysis sip into 2 parts so unused parts not missing @@ -388838,7 +397493,7 @@ Martin Dobias 2010-02-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@12858 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-02-01 +William Kyngesburye 2010-02-01 connections manager (r12855) @@ -388878,7 +397533,7 @@ Werner Macho 2010-01-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@12851 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-29 +William Kyngesburye 2010-01-29 new attr sel dlg buttons (r12843) @@ -388921,19 +397576,19 @@ Jürgen E. Fischer 2010-01-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@12839 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-27 +William Kyngesburye 2010-01-27 update copyright in info.plist git-svn-id: http://svn.osgeo.org/qgis/trunk@12838 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-27 +William Kyngesburye 2010-01-27 custom plugin layers (r12834) git-svn-id: http://svn.osgeo.org/qgis/trunk@12837 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-01-26 +Borys Jurgiel 2010-01-26 translation update: pl by Robert @@ -388991,13 +397646,13 @@ Jürgen E. Fischer 2010-01-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12828 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-23 +William Kyngesburye 2010-01-23 use 4-file split for python modules as in cmake build, should compile more parallel now for single-arch build git-svn-id: http://svn.osgeo.org/qgis/trunk@12827 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-23 +William Kyngesburye 2010-01-23 forgot version up after 1.4 @@ -389140,7 +397795,7 @@ Jürgen E. Fischer 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12805 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-20 +William Kyngesburye 2010-01-20 font marker layer (r12794) @@ -389165,7 +397820,7 @@ Marco Hugentobler 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12801 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-01-20 +Borys Jurgiel 2010-01-20 remove a depreciated icon file @@ -389231,7 +397886,7 @@ Martin Dobias 2010-01-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12791 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-18 +William Kyngesburye 2010-01-18 dash line symbology (r12788) @@ -389249,13 +397904,13 @@ Marco Hugentobler 2010-01-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12788 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-17 +William Kyngesburye 2010-01-17 fix some missing lib paths, install instructions cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@12787 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-16 +William Kyngesburye 2010-01-16 missed sip include dir @@ -389267,13 +397922,13 @@ Radim Blazek 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12785 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-16 +William Kyngesburye 2010-01-16 missed gpsimporter plugin update git-svn-id: http://svn.osgeo.org/qgis/trunk@12784 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-16 +William Kyngesburye 2010-01-16 faster python compiling (r12774) misc updates @@ -389292,13 +397947,13 @@ Radim Blazek 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12781 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-16 +William Kyngesburye 2010-01-16 syntax fix git-svn-id: http://svn.osgeo.org/qgis/trunk@12780 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-16 +William Kyngesburye 2010-01-16 link python modules as modules on OSX @@ -389373,7 +398028,7 @@ Martin Dobias 2010-01-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12769 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-15 +William Kyngesburye 2010-01-15 gps detection imporvements (r12759) and other cleanup @@ -389458,13 +398113,13 @@ Marco Hugentobler 2010-01-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12755 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-13 +William Kyngesburye 2010-01-13 restore app build of qgis_help git-svn-id: http://svn.osgeo.org/qgis/trunk@12754 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-13 +William Kyngesburye 2010-01-13 restore previous bundle build of helpviewer (r12622), add 2nd install step to correct install_name (fix #2294) @@ -389561,7 +398216,7 @@ Jürgen E. Fischer 2010-01-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@12736 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-11 +William Kyngesburye 2010-01-11 new python console (r12725, r12727) better serial port handling (r12732) @@ -389617,7 +398272,7 @@ Martin Dobias 2010-01-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12727 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-10 +William Kyngesburye 2010-01-10 add Qwt build instructions for OSX; misc cleanup for OSX @@ -389637,7 +398292,7 @@ Martin Dobias 2010-01-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12725 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-09 +William Kyngesburye 2010-01-09 move pg and ogr stuff (r12702) add GPS tracking and Qwt (r12685, r12692, r12707) @@ -389691,7 +398346,7 @@ Marco Hugentobler 2010-01-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12717 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-01-08 +Borys Jurgiel 2010-01-08 translation update: pl @@ -389709,7 +398364,7 @@ Tim Sutton 2010-01-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12713 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2010-01-08 +Borys Jurgiel 2010-01-08 TS files fix/update - revert strings gone in r12680 and add the grass plugin @@ -389887,7 +398542,7 @@ Radim Blazek 2010-01-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12684 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-07 +William Kyngesburye 2010-01-07 composer attr tables (r12682) @@ -389987,7 +398642,7 @@ Jürgen E. Fischer 2010-01-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@12665 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2010-01-02 +William Kyngesburye 2010-01-02 context help update (r12662) measure angle tool (r12663) @@ -390055,13 +398710,13 @@ Paolo Cavallini 2009-12-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@12653 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-29 +William Kyngesburye 2009-12-29 add GSL framework option git-svn-id: http://svn.osgeo.org/qgis/trunk@12649 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-29 +William Kyngesburye 2009-12-29 postgres fix (r12641) bad layer fix (r12634) @@ -390175,7 +398830,7 @@ Martin Dobias 2009-12-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@12627 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-27 +William Kyngesburye 2009-12-27 sync with help app fix (r12622) @@ -390193,7 +398848,7 @@ Jürgen E. Fischer 2009-12-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@12622 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-26 +Borys Jurgiel 2009-12-26 plugin installer update - fix #2247 @@ -390212,7 +398867,7 @@ Marco Hugentobler 2009-12-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@12619 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-24 +William Kyngesburye 2009-12-24 context help updates (r12611, r12613) @@ -390260,7 +398915,7 @@ Paolo Cavallini 2009-12-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@12610 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-24 +William Kyngesburye 2009-12-24 various updates (r12579, r12581, r12590, r12600) @@ -390284,7 +398939,7 @@ Jürgen E. Fischer 2009-12-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12606 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-23 +Borys Jurgiel 2009-12-23 translation update: pl @@ -390418,7 +399073,7 @@ Jürgen E. Fischer 2009-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@12584 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-22 +William Kyngesburye 2009-12-22 Mac app/window icon from resource, not xpm @@ -390508,7 +399163,7 @@ Werner Macho 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12569 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-21 +William Kyngesburye 2009-12-21 context help updates (r12554, r12567) preserve symbology settings (r12563) @@ -390562,7 +399217,7 @@ Paolo Cavallini 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12560 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-21 +Borys Jurgiel 2009-12-21 translation update: pl @@ -390594,13 +399249,13 @@ Jürgen E. Fischer 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12555 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 context help update from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@12554 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 translation update: pl by Robert @@ -390639,7 +399294,7 @@ Paolo Cavallini 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12548 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-20 +William Kyngesburye 2009-12-20 context help updates (r12530, r12539); misc updates @@ -390722,13 +399377,13 @@ Jürgen E. Fischer 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12536 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@12531 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 Context help updates from Milena @@ -390753,25 +399408,25 @@ Werner Macho 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12527 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@12525 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-20 +Borys Jurgiel 2009-12-20 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@12524 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-19 +William Kyngesburye 2009-12-19 more context help updates (r12492, r12496, r12499, r12500) git-svn-id: http://svn.osgeo.org/qgis/trunk@12523 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-19 +Borys Jurgiel 2009-12-19 translation update: pl @@ -390830,7 +399485,7 @@ Martin Dobias 2009-12-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12514 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-12-19 +Richard Duivenvoorde 2009-12-19 dutch translation update to 100% for 1.4 @@ -390909,13 +399564,13 @@ Marco Hugentobler 2009-12-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@12501 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-17 +Borys Jurgiel 2009-12-17 Context help updates from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@12500 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-17 +Borys Jurgiel 2009-12-17 Context help updates from Milena @@ -390950,7 +399605,7 @@ Jürgen E. Fischer 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12495 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-16 +Borys Jurgiel 2009-12-16 GIS theme icon update from Robert @@ -390976,7 +399631,7 @@ Werner Macho 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12491 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-16 +Borys Jurgiel 2009-12-16 Fix CRS definitions for Polish systems 1992 and 2000 (epsg 2176-2180). This is a temporary workaround until the native epsg base is corrected. @@ -390989,7 +399644,7 @@ Werner Macho 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12489 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-16 +William Kyngesburye 2009-12-16 grass update (r12475) context help update (r12478) @@ -390997,25 +399652,25 @@ kyngchaos 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12488 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-16 +Borys Jurgiel 2009-12-16 Plugin installer update - rest of the r12476 git-svn-id: http://svn.osgeo.org/qgis/trunk@12487 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 translation update: pl git-svn-id: http://svn.osgeo.org/qgis/trunk@12486 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 more GIS icons from Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@12485 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 more GIS icons from Robert @@ -391048,13 +399703,13 @@ Martin Dobias 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12480 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 Separate icons for mActionShowComposerManager and mActionFilePrint git-svn-id: http://svn.osgeo.org/qgis/trunk@12479 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 Context help for the Plugin Installer @@ -391066,7 +399721,7 @@ Paolo Cavallini 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12477 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-15 +Borys Jurgiel 2009-12-15 Plugin installer update: one-step plugin install and uninstall in QGIS>=1.4 @@ -391096,7 +399751,7 @@ Tim Sutton 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12469 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-15 +William Kyngesburye 2009-12-15 a bunch of context help updates (various revisions) @@ -391120,13 +399775,13 @@ Tim Sutton 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12462 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Restore GIS icons for plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@12461 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Don't zoomToSelected when nothing selected @@ -391169,19 +399824,19 @@ Jürgen E. Fischer 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12454 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Context help updates from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@12453 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Context help updates from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@12452 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Context help updates from Milena @@ -391205,13 +399860,13 @@ Tim Sutton 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12448 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Context help updates from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@12447 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-14 +Borys Jurgiel 2009-12-14 Context help updates from Milena @@ -391229,7 +399884,7 @@ Jürgen E. Fischer 2009-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12444 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-13 +Borys Jurgiel 2009-12-13 Context help updates from Milena @@ -391259,13 +399914,13 @@ Jürgen E. Fischer 2009-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12439 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-12-13 +Richard Duivenvoorde 2009-12-13 new update dutch ts file git-svn-id: http://svn.osgeo.org/qgis/trunk@12438 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-12-13 +Richard Duivenvoorde 2009-12-13 new dutch translation @@ -391309,7 +399964,7 @@ Werner Macho 2009-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12431 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-13 +Borys Jurgiel 2009-12-13 Yet further update for context help from Milena @@ -391480,7 +400135,7 @@ Jürgen E. Fischer 2009-12-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12403 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-10 +Borys Jurgiel 2009-12-10 translation fix: pl @@ -391588,19 +400243,19 @@ Jürgen E. Fischer 2009-12-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12384 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-09 +Borys Jurgiel 2009-12-09 fix #2223. Patch from Alex Bruy git-svn-id: http://svn.osgeo.org/qgis/trunk@12383 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-09 +Borys Jurgiel 2009-12-09 revert a string accidentally changed in r12374 git-svn-id: http://svn.osgeo.org/qgis/trunk@12382 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-09 +Borys Jurgiel 2009-12-09 translation update: pl @@ -391612,7 +400267,7 @@ Jürgen E. Fischer 2009-12-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12380 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-09 +Borys Jurgiel 2009-12-09 fix the size of the button added in r12378 @@ -391642,7 +400297,7 @@ Paolo Cavallini 2009-12-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12375 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-08 +Borys Jurgiel 2009-12-08 fix #2212 @@ -391660,7 +400315,7 @@ Marco Hugentobler 2009-12-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12372 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-08 +William Kyngesburye 2009-12-08 missing layer handler (r12350) layer groups (r12359) @@ -391680,7 +400335,7 @@ Jürgen E. Fischer 2009-12-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12369 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-08 +Borys Jurgiel 2009-12-08 translators list update @@ -391713,7 +400368,7 @@ Werner Macho 2009-12-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12364 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-07 +Borys Jurgiel 2009-12-07 translation update: pl by Mi & me @@ -391762,7 +400417,7 @@ Martin Dobias 2009-12-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12357 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-07 +Borys Jurgiel 2009-12-07 translation update: pl by Robert. Also a small cleanup @@ -391949,7 +400604,7 @@ Marco Hugentobler 2009-12-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@12327 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-12-03 +William Kyngesburye 2009-12-03 webkit for helpviewer @@ -392082,7 +400737,7 @@ Jürgen E. Fischer 2009-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@12307 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-12-01 +Borys Jurgiel 2009-12-01 translation update: pl by Robert Szczepanek @@ -392112,7 +400767,7 @@ Paolo Cavallini 2009-11-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@12299 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-11-29 +Richard Duivenvoorde 2009-11-29 partial dutch translation @@ -392130,7 +400785,7 @@ Tim Sutton 2009-11-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@12293 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-11-29 +Richard Duivenvoorde 2009-11-29 changes needed to have a more intuitive way of choosing between: exporting the current loaded project, or a project browsed to by the user. Because postgis layers need more info (primary keys) we ask the user to load a project which holds postgis layers. But warn him if he cancelled. @@ -392138,7 +400793,7 @@ rduivenvoorde 2009-11-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@12292 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-29 +William Kyngesburye 2009-11-29 +composershape moc (r12262) lib link cleanup (r12273) @@ -392305,7 +400960,7 @@ Marco Hugentobler 2009-11-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@12261 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-26 +William Kyngesburye 2009-11-26 composer arrow item (r12248) more theme reorg (r12236) @@ -392488,7 +401143,7 @@ Tim Sutton 2009-11-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12230 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-23 +William Kyngesburye 2009-11-23 theme images to resource file (r12227,r12228) new theme images (r12224,r12226) @@ -392533,7 +401188,7 @@ Werner Macho 2009-11-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@12223 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-22 +William Kyngesburye 2009-11-22 move ludialog to gui (r12219) @@ -392717,7 +401372,7 @@ Martin Dobias 2009-11-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12193 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-19 +William Kyngesburye 2009-11-19 composer shapes (r12183) @@ -392788,13 +401443,13 @@ Paolo Cavallini 2009-11-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12182 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-18 +William Kyngesburye 2009-11-18 fix Qt + SDK issue in OSX build git-svn-id: http://svn.osgeo.org/qgis/trunk@12181 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-18 +William Kyngesburye 2009-11-18 workaround for 32bit PyQt detection on OSX Snow @@ -392845,13 +401500,13 @@ Martin Dobias 2009-11-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12173 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-18 +William Kyngesburye 2009-11-18 rename context help (r12169) git-svn-id: http://svn.osgeo.org/qgis/trunk@12172 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-18 +William Kyngesburye 2009-11-18 more OSX install updates; change all trolltech links to nokia @@ -392869,7 +401524,7 @@ Jürgen E. Fischer 2009-11-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12169 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-18 +William Kyngesburye 2009-11-18 more OSX install updates @@ -392936,7 +401591,7 @@ Martin Dobias 2009-11-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@12159 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-17 +William Kyngesburye 2009-11-17 attribute action improvements (r12113) symbology-ng and labeling plugin (r12139) @@ -393060,7 +401715,7 @@ Martin Dobias 2009-11-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12139 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-11-15 +Richard Duivenvoorde 2009-11-15 Using QSettings to remember mapserverexport settings @@ -393097,7 +401752,7 @@ Tim Sutton 2009-11-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12123 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-11-15 +Richard Duivenvoorde 2009-11-15 New, smaller dialog. More defaults, checks and failovers. Merged work of Stephan Meissl @@ -393134,7 +401789,7 @@ Jürgen E. Fischer 2009-11-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12113 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-14 +Borys Jurgiel 2009-11-14 translation update: pl from Milena @@ -393152,7 +401807,7 @@ Tim Sutton 2009-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12110 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-14 +Borys Jurgiel 2009-11-14 translation update: pl @@ -393223,7 +401878,7 @@ Marco Hugentobler 2009-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12097 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-11 +William Kyngesburye 2009-11-11 composer manager (r12087) @@ -393301,13 +401956,13 @@ Werner Macho 2009-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@12085 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-10 +William Kyngesburye 2009-11-10 UITools (r12077) git-svn-id: http://svn.osgeo.org/qgis/trunk@12083 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-10 +William Kyngesburye 2009-11-10 more installed headers (r12068, r12071) @@ -393417,7 +402072,7 @@ Werner Macho 2009-11-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12066 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-10 +Borys Jurgiel 2009-11-10 translation update: pl @@ -393429,13 +402084,13 @@ Tim Sutton 2009-11-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12064 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2009-11-10 +Richard Duivenvoorde 2009-11-10 new dutch translation, and trying svn rights git-svn-id: http://svn.osgeo.org/qgis/trunk@12063 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-10 +William Kyngesburye 2009-11-10 newgis theme (r12061) north arrow cleanup (r12049) @@ -393462,7 +402117,7 @@ Martin Dobias 2009-11-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12059 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-09 +Borys Jurgiel 2009-11-09 translation update: pl @@ -393482,7 +402137,7 @@ Werner Macho 2009-11-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12055 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-09 +Borys Jurgiel 2009-11-09 Mapserver Export Plugin: small gui cleanup @@ -393521,7 +402176,7 @@ Paolo Cavallini 2009-11-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12049 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-09 +Borys Jurgiel 2009-11-09 translation update: pl @@ -393534,7 +402189,7 @@ Werner Macho 2009-11-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12047 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-09 +Borys Jurgiel 2009-11-09 fix the update_ts_files.sh script to collect strings also from the utils.py file @@ -393546,13 +402201,13 @@ Werner Macho 2009-11-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12045 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-08 +William Kyngesburye 2009-11-08 add overlay analyzer (r12040,r12042) git-svn-id: http://svn.osgeo.org/qgis/trunk@12044 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-08 +William Kyngesburye 2009-11-08 remove layer file in legend (r12035) new Russian context help (r12038) @@ -393596,7 +402251,7 @@ Werner Macho 2009-11-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12037 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-08 +Borys Jurgiel 2009-11-08 fix #1968 @@ -393610,7 +402265,7 @@ Martin Dobias 2009-11-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12035 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-08 +Borys Jurgiel 2009-11-08 fix attribute table cell resize when activating an edit widget @@ -393776,7 +402431,7 @@ Jürgen E. Fischer 2009-11-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12009 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-11-08 +Borys Jurgiel 2009-11-08 translations update: pl by me @@ -393907,7 +402562,7 @@ Jürgen E. Fischer 2009-11-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@11985 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-07 +William Kyngesburye 2009-11-07 tin interp (r11958) add analysis to python (r11976) @@ -394034,7 +402689,7 @@ Marco Hugentobler 2009-11-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@11960 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-07 +William Kyngesburye 2009-11-07 zonal statistics (r11931) coordinate capture cleanup (r11939,r11944) @@ -394218,7 +402873,7 @@ Jürgen E. Fischer 2009-11-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@11920 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-11-04 +William Kyngesburye 2009-11-04 newcomposer action image (r11865) @@ -394455,7 +403110,7 @@ Marco Hugentobler 2009-10-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@11849 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-10-26 +William Kyngesburye 2009-10-26 avoid intersections (r11839); misc cleanup @@ -394624,7 +403279,7 @@ esseffe 2009-10-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@11822 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-10-17 +Borys Jurgiel 2009-10-17 Translation update (pl) from Milena Nowotarska @@ -394636,7 +403291,7 @@ Marco Hugentobler 2009-10-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@11820 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-10-16 +William Kyngesburye 2009-10-16 composition update (r11817) @@ -394780,7 +403435,7 @@ Jürgen E. Fischer 2009-10-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@11790 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-10-10 +Borys Jurgiel 2009-10-10 Plugin Installer update: fix reenabling disabled repositories @@ -394828,7 +403483,7 @@ Marco Hugentobler 2009-10-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@11782 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-10-09 +William Kyngesburye 2009-10-09 vector query update (r11762) @@ -395000,7 +403655,7 @@ cfarmer 2009-10-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@11755 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-10-04 +Borys Jurgiel 2009-10-04 plugin installer update: handle ports != 80 and add Bob Bruce's repository @@ -395098,7 +403753,7 @@ Jürgen E. Fischer 2009-09-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@11738 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-30 +William Kyngesburye 2009-09-30 field calculator (r11735) @@ -395128,7 +403783,7 @@ Marco Hugentobler 2009-09-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@11733 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-29 +Borys Jurgiel 2009-09-29 plugin installer update: more default repos @@ -395156,31 +403811,31 @@ Jürgen E. Fischer 2009-09-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@11729 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-28 +Borys Jurgiel 2009-09-28 Remove confusing descriptions in the Options dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@11725 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-28 +Borys Jurgiel 2009-09-28 fix 11723 git-svn-id: http://svn.osgeo.org/qgis/trunk@11724 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-28 +Borys Jurgiel 2009-09-28 Polish translation update from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@11723 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-27 +William Kyngesburye 2009-09-27 python archs must match app archs; update readme git-svn-id: http://svn.osgeo.org/qgis/trunk@11722 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-27 +William Kyngesburye 2009-09-27 new vector dialog updates (r11719, r11720) @@ -395210,7 +403865,7 @@ Jürgen E. Fischer 2009-09-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@11717 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-26 +Borys Jurgiel 2009-09-26 Polish translation update @@ -395411,7 +404066,7 @@ Marco Hugentobler 2009-09-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@11679 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-19 +William Kyngesburye 2009-09-19 don't install dev pics (r11676) copy only archs compiled for bundled libs @@ -395430,7 +404085,7 @@ Jürgen E. Fischer 2009-09-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@11674 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-17 +William Kyngesburye 2009-09-17 rotate point tool (r11671) remove dead files (r11649) @@ -395443,7 +404098,7 @@ Marco Hugentobler 2009-09-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@11671 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-15 +William Kyngesburye 2009-09-15 fix typo @@ -395512,7 +404167,7 @@ Tim Sutton 2009-09-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@11646 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-12 +William Kyngesburye 2009-09-12 bump version (r11643) @@ -395542,7 +404197,7 @@ Jürgen E. Fischer 2009-09-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@11639 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-12 +William Kyngesburye 2009-09-12 install analysis header (r11623) install CONTRIBUTORS (r11628) @@ -395550,13 +404205,13 @@ kyngchaos 2009-09-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@11638 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-12 +Borys Jurgiel 2009-09-12 Polish translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@11637 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-12 +Borys Jurgiel 2009-09-12 Polish translation update @@ -395656,7 +404311,7 @@ Jürgen E. Fischer 2009-09-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@11619 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-10 +Borys Jurgiel 2009-09-10 Polish translation fixes @@ -395692,13 +404347,13 @@ Tim Sutton 2009-09-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@11613 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-10 +William Kyngesburye 2009-09-10 new osm images (r11603) git-svn-id: http://svn.osgeo.org/qgis/trunk@11610 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-09-10 +Borys Jurgiel 2009-09-10 Polish translation update @@ -395856,7 +404511,7 @@ Jürgen E. Fischer 2009-09-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@11577 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-05 +William Kyngesburye 2009-09-05 simplify osx_archs trimming @@ -395892,7 +404547,7 @@ Jürgen E. Fischer 2009-09-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@11570 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-05 +William Kyngesburye 2009-09-05 add analysis lib (r11552, r11554, r11557, r11558);some export defs cleanup;fix empty osx_archs error in python config;fix georef plugin name;misc cleanup @@ -395916,7 +404571,7 @@ Jürgen E. Fischer 2009-09-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@11565 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-05 +William Kyngesburye 2009-09-05 fix library install names for OSX (#768) @@ -395988,13 +404643,13 @@ Marco Hugentobler 2009-09-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@11552 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-05 +William Kyngesburye 2009-09-05 fix library install names (#768) git-svn-id: http://svn.osgeo.org/qgis/trunk@11550 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-05 +William Kyngesburye 2009-09-05 handle more than 2 archs for OSX universal build @@ -396024,7 +404679,7 @@ Tim Sutton 2009-09-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@11544 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-09-03 +William Kyngesburye 2009-09-03 update for Snow Leopard @@ -396152,13 +404807,13 @@ homann 2009-08-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@11521 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-27 +William Kyngesburye 2009-08-27 raster terrain plugin (r11510); more polish context help (r11519) git-svn-id: http://svn.osgeo.org/qgis/trunk@11520 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-26 +Borys Jurgiel 2009-08-26 more Polish translations from Milena @@ -396236,7 +404891,7 @@ Marco Hugentobler 2009-08-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@11505 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-26 +William Kyngesburye 2009-08-26 reshape tool (r11500) @@ -396285,7 +404940,7 @@ Tim Sutton 2009-08-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@11494 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-23 +William Kyngesburye 2009-08-23 missed svnversion.h change @@ -396322,7 +404977,7 @@ Jürgen E. Fischer 2009-08-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@11487 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-22 +William Kyngesburye 2009-08-22 polish context help (r11470); map composer icons (r11472); @@ -396387,19 +405042,19 @@ Werner Macho 2009-08-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@11473 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-21 +Borys Jurgiel 2009-08-21 Fix wrong icons in the Map Composer git-svn-id: http://svn.osgeo.org/qgis/trunk@11472 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-21 +Borys Jurgiel 2009-08-21 Arabic translator added git-svn-id: http://svn.osgeo.org/qgis/trunk@11471 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-21 +Borys Jurgiel 2009-08-21 Polish translation of the context helps @@ -396411,7 +405066,7 @@ homann 2009-08-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@11469 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-21 +Borys Jurgiel 2009-08-21 Polish translation update @@ -396463,7 +405118,7 @@ gcontreras 2009-08-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@11460 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-20 +Borys Jurgiel 2009-08-20 polish translation update @@ -396475,7 +405130,7 @@ Marco Hugentobler 2009-08-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@11458 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-20 +William Kyngesburye 2009-08-20 add icons (r11448); misc updates @@ -396507,13 +405162,13 @@ Paolo Cavallini 2009-08-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@11450 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-20 +Borys Jurgiel 2009-08-20 better gis theme icons git-svn-id: http://svn.osgeo.org/qgis/trunk@11449 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-19 +Borys Jurgiel 2009-08-19 more gis theme icons from Robert Szczepanek @@ -396700,7 +405355,7 @@ homann 2009-08-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@11404 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-17 +William Kyngesburye 2009-08-17 pyuic/pyrcc cleanup (r11401) @@ -396718,7 +405373,7 @@ Jürgen E. Fischer 2009-08-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@11399 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-16 +William Kyngesburye 2009-08-16 move saveAsPDF icon (r11396) @@ -396742,7 +405397,7 @@ Marco Hugentobler 2009-08-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@11394 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-16 +William Kyngesburye 2009-08-16 update install instructions for OSX @@ -396758,13 +405413,13 @@ Jürgen E. Fischer 2009-08-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@11392 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-15 +William Kyngesburye 2009-08-15 fix GRASS plugin module install issue git-svn-id: http://svn.osgeo.org/qgis/trunk@11390 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-15 +William Kyngesburye 2009-08-15 don't use plain keys for shortcuts - against common UI guidelines (OSX at least), and registers while in GRASS shell (fix #739) @@ -396783,7 +405438,7 @@ Tim Sutton 2009-08-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@11386 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-15 +William Kyngesburye 2009-08-15 osm updates (r11377, r11378, r11384) @@ -397132,7 +405787,7 @@ Martin Dobias 2009-08-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@11282 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-06 +William Kyngesburye 2009-08-06 flags to link libqgispython are not necessary on OSX, so just feed empty to configure.py (r11279) @@ -397181,7 +405836,7 @@ Marco Hugentobler 2009-08-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@11274 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-05 +Borys Jurgiel 2009-08-05 Polish translation update @@ -397193,7 +405848,7 @@ Jürgen E. Fischer 2009-08-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@11271 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-08-04 +Borys Jurgiel 2009-08-04 Plugin Installer small fixes @@ -397247,7 +405902,7 @@ Tim Sutton 2009-08-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@11254 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-02 +William Kyngesburye 2009-08-02 release name (r11247); libgslcblas not used (shared linking only), link libdl for internal spatialite (r11250) @@ -397309,7 +405964,7 @@ Jürgen E. Fischer 2009-08-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@11243 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-01 +William Kyngesburye 2009-08-01 add moc headers (r11241) @@ -397331,13 +405986,13 @@ Jürgen E. Fischer 2009-08-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@11241 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-01 +William Kyngesburye 2009-08-01 fix OSM install paths git-svn-id: http://svn.osgeo.org/qgis/trunk@11240 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-08-01 +William Kyngesburye 2009-08-01 misc minor fixes @@ -397463,7 +406118,7 @@ Marco Hugentobler 2009-07-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@11217 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-30 +William Kyngesburye 2009-07-30 add osm plugin (r11210) @@ -397618,7 +406273,7 @@ ersts 2009-07-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@11189 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-28 +William Kyngesburye 2009-07-28 rename georef plugin sources (r11181, r11183) @@ -397685,7 +406340,7 @@ Jürgen E. Fischer 2009-07-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@11172 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-24 +William Kyngesburye 2009-07-24 save as PDF icon (r11165) @@ -397727,7 +406382,7 @@ Jürgen E. Fischer 2009-07-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@11160 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-23 +William Kyngesburye 2009-07-23 attribute editing, symbology enhancements, misc GRASS updates (r11112, r11149, r11152, r11154) @@ -397940,7 +406595,7 @@ Marco Hugentobler 2009-07-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@11104 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-17 +William Kyngesburye 2009-07-17 grass v.split module (r11095) @@ -397985,7 +406640,7 @@ rugginoso 2009-07-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@11092 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-15 +William Kyngesburye 2009-07-15 grass modules updates (r11074, r11077, r11081, r11052) @@ -398145,14 +406800,14 @@ Jürgen E. Fischer 2009-07-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@11037 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2009-07-10 +Otto Dassau 2009-07-10 added new qgis svg logo version created by Anita Graser git-svn-id: http://svn.osgeo.org/qgis/trunk@11036 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-09 +William Kyngesburye 2009-07-09 qgis.r.external.all (r11033) @@ -398236,7 +406891,7 @@ Paolo Cavallini 2009-07-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@11012 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-07-02 +William Kyngesburye 2009-07-02 evis plugin (r10995); install DONORS file (r11009); @@ -398427,19 +407082,19 @@ Marco Hugentobler 2009-06-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@10978 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-24 +William Kyngesburye 2009-06-24 fix sqlite compile error, for real this time git-svn-id: http://svn.osgeo.org/qgis/trunk@10976 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-24 +William Kyngesburye 2009-06-24 fix sqlite compile error, part 2 git-svn-id: http://svn.osgeo.org/qgis/trunk@10975 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-24 +William Kyngesburye 2009-06-24 fix sqlite compile error @@ -398481,7 +407136,7 @@ Jürgen E. Fischer 2009-06-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@10968 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-06-23 +Borys Jurgiel 2009-06-23 partial fix for #1743 : connection to proper QAction's triggered() signal in all core plugins @@ -398545,13 +407200,13 @@ Marco Hugentobler 2009-06-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@10956 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-18 +William Kyngesburye 2009-06-18 enable internal spatialite option; reduce recompilation a bit git-svn-id: http://svn.osgeo.org/qgis/trunk@10953 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-18 +William Kyngesburye 2009-06-18 node tool fixes (r10947) @@ -398618,7 +407273,7 @@ Marco Hugentobler 2009-06-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@10940 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-16 +William Kyngesburye 2009-06-16 GRASS qgc update (r10930); optimize GRASS module install @@ -398693,7 +407348,7 @@ Martin Dobias 2009-06-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@10925 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-14 +William Kyngesburye 2009-06-14 undo feature (r10920 r10921) @@ -398752,7 +407407,7 @@ ersts 2009-06-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@10918 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-12 +William Kyngesburye 2009-06-12 GRASS module reorg and updates (r10903, r10908, r10909, r10910, r10911) @@ -398826,13 +407481,13 @@ Marco Hugentobler 2009-06-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@10902 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-11 +William Kyngesburye 2009-06-11 missed some GEOS bits (r10894) git-svn-id: http://svn.osgeo.org/qgis/trunk@10901 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-10 +William Kyngesburye 2009-06-10 GRASS PG export (r10899) @@ -398866,7 +407521,7 @@ Martin Dobias 2009-06-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@10895 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-09 +William Kyngesburye 2009-06-09 GRASS needs GEOS now (r10893) @@ -398884,7 +407539,7 @@ Marco Hugentobler 2009-06-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@10892 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-06 +William Kyngesburye 2009-06-06 node tool (r10890) @@ -398924,7 +407579,7 @@ Marco Hugentobler 2009-06-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@10882 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-06-03 +William Kyngesburye 2009-06-03 merge features (r10879) @@ -398984,7 +407639,7 @@ Jürgen E. Fischer 2009-06-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@10872 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2009-06-01 +Otto Dassau 2009-06-01 added grass/qgis build instruction for ecw and mrsid written by Giovanni Manghi @@ -399039,13 +407694,13 @@ Jürgen E. Fischer 2009-05-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@10862 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-29 +William Kyngesburye 2009-05-29 tidy up clutter, part 2 git-svn-id: http://svn.osgeo.org/qgis/trunk@10861 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-29 +William Kyngesburye 2009-05-29 tidy up clutter @@ -399084,7 +407739,7 @@ Jürgen E. Fischer 2009-05-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@10853 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-27 +William Kyngesburye 2009-05-27 wms layer ordering arrows (r10850) @@ -399167,7 +407822,7 @@ cfarmer 2009-05-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10832 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-05-19 +Borys Jurgiel 2009-05-19 Polish translation update @@ -399193,7 +407848,7 @@ Jürgen E. Fischer 2009-05-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@10820 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-05-18 +Borys Jurgiel 2009-05-18 Plugin Installer minor fixes @@ -399205,7 +407860,7 @@ Radim Blazek 2009-05-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@10817 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-05-18 +Borys Jurgiel 2009-05-18 The locale selector fixes @@ -399217,7 +407872,7 @@ Radim Blazek 2009-05-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@10814 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-05-18 +Borys Jurgiel 2009-05-18 In translation files, only consider strings from src and python directories (to avoid including redundant and obsolete strings from the build directory) @@ -399255,7 +407910,7 @@ Werner Macho 2009-05-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@10801 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-05-15 +Borys Jurgiel 2009-05-15 Polish translation update @@ -399267,7 +407922,7 @@ Jürgen E. Fischer 2009-05-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@10797 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-14 +William Kyngesburye 2009-05-14 overlay update (r10791), grass update (r10795) @@ -399329,7 +407984,7 @@ Radim Blazek 2009-05-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@10787 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-13 +William Kyngesburye 2009-05-13 add lock icon (r10775) @@ -399367,7 +408022,7 @@ Jürgen E. Fischer 2009-05-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@10774 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-08 +William Kyngesburye 2009-05-08 missed some installed headers; clarify some dependency requirements @@ -399428,7 +408083,7 @@ Jürgen E. Fischer 2009-05-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@10733 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-04 +William Kyngesburye 2009-05-04 shortcuts update (r10730, r10731) @@ -399449,7 +408104,7 @@ Martin Dobias 2009-05-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@10730 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-04 +William Kyngesburye 2009-05-04 attributetable update (r10718, r10726) @@ -399517,13 +408172,13 @@ Jürgen E. Fischer 2009-05-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@10708 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-02 +William Kyngesburye 2009-05-02 rename delete hole tool (r10705) git-svn-id: http://svn.osgeo.org/qgis/trunk@10707 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-02 +William Kyngesburye 2009-05-02 remove Qt3 remains from GRASS plugin @@ -399536,7 +408191,7 @@ Martin Dobias 2009-05-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@10705 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-02 +William Kyngesburye 2009-05-02 version update (r10698), vector edit update (r10700) @@ -399588,13 +408243,13 @@ Marco Hugentobler 2009-05-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@10697 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-02 +William Kyngesburye 2009-05-02 update OSX build, add Xcode build git-svn-id: http://svn.osgeo.org/qgis/trunk@10696 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-05-02 +William Kyngesburye 2009-05-02 grass shell (r10664, r10666) @@ -399707,7 +408362,7 @@ Jürgen E. Fischer 2009-04-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@10657 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-26 +Borys Jurgiel 2009-04-26 Arabic translation update by Latif Jalil @@ -399744,7 +408399,7 @@ Werner Macho 2009-04-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@10648 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-24 +William Kyngesburye 2009-04-24 spatialite icon (r10644) @@ -399760,7 +408415,7 @@ Jürgen E. Fischer 2009-04-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@10645 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-23 +Borys Jurgiel 2009-04-23 the gis icon theme update @@ -399784,13 +408439,13 @@ Jürgen E. Fischer 2009-04-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@10640 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-23 +Borys Jurgiel 2009-04-23 Polish translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@10638 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-23 +Borys Jurgiel 2009-04-23 Polish translation update @@ -399826,13 +408481,13 @@ Werner Macho 2009-04-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@10632 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-23 +William Kyngesburye 2009-04-23 handle Qt debug variants; basic debug help git-svn-id: http://svn.osgeo.org/qgis/trunk@10629 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-22 +Borys Jurgiel 2009-04-22 Polish translation update @@ -399859,13 +408514,13 @@ Werner Macho 2009-04-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@10623 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-22 +Borys Jurgiel 2009-04-22 Polish translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@10622 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-22 +Borys Jurgiel 2009-04-22 Polish translation update @@ -399879,7 +408534,7 @@ leolami 2009-04-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@10619 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-22 +Borys Jurgiel 2009-04-22 Polish translation update @@ -399959,7 +408614,7 @@ Martin Dobias 2009-04-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10604 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-19 +Borys Jurgiel 2009-04-19 Polish translation update @@ -400001,7 +408656,7 @@ Marco Hugentobler 2009-04-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@10592 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-18 +William Kyngesburye 2009-04-18 new theme icons (r10588) @@ -400029,13 +408684,13 @@ Gary Sherman 2009-04-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@10588 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-17 +Borys Jurgiel 2009-04-17 Plugin Installer update - cleaning and refactoring git-svn-id: http://svn.osgeo.org/qgis/trunk@10587 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-17 +William Kyngesburye 2009-04-17 fix theme copy paths @@ -400105,13 +408760,13 @@ Gary Sherman 2009-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@10575 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-15 +William Kyngesburye 2009-04-15 oracle raster plugin (r10566) git-svn-id: http://svn.osgeo.org/qgis/trunk@10574 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-15 +William Kyngesburye 2009-04-15 headers (r10561), misc cleanup @@ -400193,7 +408848,7 @@ Jürgen E. Fischer 2009-04-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@10560 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-13 +William Kyngesburye 2009-04-13 attribute dialog (r10550, r10551, r10552), config cleanup @@ -400363,7 +409018,7 @@ esseffe 2009-04-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@10529 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-11 +Borys Jurgiel 2009-04-11 the list of translators update @@ -400424,7 +409079,7 @@ Marco Hugentobler 2009-04-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@10517 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-09 +Borys Jurgiel 2009-04-09 typo fix @@ -400450,7 +409105,7 @@ cfarmer 2009-04-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@10513 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-04-09 +Borys Jurgiel 2009-04-09 Plugin Installer update - prepare to merge with Plugin Manager @@ -400499,7 +409154,7 @@ cfarmer 2009-04-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@10503 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-07 +William Kyngesburye 2009-04-07 vector overlay added, misc updates (r10481, r10484) @@ -400595,7 +409250,7 @@ Jürgen E. Fischer 2009-04-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@10480 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-04-05 +William Kyngesburye 2009-04-05 tolerance (r10478), spatialite (r10473) updates (spatialite sources added to project, but not integrated in build yet) @@ -400781,7 +409436,7 @@ Werner Macho 2009-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@10439 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-28 +William Kyngesburye 2009-03-28 Add default plugin installer icon (sync with r10434) @@ -400897,13 +409552,13 @@ cfarmer 2009-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@10420 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-26 +William Kyngesburye 2009-03-26 add bundle step for spatialite git-svn-id: http://svn.osgeo.org/qgis/trunk@10418 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-26 +William Kyngesburye 2009-03-26 more grass icons (r10411), add spatialite (r10414) @@ -400924,7 +409579,7 @@ esseffe 2009-03-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@10414 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-23 +Borys Jurgiel 2009-03-23 more icons for the GIS theme @@ -400942,38 +409597,38 @@ cfarmer 2009-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@10409 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-23 +Borys Jurgiel 2009-03-23 on-the-fly icon theme change also for the python core plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@10408 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-23 +William Kyngesburye 2009-03-23 gpsimporter plugin name mysteriously fixed itself in debug build, but not release build git-svn-id: http://svn.osgeo.org/qgis/trunk@10407 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-23 +William Kyngesburye 2009-03-23 added bundle script for user extras git-svn-id: http://svn.osgeo.org/qgis/trunk@10406 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-22 +William Kyngesburye 2009-03-22 more icon theme updates (r10403, r10404) git-svn-id: http://svn.osgeo.org/qgis/trunk@10405 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-22 +Borys Jurgiel 2009-03-22 gis theme icons for the core plugins. Hackfest geschlossen. git-svn-id: http://svn.osgeo.org/qgis/trunk@10404 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-22 +Borys Jurgiel 2009-03-22 Support for icon themes for the core plugins @@ -401043,13 +409698,13 @@ Tim Sutton 2009-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10386 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-21 +William Kyngesburye 2009-03-21 changed mapserver_export icon file name (r10381) git-svn-id: http://svn.osgeo.org/qgis/trunk@10385 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-21 +Borys Jurgiel 2009-03-21 revert the mistaken 10382 @@ -401063,13 +409718,13 @@ Tim Sutton 2009-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10383 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-21 +Borys Jurgiel 2009-03-21 missing icon for the mapserver_export plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@10382 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-21 +Borys Jurgiel 2009-03-21 icon themes support for the mapserver_export plugin @@ -401121,7 +409776,7 @@ Werner Macho 2009-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10371 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-21 +Borys Jurgiel 2009-03-21 make the plugin installer and the fTools enabled by default @@ -401142,7 +409797,7 @@ cfarmer 2009-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10362 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-21 +William Kyngesburye 2009-03-21 another fix for debug build @@ -401155,13 +409810,13 @@ Werner Macho 2009-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@10354 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-21 +William Kyngesburye 2009-03-21 add attributetable to project (sync with r10337, r10338) git-svn-id: http://svn.osgeo.org/qgis/trunk@10352 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-21 +William Kyngesburye 2009-03-21 fixed another debug configuration compile issue @@ -401173,7 +409828,7 @@ Tim Sutton 2009-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10350 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-20 +Borys Jurgiel 2009-03-20 just a midnight commit @@ -401187,14 +409842,14 @@ Werner Macho 2009-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10347 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-20 +Borys Jurgiel 2009-03-20 the plugin installer update git-svn-id: http://svn.osgeo.org/qgis/trunk@10345 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-03-20 +Borys Jurgiel 2009-03-20 email address update @@ -401245,7 +409900,7 @@ Jürgen E. Fischer 2009-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10331 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-20 +William Kyngesburye 2009-03-20 debug configuration fixes @@ -401264,13 +409919,13 @@ Martin Dobias 2009-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10327 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-20 +William Kyngesburye 2009-03-20 use configured QGIS_DATA_SUBDIR on OSX git-svn-id: http://svn.osgeo.org/qgis/trunk@10320 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-20 +William Kyngesburye 2009-03-20 apply compilation changes to debug configuration also @@ -401294,13 +409949,13 @@ Marco Hugentobler 2009-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@10314 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-20 +William Kyngesburye 2009-03-20 simplified compilation of Qt sources with custom rules (deleted files) git-svn-id: http://svn.osgeo.org/qgis/trunk@10313 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-20 +William Kyngesburye 2009-03-20 simplified compilation of Qt sources with custom rules @@ -401312,13 +409967,13 @@ Jürgen E. Fischer 2009-03-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@10294 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-18 +William Kyngesburye 2009-03-18 ogr openvector changes (sync with r10289) git-svn-id: http://svn.osgeo.org/qgis/trunk@10291 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-18 +William Kyngesburye 2009-03-18 fix python settings for native build @@ -401336,7 +409991,7 @@ Tim Sutton 2009-03-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@10288 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-16 +William Kyngesburye 2009-03-16 add new grass modules to xcode @@ -401349,7 +410004,7 @@ Martin Dobias 2009-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@10286 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-16 +William Kyngesburye 2009-03-16 copy grass modules to correct location @@ -401393,7 +410048,7 @@ ersts 2009-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@10278 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-03-14 +William Kyngesburye 2009-03-14 add new ftools files to Xcode project (sync with r10265) @@ -401557,31 +410212,31 @@ Werner Macho 2009-02-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@10232 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-02-24 +William Kyngesburye 2009-02-24 separate QTDIR and QTBIN settings git-svn-id: http://svn.osgeo.org/qgis/trunk@10226 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-02-24 +William Kyngesburye 2009-02-24 remove old gridmaker plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@10225 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-02-22 +William Kyngesburye 2009-02-22 add geos_c lib to bundling script; remove unused carbon framework; settings cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@10220 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-02-22 +William Kyngesburye 2009-02-22 add missing postgres provider to optional plugins target git-svn-id: http://svn.osgeo.org/qgis/trunk@10218 c8812cc2-4d05-0410-92ff-de0c093fc19c -kyngchaos 2009-02-21 +William Kyngesburye 2009-02-21 add OSX Xcode project @@ -402210,7 +410865,7 @@ Jürgen E. Fischer 2009-01-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@9982 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-01-18 +Borys Jurgiel 2009-01-18 icon theme license update @@ -402316,7 +410971,7 @@ Marco Hugentobler 2009-01-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@9929 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2009-01-05 +Otto Dassau 2009-01-05 removed old userguide pdf and changed user guide paragraph in index.html. It now links to the current manual and translations in the internet. @@ -402355,7 +411010,7 @@ Jürgen E. Fischer 2009-01-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@9916 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2009-01-01 +Borys Jurgiel 2009-01-01 Invalid QSettings pathes fixed @@ -402392,13 +411047,13 @@ Tim Sutton 2008-12-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@9903 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-27 +Borys Jurgiel 2008-12-27 Polish translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@9902 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-27 +Borys Jurgiel 2008-12-27 Polish translation update @@ -402472,7 +411127,7 @@ Jürgen E. Fischer 2008-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@9890 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-21 +Borys Jurgiel 2008-12-21 Polish translation revision @@ -402502,35 +411157,35 @@ Jürgen E. Fischer 2008-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@9875 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-20 +Borys Jurgiel 2008-12-20 Support for themes in grass toolbox fix git-svn-id: http://svn.osgeo.org/qgis/trunk@9872 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-20 +Borys Jurgiel 2008-12-20 Polish translation update from Robert Szczepanek git-svn-id: http://svn.osgeo.org/qgis/trunk@9870 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-19 +Borys Jurgiel 2008-12-19 Plugin Installer update - new repositories for the 1.x git-svn-id: http://svn.osgeo.org/qgis/trunk@9868 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-19 +Borys Jurgiel 2008-12-19 translation files automatic update git-svn-id: http://svn.osgeo.org/qgis/trunk@9857 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-19 +Borys Jurgiel 2008-12-19 Fix for #1428; Polish translation update @@ -402544,7 +411199,7 @@ Martin Dobias 2008-12-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@9851 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-18 +Borys Jurgiel 2008-12-18 Plugin Installer update - switch to the new official repository @@ -402626,7 +411281,7 @@ Marco Hugentobler 2008-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@9823 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-16 +Borys Jurgiel 2008-12-16 Plugin Installer polishing @@ -402644,7 +411299,7 @@ Werner Macho 2008-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@9813 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-15 +Borys Jurgiel 2008-12-15 typo fix @@ -402681,7 +411336,7 @@ Tim Sutton 2008-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@9799 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-14 +Borys Jurgiel 2008-12-14 Plugin Installer update @@ -402833,13 +411488,13 @@ Jürgen E. Fischer 2008-12-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@9771 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-10 +Borys Jurgiel 2008-12-10 Polish translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@9769 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-09 +Borys Jurgiel 2008-12-09 Polish translation update from Robert Szczepanek @@ -402930,7 +411585,7 @@ Marco Hugentobler 2008-12-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@9746 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-05 +Borys Jurgiel 2008-12-05 Plugin Installer update: The last string fixes @@ -402979,7 +411634,7 @@ Marco Hugentobler 2008-12-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@9731 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-02 +Borys Jurgiel 2008-12-02 Plugin toolbars and docks state saving @@ -403004,7 +411659,7 @@ Werner Macho 2008-12-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@9727 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-02 +Borys Jurgiel 2008-12-02 Polish translation update from Robert Szczepanek @@ -403016,7 +411671,7 @@ Jürgen E. Fischer 2008-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@9725 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-12-01 +Borys Jurgiel 2008-12-01 Fix for ticket #1394 (Theme support for toolbar icons not completed) @@ -403093,7 +411748,7 @@ Marco Hugentobler 2008-11-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@9705 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-25 +Borys Jurgiel 2008-11-25 Polish translation update from Robert Szczepanek @@ -403117,7 +411772,7 @@ Werner Macho 2008-11-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@9701 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-24 +Borys Jurgiel 2008-11-24 Plugin Installer minor updates @@ -403417,7 +412072,7 @@ Tim Sutton 2008-11-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@9647 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-16 +Borys Jurgiel 2008-11-16 dialog formatting fix @@ -403474,13 +412129,13 @@ homann 2008-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@9636 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-13 +Borys Jurgiel 2008-11-13 Plugin Installer: string fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@9635 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-13 +Borys Jurgiel 2008-11-13 Plugin Installer update: cleaning and smarter error handling @@ -403494,14 +412149,14 @@ Martin Dobias 2008-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@9633 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-13 +Borys Jurgiel 2008-11-13 Translation files update: added Installer strings git-svn-id: http://svn.osgeo.org/qgis/trunk@9632 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-13 +Borys Jurgiel 2008-11-13 Plugin Installer update: Files and classes renamed to better meet the QGIS coding standard @@ -403528,7 +412183,7 @@ Jürgen E. Fischer 2008-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@9628 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-12 +Borys Jurgiel 2008-11-12 Plugin Installer fix @@ -403541,7 +412196,7 @@ Werner Macho 2008-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@9626 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-12 +Borys Jurgiel 2008-11-12 Plugin Installer update: plugin compatibility checking @@ -403593,13 +412248,13 @@ Jürgen E. Fischer 2008-11-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@9619 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-10 +Borys Jurgiel 2008-11-10 Plugin Installer fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@9618 c8812cc2-4d05-0410-92ff-de0c093fc19c -borysiasty 2008-11-10 +Borys Jurgiel 2008-11-10 Plugin Installer update: inclusion to i18n @@ -404779,7 +413434,7 @@ Tim Sutton 2008-09-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@9363 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-09-20 +Otto Dassau 2008-09-20 dutch translation updates from Raymond and Richard Duivenvoorde @@ -404864,7 +413519,7 @@ marcopx 2008-09-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@9346 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-09-18 +Otto Dassau 2008-09-18 spanish gui translation updates from Carlos @@ -404924,7 +413579,7 @@ Jürgen E. Fischer 2008-09-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@9327 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-09-14 +Otto Dassau 2008-09-14 updates spanish gui translation from Carlos Dávila correction internationalization string in ogr_converter plugin from Carlos Dávila @@ -405148,7 +413803,7 @@ telwertowski 2008-09-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@9287 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-09-09 +Otto Dassau 2008-09-09 update russian gui translation by Artem @@ -405942,7 +414597,7 @@ Werner Macho 2008-08-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@9163 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-08-25 +Otto Dassau 2008-08-25 added and changed a few translations @@ -407522,13 +416177,13 @@ Martin Dobias 2008-07-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@8736 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2008-07-08 +Richard Duivenvoorde 2008-07-08 fix for #1139 wrong qgis-user-mailinglist-url in Help/About box git-svn-id: http://svn.osgeo.org/qgis/trunk@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c -rduivenvoorde 2008-07-08 +Richard Duivenvoorde 2008-07-08 trivial change to test commit access @@ -407552,7 +416207,7 @@ ersts 2008-07-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@8731 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-07-07 +Otto Dassau 2008-07-07 fixed wrong polish translation #1144 @@ -407741,14 +416396,14 @@ Jürgen E. Fischer 2008-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@8682 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-06-27 +Otto Dassau 2008-06-27 polish gui translation update from Andrzej Swiader git-svn-id: http://svn.osgeo.org/qgis/trunk@8679 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-06-25 +Otto Dassau 2008-06-25 updates spanish gui translation from Carlos Dávila @@ -407937,7 +416592,7 @@ Marco Hugentobler 2008-06-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@8633 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-06-09 +Otto Dassau 2008-06-09 update dutch gui translations by Richard Duivenvoorde @@ -408039,7 +416694,7 @@ Marco Hugentobler 2008-06-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@8602 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-06-06 +Otto Dassau 2008-06-06 update polish gui translation by Andrzej Swiader @@ -408126,7 +416781,7 @@ Martin Dobias 2008-06-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@8580 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-06-02 +Otto Dassau 2008-06-02 spanish gui translation updates from Carlos Dávila @@ -408518,14 +417173,14 @@ Martin Dobias 2008-05-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@8496 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-23 +Otto Dassau 2008-05-23 updated polish gui translation file git-svn-id: http://svn.osgeo.org/qgis/trunk@8495 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-23 +Otto Dassau 2008-05-23 Polish gui translation updates from Andrzej Swiader @@ -409005,7 +417660,7 @@ Tim Sutton 2008-05-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@8426 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-14 +Otto Dassau 2008-05-14 update turkish gui translations from Osman Yalg}n YILMAZ @@ -409031,7 +417686,7 @@ Jürgen E. Fischer 2008-05-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@8420 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-10 +Otto Dassau 2008-05-10 update french gui translation from Marc Monnerat @@ -409059,7 +417714,7 @@ Jürgen E. Fischer 2008-05-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@8415 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-08 +Otto Dassau 2008-05-08 spanish gui translation updates from Carlos Dávila @@ -409141,7 +417796,7 @@ ersts 2008-05-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@8401 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-06 +Otto Dassau 2008-05-06 polish gui translation updates from Andrzej Swiader @@ -409166,7 +417821,7 @@ ersts 2008-05-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@8398 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-05-03 +Otto Dassau 2008-05-03 updated polish gui translation files for Andrzej Swiader. @@ -409219,7 +417874,7 @@ Gary Sherman 2008-04-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@8381 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-04-24 +Otto Dassau 2008-04-24 updated french gui .ts files for ranslations @@ -409436,21 +418091,21 @@ Jürgen E. Fischer 2008-04-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@8335 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-04-09 +Otto Dassau 2008-04-09 - added link to manual translations and updates at osgeo git-svn-id: http://svn.osgeo.org/qgis/trunk@8331 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-04-09 +Otto Dassau 2008-04-09 - update spanish gui translations from Carlos Davila git-svn-id: http://svn.osgeo.org/qgis/trunk@8330 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-04-08 +Otto Dassau 2008-04-08 update spanish gui translations from Carlos Davila @@ -409883,7 +418538,7 @@ Jürgen E. Fischer 2008-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@8256 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-03-20 +Otto Dassau 2008-03-20 hungarian gui translations from Siki Zoltan @@ -409968,7 +418623,7 @@ Jürgen E. Fischer 2008-03-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@8240 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-03-17 +Otto Dassau 2008-03-17 spanish translation updates from Carlos Dávila @@ -410174,14 +418829,14 @@ Tim Sutton 2008-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@8201 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-03-10 +Otto Dassau 2008-03-10 update hungarian messages git-svn-id: http://svn.osgeo.org/qgis/trunk@8200 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-03-10 +Otto Dassau 2008-03-10 - hungarian gui translation from Siki Zoltan @@ -410231,7 +418886,7 @@ Marco Hugentobler 2008-03-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@8189 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-02-28 +Otto Dassau 2008-02-28 updated gui translations from Christian Ferreira @@ -410631,7 +419286,7 @@ Tim Sutton 2008-02-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@8105 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-02-04 +Otto Dassau 2008-02-04 - added hungarian translation files, translator will be Siki Zoltan (see wiki) @@ -410922,7 +419577,7 @@ Martin Dobias 2008-01-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@8057 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-27 +Otto Dassau 2008-01-27 - updates portuguese BR translation for gui from Arthur Nanni @@ -410952,7 +419607,7 @@ Tim Sutton 2008-01-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@8053 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-26 +Otto Dassau 2008-01-26 - first arabic gui translations from Assem Kamal @@ -411072,7 +419727,7 @@ Martin Dobias 2008-01-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@8036 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-24 +Otto Dassau 2008-01-24 - spanish translation update for 0.9.2 from Carlos Dávila @@ -411104,21 +419759,21 @@ Tim Sutton 2008-01-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@8030 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-22 +Otto Dassau 2008-01-22 - some fixes for german language git-svn-id: http://svn.osgeo.org/qgis/trunk@8029 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-22 +Otto Dassau 2008-01-22 - update german translation for 0.9.2rc1 string freeze git-svn-id: http://svn.osgeo.org/qgis/trunk@8028 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-22 +Otto Dassau 2008-01-22 - added new .ts file for translations into Arabic requested by Assem Kamal @@ -411246,7 +419901,7 @@ Marco Hugentobler 2008-01-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@8011 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-21 +Otto Dassau 2008-01-21 update german language @@ -411791,7 +420446,7 @@ Martin Dobias 2008-01-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@7909 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-10 +Otto Dassau 2008-01-10 - update german translation file @@ -412039,7 +420694,7 @@ Tim Sutton 2008-01-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@7835 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2008-01-02 +Otto Dassau 2008-01-02 spanish translation updates from Carlos Dávila @@ -412059,7 +420714,7 @@ Marco Hugentobler 2007-12-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@7819 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-29 +Otto Dassau 2007-12-29 updates portuguese_ @@ -412113,7 +420768,7 @@ Martin Dobias 2007-12-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@7807 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-17 +Otto Dassau 2007-12-17 - update spanish qt translation by Carlos Dávila @@ -412200,7 +420855,7 @@ homann 2007-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@7777 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-13 +Otto Dassau 2007-12-13 - updated qt_es.ts from Carlos Dávila @@ -412446,7 +421101,7 @@ Jürgen E. Fischer 2007-12-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@7717 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-05 +Otto Dassau 2007-12-05 - update spanish gui translation - thanks to Carlos Dávila @@ -412505,7 +421160,7 @@ Tim Sutton 2007-12-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@7709 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-03 +Otto Dassau 2007-12-03 - update qgis userguide to version 0.9.1 and remove old installation guide that is now part of the userguide @@ -412582,7 +421237,7 @@ Jürgen E. Fischer 2007-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@7698 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-12-01 +Otto Dassau 2007-12-01 - update of turkish translation for QGIS GUI. Thanks to Osman Yilmaz @@ -412597,7 +421252,7 @@ telwertowski 2007-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@7696 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-30 +Otto Dassau 2007-11-30 - small fix for german translation @@ -412696,7 +421351,7 @@ Jürgen E. Fischer 2007-11-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@7677 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-28 +Otto Dassau 2007-11-28 - updated german translation @@ -412733,7 +421388,7 @@ Jürgen E. Fischer 2007-11-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@7672 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-27 +Otto Dassau 2007-11-27 - further spanish translations from Carlos Dávila @@ -414536,7 +423191,7 @@ Martin Dobias 2007-11-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@7425 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-16 +Otto Dassau 2007-11-16 - update german translation @@ -414738,7 +423393,7 @@ Jürgen E. Fischer 2007-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@7390 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-12 +Otto Dassau 2007-11-12 optimizing german translation @@ -414751,7 +423406,7 @@ Marco Hugentobler 2007-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@7387 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-12 +Otto Dassau 2007-11-12 update german qgis translations @@ -414772,7 +423427,7 @@ Marco Hugentobler 2007-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@7384 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-11-12 +Otto Dassau 2007-11-12 updated ts files and translated some german parts @@ -415432,7 +424087,7 @@ Tim Sutton 2007-10-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@7243 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-10-01 +Otto Dassau 2007-10-01 - added some information to the introduction chapter - INSTALL.t2t will be included as part of the updated user @@ -416048,7 +424703,7 @@ Marco Hugentobler 2007-07-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@7114 c8812cc2-4d05-0410-92ff-de0c093fc19c -dassau 2007-07-30 +Otto Dassau 2007-07-30 added dependency packages for python language binding and some notes about current version requirements for sip4 and python-qt4 diff --git a/NEWS.md b/NEWS.md index d4fcd141876e..d6ee8eee1107 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,46 @@ Change history for the QGIS Project +# What's new in Version 3.36 'Maidenhead'? + +This release has following new features: + +- Temporal: "Movie Mode" for the temporal controller +- User Interface: Add map layers custom properties to the information tab +- User Interface: Shortcut to define 3D scene extent on 2D canvas +- Symbology: Add height setting for raster fill symbol layer type +- Symbology: New "Filled line" symbol layer type +- Mesh: Mesh labeling +- 3D Features: Allow data defined color control for simple 3d line rendering +- 3D Features: Improved lighting controls for Phong Material +- 3D Features: Physically based metal rough material +- Point Clouds: Size override for point cloud classification +- Point Clouds: Add "Render as a surface" option to 2D point cloud renderers +- Point Clouds: Faster point cloud rendering by caching decoded data blocks +- Expressions: Alias of minimum/maximum for min/max in aggregates +- Expressions: Counter variable in array_foreach expressions +- Expressions: Improved expression insertion +- Data Management: Add a Toggle Selection Button in the Organize columns window +- Processing: Add --skip-loading-plugins flag for qgis_process +- Processing: Click-through output paths in processing logs +- Processing: GEOS coverage simplify processing algorithm +- Processing: Processing algorithm to convert B3DM to GLTF +- Application and Project Options: Use "localhost" for OAuth2 Redirects +- Application and Project Options: Support for serial port sensor baudrate selection +- Browser: Open layers with Datasource Manager from browser +- Data Providers: SensorThings Data Provider +- Data Providers: Drop OTB Processing provider +- Data Providers: WFS provider - Handle documents with Complex Feature schemas and JSON'ify content of complex properties +- QGIS Server: WMS GetMap in PDF Format +- QGIS Server: QGIS Server Properties Tab for Vector Tile Layers +- QGIS Server: GetLegendGraphics JSON rule +- QGIS Server: Add maptip for raster layer GetFeatureInfo +- QGIS Server: Add WMS parameter value to request only maptip for HTML feature info response +- QGIS Server: Option to skip "name" attribute for groups in WMS GetCapabilities +- Plugins: Use active layer when importing vector data with DB Manager +- Programmability: Expose 3D views to PyQGIS +- + + # What's new in Version 3.34 'Prizren'? This release has following new features: diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 24cca6954128..f695aba2194b 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +