Activity

From 2017-04-08 to 2017-05-07

2017-05-07

11:53 PM Revision fefa572e (qgis): Fix crash when transform errors occur while rendering
If a transform exception occurred while rendering a symbol then
the QgsSymbolRenderContext cleanup code was never cal...
Nyall Dawson
11:53 PM Revision 5d50b17c (qgis): Swap some members to unique_ptrs to make ownership clearer
Nyall Dawson
11:47 AM Revision 660aaa54 (qgis): Black list some tests for now
Nathan Woodrow
10:07 AM Revision 2862439f (qgis): Fix build
Nathan Woodrow
07:58 AM Revision 6c41bdfd (qgis): Fix #16474 - Clean up formatting of crash report data
Nathan Woodrow
02:25 AM Revision ddbb1702 (qgis): Merge pull request #4510 from qgis/revert-4494-composer_async
Revert "Asyncronously render composer map previews " Nyall Dawson
02:25 AM Revision 40319df3 (qgis): Revert "Asyncronously render composer map previews "
Nyall Dawson

2017-05-06

01:49 AM Revision 4160e19b (qgis): fix windows build
Jürgen Fischer
01:31 AM Revision bcca7af5 (qgis): Merge pull request #4495 from nyalldawson/writer
[processing] Port vector.createVectorWriter to c++ Nyall Dawson
01:22 AM Revision 54e208b9 (qgis): Merge pull request #4494 from nyalldawson/composer_async
Asyncronously render composer map previews Nyall Dawson
12:02 AM Revision 06c4dea7 (qgis): [processing] Remove vector.createVectorWriter
Use QgsProcessingUtils.createFeatureSink instead Nyall Dawson
12:02 AM Revision a8a3cc82 (qgis): [processing] Port vector.createVectorWriter to c++
This implements an improved version of vector.createVectorWriter
in QgsProcessingUtils. The improved version relies o...
Nyall Dawson
10:10 PM Revision 7efcfee2 (qgis): osgeo4w: also build pdb and corresponding package for releases
Jürgen Fischer
02:33 PM Revision 040c4b32 (qgis): Small cleanup of QgsAbstractGeometry header
Martin Dobias
10:45 AM Revision 3c4567d0 (qgis): [server] More WMS tests for FILTER parameter with bool operators and UTF8
Forward port from 2.18 commit 8fd4fc60697738a986207 Alessandro Pasotti
10:44 AM Revision a46e9a56 (qgis): [server] Fail test when expected and reference have different number of...
Alessandro Pasotti
09:49 AM Revision a882a3b5 (qgis): Added server changes to API break docs
Alessandro Pasotti
08:43 AM Revision 2af9698e (qgis): Merge pull request #4507 from nyalldawson/import_sink
QgsVectorLayerImport is a QgsFeatureSink Nyall Dawson
08:16 AM Revision 51d3fac1 (qgis): Fix attribute table header feature selection (fixes #16520)
Mathieu Pellerin - nIRV
07:05 AM Revision 855e1f69 (qgis): Asyncronously render composer map previews
(Forward port from Sourcepole fork) Sandro Mani
07:05 AM Revision 63a3037c (qgis): [composer] Use last complete map render when previewing map items
until a new cached preview is ready
Ensures that map items always show some content while a background
cache update ...
Nyall Dawson
07:05 AM Revision 2b48026e (qgis): Fix perpetual rendering message on newly created maps
Nyall Dawson
07:05 AM Revision baa65925 (qgis): Add some safety checks
Nyall Dawson
07:05 AM Revision 57b1a399 (qgis): Initially draw 'rendering' text while waiting for first cache of compos...
Nyall Dawson
07:05 AM Revision 4ec56bc8 (qgis): Draw cached composer map image respecting any content movement
Nyall Dawson
07:05 AM Revision 1be4fd5a (qgis): Remove debug messages
Nyall Dawson
07:05 AM Revision bcfb8611 (qgis): Cleanup 57d162, improved cancelation and code modernization
Nyall Dawson
07:05 AM Revision b7ca7876 (qgis): Also trigger composer map update on resize
Nyall Dawson
07:05 AM Revision ba46c875 (qgis): Avoid crash on exit of PyQgsPalLabelingComposer test
Nyall Dawson
06:59 AM Revision 1033c7b3 (qgis): Remove unused argument
Nyall Dawson
06:15 AM Revision 80d22406 (qgis): Make QgsVectorLayerImport protected members private
This class isn't designed to be subclassed Nyall Dawson
06:15 AM Revision 46ff6527 (qgis): QgsVectorLayerImport is a QgsFeatureSink
Nyall Dawson
06:15 AM Revision 83baf9ea (qgis): Sipify QgsVectorLayerImport
Nyall Dawson
06:13 AM Revision 8d036423 (qgis): Merge pull request #4487 from nyalldawson/memory
Move memory provider to core Nyall Dawson
05:31 AM Revision df679a2d (qgis): Set paths in qgis python module based on osgeo4w env file
Nathan Woodrow
05:00 AM Revision b5ae888b (qgis): Merge pull request #4478 from nyalldawson/layer_store
Split off map layer storage handling from QgsProject to QgsMapLayerStore Nyall Dawson
04:37 AM Revision 27ab5a0e (qgis): Merge pull request #4504 from nyalldawson/project_cleanup
Cleanup project closing Nyall Dawson
04:34 AM Revision 0a0c33dc (qgis): Remove QgsGeometryCache class
The geometry cache was only used for few geometry editing operations anyway. In earlier versions
of QGIS the geometry...
Martin Dobias
04:32 AM Revision e2a735f3 (qgis): Simplify QgsMemoryProviderUtils::createMemoryLayer()
Nyall Dawson
04:28 AM Revision ba2fdf00 (qgis): Rename some QgsProviderRegistry methods to clarify that they are factories
- provider() was renamed to createProvider()
- selectWidget() was renamed to createSelectionWidget()
- providerLibrar...
Nyall Dawson
04:20 AM Revision 6502864c (qgis): Add missing /Factory/ annotations to QgsProviderMetadata
Also sipify QgsProviderMetadata and QgsProviderRegistry Nyall Dawson
04:13 AM Revision 6af2d30b (qgis): Update QgsProviderRegistry docs
Nyall Dawson
04:05 AM Revision 5511b07e (qgis): Move memory provider to core
This commit introduces basic support for non-library based
data providers, and moves the memory provider from a libra...
Nyall Dawson
04:05 AM Revision 767cb12c (qgis): Add QgsMemoryProviderUtils.createMemoryLayer for easy creation
of new memory layers from QgsFields/QgsCoordinateReferenceSystem/etc
Since memory provider cannot use QgsVectorLayer...
Nyall Dawson
04:05 AM Revision 2b3c5511 (qgis): QStringLiteral
Nyall Dawson
04:05 AM Revision 8519d745 (qgis): Use QgsMemoryProviderUtils::createMemoryLayer when pasting as scratch l...
Also avoids annoying invalid "missing CRS" message/window when pasting
features to a scratch layer
Nyall Dawson
04:05 AM Revision 747a36f1 (qgis): Remove memory provider library from packaging
Nyall Dawson

2017-05-05

08:38 PM Revision 8fd4fc60 (qgis): Merge pull request #4505 from boundlessgeo/server-more-filter-tests
[server] More WMS tests for FILTER parameter with bool operators and … Alessandro Pasotti
06:53 PM Revision a5d61a5d (qgis): [server] More WMS tests for FILTER parameter with bool operators and UTF8
Needs forward porting Alessandro Pasotti
05:32 PM Revision 37848920 (qgis): [bugfix] Fixes attribute table duplicated rows #15974
Alessandro Pasotti
04:55 PM Revision 5e3c6e54 (qgis): Fix space
Nathan Woodrow
04:37 PM Revision 52093a58 (qgis): Fix symbol path for osgeo4w installs
Nathan Woodrow
03:48 PM Revision 3e05bd85 (qgis): Merge pull request #4501 from alexbruy/statistics-by-type
Statistics panel: show only relevant statistics depending on the field type Alexander Bruy
03:47 PM Revision 2185d42d (qgis): [processing] reset variables list in field calculator on layer change (...
Alexander Bruy
03:39 PM Revision 028c64e8 (qgis): Doxygen typo
Matthias Kuhn
03:39 PM Revision 931bf32a (qgis): Doxymentation for QgsTransaction
Matthias Kuhn
03:39 PM Revision 5f7a2912 (qgis): Expose "context" to expression functions
Matthias Kuhn
03:39 PM Revision fd25288a (qgis): Documentation for custom functions
Matthias Kuhn
02:16 PM Revision 9c88faf4 (qgis): Merge pull request #4499 from alexbruy/processing-fieldcalc
[processing] reset variables list in field calculator on layer change (fix #15633) Alexander Bruy
02:10 PM Revision fe677040 (qgis): Cleanup project closing
- ensure that layers are removed when clearing projects
- ensure that project is cleared before destruction
Nyall Dawson
01:34 PM Revision 41dd2e73 (qgis): Merge pull request #4447 from arnaud-morvan/fix_new_bookmark
Fix new bookmark query. Nyall Dawson
12:38 PM Revision 67e1558f (qgis): Remove unused symbols from qgis.h
Also slow down @NathanW2's build Nyall Dawson
11:04 AM Revision 0eb337ff (qgis): [i18n] adding translator on request
Werner Macho
09:23 AM Revision 7ff644ee (qgis): update staistics list depending on the field type (fix #16119, #16118)
Alexander Bruy
09:23 AM Revision c151ad04 (qgis): correctly handle toggling statistics visibility (fix #16117)
Alexander Bruy
09:23 AM Revision 391cb73e (qgis): rebuild statistics drop-down menu only when field type changed
Alexander Bruy
09:23 AM Revision 68872e5f (qgis): introduce private enum to strore field type
Alexander Bruy

2017-05-04

11:00 PM Revision 02e96a2d (qgis): Partially revert 636a37f
Fix processing modeler error on startup Nyall Dawson
10:54 PM Revision 49bec6b6 (qgis): Fix windows build
Nyall Dawson
12:04 PM Revision 29dd519e (qgis): introduce SIP_SKIP in headers
based on the docstrings 'not available in Python bindings' Denis Rouzaud
10:49 AM Revision cc887c63 (qgis): [sipify] use a distinct header to simplify includes
there was an issue in libdxf which includes qgslogger in debug mode
and qgsdebug.h includes qgis.h include qgswkbtype...
Denis Rouzaud
09:41 AM Revision 41dc9d1e (qgis): SIP_SKIP QgsExpression::cloneTo
Matthias Kuhn
09:14 AM Revision c2699b46 (qgis): [processing] reset variables list in field calculator on layer change (...
Alexander Bruy
08:59 AM Revision 77d34ddd (qgis): initial sipification of the network analysis library
Alexander Bruy
08:59 AM Revision 6f4b0c99 (qgis): doxymentation
Alexander Bruy
08:59 AM Revision 3d43f639 (qgis): add missing signals
Denis Rouzaud
08:59 AM Revision f6266130 (qgis): also sipify QgsGraphAnalyzer
Alexander Bruy
08:59 AM Revision fd9569fe (qgis): fix qgsgraphanalyzer.h for sipification
Alexander Bruy
08:59 AM Revision 31cd113b (qgis): update SIP files
Alexander Bruy
08:59 AM Revision b295fccc (qgis): fix indentation
Alexander Bruy
08:59 AM Revision e1c35883 (qgis): [sipify] remove space before ModuleTypeHeader
also update network analysis SIP files Alexander Bruy
08:59 AM Revision b93e925b (qgis): [sipify] follow-up 634c7aa3f460ee945743850f6715940d47a12579
Alexander Bruy
08:59 AM Revision 433b21f7 (qgis): remove qgsgraphanalyzer from SIP blacklist
Alexander Bruy
08:26 AM Revision d56eef1f (qgis): Sipify core.QgsInterval
Arnaud Morvan
08:26 AM Revision 264c9028 (qgis): Sypify core.QgsHistogram
Arnaud Morvan
08:26 AM Revision 3b43543e (qgis): Sipify core.QgsGemlSchema
Arnaud Morvan
08:26 AM Revision 742c1aa9 (qgis): Sipify core.QgsGml
Arnaud Morvan
08:26 AM Revision 8e61d483 (qgis): Sipify core.QgsJsonUtils
Arnaud Morvan
08:05 AM Revision 716fe524 (qgis): Add a button to project properties to open folder containing project
(Opens in default OS file browser) Nyall Dawson
07:38 AM Revision eda17309 (qgis): [sipify] use single regex for all double annotation cases
followup ac54a3f83fa95e965f415ec6884d195629e87273 Denis Rouzaud
07:23 AM Revision f7f32e64 (qgis): [sipify] signals are public
Denis Rouzaud
05:41 AM Revision 71347c45 (qgis): Show project path using native OS format
Avoids showing project paths as d:/... on windows, and instead
uses the more familiar d:\... format
Nyall Dawson
04:02 AM Revision 341e2587 (qgis): Merge pull request #4356 from nyalldawson/metadata
Implement Metadata store (WP2 for QEP-91) (part 1) Nyall Dawson

2017-05-03

01:50 AM Revision 548d61b8 (qgis): Fix expected sipify output
Nyall Dawson
12:29 AM Revision ac54a3f8 (qgis): [sipify] Combine multiple argument annotations
Nyall Dawson
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 Nyall Dawson
11:30 PM Revision 8389b9a0 (qgis): Sipify update
Nyall Dawson
11:29 PM Revision 18478ab6 (qgis): Remove duplicate gui/effects include
Nyall Dawson
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...
Nyall Dawson
11:29 PM Revision 75f5a5fb (qgis): Add spatial and temporal extents to metadata
Nyall Dawson
11:29 PM Revision 8545b804 (qgis): Add doxygen note about metadata validation
Nyall Dawson
11:29 PM Revision bf2ce3d8 (qgis): Add history item to metadata
Nyall Dawson
11:29 PM Revision b2f52d8a (qgis): Add license section to metadata
Nyall Dawson
11:29 PM Revision 5600395e (qgis): Add metadata validator
Adds a new abstract base class QgsMetadataValidator for validating
metadata against standard schemas.
Initially only...
Nyall Dawson
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...
Nyall Dawson
11:29 PM Revision 998ca4a8 (qgis): Preparation for metadata directory
Nyall Dawson
11:29 PM Revision 3a965e6d (qgis): Attach layer metadata to QgsMapLayer
Nyall Dawson
11:29 PM Revision 269bfe7b (qgis): Metadata class shell
Nyall Dawson
11:29 PM Revision 9e662a78 (qgis): Merge pull request #4330 from kalxas/metadata_schema
Adding Metadata schema for WP1 for QEP-91 Nyall Dawson
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 Nyall Dawson
11:21 PM Revision 32ff0921 (qgis): Merge pull request #4491 from nyalldawson/proxy_sink
Add QgsProxyFeatureSink Nyall Dawson
11:20 PM Revision a87e8d1a (qgis): Merge pull request #4493 from arnaud-morvan/sipify_core_classes_2
Sipify core classes 2 Nyall Dawson
07:30 PM Revision 4e436c22 (qgis): Add test for python QgsFields [] operator
Arnaud Morvan
07:20 PM Revision cdb947c8 (qgis): Merge pull request #4465 from boundlessgeo/server-plugins-api-refactoring2
[server] Server plugins API refactoring Alessandro Pasotti
07:11 PM Revision 04a9264e (qgis): Sipify core.QgsFeatureIterator
Arnaud Morvan
07:07 PM Revision 05933b17 (qgis): Sipify core.QgsFeatureFilterProvider
Arnaud Morvan
02:39 PM Revision 3be20f86 (qgis): update qgisMinimumVersion to current LTR
Tom Kralidis
11:51 AM Revision e40cb071 (qgis): Move QgsProxyFeatureSink methods to header
To allow better compiler optimisation Nyall Dawson
11:50 AM Revision 96ad5113 (qgis): Add method to retrieve sink
Nyall Dawson
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...
Alessandro Pasotti
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...
Alessandro Pasotti
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...
Alessandro Pasotti
10:20 AM Revision 03dd26ef (qgis): Adapt to GDAL 2.0 API
Nyall Dawson
09:13 AM Revision ce4f93b4 (qgis): Add method to retrieve corresponding OGR driver from a file extension
Nyall Dawson
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...
Nyall Dawson
08:38 AM Revision 0780756f (qgis): ignore empty SVG path (fix #15891)
(cherry picked from commit 6f759a87c9beda8b823ff107fdde680f3de9f720) Alexander Bruy
08:07 AM Revision fe7d49a0 (qgis): Merge pull request #4470 from alexbruy/ignore-empty-svg-path
ignore empty SVG path (fix #15891) Alexander Bruy
08:02 AM Revision 85f3b81b (qgis): remove double spaces in sip files
fix indentation Denis Rouzaud
07:22 AM Revision 6958db6f (qgis): [sipify] rename SIP_PYARGTYPE to SIP_PYTYPE since it can be used to cha...
Denis Rouzaud
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 ...
Nyall Dawson
05:52 AM Revision dc7198a7 (qgis): Merge pull request #4488 from nirvn/saveasimage_fix_rotated
Mathieu Pellerin - nIRV
05:39 AM Revision 747c2e2b (qgis): rotated world file support in QgsMapSettingsUtils::worldFileContent()
Mathieu Pellerin - nIRV
04:11 AM Revision e1b1400d (qgis): Fix rotated canvas scale issue in save as image
Mathieu Pellerin - nIRV

2017-05-02

12:56 AM Revision a2327d3a (qgis): Fix Coverity uninitialized member warning
Nyall Dawson
12:43 AM Revision 32e06f48 (qgis): Make QgsProcessingContext::temporaryLayerStore() return a pointer to store
Nyall Dawson
11:35 PM Revision d2ce9c69 (qgis): Allow access to project's internal layer store, remove some duplicate code
Nyall Dawson
11:21 PM Revision 81e79d98 (qgis): Merge pull request #4483 from nyalldawson/writer_pt1
Small cleanups to processing getVectorWriter Nyall Dawson
11:09 PM Revision e1cff82a (qgis): Fix failing test
Nyall Dawson
11:09 PM Revision c575c4a8 (qgis): Fix build
Nyall Dawson
11:09 PM Revision 26afb2e5 (qgis): Use QgsMapLayerStore within QgsProject
Nyall Dawson
11:09 PM Revision 10b1896a (qgis): Move old map layer registry tests into QgsProject tests
Nyall Dawson
11:09 PM Revision 348c8866 (qgis): Use a QgsMapLayerStore instead of whole QgsProject for
temporary layer storage in QgsProcessingContext Nyall Dawson
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...
Nyall Dawson
11:09 PM Revision f81971da (qgis): Fix failing tests
Nyall Dawson
10:26 PM Revision 15de36ab (qgis): [processing] Always require real QgsFields objects in getVectorWriter,
don't allow arrays of fields as inputs Nyall Dawson
10:26 PM Revision 1526afec (qgis): Add missing import
Nyall Dawson
10:25 PM Revision 43a86808 (qgis): [processing] Fix vector split alg
Nyall Dawson
10:25 PM Revision ee1236f0 (qgis): [processing] Remove unused options argument from (create/get)VectorWriter
Nyall Dawson
09:49 PM Revision 8e70aa84 (qgis): Merge pull request #4439 from arnaud-morvan/processing_run_context
[processing] Handle context in processing.run Nyall Dawson
09:25 PM Revision 8d8fa946 (qgis): [feature] Expression performance improvements
Matthias Kuhn
08:34 PM Revision fbd62be7 (qgis): [sipify] remove static const value assignment
Denis Rouzaud
07:44 PM Revision 1f3ff11b (qgis): Merge pull request #4486 from rldhont/server-wfs-refactoring
[Server] little WFS refactoring René-Luc ReLuc
07:43 PM Revision c30d7b98 (qgis): Fix docstrings
Matthias Kuhn
07:11 PM Revision 48b55a71 (qgis): Fix crashing test
Matthias Kuhn
07:03 PM Revision 5664d3df (qgis): [Server] little WFS refactoring
René-Luc ReLuc
05:04 PM Revision e232a080 (qgis): [processing] Handle context in processing.run
Fix #15985 (Concave hull) Arnaud Morvan
03:11 PM Revision b342accf (qgis): Merge pull request #4484 from lejedi76/processing_errormsg_mergevectorl...
[processing] fix error message in merge algorithm Alexander Bruy
03:11 PM Revision 144492d4 (qgis): Merge pull request #4481 from alexbruy/remove-r-provider
[processing][needs-docs] remove R provider from Processing core Alexander Bruy
01:39 PM Revision dea558b8 (qgis): fix error message in merge algorithm
LOMENEDE Jean-Daniel
12:55 PM Revision 87922658 (qgis): sipify osmdownloader and small improvments to the overpass server
Etienne Trimaille
12:11 PM Revision 6e38c1d6 (qgis): change mullptr in api doc test
Denis Rouzaud
11:39 AM Revision 30a7e7e5 (qgis): [processing] remove R provider from core distribution
Alexander Bruy
11:39 AM Revision cf5d1aae (qgis): remove old import
Alexander Bruy
11:39 AM Revision 429e67e0 (qgis): [processing] remove stuff related to R provider
Alexander Bruy
10:26 AM Revision b77b4967 (qgis): [sipify] fix detection of method signature with following body
Denis Rouzaud
10:11 AM Revision 1d71e36c (qgis): fix macros after signal
Denis Rouzaud
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
Denis Rouzaud
10:11 AM Revision d3bc0e37 (qgis): [sip] mass introduction of annotations into headers
Denis Rouzaud
08:24 AM Revision 81ccfb0d (qgis): Merge pull request #4460 from nirvn/wallpapers
Mathieu Pellerin - nIRV
08:09 AM Revision 7d459149 (qgis): [sip] align missing bits and replace nullptr by 0
Denis Rouzaud
07:15 AM Revision 295c2122 (qgis): Add a QgsMapSettingsUtils::worldFileContent() function
Mathieu Pellerin - nIRV
07:10 AM Revision 72b061b8 (qgis): Merge pull request #4479 from nyalldawson/save_temp
[processing] Port dataobjects.getLayerFromString to c++ Nyall Dawson
06:47 AM Revision 877775d2 (qgis): Remove a bunch of unneeded imports
Nyall Dawson
06:41 AM Revision a188d4f3 (qgis): Add missing wordfile creation to revamped save as image
Mathieu Pellerin - nIRV
06:41 AM Revision fa7a3e7a (qgis): [FEATURE] customizable output width and height in save as image dialog
Mathieu Pellerin - nIRV
06:36 AM Revision 4ed18b11 (qgis): Add a bunch of missing QgsProcessingUtils imports
Nyall Dawson
05:49 AM Revision e709e3eb (qgis): Add unit test for QgsProcessingUtils::createSpatialIndex
Nyall Dawson
05:40 AM Revision 49c688bb (qgis): Fix use of QgsProcessingUtils.mapLayerFromString
Nyall Dawson
05:39 AM Revision df1ead5e (qgis): [processing] Remove vector.spatialindex()
Use QgsProcessingUtils.createSpatialIndex() instead. Nyall Dawson
05:29 AM Revision bde1bf45 (qgis): [processing] Remove unused vector.duplicateInMemory() function
Nyall Dawson
05:27 AM Revision 7eb7a7aa (qgis): [processing] Remove vector.bufferedBoundingBox()
Use QgsRectangle.grow() instead Nyall Dawson
05:20 AM Revision 8e556541 (qgis): [processing] Remove unused dataobjects.loadList method
Nyall Dawson
05:18 AM Revision 0fbf1c2f (qgis): [processing] Remove unused dataobjects.extent method
Nyall Dawson
05:15 AM Revision fa8f667b (qgis): Fix failing test
Nyall Dawson
04:45 AM Revision b1eecfdb (qgis): Fix resolving memory layers when multiple memory layers are used in model
Nyall Dawson
04:34 AM Revision 2b1dda4c (qgis): Update API break docs
Nyall Dawson
04:33 AM Revision 11fb72ee (qgis): Only expose a single mapLayerFromString method in QgsProcessingUtils
Nyall Dawson
04:33 AM Revision 600518de (qgis): Add unit tests for QgsProcessingUtils::mapLayerFromString
Nyall Dawson
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...
Nyall Dawson

2017-05-01

01:56 AM Revision 6593754f (qgis): Explicitly tag static variables
Matthias Kuhn
01:56 AM Revision f522756f (qgis): Tag test context function as non-static
Matthias Kuhn
01:56 AM Revision f5114019 (qgis): Fix bindings
Matthias Kuhn
01:54 AM Revision 7a4527d4 (qgis): Also report ScopedFunctions as static when approporiate
Matthias Kuhn
01:54 AM Revision b9ec373f (qgis): Fully qualify nested classes for vintage sip
Matthias Kuhn
01:54 AM Revision 8031ac43 (qgis): Expression variables are more often than not static
Matthias Kuhn
01:54 AM Revision d70bb9c3 (qgis): Specify for expression functions if they are static
... and prepare them whenever possible Matthias Kuhn
01:54 AM Revision abd26075 (qgis): Allow QgsFeatureRequest::OrderBy expressions to be prepared
Matthias Kuhn
01:54 AM Revision e1375818 (qgis): Prepare orderby in feature iterator
Matthias Kuhn
12:28 AM Revision 20a1f43b (qgis): Fix Interlis 2 extension in open dialog
gcarrillo -
12:28 AM Revision 1711a41d (qgis): Fix Interlis 2 extension in vector file writer
gcarrillo -
10:10 PM Revision d35b8b33 (qgis): [travis] Improve macos timeout message
Matthias Kuhn
08:00 PM Revision 7b60d89d (qgis): align pointer and reference in sip files batch 2
Denis Rouzaud
07:58 PM Revision 699580d4 (qgis): Merge branch 'GeoCat-sip-annotated'
Denis Rouzaud
07:21 PM Revision 00700292 (qgis): Merge branch 'master' into sip-annotated
Denis Rouzaud
05:49 PM Revision 93971d5e (qgis): [sip] align pointer and reference in blacklisted files
this will facilitate sip diff checking Denis Rouzaud
05:43 PM Revision bb1bded2 (qgis): - changes to sipify script
- updated gsdataitem header:
- added qgis.h include
- skip sDataItemPtr
- remove , between SIP annotations
- ru...
Joana Simoes
05:42 PM Revision cd159f65 (qgis): add class prefixes
Alexander Bruy
05:42 PM Revision e581d461 (qgis): regenerate SIP files
Alexander Bruy
05:42 PM Revision 782c3e5a (qgis): sipify QgsStatisticalSummary and QgsStringStatisticalSummary
Alexander Bruy
05:41 PM Revision 1fb7855e (qgis): Sipifi QgsFieldFormatter
Arnaud Morvan
05:41 PM Revision b399ee5d (qgis): Sipify QgsFieldFormatterRegistry
Arnaud Morvan
05:41 PM Revision 84abf896 (qgis): Sipify QgsFieldConstraints
Arnaud Morvan
04:13 PM Revision 634c7aa3 (qgis): [sipify] fix do not print comment after SIP directive
Denis Rouzaud
03:08 PM Revision 6f759a87 (qgis): ignore empty SVG path (fix #15891)
Alexander Bruy
02:54 PM Revision 1f8c3111 (qgis): sipify QgsColor*
Etienne Trimaille
01:32 PM Revision 1ed8880c (qgis): Merge pull request #4434 from arnaud-morvan/db_manager_fix_schema_g
Db manager fix schema g Jürgen Fischer
01:11 PM Revision 2da64e44 (qgis): [Travis] fix macos timeout message
Denis Rouzaud
12:58 PM Revision 3cd37be0 (qgis): add placeholder when new help location entry added (fix #16157)
Alexander Bruy
12:00 PM Revision 12252030 (qgis): [processing] uncheck Z-coordinate on layer change in Interpolation
algorithm (fix #10010) Alexander Bruy
11:45 AM Revision 5112428a (qgis): handle server sipify in prepare-commit
Denis Rouzaud
11:20 AM Revision dce5b59f (qgis): sipified qgsadvanceddigitizingdockwidget
Raymond Nijssen
11:06 AM Revision 113ab01c (qgis): Sipify QgsField
I've removed the commented __getitem__ method from the sip file. Arnaud Morvan
11:04 AM Revision 5c021dc6 (qgis): sipify groupwmsdatadialog and qgsgroupbox
Etienne Trimaille
10:53 AM Revision 6407e299 (qgis): dutch translation fix (fixes #12155)
Jürgen Fischer
10:22 AM Revision c929d2ab (qgis): Fix warnings
Matthias Kuhn
09:53 AM Revision 7ee1cbfa (qgis): Revert "[processing] handle NULL values in the Singleparts to multipart...
This reverts commit a944f7c4c1010767abb811200686e327040c2d32. Alexander Bruy
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...
Alexander Bruy
09:29 AM Revision b34ee28c (qgis): [processing] Fix refreshing alg list does not refresh toolbox
Fix #16455, #16463 Nyall Dawson
09:29 AM Revision 636a37f4 (qgis): [processing] Fix editing existing model has no algorithms shown
Nyall Dawson
09:29 AM Revision ac843264 (qgis): [processing] Fix executing models
Nyall Dawson
09:29 AM Revision 79d79d6c (qgis): [processing] Fix some regressions following algorithm refactoring
Nyall Dawson
09:29 AM Revision dde48b55 (qgis): [processing] Fix invalid logging error
Nyall Dawson
06:43 AM Revision 77d95905 (qgis): Merge pull request #4458 from arnaud-morvan/processing_fix_single_to_mu...
[processing] Fix qgis:singlepartstomultipart test Nyall Dawson
03:43 AM Revision 48a01db8 (qgis): german translation fixes (fixes #15848)
Jürgen Fischer
03:11 AM Revision 6fd45f0e (qgis): fix 82418ea0
Jürgen Fischer

2017-04-30

01:05 AM Revision 8376a30f (qgis): Sipify QgsField
Arnaud Morvan
12:48 AM Revision 5d5bb343 (qgis): prepare-commit: do not exist if indentation fails to go on with sipify
Denis Rouzaud
12:43 AM Revision 39f87ccf (qgis): Fixup d230cf2e4
Matthias Kuhn
12:13 AM Revision 5e220e69 (qgis): followup b46de90d53c9298ba4f1267d2bdabcf4d669afe5
Denis Rouzaud
12:04 AM Revision 00207c84 (qgis): Also support invalid-as-null variants
Matthias Kuhn
12:04 AM Revision 7f3941e0 (qgis): Doxymentation
Matthias Kuhn
12:04 AM Revision 9e14344b (qgis): more usage of cached values
Matthias Kuhn
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...
Matthias Kuhn
12:03 AM Revision d230cf2e (qgis): Cleanup blacklist
Matthias Kuhn
12:03 AM Revision fb1aec61 (qgis): sipify QgsExpression
Denis Rouzaud
12:03 AM Revision 82e36f07 (qgis): Code cleanup in QgsExpression
Matthias Kuhn
12:03 AM Revision a8fc2c13 (qgis): Fix remaining errors
Matthias Kuhn
11:51 PM Revision b46de90d (qgis): [sipify| do not write docstring for [] operator
Denis Rouzaud
11:30 PM Revision c5dcfc1e (qgis): move SIP_CODE to public section
Denis Rouzaud
11:30 PM Revision b82c9b89 (qgis): sipify QgsPoint
Raymond Nijssen
11:07 PM Revision bb3a4188 (qgis): sipify qgsoverlayanalyzer and qgsnewmemorylayer
Etienne Trimaille
10:44 PM Revision 18a3f323 (qgis): Merge branch 'sip-annotated' of https://github.com/GeoCat/QGIS into sip...
Joana Simoes
10:41 PM Revision adf5b6f0 (qgis): [processing] Fix qgis:singlepartstomultipart test
Arnaud Morvan
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...
Joana Simoes
10:33 PM Revision 1287a64e (qgis): - updated const variables on the qgsvector header.
- Removed dataItem_t pointer from qgsdataitem bindings.
- Put back qobject_cast.
Joana Simoes
10:33 PM Revision fe2f111e (qgis): remove superfluous semicolon (followup e4d2f34)
Jürgen Fischer
09:08 PM Revision 6030cb98 (qgis): Fix typo in sipify.pl
Arnaud Morvan
09:00 PM Revision e4d2f34f (qgis): sipify QgsScaleCombobox
Etienne Trimaille
07:29 PM Revision 80c88752 (qgis): fix failing test
Alexander Bruy
05:35 PM Revision 2aba4c5b (qgis): Merge remote-tracking branch 'upstream/master' into sip-annotated
Joana Simoes
05:16 PM Revision 298e14b3 (qgis): [sipify] handle multiple annotations
Denis Rouzaud
05:03 PM Revision a26a6efe (qgis): Merge remote-tracking branch 'upstream/master' into sip-annotated
Joana Simoes
04:58 PM Revision 4ae22ac6 (qgis): update INSTALL following 82418ea0
Jürgen Fischer
04:52 PM Revision 28a21209 (qgis): [sipify] seealso
Matthias Kuhn
04:34 PM Revision f20b9b96 (qgis): [sipify] better remove body, remove duplicate code
Denis Rouzaud
04:34 PM Revision 897e2f04 (qgis): [sipify] do not take // comments into docstrings
Denis Rouzaud
04:34 PM Revision c2b12722 (qgis): [sipify] fix oneliner constructor and destructor
Denis Rouzaud
04:34 PM Revision 92b5265d (qgis): [sipify] fix multiline definition with member initiliazing list
Denis Rouzaud
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
Denis Rouzaud
04:14 PM Revision 59bf146c (qgis): - updated const variables on the qgsvector header.
- Removed dataItem_t pointer from qgsdataitem bindings.
- Put back qobject_cast.
Joana Simoes
03:56 PM Revision 82418ea0 (qgis): debian packaging: disable WITH_PYSPATIALITE in favor of libsqlite3-mod-...
Jürgen Fischer
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...
Joana Simoes
02:47 PM Revision 07b2bf11 (qgis): add some cheering
Raymond Nijssen
02:47 PM Revision 64215373 (qgis): add beer
Raymond Nijssen
01:37 PM Revision 0c621eac (qgis): homogenize allowed tolerance values (fix #16336)
Alexander Bruy
01:31 PM Revision a944f7c4 (qgis): [processing] handle NULL values in the Singleparts to multiparts (fix #...
Alexander Bruy
01:31 PM Revision 3f669140 (qgis): [processing] fix GRASS commands logging
Alexander Bruy
12:58 PM Revision d71a563e (qgis): fix sipify_all
Denis Rouzaud
12:04 PM Revision c437b55b (qgis): remove accidentally committed files
Jürgen Fischer
12:01 PM Revision 21f81fb2 (qgis): fix 98c89ccab
Jürgen Fischer
11:38 AM Revision bbdc77dd (qgis): followup #a86f5ea52d75862c190105d1ceb23c47a61bba4e fix issues links
Denis Rouzaud
11:29 AM Revision b0d4a4c2 (qgis): sipify geometry classes
Denis Rouzaud
11:29 AM Revision a86f5ea5 (qgis): remove PyNames for QgsGeometry::compare methods
single python method with some MethodCode to dispatch to proper cpp methods. Denis Rouzaud
10:11 AM Revision fe93e465 (qgis): fix test_qgsgeometry.py indentation
Jürgen Fischer
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...
Arnaud Morvan
09:33 AM Revision ed103e59 (qgis): Merge pull request #4445 from arnaud-morvan/processing_fix_rasterize
[processing] fix rasterize dialog openning (fix #16061) Alexander Bruy
02:14 AM Revision b5872821 (qgis): Merge pull request #4433 from nyalldawson/blur_buffer
[FEATURE] Allow paint effects for label buffers & backgrounds Nyall Dawson

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 ...
Larry Shaffer
01:23 AM Revision e861f33b (qgis): Fix memory leak
Nyall Dawson
01:22 AM Revision 8593f3ab (qgis): Fix Coverity null dereference warnings
Nyall Dawson
01:22 AM Revision d2a7c938 (qgis): Fix Coverity logically dead code error
Nyall Dawson
01:22 AM Revision 4b4606f7 (qgis): Fix Coverity uninitialized member warning
Nyall Dawson
01:21 AM Revision 3c5f30b6 (qgis): Fix Coverity unchecked return value error
Nyall Dawson
12:26 AM Revision 8633480b (qgis): Unblacklist qgis_distanceareatest on OSX
Nyall Dawson
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 ...
Nyall Dawson
12:13 AM Revision 5fe6587e (qgis): [travis] Unblacklist expression test on osx
Matthias Kuhn
11:52 PM Revision 177bc99f (qgis): Add Filename to error message
Werner Macho
11:34 PM Revision b29a10ee (qgis): hub.qgis.org moved to issues.qgis.org
Jürgen Fischer
09:21 PM Revision efe9bbb6 (qgis): Update macOS app bundle copyright notice
Larry Shaffer
09:21 PM Revision d3ea19ea (qgis): Enable hidpi support on macOS by default
Larry Shaffer
09:11 PM Revision 7e63324b (qgis): Added a little more padding for recent projects title (#4443)
Tim Sutton
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...
Arnaud Morvan
02:39 PM Revision 3450a9ff (qgis): [processing] add multithreading option to warp (fix #15340)
Alexander Bruy
02:23 PM Revision 4377f208 (qgis): Update README.md
Richard Duivenvoorde
01:53 PM Revision 98c89cca (qgis): also accept uppercase .qgs as project extension (fixes #15871)
Jürgen Fischer
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 Alessandro Pasotti
12:12 PM Revision 76d86503 (qgis): [server] Moved QgsFcgiServerRequest into its own header and cpp file
Alessandro Pasotti
11:59 AM Revision cd99de7d (qgis): [server] Moved QgsBufferServerRequest into its own header and cpp file
Alessandro Pasotti
10:21 AM Revision 516aad7c (qgis): expose image compression in the layer metadata (fix #15702)
Alexander Bruy
09:07 AM Revision b3e1aba1 (qgis): Use gsed for spellchecking on macOS; ignore inline ‘replys’ spell check
Larry Shaffer
07:42 AM Revision 2c4b3bbf (qgis): followup ec568222e06776f45ec6dbe390d21c117938cb67
Denis Rouzaud

2017-04-28

08:56 PM Revision ec568222 (qgis): followup b88f350b2283df3ce5f527fd41b7b1382f4c23a1
add server to sipify test Denis Rouzaud
06:52 PM Revision b88f350b (qgis): add server files to sipify
you just now need to unblacklist them :) Denis Rouzaud
06:47 PM Revision 44731f23 (qgis): [db_manager] Fix postgis plugins loading
Fix infinite recursion on load calls Arnaud Morvan
04:45 PM Revision 70da6b6e (qgis): add server files to sipify
you just now need to unblacklist them :) Denis Rouzaud
03:08 PM Revision 5c521db9 (qgis): [processing] handle NULL fields in the Random Points in Polygons (fix #...
Alexander Bruy
03:05 PM Revision 9f9e7114 (qgis): [processing] handle 2.5 geometries in the Simplify geometry algorithm
(fix #16114) Alexander Bruy
01:47 PM Revision 856046c5 (qgis): [BUGFIX][Processing] Fix spatialite version comparison: import re
René-Luc ReLuc
01:42 PM Revision 84931943 (qgis): Autoapply sipify in prepare-commit.sh
Matthias Kuhn
01:41 PM Revision 2c8badbe (qgis): [BUGFIX][Processing] Fix spatialite version comparison: import re
René-Luc ReLuc
12:13 PM Revision 0d5cbfe6 (qgis): Update text renderer mask images
Nyall Dawson
12:11 PM Revision cfe8dfed (qgis): [db_manager] Fix DBConnector.getSchemaTableName
Fix #15910 Arnaud Morvan
11:41 AM Revision 38414b38 (qgis): Update text renderer tests
Nyall Dawson
11:25 AM Revision 455f9738 (qgis): Sipify QgsTextRenderer
Nyall Dawson
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...
Nyall Dawson
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
Nyall Dawson
10:00 AM Revision f0fb1f18 (qgis): update Doxyfile to 1.8 template (#4428)
Denis Rouzaud
02:21 AM Revision bdf46d71 (qgis): [composer] Fix missing item config for shape items
Nyall Dawson

2017-04-27

12:27 AM Revision e13b481c (qgis): fix sipdiff call to sipify
Matthias Kuhn
12:27 AM Revision c2191163 (qgis): Add QgsDataProvider::uri property
Matthias Kuhn
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 ...
Alexander Bruy
02:11 PM Revision 512f5d5e (qgis): Fix layer drawing order in server to also work in complex projects and ...
Marco Hugentobler
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... René-Luc ReLuc
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... René-Luc ReLuc
01:13 PM Revision 468fd977 (qgis): fix Doxygen build for new SIP macros
Denis Rouzaud
11:06 AM Revision ce770293 (qgis): [sipify] debug + fix multiline in SIP_RUN
Denis Rouzaud
09:59 AM Revision eeba0efc (qgis): followup 1ac053fc26
Alexander Bruy
09:58 AM Revision 8e3e30a2 (qgis): [processing] prevent division by zero in save selected features
algorithm (fix #16431) Alexander Bruy
09:54 AM Revision 1ac053fc (qgis): [processing] prevent division by zero in save selected features
algorithm (fix #16431) Alexander Bruy
09:42 AM Revision 0125a360 (qgis): restore missed icon (fix #16466)
(cherry picked from commit 459f4868aa00819100e5bbb9e26c47db26840680) Alexander Bruy
09:42 AM Revision 459f4868 (qgis): restore missed icon (fix #16466)
Alexander Bruy
07:50 AM Revision 7147833c (qgis): Fix osgeo import
Matthias Kuhn
07:50 AM Revision c3b2d00c (qgis): fixup .ci rename
Matthias Kuhn
07:50 AM Revision be0f8651 (qgis): do not force link bison and flex
Matthias Kuhn
07:50 AM Revision c28e3448 (qgis): Move ci to .ci
Matthias Kuhn
07:50 AM Revision 60accc96 (qgis): Reorganize travis scripts
Matthias Kuhn
06:38 AM Revision ae2c06c1 (qgis): Followup 20197c2, fix orphaned highlights remaining on maps
Nyall Dawson
06:06 AM Revision cb0a1f84 (qgis): Fix some broken utf strings on Windows
Nyall Dawson
04:33 AM Revision 1012f258 (qgis): Better tooltips for map layers
Including CRS information Nyall Dawson
04:32 AM Revision 06743617 (qgis): Merge pull request #4425 from nyalldawson/qwt
Remove old code for handling QWT < 6.1 Nyall Dawson
03:55 AM Revision 348b65b1 (qgis): Remove old code for handling QWT < 6.1
Versions < 6.1 are not compatible with Qt5 Nyall Dawson
03:24 AM Revision f1d4ac33 (qgis): Merge pull request #4282 from nyalldawson/sel
Rename QgsVectorLayer::selectedFeaturesIterator to getSelectedFeatures Nyall Dawson
03:16 AM Revision 0b0ccc9e (qgis): Rename QgsVectorLayer::selectedFeaturesIterator to getSelectedFeatures
It's more in line with QgsVectorLayer::getFeatures, hence a more
discoverable API
Nyall Dawson
02:25 AM Revision 84471f2e (qgis): New classes for circle and ellipse.
Loïc BARTOLETTI
02:14 AM Revision ccb4ac98 (qgis): Merge pull request #4417 from nyalldawson/processing_writer
Refactor processing writer to use QgsFeatureSink Nyall Dawson

2017-04-26

01:01 AM Revision d7181105 (qgis): [composer] Fix selection drawn in maps if renderer has symbol level order
Nyall Dawson
11:57 PM Revision a9769d48 (qgis): Followup 883e51d
Nyall Dawson
11:54 PM Revision 883e51d6 (qgis): [composer] Fix selection drawn in maps if renderer has symbol level order
Nyall Dawson
04:19 PM Revision b4074286 (qgis): Calculate travis timeout dynamically
Matthias Kuhn
04:19 PM Revision 23cb825c (qgis): Enable osx tests
Matthias Kuhn
03:06 PM Revision 4cc4a270 (qgis): [sipify] operators, remove argument
* skip some operators
* allow to remove an argument with SIP_PYARGREMOVE
Denis Rouzaud
01:20 PM Revision 0f9ddc29 (qgis): fix doxgen test
Denis Rouzaud
11:04 AM Revision 9688b818 (qgis): followup 45266cd03ef8037fd657b992357b0d2d716522da
Denis Rouzaud
10:25 AM Revision 45266cd0 (qgis): [sipify] improvements
* add In annotation
* remove struct forward declarations
* fix members initialization list in header
* merge remov...
Denis Rouzaud
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...
Nyall Dawson
09:37 AM Revision 946f0fac (qgis): Merge pull request #4418 from nyalldawson/take_layer
Allow taking layers from QgsProject Nyall Dawson
08:48 AM Revision a5e33fa9 (qgis): Add method to take layer and ownership from a project
Nyall Dawson
08:15 AM Revision 9bb07629 (qgis): [sipify] improvements
* add Array and ArraySize annotations
* also handle multiline skipped bodies
* handle #if 0 blocks
Denis Rouzaud
07:29 AM Revision 7c71ea62 (qgis): Add missing docs
Nyall Dawson
06:12 AM Revision 7c9b00c3 (qgis): Merge pull request #4400 from nyalldawson/processing_log
[processing] Move some log handling to c++ class Nyall Dawson
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...
Nyall Dawson
05:57 AM Revision e9f13d1e (qgis): Just use standard QgsMessageLog functionality instead of a dedicated
method for processing Nyall Dawson
05:56 AM Revision 93c32e68 (qgis): Fix logging from GDAL
Nyall Dawson
05:56 AM Revision 1394c28d (qgis): [processing] Move some log handling to c++ class
Nyall Dawson
05:48 AM Revision 5169e0db (qgis): Merge pull request #4412 from nyalldawson/processing_get_features
Port processing vector.features to c++ Nyall Dawson
05:13 AM Revision a4cd66f8 (qgis): Port some more code to new API
Nyall Dawson
05:05 AM Revision 13f08135 (qgis): Fix failing test
Nyall Dawson
04:53 AM Revision 241d283b (qgis): Create a context object for processing algorithm execution
Nyall Dawson
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...
Nyall Dawson
04:53 AM Revision a28bc086 (qgis): Indentation/sipify
Nyall Dawson
04:53 AM Revision 845027d0 (qgis): Fix failing tests
Nyall Dawson
04:53 AM Revision 86002f3b (qgis): Move createContext to dataobjects
Nyall Dawson
04:53 AM Revision b067bd78 (qgis): Rename UseSelection -> UseSelectionIfPresent, clarify docs
Nyall Dawson
04:53 AM Revision 1c6f165f (qgis): Add missing doc
Nyall Dawson
04:53 AM Revision 6397386f (qgis): Remove len method from vector.features
Use QgsProcessingUtils::featureCount instead Nyall Dawson
04:53 AM Revision 91679b3c (qgis): [processing] Don't use config values for invalid geometry handling in t...
Nyall Dawson
04:53 AM Revision f4f4ca3d (qgis): Raise GeoAlgorithmExecutionException when encountering invalid
geometries in QgsProcessingUtils::getFeatures Nyall Dawson
04:53 AM Revision e6a33e87 (qgis): Allow setting the invalid geometry callback in processing context
Nyall Dawson
04:53 AM Revision b32b3950 (qgis): Add methods for getting vector iterators to QgsProcessingUtils
Nyall Dawson
04:53 AM Revision 8cf1617f (qgis): Use context to control vector.features()
Nyall Dawson
04:53 AM Revision 3f137e12 (qgis): Add context argument to other vector methods
Nyall Dawson
04:53 AM Revision adc7cf0e (qgis): Add context argument to vector.features
Nyall Dawson
04:53 AM Revision f3cfb8b7 (qgis): Add invalid geometry handling method to processing context
Nyall Dawson
04:53 AM Revision 06a20b93 (qgis): Add UseSelection flag to QgsProcessingContext
Indicates whether only selected features should be used in
algorithms
Nyall Dawson
04:53 AM Revision dd4f530c (qgis): [processing] Pass context argument to processAlgorithm
Nyall Dawson
04:53 AM Revision 427c3b16 (qgis): Remove vector.features
Use QgsProcessingUtils.getFeatures instead Nyall Dawson
04:40 AM Revision fea6bff7 (qgis): Merge pull request #4389 from nyalldawson/scalebar
Refactor scalebar renderer, split from composer Nyall Dawson
04:39 AM Revision 16cb244d (qgis): Merge pull request #4416 from nyalldawson/feature_sink
Add a QgsFeatureSink interface Nyall Dawson
04:06 AM Revision 4293de63 (qgis): Add missing override keywords
Nyall Dawson
03:58 AM Revision 3dfc4cf6 (qgis): Provide a base class version of QgsFeatureSink::addFeature
Means that subclasses are only required to implement addFeatures Nyall Dawson
03:47 AM Revision 9e4f9d4a (qgis): Sipify update
Nyall Dawson
03:46 AM Revision 8d24a9a1 (qgis): Add missing docs
Nyall Dawson
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...
Nyall Dawson
03:46 AM Revision fa21311e (qgis): More robust test for numeric scale bar
Nyall Dawson
03:43 AM Revision dd7be73f (qgis): Add a method to QgsFeatureSink to add all features from an iterator
Nyall Dawson
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...
Nyall Dawson
03:32 AM Revision 8d598337 (qgis): QgsVectorFileWriter is a QgsFeatureSink
Nyall Dawson
03:32 AM Revision 49d4b5eb (qgis): QgsFeatureStore is a QgsFeatureSink
Also clean up API for QgsFeatureStore, sipify Nyall Dawson
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 ...
Nyall Dawson
03:32 AM Revision 12807796 (qgis): Don't force use of In,Out in QgsFeatureSink methods
Nyall Dawson
02:43 AM Revision 8d0a9d6b (qgis): Add In,Out annotations to QgsFeatureSink methods
Nyall Dawson
02:43 AM Revision 7ae71ded (qgis): QgsVectorDataProvider is a QgsFeatureSink
Nyall Dawson
02:39 AM Revision 36333639 (qgis): Add a QgsFeatureSink interface for classes which accept adding features
Nyall Dawson

2017-04-25

01:58 AM Revision 13b44722 (qgis): Add a simple qHash for QVariant
Allows creation of QSet<QVariant> Nyall Dawson
01:39 AM Revision 66f4ff97 (qgis): Merge pull request #4407 from boundlessgeo/filedownloader-auth
[auth] Add authentication configuration support to QgsFileDownloader Larry Shaffer
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 Even Rouault
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... René-Luc ReLuc
05:19 PM Revision 70a21d47 (qgis): Merge pull request #4415 from rldhont/server-wms-configparser-getcapabi...
[Server] WMS GetCapabilities refactoring - Part 1 René-Luc ReLuc
02:16 PM Revision 96151e73 (qgis): remove extra SIP_TRANSFERTHIS in cpp files
Denis Rouzaud
02:11 PM Revision 27a90534 (qgis): [Server] WMS GetCapabilities refactoring - Part 1
Part 1 for removing QgsWMSProjectParser from GetCapabilities René-Luc ReLuc
01:53 PM Revision 4b67b27f (qgis): Add QgsStackTrace class
Nathan Woodrow
01:46 PM Revision c1832854 (qgis): sipify batch
* QgsDial
* QgsDialog
* QgsDockWidget
* QgsEncodingFileDialog
* QgsErrorDialog
Denis Rouzaud
01:28 PM Revision a60b31d3 (qgis): fix doxymentation
Denis Rouzaud
01:28 PM Revision 15770912 (qgis): sipify layer tree classes
Denis Rouzaud
01:28 PM Revision 448d2fdd (qgis): [doxygen] add include path to allow macro retrieval
Denis Rouzaud
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...
Even Rouault
11:00 AM Revision 6b260ffe (qgis): Remove deprecated assertEquals use
Nyall Dawson
10:32 AM Revision 997b6304 (qgis): Merge pull request #4402 from nyalldawson/iterator_invalid_geom
Add invalid geometry handling to QgsFeatureRequest/QgsVectorLayerFeatureIterator Nyall Dawson
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) Even Rouault
09:40 AM Revision 3fa11622 (qgis): Merge pull request #4408 from rouault/fix_12695
DBManager: fix importing a new layer in a GeoPackage (#16295) Even Rouault
08:47 AM Revision d27cbe7f (qgis): Try to fix build failure on clang
Nyall Dawson
08:26 AM Revision 5be060fe (qgis): More cleanups to MethodCode
Nyall Dawson
08:16 AM Revision c658f5ac (qgis): Cleaner MethodCode
Nyall Dawson
08:16 AM Revision 5d377bee (qgis): Expand unit tests
Nyall Dawson
08:16 AM Revision 92cc88d8 (qgis): Slight reorganisation of geometry check to make it easier to
add other checks in future Nyall Dawson
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...
Nyall Dawson
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...
Nyall Dawson
08:16 AM Revision 595f1048 (qgis): Allow specifying a callback for encountering invalid geometries while i...
Nyall Dawson
08:16 AM Revision 97438311 (qgis): Expose invalid geometry callback to python
Nyall Dawson
07:07 AM Revision b0c16048 (qgis): fix indentation
Denis Rouzaud

2017-04-24

09:42 PM Revision c851db3d (qgis): DBManager: fix importing a new layer in a GeoPackage (#16295)
Cherry-picked from 965350b3aeb98d1e803275396da9688e0617f850 Even Rouault
09:41 PM Revision 965350b3 (qgis): DBManager: fix importing a new layer in a GeoPackage (#16295)
Even Rouault
08:04 PM Revision eb1a78b2 (qgis): Fix indention test failure
Larry Shaffer
06:37 PM Revision ae7ace98 (qgis): pep8 travis quirks (do not err locally)
Alessandro Pasotti
06:26 PM Revision 91884537 (qgis): debian packaging: add internal webkit python bindings also for yakkety ...
Jürgen Fischer
06:23 PM Revision e5969452 (qgis): [auth] Add authentication configuration support to QgsFileDownloader
With tests. Alessandro Pasotti
05:03 PM Revision cd521d6f (qgis): Adjust expected results for GDAL 2.2
Even Rouault
04:37 PM Revision 085803de (qgis): [sifpiy] handle multiline body
Denis Rouzaud
04:00 PM Revision 46310d4a (qgis): Merge pull request #4404 from elpaso/server-tests-improvements
[server] Tests housekeeping and improved robustness Alessandro Pasotti
02:59 PM Revision 466758ff (qgis): Properly deal with empty cache/directory in server
backport 41693604674384ddd2b3869378db9b9d645d61a4 Even Rouault
02:54 PM Revision fbe10d46 (qgis): followup 8f35ee464f0a32284263b684abbdf2a42c0e9131
Denis Rouzaud
02:52 PM Revision 8f35ee46 (qgis): sipify improvements
* one liner enum (without assignements)
* remove function bodies of skipped methods
Denis Rouzaud
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...
Alessandro Pasotti
01:06 PM Revision 5a19463c (qgis): sipify batch
* QgsCredentials
* QgsCrsCache
* QgsDataSourceUri
* QgsDateTimeStatisticalSummary
* QgsDatumTransformStore
Denis Rouzaud
01:06 PM Revision 419185bc (qgis): [sipify] remove EXPORT macro from struct definition
Denis Rouzaud
10:05 AM Revision 2a7d5d4b (qgis): Merge pull request #4393 from elpaso/server-api-mods
[server] Server api mods Alessandro Pasotti
09:35 AM Revision c540ab33 (qgis): sipify QgsApplication
Denis Rouzaud
09:34 AM Revision 9b523cb1 (qgis): [sipify] do not remove function body within SIP_RUN blocks
Denis Rouzaud
09:32 AM Revision 10d34ece (qgis): sipify batch
* QgsBearingUtils
* QgsBrowserModel
* QgsColorScheme, QgsColorSchemeRegistry
* QgsContextHelp
* QgsCo...
Denis Rouzaud
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 ...
Denis Rouzaud
08:12 AM Revision 68e0a627 (qgis): revert 82c66f8aa38e4e0e2d213b2040360410cafef30d
Denis Rouzaud
08:09 AM Revision 3652fa7e (qgis): Revert "Revert "Revert "Remove virtual method from class which shouldn'...
This reverts commit 2a8555e13eb9a0e6bc0a24502ddb034f1aa1a3ac.
sorry for the noise
Denis Rouzaud
08:07 AM Revision 2a8555e1 (qgis): Revert "Revert "Remove virtual method from class which shouldn't be sub...
This reverts commit cb68c982b829ecf94b19f9b9a030a269e1c2239f. Denis Rouzaud
08:04 AM Revision 6d26bb3b (qgis): [spelling] fix bad inword detection for activeXXX
Denis Rouzaud
08:00 AM Revision 8c80a60c (qgis): Merge pull request #4385 from volaya/remove_processing_commander
[FEATURE][processing] remove processing commander Alexander Bruy
07:43 AM Revision 347934f4 (qgis): follow up 1bfa539
Denis Rouzaud
07:39 AM Revision 1bfa539d (qgis): [sipify] remove extra blank line
Denis Rouzaud
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...
Nyall Dawson
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...
Mathieu Pellerin - nIRV
03:02 AM Revision 858129dd (qgis): Remove virtual method from class which shouldn't be subclassed
Nyall Dawson
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 ...
Nyall Dawson

2017-04-23

01:58 AM Revision c86264e2 (qgis): UI cleanup for crash dialog
Nathan Woodrow
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 Nyall Dawson
01:23 AM Revision 94c56aaf (qgis): Remove unused variable
Nyall Dawson
12:59 AM Revision 3584a5f9 (qgis): Nicer initialization of members in iterators/sources
Nyall Dawson
12:48 AM Revision 706b5a85 (qgis): Use unique_ptrs in provider feature sources
Nyall Dawson
12:40 AM Revision 8c1584f3 (qgis): AFS feature source doesn't need to be a QObject
Nyall Dawson
12:37 AM Revision b819bc27 (qgis): Correct use of private vs protected in provider/sources
Nyall Dawson
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...
Nyall Dawson
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
Nyall Dawson
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 Nyall Dawson
11:01 PM Revision 82c66f8a (qgis): "Fix" failing spell check
Nyall Dawson
03:41 PM Revision bfcf2528 (qgis): Add QgsCrashHandler for single place for all platforms (#4395)
Add QgsCrashHandler for single place for all platforms Nathan Woodrow
02:18 PM Revision d36e47c6 (qgis): fix windows build (followup e0d20e53)
Jürgen Fischer
11:19 AM Revision f7b72545 (qgis): Merge pull request #4284 from arnaud-morvan/expression_compare_arrays
Add arrays comparison in QgsExpression Nyall Dawson
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
Mathieu Pellerin - nIRV
05:07 AM Revision 4a2226af (qgis): Allow canceling background map renders
Nyall Dawson

2017-04-22

12:34 AM Revision 16596599 (qgis): Fix crash when saving map image and dpi != 90
Nyall Dawson
01:56 PM Revision cbcd1938 (qgis): [server] Add to API break and pass enum by value
Alessandro Pasotti
12:21 PM Revision d35bd4ab (qgis): [server] disabled failing check
Alessandro Pasotti
12:15 PM Revision abd035ac (qgis): [server] disabled failing check
Alessandro Pasotti
12:13 PM Revision 428ca7b0 (qgis): Update indentation
Nyall Dawson
12:01 PM Revision 97e55d27 (qgis): [server] Fix access control test
Alessandro Pasotti
11:05 AM Revision c2ba2317 (qgis): [server] handleRequest accept QgsServerRequest.Method instead of a string
Also made this optional Alessandro Pasotti
10:27 AM Revision 7f08e720 (qgis): [server] More Qt-style getter changes getHeader( key ) -> header( key )
Alessandro Pasotti
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...
Alessandro Pasotti
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() Alessandro Pasotti
05:34 AM Revision 608d5199 (qgis): Add stack info to crash dialog
Nathan Woodrow
05:34 AM Revision e192bc48 (qgis): Remove old stack trace dump code in main
Will be moved to a new class. Nathan Woodrow

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 David Marteau
02:54 PM Revision 11bb2345 (qgis): Merge pull request #4391 from dmarteau/server_request_body_accessor
Server: Restore body() accessor in QgsRequestHandler René-Luc ReLuc
02:36 PM Revision 7ce99cac (qgis): Release of 2.14.14
Jürgen Fischer
02:35 PM Revision 3b30e6ac (qgis): Release of 2.18.7
Jürgen Fischer
02:35 PM Revision 96358dae (qgis): fix windows build
Jürgen Fischer
02:33 PM Revision a55390e3 (qgis): Restore body() accessor in QgsRequestHandler
Restore clearBody() method in QgsRequestHandler David Marteau
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...
Martin Dobias
08:07 AM Revision bcf1ef5a (qgis): fix tab order in qgsvectorlayer properties dialog
Etienne Trimaille
07:06 AM Revision e0d20e53 (qgis): Update decorators to avoid relying on map canvas when rendering (#4388)
Mathieu Pellerin - nIRV
06:47 AM Revision db848a3f (qgis): Upgrade the save as image function into a background task (#4382)
Mathieu Pellerin - nIRV

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...
Jürgen Fischer
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
Jürgen Fischer
03:16 PM Revision 1bbc39e8 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
René-Luc ReLuc
03:08 PM Revision 5eadc459 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
René-Luc ReLuc
03:04 PM Revision b35bbb62 (qgis): [BUGFIX][Processing] Fix spatialite version comparison
René-Luc ReLuc
02:47 PM Revision 5b8c083d (qgis): indentation fix
Victor Olaya
02:37 PM Revision f0228586 (qgis): [sipify] handle SIP_SKIP on several lines
Denis Rouzaud
02:21 PM Revision 8f2a5c7c (qgis): sipify all
Denis Rouzaud
02:21 PM Revision 1ab5a628 (qgis): [sipify] handle override method signature on several lines
Denis Rouzaud
02:21 PM Revision b272bf81 (qgis): [sipify] read file at once into an array
this will allow accessing other lines while reading Denis Rouzaud
02:03 PM Revision e5dd9366 (qgis): [processing] fixed I/O of models
Victor Olaya
02:03 PM Revision 54e30b93 (qgis): improvements for extracts within subsets
Victor Olaya
10:37 AM Revision 414772b6 (qgis): [processing] removed commander
Victor Olaya
09:49 AM Revision 02dade84 (qgis): utf8 translation string fix
Jürgen Fischer
09:23 AM Revision 5d6ebd46 (qgis): update INSTALL
Jürgen Fischer
08:15 AM Revision f9ec3829 (qgis): fix doxymentation
Denis Rouzaud
08:15 AM Revision 36604196 (qgis): sipify QgsScaleWidget
Denis Rouzaud
07:46 AM Revision dd6c7fdb (qgis): Add a QgsProject::ellipsoidChanged signal
Nyall Dawson
06:15 AM Revision 6ecb17f1 (qgis): Merge pull request #4380 from nyalldawson/clone_annotations
Add methods to clone annotations Nyall Dawson
05:39 AM Revision dce3c88b (qgis): Add methods to clone annotations
Nyall Dawson
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...
Nyall Dawson

2017-04-19

06:06 PM Revision 13415370 (qgis): sipify QgsIdentifyMenu
Denis Rouzaud
06:06 PM Revision e5ab2f6b (qgis): [sipify] fix struct member assignment
Denis Rouzaud
04:44 PM Revision be9a51c4 (qgis): sipify QgsMapLayerModel, QgsMapLayerProxyModel
Denis Rouzaud
04:44 PM Revision bd4f7126 (qgis): sipify QgsMapLayerCombobox, QgsFieldCombobox
Denis Rouzaud
04:44 PM Revision 0b0e8a6a (qgis): move QgsFieldModel and QgsFieldProxyModel to core and sipify
Denis Rouzaud
03:20 PM Revision 7552d1cc (qgis): sipify QgsFileWidget, QgsExternalResourceWidget
Denis Rouzaud
03:19 PM Revision 56aa36e4 (qgis): sipify QgsRelation
Denis Rouzaud
03:19 PM Revision 652d6b42 (qgis): [sipify] remove Q_INVOKABLE
Denis Rouzaud
03:18 PM Revision a260146e (qgis): [sipify] fix remove protected members
Denis Rouzaud
03:03 PM Revision 51aa44de (qgis): [sipify] fix enum combination
Denis Rouzaud
02:29 PM Revision 55860e85 (qgis): sipify QgsFieldExpressionWidget
Denis Rouzaud
01:49 PM Revision daa3c2a4 (qgis): fix windows build
Jürgen Fischer
01:49 PM Revision a5998b43 (qgis): update ICOs
Jürgen Fischer
01:06 PM Revision 737906c5 (qgis): [processing] add information message when feature skipped
Alexander Bruy
01:01 PM Revision 10161194 (qgis): [processing] prevent division by zero in random points in polygons fixed
Alexander Bruy
11:23 AM Revision 3b5b1917 (qgis): [processing] fix parsing selection parameter in translate algorithm
Alexander Bruy
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.
Nyall Dawson
10:45 AM Revision 18c8c1fe (qgis): Add is2d() method to QgsBox3d to determine whether box is 2d
Nyall Dawson
05:57 AM Revision ca40e115 (qgis): fix qgis startup crash with plugin manager (#4372)
Mathieu Pellerin - nIRV
05:57 AM Revision 41af40c3 (qgis): fix qgis startup crash with plugin manager (#4371)
Mathieu Pellerin - nIRV
05:24 AM Revision 24c5b032 (qgis): Rewrite addTopologicalPoints() and remove legacy snapping code + unit test
Martin Dobias
05:00 AM Revision b3d0515c (qgis): Merge pull request #4370 from nyalldawson/backport_composer_template_fixes
Backport composer template fixes Nyall Dawson
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...
Nyall Dawson
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...
Nyall Dawson
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...
Nyall Dawson
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...
Nyall Dawson
03:32 AM Revision a09ea451 (qgis): Backport weak layer reference utilities from 3.0
Nyall Dawson
02:59 AM Revision cbf5e9c9 (qgis): Silence some annoyingly debug chatty classes
Nyall Dawson
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
Nyall Dawson
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...
Nyall Dawson

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
Nyall Dawson
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
Nyall Dawson
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 Marco Hugentobler
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...
Martin Dobias
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 Nyall Dawson
08:49 AM Revision f413963e (qgis): Change &operator to get()
Nyall Dawson
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
Nyall Dawson
08:36 AM Revision 35410fd4 (qgis): Some API improvements to QgsMapLayerRef, unit tests
Nyall Dawson
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...
Nyall Dawson
08:36 AM Revision 85a7327a (qgis): Add some useful operators to layer reference
Nyall Dawson
08:36 AM Revision 1efd623c (qgis): Move layer ref resolving to QgsMapLayerRef
Add unit tests Nyall Dawson
08:36 AM Revision dc3b2cdb (qgis): Add some methods for working with lists of map layer references
Nyall Dawson
08:29 AM Revision 6b5a997d (qgis): Fix layer drawing order in server to also work in complex projects and ...
Marco Hugentobler
05:14 AM Revision 6bb3fa61 (qgis): Merge pull request #4353 from nyalldawson/range
New QgsRange template based class for storing interval ranges Nyall Dawson
04:58 AM Revision 405da595 (qgis): Rename QgsNodeTool2 to QgsNodeTool
Martin Dobias
04:19 AM Revision 7949c81c (qgis): Add templated docs to acceptable missing docs
Nyall Dawson
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...
Nyall Dawson
04:19 AM Revision c460f07d (qgis): Add missing docs
Nyall Dawson
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 Nyall Dawson
03:27 AM Revision 302e9dd3 (qgis): Fix ui build warning
Nyall Dawson
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 Nyall Dawson
03:14 AM Revision 3535ee2d (qgis): Allow QgsDataProvider access through QgsMapLayer
Avoids having to cast to QgsRasterLayer/QgsVectorLayer before
accessing the common QgsDataProvider members
Nyall Dawson
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
Nyall Dawson
02:27 AM Revision 1805a709 (qgis): Add missing docs
Nyall Dawson
02:27 AM Revision 023ad465 (qgis): sipify QgsLayerTreeLayer
Nyall Dawson
02:27 AM Revision 468c784f (qgis): sipify QgsLayerTreeGroup
Nyall Dawson
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
Nyall Dawson
02:23 AM Revision 05b737c2 (qgis): Add doxygen note linking QgsDistanceArea to QgsEllipsoidUtils
Nyall Dawson
02:18 AM Revision 5f1656b8 (qgis): Move retrieval of lists of known ellipsoids to QgsEllipsoidUtils
Nyall Dawson

2017-04-17

01:53 AM Revision 147bb7f1 (qgis): Move ellipsoid parameter retrieval to new QgsEllipsoidUtils class
Nyall Dawson
12:14 AM Revision 3ada8a2a (qgis): Use a transparent cache to avoid db lookups when setting QgsDistanceAre...
Nyall Dawson
12:14 AM Revision ca2b199c (qgis): Fix possible corruption of cache
Nyall Dawson
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...
Nyall Dawson
12:14 AM Revision 4fc49c96 (qgis): Cleanup QgsDistanceArea API
- remove methods which accept a QgsGeometry pointer, leave
duplicate methods which accept QgsGeometry reference (call...
Nyall Dawson
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...
Nyall Dawson
12:14 AM Revision 4925fab0 (qgis): C++11 = good
Nyall Dawson
12:14 AM Revision 53e1df45 (qgis): sipify QgsDistanceArea
Nyall Dawson
12:14 AM Revision 275158aa (qgis): Cleanup ellipsoidal mode detection in QgsDistanceArea
Nyall Dawson
11:37 AM Revision 7b202edf (qgis): Remove QgsVectorLayer::snapPoint() and unused code in QgsSelectedFeature
Martin Dobias
11:28 AM Revision c749057f (qgis): Merge pull request #4363 from alexbruy/passwordlineedits
[needs-docs] use QgsPasswordLineEdit in the master password dialog Alexander Bruy
11:10 AM Revision 8c20d993 (qgis): sipify qgscolorbutton and qgscolorrampbutton (#4365)
* get rid of params to get rid of warnings Mathieu Pellerin - nIRV
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...
Martin Dobias
11:06 AM Revision 8b08285e (qgis): added measureLineProjected and computeSpheroidProject to QgsDistanceArea
Mark Johnson
10:18 AM Revision 8a46a1d0 (qgis): R.I.P. old node tool
Martin Dobias
09:59 AM Revision 85788151 (qgis): doxymentation
Alexander Bruy
09:59 AM Revision 6bcc066d (qgis): sipify QgsCredentials dialog
Alexander Bruy
09:59 AM Revision ec5a8911 (qgis): use QgsPasswordLineEdit in the master password dialog
Alexander Bruy
08:23 AM Revision e73a52bb (qgis): [FEATURE] New node tool implementation
Martin Dobias
05:49 AM Revision eff5a823 (qgis): [sipify] Convert "\a arg" to "``arg``" when processing Docstrings
Allows argument names to be highlighted in Python docs Nyall Dawson
04:44 AM Revision e4d6bbfe (qgis): Fix Coverity divide by 0 error
Nyall Dawson
04:43 AM Revision 952bc021 (qgis): Fix some Coverity null pointer dereference warnings
Nyall Dawson
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...
Nyall Dawson
02:55 AM Revision 96d5b9da (qgis): Implement a QGIS 3.0 TODO for QgsMessageLogViewer, cleanup docs
Nyall Dawson
02:49 AM Revision 798c3182 (qgis): [sipify] Fix loss of class docstring if newline present between
class doxygen and class definition Nyall Dawson

2017-04-16

01:28 AM Revision d6e3da6b (qgis): Add spelling mistake observed in recent PR
Nyall Dawson

2017-04-14

12:54 AM Revision 2264661e (qgis): Add tooltips to Vector layer properties dialog
Harrissou Santanna
05:32 PM Revision cc55ae19 (qgis): Merge pull request #4344 from rldhont/server-wfs-configparser
[Server] WFS refactoring and QgsWfsProjectParser removal René-Luc ReLuc
04:19 PM Revision 14d96fcf (qgis): debian packaging: add zesty
Jürgen Fischer

2017-04-13

10:00 AM Revision 47a81f05 (qgis): Fix map canvas destruction fix (got broken after rebase)
Martin Dobias
09:58 AM Revision 92e3e75f (qgis): Move from "or", "and" to proper C-style ||, &&
Martin Dobias
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...
Martin Dobias
03:13 AM Revision 1eaa4862 (qgis): Followup 271e6f1, fix sidebar styling in style dock
Nyall Dawson
02:58 AM Revision 944ce5f6 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
02:30 AM Revision 271e6f14 (qgis): Make search box in options pages blend in better
Nyall Dawson
02:21 AM Revision 7f065c78 (qgis): Standardise margins on vector layer properties dialog
Nyall Dawson

2017-04-12

01:40 AM Revision f23d3814 (qgis): Fix raster context menu "change transparency" actually changes opacity
Nyall Dawson
11:11 PM Revision 48e876bb (qgis): Add centimeters and millimeters to measure dialog
Matthias Kuhn
11:10 PM Revision 40dac8f0 (qgis): [plugin manager] fix QGIS startup crash (fixes #16439) (#4360)
Mathieu Pellerin - nIRV
11:04 PM Revision c4ad9505 (qgis): [needs-docs] update metadata viewer and review UI for vector layer dial...
Funded by WorldBank/GFDRR Etienne Trimaille
10:21 PM Revision 0e09fdac (qgis): Use monospace fonts for console on all platforms
Matthias Kuhn
09:07 PM Revision 16c8dac2 (qgis): travis fix
matteo ghetta
09:07 PM Revision bca0ca25 (qgis): 2 new plots added
matteo ghetta
09:07 PM Revision 0c5b6679 (qgis): fix category error and remove np dependency
matteo ghetta
06:02 PM Revision 9c2f88c9 (qgis): QgsSettings: add writeArray and more group and array tests
Alessandro Pasotti
02:21 PM Revision 29d228dd (qgis): Opps :)
Nathan Woodrow
02:18 PM Revision 7694dd2d (qgis): [FEATURE][needs-docs] Add better crash dialog
Nathan Woodrow
02:17 PM Revision 0e1a7d96 (qgis): debian packaging: add dependency qt5keychain-dev (followup 090d530)
Jürgen Fischer
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 Alessandro Pasotti
12:58 PM Revision b8a69654 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
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
Nyall Dawson
08:33 AM Revision 544e19e2 (qgis): backport [MSSQL] Fix update/insert with timestamp columns
Nathan Woodrow
08:26 AM Revision 3bb3f590 (qgis): Merge pull request #4349 from nyalldawson/box3d
Initial framework for 3D box class Nyall Dawson
08:07 AM Revision b64c7b74 (qgis): Remove unused variable
Nyall Dawson
08:04 AM Revision 6726214f (qgis): [MSSQL] Fix update/insert with timestamp columns
Nathan Woodrow
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...
Nyall Dawson
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
Nyall Dawson
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...
Nyall Dawson
06:45 AM Revision 36ca6d23 (qgis): Add methods to convert between QgsRectangle and QgsBox3d
Also add volume calculation to QgsBox3d Nyall Dawson
06:39 AM Revision 6632fd68 (qgis): Cleanup QgsRectangle header and sipify
Also add methods for returning area and perimeter of rectangle Nyall Dawson
06:08 AM Revision 0d843ff4 (qgis): Initial framework for 3D box class
Nyall Dawson
06:08 AM Revision e3dfe178 (qgis): Add unit tests for QgsBox3d
Nyall Dawson
05:25 AM Revision b8e27c18 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
04:37 AM Revision a92fde76 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
04:35 AM Revision 7211cc2a (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
04:32 AM Revision 3b833d41 (qgis): add docs to XSD
Tom Kralidis
03:09 AM Revision 343281b2 (qgis): Update qgis-resource-metadata.xml
Tom Kralidis
03:06 AM Revision 399e6f02 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis

2017-04-11

12:34 AM Revision 8637b221 (qgis): debian packaging: add zesty
Jürgen Fischer
11:02 PM Revision 6eb04783 (qgis): Update qgis-resource-metadata.xsd
Tom Kralidis
10:56 PM Revision 759842e2 (qgis): Update qgis-resource-metadata.xml
Tom Kralidis
05:00 PM Revision 01f647ee (qgis): try after travis failing
matteo ghetta
04:21 PM Revision 9a0ffbdc (qgis): remove selections tests
matteo ghetta
04:15 PM Revision 410e8e7a (qgis): Merge branch 'master' into proc_tests
matteo ghetta
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...
Alessandro Pasotti
08:24 AM Revision 669fa87e (qgis): [sipify] Fix stripping function body with virtual const reference returns
Nyall Dawson
06:55 AM Revision 5fb63c06 (qgis): Make QgsRectangle protected members private
This class is not designed to be subclassed Nyall Dawson
06:25 AM Revision a45e5700 (qgis): Use weak pointers for registered QgsOptionsWidgetFactorys
Avoids QGIS crashing if a plugin crashes without deregistering
its QgsOptionsWidgetFactory.
Nyall Dawson
04:31 AM Revision 7a6efa2c (qgis): Merge pull request #4346 from nyalldawson/metadata_api
Rename QgsMapLayer::metadata() -> htmlMetadata() Nyall Dawson

2017-04-10

10:47 PM Revision e7e73baf (qgis): Add test for postgres boolean
Matthias Kuhn
10:47 PM Revision cfb8552b (qgis): [postgis] Native boolean support
Matthias Kuhn
10:47 PM Revision 88a8a2c9 (qgis): CheckBox widget: support native Bool fields
Matthias Kuhn
09:36 PM Revision 5ab8e717 (qgis): UTF8 support for QgsRasterDataProvider::cStringList2Q_ (#4345)
UTF8 support for QgsRasterDataProvider::cStringList2Q_.
Fix #15978
Mark Johnson
04:14 PM Revision 7a48d075 (qgis): [Server] WFS update files header
René-Luc ReLuc
02:21 PM Revision 946f7eeb (qgis): [Server] WFS Transaction fix update
René-Luc ReLuc
10:45 AM Revision f2a7dcbd (qgis): Rename QgsMapLayer::metadata -> htmlMetadata()
Frees up metadata() for use as a structured metadata getter Nyall Dawson
10:07 AM Revision 9837c996 (qgis): Merge pull request #4348 from nyalldawson/sipify_maplayer
Sipify QgsMapLayer and cleanup API Nyall Dawson
09:17 AM Revision 9dabb9dd (qgis): Avoid some "" literals and QString::nulls in layer API
Use QString() instead Nyall Dawson
09:12 AM Revision de62c4e6 (qgis): Fix some QgsMapLayer getters which are incorrectly marked as slots
Nyall Dawson
09:09 AM Revision 11283738 (qgis): Remove QgsMapLayer::invalidTransformInput slot
Calling slot does nothing and is not used anywhere Nyall Dawson
09:07 AM Revision acd8aa94 (qgis): Sipify QgsMapLayer
Nyall Dawson
09:00 AM Revision 18c1e623 (qgis): [sipify] Also skip mutable protected members
Nyall Dawson
08:33 AM Revision 78d02b7f (qgis): Merge pull request #4299 from alexbruy/checkable-combobox
[FEATURE] New custom widget checkable combobox Alexander Bruy
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...
Nyall Dawson
02:30 AM Revision fc2581c6 (qgis): Daily connectification
Nyall Dawson

2017-04-09

01:19 AM Revision b0c88f1b (qgis): Add missing currentThemeChanged signal to interface
Nyall Dawson
12:58 AM Revision 248d8c94 (qgis): Fix missing sip cast for QgsHillshadeRenderer
(cherry-picked from 8cf586) Nyall Dawson
12:52 AM Revision 8cf5860d (qgis): Fix missing sip cast for QgsHillshadeRenderer
Nyall Dawson
01:48 PM Revision 6298cddb (qgis): [Server] WFS Transaction fix insert
René-Luc ReLuc
01:46 PM Revision 3be1bbdf (qgis): [Server] Update QgsServer WFST test by adding wfs feature count verifyi...
René-Luc ReLuc
12:47 PM Revision bc08a79b (qgis): Remove old comment line
[ci skip] Nathan Woodrow
08:18 AM Revision db8a14d4 (qgis): Test cmake (#4343)
* Streamline cmake test file adding Nathan Woodrow

2017-04-08

11:42 PM Revision 5805cf99 (qgis): Some docstring improvements
Matthias Kuhn
11:42 PM Revision 14e949b9 (qgis): [sipify] skip non-public template based member declarations
Matthias Kuhn
11:42 PM Revision d8207021 (qgis): Fix sipify test header file
Matthias Kuhn
11:42 PM Revision d902575f (qgis): Sipify
Matthias Kuhn
06:31 PM Revision cd506aac (qgis): [Server] WFS update indetation and spelling
René-Luc ReLuc
05:07 PM Revision d018f032 (qgis): [Server] remove QgsWfsProjectParser
René-Luc ReLuc
05:06 PM Revision 49433672 (qgis): [Server] WFS Transaction refactoring
René-Luc ReLuc
05:06 PM Revision a8400fba (qgis): [Server] WFS Transaction add KVP support
René-Luc ReLuc
05:06 PM Revision eb3af08d (qgis): [Server] Update QgsServer AccessControl tests
René-Luc ReLuc
05:06 PM Revision 57137131 (qgis): [Server] WFS GetFeature refactoring
remove QgsWFSProjectParser and rewrite all GetFeature methods René-Luc ReLuc
05:06 PM Revision 04ed2b4d (qgis): [Server] WFS GetCapapbilities and DescribeFeatureType refactoring
Remove QgsWFSProjectParser from GetCapabilities and DescribeFeatureType René-Luc ReLuc
01:59 PM Revision f450b98b (qgis): sip skip on ColumnConfig == for now
Fails on Windows build for some reason Nathan Woodrow
11:00 AM Revision 0803b568 (qgis): remove docs for parent parameter
Alexander Bruy
10:31 AM Revision df0c26d9 (qgis): update SIP file
Alexander Bruy
07:30 AM Revision 1e3baca3 (qgis): don't close popup after first click, so user can select all necessary
options at once Alexander Bruy
07:30 AM Revision 4a4b3184 (qgis): fix warnings`
Alexander Bruy
07:30 AM Revision e9bd373d (qgis): replace "added in QGIS 3.0" with "since QGIS 3.0"
Alexander Bruy
07:30 AM Revision 22ea3ac4 (qgis): homogenize doxygen comments
Alexander Bruy
07:30 AM Revision fc4ce3c5 (qgis): address Nyall's comments:
- add TransferThis to parent argument
- QSignalSpy always available with Qt5
Alexander Bruy
07:30 AM Revision 638dbcad (qgis): [FEATURE] new custom widget — combobox with checkable items
Alexander Bruy
07:30 AM Revision 9fbb31a3 (qgis): add context menu with select/deselect all options
Alexander Bruy
07:30 AM Revision c8e4bca5 (qgis): make model and delegate classes private API
Alexander Bruy
07:30 AM Revision a0bd3ec1 (qgis): remove private member initialization
Alexander Bruy
07:30 AM Revision ec2af9bd (qgis): more doxymentation
Alexander Bruy
07:30 AM Revision 792cd6f0 (qgis): add tests
Alexander Bruy
07:30 AM Revision 228cc41a (qgis): custom widget for Qt Designer
Alexander Bruy
07:30 AM Revision 6ab2bd06 (qgis): add Python bindings
Alexander Bruy
07:30 AM Revision 8b7a6b80 (qgis): sipify
Alexander Bruy
02:32 AM Revision 61137dc8 (qgis): Merge pull request #4339 from nyalldawson/sipify
Sipify Nyall Dawson

2017-04-07

01:48 AM Revision bfd37e11 (qgis): [sipify] Add return types for functions in docstrings
and change \return -> :return: in docystrings Nyall Dawson
 

Also available in: Atom