Activity
From 2017-06-02 to 2017-07-01
2017-06-30
- 05:13 PM Revision 4886b36b (qgis): [Processing] Fixes for zonal statistics algorithm:
- 1. Mask NaN values instead of converting them to 0.
2. Handle rasters for which raster value offset and scale have no... - 01:26 PM Revision c1d339c9 (qgis): add missing custom widgets
- 12:02 PM Revision 53d70d2a (qgis): Add unit tests
- 11:42 AM Revision a353dada (qgis): Merge pull request #4779 from nyalldawson/page_registry
- [layout] Create a page size registry for layout
- 11:06 AM Revision 6e52f1b1 (qgis): [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists
- 10:33 AM Revision 392b638e (qgis): fix 20197c2fa (refs #13520)
- (cherry picked from commit 6dfcf402278ea271cbbe960758937c9b98616db9)
- 10:32 AM Revision 6dfcf402 (qgis): fix 20197c2fa (refs #13520)
- 10:25 AM Revision bbe5e154 (qgis): Identation [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon
- 10:01 AM Revision b7f252bf (qgis): [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon
- 09:24 AM Revision c09f5bef (qgis): Safer filtering step thanks to QgsExpression
- 09:22 AM Revision 6a1c141f (qgis): Q_FOREACH use to iterate over fields
- 09:01 AM Revision 18b2b524 (qgis): Add some base classes for layouts
- 08:23 AM Revision cd979d8a (qgis): [layout] Create a page size registry for layout
- Adds a new QgsPageSize class and QgsPageSizeRegistry registry
(attached to QgsApplication), which stores and manages ... - 07:46 AM Revision c6ffd541 (qgis): Joined fields are updated according to the target field name in form
- 07:45 AM Revision 73bb463c (qgis): [needs-doc] New option to update joined fields in form
- 05:09 AM Revision 33c63d56 (qgis): Merge pull request #4798 from nyalldawson/intput_list
- Convert model child algorithm parameter sources to a list
- 04:50 AM Revision 77588b9b (qgis): Convert model child algorithm parameter sources to a list
- So that multiple input type parameters are correctly handled,
allowing models with child algorithms like merge to cor... - 04:50 AM Revision 8d6d097a (qgis): Add conversion for QMap< QString, QList< TYPE > > for Python bindings
- 04:45 AM Revision bc4aae7d (qgis): Tweaks on symbol layer dialogs (#3945)
- * Vertical center alignment for "Offset" label with its corresponding comboboxes
* Vertical center alignment for "Anc... - 02:06 AM Revision 45538dff (qgis): Fix a memory leak
- 02:06 AM Revision 233a8611 (qgis): Fix deletion of QObject from non main thread
2017-06-29
- 01:57 AM Revision fe800e25 (qgis): Merge pull request #4797 from nyalldawson/flush_sink
- Move flushBuffer method up to QgsFeatureSink
- 01:20 AM Revision bf3d55c9 (qgis): Move flushBuffer method up to QgsFeatureSink
- Allows calling flushBuffer on QgsFeatureSink objects, ensuring
that any internal buffer the sink may have is flushed - 08:41 PM Revision 7b1932a3 (qgis): Do not delete vector layer in QgsVectorLayerExporterTask thread
- 06:49 PM Revision dcf28168 (qgis): refresh postgres schema in browser after import
- 06:01 PM Revision 797bd16b (qgis): [GDAL provider] Disable workaround added in 32dd2b68cdf41b088f40dbd3ca5...
- 10:56 AM Revision c38e6e2d (qgis): remove useless script
- 09:25 AM Revision 41ceacda (qgis): [processing] add missed description files for OTB 5.4.0
- (cherry picked from commit 8b3c39a22043a923cae33f0111a8a2010c72c42e)
- 06:53 AM Revision 58f6f93c (qgis): [zonal statistics] add variance statistic
- 06:53 AM Revision 26d9c74b (qgis): [processing] keep only one zonal statistics algorithm
2017-06-28
- 01:30 AM Revision 8379f9bb (qgis): Merge pull request #4791 from nyalldawson/reproj_test
- Use native projection algorithm for unit test
- 01:06 AM Revision a39d6d95 (qgis): Merge pull request #4790 from nyalldawson/proc_layer_param
- Some minor processing fixes and improvements
- 12:33 AM Revision 468e44dc (qgis): Use native projection algorithm for unit test
- 12:32 AM Revision d797a9b3 (qgis): Fix some processing algorithm exception handling
- 12:03 AM Revision 144d733b (qgis): Use a QgsFeedback instead of QProgressBar for QgsNineCellFilter
- Gives progress reports and allows cancelation of processing
aspect algorithm - 12:00 AM Revision d2b9652d (qgis): Fix use of direct map layers as inputs for source parameters
- 10:20 PM Revision 7bc1bc41 (qgis): [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists
- 10:10 PM Revision 477cd918 (qgis): [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists
- 09:24 PM Revision 891481de (qgis): remove static tests (doc, sip coverage) from main build
- finally!
- 09:08 PM Revision 1d7ace1d (qgis): add test to check that header has a corresponding sip file
- 12:38 PM Revision e3dedbd7 (qgis): Merge pull request #4786 from nyalldawson/algs4
- Restore points layer from table algorithm
- 10:45 AM Revision ebcc3d85 (qgis): fix doxygen warning
- 10:45 AM Revision 54c62913 (qgis): script to write include SIP files
- 10:43 AM Revision b6d1abc2 (qgis): fix indentation
- 09:38 AM Revision d1a93e0e (qgis): Restore points layer from table algorithm
- 08:34 AM Revision 502c18a3 (qgis): Always expand out browser favorites node on startup
- It's the user-set favorites, so they should be accessible
as quickly as possible! - 08:20 AM Revision f59d6d79 (qgis): Merge pull request #4776 from pblottiere/bugfix_attributetable
- [bugfix] attribute table
2017-06-27
- 12:58 AM Revision 9f5e33af (qgis): Merge pull request #4767 from nyalldawson/layouts3
- [layouts] Add layout measurement and size classes
- 01:31 PM Revision 0f83a5f5 (qgis): fix windows build
- 01:27 PM Revision aeecda37 (qgis): Fix crash when no options are selected in a multiple-enum parameter
- 01:09 PM Revision a6b14a0b (qgis): [processing] restore zonal statistics (qgis) alg (#4784)
- 10:43 AM Revision 182fe3ca (qgis): fix qt version in comment
- 10:34 AM Revision 51fde8e0 (qgis): spelling fixes
- 09:15 AM Revision 8c5838fe (qgis): update INSTALL
- Followup 775e8cd59, 8bfb695be, 23ddace9e and e70f74198
- 06:15 AM Revision 7f7842a1 (qgis): Merge pull request #4783 from nyalldawson/script
- processing: restore script algorithm provider and tests
- 05:18 AM Revision f98bcb2b (qgis): Update processing.run() for new API
- 05:18 AM Revision 4f096a6f (qgis): Feature source parameters cannot be used for vector layer algorithm
- parameters in models
There's not a 1:1 correlation here - vector layers can be used
as inputs for sources, but sourc... - 05:18 AM Revision ae829857 (qgis): Restore select by expression algorithm
- 05:18 AM Revision e171fe30 (qgis): Restore script based algorithm tests
- 05:18 AM Revision 14347a43 (qgis): Also add results to results dock when running through algorithm dialog
- 05:18 AM Revision 1e5d773e (qgis): Fix use of temporary files for outputs
- 04:33 AM Revision e2e829ca (qgis): Fix generation of temporary processing filenames
- 03:42 AM Revision 3a9a0efc (qgis): Resurrect select by attribute algorithm
- 03:24 AM Revision 4e93f8d0 (qgis): Don't set override cursor in processing.run
- Callers may not want this, so leave it up to them to set
an override caller if desired - 03:24 AM Revision 3286ebb4 (qgis): Explicit parameters, feedback, context arguments for processing.run
- 03:19 AM Revision 2a1cdead (qgis): processing.run requires a dictionary for parameters
- 03:12 AM Revision 792a252e (qgis): Fix script algorithm centroids tests
- 03:11 AM Revision 96c5453a (qgis): Restore save selected features algorithm
- 02:50 AM Revision 449d8f8c (qgis): Restore script algorithm provider
- 02:49 AM Revision 0b4bb9e9 (qgis): Remove manually set tab bar height in algorithm dialog
- Breaks dialog layout on hidpi screens
- 02:34 AM Revision 1468eef6 (qgis): Merge pull request #4781 from nyalldawson/centroid_tests
- Reenable centroid algorithm tests
- 02:16 AM Revision 775e8cd5 (qgis): Add missing python dependencies to Fedora install section
2017-06-26
- 01:46 AM Revision 11f42eb4 (qgis): Reenable centroid algorithm tests
- 01:42 AM Revision be29a955 (qgis): Merge pull request #4780 from nyalldawson/more_processing
- [processing] Finish modeler port, start script algorithms porting
- 01:02 AM Revision 8bfb695b (qgis): Add instructions to INSTALL for enabling debug output on Fedora
- By default Fedora hides the useful debug output prints, which
makes debugging unit tests very hard! - 12:46 AM Revision 7a6a6ff9 (qgis): Fix test on Qt5.6
- 12:33 AM Revision 60f80f93 (qgis): Mark QgsProcessingModelAlgorithm as non-stable API
- We want to be able to extend this in future without any
stable API contract. - 12:33 AM Revision f13920bb (qgis): First steps in resurrecting script algorithms
- 12:33 AM Revision 178a415c (qgis): Port parameter conversion to script code to c++
- 12:33 AM Revision d16f117b (qgis): Port conversion to/from script code to c++
- 12:33 AM Revision 0a32add6 (qgis): Port exporting model as python code to c++
- 12:33 AM Revision dbf21d19 (qgis): Reorder arguments in parameterAsSink to avoid requiring wkb type and crs
- 12:33 AM Revision df329bce (qgis): Start restoring creation of outputs from string
- 12:33 AM Revision 3bf9ea36 (qgis): Restore ability to run script algorithms
- 12:33 AM Revision 53e9538a (qgis): Restore keep n biggest parts script
- 12:33 AM Revision 11d35821 (qgis): Fix setting number inputs to algorithms in modeler
- 12:33 AM Revision 86d33c18 (qgis): Restore frequency analysis script
- This script has been changed to use a sink output, not the previous
TableWriter csv output.
All algorithms which out... - 12:33 AM Revision a72eea22 (qgis): Fix auto creation of variables when running script algorithms
- 12:33 AM Revision 46b4f246 (qgis): Allow storing multiple status in field script code
- 12:33 AM Revision d49114cf (qgis): Correct parameter evaluation for multiple field types
- 12:33 AM Revision 94619d0d (qgis): Fix incorrect layer source from widget wrapper
- 11:38 PM Revision e70f7419 (qgis): Add some missing build dependencies for Fedora to install
- 11:38 PM Revision 23ddace9 (qgis): Remove newlines from Fedora dependencies list in install
- Prevents copy-pasting dependencies line to terminal in one shot
- 10:12 PM Revision 65a5669b (qgis): Merge pull request #4727 from aaime/stroke_hairline
- Fixes 16707, export of hairline results in a different visual thickness
- 09:34 PM Revision d6e7ec67 (qgis): "[GDAL provider] Set VRT_SHARED_SOURCE=NO configuration option by defau...
- This will avoid crashes with VRT datasets in multi-threaded use.
- 09:32 PM Revision 32dd2b68 (qgis): "[GDAL provider] Set VRT_SHARED_SOURCE=NO configuration option by defau...
- This will avoid crashes with VRT datasets in multi-threaded use.
- 04:28 PM Revision 80bc6d26 (qgis): Update SIP file for QgsRectangle
- 04:28 PM Revision 7941759d (qgis): Rectangle moving operators
- 03:20 PM Revision 60063597 (qgis): Merge pull request #4733 from aaime/categorized_function_conflict
- Fixes 16712, SLD export of categorized style fails if attribute name conflicts with a built-in function name
- 02:22 PM Revision b7d524c1 (qgis): sipify server
- 12:24 PM Revision 9068feaf (qgis): Mark the new delegate class as private
- 11:44 AM Revision 1dca3327 (qgis): Merge pull request #4771 from m-kuhn/closest_point
- Closest point
- 11:38 AM Revision 81653d69 (qgis): Data-defined size legend: configurable labels + few fixes
- This may break projects that started to use data-defined size legend with manually defined rules.
- 09:26 AM Revision a2d00d52 (qgis): Merge pull request #4772 from mhugent/feature_info_filter_geometry
- WMS Server: Feature info with geometry filter
- 09:18 AM Revision a603bdf6 (qgis): Fix crash in QgsMultiLineStringV2::asGML2
- 08:28 AM Revision fd8158bc (qgis): Minimal performance improvement
- 08:21 AM Revision a3f14df3 (qgis): Update docstrings
- 08:21 AM Revision 75e5726f (qgis): Improve API docstrings
- 08:21 AM Revision 317fead5 (qgis): Add tests for QgsGeometryUtils::closestPoint()
- 08:21 AM Revision 8e7e5732 (qgis): Prevent division by 0 and unrequired interpolation
- 08:21 AM Revision e7f50524 (qgis): Make QgsLineString Z and M values NaN if unspecified
- 08:21 AM Revision 13775c21 (qgis): More generic closest point on line interpolation
- 05:53 AM Revision 1730bc95 (qgis): [processing] include invalid geometries in check validity alg
- 05:22 AM Revision fa8b216e (qgis): [processing] restore import into spatialite & spatialite execute sql
- 05:07 AM Revision bfb41a1a (qgis): Merge pull request #4775 from nyalldawson/named
- Allow keyword arguments for all arguments in PyQGIS bindings
- 04:44 AM Revision ec7477ca (qgis): Add method to retrieve all features from a QgsProcessingFeatureSource
- ...even when invalid geometries are present and option is set to
skip invalid or break on invalid.
Some algorithms (... - 04:44 AM Revision 3fb1b480 (qgis): Export QgsProcessingFeatureSource to Python
- 04:44 AM Revision b88ad8e1 (qgis): Port Fix Geometry algorithm to new API
- 04:26 AM Revision 255fe0b0 (qgis): Followup 005d0fa, fix build
- 04:19 AM Revision cc3de626 (qgis): Followup 7ae1ee9, update name
- 04:18 AM Revision 89bc8439 (qgis): Update sip
- 04:17 AM Revision 005d0fa3 (qgis): Followup 1c1e771, fix crash
- 04:15 AM Revision ecf43d33 (qgis): Astyle all
- 04:15 AM Revision 7ae1ee97 (qgis): Add sourceName() method to QgsFeatureSource
- Sometimes it's necessary to retrieve the name of a source...
- 03:41 AM Revision d88d52bc (qgis): Add script to run local tests using travis blacklist
- 03:17 AM Revision 8791aacd (qgis): Modernise some code
- 03:14 AM Revision 2bc8ff32 (qgis): Add missing docs
- 02:42 AM Revision 9497f24c (qgis): Update python requirements
2017-06-25
- 12:07 AM Revision 1c1e771c (qgis): avoid forward declaration of QgsDataDefinedSizeLegend (fixes windows bu...
- 03:39 PM Revision b3549862 (qgis): Add unit test
- 03:39 PM Revision be32fdec (qgis): [bugfix] Attribute table model not updated after opening a project with...
- 03:38 PM Revision 30b35bd0 (qgis): Add unit test
- 12:29 PM Revision d79b18fa (qgis): Update gitignore
- 12:07 PM Revision 2b7b0db7 (qgis): Allow keyword arguments for all arguments in PyQGIS bindings
- Previously this was only enabled for optional arguments (i.e.
those with default values). Enabling them for all argum... - 08:28 AM Revision 5f22ba1c (qgis): [bugfix] Attribute table model not updated when a feature is changed
2017-06-24
- 11:09 PM Revision 69af2f51 (qgis): Merge pull request #4773 from DelazJ/typo
- Typo fix
- 10:04 PM Revision e8ddc48d (qgis): review of the raster metadata viewer (#4726)
- 07:25 PM Revision 7a154061 (qgis): Typo fix
- 02:33 PM Revision e7ea972c (qgis): Indentation
- 12:30 PM Revision ef8e58bc (qgis): Unit test for feature info geometry filter
- 10:59 AM Revision 77b9b1a7 (qgis): Use unique_ptr
- 06:00 AM Revision 47177661 (qgis): Remove misleading icon from vector split algorithm
- The algorithm doesn't split geometries - it seperates features
into different layers without altering the geometry - 06:00 AM Revision fbcb97c2 (qgis): Rename 'delete column' alg to 'Drop field(s)' (for consistency)
- 05:49 AM Revision e2331c91 (qgis): Fix error when deleting models
- 05:49 AM Revision bb735964 (qgis): Load other providers before model provider
- 05:47 AM Revision 5822ef9f (qgis): Refresh model algorithms when providers are added
- Since algorithms which models are dependent upon may now be
available, we need to rebuild them to ensure that they
wi... - 05:34 AM Revision ab9470da (qgis): More .model -> .model3 updates
- 05:33 AM Revision 5e7fbf44 (qgis): Make QgsAlgorithm::setProvider() public
- Turns out there's valid use cases for calling this from outside
code. - 04:01 AM Revision b1cadb18 (qgis): Use generic algorithm icon for qgis algorithms which do not
- have specific icons, instead of generic qgis icon
We consider these 'top level' algorithms, and using the
standard a... - 04:01 AM Revision 8f586ef0 (qgis): Move groups from QGIS (and QGIS native) provider to top level items
- in processing toolbox
Helps aid in user discoverability of these algorithms, and
indicates to users that these shoul... - 02:21 AM Revision 6efa7652 (qgis): Merge pull request #4770 from nyalldawson/proc
- More processing model porting, better invalid geometry feedback
2017-06-23
- 12:15 AM Revision d667bf59 (qgis): Move iterator exception handling to c++
- 11:36 PM Revision a8b364e2 (qgis): Port another member to c++
- 11:36 PM Revision 3249015f (qgis): Fix copy/paste error
- 11:36 PM Revision ebe0ebdb (qgis): Fix (unwanted) python exception in algorithm test
- 11:36 PM Revision 8e88276a (qgis): Remove another member from ModelerAlgorithm
- 11:36 PM Revision 10aeba2e (qgis): Move more modelling code to c++
- 11:36 PM Revision e7f13f5b (qgis): Port model help code to c++
- 11:35 PM Revision 9c47e1b1 (qgis): Fix errors when edit model help
- 05:37 PM Revision b6e25791 (qgis): Added note missing in python bindings
- 05:20 PM Revision dd4dbfc1 (qgis): Added ctor documentation
- 05:13 PM Revision 12f7b1a7 (qgis): Removed helper functions from moc headers
- 05:03 PM Revision 95fc6edf (qgis): Indentation
- 04:41 PM Revision f3fe5582 (qgis): Move all app/ogr and datasource manager dialog to GUI
- 02:00 PM Revision 59e0f780 (qgis): Release of 2.18.10
- 02:00 PM Revision 3130f800 (qgis): Release of 2.14.16
- 01:50 PM Revision df8aca14 (qgis): added new SAGA descriptions
- 10:00 AM Revision 6a54130f (qgis): [layout] Add layout measurement and size classes
- These classes are used for storing measurements for a layout
(QgsLayoutMeasurement), sizes for a layout (QgsLayoutSiz... - 09:46 AM Revision b7e66b4f (qgis): [processing] restore simplify geometries & smooth algorithms (#4766)
- 09:08 AM Revision 7d7be9bb (qgis): [MSSQL] Don't MakeValid on geometries
- MakeValid can make geometry data we can't read back (e.g
GEOMETRYCOLLECTION) which is worse then
just a user error in... - 08:20 AM Revision 62f45343 (qgis): [MSSQL] Don't MakeValid on geometries
- MakeValid can make geometry data we can't read back (e.g
GEOMETRYCOLLECTION) which is worse then
just a user error in... - 06:34 AM Revision 81855a71 (qgis): Use FastInsert when adding features from processing
- 05:49 AM Revision 99cfb8fa (qgis): Fix processing algs crash when no source features exist
- Instead we output an empty layer - this may be critical for
multi-step models where there is validly no features pres... - 05:32 AM Revision 24eb6fd7 (qgis): Fix loss of output names in graphical modeler
- 05:20 AM Revision 19dd0976 (qgis): Merge pull request #4764 from nyalldawson/processing_exception
- Throw c++ exception when a Python exception occurs while running a algorithm
- 04:48 AM Revision c3e24b76 (qgis): Fix some processing tests where output is not generated or should
- not be compared
- 04:08 AM Revision 98617c90 (qgis): Report errors when executing algs within dialogs
- 04:08 AM Revision 53e7ef88 (qgis): Add a QgsProcessingException exception
- 04:08 AM Revision d63d560e (qgis): Add support for VirtualErrorHandlers in core sip
- Unfortunately requires a bunch of code to be duplicated from
QgsPythonUtilsImpl::getTraceback() into core.sip, but th... - 04:08 AM Revision 958ca107 (qgis): [sipify] Add support for specifying VirtualErrorHandlers to use for a f...
- 04:08 AM Revision 93b7c280 (qgis): Report success or failure after running algs
- And auto catch python exceptions and report failure of model
- 04:08 AM Revision a4f23fd1 (qgis): Throw QgsProcessingException when a python exception occurs while runni...
- 04:08 AM Revision 5ea07684 (qgis): Also call invalidGeometryCallback when skipping features
- 04:08 AM Revision cbc9e03b (qgis): Consolidate all QgsException subclasses in the same header
- 04:08 AM Revision eb39fb0e (qgis): Add SIP_VIRTUALERRORHANDLER to Doxyfile.in
- 04:08 AM Revision 57f2c623 (qgis): Move invalid geometry callback from Python to c++
- 04:08 AM Revision 4ea85362 (qgis): Transform errors encountered while iterating features in
- processing are non-fatal. We report them to users, and treat the
feature as having no geometry, but don't stop execut... - 04:08 AM Revision a8cdde52 (qgis): Add test that python exception is caught when executing an alg
- 04:08 AM Revision 2906d1f1 (qgis): Merge pull request #4763 from nyalldawson/algs3
- Restore more processing algs
- 03:03 AM Revision 7548cf0f (qgis): Code format
- 03:01 AM Revision 7ed6c90f (qgis): Code format
- 02:55 AM Revision 5384a60f (qgis): [MSSQL] Fix pointer error
- 02:16 AM Revision dfd0d1f4 (qgis): [MSSQL] Better fix to removing MZ. Thanks to Nyall ;)
- 02:14 AM Revision b6986121 (qgis): [MSSQL] Better fix to removing MZ. Thanks to Nyall ;)
2017-06-22
- 01:31 AM Revision 53305a85 (qgis): [MSSQL] Remove Z/M from WKT type name on insert/update
- SQL Server doesn't follow OGC standard of LINESTRINGZ so we have
to remove it. SQL support LINESTRING(x y z) but not ... - 01:20 AM Revision c793a922 (qgis): [MSSQL] Remove Z/M from WKT type name on insert/update
- SQL Server doesn't follow OGC standard of LINESTRINGZ so we have
to remove it. SQL support LINESTRING(x y z) but not ... - 09:59 PM Revision f1962468 (qgis): Merge pull request #4734 from nyalldawson/addfeatures
- Add a flag argument to QgsFeatureSink::addFeatures, support fast feature insert
- 08:25 PM Revision e40f92cc (qgis): sipify analysis interpolation (#4757)
- 07:18 PM Revision 46596914 (qgis): highlight fix
- 04:21 PM Revision e0efbda9 (qgis): [FEATURE]: Select features in feature info intersecting a geometry
- 03:32 PM Revision 5c6e794b (qgis): nearest point measure in identify tool
- 03:29 PM Revision 7cd517c6 (qgis): [FEATURE] Legend for markers with data-defined size
- (Merge pull request #4752 from wonder-sk/legend-data-defined-size)
- 02:38 PM Revision 863b7d2b (qgis): Fix the last test image
- 01:50 PM Revision 4976d59f (qgis): Fix few bugs + fix test images + allow data-defined size without transf...
- 12:56 PM Revision 59ca9859 (qgis): Use white bg color for test images to avoid black background
- 10:59 AM Revision 60c3dcf9 (qgis): Fix writing of legend symbol to project file
- 10:58 AM Revision e6863be6 (qgis): Fix subclassing of QgsDiagramRenderer in Python
- 10:53 AM Revision 531e1a32 (qgis): Update tests
- 10:23 AM Revision 3232ef96 (qgis): Restore random extract + Random Extract within subsets algs
- 10:23 AM Revision 45eac05a (qgis): Restore vector split algorithm
- 10:22 AM Revision d8c44cb6 (qgis): Fix creation of feature sinks when using windows style paths
- 10:21 AM Revision 9d8118c9 (qgis): Fix dest selection panel when used in folder mode
- Also fix some UX issues with the panel in folder, such as
correctly remembering/restoring last used folders, defaulti... - 10:21 AM Revision 76a98449 (qgis): Add folder output type
- 10:21 AM Revision 6be4875a (qgis): Restore symmetrical difference alg
- 10:20 AM Revision 66d1a588 (qgis): Restore regular points alg
- 10:20 AM Revision c33f9400 (qgis): Restore Postgis Execute SQL alg
- 10:20 AM Revision 38f1d9c7 (qgis): Restore import into postgis algorithm
- 10:19 AM Revision 22246dc3 (qgis): Upgrade postgis widget wrappers to new API
- 10:19 AM Revision 8af308d2 (qgis): Fix creation of widget wrappers via metadata parameters
- 10:19 AM Revision 1b696a7f (qgis): Make QgsVectorLayerExporter::flushBuffer public
- Sometimes it's necessary to manually call this, instead of
deleting the exporter and letting it be called automatical... - 10:18 AM Revision f304828f (qgis): Allow storing arbitrary metadata in parameter definitions
- 10:18 AM Revision 33aa798c (qgis): Make 'merge' algorithm store the original layer name and source
- 10:17 AM Revision 00ead638 (qgis): Cleanup alg imports
- 10:16 AM Revision 432dd9dd (qgis): Remove deprecated algorithms
- Removed:
- Basic Stats for Numbers/String algs (replaced by generic
Basic Stats alg)
- Split Lines with Lines (replac... - 10:16 AM Revision 2d3d9b4c (qgis): Remove python algs where a native alg exists
- Removed python algs are:
- Centroids
- Clip
- Dissolve
- Extract by attribute
- Extract by expression
- Multipart to ... - 10:15 AM Revision db00cb1c (qgis): Resurrect a processing test
- 10:06 AM Revision 78a990b5 (qgis): Fixing tests
- 04:21 AM Revision df07772a (qgis): Fix error when adding parameter
2017-06-21
- 12:21 AM Revision c0293dce (qgis): Merge pull request #4762 from nyalldawson/processing_model_c++
- Resurrect ability to run processing models
- 11:02 PM Revision 0db4cf37 (qgis): Add another test
- 10:58 PM Revision 1d69939d (qgis): Fix build
- 10:49 PM Revision 312c8107 (qgis): Sipify
- 10:49 PM Revision 065c9840 (qgis): Don't create unused optional outputs when running models
- 10:49 PM Revision 780f4331 (qgis): Add method to generate temporary destination parameter value
- 10:49 PM Revision 86f33c68 (qgis): Expand model unit test coverage
- 10:48 PM Revision e8a03b91 (qgis): Move default file extension code to c++
- 10:48 PM Revision a87ca09e (qgis): Move some temp file/folder utils to c++
- 10:48 PM Revision b1879df3 (qgis): Destination parameters track whether they support non-file based outputs
- 10:47 PM Revision 47f2cc89 (qgis): Fix generation of outputs for models
- 10:47 PM Revision d1ed7d15 (qgis): Steps towards executing models
- 10:47 PM Revision 1df9f6b6 (qgis): Start on executing models
- 10:45 PM Revision fe0f2498 (qgis): Fix generation of destination parameters for models
- 10:45 PM Revision c36169a0 (qgis): Fix some errors in graphical modeler
- 10:40 PM Revision b01cae07 (qgis): Merge pull request #4761 from nyalldawson/algs2
- Port more processing algs to new API
- 09:18 PM Revision a65e1712 (qgis): Fix test
- 09:16 PM Revision ce42d6c4 (qgis): Reduce noise in algorithm tests
- 06:35 PM Revision 57bf9daa (qgis): Document semantic of SegmentationToleranceType
- .. and default of QgsCircularString::curveToLine
[ci skip] - 05:02 PM Revision a2e010c3 (qgis): param description fix
- 03:12 PM Revision fb6f181f (qgis): support copy vector layer to browser postgres/spatialite by drag and drop
- 03:12 PM Revision c1d48628 (qgis): force copy action when dragging layer to browser
- 03:01 PM Revision 146683f5 (qgis): Back to unique_ptr
- 02:54 PM Revision 415d3e90 (qgis): Use bold font in tests + fix a unit test
- 02:35 PM Revision f33974e9 (qgis): Use panel widget for data-defined size legend
- 02:22 PM Revision a9f97fc4 (qgis): Port create attribute index alg to new api
- 02:18 PM Revision 6cfd1a0f (qgis): [DBManager] Avoid unhandled exception on a untyped geometry (wkbUnknown...
- 02:17 PM Revision 2fb0b163 (qgis): [DBManager] Avoid unhandled exception on a untyped geometry (wkbUnknown...
- 02:13 PM Revision c685ec2b (qgis): Add missing tests for vector input parameter, add vector out parameter
- 02:13 PM Revision 0da36522 (qgis): Rename some parameter classes for consistency
- 02:12 PM Revision aa96e786 (qgis): Native extract by expression and attribute algs
- 02:11 PM Revision 31167718 (qgis): Resurrect some processing algs, port multipart to singlepart to c++
- 12:08 PM Revision 2bf92f34 (qgis): sipify analysis raster
- 10:27 AM Revision 537ef07c (qgis): sipify analysis vector
2017-06-20
- 05:04 PM Revision 5cff21f9 (qgis): More build fixes
- 04:32 PM Revision 5ef70f1a (qgis): Merge pull request #4754 from boundlessgeo/browsertree-collapse-backport
- [bugfix] Browsertree collapse network provider items
- 03:50 PM Revision 0bd29c3f (qgis): Fix build problems
- 03:36 PM Revision c9a75090 (qgis): sipify core composer part 3
- 03:36 PM Revision b52f7c29 (qgis): sipify core composer part 2
- 03:36 PM Revision eddd2587 (qgis): sipify core composer part 4
- 03:36 PM Revision 009e47e3 (qgis): fix tests
- 03:36 PM Revision 01ffc4ed (qgis): sipify core composer part 1*
- 03:31 PM Revision cfa6a319 (qgis): Merge pull request #4716 from DelazJ/addlayer
- Reorganize the Datasource Manager tabs
- 03:03 PM Revision 7d910d51 (qgis): [bugfix] Browsertree collapse network provider items
- Backport of https://github.com/qgis/QGIS/pull/4742
Prevent expansion of WMS connection layers when restoring the bro... - 02:40 PM Revision 66fb8d0a (qgis): Revert "Removed ui_qgstablewidgetbase.h"
- This reverts commit d9d68724344c164dcec29e8cbe80ae4873fc988d.
- 02:12 PM Revision 3615a7d7 (qgis): Merge pull request #4729 from nyalldawson/processing_model_c++
- Porting processing model algorithm to C++, pt 1
- 12:44 PM Revision ea0b6899 (qgis): Manual configuration of classes in legend with data-defined sizes
- 11:23 AM Revision d3a2f7cd (qgis): Models can now be saved and restored
- 10:33 AM Revision f21f502a (qgis): Add methods to convert parameter definitions to/from variants
- 09:26 AM Revision 9a2f14b9 (qgis): First steps to model/save restore in c++
- Models now save to QVariantMap, using QgsXmlUtils to save to
an xml based format (with extension .model3) - 09:10 AM Revision 8b98db07 (qgis): Merge pull request #4742 from boundlessgeo/browsertree-collapse-wms
- Browsertree collapse network provider items
- 07:31 AM Revision 179a377d (qgis): Port more model to c++
- 06:45 AM Revision efe8bba0 (qgis): Work on resurrecting modeler
- 06:45 AM Revision 1a4a654f (qgis): Port more model API across to c++
- 06:45 AM Revision f6358b21 (qgis): Begin port of modeler algorithm to c++
- 06:45 AM Revision bdc5e224 (qgis): Small cleanups
- 06:45 AM Revision 45924412 (qgis): Indentation
- 06:45 AM Revision 5d8f2d99 (qgis): Fix working with inputs in modeler
- 05:53 AM Revision 7fff6cf0 (qgis): [atlas] move file format for image export to atlas widget
- Two big wins:
- remember file format across sessions (no more accidental
.bmp atlas export!)
- use native directory p... - 05:40 AM Revision 349f6eae (qgis): Merge pull request #4732 from nyalldawson/alg
- [FEATURE] Subdivide algorithm for geometries
- 05:38 AM Revision b3da1710 (qgis): Swap remaining QSharedPointer uses to std::shared_ptr
2017-06-19
- 04:49 PM Revision 96ada086 (qgis): include uic qtwebkit.py
- (cherry picked from commit c39e4fcecd630655175ac996c617020357a0c065)
- 04:37 PM Revision c9c42169 (qgis): Added unit tests
- 04:01 PM Revision c39e4fce (qgis): include uic qtwebkit.py
- 03:55 PM Revision e3270edb (qgis): Read/write also legend symbol in DDS legend, update DDS legend dialog
- 01:16 PM Revision 517fefe0 (qgis): GUI for configuration of size-based legend for diagrams
- 10:39 AM Revision 61a46104 (qgis): [ui] harmonize QDialogButtonBox position in provider dialogs
- This commit insures that the QDialogButtonBox widget (i.e.
help, add, build query, set filter) is always located at
t... - 10:18 AM Revision 8c012dad (qgis): Merge pull request #4740 from manisandro/afsshareddata
- [ArcGIS REST] Introduce QgsAfsSharedData to remove dependency on QgsAfsProvider by QfsAfsFeatureSource
- 09:03 AM Revision cef089a8 (qgis): [ui] vectorize and align metadata section icon
- 08:10 AM Revision 921b46c3 (qgis): [MSSQL] Correctly raise errors to UI level
- Backport of 22ed48fc873f4
- 07:42 AM Revision 22ed48fc (qgis): [MSSQL] Correctly raise errors to UI level
- 07:41 AM Revision f98ec626 (qgis): Merge pull request #4744 from PedroVenancio/saga_resampling_method
- [processing] change resampling methods to be like SAGA default (fix #16646)
- 07:40 AM Revision a511ecdd (qgis): Merge pull request #4743 from PedroVenancio/master
- [processing] change resampling methods to be like SAGA default (fix #16646)
- 03:55 AM Revision 89aae4d6 (qgis): [ui] remove background in the add db2 layer icon
2017-06-18
- 12:38 PM Revision 391f76b4 (qgis): A test for atlas feature extent after rotation
- 12:38 PM Revision 1aa2a4ef (qgis): Fix bounding box after rotating atlas geometry
- 11:38 AM Revision 6eab2ee1 (qgis): Move buttons and menu items
- 08:16 AM Revision 3edc2b32 (qgis): Reorganize the Datasource Manager tabs
2017-06-17
- 04:09 PM Revision c69c5963 (qgis): New style signal/slot connections
- 12:39 PM Revision 8bfbe195 (qgis): Followup 01b4eeb: Fix crash
- 09:37 AM Revision 28c9fee7 (qgis): [bugfix] Collapse all connection item leaves in the browser a start
- To prevent unwanted connections to be initiated when QGIS launches
2017-06-16
- 10:27 PM Revision 00ca8ccb (qgis): Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SA...
- 09:47 PM Revision b49f53ba (qgis): Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SA...
- 05:39 PM Revision d9d68724 (qgis): Removed ui_qgstablewidgetbase.h
- 05:39 PM Revision cf0ffefc (qgis): [bugfix] Prevent expansion of WMS connection layers when restoring the ...
- This was causing unwanted connections to WMS when QGIS starts.
- 05:00 PM Revision ea8a2c2b (qgis): Added GUI for data-defined size legend (single/categorized/graduated re...
- 04:27 PM Revision cb1f98f0 (qgis): Replace QString::null with QString()
- Deprecated sind Qt 5.9
- 03:52 PM Revision a77f7914 (qgis): The nodetool only needs to consider spatial layers
- 02:33 PM Revision b42bf820 (qgis): [ArcGIS REST] Introduce QgsAfsSharedData to remove dependency on QgsAfs...
- 11:04 AM Revision f237c6cd (qgis): Fix include for case sensitive HFS+ builds
- CocoaInitializer.h != cocoainitializer.h on case sensitive filesystems
2017-06-15
- 08:28 PM Revision a8415a9d (qgis): Less noise from QgsNetworkAccessManager
- 04:47 PM Revision 8c4d5bbb (qgis): [FEATURE] Rendering of data-defined size in legend in "collapsed" mode
- Instead of having different marker sizes in legend as separate legend nodes,
the new "collapsed" mode packs all sizes... - 03:11 PM Revision ae6ad5c5 (qgis): make QgsMapCanvas::updateCanvasItemPositions a protected slot
- 03:01 PM Revision 40e5ddad (qgis): fix advanced digitizing panel display issue after panning
- panning would cause the rubberbands of the adv. digit. panel to be invisible.
update the canvas item is now done afte... - 11:59 AM Revision c2574485 (qgis): fix indentation
- 11:57 AM Revision 14b8435f (qgis): fix zoomToSelected with geometry-less layer or features
- 10:09 AM Revision f22ee6be (qgis): Fixes 16712, SLD export of categorized style fails if attribute name co...
- 10:04 AM Revision b64f256e (qgis): Fixes 16707, export of hairline results in a different visual thickness
- 09:05 AM Revision ee043956 (qgis): Astyle
- 09:04 AM Revision 30d35c16 (qgis): Fix grass provider compilation
- 09:04 AM Revision 5f110277 (qgis): Update api break docs
- 09:04 AM Revision f6ccdc1d (qgis): Small optimisations to postgres provider when using FastInsert
- Although ideally we should use COPY mode in this case for best
possible speed. - 09:04 AM Revision 72ef452f (qgis): Native processing algs use FastInsert were possible
- We want maximum possible speed here
- 09:04 AM Revision 0e9d94b1 (qgis): QgsVectorLayerExporter always uses FastInsert
- Since it does nothing with the features after adding them to
the provider, and we want maximum speed possible here. - 09:04 AM Revision fc339f9a (qgis): Add a flag argument to QgsFeatureSink::addFeatures
- Flags can be used to control how features are added to the sink.
For now, there's only a single flag available - Fas... - 09:04 AM Revision 58026db5 (qgis): Also update oracle provider for addFeatures flags
- 09:04 AM Revision 2640626e (qgis): Rename addFeature member in QgsVectorFileWriter to avoid clash
- 07:45 AM Revision 7aec4d1a (qgis): follow up 8333b71034a5018642ccfac0d9ddc7bffda508d4 QgsSnappingUtils sipify
- 07:39 AM Revision 83c44044 (qgis): [sipify] allow exception to required _EXPORT macros
2017-06-14
- 01:29 AM Revision 585e9ed7 (qgis): Spelling fix 'grometry'->'geometry'
- 12:18 AM Revision fbd1d00f (qgis): Expand tests for subdivide
- 03:08 PM Revision 47680251 (qgis): Update multiparts to singleparts to new processing API
- 03:05 PM Revision 4dcf8d8d (qgis): [FEATURE][processing] New algorithm for subdividing geometries
- The returned geometry will be a collection containing subdivided parts
from the original geometry, where no part has ... - 02:57 PM Revision e74395d9 (qgis): [FEATURE] Subdivide algorithm for QgsGeometry
- Subdivides the geometry. The returned geometry will be a collection
containing subdivided parts from the original geo... - 02:02 PM Revision bde0c726 (qgis): Expose GEOS clip by rect algorithm via QgsGeometry API
- Performs a fast, non-robust intersection between the geometry and
a rectangle. The returned geometry may be invalid. - 01:15 PM Revision b620b6e0 (qgis): Add method to QgsGeometryFactory to create a multigeometry
- from any wkb type
Eg calling QgsGeometryFactory::createCollectionOfType( QgsWkbTypes::PolygonM )
will return a new Q... - 01:15 PM Revision 8333b710 (qgis): Remove unused SnapToMapMode in QgsSnappingUtils
- 01:15 PM Revision a2ad980d (qgis): fix windows build
- 12:54 PM Revision f5f0a299 (qgis): [processing] Port transform alg to c++
- 09:45 AM Revision e03b5630 (qgis): Rotate geometry before calculating bounding box in atlas. Fixes #11954
- 07:37 AM Revision 37a306e3 (qgis): Fix tests
- 07:37 AM Revision 501081f8 (qgis): Remove unrequired SIP_SKIP
- 07:37 AM Revision 21dae496 (qgis): Fix geometry tests for NaN
- 07:37 AM Revision 7f17498c (qgis): Use NaN for missing Z and M coordinates in QgsPoint
- 07:37 AM Revision 96cf4b70 (qgis): Projecting a 2D point with inclination assumes 0 for Z
- 07:37 AM Revision 41892d3e (qgis): Fix point test
- 07:37 AM Revision bd82ca31 (qgis): Compare Z and M values in QgsPoint::operator== only when required
- 07:37 AM Revision 1808dc9c (qgis): More intuitive QgsPoint python constructors
- In python, the wkb type of a QgsPoint will by default be determined from
the provided parameters, where Z and M will ... - 07:37 AM Revision 4eae0872 (qgis): Fix QgsPoint(XY) sip bindings
- 07:37 AM Revision 7e487190 (qgis): Add an easy to use Z/M default value constructor to QgsPoint
- 07:37 AM Revision 4db671e8 (qgis): Fix sip bindings for QgsPoint
2017-06-13
- 06:31 PM Revision e957224c (qgis): fix class declaration
- 06:31 PM Revision 5a8ed1d4 (qgis): sipify QgsRange as template
- 04:45 PM Revision 9a6235db (qgis): vector file writer fixes:
- * don't apply un-overridden default options
* DGN: don't export attributes and fix layername to "elements"
(cherry p... - 04:35 PM Revision 7634b0b7 (qgis): vector file writer fixes:
- * don't apply un-overridden default options
* DGN: don't export attributes and fix layername to "elements" - 03:03 PM Revision 8d35a42b (qgis): fix windows build
- 01:32 PM Revision abe48bf4 (qgis): move acceptable missing doc to code_layout tests path
- 10:50 AM Revision eb397607 (qgis): fixes failing sipify test
- 10:41 AM Revision 5a5dc31f (qgis): [sipify] fix again template inheritance
- 10:19 AM Revision a3b64e25 (qgis): Merge pull request #4721 from nyalldawson/processing_pt31
- [processing] Restore batch mode
- 09:39 AM Revision b6e75be4 (qgis): remove precise ppa
- doxygen has sufficient minimum version in trusty
- 08:03 AM Revision da0d9238 (qgis): fix 5ff6b14f (followup 00f8eff0)
- 07:58 AM Revision 9dd60e4a (qgis): followup 82bd08c187daa66cf5dbd11e34d9c90b9e4cfd30
- removed debugging stuff
- 07:53 AM Revision 82bd08c1 (qgis): [sipify] fixes to template based inheritance
- * fix space-formatting issue
* avoid double include of the same header - 07:42 AM Revision 145a5125 (qgis): fix 53d90b547
- 04:32 AM Revision 54124bd0 (qgis): Restore batch algorithm mode following new processing API
- 04:32 AM Revision 020537ac (qgis): Add string output type
- 02:58 AM Revision b45e5725 (qgis): Add QgsProcessingParameterFolderOuput
- 02:26 AM Revision be45c2fd (qgis): Catch errors while running algs
- 02:26 AM Revision df73a0f4 (qgis): Remove outdated TODO
2017-06-12
- 12:41 AM Revision b461adda (qgis): Fix crash when searching in options dialog (fix #16644)
- 12:07 AM Revision a8999639 (qgis): API cleanup for legend support in renderers
- 09:23 PM Revision b3bd45b0 (qgis): fix snapping in move feature tool
- 06:45 PM Revision 57e122bb (qgis): Merge pull request #4594 from boundlessgeo/postgis_merge_features_fix#1...
- Fix Postgis Merge selected features regression (fix #15741)
- 06:31 PM Revision e6f423b4 (qgis): install QgsGeometryRubberBand header
- 06:07 PM Revision e850c82c (qgis): Merge pull request #4604 from boundlessgeo/postgis_merge_features_port3...
- Fix Postgis Merge selected features regression (fix #15741)
- 05:38 PM Revision ac1a579b (qgis): adapted to the return value as QgsGeometry()
- 04:12 PM Revision e5e887f6 (qgis): more QgsPointXY
- 04:09 PM Revision 008cc79d (qgis): added check if no gemetry is available
- 04:09 PM Revision 22b7498c (qgis): more QgsPoint -> QgsPointXY fixes
- 04:09 PM Revision 44c65602 (qgis): typo
- 04:09 PM Revision fdd5a50c (qgis): avoid control on all geometries if one fail
- 04:09 PM Revision 87116abd (qgis): fix Postgis Merge selected features regression: port 3.0 fixes #15741
- 03:58 PM Revision e5b28434 (qgis): Merge pull request #4710 from PedroVenancio/fix_16672_2_18
- [processing] fixes GRASS 7 v.net.alloc (fix #16672)
- 03:48 PM Revision 53d90b54 (qgis): fix Postgis Merge selected features regression: port 2.18 fixes #15741
- 12:25 PM Revision 1be9997d (qgis): Fix some memory leaks in tests
- 11:35 AM Revision 2eb3e648 (qgis): [sipify] properly handle python signatures
- 11:35 AM Revision 82cfc318 (qgis): avoid python signature overloads to handle NaN default values
- 09:40 AM Revision faa7c750 (qgis): Merge pull request #4699 from pblottiere/getlegendgraphic
- [Server] WMS GetLegendGraphics refactoring
- 08:32 AM Revision 492ad2db (qgis): Merge pull request #4715 from nyalldawson/processing_pt31
- [processing] Bring back iterating mode for algorithms
- 08:32 AM Revision 9626d2f6 (qgis): [processing] Correctly update R provider after downloading scripts
- Fixes #16664
- 08:11 AM Revision 0579f3e8 (qgis): Try to fix test on Travis
- 07:59 AM Revision 63611b1d (qgis): Port script code functions to c++ classes
- Restore logging executed algorithms
- 05:39 AM Revision 5177c7d1 (qgis): Add a more descriptive tooltip for iterate mode button
- 05:39 AM Revision 4b81630a (qgis): More responsive feedback when using iterate mode
- 05:35 AM Revision b9e0b46f (qgis): Fix running algorithms in iterating mode
- 05:35 AM Revision 60ea095d (qgis): Port calculation of iterating destination to c++
- 03:17 AM Revision 40cae292 (qgis): Merge pull request #4702 from nyalldawson/processing_pt31
- More processing goodness, restore algs
- 03:16 AM Revision 6a7cd36b (qgis): Better test debug output
- 02:47 AM Revision 27792604 (qgis): Respect dissolve setting in c++ buffer alg
- 02:39 AM Revision 15b30124 (qgis): Hide qgis scripts for now (non-functional)
- 02:38 AM Revision d8302a26 (qgis): Fix feature source widget returns source even when not set
- 02:35 AM Revision c52e6a72 (qgis): Fix raster layers showing as input choices for vector algs
- 02:27 AM Revision 36ce8d15 (qgis): Port clip alg to c++
- Rough benchtests reveal it's about 25% faster then the python
version - 02:21 AM Revision 0ceeb297 (qgis): Merge pull request #4706 from nyalldawson/id
- Use uuid instead of timestamp when generating layer ids
- 02:19 AM Revision ebfa9f14 (qgis): Don't wastefully recalculate memory provider extent after every
- feature addition
Previously, the memory provider would automatically recalculate
the extent of the layer after new f...
2017-06-11
- 01:16 AM Revision d89b1604 (qgis): Native c++ dissolve alg
- 01:16 AM Revision 9f018e67 (qgis): Fix handling optional multiple table field parameter with no fields set
- 12:31 AM Revision b40f409d (qgis): Nicer formatting for log in algorithm dialog
- 12:05 AM Revision 29f50b72 (qgis): [processing] Catch transform errors in when iterating features
- 11:28 PM Revision bc9b1b64 (qgis): Astyle
- 11:26 PM Revision d8260b8c (qgis): [FEATURE] Port Extract by Expression to new API, allow saving
- non matching features to separate output
- 11:26 PM Revision 92397537 (qgis): Check validity outputs counts of valid/invalid features
- 11:26 PM Revision a6a3027e (qgis): [processing] Clip alg allows mask in different CRS to clipped layer
- 11:26 PM Revision 355549ad (qgis): Avoid creating unused sinks
- 11:26 PM Revision cb41ef1a (qgis): Output useful logging when running algorithms from toolbox
- Now outputs the input parameters, execution time, and results
- 11:26 PM Revision 1d6d4be5 (qgis): Correctly reject algorithm dialog
- Algorithm dialog was not being rejected when close button was
called (only hidden), leading to old dialogs and widget... - 11:26 PM Revision aa544a14 (qgis): Only use a temporary feedback object when running algorithms
- Otherwise canceling a run causes all future runs to be canceled
- 11:26 PM Revision 2d2c2293 (qgis): Port checkInputCRS to c++, and allow algorithms to flag when they
- require all input layers to be in the same CRS
The default behaviour is to assume that algorithms are well behaved
a... - 11:26 PM Revision e49cc786 (qgis): Make html output in basic stats algorithm optional
- 11:26 PM Revision 5ba0b5cd (qgis): Port merge alg to new API
- 11:26 PM Revision ea18e8e9 (qgis): Resurrect grid polygon algorithm
- 11:26 PM Revision 386c4246 (qgis): Merge algorithm reprojects layers so that all features are
- in CRS of first input layer
- 11:25 PM Revision dd0bb8c1 (qgis): Merge pull request #4713 from nyalldawson/rect_api
- Remove duplicate QgsRectangle::unionRect method
- 11:03 PM Revision 74ce5550 (qgis): Remove duplicate QgsRectangle::unionRect method
- QgsRectangle::combineExtentWith does the exact same thing
- 01:02 PM Revision 10341310 (qgis): Add a provider unit test checking extent after adding/deleting features
- 01:02 PM Revision 6a87889e (qgis): Don't wastefully recalculate memory provider extent after every
- feature addition
Previously, the memory provider would automatically recalculate
the extent of the layer after new f... - 12:54 PM Revision be2ec2f1 (qgis): Fix running processing algs through locator
- 12:36 PM Revision f5a0243c (qgis): Scroll to newly added entries in paletted renderer widget
- 12:08 PM Revision ad6c46ff (qgis): When using destination CRS in a feature request and a transform
- exception occurs, clear the feature's geometry before returning
We never want to return features with mixed CRS geom... - 10:13 AM Revision 31162adf (qgis): followup cc877c39: fix build
- 09:13 AM Revision cc877c39 (qgis): No more QgsGeometry pointers in the public API
- Geometries are passed as const reference and returned by value.
This make using the API easier and reduces the risk o...
2017-06-10
- 07:40 PM Revision 68965485 (qgis): Merge pull request #4705 from PedroVenancio/master
- [processing] fixes GRASS 7 v.net.alloc (fix #16672)
- 05:10 PM Revision e91e2475 (qgis): Use QgsOSMId type when it belongs (matches master version of file)
- 05:01 PM Revision 9adb4967 (qgis): Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18
- 11:38 AM Revision e839ab1d (qgis): Indentation
- 11:07 AM Revision 03bfe9bf (qgis): Use uuid instead of timestamp when generating layer ids
- Timestamps can result in duplicate layer ids when layers
are created rapidly or in different threads.
Fix #14390 - 10:53 AM Revision 326e4425 (qgis): Fix crash when saving vector layer in background task
- 10:41 AM Revision aedb95b1 (qgis): Fixes GRASS 7 v.net.alloc #16672
- 10:30 AM Revision 30e145a2 (qgis): Cleanup and unify text formatting in projection combo box
- 08:55 AM Revision 4386be83 (qgis): spelling fixes
- 08:38 AM Revision afc230c7 (qgis): re-run t2tdoc
2017-06-09
- 07:25 PM Revision 43fac747 (qgis): include expect/unbuffer in INSTALL install list
- 07:23 PM Revision c21846a8 (qgis): fix install (followup 532b9a14)
- 01:55 PM Revision c1657ac8 (qgis): [Server] Add/update tests
- 01:55 PM Revision 7b844837 (qgis): [Server] Fonts used in GetLegendGraphics tests are bolded and increased
- 01:55 PM Revision dae8447b (qgis): [Server] GetLegendGraphics refactoring
- 01:52 PM Revision 04898393 (qgis): Merge pull request #4700 from sbrunner/service-onlineressource
- [Server] WMS Fix the mandatory OnlineResource
- 01:32 PM Revision 9d9e94e6 (qgis): Fix the mandatory OnlineResource
- 01:32 PM Revision 2346f59f (qgis): More verbose response
- 12:07 PM Revision f80a1f54 (qgis): Merge pull request #4687 from rldhont/server-wms-dxf-writer
- [Server] WMS DXF writer refactoring
- 10:58 AM Revision 8df3391f (qgis): [Server] dxf writer refactoring
- 10:16 AM Revision 00b2d242 (qgis): sipiy gui symbology
- 10:16 AM Revision 58674146 (qgis): sipify gui effects + layertree
- 10:16 AM Revision f5c3b8a1 (qgis): [sipify] fix enum again
- 10:16 AM Revision 532b9a14 (qgis): sipify gui part n
- 10:16 AM Revision 2454e56b (qgis): sipify gui attribute table
- 08:15 AM Revision f677eaf0 (qgis): consider middle geometry column when retrieving default values (fixes #...
- 08:01 AM Revision 5f10a0ba (qgis): fix 8c873b14 (fixes #16624)
- (cherry picked from commit 63269479682b9b71d0de74b518de09d5f72029d2)
- 08:00 AM Revision 63269479 (qgis): fix 8c873b14 (fixes #16624)
- 08:00 AM Revision 5ff6b14f (qgis): update translation scripts
- 06:54 AM Revision d4acdac6 (qgis): Merge pull request #4701 from nyalldawson/processing_pt31
- [processing] allow optional feature sink parameters
- 06:51 AM Revision 57a67358 (qgis): Merge pull request #4672 from nyalldawson/scale
- Unify scale widgets API, pt 1
- 06:26 AM Revision a8ca3b28 (qgis): Port test to new API
- 06:24 AM Revision 8c73bcbc (qgis): [FEATURE] Port CheckValidity alg to new API
- Also make outputs optional from the alg - now you can select
which outputs you need for your model! - 06:22 AM Revision 6b55300f (qgis): If a feature sink parameter is optional and not set, don't create the sink
- This adds a lot of flexibility to algorithms, as it makes output
sinks truely optional. For instance, the various "Ex... - 05:17 AM Revision 2d2dff9b (qgis): Restore basic stats alg
- 04:46 AM Revision e4134637 (qgis): [needs-docs] Use standard scale widgets and terminology for labeling
- Also unify API with other scale API.
Fix #16349 - 03:56 AM Revision b2e102d2 (qgis): Improve API docs
- 03:51 AM Revision b0c35ab4 (qgis): Unify scale API in rule based labeling, fix GUI issues
- 03:09 AM Revision 9805782b (qgis): Unifying rule based renderer scale API, fix scale related bugs
- Fix #15512
- 02:49 AM Revision 32ecbcfa (qgis): Merge pull request #4693 from nyalldawson/request_crs
- Allow specifying a destination CRS in QgsFeatureRequest
- 02:34 AM Revision 37f86f5f (qgis): Unify diagram scale API with rest of scale API
- 02:26 AM Revision 1be5fbda (qgis): More consistency across scale API
- Use a real scale widget for point displacement label scale
2017-06-08
- 01:51 AM Revision a3d919dc (qgis): Use a real scale widget in vector save as dialog
- 01:42 AM Revision e0d29e78 (qgis): Update tests for new API
- 01:36 AM Revision f7bfb9ce (qgis): Fix zoom to visibile scale when min/max scale is set to 0
- 01:14 AM Revision 10707b87 (qgis): Improve documentation
- 01:12 AM Revision b0772659 (qgis): Flip remaining scale API from real to denominators
- 01:12 AM Revision 463e7224 (qgis): Clarify in doxygen what scale values represent
- 01:11 AM Revision 08a9bcba (qgis): Unify scale widgets API
- Flip all scale based widgets to use scale denominators instead
of actual scales (ie 100.0 instead of 0.01 for 1:100).... - 01:00 AM Revision 482ed3f2 (qgis): Explicitly mention in docs that presence of destination CRS does
- not affect filter expressions or virtual field values
- 12:57 AM Revision e437812a (qgis): Return an invalid iterator if a transform exception occurs
- when projecting filter rects from destination crs
- 12:41 AM Revision 7d847bf3 (qgis): Rename transform methods for clarity
- 11:44 PM Revision 9f71156a (qgis): Merge pull request #4678 from nyalldawson/layer_scale
- Swap QgsMapLayer min/max scale API definitions (unify scale api, pt 2)
- 11:02 PM Revision b280c873 (qgis): Node tool: give preference to vertex match over segment match from prev...
- 11:02 PM Revision 91be49a1 (qgis): Fix python tests after previous commit
- 09:56 PM Revision 2964c33d (qgis): Reshape tool: use default Z value for 3D geometries
- 09:53 PM Revision f5b38fed (qgis): Node tool: add default Z value to new vertices in 3D geometries (fixes ...
- 03:56 PM Revision bdd81685 (qgis): Fix a crash when toggling a layer to editable mode
- 03:56 PM Revision c340e37e (qgis): Do not #include QtConcurrent when using map renderer jobs C++ API
- This way C++ apps using the API do not need to add QtConcurrent to their build
- 03:16 PM Revision 866bfc3d (qgis): sipify core symbology part 2
- 11:31 AM Revision 1a418f5d (qgis): Handle request crs transform in cached feature iterators
- 11:20 AM Revision 8ef6722e (qgis): Indentation
- 11:20 AM Revision a9892350 (qgis): Allow specifying a destination CRS in QgsFeatureRequest
- If set, all geometries will be reprojected from their original
coordinate reference system to the destination CRS whi... - 11:20 AM Revision b6e1eea4 (qgis): Handle request destinationCrs in QgsVectorLayerFeatureIterator
- 09:55 AM Revision a148a789 (qgis): Typo fix and list ordering
- 09:55 AM Revision fcc06ce3 (qgis): More typo fixes
- 09:39 AM Revision 7651f9fb (qgis): Merge pull request #4698 from nyalldawson/cache_test
- Add feature source test for QgsVectorLayerCache
- 09:38 AM Revision 9e176fee (qgis): gps fixes
- 09:38 AM Revision e545d44c (qgis): sipify core gps
- 09:26 AM Revision 5a3c7631 (qgis): Typo fix in Algorithms help
- 09:05 AM Revision e052933b (qgis): Identation
- 08:59 AM Revision fbad9116 (qgis): Add feature source test for QgsVectorLayerCache
- While it's not a QgsFeatureSource subclass (yet), it behaves
just like one so when can run the feature source conform... - 08:52 AM Revision ed915e75 (qgis): sipify gui part 1
- 07:31 AM Revision a7c9cc81 (qgis): fix merge
- 07:28 AM Revision 41ceed3d (qgis): [sipify] fix false virtual methods
- 06:09 AM Revision 0591225f (qgis): Don't allow selection of adding z/multigeometries when saving a vector
- layer with geometry type set to No Geometry
- 02:35 AM Revision dbdbd157 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
- Fix #16663
(forward port from ecb4c5a) - 02:17 AM Revision 7d9cc131 (qgis): Merge pull request #4657 from DelazJ/patch-1
- Typo fix: Add missing spacing
- 02:16 AM Revision 5b5e053f (qgis): Merge pull request #4674 from SrNetoChan/backport_5f7178a
- Backport Fix missing Icon in Select Attribute Dialog
2017-06-07
- 11:29 PM Revision 1bbfd5b8 (qgis): Merge pull request #4692 from nyalldawson/prepare
- Make more use of prepared geometries for intersection tests
- 11:12 PM Revision 648ff293 (qgis): Merge pull request #4695 from nyalldawson/buffer_test
- Add feature source unit tests for vector layer with edits in buffer
- 10:42 PM Revision 342897c6 (qgis): Add source test for vector layer with deleted features in buffer
- 07:43 PM Revision 6606d463 (qgis): fix enum
- 04:34 PM Revision 67b01dee (qgis): [sipify] fix negative value assignment
- 04:04 PM Revision 154c8f5d (qgis): [sipify] fix body detection*
- 04:04 PM Revision 542dc854 (qgis): sipify core symbology classes
- 03:44 PM Revision d914a195 (qgis): Merge pull request #4685 from strk/dbmanager-test
- Add test for DBManager's PostGIS connector and plugin
- 02:59 PM Revision 9397c4fc (qgis): Fix previous commit (#16675)
- 02:41 PM Revision 5d7bf0df (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
- 02:26 PM Revision 3f81fc09 (qgis): Add feature source unit tests for vector layer with edits in buffer
- Run the feature source tests over a layer with added, edited
geometries, and edited attributes unsaved in an edit buf... - 12:36 PM Revision 7435d342 (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
- 12:03 PM Revision 9a40754f (qgis): sipify Qgis, QgsDxfExport
- 12:03 PM Revision 8d2f72c3 (qgis): [sipify] uniform die messages
- 09:28 AM Revision 11ace44a (qgis): Import cmp_to_key
- 06:36 AM Revision 22791cf0 (qgis): Fix TypeError: 'cmp' is an invalid keyword argument for this function
- 06:08 AM Revision be501a0f (qgis): Make more use of prepared geometries for intersection tests
- Should speed up a few operations
- 05:12 AM Revision fa9f202b (qgis): Merge pull request #4691 from nyalldawson/validator
- Add an explicit argument to set QgsGeometryValidator method
- 03:36 AM Revision 64a86e3d (qgis): Add an explicit argument to set QgsGeometryValidator method
- Previously this was always read from settings when using
QgsGeometryValidator. It's now an explicit argument
when con...
2017-06-06
- 11:41 PM Revision 14ab5eb0 (qgis): More unicode/utf8 fixes
- 11:40 PM Revision 4f4d63a6 (qgis): [db_manager] Fix DBConnector.getSchemaTableName
- 2.18 Backport
Ref #15910 - 10:22 PM Revision c36727dd (qgis): Avoid infinite loop in quoteString
- 09:46 PM Revision 5f1a78dd (qgis): Update inverted polygon test mask
- 09:20 PM Revision 35f7839f (qgis): Avoid .encode('utf8') call too
- Was tested with python2, let's see if it fixes python3 too
- 07:35 PM Revision cda88661 (qgis): Merge pull request #4626 from alexbruy/otb-update
- update Processing OTB provider for 2.18
- 07:14 PM Revision 413c6e52 (qgis): Merge pull request #4648 from alexbruy/saga-update
- update Processing SAGA provider for 2.18
- 05:59 PM Revision 50641f78 (qgis): Use str(), not unicode() to cast URI for use in psycopg2
- Hopefully fixes the new DBManager tests
- 05:46 PM Revision 3efee437 (qgis): Add test for DBManager's PostGIS connector and plugin
- Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI and service-only URI
(ref #10600 ref #16625 ... - 03:06 PM Revision 9cd3ef02 (qgis): Use invalid CRS as default in map settings
- I have got caught by the default set to WGS 84 when I loaded a layer
in projected CRS, set extent to layer's extent a... - 02:56 PM Revision 362d4f06 (qgis): Add DBManager test for service-only URI
- Ref #16626
Also fixes runs with non-standard QGIS_PGTEST_DB env variable set - 02:33 PM Revision 3d9af5bb (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
- Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
- 02:23 PM Revision 7a198dff (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
- Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
- 01:50 PM Revision de9e70e6 (qgis): Merge pull request #4684 from nyalldawson/processing_pt3
- Add sourceExtent method to QgsFeatureSource
- 01:16 PM Revision 39b5f4e5 (qgis): Update acceptable missing doc
- 12:39 PM Revision eddf23c3 (qgis): Make the `check` rule use xvfb-run, drop `check-no-x`
- I see no reason for anyone wanting to see popping windows during
a `make check` run. Closes #12172. - 12:08 PM Revision 80911c6e (qgis): Merge pull request #4675 from alexbruy/processing-help
- [processing] improve help system
- 11:36 AM Revision 51e7efe2 (qgis): Replace QString::null by QString() in core (deprecated since Qt 5.9)
- 10:50 AM Revision e89502f4 (qgis): fix help opening
- 10:29 AM Revision 448f019e (qgis): Port polygon from layer extent alg to new API
- 10:09 AM Revision dbedd7e1 (qgis): Merge pull request #4683 from rldhont/server-string-list-exceptions
- [Server] bulk enhancements: string, list and exceptions
- 09:51 AM Revision 37387989 (qgis): Add test for DBManager's PostGIS connector and plugin
- Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI (#10600 and #16625 and #16626)
The test rel... - 09:51 AM Revision 7af47c2a (qgis): Add a raster table to the test postgis setup, use it from dbmanager test
- 09:51 AM Revision 38d905f6 (qgis): Add a notice about service=qgis_test being used by some tests
- 09:51 AM Revision dec9ecf4 (qgis): [processing] make short help panel resizable and replace Help tab with...
- 09:51 AM Revision d859399c (qgis): [processing] use QGIS user manual as help source for all algorithms by
- default.
NOTE: URL scheme should be adopted when documentation team decided how
manual will be scructured. - 09:51 AM Revision 0773e549 (qgis): [processing] move collapse button to the top
- 09:51 AM Revision 8af3707b (qgis): [processing] use arrow cursor for collapse button
- 09:51 AM Revision f4853a21 (qgis): [processing] add button to collapse/expand short help
- 09:51 AM Revision ffac4f96 (qgis): [processing] simplify modeler algorithm dialog and use new help in it
- too
- 09:51 AM Revision a137a7c0 (qgis): [processing] open help in the default webbrowser to be consistent with
- the rest of QGIS dialogs
- 09:51 AM Revision 77fa1778 (qgis): [processing] save and restore geometry of the algorithm dialog
- 09:26 AM Revision c6c20c61 (qgis): Add sourceExtent method to QgsFeatureSource
- 08:51 AM Revision 72f95e6f (qgis): Merge pull request #4682 from nyalldawson/processing_pt3
- Processing rebuilding...
- 08:06 AM Revision 1d2e54d1 (qgis): Port delete columns alg to new API
- 07:54 AM Revision f1511a29 (qgis): Port clip algorithm to new API
- 07:43 AM Revision 90388722 (qgis): Fix warning
- 07:39 AM Revision 47a40edb (qgis): Port BarPlot alg to new API
- 07:39 AM Revision c1d35a04 (qgis): Port getHTMLOutputsCount to c++ API
- 07:36 AM Revision 1f0a3d97 (qgis): Add file based and HTML outputs to c++ API
- 07:21 AM Revision 74ffdb11 (qgis): Fix field widget wrapper
- 06:46 AM Revision f0f0411e (qgis): Port addautoincrementalfield to new API
- 06:39 AM Revision dfb687bf (qgis): Port aspect algorithm to new API
- 06:38 AM Revision 2f28736e (qgis): Remove some unused code
- 06:38 AM Revision a27c22d9 (qgis): Add raster layer output parameters
- 06:33 AM Revision e6a71ab5 (qgis): Allow direct map layer parameter/default values were appropriate
- 05:43 AM Revision b75a1747 (qgis): Rename QgsProcessingFeatureSinkDefinition to QgsProcessingOutputLayerDe...
- Since it also applies to raster layer outputs, we need a more generic name
- 05:41 AM Revision f64f74fb (qgis): Fix incorrect import
- 04:36 AM Revision d53fa8d2 (qgis): Port another alg to new API
- 04:09 AM Revision ecb4c5a6 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
- Fix #16663
- 03:40 AM Revision ab644288 (qgis): Add a cancel button for algorithms which support cancelation
- 03:25 AM Revision 39d20a4c (qgis): Move algorithm expression context generation to QgsProcessingAlgorithm
- Fix error when selecting "from expression" in algorithm parameter dialog
- 02:34 AM Revision 607fed8c (qgis): Restore ability to save outputs directly to Spatialite/PostGIS providers
2017-06-05
- 01:51 AM Revision 5e92c0db (qgis): Fix saving processing outputs with correct encoding
- 01:06 AM Revision 2b0af000 (qgis): Merge pull request #4590 from nyalldawson/processing_pt3
- Processing armaggeddon, pt 1
- 12:42 AM Revision 77072b15 (qgis): Rename QgsProcessingFeatureSink to QgsProcessingFeatureSinkDefinition
- For consistency with QgsProcessingFeatureSourceDefinition
- 12:40 AM Revision 81da209b (qgis): Use a QgsProject pointer instead of bool loadIntoProject
- Allows potential future use case of loading results into
a different open project - 12:25 AM Revision 72be86dc (qgis): Only accept QgsPropertys in QgsProcessingFeatureSourceDefinition/
- QgsProcessingFeatureSink, not all QVariant types
Only strings/QgsPropertys are valid anyway, so instead of strings
u... - 12:00 AM Revision d7aa3f5f (qgis): [processing] Change explicit encoding string parameters to more
- flexible QVariantMap creatOptions parameters which include an
optional fileEncoding value
More flexible, allows sink... - 11:41 PM Revision 3bd74aef (qgis): Remove no longer required QgsProcessingContext::UseSelectionIfPresent flag
- Since using selection is now a per-feature-source setting
- 11:41 PM Revision 57ffde36 (qgis): Fix build
- 11:41 PM Revision 93734758 (qgis): Indentation
- 11:41 PM Revision f41eb411 (qgis): Cleanup API - remove redundant name argument
- 11:41 PM Revision ffce9c9f (qgis): Add direct method to retrieve QgsFeatureSink from parameter
- 11:41 PM Revision 770c45da (qgis): Rename QgsProcessingParameterVectorLayer to QgsProcessingParameterFeatu...
- Helps abstract away sources to allow non vector layer sources in future
- 11:41 PM Revision 5b8affcb (qgis): Rename QgsProcessingParameterOutputVectorLayer to QgsProcessingParamete...
- 11:41 PM Revision 005a08ea (qgis): Create class for encapsulating settings relating to a feature sink
- input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature... - 11:41 PM Revision b6fb41d4 (qgis): [processing] Don't use vector layers directly as feature sources
- Instead, parameters evaluate to QgsFeatureSource, which are
used for retrieving features, feature count, crs, wkb typ... - 11:41 PM Revision 0e991bf6 (qgis): Remove QgsProcessingUtils::uniqueValues
- Use QgsFeatureSource method instead
- 11:41 PM Revision ed09a8a7 (qgis): Create class for encapsulating settings relating to a feature source
- input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature... - 11:41 PM Revision ea2e477d (qgis): Fix failing tests, temporarily disable some processing tests during
- refactoring
- 11:41 PM Revision 7683b25f (qgis): Move getFileFilter from params to gui wrappers
- 11:41 PM Revision 379d060d (qgis): Resurrect another Python QGIS algorithm
- 11:41 PM Revision a6581356 (qgis): Remove global processing use selection setting
- 11:41 PM Revision 7f687345 (qgis): [FEATURE][processing] Add checkbox for each vector input layer
- to control whether selected features only are to be used
Replaces the old global setting and makes it immediately ob... - 11:41 PM Revision 46596c50 (qgis): Restore correct layer naming when loading results
- 11:41 PM Revision 5b9d925c (qgis): Fix loading of results after running algorithms
- 11:41 PM Revision d8552258 (qgis): Temporarily deactivate more algorithms
- 11:41 PM Revision f9887aab (qgis): [processing] Remove more UseSelectionIfPresent use
- 11:41 PM Revision c1d9d57d (qgis): First working pure c++ algorithms
- 11:41 PM Revision 2da85f87 (qgis): Temporarily deactivate all processing providers/algorithms
- While the processing API is in such a state of flux it's
become unmaintainable to port these algorithms change-by-cha... - 11:41 PM Revision b64a71df (qgis): Port algorithm countVisibleParameters to c++
- 11:41 PM Revision 8b4bf88b (qgis): Add native c++ algorithm provider
- 11:41 PM Revision 03e40f74 (qgis): [processing] Remove all remaining algorithm copies
- Algorithms are no longer copied - just a single const instance
of each algorithm is used - 11:41 PM Revision fac8ca4d (qgis): Move execution check to QgsProcessingAlgorithm
- 11:41 PM Revision fb811766 (qgis): Add framework for algorithm outputs
- This somewhat changes the meaning of outputs from processing 2.x.
In 2.x processing outputs were used both as a metho... - 11:41 PM Revision 1e788556 (qgis): Port getCustomParametersDialog to QgsProcessingAlgorithm
- 11:41 PM Revision 2d1579d2 (qgis): Port algorithm help to QgsProcessingAlgorithm
- 11:41 PM Revision 168f1627 (qgis): Remove help related methods from GeoAlgorithm
- 11:41 PM Revision 134c04b8 (qgis): Move getParametersPanel out of algorithm class
- It's a gui related method, so shouldn't be in core class
- 11:41 PM Revision a9514242 (qgis): QgsProcessingParameterVectorLayer accepts lists of vector layer types
- 11:41 PM Revision bdf051a0 (qgis): Partially port a trial python alg to new API
- 11:41 PM Revision 0c3ad14c (qgis): Adapt more python code to new API
- 11:41 PM Revision 6517470d (qgis): Temporarily fix memory layer outputs
- 11:41 PM Revision 87fc31d6 (qgis): Adapt more python code to new API
- 11:41 PM Revision 28f7a8b7 (qgis): Move expression context generation out of parameters
- 11:41 PM Revision 416770b1 (qgis): Remove no longer required _resolveLayers method
- 11:41 PM Revision ba03f1a1 (qgis): Move minimum layer extent calculation to c++
- 11:41 PM Revision 9997ab6e (qgis): Partially port wrappers to QgsProcessingParameterDefinition
- And create a new WidgetWrapperFactory for creating a suitable wrapper
corresponding to a parameter - 11:41 PM Revision ef59d0c4 (qgis): Port parameter checking to c++
- 11:41 PM Revision a23a6ac6 (qgis): Create a QgsProcessingAlgRunnerTask task
- Allows background execution of processing algorithms.
Not exposed anywhere in GUI (yet) - 11:41 PM Revision 77ab9337 (qgis): Move alg character definitions to __init__
- 11:41 PM Revision 4cb7d18b (qgis): Push parameters into processAlgorithm and related functions
- 11:41 PM Revision f1c53c3a (qgis): Refactor Algorithm setParamValues -> getParamValues
- Now returns a dict of parameter inputs for the algorithm
- 11:41 PM Revision 189f8047 (qgis): Adapt more code to c++ API
- 11:30 PM Revision 632a2be8 (qgis): Disable QgsTaskManager::waitForFinished test by default
- The test intermittently fails on Travis builds, likely due
to the platform's inconsistent availability to multiple th... - 10:59 PM Revision 176b7caf (qgis): sipify core raster part 3
- 10:19 PM Revision fa5bd491 (qgis): run code_layout build from top CMakeLists
- instead of adding an extra CMakeLists in .ci/travis/code_layout to build API doc, astyle and run tests (indentation, ...
- 10:19 PM Revision c8555c3e (qgis): fix test import
- 10:19 PM Revision dff3011a (qgis): fix external lib path
- 10:19 PM Revision 281daee0 (qgis): run Doxygen and doc coverage test on static Travis config
- 08:03 PM Revision ad14373a (qgis): [Server] Replace list.size() > 0 by !list.isEmpty()
- 07:21 PM Revision 4ab6a065 (qgis): [Server] Test update masks WMS_GetMap_Annotations and WMS_GetMap_Highl...
- 04:55 PM Revision fc63cbec (qgis): [Server] Replace list.size() < 1 by list.isEmpty()
- 04:55 PM Revision 569cee19 (qgis): [Server] WMS GetMap throw exception is layer nickname is not available
- 04:55 PM Revision b9c2b64e (qgis): [Server] Replaced unnecessary QStringLiteral by character
- 04:55 PM Revision b6c76a0a (qgis): [Server] Replaced unnecessary QStringLiteral by character
- 11:33 AM Revision 05d9f92d (qgis): fix oracle provider build
- 09:22 AM Revision 63083abe (qgis): Merge pull request #4679 from nyalldawson/selected_feature_source
- QgsVectorLayerSelectedFeatureSource
- 09:22 AM Revision 09e03650 (qgis): Merge pull request #4680 from nyalldawson/unique_values
- Move uniqueValues to QgsFeatureSource
- 08:59 AM Revision 33888575 (qgis): Move uniqueValues to QgsFeatureSource
- Also change signature of QgsVectorLayer/QgsVectorDataProvider
uniqueValues method to match (and improve API) - 07:22 AM Revision 27850fb0 (qgis): Merge pull request #4592 from alexbruy/messagebars-for-db
- Use QgsMessageBar instead of QMessageBoxes to show result of testing connection
- 05:36 AM Revision 6fed80b1 (qgis): Add a couple more tests for QgsVectorLayerSelectedFeatureSource
- 05:28 AM Revision 405c55f1 (qgis): Create QgsVectorLayerSelectedFeatureSource
- ...which is a QgsFeatureSource subclass which only considers
selected features from a QgsVectorLayer
2017-06-04
- 01:56 AM Revision f69d1c20 (qgis): Convert isolated '...' strings to '…'
- Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
c... - 01:52 AM Revision 65b0ba81 (qgis): Fix inconsistent capitalization
- 01:50 AM Revision e5b8b32e (qgis): Make paletted raster widget behave the same as categorized widget
- when changing current band
Now the widget asks users if they want to delete existing categories
when they switch a b... - 01:50 AM Revision c040469c (qgis): Make paletted raster widget behave more like vector categorized
- renderer widget
Since they are basically counterparts to each other - 11:50 PM Revision e977f1f0 (qgis): remove unused provider mManagerMode member
- 11:26 PM Revision d0ebcd90 (qgis): Fix doxygen test
- 09:55 AM Revision 1bed323b (qgis): oracle provider: fix build
- 08:46 AM Revision 4318bfb8 (qgis): Merge pull request #4670 from nyalldawson/widget_action_header
- New classes QgsMenuHeader, QgsMenuHeaderWidgetAction
- 02:38 AM Revision cd9a802c (qgis): [FEATURE] Fix incorrectly swapper layer_property function min_scale and...
- The values returned were the opposite of what's shown in the GUI.
Marked as feature as reminder to include this proj...
2017-06-03
- 01:31 AM Revision a9a7d3c3 (qgis): Swap QgsMapLayer min/max scale API definitions
- setMaximumScale() and setMinimumScale(), maximumScale() and
minimumScale() had the opposite meaning to other min/max ... - 11:32 PM Revision 008f3857 (qgis): processing: only reset existing menu 'settings' (followup e78fc620)
- 04:54 PM Revision 2c8e03de (qgis): [PROCESSING] [regression] One more fix for broken encoding of psycopg2 ...
- 08:20 AM Revision 0f2a49d9 (qgis): Remove Point3D
- ... in favor of QgsPoint
Reference https://github.com/qgis/qgis3.0_api/issues/71 - 08:03 AM Revision 0b763526 (qgis): Merge pull request #4642 from nyalldawson/mssql
- MSSQL provider fixes
2017-06-02
- 07:53 PM Revision 164e4640 (qgis): Gadgetize QgsPointV2
- 07:53 PM Revision a9d7630a (qgis): Rename QgsPointV2 to QgsPoint and QgsPoint to QgsPointXY
- Because 3D coordinates should be the default.
References https://github.com/qgis/qgis3.0_api/issues/36 - 07:53 PM Revision 085a284c (qgis): [travis] Better match pattern for colorizing failing tests
- 07:53 PM Revision 881dfef3 (qgis): Fix python test imports
- 07:53 PM Revision 4ba385d4 (qgis): Fix python plugins
- 07:53 PM Revision e2227d99 (qgis): Fix QgsPointXY issues
- 07:53 PM Revision bf9021ae (qgis): Document API change
- 07:53 PM Revision 2bbadbac (qgis): Rename qgspoint.h and qgspointv2.h
- To qgspointxy.h
And qgspoint.h - 07:53 PM Revision 4f3cd3e1 (qgis): QgsPoint migration
- 07:53 PM Revision c5ba49fb (qgis): fix server
- 07:53 PM Revision e3efc2c8 (qgis): Fix tests
- 07:26 PM Revision 10672395 (qgis): Merge pull request #4629 from boundlessgeo/unified-button
- Add layer button
- 06:09 PM Revision 7a2ce494 (qgis): [addlayerbutton] Connect and forward all signals from browser to app
- 05:38 PM Revision 6f42b784 (qgis): For GDAL sake extract a dbname from the connection
- Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Closes #16626 - 05:31 PM Revision 78c34238 (qgis): For GDAL sake extract a dbname from the connection
- Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Ref #16626 - 05:31 PM Revision 19ddeb18 (qgis): Merge pull request #4667 from mhugent/server_tilemode
- Fix tile render mode not applied in 2.18 server
- 04:57 PM Revision 43a3ac7b (qgis): [addlayerbutton] Removed help button
- Almost all provider dialogs have its own button
resulting in duplicated help buttons in the
unified dialog. - 04:57 PM Revision b2dea8e0 (qgis): [addlayerbutton] Initial implementation
- 04:57 PM Revision 3cf93bc4 (qgis): [addlayerbutton] Add embedded flag for widget-like usage
- 04:57 PM Revision c1889111 (qgis): [addlayerbutton] Replace icon for the datasourcemanager
- 04:57 PM Revision a7e12c87 (qgis): [addlayerbutton] Fix height problems within the delimited text dialog
- Also moved the status information under the button bas for
consistency with other dialogs. - 04:57 PM Revision 01b4eebc (qgis): [addlayerbutton] Prevent a crash when the layer list is rebuilt after a...
- 04:57 PM Revision 14cc77c4 (qgis): [addlayerbutton] Removed button bar from main dialog
- No Close button anymore ... prepare your wrist for
a precise hit on the [X] or hit ESC to close the
dialog. - 04:57 PM Revision 23ae5087 (qgis): [addlayerbutton] Data Source Manager toolbar and menu
- This implements the proposal from @SrNeto:
- new toolbar with the new dialog button and
all the "new" data soource... - 04:57 PM Revision e761395f (qgis): [addlayerbutton] New GUI for the delimited text dlg by Luigi Pirelli
- 04:57 PM Revision ce6d5c7b (qgis): Removed old comment
- 04:57 PM Revision fc76d120 (qgis): [addlayerbutton] Removed all the individual source select slots
- In favour of the unified dialog.
- 04:57 PM Revision 25b959cc (qgis): [addlayerbutton] Fix order of signals when open page called
- The problem was with raster "tab" (that is not a real page
but a forwarded signal to the app), when openPage
was call... - 04:57 PM Revision 463fd036 (qgis): [addlayerbutton] Add method to open a given page in the layer dlg
- This is preliminary to change all dialogs slots to
open the unified dialog with the righ page open. - 04:57 PM Revision e43dfa28 (qgis): [addlayerbutton] Added option for modeless layer dialog (default false)
- 04:57 PM Revision ff83bfe2 (qgis): [addlayerbutton] Added WFS, WMS and vector layers
- 04:57 PM Revision 828ec134 (qgis): [addbuttonlayer] Fix layout of vector dialog
- This is an attempt to fix the layout of the vector
layer dialog to fit in the unified dialog layout.
The optiomal so... - 04:57 PM Revision 018afc78 (qgis): [addlayerbutton] Larry Shaffer's fix to the raster button
- Tricky solution, but temporary
- 04:57 PM Revision 129e00d7 (qgis): [addlayerbutton] Added embeddedMode to all providers
- Also switched managerMode and embeddedMode arguments
for a more logical arg passing from the factory function. - 04:57 PM Revision 811e4dfd (qgis): [addlayerbutton] Virtual Layers support added
- Some changes in connections are required to keep in sync
the available layers lists in the virtual layer dialog.
(Mo... - 04:57 PM Revision 6c66738d (qgis): [addlayerbutton] Added delimited text layers
- 04:57 PM Revision de5996c7 (qgis): [addlayerbutton] Use enum for window mode instead of booleans
- 04:57 PM Revision 402b7ada (qgis): [addlayerbutton] Initialise pointer
- 04:57 PM Revision 2f9b844a (qgis): [addlayerbutton] Added help button (URL is still a placeholder)
- 04:57 PM Revision e121cfbe (qgis): [addlayerbutton] Use QgsOptionsDialogBase and all its nice features and...
- 04:57 PM Revision 84bbb5f4 (qgis): [addlayerbutton] Removed merge markers
- 04:57 PM Revision a69d5122 (qgis): [addlayerbutton] Show Add button in embedded spatialite dialog
- 04:57 PM Revision 143e0c63 (qgis): [addlayerbutton] More embeddable dialogs
- 04:57 PM Revision b31f05c7 (qgis): [addlayerbutton] New signals for new interfaces
- 04:57 PM Revision dcab8ca1 (qgis): [addlayerbutton] Added more providers and get canvas from ctor
- 04:57 PM Revision 9a51d894 (qgis): [addlayerbutton] Embedded dialog support
- 04:57 PM Revision 75f0e543 (qgis): [addlayerbutton] Pass canvas to the manager (needed by AMS)
- 04:57 PM Revision 220d1256 (qgis): [addlayerbutton] Add embedded option to spatialite dlg
- 04:57 PM Revision 8db19b2f (qgis): [addlayerbutton] Raster support added
- There is still an issue with the list not being
correclty reset after the raster icon is selected. - 04:44 PM Revision 861cf9ab (qgis): Fix typo in URI service extraction (introduced in 93624b08)
- Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626 - 04:33 PM Revision 8987bb58 (qgis): Add link to ticket about GDAL raster not working with service-only uri
- 04:21 PM Revision d74864bb (qgis): Fix typo in URI service extraction (introduced in 93624b08)
- Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626 - 03:39 PM Revision c9e6f15c (qgis): Merge pull request #4659 from boundlessgeo/browser-to-gui
- Move QgsBrowserDockWidget from app to gui
- 02:51 PM Revision 70826497 (qgis): Added docs and SIP bindings for QgsBrowserDockWidget
- 02:51 PM Revision f250b191 (qgis): Move QgsBrowserDockWidget from app to gui
- 02:51 PM Revision d62d444e (qgis): Moved support classes into own private header
- 01:27 PM Revision 2d78ef80 (qgis): handle PyName for enums
- 01:27 PM Revision 98f653e6 (qgis): sipify core raster part 2
- 12:13 PM Revision 0f2f7208 (qgis): Fix missing Icon in Select Attribute Dialog
- 10:58 AM Revision d357bc5a (qgis): Correctly handle when either min or max map layer scale visibility
- is set to 0
0 is intrepreted as "no limit" - 10:36 AM Revision eec595b9 (qgis): removed unused block in postgres provider
- 09:11 AM Revision 9297d91e (qgis): [processing] always look for SAGA LTR first (fix #16648)
- (cherry picked from commit 74984b2525e8d34a5bce3c2100f32beea0f3e165)
- 09:08 AM Revision 74984b25 (qgis): [processing] always look for SAGA LTR first (fix #16648)
- 08:21 AM Revision 19cfa83e (qgis): [processing] fix description for GRASS 7 v.drape algorithm (fix #16175)
- 08:18 AM Revision 7b7a1bed (qgis): [processing] fix GRASS 7 v.drape description (fix #16175)
- 08:10 AM Revision 11786603 (qgis): new http connection: parse service less fragile (fixes #16653; followup...
- 07:18 AM Revision 5773b3f9 (qgis): [processing] add RandomTerrain algorithm (courtesy Pedro Venancio)
- 05:46 AM Revision fb7c2cc0 (qgis): [composer] Refresh data defined properties after page size changes
- Fix #16390
(cherry-picked from 599db1) - 05:29 AM Revision b365e5e6 (qgis): [save as image] attach scope variables
- This is needed to properly render symbols with
expression-based styling rely on those. - 04:33 AM Revision 62af54ec (qgis): [mssql] Use Filter instead of STIntersects to improve query performance
- ...and refine validity test from 57dc3c7
Using Filter is more performant since it does a bounding box only
check whe... - 04:09 AM Revision 039866d4 (qgis): Add test for MSSQL behavior with invalid polygon geometries
- 02:57 AM Revision fb11f1d2 (qgis): Add missing ellipsis to decoration menu items
- 02:25 AM Revision ae8b71ed (qgis): New classes QgsMenuHeader, QgsMenuHeaderWidgetAction
- Custom widgets designed for displaying subheaders within a QMenu
in a standard style (i.e. matching the subheaders sh...
2017-06-01
- 01:56 AM Revision 19f0b39c (qgis): Silence some Coverity unchecked return value warnings
- 01:54 AM Revision 742a1293 (qgis): Merge pull request #4668 from SrNetoChan/select_attributes_fix
- Fixes missing Icon in Select Attribute Dialog
- 01:07 AM Revision b2360dfd (qgis): Update test mask for WMS server diagrams test
- 01:02 AM Revision df9344e3 (qgis): When holding ctrl while mouse wheeling on spin box, increase
- in smaller amounts
Default Qt behavior is to increase step size 10x when ctrl
is held while mouse wheel - but everyw... - 12:50 AM Revision 4d936cea (qgis): Add method to convert QgsUnitTypes::RenderUnit to translated string
- 12:36 AM Revision bbec00f1 (qgis): Fix mouse wheel modifications to colors in QgsColorRampWidget
- 12:23 AM Revision 5f7178a5 (qgis): Fix missing Icon in Select Attribute Dialog
Also available in: Atom