Activity
From 2017-04-04 to 2017-05-03
2017-05-03
- 11:31 PM Revision 50680249 (qgis): Merge pull request #4397 from nyalldawson/no_adawaita
- Block use of the Adwaita themes if we can avoid them
- 11:30 PM Revision 8389b9a0 (qgis): Sipify update
- 11:29 PM Revision 269bfe7b (qgis): Metadata class shell
- 11:29 PM Revision 998ca4a8 (qgis): Preparation for metadata directory
- 11:29 PM Revision 75f5a5fb (qgis): Add spatial and temporal extents to metadata
- 11:29 PM Revision 8545b804 (qgis): Add doxygen note about metadata validation
- 11:29 PM Revision bf2ce3d8 (qgis): Add history item to metadata
- 11:29 PM Revision b2f52d8a (qgis): Add license section to metadata
- 11:29 PM Revision 5600395e (qgis): Add metadata validator
- Adds a new abstract base class QgsMetadataValidator for validating
metadata against standard schemas.
Initially only... - 11:29 PM Revision 40fccf55 (qgis): Implement metadata store for map layers
- QgsLayerMetadata handles storage and management of the metadata
for a QgsMapLayer. This class is an internal QGIS for... - 11:29 PM Revision 18478ab6 (qgis): Remove duplicate gui/effects include
- 11:29 PM Revision 3a965e6d (qgis): Attach layer metadata to QgsMapLayer
- 11:29 PM Revision cc3d67a2 (qgis): Add temporary methods to save layer metadata in layer custom properties
- Allows temporary persistance of metadata inside a single project. Will
be removed when later work packages from the m... - 11:29 PM Revision 9e662a78 (qgis): Merge pull request #4330 from kalxas/metadata_schema
- Adding Metadata schema for WP1 for QEP-91
- 11:21 PM Revision 87e2aab0 (qgis): Merge pull request #4492 from nyalldawson/driver_from_extension
- Add method to retrieve corresponding OGR driver from a file extension
- 11:21 PM Revision 32ff0921 (qgis): Merge pull request #4491 from nyalldawson/proxy_sink
- Add QgsProxyFeatureSink
- 11:20 PM Revision a87e8d1a (qgis): Merge pull request #4493 from arnaud-morvan/sipify_core_classes_2
- Sipify core classes 2
- 07:30 PM Revision 4e436c22 (qgis): Add test for python QgsFields [] operator
- 07:20 PM Revision cdb947c8 (qgis): Merge pull request #4465 from boundlessgeo/server-plugins-api-refactoring2
- [server] Server plugins API refactoring
- 07:11 PM Revision 04a9264e (qgis): Sipify core.QgsFeatureIterator
- 07:07 PM Revision 05933b17 (qgis): Sipify core.QgsFeatureFilterProvider
- 02:39 PM Revision 3be20f86 (qgis): update qgisMinimumVersion to current LTR
- 11:51 AM Revision e40cb071 (qgis): Move QgsProxyFeatureSink methods to header
- To allow better compiler optimisation
- 11:50 AM Revision 96ad5113 (qgis): Add method to retrieve sink
- 10:58 AM Revision 2afcad27 (qgis): [server] Python plugins API cleanup part 2
- This part adds the headers as an optional argument
to the request and start using the handleRequest(request, response... - 10:58 AM Revision 569593b7 (qgis): [server] Python plugins API cleanup part 3
- This removes the handleRequest method that returns the
headers and body as byte array.
This superceeded by the imple... - 10:57 AM Revision b7d6c1e5 (qgis): [server] Python plugins API cleanup part 1
- This is the first step to a cleaner and consitent API
for server plugin.
It also adds some new tests for the base re... - 10:20 AM Revision 03dd26ef (qgis): Adapt to GDAL 2.0 API
- 09:13 AM Revision ce4f93b4 (qgis): Add method to retrieve corresponding OGR driver from a file extension
- 08:56 AM Revision fde71cf9 (qgis): Add QgsProxyFeatureSink
- A simple feature sink which proxies feature addition on to another feature sink.
This class is designed to allow fac... - 08:38 AM Revision 0780756f (qgis): ignore empty SVG path (fix #15891)
- (cherry picked from commit 6f759a87c9beda8b823ff107fdde680f3de9f720)
- 08:07 AM Revision fe7d49a0 (qgis): Merge pull request #4470 from alexbruy/ignore-empty-svg-path
- ignore empty SVG path (fix #15891)
- 08:02 AM Revision 85f3b81b (qgis): remove double spaces in sip files
- fix indentation
- 07:22 AM Revision 6958db6f (qgis): [sipify] rename SIP_PYARGTYPE to SIP_PYTYPE since it can be used to cha...
- 06:02 AM Revision 75fa28f5 (qgis): Followup 363336, fixing adding features to OGR data providers
- (addFeature cannot be called directly - it must be called
by addFeatures to ensure the various edition setup code
is ... - 05:52 AM Revision dc7198a7 (qgis): Merge pull request #4488 from nirvn/saveasimage_fix_rotated
- 05:39 AM Revision 747c2e2b (qgis): rotated world file support in QgsMapSettingsUtils::worldFileContent()
- 04:11 AM Revision e1b1400d (qgis): Fix rotated canvas scale issue in save as image
2017-05-02
- 12:56 AM Revision a2327d3a (qgis): Fix Coverity uninitialized member warning
- 12:43 AM Revision 32e06f48 (qgis): Make QgsProcessingContext::temporaryLayerStore() return a pointer to store
- 11:35 PM Revision d2ce9c69 (qgis): Allow access to project's internal layer store, remove some duplicate code
- 11:21 PM Revision 81e79d98 (qgis): Merge pull request #4483 from nyalldawson/writer_pt1
- Small cleanups to processing getVectorWriter
- 11:09 PM Revision e1cff82a (qgis): Fix failing test
- 11:09 PM Revision c575c4a8 (qgis): Fix build
- 11:09 PM Revision f9bd83c0 (qgis): Split off map layer storage handling from QgsProject to QgsMapLayerStore
- Turns out that there's valid use cases for having layer stores
outside of the cost of using a whole QgsProject.
Part... - 11:09 PM Revision 10b1896a (qgis): Move old map layer registry tests into QgsProject tests
- 11:09 PM Revision 348c8866 (qgis): Use a QgsMapLayerStore instead of whole QgsProject for
- temporary layer storage in QgsProcessingContext
- 11:09 PM Revision 26afb2e5 (qgis): Use QgsMapLayerStore within QgsProject
- 11:09 PM Revision f81971da (qgis): Fix failing tests
- 10:26 PM Revision 15de36ab (qgis): [processing] Always require real QgsFields objects in getVectorWriter,
- don't allow arrays of fields as inputs
- 10:26 PM Revision 1526afec (qgis): Add missing import
- 10:25 PM Revision 43a86808 (qgis): [processing] Fix vector split alg
- 10:25 PM Revision ee1236f0 (qgis): [processing] Remove unused options argument from (create/get)VectorWriter
- 09:49 PM Revision 8e70aa84 (qgis): Merge pull request #4439 from arnaud-morvan/processing_run_context
- [processing] Handle context in processing.run
- 09:25 PM Revision 8d8fa946 (qgis): [feature] Expression performance improvements
- 08:34 PM Revision fbd62be7 (qgis): [sipify] remove static const value assignment
- 07:44 PM Revision 1f3ff11b (qgis): Merge pull request #4486 from rldhont/server-wfs-refactoring
- [Server] little WFS refactoring
- 07:43 PM Revision c30d7b98 (qgis): Fix docstrings
- 07:11 PM Revision 48b55a71 (qgis): Fix crashing test
- 07:03 PM Revision 5664d3df (qgis): [Server] little WFS refactoring
- 05:04 PM Revision e232a080 (qgis): [processing] Handle context in processing.run
- Fix #15985 (Concave hull)
- 03:11 PM Revision b342accf (qgis): Merge pull request #4484 from lejedi76/processing_errormsg_mergevectorl...
- [processing] fix error message in merge algorithm
- 03:11 PM Revision 144492d4 (qgis): Merge pull request #4481 from alexbruy/remove-r-provider
- [processing][needs-docs] remove R provider from Processing core
- 01:39 PM Revision dea558b8 (qgis): fix error message in merge algorithm
- 12:55 PM Revision 87922658 (qgis): sipify osmdownloader and small improvments to the overpass server
- 12:11 PM Revision 6e38c1d6 (qgis): change mullptr in api doc test
- 11:39 AM Revision 429e67e0 (qgis): [processing] remove stuff related to R provider
- 11:39 AM Revision cf5d1aae (qgis): remove old import
- 11:39 AM Revision 30a7e7e5 (qgis): [processing] remove R provider from core distribution
- 10:26 AM Revision b77b4967 (qgis): [sipify] fix detection of method signature with following body
- 10:11 AM Revision b249d481 (qgis): script to reverse engineering from SIP to header
- go grab annotations in SIP files to write them in the header
or what could be called the headerizer - 10:11 AM Revision 1d71e36c (qgis): fix macros after signal
- 10:11 AM Revision d3bc0e37 (qgis): [sip] mass introduction of annotations into headers
- 08:24 AM Revision 81ccfb0d (qgis): Merge pull request #4460 from nirvn/wallpapers
- 08:09 AM Revision 7d459149 (qgis): [sip] align missing bits and replace nullptr by 0
- 07:15 AM Revision 295c2122 (qgis): Add a QgsMapSettingsUtils::worldFileContent() function
- 07:10 AM Revision 72b061b8 (qgis): Merge pull request #4479 from nyalldawson/save_temp
- [processing] Port dataobjects.getLayerFromString to c++
- 06:47 AM Revision 877775d2 (qgis): Remove a bunch of unneeded imports
- 06:41 AM Revision a188d4f3 (qgis): Add missing wordfile creation to revamped save as image
- 06:41 AM Revision fa7a3e7a (qgis): [FEATURE] customizable output width and height in save as image dialog
- 06:36 AM Revision 4ed18b11 (qgis): Add a bunch of missing QgsProcessingUtils imports
- 05:49 AM Revision e709e3eb (qgis): Add unit test for QgsProcessingUtils::createSpatialIndex
- 05:40 AM Revision 49c688bb (qgis): Fix use of QgsProcessingUtils.mapLayerFromString
- 05:39 AM Revision df1ead5e (qgis): [processing] Remove vector.spatialindex()
- Use QgsProcessingUtils.createSpatialIndex() instead.
- 05:29 AM Revision bde1bf45 (qgis): [processing] Remove unused vector.duplicateInMemory() function
- 05:27 AM Revision 7eb7a7aa (qgis): [processing] Remove vector.bufferedBoundingBox()
- Use QgsRectangle.grow() instead
- 05:20 AM Revision 8e556541 (qgis): [processing] Remove unused dataobjects.loadList method
- 05:18 AM Revision 0fbf1c2f (qgis): [processing] Remove unused dataobjects.extent method
- 05:15 AM Revision fa8f667b (qgis): Fix failing test
- 04:45 AM Revision b1eecfdb (qgis): Fix resolving memory layers when multiple memory layers are used in model
- 04:34 AM Revision 2b1dda4c (qgis): Update API break docs
- 04:33 AM Revision 600518de (qgis): Add unit tests for QgsProcessingUtils::mapLayerFromString
- 04:33 AM Revision 11fb72ee (qgis): Only expose a single mapLayerFromString method in QgsProcessingUtils
- 04:33 AM Revision f84d7032 (qgis): Add method QgsProcessingUtils::mapLayerFromString
- Algorithms and other processing code should use this method
(instead of dataobjects.getLayerFromString) to
retrieve l...
2017-05-01
- 01:56 AM Revision 6593754f (qgis): Explicitly tag static variables
- 01:56 AM Revision f522756f (qgis): Tag test context function as non-static
- 01:56 AM Revision f5114019 (qgis): Fix bindings
- 01:54 AM Revision b9ec373f (qgis): Fully qualify nested classes for vintage sip
- 01:54 AM Revision 7a4527d4 (qgis): Also report ScopedFunctions as static when approporiate
- 01:54 AM Revision abd26075 (qgis): Allow QgsFeatureRequest::OrderBy expressions to be prepared
- 01:54 AM Revision 8031ac43 (qgis): Expression variables are more often than not static
- 01:54 AM Revision e1375818 (qgis): Prepare orderby in feature iterator
- 01:54 AM Revision d70bb9c3 (qgis): Specify for expression functions if they are static
- ... and prepare them whenever possible
- 12:28 AM Revision 20a1f43b (qgis): Fix Interlis 2 extension in open dialog
- 12:28 AM Revision 1711a41d (qgis): Fix Interlis 2 extension in vector file writer
- 10:10 PM Revision d35b8b33 (qgis): [travis] Improve macos timeout message
- 08:00 PM Revision 7b60d89d (qgis): align pointer and reference in sip files batch 2
- 07:58 PM Revision 699580d4 (qgis): Merge branch 'GeoCat-sip-annotated'
- 07:21 PM Revision 00700292 (qgis): Merge branch 'master' into sip-annotated
- 05:49 PM Revision 93971d5e (qgis): [sip] align pointer and reference in blacklisted files
- this will facilitate sip diff checking
- 05:43 PM Revision bb1bded2 (qgis): - changes to sipify script
- - updated gsdataitem header:
- added qgis.h include
- skip sDataItemPtr
- remove , between SIP annotations
- ru... - 05:42 PM Revision cd159f65 (qgis): add class prefixes
- 05:42 PM Revision e581d461 (qgis): regenerate SIP files
- 05:42 PM Revision 782c3e5a (qgis): sipify QgsStatisticalSummary and QgsStringStatisticalSummary
- 05:41 PM Revision 84abf896 (qgis): Sipify QgsFieldConstraints
- 05:41 PM Revision b399ee5d (qgis): Sipify QgsFieldFormatterRegistry
- 05:41 PM Revision 1fb7855e (qgis): Sipifi QgsFieldFormatter
- 04:13 PM Revision 634c7aa3 (qgis): [sipify] fix do not print comment after SIP directive
- 03:08 PM Revision 6f759a87 (qgis): ignore empty SVG path (fix #15891)
- 02:54 PM Revision 1f8c3111 (qgis): sipify QgsColor*
- 01:32 PM Revision 1ed8880c (qgis): Merge pull request #4434 from arnaud-morvan/db_manager_fix_schema_g
- Db manager fix schema g
- 01:11 PM Revision 2da64e44 (qgis): [Travis] fix macos timeout message
- 12:58 PM Revision 3cd37be0 (qgis): add placeholder when new help location entry added (fix #16157)
- 12:00 PM Revision 12252030 (qgis): [processing] uncheck Z-coordinate on layer change in Interpolation
- algorithm (fix #10010)
- 11:45 AM Revision 5112428a (qgis): handle server sipify in prepare-commit
- 11:20 AM Revision dce5b59f (qgis): sipified qgsadvanceddigitizingdockwidget
- 11:06 AM Revision 113ab01c (qgis): Sipify QgsField
- I've removed the commented __getitem__ method from the sip file.
- 11:04 AM Revision 5c021dc6 (qgis): sipify groupwmsdatadialog and qgsgroupbox
- 10:53 AM Revision 6407e299 (qgis): dutch translation fix (fixes #12155)
- 10:22 AM Revision c929d2ab (qgis): Fix warnings
- 09:53 AM Revision 7ee1cbfa (qgis): Revert "[processing] handle NULL values in the Singleparts to multipart...
- This reverts commit a944f7c4c1010767abb811200686e327040c2d32.
- 09:53 AM Revision 5c8365c5 (qgis): Revert "Merge pull request #4458 from arnaud-morvan/processing_fix_sing...
- This reverts commit 77d95905a51db6c2d938c736e34da246ad6e0f50, reversing
changes made to 6fd45f0ef5968e2471421a21f8101... - 09:29 AM Revision b34ee28c (qgis): [processing] Fix refreshing alg list does not refresh toolbox
- Fix #16455, #16463
- 09:29 AM Revision 636a37f4 (qgis): [processing] Fix editing existing model has no algorithms shown
- 09:29 AM Revision ac843264 (qgis): [processing] Fix executing models
- 09:29 AM Revision dde48b55 (qgis): [processing] Fix invalid logging error
- 09:29 AM Revision 79d79d6c (qgis): [processing] Fix some regressions following algorithm refactoring
- 06:43 AM Revision 77d95905 (qgis): Merge pull request #4458 from arnaud-morvan/processing_fix_single_to_mu...
- [processing] Fix qgis:singlepartstomultipart test
- 03:43 AM Revision 48a01db8 (qgis): german translation fixes (fixes #15848)
- 03:11 AM Revision 6fd45f0e (qgis): fix 82418ea0
2017-04-30
- 01:05 AM Revision 8376a30f (qgis): Sipify QgsField
- 12:48 AM Revision 5d5bb343 (qgis): prepare-commit: do not exist if indentation fails to go on with sipify
- 12:43 AM Revision 39f87ccf (qgis): Fixup d230cf2e4
- 12:13 AM Revision 5e220e69 (qgis): followup b46de90d53c9298ba4f1267d2bdabcf4d669afe5
- 12:04 AM Revision 7f3941e0 (qgis): Doxymentation
- 12:04 AM Revision 00207c84 (qgis): Also support invalid-as-null variants
- 12:04 AM Revision 9e14344b (qgis): more usage of cached values
- 12:03 AM Revision d230cf2e (qgis): Cleanup blacklist
- 12:03 AM Revision 82e36f07 (qgis): Code cleanup in QgsExpression
- 12:03 AM Revision 0cc73113 (qgis): Collapse static nodes in QgsExpression:prepare()
- If the result of a node in a QgsExpression can already be determined to
be static at preparation time, there is no ne... - 12:03 AM Revision a8fc2c13 (qgis): Fix remaining errors
- 12:03 AM Revision fb1aec61 (qgis): sipify QgsExpression
- 11:51 PM Revision b46de90d (qgis): [sipify| do not write docstring for [] operator
- 11:30 PM Revision c5dcfc1e (qgis): move SIP_CODE to public section
- 11:30 PM Revision b82c9b89 (qgis): sipify QgsPoint
- 11:07 PM Revision bb3a4188 (qgis): sipify qgsoverlayanalyzer and qgsnewmemorylayer
- 10:44 PM Revision 18a3f323 (qgis): Merge branch 'sip-annotated' of https://github.com/GeoCat/QGIS into sip...
- 10:41 PM Revision adf5b6f0 (qgis): [processing] Fix qgis:singlepartstomultipart test
- 10:33 PM Revision 2d7b2ecf (qgis): - Supporting automated sip generation for qgsdataitem and qgsvector cla...
- - Removed qgsdataitem.sip and qgsvector.sip from auto_sip.blacklist
- Annotated qgsdataitem.h for sip
- regenerated... - 10:33 PM Revision 1287a64e (qgis): - updated const variables on the qgsvector header.
- - Removed dataItem_t pointer from qgsdataitem bindings.
- Put back qobject_cast. - 10:33 PM Revision fe2f111e (qgis): remove superfluous semicolon (followup e4d2f34)
- 09:08 PM Revision 6030cb98 (qgis): Fix typo in sipify.pl
- 09:00 PM Revision e4d2f34f (qgis): sipify QgsScaleCombobox
- 07:29 PM Revision 80c88752 (qgis): fix failing test
- 05:35 PM Revision 2aba4c5b (qgis): Merge remote-tracking branch 'upstream/master' into sip-annotated
- 05:16 PM Revision 298e14b3 (qgis): [sipify] handle multiple annotations
- 05:03 PM Revision a26a6efe (qgis): Merge remote-tracking branch 'upstream/master' into sip-annotated
- 04:58 PM Revision 4ae22ac6 (qgis): update INSTALL following 82418ea0
- 04:52 PM Revision 28a21209 (qgis): [sipify] seealso
- 04:34 PM Revision f20b9b96 (qgis): [sipify] better remove body, remove duplicate code
- 04:34 PM Revision 897e2f04 (qgis): [sipify] do not take // comments into docstrings
- 04:34 PM Revision 92b5265d (qgis): [sipify] fix multiline definition with member initiliazing list
- 04:34 PM Revision c2b12722 (qgis): [sipify] fix oneliner constructor and destructor
- 04:34 PM Revision 39d87248 (qgis): [sipify] fix handling of nested classes
- going to proper section when ending a nesting classes (public/private)
also improve debugging output - 04:14 PM Revision 59bf146c (qgis): - updated const variables on the qgsvector header.
- - Removed dataItem_t pointer from qgsdataitem bindings.
- Put back qobject_cast. - 03:56 PM Revision 82418ea0 (qgis): debian packaging: disable WITH_PYSPATIALITE in favor of libsqlite3-mod-...
- 03:36 PM Revision a81cc126 (qgis): - Supporting automated sip generation for qgsdataitem and qgsvector cla...
- - Removed qgsdataitem.sip and qgsvector.sip from auto_sip.blacklist
- Annotated qgsdataitem.h for sip
- regenerated... - 02:47 PM Revision 07b2bf11 (qgis): add some cheering
- 02:47 PM Revision 64215373 (qgis): add beer
- 01:37 PM Revision 0c621eac (qgis): homogenize allowed tolerance values (fix #16336)
- 01:31 PM Revision 3f669140 (qgis): [processing] fix GRASS commands logging
- 01:31 PM Revision a944f7c4 (qgis): [processing] handle NULL values in the Singleparts to multiparts (fix #...
- 12:58 PM Revision d71a563e (qgis): fix sipify_all
- 12:04 PM Revision c437b55b (qgis): remove accidentally committed files
- 12:01 PM Revision 21f81fb2 (qgis): fix 98c89ccab
- 11:38 AM Revision bbdc77dd (qgis): followup #a86f5ea52d75862c190105d1ceb23c47a61bba4e fix issues links
- 11:29 AM Revision b0d4a4c2 (qgis): sipify geometry classes
- 11:29 AM Revision a86f5ea5 (qgis): remove PyNames for QgsGeometry::compare methods
- single python method with some MethodCode to dispatch to proper cpp methods.
- 10:11 AM Revision fe93e465 (qgis): fix test_qgsgeometry.py indentation
- 10:10 AM Revision aea21306 (qgis): Fix new bookmark query. Fix #16465
- QSqlQuery was returning an error : wrong parameters count.
It seems that bindValue was having no effect (no bounded v... - 09:33 AM Revision ed103e59 (qgis): Merge pull request #4445 from arnaud-morvan/processing_fix_rasterize
- [processing] fix rasterize dialog openning (fix #16061)
- 02:14 AM Revision b5872821 (qgis): Merge pull request #4433 from nyalldawson/blur_buffer
- [FEATURE] Allow paint effects for label buffers & backgrounds
2017-04-29
- 01:47 AM Revision cb63e82d (qgis): Fix QgsJSONUtils test to work on macOS
- Apparently, newer versions of QJsonDocument strip extra new lines when
encoding some mapped values. Ignore in output ... - 01:23 AM Revision e861f33b (qgis): Fix memory leak
- 01:22 AM Revision 8593f3ab (qgis): Fix Coverity null dereference warnings
- 01:22 AM Revision d2a7c938 (qgis): Fix Coverity logically dead code error
- 01:22 AM Revision 4b4606f7 (qgis): Fix Coverity uninitialized member warning
- 01:21 AM Revision 3c5f30b6 (qgis): Fix Coverity unchecked return value error
- 12:26 AM Revision 8633480b (qgis): Unblacklist qgis_distanceareatest on OSX
- 12:23 AM Revision ef6c8be1 (qgis): Fix import WKT of the format MultiPoint (-20 -90, -20 -88 )
- Should technically be MultiPoint ((-20 -90), (-20 -88)), but
it's nice to be forgiving and accept as wide a range of ... - 12:13 AM Revision 5fe6587e (qgis): [travis] Unblacklist expression test on osx
- 11:52 PM Revision 177bc99f (qgis): Add Filename to error message
- 11:34 PM Revision b29a10ee (qgis): hub.qgis.org moved to issues.qgis.org
- 09:21 PM Revision efe9bbb6 (qgis): Update macOS app bundle copyright notice
- 09:21 PM Revision d3ea19ea (qgis): Enable hidpi support on macOS by default
- 09:11 PM Revision 7e63324b (qgis): Added a little more padding for recent projects title (#4443)
- 09:09 PM Revision bc098758 (qgis): [processing] Fix rasterize dialog openning
- Fix #16061
Do not pass in getConsoleCommand just to get commandName for shortHelp.
This avoid errors with non initia... - 02:39 PM Revision 3450a9ff (qgis): [processing] add multithreading option to warp (fix #15340)
- 02:23 PM Revision 4377f208 (qgis): Update README.md
- 01:53 PM Revision 98c89cca (qgis): also accept uppercase .qgs as project extension (fixes #15871)
- 12:52 PM Revision da39cd9c (qgis): Merge pull request #4438 from elpaso/server-class-split
- [server] Moved QgsBufferServerRequest into its own header and cpp file
- 12:12 PM Revision 76d86503 (qgis): [server] Moved QgsFcgiServerRequest into its own header and cpp file
- 11:59 AM Revision cd99de7d (qgis): [server] Moved QgsBufferServerRequest into its own header and cpp file
- 10:21 AM Revision 516aad7c (qgis): expose image compression in the layer metadata (fix #15702)
- 09:07 AM Revision b3e1aba1 (qgis): Use gsed for spellchecking on macOS; ignore inline ‘replys’ spell check
- 07:42 AM Revision 2c4b3bbf (qgis): followup ec568222e06776f45ec6dbe390d21c117938cb67
2017-04-28
- 08:56 PM Revision ec568222 (qgis): followup b88f350b2283df3ce5f527fd41b7b1382f4c23a1
- add server to sipify test
- 06:52 PM Revision b88f350b (qgis): add server files to sipify
- you just now need to unblacklist them :)
- 06:47 PM Revision 44731f23 (qgis): [db_manager] Fix postgis plugins loading
- Fix infinite recursion on load calls
- 04:45 PM Revision 70da6b6e (qgis): add server files to sipify
- you just now need to unblacklist them :)
- 03:08 PM Revision 5c521db9 (qgis): [processing] handle NULL fields in the Random Points in Polygons (fix #...
- 03:05 PM Revision 9f9e7114 (qgis): [processing] handle 2.5 geometries in the Simplify geometry algorithm
- (fix #16114)
- 01:47 PM Revision 856046c5 (qgis): [BUGFIX][Processing] Fix spatialite version comparison: import re
- 01:42 PM Revision 84931943 (qgis): Autoapply sipify in prepare-commit.sh
- 01:41 PM Revision 2c8badbe (qgis): [BUGFIX][Processing] Fix spatialite version comparison: import re
- 12:13 PM Revision 0d5cbfe6 (qgis): Update text renderer mask images
- 12:11 PM Revision cfe8dfed (qgis): [db_manager] Fix DBConnector.getSchemaTableName
- Fix #15910
- 11:41 AM Revision 38414b38 (qgis): Update text renderer tests
- 11:25 AM Revision 455f9738 (qgis): Sipify QgsTextRenderer
- 11:25 AM Revision b9f102c9 (qgis): [FEATURE] Paint effect support for label buffers
- Allows applying a paint effect (such as blurs) to label buffers.
Blurring label buffers is a great way to get the tex... - 11:25 AM Revision debe1098 (qgis): [FEATURE] Allow setting paint effects on label background shapes
- Can also be useful for improving text readability through
outer glows and blurs - 10:00 AM Revision f0fb1f18 (qgis): update Doxyfile to 1.8 template (#4428)
- 02:21 AM Revision bdf46d71 (qgis): [composer] Fix missing item config for shape items
2017-04-27
- 12:27 AM Revision c2191163 (qgis): Add QgsDataProvider::uri property
- 12:27 AM Revision e13b481c (qgis): fix sipdiff call to sipify
- 02:41 PM Revision 09d12632 (qgis): add online QGIS User Guide as default help source (fix #16155)
- NOTE: to use online QGIS user Guide as help source we still need
some server-side tweaks: redirection to the testing ... - 02:11 PM Revision 512f5d5e (qgis): Fix layer drawing order in server to also work in complex projects and ...
- 01:38 PM Revision 92063314 (qgis): [BUGFIX][Server] QgsOWSServer restorer modifying layers and not well re...
- The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetS...
- 01:30 PM Revision b464da83 (qgis): [BUGFIX][Server] QgsOWSServer restorer modifying layers and not well re...
- The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetS...
- 01:13 PM Revision 468fd977 (qgis): fix Doxygen build for new SIP macros
- 11:06 AM Revision ce770293 (qgis): [sipify] debug + fix multiline in SIP_RUN
- 09:59 AM Revision eeba0efc (qgis): followup 1ac053fc26
- 09:58 AM Revision 8e3e30a2 (qgis): [processing] prevent division by zero in save selected features
- algorithm (fix #16431)
- 09:54 AM Revision 1ac053fc (qgis): [processing] prevent division by zero in save selected features
- algorithm (fix #16431)
- 09:42 AM Revision 0125a360 (qgis): restore missed icon (fix #16466)
- (cherry picked from commit 459f4868aa00819100e5bbb9e26c47db26840680)
- 09:42 AM Revision 459f4868 (qgis): restore missed icon (fix #16466)
- 07:50 AM Revision 7147833c (qgis): Fix osgeo import
- 07:50 AM Revision 60accc96 (qgis): Reorganize travis scripts
- 07:50 AM Revision be0f8651 (qgis): do not force link bison and flex
- 07:50 AM Revision c28e3448 (qgis): Move ci to .ci
- 07:50 AM Revision c3b2d00c (qgis): fixup .ci rename
- 06:38 AM Revision ae2c06c1 (qgis): Followup 20197c2, fix orphaned highlights remaining on maps
- 06:06 AM Revision cb0a1f84 (qgis): Fix some broken utf strings on Windows
- 04:33 AM Revision 1012f258 (qgis): Better tooltips for map layers
- Including CRS information
- 04:32 AM Revision 06743617 (qgis): Merge pull request #4425 from nyalldawson/qwt
- Remove old code for handling QWT < 6.1
- 03:55 AM Revision 348b65b1 (qgis): Remove old code for handling QWT < 6.1
- Versions < 6.1 are not compatible with Qt5
- 03:24 AM Revision f1d4ac33 (qgis): Merge pull request #4282 from nyalldawson/sel
- Rename QgsVectorLayer::selectedFeaturesIterator to getSelectedFeatures
- 03:16 AM Revision 0b0ccc9e (qgis): Rename QgsVectorLayer::selectedFeaturesIterator to getSelectedFeatures
- It's more in line with QgsVectorLayer::getFeatures, hence a more
discoverable API - 02:25 AM Revision 84471f2e (qgis): New classes for circle and ellipse.
- 02:14 AM Revision ccb4ac98 (qgis): Merge pull request #4417 from nyalldawson/processing_writer
- Refactor processing writer to use QgsFeatureSink
2017-04-26
- 01:01 AM Revision d7181105 (qgis): [composer] Fix selection drawn in maps if renderer has symbol level order
- 11:57 PM Revision a9769d48 (qgis): Followup 883e51d
- 11:54 PM Revision 883e51d6 (qgis): [composer] Fix selection drawn in maps if renderer has symbol level order
- 04:19 PM Revision 23cb825c (qgis): Enable osx tests
- 04:19 PM Revision b4074286 (qgis): Calculate travis timeout dynamically
- 03:06 PM Revision 4cc4a270 (qgis): [sipify] operators, remove argument
- * skip some operators
* allow to remove an argument with SIP_PYARGREMOVE - 01:20 PM Revision 0f9ddc29 (qgis): fix doxgen test
- 11:04 AM Revision 9688b818 (qgis): followup 45266cd03ef8037fd657b992357b0d2d716522da
- 10:25 AM Revision 45266cd0 (qgis): [sipify] improvements
- * add In annotation
* remove struct forward declarations
* fix members initialization list in header
* merge remov... - 09:38 AM Revision fd2c18ee (qgis): Refactor processing writer to use QgsFeatureSink, and to store
- temporary output layers in the provided processing context
Should fix loss of intermediate memory layers when runnin... - 09:37 AM Revision 946f0fac (qgis): Merge pull request #4418 from nyalldawson/take_layer
- Allow taking layers from QgsProject
- 08:48 AM Revision a5e33fa9 (qgis): Add method to take layer and ownership from a project
- 08:15 AM Revision 9bb07629 (qgis): [sipify] improvements
- * add Array and ArraySize annotations
* also handle multiline skipped bodies
* handle #if 0 blocks - 07:29 AM Revision 7c71ea62 (qgis): Add missing docs
- 06:12 AM Revision 7c9b00c3 (qgis): Merge pull request #4400 from nyalldawson/processing_log
- [processing] Move some log handling to c++ class
- 06:06 AM Revision 6b4ddb3b (qgis): Add temporary layer store to processing context
- This temporary layer store (a QgsProject) is used as a
store for layers that are added if a parameter that
is evaluat... - 05:57 AM Revision e9f13d1e (qgis): Just use standard QgsMessageLog functionality instead of a dedicated
- method for processing
- 05:56 AM Revision 93c32e68 (qgis): Fix logging from GDAL
- 05:56 AM Revision 1394c28d (qgis): [processing] Move some log handling to c++ class
- 05:48 AM Revision 5169e0db (qgis): Merge pull request #4412 from nyalldawson/processing_get_features
- Port processing vector.features to c++
- 05:13 AM Revision a4cd66f8 (qgis): Port some more code to new API
- 05:05 AM Revision 13f08135 (qgis): Fix failing test
- 04:53 AM Revision f247a7cd (qgis): Add c++ optimised uniqueValues method which respects processing context
- Remove processing vector.uniqueValues/vector.getUniqueValues
and port usage to c++ method
Should be much faster than... - 04:53 AM Revision 91679b3c (qgis): [processing] Don't use config values for invalid geometry handling in t...
- 04:53 AM Revision a28bc086 (qgis): Indentation/sipify
- 04:53 AM Revision 845027d0 (qgis): Fix failing tests
- 04:53 AM Revision 86002f3b (qgis): Move createContext to dataobjects
- 04:53 AM Revision b067bd78 (qgis): Rename UseSelection -> UseSelectionIfPresent, clarify docs
- 04:53 AM Revision 1c6f165f (qgis): Add missing doc
- 04:53 AM Revision 427c3b16 (qgis): Remove vector.features
- Use QgsProcessingUtils.getFeatures instead
- 04:53 AM Revision 6397386f (qgis): Remove len method from vector.features
- Use QgsProcessingUtils::featureCount instead
- 04:53 AM Revision f4f4ca3d (qgis): Raise GeoAlgorithmExecutionException when encountering invalid
- geometries in QgsProcessingUtils::getFeatures
- 04:53 AM Revision e6a33e87 (qgis): Allow setting the invalid geometry callback in processing context
- 04:53 AM Revision b32b3950 (qgis): Add methods for getting vector iterators to QgsProcessingUtils
- 04:53 AM Revision 8cf1617f (qgis): Use context to control vector.features()
- 04:53 AM Revision 3f137e12 (qgis): Add context argument to other vector methods
- 04:53 AM Revision adc7cf0e (qgis): Add context argument to vector.features
- 04:53 AM Revision f3cfb8b7 (qgis): Add invalid geometry handling method to processing context
- 04:53 AM Revision 06a20b93 (qgis): Add UseSelection flag to QgsProcessingContext
- Indicates whether only selected features should be used in
algorithms - 04:53 AM Revision dd4f530c (qgis): [processing] Pass context argument to processAlgorithm
- 04:53 AM Revision 241d283b (qgis): Create a context object for processing algorithm execution
- 04:40 AM Revision fea6bff7 (qgis): Merge pull request #4389 from nyalldawson/scalebar
- Refactor scalebar renderer, split from composer
- 04:39 AM Revision 16cb244d (qgis): Merge pull request #4416 from nyalldawson/feature_sink
- Add a QgsFeatureSink interface
- 04:06 AM Revision 4293de63 (qgis): Add missing override keywords
- 03:58 AM Revision 3dfc4cf6 (qgis): Provide a base class version of QgsFeatureSink::addFeature
- Means that subclasses are only required to implement addFeatures
- 03:47 AM Revision 9e4f9d4a (qgis): Sipify update
- 03:46 AM Revision 8d24a9a1 (qgis): Add missing docs
- 03:46 AM Revision fa21311e (qgis): More robust test for numeric scale bar
- 03:46 AM Revision b40bc0c1 (qgis): Refactor scale bar rendering
- Move all scalebar rendering code out of composer and ensure that
all scalebar rendering is done independant of QgsCom... - 03:43 AM Revision dd7be73f (qgis): Add a method to QgsFeatureSink to add all features from an iterator
- 03:32 AM Revision e273ec73 (qgis): Remove invalid doxygen note
- It's only flipping a bool, and possibly in some circumstances
it's more efficient to add features one by one rather t... - 03:32 AM Revision 12807796 (qgis): Don't force use of In,Out in QgsFeatureSink methods
- 03:32 AM Revision 49d4b5eb (qgis): QgsFeatureStore is a QgsFeatureSink
- Also clean up API for QgsFeatureStore, sipify
- 03:32 AM Revision 8d598337 (qgis): QgsVectorFileWriter is a QgsFeatureSink
- 03:32 AM Revision c4578c3c (qgis): QgsVectorLayer is a QgsFeatureSink
- Also cleanup API for addFeature(s) in QgsVectorLayer, by removing
the unused extra argument from addFeature() and be ... - 02:43 AM Revision 8d0a9d6b (qgis): Add In,Out annotations to QgsFeatureSink methods
- 02:43 AM Revision 7ae71ded (qgis): QgsVectorDataProvider is a QgsFeatureSink
- 02:39 AM Revision 36333639 (qgis): Add a QgsFeatureSink interface for classes which accept adding features
2017-04-25
- 01:58 AM Revision 13b44722 (qgis): Add a simple qHash for QVariant
- Allows creation of QSet<QVariant>
- 01:39 AM Revision 66f4ff97 (qgis): Merge pull request #4407 from boundlessgeo/filedownloader-auth
- [auth] Add authentication configuration support to QgsFileDownloader
- 08:02 PM Revision 46186f19 (qgis): Merge pull request #4413 from rouault/fix_dxf2shp_gdal2.2
- Fix build of dxf2shp plugin with GDAL 2.2
- 06:03 PM Revision c869fa29 (qgis): [BUGFIX][Server] Filter restorer modifying layers and not well restorin...
- The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetS...
- 05:19 PM Revision 70a21d47 (qgis): Merge pull request #4415 from rldhont/server-wms-configparser-getcapabi...
- [Server] WMS GetCapabilities refactoring - Part 1
- 02:16 PM Revision 96151e73 (qgis): remove extra SIP_TRANSFERTHIS in cpp files
- 02:11 PM Revision 27a90534 (qgis): [Server] WMS GetCapabilities refactoring - Part 1
- Part 1 for removing QgsWMSProjectParser from GetCapabilities
- 01:53 PM Revision 4b67b27f (qgis): Add QgsStackTrace class
- 01:46 PM Revision c1832854 (qgis): sipify batch
- * QgsDial
* QgsDialog
* QgsDockWidget
* QgsEncodingFileDialog
* QgsErrorDialog - 01:28 PM Revision 448d2fdd (qgis): [doxygen] add include path to allow macro retrieval
- 01:28 PM Revision 15770912 (qgis): sipify layer tree classes
- 01:28 PM Revision a60b31d3 (qgis): fix doxymentation
- 11:00 AM Revision 486aa814 (qgis): Fix build of dxf2shp plugin with GDAL 2.2
- Up to know the plugin relied on the fact that GDAL exported the symbols of
its internal shapelib. Since GDAL 2.2 this... - 11:00 AM Revision 6b260ffe (qgis): Remove deprecated assertEquals use
- 10:32 AM Revision 997b6304 (qgis): Merge pull request #4402 from nyalldawson/iterator_invalid_geom
- Add invalid geometry handling to QgsFeatureRequest/QgsVectorLayerFeatureIterator
- 09:40 AM Revision 7af8c49c (qgis): Merge pull request #4410 from rouault/fix_12695_qgis2_18
- DBManager: fix importing a new layer in a GeoPackage (#16295)
- 09:40 AM Revision 3fa11622 (qgis): Merge pull request #4408 from rouault/fix_12695
- DBManager: fix importing a new layer in a GeoPackage (#16295)
- 08:47 AM Revision d27cbe7f (qgis): Try to fix build failure on clang
- 08:26 AM Revision 5be060fe (qgis): More cleanups to MethodCode
- 08:16 AM Revision 97438311 (qgis): Expose invalid geometry callback to python
- 08:16 AM Revision 5d377bee (qgis): Expand unit tests
- 08:16 AM Revision 92cc88d8 (qgis): Slight reorganisation of geometry check to make it easier to
- add other checks in future
- 08:16 AM Revision ee777447 (qgis): [processing] Remove special handling for invalid geometries
- Instead rely on QgsFeatureRequest method. There's a temporary
loss of the feedback on encountering an invalid geometr... - 08:16 AM Revision 80d07cb4 (qgis): Add method to perform invalid geometry checking in QgsFeatureRequest
- Allows requests to specify how invalid geometries should be
handled. Default is to perform no geometry validity check... - 08:16 AM Revision 595f1048 (qgis): Allow specifying a callback for encountering invalid geometries while i...
- 08:16 AM Revision c658f5ac (qgis): Cleaner MethodCode
- 07:07 AM Revision b0c16048 (qgis): fix indentation
2017-04-24
- 09:42 PM Revision c851db3d (qgis): DBManager: fix importing a new layer in a GeoPackage (#16295)
- Cherry-picked from 965350b3aeb98d1e803275396da9688e0617f850
- 09:41 PM Revision 965350b3 (qgis): DBManager: fix importing a new layer in a GeoPackage (#16295)
- 08:04 PM Revision eb1a78b2 (qgis): Fix indention test failure
- 06:37 PM Revision ae7ace98 (qgis): pep8 travis quirks (do not err locally)
- 06:26 PM Revision 91884537 (qgis): debian packaging: add internal webkit python bindings also for yakkety ...
- 06:23 PM Revision e5969452 (qgis): [auth] Add authentication configuration support to QgsFileDownloader
- With tests.
- 05:03 PM Revision cd521d6f (qgis): Adjust expected results for GDAL 2.2
- 04:37 PM Revision 085803de (qgis): [sifpiy] handle multiline body
- 04:00 PM Revision 46310d4a (qgis): Merge pull request #4404 from elpaso/server-tests-improvements
- [server] Tests housekeeping and improved robustness
- 02:59 PM Revision 466758ff (qgis): Properly deal with empty cache/directory in server
- backport 41693604674384ddd2b3869378db9b9d645d61a4
- 02:54 PM Revision fbe10d46 (qgis): followup 8f35ee464f0a32284263b684abbdf2a42c0e9131
- 02:52 PM Revision 8f35ee46 (qgis): sipify improvements
- * one liner enum (without assignements)
* remove function bodies of skipped methods - 02:28 PM Revision d3453063 (qgis): [server] Tests housekeeping and improved robustness
- * There is now a new common base class for QGIS Server testing
* WMS tests have been moved into their own class
* Add... - 01:06 PM Revision 5a19463c (qgis): sipify batch
- * QgsCredentials
* QgsCrsCache
* QgsDataSourceUri
* QgsDateTimeStatisticalSummary
* QgsDatumTransformStore - 01:06 PM Revision 419185bc (qgis): [sipify] remove EXPORT macro from struct definition
- 10:05 AM Revision 2a7d5d4b (qgis): Merge pull request #4393 from elpaso/server-api-mods
- [server] Server api mods
- 09:35 AM Revision c540ab33 (qgis): sipify QgsApplication
- 09:34 AM Revision 9b523cb1 (qgis): [sipify] do not remove function body within SIP_RUN blocks
- 09:32 AM Revision 10d34ece (qgis): sipify batch
- * QgsBearingUtils
* QgsBrowserModel
* QgsColorScheme, QgsColorSchemeRegistry
* QgsContextHelp
* QgsCo... - 09:32 AM Revision 6e7b753c (qgis): sipify improvements
- * reset comment while changing section
* fix comment at the end of a comment block
* use SIP_FORCE to show private ... - 08:12 AM Revision 68e0a627 (qgis): revert 82c66f8aa38e4e0e2d213b2040360410cafef30d
- 08:09 AM Revision 3652fa7e (qgis): Revert "Revert "Revert "Remove virtual method from class which shouldn'...
- This reverts commit 2a8555e13eb9a0e6bc0a24502ddb034f1aa1a3ac.
sorry for the noise - 08:07 AM Revision 2a8555e1 (qgis): Revert "Revert "Remove virtual method from class which shouldn't be sub...
- This reverts commit cb68c982b829ecf94b19f9b9a030a269e1c2239f.
- 08:04 AM Revision 6d26bb3b (qgis): [spelling] fix bad inword detection for activeXXX
- 08:00 AM Revision 8c80a60c (qgis): Merge pull request #4385 from volaya/remove_processing_commander
- [FEATURE][processing] remove processing commander
- 07:43 AM Revision 347934f4 (qgis): follow up 1bfa539
- 07:39 AM Revision 1bfa539d (qgis): [sipify] remove extra blank line
- 04:32 AM Revision cb68c982 (qgis): Revert "Remove virtual method from class which shouldn't be subclassed"
- This reverts commit 858129ddd3072d633e0abd97e1a45fe880f4cfb2.
I remember now... that was added to avoid a totally no... - 04:31 AM Revision 7b3859bd (qgis): Save as image cleanup:
- * message bar go away after 5sec
* make a couple of strings translatable in settings dialog
* nicer initialization of... - 03:02 AM Revision 858129dd (qgis): Remove virtual method from class which shouldn't be subclassed
- 02:02 AM Revision 98e25d17 (qgis): Block use of the Adwaita themes if we can avoid them
- The Qt variants of these GTK themes are VERY broken
for apps like QGIS. E.g. oversized controls like
spinbox widgets ...
2017-04-23
- 01:58 AM Revision c86264e2 (qgis): UI cleanup for crash dialog
- 01:41 AM Revision 716ff6c0 (qgis): Merge pull request #4394 from nyalldawson/bad_iterator_go_and_sit_in_a_...
- Fix crash when OGR layer is removed when source is stored
- 01:23 AM Revision 94c56aaf (qgis): Remove unused variable
- 12:59 AM Revision 3584a5f9 (qgis): Nicer initialization of members in iterators/sources
- 12:48 AM Revision 706b5a85 (qgis): Use unique_ptrs in provider feature sources
- 12:40 AM Revision 8c1584f3 (qgis): AFS feature source doesn't need to be a QObject
- 12:37 AM Revision b819bc27 (qgis): Correct use of private vs protected in provider/sources
- 12:21 AM Revision 6beaa518 (qgis): Add test to provider test suite that provider source does not rely
- on source layer or provider in any way
Fails for OGR provider! :o - 12:21 AM Revision c85a4378 (qgis): Partial fix for virtual layer iterator depending on provider
- The proper fix is more involved and requires reworking of the
sqlite handle to utilise a shared pointer. Without this... - 12:21 AM Revision 0dfe6873 (qgis): Fix crash when OGR layer is removed when source is stored
- Remove link to provider in OGR feature source
- 11:01 PM Revision 82c66f8a (qgis): "Fix" failing spell check
- 03:41 PM Revision bfcf2528 (qgis): Add QgsCrashHandler for single place for all platforms (#4395)
- Add QgsCrashHandler for single place for all platforms
- 02:18 PM Revision d36e47c6 (qgis): fix windows build (followup e0d20e53)
- 11:19 AM Revision f7b72545 (qgis): Merge pull request #4284 from arnaud-morvan/expression_compare_arrays
- Add arrays comparison in QgsExpression
- 08:02 AM Revision 268acab5 (qgis): [FEATURE] New "Save as image" settings dialog (#4390)
- * Resolution dpi setting
* Extent setting
* Scale setting
* Draw annotations / decorations setting - 05:07 AM Revision 4a2226af (qgis): Allow canceling background map renders
2017-04-22
- 12:34 AM Revision 16596599 (qgis): Fix crash when saving map image and dpi != 90
- 01:56 PM Revision cbcd1938 (qgis): [server] Add to API break and pass enum by value
- 12:21 PM Revision d35bd4ab (qgis): [server] disabled failing check
- 12:15 PM Revision abd035ac (qgis): [server] disabled failing check
- 12:13 PM Revision 428ca7b0 (qgis): Update indentation
- 12:01 PM Revision 97e55d27 (qgis): [server] Fix access control test
- 11:05 AM Revision c2ba2317 (qgis): [server] handleRequest accept QgsServerRequest.Method instead of a string
- Also made this optional
- 10:27 AM Revision 7f08e720 (qgis): [server] More Qt-style getter changes getHeader( key ) -> header( key )
- 10:17 AM Revision d03b0059 (qgis): [server] Expose HTTP status code and test refactoring
- * Renamed returnCode to statusCode (as per RFC https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
* Expose stat... - 08:35 AM Revision 1083f9f3 (qgis): Merge pull request #4392 from dmarteau/server_handle_request_full_url
- Server: pass full url string and data to handleRequest()
- 05:34 AM Revision e192bc48 (qgis): Remove old stack trace dump code in main
- Will be moved to a new class.
- 05:34 AM Revision 608d5199 (qgis): Add stack info to crash dialog
2017-04-21
- 05:38 PM Revision 018d2a24 (qgis): Server: pass full url string and data to handleRequest()
- Fix tests by removing passing url pieces from environment
- 02:54 PM Revision 11bb2345 (qgis): Merge pull request #4391 from dmarteau/server_request_body_accessor
- Server: Restore body() accessor in QgsRequestHandler
- 02:36 PM Revision 7ce99cac (qgis): Release of 2.14.14
- 02:35 PM Revision 3b30e6ac (qgis): Release of 2.18.7
- 02:35 PM Revision 96358dae (qgis): fix windows build
- 02:33 PM Revision a55390e3 (qgis): Restore body() accessor in QgsRequestHandler
- Restore clearBody() method in QgsRequestHandler
- 12:04 PM Revision 25ed76b8 (qgis): Move labeling engine config to a new class + QgsPalLabeling cleanup
- Another bit to make core library independent from QgsProject::instance().
Until now labeling engine configuration was... - 08:07 AM Revision bcf1ef5a (qgis): fix tab order in qgsvectorlayer properties dialog
- 07:06 AM Revision e0d20e53 (qgis): Update decorators to avoid relying on map canvas when rendering (#4388)
- 06:47 AM Revision db848a3f (qgis): Upgrade the save as image function into a background task (#4382)
2017-04-20
- 09:35 PM Revision 20197c2f (qgis): avoid opening multiple attribute forms for a single feature in identify
- (fixes #13520)
On behalf of Faunalia, sponsored by ENEL
(cherry picked from commit 7b8fb793cf63483477b8af1670541aca... - 09:34 PM Revision 7b8fb793 (qgis): avoid opening multiple attribute forms for a single feature in identify
- (fixes #13520)
On behalf of Faunalia, sponsored by ENEL - 03:16 PM Revision 1bbc39e8 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
- 03:08 PM Revision 5eadc459 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
- 03:04 PM Revision b35bbb62 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
- 02:47 PM Revision 5b8c083d (qgis): indentation fix
- 02:37 PM Revision f0228586 (qgis): [sipify] handle SIP_SKIP on several lines
- 02:21 PM Revision 8f2a5c7c (qgis): sipify all
- 02:21 PM Revision 1ab5a628 (qgis): [sipify] handle override method signature on several lines
- 02:21 PM Revision b272bf81 (qgis): [sipify] read file at once into an array
- this will allow accessing other lines while reading
- 02:03 PM Revision e5dd9366 (qgis): [processing] fixed I/O of models
- 02:03 PM Revision 54e30b93 (qgis): improvements for extracts within subsets
- 10:37 AM Revision 414772b6 (qgis): [processing] removed commander
- 09:49 AM Revision 02dade84 (qgis): utf8 translation string fix
- 09:23 AM Revision 5d6ebd46 (qgis): update INSTALL
- 08:15 AM Revision 36604196 (qgis): sipify QgsScaleWidget
- 08:15 AM Revision f9ec3829 (qgis): fix doxymentation
- 07:46 AM Revision dd6c7fdb (qgis): Add a QgsProject::ellipsoidChanged signal
- 06:15 AM Revision 6ecb17f1 (qgis): Merge pull request #4380 from nyalldawson/clone_annotations
- Add methods to clone annotations
- 05:39 AM Revision dce3c88b (qgis): Add methods to clone annotations
- 03:44 AM Revision 490f5f06 (qgis): Revise main window title bar text
- - Change order to "project name - QGIS" to follow standard
convention (also avoids possible truncation of project nam...
2017-04-19
- 06:06 PM Revision 13415370 (qgis): sipify QgsIdentifyMenu
- 06:06 PM Revision e5ab2f6b (qgis): [sipify] fix struct member assignment
- 04:44 PM Revision be9a51c4 (qgis): sipify QgsMapLayerModel, QgsMapLayerProxyModel
- 04:44 PM Revision 0b0e8a6a (qgis): move QgsFieldModel and QgsFieldProxyModel to core and sipify
- 04:44 PM Revision bd4f7126 (qgis): sipify QgsMapLayerCombobox, QgsFieldCombobox
- 03:20 PM Revision 7552d1cc (qgis): sipify QgsFileWidget, QgsExternalResourceWidget
- 03:19 PM Revision 652d6b42 (qgis): [sipify] remove Q_INVOKABLE
- 03:19 PM Revision 56aa36e4 (qgis): sipify QgsRelation
- 03:18 PM Revision a260146e (qgis): [sipify] fix remove protected members
- 03:03 PM Revision 51aa44de (qgis): [sipify] fix enum combination
- 02:29 PM Revision 55860e85 (qgis): sipify QgsFieldExpressionWidget
- 01:49 PM Revision daa3c2a4 (qgis): fix windows build
- 01:49 PM Revision a5998b43 (qgis): update ICOs
- 01:06 PM Revision 737906c5 (qgis): [processing] add information message when feature skipped
- 01:01 PM Revision 10161194 (qgis): [processing] prevent division by zero in random points in polygons fixed
- 11:23 AM Revision 3b5b1917 (qgis): [processing] fix parsing selection parameter in translate algorithm
- 10:45 AM Revision 23de9a02 (qgis): Rework QgsRange to better handle temporal ranges
- Make a new QgsTemporalRange template class for specific
temporal classes.
Add QgsDateTimeRange class. - 10:45 AM Revision 18c8c1fe (qgis): Add is2d() method to QgsBox3d to determine whether box is 2d
- 05:57 AM Revision ca40e115 (qgis): fix qgis startup crash with plugin manager (#4372)
- 05:57 AM Revision 41af40c3 (qgis): fix qgis startup crash with plugin manager (#4371)
- 05:24 AM Revision 24c5b032 (qgis): Rewrite addTopologicalPoints() and remove legacy snapping code + unit test
- 05:00 AM Revision b3d0515c (qgis): Merge pull request #4370 from nyalldawson/backport_composer_template_fixes
- Backport composer template fixes
- 04:35 AM Revision 4c7cff5a (qgis): [composer] Correctly handle restoring map layer style overrides from te...
- (when template was created in a different project)
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 58d... - 04:26 AM Revision 6c91d453 (qgis): Correctly handle restoring atlas coverage layer from template
- (when template was created in a different project)
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 5b6... - 04:07 AM Revision b7088b59 (qgis): [composer] Correctly restore map item layers when loading a template
- in a different project to that which the template was created in
On behalf of Faunalia, sponsored by ENEL
(cherry-p... - 03:51 AM Revision be3ddc64 (qgis): [composer] Use weak layer reference matching when loading attribute tab...
- Allows attribute tables in templates to reattach to matching layers
when loaded in a different project to the project... - 03:32 AM Revision a09ea451 (qgis): Backport weak layer reference utilities from 3.0
- 02:59 AM Revision cbf5e9c9 (qgis): Silence some annoyingly debug chatty classes
- 02:31 AM Revision 1962c54e (qgis): [cad] Listen out for CRS changes and enable if appropriate
- Avoids having to manually switch on and off cad tools after changing
CRS from geographic->metres based - 02:22 AM Revision 3e2d60e7 (qgis): Disable cad perpendicular/parallel buttons when snapping is disabled
- And use tooltips to advise users that snapping must be enabled
before this functionality can be used.
Hopefully help...
2017-04-18
- 01:57 AM Revision 58ded289 (qgis): [composer] Correctly handle restoring map layer style overrides from te...
- (when template was created in a different project)
On behalf of Faunalia, sponsored by ENEL - 01:57 AM Revision 5b6b035d (qgis): Correctly handle restoring atlas coverage layer from template
- (when template was created in a different project)
On behalf of Faunalia, sponsored by ENEL - 02:22 PM Revision 1cc2c410 (qgis): Merge pull request #4369 from mhugent/server_layerorder
- Fix layer drawing order in server to also work in complex projects and with custom drawing order
- 11:32 AM Revision 832d2dd0 (qgis): Node tool: improvements for deletion of vertices
- - fix issue when deleting the repeated first+last vertex of polygon's ring
- make deletion aware of topological editi... - 09:23 AM Revision e6aa44f8 (qgis): Merge pull request #4368 from nyalldawson/composer_map_layer_ref
- More use of weak layer references in composer templates
- 08:49 AM Revision f413963e (qgis): Change &operator to get()
- 08:36 AM Revision 2ca70dc4 (qgis): [composer] Correctly restore map item layers when loading a template
- in a different project to that which the template was created in
On behalf of Faunalia, sponsored by ENEL - 08:36 AM Revision 35410fd4 (qgis): Some API improvements to QgsMapLayerRef, unit tests
- 08:36 AM Revision eb1e8205 (qgis): [composer] Use weak layer reference matching when loading attribute tab...
- Allows attribute tables in templates to reattach to matching layers
when loaded in a different project to the project... - 08:36 AM Revision 85a7327a (qgis): Add some useful operators to layer reference
- 08:36 AM Revision 1efd623c (qgis): Move layer ref resolving to QgsMapLayerRef
- Add unit tests
- 08:36 AM Revision dc3b2cdb (qgis): Add some methods for working with lists of map layer references
- 08:29 AM Revision 6b5a997d (qgis): Fix layer drawing order in server to also work in complex projects and ...
- 05:14 AM Revision 6bb3fa61 (qgis): Merge pull request #4353 from nyalldawson/range
- New QgsRange template based class for storing interval ranges
- 04:58 AM Revision 405da595 (qgis): Rename QgsNodeTool2 to QgsNodeTool
- 04:19 AM Revision c4ea048e (qgis): New QgsRange template based class for storing interval ranges
- QgsRange classes represent a range of values of some element
type. For instance, ranges of QDateTime might be used to... - 04:19 AM Revision c460f07d (qgis): Add missing docs
- 04:19 AM Revision 7949c81c (qgis): Add templated docs to acceptable missing docs
- 04:06 AM Revision 33b6c41d (qgis): Merge pull request #4357 from nyalldawson/composer_layer_ref
- Use weak layer references and loose matching for composer legend customisation
- 03:27 AM Revision 302e9dd3 (qgis): Fix ui build warning
- 03:22 AM Revision 0c1f97c4 (qgis): Merge pull request #4367 from nyalldawson/distance_area_api
- Cleanup QgsDistanceArea API and sipify, add cache for ellipsoid lookup
- 03:14 AM Revision 3535ee2d (qgis): Allow QgsDataProvider access through QgsMapLayer
- Avoids having to cast to QgsRasterLayer/QgsVectorLayer before
accessing the common QgsDataProvider members - 03:14 AM Revision 87a67084 (qgis): [sipify] Always add virtual keyword for overridden methods
- sip often requires the virtual keyword to be present, or
it chokes on covariant return types in overridden methods - 02:27 AM Revision 0b36ee3a (qgis): Use weak layer references and loose matching for composer legend
- customisation
Allows legend customisation to be restored when loading a composer
template
Fix #2738 - 02:27 AM Revision 023ad465 (qgis): sipify QgsLayerTreeLayer
- 02:27 AM Revision 468c784f (qgis): sipify QgsLayerTreeGroup
- 02:27 AM Revision 1805a709 (qgis): Add missing docs
- 02:23 AM Revision 05b737c2 (qgis): Add doxygen note linking QgsDistanceArea to QgsEllipsoidUtils
- 02:18 AM Revision 5f1656b8 (qgis): Move retrieval of lists of known ellipsoids to QgsEllipsoidUtils
2017-04-17
- 01:53 AM Revision 147bb7f1 (qgis): Move ellipsoid parameter retrieval to new QgsEllipsoidUtils class
- 12:14 AM Revision 4925fab0 (qgis): C++11 = good
- 12:14 AM Revision ca2b199c (qgis): Fix possible corruption of cache
- 12:14 AM Revision 3ada8a2a (qgis): Use a transparent cache to avoid db lookups when setting QgsDistanceAre...
- 12:14 AM Revision cc5b9bfe (qgis): More QgsDistanceArea API cleanups and simplification
- - setEllipsoidalMode() was removed. Ellipsoidal calculations are
now enabled whenever a valid ellipsoid() has been se... - 12:14 AM Revision cdef0764 (qgis): Use default copy constructors and assignment operators for QgsDistanceArea
- There's no complex member variables here - the default implementations
should be fine (actually faster, since they wo... - 12:14 AM Revision 4fc49c96 (qgis): Cleanup QgsDistanceArea API
- - remove methods which accept a QgsGeometry pointer, leave
duplicate methods which accept QgsGeometry reference (call... - 12:14 AM Revision 53e1df45 (qgis): sipify QgsDistanceArea
- 12:14 AM Revision 275158aa (qgis): Cleanup ellipsoidal mode detection in QgsDistanceArea
- 11:37 AM Revision 7b202edf (qgis): Remove QgsVectorLayer::snapPoint() and unused code in QgsSelectedFeature
- 11:28 AM Revision c749057f (qgis): Merge pull request #4363 from alexbruy/passwordlineedits
- [needs-docs] use QgsPasswordLineEdit in the master password dialog
- 11:10 AM Revision 8c20d993 (qgis): sipify qgscolorbutton and qgscolorrampbutton (#4365)
- * get rid of params to get rid of warnings
- 11:08 AM Revision 316d9c33 (qgis): R.I.P. QgsSnapper and QgsMapCanvasSnapper
- These classes have been replaced by more efficient and flexible classes
(see QgsPointLocator, QgsSnappingUtils, QgsMa... - 11:06 AM Revision 8b08285e (qgis): added measureLineProjected and computeSpheroidProject to QgsDistanceArea
- 10:18 AM Revision 8a46a1d0 (qgis): R.I.P. old node tool
- 09:59 AM Revision 6bcc066d (qgis): sipify QgsCredentials dialog
- 09:59 AM Revision 85788151 (qgis): doxymentation
- 09:59 AM Revision ec5a8911 (qgis): use QgsPasswordLineEdit in the master password dialog
- 08:23 AM Revision e73a52bb (qgis): [FEATURE] New node tool implementation
- 05:49 AM Revision eff5a823 (qgis): [sipify] Convert "\a arg" to "``arg``" when processing Docstrings
- Allows argument names to be highlighted in Python docs
- 04:44 AM Revision e4d6bbfe (qgis): Fix Coverity divide by 0 error
- 04:43 AM Revision 952bc021 (qgis): Fix some Coverity null pointer dereference warnings
- 03:03 AM Revision 6a72c945 (qgis): [sipify] Don't autocreate Docstrings for overridden members
- Skip the autocreated Docstrings with rtype annotations if the
member is overridden - better to use the base class
Doc... - 02:55 AM Revision 96d5b9da (qgis): Implement a QGIS 3.0 TODO for QgsMessageLogViewer, cleanup docs
- 02:49 AM Revision 798c3182 (qgis): [sipify] Fix loss of class docstring if newline present between
- class doxygen and class definition
2017-04-16
2017-04-14
- 12:54 AM Revision 2264661e (qgis): Add tooltips to Vector layer properties dialog
- 05:32 PM Revision cc55ae19 (qgis): Merge pull request #4344 from rldhont/server-wfs-configparser
- [Server] WFS refactoring and QgsWfsProjectParser removal
- 04:19 PM Revision 14d96fcf (qgis): debian packaging: add zesty
2017-04-13
- 10:00 AM Revision 47a81f05 (qgis): Fix map canvas destruction fix (got broken after rebase)
- 09:58 AM Revision 92e3e75f (qgis): Move from "or", "and" to proper C-style ||, &&
- 08:28 AM Revision 2e21d469 (qgis): Fixes for moving between nodes with keyboard
- - supports < and > in addition to comma and dot
- wraps around polygon rings (jumps from last node to the first)
- mo... - 03:13 AM Revision 1eaa4862 (qgis): Followup 271e6f1, fix sidebar styling in style dock
- 02:58 AM Revision 944ce5f6 (qgis): Update qgis-resource-metadata.xsd
- 02:30 AM Revision 271e6f14 (qgis): Make search box in options pages blend in better
- 02:21 AM Revision 7f065c78 (qgis): Standardise margins on vector layer properties dialog
2017-04-12
- 01:40 AM Revision f23d3814 (qgis): Fix raster context menu "change transparency" actually changes opacity
- 11:11 PM Revision 48e876bb (qgis): Add centimeters and millimeters to measure dialog
- 11:10 PM Revision 40dac8f0 (qgis): [plugin manager] fix QGIS startup crash (fixes #16439) (#4360)
- 11:04 PM Revision c4ad9505 (qgis): [needs-docs] update metadata viewer and review UI for vector layer dial...
- Funded by WorldBank/GFDRR
- 10:21 PM Revision 0e09fdac (qgis): Use monospace fonts for console on all platforms
- 09:07 PM Revision 16c8dac2 (qgis): travis fix
- 09:07 PM Revision bca0ca25 (qgis): 2 new plots added
- 09:07 PM Revision 0c5b6679 (qgis): fix category error and remove np dependency
- 06:02 PM Revision 9c2f88c9 (qgis): QgsSettings: add writeArray and more group and array tests
- 02:21 PM Revision 29d228dd (qgis): Opps :)
- 02:18 PM Revision 7694dd2d (qgis): [FEATURE][needs-docs] Add better crash dialog
- 02:17 PM Revision 0e1a7d96 (qgis): debian packaging: add dependency qt5keychain-dev (followup 090d530)
- 01:04 PM Revision c9f05098 (qgis): Merge pull request #4355 from boundlessgeo/password-helper-authmanager3
- [feature][needs-docs] Master Password integration with OS password manager
- 12:58 PM Revision b8a69654 (qgis): Update qgis-resource-metadata.xsd
- 08:59 AM Revision da5c0ed2 (qgis): Fix composer legends are not restored from XML
- Also add unit test to protect this and switch to unique_ptrs
instead of raw pointers - 08:33 AM Revision 544e19e2 (qgis): backport [MSSQL] Fix update/insert with timestamp columns
- 08:26 AM Revision 3bb3f590 (qgis): Merge pull request #4349 from nyalldawson/box3d
- Initial framework for 3D box class
- 08:07 AM Revision b64c7b74 (qgis): Remove unused variable
- 08:04 AM Revision 6726214f (qgis): [MSSQL] Fix update/insert with timestamp columns
- 07:41 AM Revision 6e0ca9bd (qgis): [composer] Only update map rotation when editing finishes
- Avoids multiple map updates when entering values like "90".
Previously the map would be updated at every keystroke,
s... - 07:27 AM Revision 226bd9bb (qgis): Move QgsRectangle and QgsBox3d to geometry folder
- Since these are both geometry related classes, it's nicer to
keep these all together - 07:15 AM Revision 49e1ae40 (qgis): [composer] Only update map rotation when editing finishes
- Avoids multiple map updates when entering values like "90".
Previously the map would be updated at every keystroke,
s... - 06:45 AM Revision 36ca6d23 (qgis): Add methods to convert between QgsRectangle and QgsBox3d
- Also add volume calculation to QgsBox3d
- 06:39 AM Revision 6632fd68 (qgis): Cleanup QgsRectangle header and sipify
- Also add methods for returning area and perimeter of rectangle
- 06:08 AM Revision e3dfe178 (qgis): Add unit tests for QgsBox3d
- 06:08 AM Revision 0d843ff4 (qgis): Initial framework for 3D box class
- 05:25 AM Revision b8e27c18 (qgis): Update qgis-resource-metadata.xsd
- 04:37 AM Revision a92fde76 (qgis): Update qgis-resource-metadata.xsd
- 04:35 AM Revision 7211cc2a (qgis): Update qgis-resource-metadata.xsd
- 04:32 AM Revision 3b833d41 (qgis): add docs to XSD
- 03:09 AM Revision 343281b2 (qgis): Update qgis-resource-metadata.xml
- 03:06 AM Revision 399e6f02 (qgis): Update qgis-resource-metadata.xsd
2017-04-11
- 12:34 AM Revision 8637b221 (qgis): debian packaging: add zesty
- 11:02 PM Revision 6eb04783 (qgis): Update qgis-resource-metadata.xsd
- 10:56 PM Revision 759842e2 (qgis): Update qgis-resource-metadata.xml
- 05:00 PM Revision 01f647ee (qgis): try after travis failing
- 04:21 PM Revision 9a0ffbdc (qgis): remove selections tests
- 04:15 PM Revision 410e8e7a (qgis): Merge branch 'master' into proc_tests
- 03:00 PM Revision 090d5305 (qgis): [feature][needs-docs] Master Password integration with OS password manager
- This PR adds (optional) synchronization of the master password
with the OS password manager (AKA wallet/keychain).
A... - 08:24 AM Revision 669fa87e (qgis): [sipify] Fix stripping function body with virtual const reference returns
- 06:55 AM Revision 5fb63c06 (qgis): Make QgsRectangle protected members private
- This class is not designed to be subclassed
- 06:25 AM Revision a45e5700 (qgis): Use weak pointers for registered QgsOptionsWidgetFactorys
- Avoids QGIS crashing if a plugin crashes without deregistering
its QgsOptionsWidgetFactory. - 04:31 AM Revision 7a6efa2c (qgis): Merge pull request #4346 from nyalldawson/metadata_api
- Rename QgsMapLayer::metadata() -> htmlMetadata()
2017-04-10
- 10:47 PM Revision e7e73baf (qgis): Add test for postgres boolean
- 10:47 PM Revision cfb8552b (qgis): [postgis] Native boolean support
- 10:47 PM Revision 88a8a2c9 (qgis): CheckBox widget: support native Bool fields
- 09:36 PM Revision 5ab8e717 (qgis): UTF8 support for QgsRasterDataProvider::cStringList2Q_ (#4345)
- UTF8 support for QgsRasterDataProvider::cStringList2Q_.
Fix #15978 - 04:14 PM Revision 7a48d075 (qgis): [Server] WFS update files header
- 02:21 PM Revision 946f7eeb (qgis): [Server] WFS Transaction fix update
- 10:45 AM Revision f2a7dcbd (qgis): Rename QgsMapLayer::metadata -> htmlMetadata()
- Frees up metadata() for use as a structured metadata getter
- 10:07 AM Revision 9837c996 (qgis): Merge pull request #4348 from nyalldawson/sipify_maplayer
- Sipify QgsMapLayer and cleanup API
- 09:17 AM Revision 9dabb9dd (qgis): Avoid some "" literals and QString::nulls in layer API
- Use QString() instead
- 09:12 AM Revision de62c4e6 (qgis): Fix some QgsMapLayer getters which are incorrectly marked as slots
- 09:09 AM Revision 11283738 (qgis): Remove QgsMapLayer::invalidTransformInput slot
- Calling slot does nothing and is not used anywhere
- 09:07 AM Revision acd8aa94 (qgis): Sipify QgsMapLayer
- 09:00 AM Revision 18c1e623 (qgis): [sipify] Also skip mutable protected members
- 08:33 AM Revision 78d02b7f (qgis): Merge pull request #4299 from alexbruy/checkable-combobox
- [FEATURE] New custom widget checkable combobox
- 02:37 AM Revision bf518860 (qgis): Much faster save as vector layer when using restricted extent
- Use a provider filter rect to avoid looping through every single
feature in this case, and also use a prepared extent... - 02:30 AM Revision fc2581c6 (qgis): Daily connectification
2017-04-09
- 01:19 AM Revision b0c88f1b (qgis): Add missing currentThemeChanged signal to interface
- 12:58 AM Revision 248d8c94 (qgis): Fix missing sip cast for QgsHillshadeRenderer
- (cherry-picked from 8cf586)
- 12:52 AM Revision 8cf5860d (qgis): Fix missing sip cast for QgsHillshadeRenderer
- 01:48 PM Revision 6298cddb (qgis): [Server] WFS Transaction fix insert
- 01:46 PM Revision 3be1bbdf (qgis): [Server] Update QgsServer WFST test by adding wfs feature count verifyi...
- 12:47 PM Revision bc08a79b (qgis): Remove old comment line
- [ci skip]
- 08:18 AM Revision db8a14d4 (qgis): Test cmake (#4343)
- * Streamline cmake test file adding
2017-04-08
- 11:42 PM Revision 5805cf99 (qgis): Some docstring improvements
- 11:42 PM Revision 14e949b9 (qgis): [sipify] skip non-public template based member declarations
- 11:42 PM Revision d8207021 (qgis): Fix sipify test header file
- 11:42 PM Revision d902575f (qgis): Sipify
- 06:31 PM Revision cd506aac (qgis): [Server] WFS update indetation and spelling
- 05:07 PM Revision d018f032 (qgis): [Server] remove QgsWfsProjectParser
- 05:06 PM Revision eb3af08d (qgis): [Server] Update QgsServer AccessControl tests
- 05:06 PM Revision a8400fba (qgis): [Server] WFS Transaction add KVP support
- 05:06 PM Revision 49433672 (qgis): [Server] WFS Transaction refactoring
- 05:06 PM Revision 57137131 (qgis): [Server] WFS GetFeature refactoring
- remove QgsWFSProjectParser and rewrite all GetFeature methods
- 05:06 PM Revision 04ed2b4d (qgis): [Server] WFS GetCapapbilities and DescribeFeatureType refactoring
- Remove QgsWFSProjectParser from GetCapabilities and DescribeFeatureType
- 01:59 PM Revision f450b98b (qgis): sip skip on ColumnConfig == for now
- Fails on Windows build for some reason
- 11:00 AM Revision 0803b568 (qgis): remove docs for parent parameter
- 10:31 AM Revision df0c26d9 (qgis): update SIP file
- 07:30 AM Revision c8e4bca5 (qgis): make model and delegate classes private API
- 07:30 AM Revision 4a4b3184 (qgis): fix warnings`
- 07:30 AM Revision e9bd373d (qgis): replace "added in QGIS 3.0" with "since QGIS 3.0"
- 07:30 AM Revision 22ea3ac4 (qgis): homogenize doxygen comments
- 07:30 AM Revision 8b7a6b80 (qgis): sipify
- 07:30 AM Revision 1e3baca3 (qgis): don't close popup after first click, so user can select all necessary
- options at once
- 07:30 AM Revision 9fbb31a3 (qgis): add context menu with select/deselect all options
- 07:30 AM Revision 638dbcad (qgis): [FEATURE] new custom widget — combobox with checkable items
- 07:30 AM Revision a0bd3ec1 (qgis): remove private member initialization
- 07:30 AM Revision ec2af9bd (qgis): more doxymentation
- 07:30 AM Revision 792cd6f0 (qgis): add tests
- 07:30 AM Revision 228cc41a (qgis): custom widget for Qt Designer
- 07:30 AM Revision 6ab2bd06 (qgis): add Python bindings
- 07:30 AM Revision fc4ce3c5 (qgis): address Nyall's comments:
- - add TransferThis to parent argument
- QSignalSpy always available with Qt5 - 02:32 AM Revision 61137dc8 (qgis): Merge pull request #4339 from nyalldawson/sipify
- Sipify
2017-04-07
- 01:48 AM Revision bfd37e11 (qgis): [sipify] Add return types for functions in docstrings
- and change \return -> :return: in docystrings
- 03:00 PM Revision 8c5e241b (qgis): Add header to Qt templates
- 02:12 PM Revision 5f369b0c (qgis): Release of 2.18.6
- 12:26 PM Revision 58d2d6d7 (qgis): sipify_all
- 12:26 PM Revision ebc1afe8 (qgis): [sipify] Fix exposing members and default struct accessors
- 12:26 PM Revision c65f7626 (qgis): QgsAttributeEditorElement is an abstrat class
- 12:26 PM Revision cfeab26b (qgis): [sipify] Add support for abstract classes
- 12:26 PM Revision f82997c4 (qgis): [sipify] Force newlines after sip commands
- 12:26 PM Revision cd3528a1 (qgis): Sipification
- 12:26 PM Revision 97e2661e (qgis): [sipify] do not copy struct docstrings
- 08:17 AM Revision 29fd5ccd (qgis): Avoid showing "0.000 deg" in measure dialog for small degree measurements
- Instead auto add decimal places so that a usable value is shown
when the unit is degrees and the setting for decimal ... - 08:12 AM Revision 41808375 (qgis): remove unused label from about dialog
- 07:46 AM Revision a82aba9c (qgis): Merge pull request #4338 from timlinux/processing-fixes
- [processing] Added more error handling for cases when processing help causes an error
- 07:25 AM Revision 2308b076 (qgis): fix indentation
- 07:10 AM Revision 2adccb92 (qgis): Merge pull request #4328 from nyalldawson/proc_c7
- Porting processing to c++, part 2 (followup to #4311)
- 05:38 AM Revision 837ee294 (qgis): Indentation
- 05:34 AM Revision 11d71d98 (qgis): Attempt to fix failing GDAL test
- 05:28 AM Revision 69c31a2d (qgis): Always return const algorithms, since algorithms should not be modified
- 05:21 AM Revision 651355d5 (qgis): Refactor provider actions and remove from AlgorithmProvider
- 05:21 AM Revision 1bc3b28f (qgis): Fix processing error when grass7 not available
- 05:21 AM Revision 1aa7ca34 (qgis): Update sip
- 05:21 AM Revision ebd85199 (qgis): Remove processing specific methods for adding/removing providers
- QgsProcessingRegistry methods should always be used instead
- 05:21 AM Revision fdcf04f9 (qgis): Remove AlgorithmProvider
- Totally ported to QgsProcessingProvider
- 05:21 AM Revision 42a61415 (qgis): Also refactor provider context menu actions and remove from AlgorithmPr...
- 05:21 AM Revision 5a6f11d5 (qgis): Some cleanups
- 05:21 AM Revision 117260dc (qgis): Remove activation control from AlgorithmProvider
- Split between QgsProcessingProvider and subclasses
- 05:21 AM Revision 3739c3aa (qgis): Move tr out of AlgorithmProvider to subclasses
- 05:21 AM Revision b3142a0b (qgis): Move provider algorithm handling to QgsProcessingProvider
- 05:21 AM Revision 9a97a87b (qgis): Use display name in algorithm help
- 05:21 AM Revision fb1cf1e1 (qgis): Remove processing algList
- All functionality has been moved to QgsProcessingRegistry
- 05:21 AM Revision 4970bb4c (qgis): Move more algList functionality to QgsProcessingRegistry
- 05:21 AM Revision 2a1a7157 (qgis): Move algorithm id (previously commandLineName) to QgsProcessingAlgorithm
- 05:21 AM Revision 950ed680 (qgis): Don't try to deepcopy QgsProcessingAlgorithm class
- 05:21 AM Revision ff32054d (qgis): Fix some breakage
- 04:45 AM Revision 9c30a0e7 (qgis): Fix bad string encoding on windows
2017-04-06
- 01:36 AM Revision 0e72fe05 (qgis): Fix error when trying to run processing algs
- Caused by trying to deepcopy a c++ object. This is a temporary
fix - when the next part of the processing/c++ work la... - 01:23 AM Revision 85b38e36 (qgis): Whitespace
- 01:21 AM Revision ca8e1d34 (qgis): [sipify] Replace nullptr with None in docstrings
- Since nullptr has no meaning to Python devs
- 01:21 AM Revision 5ccc6ccc (qgis): Update api break docs, sipify QgsRasterFileWriter
- 01:14 AM Revision 9c832adc (qgis): disable export button if we try to export a raster layer (#4319)
- 12:57 AM Revision 505f2c68 (qgis): Merge pull request #4337 from timlinux/browser
- Changed Tile Server (XYZ) to XYZ Tiles to reduce visual clutter
- 12:56 AM Revision d26d1b7c (qgis): Merge pull request #4336 from nyalldawson/background_raster
- [FEATURE] Background saving of raster layers
- 12:56 AM Revision c28ad0b1 (qgis): Merge pull request #4335 from nyalldawson/save_vector_with_extent
- Much faster save as vector layer when using restricted extent
- 12:18 AM Revision 110828fe (qgis): [FEATURE] Background saving of raster layers
- Use the task manager framework to handle saving of raster layers
in the background - 04:41 PM Revision 26e29477 (qgis): Changed Tile Server (XYZ) to XYZ Tile Server to reduce visual clutter
- 01:13 PM Revision 80cef510 (qgis): Cleanup of validation objects and markers
- 12:59 PM Revision 9619d5e7 (qgis): Fix snapping configuration to snap only to editable layers
- 12:42 PM Revision efbfe3b9 (qgis): Also highlight vertices when highlighting a feature on mouse hover
- 12:13 PM Revision 2bdef02b (qgis): Added more error handling for cases when processing help causes an error
- 11:07 AM Revision 2d17ded1 (qgis): Spelling fix
- 11:04 AM Revision 25d9936d (qgis): [OGR] fix feature count issue for OSM datasets (fixes #16402) (#4322)
- 10:56 AM Revision 67947b96 (qgis): Fix build for Qt<5.6
- 10:20 AM Revision 323af157 (qgis): Fix Refactor Fields error if layer has no features
- 10:18 AM Revision 0b414251 (qgis): Add validation of changed geometries
- Whenever geometries are modified, validation will be run while node tool
is active and validation errors are displaye... - 10:16 AM Revision b601467d (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 10:14 AM Revision 7a09580b (qgis): Fix Refactor Fields error if layer has no features
- 10:14 AM Revision e5d10b69 (qgis): Fix Refactor Fields error if layer has no features
- 08:57 AM Revision d2f3eb1b (qgis): Much faster save as vector layer when using restricted extent
- Use a provider filter rect to avoid looping through every single
feature in this case, and also use a prepared extent... - 05:46 AM Revision c0fb3f25 (qgis): Add API area selector in test template
- 05:21 AM Revision f0044686 (qgis): Update highlighted nodes when features are changed or deleted
- 05:19 AM Revision e9cad2cd (qgis): Add ignore for astyle for template folder
- 05:17 AM Revision d303ca8c (qgis): Fix startup NSBitmapImageRep exceptions on macOS, due to missing files
- See https://github.com/qgis/homebrew-qgisdev/issues/27
Exceptions happen when PNGs were changed to SVGs, but the .ui... - 04:52 AM Revision d1f23e97 (qgis): Integrate node editor from the old node tool
- When right-clicking on a feature, a popup menu will be shown
and it is possible to open node editor dock widget for t... - 03:56 AM Revision 375814e1 (qgis): Fix broken template
- 03:45 AM Revision b76bfdee (qgis): Fix unset var in template install script
- Pro Tip: Don't code on the train early in the morning
- 03:42 AM Revision 53e3f3bc (qgis): Fix typo in install template script
2017-04-05
- 11:43 PM Revision 58909a1c (qgis): Add install script for editor templates and code style
- 02:25 PM Revision c32c9e3f (qgis): backport a30cf2923c75e786f085593a1c69463310aae66d
- 02:24 PM Revision b81bcf0f (qgis): backport a30cf2923c75e786f085593a1c69463310aae66d
- 02:24 PM Revision f85ff260 (qgis): backport a30cf2923c75e786f085593a1c69463310aae66d
- 01:58 PM Revision a30cf292 (qgis): Fix dutch service url
- English 'eng' is now a poorly implemented redirect to 'dut', which fails. So fixing this already here while the redir...
- 01:41 PM Revision efa6e435 (qgis): update schema lineage
- 12:42 PM Revision cf2f431f (qgis): Merge pull request #4334 from gabrimonfa/bug_16389_sld_stroke_color
- fixes #16389 stroke color is not correctly exported in SLD
- 12:16 PM Revision cf7acdf5 (qgis): bug 16389 fix error in sld export about stroke color
- 12:06 PM Revision 88c3b51f (qgis): Merge pull request #4333 from nyalldawson/dataobjects
- Port more processing dataobjects methods to c++
- 11:50 AM Revision 377b181c (qgis): Port more processing dataobjects methods to c++
- Also
- simplify and add tests
- remove large memory leak (persistant store of all non-project layers)
- remove broken... - 11:10 AM Revision 85d59e64 (qgis): creatensis.pl: fix md5sum verification on filenames with a plus
- 10:39 AM Revision ee29fa66 (qgis): Use QgsMapLayerComboBox in processing field calculator
- 10:10 AM Revision 61ace1cc (qgis): Slightly improved markers for highlighted nodes and circular nodes
- 09:58 AM Revision c2c93359 (qgis): [sipify] fix private inheritance with namespace
- 09:58 AM Revision d7014846 (qgis): [sipify] skip protected members
- 07:43 AM Revision 9a059511 (qgis): Merge pull request #4331 from nyalldawson/dataobjects
- Port some processing dataobjects routines to c++
- 07:27 AM Revision 8ffdb362 (qgis): Port some processing dataobjects routines to c++
- 06:51 AM Revision 52113d7c (qgis): Fixed display of rubber bands when using OTF reprojection
- 05:33 AM Revision 9b7fd3d6 (qgis): Fix topological editing when snapping a node to a segment
- 04:49 AM Revision d1e7d175 (qgis): Fix support for advanced digitizing dock (CAD)
- 02:55 AM Revision d5f930ad (qgis): Allow storing QgsCoordinateReferenceSystem in QVariants
- 02:36 AM Revision 5718abd4 (qgis): Spell check "condtion" -> "condition"
- 02:32 AM Revision 4eeacb8f (qgis): [sipify] Replace :: with . during doxygen->docstring conversion
- e.g.
You can use QgsXmlUtils::writeVariant to save it to an XML document
->
You can use QgsXmlUtils.writeVariant to ...
2017-04-04
- 01:53 AM Revision 3c4a9fd4 (qgis): Daily connectification
- 10:17 PM Revision 51517fd7 (qgis): Merge pull request #4311 from nyalldawson/proc_c4
- Simple c++ base class for processing algorithms
- 08:38 PM Revision 5e2611b7 (qgis): Added sample XML document for QGIS metadata
- 08:38 PM Revision 5c4a3325 (qgis): Added draft XML schema for QGIS metadata
- 03:10 PM Revision 85e83e14 (qgis): [Processing] prevent error when running escapeAndJoin with empty param ...
- fixes #16200
- 03:09 PM Revision 7a12d5fa (qgis): Revert "[Processing] prevent error when running escapeAndJoin with empt...
- This reverts commit c2a566a3a7bfe369832e5361a0c582bfe2ea5a98.
- 01:02 PM Revision c2a566a3 (qgis): [Processing] prevent error when running escapeAndJoin with empty param ...
- fixes #16200
- 12:09 PM Revision 84897e3d (qgis): [processing] cast setting size value to int
- fixes #16347
- 11:04 AM Revision 439b9de9 (qgis): fixed saga algorithm to adapt it to 2.3 syntax
- 10:45 AM Revision 27d5bbbd (qgis): fix building without Qt Webkit
- also Qt5 connect style
- 10:41 AM Revision a1032704 (qgis): Fix moving of edges with circular edges + code cleanups
- 06:12 AM Revision 51fb793f (qgis): Simplify code for dragging of edges
- 04:46 AM Revision 028b8dca (qgis): Simplify code for straight line rubber bands
- 02:08 AM Revision f23ed3a6 (qgis): Move editor tools into editors folder (#4324)
- Move editor tools into editors folder and add test QtCreator template
2017-04-03
Also available in: Atom