Activity

From 2016-10-23 to 2016-11-21

2016-11-21

11:25 PM Revision 8c8be007 (qgis): Remove redundant setLayer slots from QgsField(ComboBox|ExpressionWidget)
and switch uses of remaining slot to new style connects Nyall Dawson
10:07 PM Revision 22dc0966 (qgis): Enable WFS test with a fix to prevent crash on exit (#3774)
* Revert "Disable failing PyQgsOfflineEditingWFS test"
This reverts commit 33ee514b5dfdc1b57558cb9007df5b455a59fc17....
Matthias Kuhn
08:50 PM Revision 39ff97e3 (qgis): oracle provider: don't try to verify requested geometry type in estimat...
Jürgen Fischer
05:46 PM Revision 82082b44 (qgis): add doxygen note
Alexander Bruy
03:47 PM Revision f9be1799 (qgis): make cost() method pure virtual
Alexander Bruy
03:47 PM Revision b421a536 (qgis): rename QgsLineVectorLayerDirector to QgsVectorLayerDirector
Alexander Bruy
03:47 PM Revision d657c77a (qgis): rename enum and its values
Alexander Bruy
03:47 PM Revision 9dffe64d (qgis): replace hardcoded magic numbers with enum
Alexander Bruy
03:47 PM Revision a61e8bbd (qgis): rename QgsStrategy to QgsNetworkStrategy to avoid possible future
confusion when we will have other stuff with strategies. Also
rename corresponding subclasses
Alexander Bruy
03:47 PM Revision fb5cdd83 (qgis): remove word "road" from doxygen comments
Alexander Bruy
03:47 PM Revision 00eb2619 (qgis): fix warnings
Alexander Bruy
03:47 PM Revision f77ab4d5 (qgis): add note to doxygen comments
Alexander Bruy
03:47 PM Revision 3c3e17ac (qgis): [network analysis] expose speed properter in C++ and Python API
This allows users to calculate shortest path using travel time
as optimization criteria in addition to travel distance.
Alexander Bruy
03:47 PM Revision 5992f74e (qgis): [API] rename QgsArcProperter to QgsStrategy
Also update subclasses names and do some more refactoring. Alexander Bruy
03:47 PM Revision 137b1984 (qgis): add note to the API breaks doc
Alexander Bruy
03:47 PM Revision d0f8863e (qgis): doxymentation
Alexander Bruy
03:47 PM Revision 5cbf9d51 (qgis): remove references to networkanalysis from scrips and packaging files
Alexander Bruy
03:47 PM Revision 14c930a5 (qgis): [API][network analysis] move network analysis into analysis library to
be consistent with other analysis stuff Alexander Bruy
03:47 PM Revision c1b6edc4 (qgis): update API breaks document
Alexander Bruy
12:30 PM Revision 176987ea (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
03:30 AM Revision ee710771 (qgis): Merge pull request #3789 from nirvn/style_import_export_imp
[style manager] imporve import and export experience, save symbols' tags & favorite flag Nyall Dawson
01:40 AM Revision eda412d9 (qgis): Fix ui build warning
Nyall Dawson
01:38 AM Revision 6d0e8e62 (qgis): Make max canvas scale 1600% (fix #15861)
Max canvas sacle should be a multiple of 2 so that zooming in
to the max and then back out again results in 100% zoom...
Nyall Dawson
01:25 AM Revision eca83e3c (qgis): Add CMAKE_POSITION_INDEPENDENT_CODE flag to QCA test for OSSL plugin
Larry Shaffer

2016-11-20

11:56 PM Revision 22706036 (qgis): Merge pull request #3788 from nyalldawson/rel_dialog
Add relation dialog improvements Nyall Dawson
11:30 PM Revision c123d3b6 (qgis): Add a CMake debug include, with simple variables dump for development
Larry Shaffer
11:30 PM Revision 64b6a440 (qgis): Skip missing functionality in identity dialog if QWebKit not installed
Larry Shaffer
11:30 PM Revision 5df9cbc9 (qgis): Remove Python framework options/finding for Mac; add Homebrew support
Instead of finding Python interpreter, library and framework on Mac,
rely upon the reported paths of the interpreter ...
Larry Shaffer
11:30 PM Revision a5105161 (qgis): [auth] Remove dependency on SSL cert utils from auth config class
Larry Shaffer
11:30 PM Revision 9bb32357 (qgis): Update finding QCA OSSL plugin for Qt5 and C++11
Larry Shaffer
11:30 PM Revision 4c2725b0 (qgis): Use Qt5 non-OpenSSL define in testing for SSL support
Larry Shaffer
11:30 PM Revision e9fa3e04 (qgis): Check for Qt5 subdirectory in PYQT5_SIP_DIR
Larry Shaffer
11:30 PM Revision 74dfd1f4 (qgis): Check for Qt5-specific version of Mac qca framework
Larry Shaffer
04:20 AM Revision 22607804 (qgis): [style manager] decrease font size and add name & tags tooltip
for the import/export symbol preview list Mathieu Pellerin - nIRV
04:20 AM Revision cc985c23 (qgis): use temporary memory db for style tests (avoids clash with default symb...
Mathieu Pellerin - nIRV
04:20 AM Revision 19368cfb (qgis): [style manager] inform users of successful import
Mathieu Pellerin - nIRV
04:20 AM Revision 08f8ca7e (qgis): [FEATURE][style manager] import/export of symbols' tags
and favorite flag Mathieu Pellerin - nIRV

2016-11-19

12:59 PM Revision f2fa7bd4 (qgis): typo fix
Harrissou Santanna
10:04 AM Revision a958c8a7 (qgis): [style] add createMemoryDB() to QgsStyle to create temporary db
Mathieu Pellerin - nIRV
07:04 AM Revision b4533cde (qgis): Use standard map layer and field combo boxes in relation add dialog
Nyall Dawson
06:51 AM Revision cac8de5b (qgis): Swap order of layers in relation add dialog
Make parent layer come before child layer Nyall Dawson
04:45 AM Revision 9679b6a6 (qgis): [style dock] add minimum height to svg image list (#3786)
Mathieu Pellerin - nIRV

2016-11-18

02:21 PM Revision 0185453c (qgis): Add global scope in server
Marco Hugentobler
11:33 AM Revision 339986df (qgis): Merge pull request #3781 from mhugent/wms_project_variables
Set project expression variables in server Marco Hugentobler
10:51 AM Revision 4cc85fd2 (qgis): Set scope directly to new context
Marco Hugentobler
10:12 AM Revision 55144274 (qgis): Set project expression variables in server
Marco Hugentobler
09:22 AM Revision f70a3b9e (qgis): [processing] move custom parameter definition inside corresponding
algorithm Alexander Bruy
08:46 AM Revision fc18fd98 (qgis): Merge pull request #3778 from nirvn/style_manager_ui_imp
[style manager] improve UI Nyall Dawson
08:14 AM Revision 8fcf8345 (qgis): tests for two additional QgsStyle functions: tag() & symbolHasTag()
Mathieu Pellerin - nIRV
08:14 AM Revision 5f3ba725 (qgis): [style manager] sort displayed symbols, insure tags are added only once
Mathieu Pellerin - nIRV
08:13 AM Revision 72b4e72f (qgis): Merge pull request #3783 from nyalldawson/create_attribute_index
[FEATURE][processing] Create attribute index algorithm Alexander Bruy
04:15 AM Revision 13a0e48a (qgis): [style manager] improve UI
- create a dedicated set of buttons for addition of tags and smartgroups
to make those actions more visible as well a...
Mathieu Pellerin - nIRV
01:56 AM Revision 5e1a69fc (qgis): [FEATURE][processing] Create attribute index algorithm
Allows creation of an index on an attribute in a layer for faster
attribute based filtering
Support depends on the u...
Nyall Dawson

2016-11-17

11:06 PM Revision 263ba81c (qgis): Fix ui build warnings
Nyall Dawson
04:19 PM Revision c3852c0d (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
03:02 PM Revision 5f8fd2b4 (qgis): Fix some leftover faulty attribute scopes
Matthias Kuhn
02:53 PM Revision ebcfa726 (qgis): Add a simple layer scoped action example
Matthias Kuhn
02:44 PM Revision 10db7457 (qgis): Fix attribute table actions
Matthias Kuhn
01:51 PM Revision bf43d3d3 (qgis): typo change Ctl to Ctrl
writing convention Werner Macho
12:25 PM Revision aea57700 (qgis): typo fix
small typo fix Werner Macho
09:32 AM Revision 1ffdadd7 (qgis): [travis] Preload libSegFault to debug crashes
Matthias Kuhn
06:28 AM Revision 6b6896bf (qgis): Merge pull request #3777 from nirvn/symbols_preview_padding
[symbology] add padding value for symbol/coloramp preview Nyall Dawson
05:43 AM Revision a8a05ba7 (qgis): [symbology] add padding value for symbol/coloramp preview
Mathieu Pellerin - nIRV
04:09 AM Revision fb8b931a (qgis): [processing] Fix error with field widget wrapper
Nyall Dawson
04:09 AM Revision 24ffa15e (qgis): [FEATURE][processing] Extract by attribute can extract for null/notnull...
Adds support for filtering where an attribute value is null or not null Nyall Dawson
03:40 AM Revision e624518e (qgis): Merge pull request #3755 from nirvn/style_manager_upgrade
[FEATURE] Style management re-work and upgrade Nyall Dawson

2016-11-16

12:04 AM Revision 964ecfd7 (qgis): Fix build
Nyall Dawson
12:04 AM Revision 089b6639 (qgis): Show layer path tooltips in QgsMapLayerComboBox
Handy for differentiating between multiple layers with the
same name
Nyall Dawson
12:04 AM Revision 1da400a9 (qgis): Rename enum values for consistency
Nyall Dawson
12:04 AM Revision fc65334a (qgis): [processing] Add file picker to vector/raster/table parameters
in modeller
Makes it obvious that users can set an algorithm vector/raster/
table input to a fixed table
Nyall Dawson
12:04 AM Revision f78f2a05 (qgis): [processing] Use native QGIS map layer combobox
Switches the custom map layer combo box used in the run algorithm
dialog across to the standard QGIS map layer combo box
Nyall Dawson
12:04 AM Revision 959f97f6 (qgis): Allow not set choice in QgsMapLayerComboBox
Nyall Dawson
12:04 AM Revision 9ee78735 (qgis): Allow showing additional items in QgsMapLayerComboBox
These may represent additional layers such as layers which
are not included in the map layer registry, or paths to
la...
Nyall Dawson
12:04 AM Revision ec49341f (qgis): Allow showing CRS in QgsMapLayerComboBox
Nyall Dawson
12:04 AM Revision 5c3aea33 (qgis): Allow filtering QgsMapLayerComboBox by data provider
Nyall Dawson
11:53 PM Revision 4e8357fb (qgis): oracle provider: allow switching workspaces through property
Jürgen Fischer
11:53 PM Revision 66385690 (qgis): oracle provider: allow switching workspaces through property
(cherry picked from commit 2dc448dfb8c568c20e69fc9e3955e5df63d9a880) Jürgen Fischer
03:23 PM Revision 1eb8fe52 (qgis): typo fix
Harrissou Santanna
03:05 PM Revision 33ee514b (qgis): Disable failing PyQgsOfflineEditingWFS test
Matthias Kuhn
02:19 PM Revision 091f4889 (qgis): Make sure primary keys are always marked with a unique, not null
constraint for all providers Nyall Dawson
02:19 PM Revision 60bbd093 (qgis): Avoid double-evaluating postgres default values
Nyall Dawson
02:19 PM Revision 249c8dca (qgis): Prioritise provider default literals over reused values when
creating a new feature Nyall Dawson
02:19 PM Revision 631bd48a (qgis): Port remaining map tools, paste features, offline editing
to use new constraint/default clause handling methods Nyall Dawson
02:19 PM Revision af016cfb (qgis): Don't use auto generated widgets for fields with provider default
value clause
Using auto widgets may cause the default value clause to be mangled,
eg by converting it to a number
Nyall Dawson
02:19 PM Revision b5864cd4 (qgis): [FEATURE] Improve handling of defaults (inc provider default clauses,
literal defaults, and qgis expression defaults) and automatically
handle unique value constraints on layers
Add a ne...
Nyall Dawson
02:19 PM Revision 95271c86 (qgis): Fix clearing constraints
Nyall Dawson
02:19 PM Revision 3242321a (qgis): [FEATURE] Add method to get list of unique strings matching
a substring from a vector data provider
Base implementation iterates through all features, but
providers can overrid...
Nyall Dawson
02:19 PM Revision 4682eaf6 (qgis): Add QgsVectorLayer::uniqueStringsMatching() to retrieve
a list of unique strings matching a substring for a field Nyall Dawson
02:19 PM Revision 747097d4 (qgis): New method QgsVectorLayerUtils::createUniqueValue
Returns a new unique attribute value for a layer. For numeric
fields this is the max attribute value + 1, for strings...
Nyall Dawson
01:59 PM Revision ff691a6b (qgis): Merge pull request #3747 from nyalldawson/num_input
[processing] Restore spin box widget for number inputs outside modeller Victor Olaya
01:09 PM Revision 582a56d8 (qgis): fix f2e3d53 indentation
Jürgen Fischer
01:08 PM Revision 5b5600fd (qgis): fix a62fdb0 indentation
Jürgen Fischer
01:08 PM Revision 520a137e (qgis): fix 27de86 indentation
Jürgen Fischer
11:55 AM Revision 27de86c4 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
(cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630) Jürgen Fischer
11:54 AM Revision f2e3d530 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
(cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630) Jürgen Fischer
11:52 AM Revision a62fdb08 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
Jürgen Fischer
11:22 AM Revision b32a7197 (qgis): [symbology] draw effect(s) when rendering preview icon
Mathieu Pellerin - nIRV
09:33 AM Revision a6eb7b62 (qgis): Convert action ids to uuid
Matthias Kuhn
09:33 AM Revision f18d1c30 (qgis): Rename listActions to actions and fix test
Matthias Kuhn
09:33 AM Revision 5b4a88f8 (qgis): [feature] Add layer scoped actions
Within the attribute table, there is a new button to trigger actions
which are not based on individual features but i...
Matthias Kuhn
09:33 AM Revision 08d350c0 (qgis): Fix bindings and docs
Matthias Kuhn
09:33 AM Revision e7d8b2ca (qgis): Rename scopes to "Field", "Feature", "Layer"
Matthias Kuhn
09:33 AM Revision f5f28506 (qgis): More api break documentation
Matthias Kuhn
08:12 AM Revision 5e487cfe (qgis): [FEATURE] Style management re-work and upgrade
- A new favorite grouping system was added, which the symbols list
widget defaults to
- The selected tag / smartgroup...
Mathieu Pellerin - nIRV
01:38 AM Revision 6727ea78 (qgis): Merge pull request #3764 from nyalldawson/cache_fix2
Cache fixes Nyall Dawson
01:21 AM Revision 87d2ac35 (qgis): Add @map_extent variable containing geometry of current map extent
...Because I've seen a lot of ugly workarounds to recreate this
extent using wkt/buffers/etc
Nyall Dawson

2016-11-15

08:33 PM Revision 1d538a67 (qgis): Add Translator
Add new italian translator Werner Macho
06:00 PM Revision e9c4090e (qgis): fix build of qspatialite and ocispatial sql drivers
Jürgen Fischer
01:50 PM Revision 6c4eeda2 (qgis): Merge pull request #3762 from nirvn/processing_fix_grass
[processing] fix grass/grass7 installation check Alexander Bruy
01:49 PM Revision adcb7726 (qgis): Merge pull request #3761 from nirvn/processing_parameterextent_fix
[processing] fix ExtentSelectionPanel's getValue() Alexander Bruy
12:13 PM Revision 6bfd0fd7 (qgis): fix exception when selecting string function
just a typo causing an exception when selecting a string function in query builder dialog aroche
11:28 AM Revision a373f957 (qgis): [FEATURE] add functionnality to copy/move feature to move feature map tool
Denis Rouzaud
10:15 AM Revision 9ddf78e3 (qgis): minimal textual fix
Richard Duivenvoorde
08:33 AM Revision c72464b5 (qgis): Fix compilation without QtWebKit
(cherry-picked from 04e02aff69) Martin Dobias
05:03 AM Revision 8f8624a3 (qgis): Improve test debugging
Nyall Dawson
05:03 AM Revision b5c1d0f2 (qgis): QgsCacheIndexFeatureId can also handle non-FilterFid requests
in certain circumstances
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
05:03 AM Revision 53460232 (qgis): Don't query list of visible features when showing selected features
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision b0801f34 (qgis): Avoid warning noise during attribute table load
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision 08eaeaab (qgis): Increase maximum number of cached features
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision 5e3d8fe0 (qgis): Use cached feature iterator if cache has all needed features
Previously a cached feature iterator would only be returned
if cache was either full or used a cache index
On behalf...
Nyall Dawson
05:00 AM Revision afd5d1e9 (qgis): Recognise that a cache can be filled using a FilterNone request
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
04:41 AM Revision 38a4aac9 (qgis): Fix test for request size vs cache size
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
03:27 AM Revision 4a4ffa4c (qgis): [processing] fix grass/grass7 installation check
Mathieu Pellerin - nIRV
03:07 AM Revision c87839f0 (qgis): [processing] fix ExtentSelectionPanel's getValue()
Mathieu Pellerin - nIRV
02:51 AM Revision 8908eea4 (qgis): Fix rubber band in node tool not getting updated correctly
Martin Dobias
01:15 AM Revision d237e27d (qgis): Followup 29d33b4
Nyall Dawson

2016-11-14

12:43 AM Revision 29d33b47 (qgis): [processing] Polygons to line fixes
- Maintain Z/M values
- Handle curved geometries without segmentizing
- Retain null geometries
Nyall Dawson
10:00 PM Revision 5d78d60b (qgis): Remove duplicate QgsDataProvider::dataChanged( int ) signal
Was not needed and not emitted anywhere Nyall Dawson
10:00 PM Revision 4a5faa08 (qgis): Remove duplicate selectionChanged signal from QgsVectorLayer
If you don't want the extra info, just don't capture it... Nyall Dawson
10:00 PM Revision d3f5314b (qgis): [processing] Use standard field combo box for field choices
Nyall Dawson
10:00 PM Revision 85c8c97d (qgis): Allow empty field name ('not set' option) in QgsFieldModel, QgsFieldCom...
Nyall Dawson
08:54 PM Revision dd68d815 (qgis): Update tsstat.pl
just a small intendation fix Werner Macho
06:16 PM Revision 8898c949 (qgis): Fix build
Martin Dobias
05:56 PM Revision 645514a2 (qgis): Remove setLayerName(), layerName() from QgsLayerTreeLayer
(replaced by setName(), name() overridden from the parent) Martin Dobias
05:49 PM Revision 04e02aff (qgis): Fix compilation without QtWebKit
Martin Dobias
05:49 PM Revision ca7d428a (qgis): Fix missing docs and sip coverage and tests (followup 968e02d6)
(cherry picked from commit 9950b085d4c59ad432f15d4c1e3cdb4ef8bede5f) Martin Dobias
05:30 PM Revision a2fce27b (qgis): Propagate layer/group name changes in the layer tree (fixes #15844)
(cherry picked from commit 968e02d6fe38b024855ef75852eb033b4ad9ecbd) Martin Dobias
04:39 PM Revision 9950b085 (qgis): Fix missing docs and sip coverage (followup 968e02d6)
Martin Dobias
02:40 PM Revision 9afd6b0a (qgis): [processing] fix test
Alexander Bruy
02:38 PM Revision 9ad365e2 (qgis): Fix setDestinationCRS
René-Luc ReLuc
02:24 PM Revision b13b4f94 (qgis): Fix QGIS Server build error
René-Luc ReLuc
12:57 PM Revision 968e02d6 (qgis): Propagate layer/group name changes in the layer tree (fixes #15844)
Martin Dobias
10:59 AM Revision 10ae5e22 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:57 AM Revision a4e436d3 (qgis): Fix typo
René-Luc ReLuc
10:57 AM Revision fa88e6a1 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:55 AM Revision 7299e6b8 (qgis): Fix typo
René-Luc ReLuc
10:53 AM Revision 7ae62699 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:05 AM Revision 6e9631ea (qgis): Merge pull request #3701 from alexbruy/processing-ogr-tests
[processsing] tests for GDAL algorithms Alexander Bruy
08:36 AM Revision 798bc091 (qgis): Fix conversion from WKB to string in postgres provider (follow up d729951)
Martin Dobias
06:52 AM Revision 1f81a7c4 (qgis): [FEATURE] pole_of_inaccessibility expression function
Exposes calculation of pole of inaccessiblity to expression
engine
Nyall Dawson
06:52 AM Revision 1d3f1f07 (qgis): Fix QgsGeometryUtils::sqrDistToLine returns bad values (eg nan values)
Nyall Dawson
06:52 AM Revision b4409391 (qgis): Fix test failure, report distance from pole
Nyall Dawson
06:52 AM Revision d6f09c01 (qgis): [FEATURE] Add method to calculate pole of inaccessibility for polygons
Implements a method in QgsGeometry and a processing algorithm to
calculate the pole of inaccessibility for a surface,...
Nyall Dawson
06:52 AM Revision d5c307eb (qgis): Add method to find distance from a point to a poylgon's boundary
Nyall Dawson
06:52 AM Revision 880647e5 (qgis): Add some tags to algorithm
Nyall Dawson
06:36 AM Revision 514d4439 (qgis): Fix oracle provider and remove dead code
Martin Dobias
06:36 AM Revision 9872b484 (qgis): Remove caching of GEOS representation within QgsGeometry (legacy)
Martin Dobias
06:36 AM Revision d729951d (qgis): Remove caching of WKB from QgsGeometry (was kept just for compatibility)
Also improves the API to export/import WKB as QByteArray Martin Dobias

2016-11-13

06:15 PM Revision 8b1adc5d (qgis): Merge pull request #3635 from arnaud-morvan/processing_postgis_connect
[processing][db_manager] Fix connection to postgis Even Rouault
11:34 AM Revision f24cda44 (qgis): [processing] Add unit tests for retrieving param from script code
And fix number param retrieving from script code Nyall Dawson
11:34 AM Revision dbf6107b (qgis): [processing] Add button for projection selection dialog to
Crs parameters in algorithm settings in modeler
This makes it easier to pick static CRSes for the parameter,
and als...
Nyall Dawson
11:34 AM Revision 3ef7b3b7 (qgis): [processing] Use standard QGIS projection selection widget for CRS params
Nyall Dawson
11:34 AM Revision fbc12a8a (qgis): Allow showing 'not set' in QgsProjectionSelectionWidget
Nyall Dawson

2016-11-12

12:31 PM Revision d81533e0 (qgis): fix failing test
Alexander Bruy
12:31 PM Revision 0589566e (qgis): [processing] mark buffer lines test as expected failure
This test failed as result and expected WKT geometries differ
only because of 0 vs. -0 in one coordinates pair
Alexander Bruy
12:31 PM Revision af16bbf5 (qgis): [processing] don't print Processing version
Alexander Bruy
12:31 PM Revision fcc96de8 (qgis): [processing] fix indentation
Alexander Bruy
12:31 PM Revision 75bd622c (qgis): [processing] restore and fix extraction of OGR layer names
Alexander Bruy
12:31 PM Revision 2287230f (qgis): [processing] fix parameter definition in offset curve algorithm
Alexander Bruy
12:31 PM Revision 426c5bef (qgis): [processing] compare only geometry in tests
Alexander Bruy
12:31 PM Revision dff239c2 (qgis): [processing] improve temp file names generation
Alexander Bruy
12:31 PM Revision b6d5f35b (qgis): [processing] cleanup OGR dissolve algorithm code
Avoid double extensions when creating temp files Alexander Bruy
12:31 PM Revision 256efcc0 (qgis): [processing] remove unnecessary schemas from test data
Alexander Bruy
12:31 PM Revision 652addb5 (qgis): [processing] don't pass layer name when '-sql' parameter is used
Alexander Bruy
12:31 PM Revision e1ee477c (qgis): [processing] use numeric parameter for buffer distance
Alexander Bruy
12:31 PM Revision 85d1fd72 (qgis): [processing] cleanup test data
Alexander Bruy
12:31 PM Revision d08c02db (qgis): [processing] disable polygonize test, as it is not stable
Alexander Bruy
12:31 PM Revision d239a97c (qgis): [processing] test for OGR one-side buffer
Alexander Bruy
12:31 PM Revision 32094e93 (qgis): [processing] add test for OGR offset lines
Alexander Bruy
12:31 PM Revision 02ed0aa6 (qgis): [processing] fix OGR offset curve and one-side buffer
Alexander Bruy
12:31 PM Revision 397df659 (qgis): [processing] add test for points along lines
Alexander Bruy
12:31 PM Revision a8feec8d (qgis): [processing] friendly names for some QGIS tests
Alexander Bruy
12:31 PM Revision 52e29b93 (qgis): [processing] fix deprecation warnings in GDAL test
Alexander Bruy
12:31 PM Revision 23de13c0 (qgis): [processing] add test for OGR buffer with dissolve
Alexander Bruy
12:31 PM Revision 31a6189a (qgis): [processing] add test for OGR polygon buffering
Alexander Bruy
12:31 PM Revision 5991eccb (qgis): [processing] simple test for ogr buffering
Alexander Bruy
12:31 PM Revision a6bd9f02 (qgis): Revert "Fix extraction of ogr LayerName from multi-layer dataset URIs"
This reverts commit 6c5364186dd8d45ac51e5bd1a72c6a542f032cb1.
As it breaks all OGR geoprocessing algoroithms.
Alexander Bruy
12:31 PM Revision 159fda68 (qgis): [processing] add test for gdal_polygonize
Alexander Bruy
06:09 AM Revision 08231b8b (qgis): Merge pull request #3742 from nirvn/processing_fix_hasdependencies
[processing] check for parent alg dependencies in hasDependencies() Nyall Dawson

2016-11-11

07:17 PM Revision 2eec236f (qgis): fix builds on trusty and precise
Jürgen Fischer
07:17 PM Revision f273e853 (qgis): fix translation
Jürgen Fischer
07:14 PM Revision 4c6be3a7 (qgis): fix builds on trusty and precise
Jürgen Fischer
07:03 PM Revision a4c7d979 (qgis): fix typo
Jürgen Fischer
06:33 PM Revision c180cf32 (qgis): Merge pull request #3753 from DelazJ/patch-17
typo fix Werner Macho
06:14 PM Revision b069e955 (qgis): typo fix
Harrissou Santanna
05:49 PM Revision 12cfb31d (qgis): Make file downloader test more stable
Alessandro Pasotti
05:45 PM Revision 8610c180 (qgis): Merge pull request #3752 from elpaso/downloader_2_14_test_fix
Make file downloader test more stable Alessandro Pasotti
05:42 PM Revision fb124baa (qgis): Merge pull request #3751 from elpaso/downloader_master
[bugfix][forwardport] File downloader for identify dialog hyperlinks Alessandro Pasotti
05:26 PM Revision 4e96912c (qgis): [bugfix][forwardport] File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
Travis won: ported all test cases to Python
and disabled C++ companion te...
Alessandro Pasotti
05:24 PM Revision 78f0da25 (qgis): Make file downloader test more stable
Alessandro Pasotti
04:55 PM Revision 4981bfcf (qgis): Fix memory leak
Matthias Kuhn
03:43 PM Revision 45617fb2 (qgis): Fix more Qt5.7 warnings
Matthias Kuhn
01:15 PM Revision e6dc5223 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
01:15 PM Revision 054d4308 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
12:05 PM Revision 526949b8 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
11:13 AM Revision 28d7ceae (qgis): Some fixes to processing expression parameters
Nyall Dawson
10:09 AM Revision a4cc5726 (qgis): Merge pull request #3748 from nirvn/processing_harmony
[processing] harmonize modeler UI/UX behavior with QGIS Alexander Bruy
09:47 AM Revision f3d7e39a (qgis): [processing] harmonize modeler UI behavior with QGIS
- use [close without saving][cancel][save] option when closing
a modeler with unsaved changes
- invert mouse wheel zo...
Mathieu Pellerin - nIRV
08:56 AM Revision 35d106bf (qgis): Fix Qt 5.7 build warnings
Matthias Kuhn
07:08 AM Revision be2223fe (qgis): [processing] check for parent alg dependencies in hasDependencies()
Mathieu Pellerin - nIRV
04:26 AM Revision 156fce98 (qgis): Add unit tests for processing expression parameter
Nyall Dawson
04:26 AM Revision 5625d6e9 (qgis): Expression parameters don't have to have parent layers
Nyall Dawson
04:26 AM Revision 132e76a5 (qgis): [FEATURE][processing] New input type for expressions
This adds a new input type for expression inputs. Expression
inputs can be linked to a parent layer so that the build...
Nyall Dawson
04:26 AM Revision 72118f91 (qgis): [processing] When an algorithm has string parameters, also
accept numeric, file and table field inputs in modeler
This allows a non-string parameter to be reused as a string
p...
Nyall Dawson
04:25 AM Revision 1ef7ed53 (qgis): Merge pull request #3703 from aaime/svg_params
Export parametric SVG, will fallback symbols for the systems that cannot understand them Nyall Dawson
02:02 AM Revision a3ae0b28 (qgis): [processing] Restore spin box widget for number inputs outside modeller
This commit restores some pre 3.0 processing behaviour for number inputs.
Now, if a number input is required outside ...
Nyall Dawson

2016-11-10

12:42 AM Revision cc0b2e64 (qgis): Merge pull request #3746 from ahuarte47/Issue_SinglePartsToMultiparts
[FIXBUG] Fix iteration of features in SinglePartsToMultiparts algorithm Nyall Dawson
12:28 AM Revision dc800dba (qgis): Fix iteration of features
Alvaro Huarte
11:35 PM Revision 10648dfb (qgis): [processing] Start of tests for modeler
Nyall Dawson
05:26 PM Revision 1cd11586 (qgis): Merge pull request #3745 from mhugent/server_datasources
WMS server: add user setting if custom datasources are allowed in wms… Marco Hugentobler
04:59 PM Revision 88587fde (qgis): Add override keywords
Marco Hugentobler
03:12 PM Revision b0644ea4 (qgis): WMS server: add user setting if custom datasources are allowed in wms r...
Marco Hugentobler
02:26 PM Revision 43ffd9e6 (qgis): Merge pull request #3744 from elpaso/downloader_2_14
[bugfix][backport] File downloader for identify dialog hyperlinks Alessandro Pasotti
01:47 PM Revision 73b283c0 (qgis): update FindQCA.cmake for Arch Linux
Jürgen Fischer
01:03 PM Revision a676bde4 (qgis): [bugfix][backport] File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
( cherry-picked from commit bdc2e24 )
Try to convince Travis to behave ...
Alessandro Pasotti
10:46 AM Revision fd7f3489 (qgis): Merge pull request #3682 from arnaud-morvan/processing_fix_fieldmapper_...
[processing] fix fieldmapper dialog init method Alexander Bruy
10:45 AM Revision 51a56573 (qgis): Merge pull request #3727 from arnaud-morvan/processing_ogr2ogr_defaults
[processing] fix Ogr2OgrToPostGisList algorithm Alexander Bruy
10:43 AM Revision be6672dd (qgis): Merge pull request #3741 from nirvn/processing_dependencies_improvement
[processing] use algorithm description in modeler dependencies dialog Alexander Bruy
07:36 AM Revision 84bc1fc4 (qgis): Merge pull request #3740 from elpaso/downloader_2_18
[bugfix] File downloader for identify dialog hyperlinks Alessandro Pasotti
07:02 AM Revision 6ea0049b (qgis): Merge pull request #3732 from nirvn/strpos_regexp_match_upgrade
[expression] strpos() and regexp_match() improvements Nyall Dawson
05:55 AM Revision 6b2b4c57 (qgis): [FEATURE][expression] strpos() and regexp_match() improvements
- strpos() now relies on a simple string within a string search
- regexp_match() now returns pos of a matching regula...
Mathieu Pellerin - nIRV
04:21 AM Revision 45711d37 (qgis): [processing] use algorithm description in modeler dependencies dialog
Mathieu Pellerin - nIRV

2016-11-09

06:28 PM Revision 57aa7fd7 (qgis): Travis won: ported all test cases to Python
and disabled C++ companion test (still useful locally and
for debugging)
For the curious: QTemporaryFile is not work...
Alessandro Pasotti
05:46 PM Revision 36d827a5 (qgis): Try to convince Travis to behave like a normal mechanical being
Alessandro Pasotti
05:45 PM Revision afb4739d (qgis): [virtual] Fix encoding issue
Hugo Mercier
05:31 PM Revision c05dca9d (qgis): [virtual] Fix encoding issue
Hugo Mercier
05:28 PM Revision bf3c0f1b (qgis): [virtual] fix encoding issue
Hugo Mercier
05:06 PM Revision 8f67c587 (qgis): Removed debug output
Alessandro Pasotti
04:40 PM Revision 164a85ac (qgis): [virtual] Fix encoding issue
Hugo Mercier
04:25 PM Revision 8b231ec7 (qgis): Added note and removed debug output
Alessandro Pasotti
03:43 PM Revision bdc2e24d (qgis): File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
Alessandro Pasotti
03:13 PM Revision 56f6c246 (qgis): debian packaging: include internal webkit bindings in yakkety
Jürgen Fischer
08:45 AM Revision 5093ec6b (qgis): Improve num_selected and is_selected function help
Matthias Kuhn
08:45 AM Revision c282e262 (qgis): Use QPointer for storing layer pointers in expression scope
Matthias Kuhn

2016-11-08

11:16 PM Revision 6cf47bef (qgis): Apply some @m-kuhn comments (#3736)
* Use QgsStringMap
* Better description
* Use new translated metadata methods
Stéphane Brunner
08:07 PM Revision 15bcded2 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:07 PM Revision 4218f14c (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:06 PM Revision ea529c50 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:00 PM Revision 63e3fd37 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
04:28 PM Revision aaa3117b (qgis): Multi relation removal
Let the user select multiple relations and delete them. Patrick Valsecchi
04:28 PM Revision 4234ad5c (qgis): Relation managment: enable the remove button when selection
If nothing is selected, this button is doing nothing. Patrick Valsecchi
11:58 AM Revision 3683c33b (qgis): fixed wrong provider reference in union algorithm
Etienne Trimaille
10:45 AM Revision 72fddb8b (qgis): Merge pull request #3470 from arnaud-morvan/refactor_fields_context_gen...
[Processing] Fix processing refactor fields algorithm using expression context generators Victor Olaya
10:40 AM Revision 846eef20 (qgis): Merge pull request #3686 from arnaud-morvan/processing_reset_menus
[processing] Add button to reset processing menus in config dialog Victor Olaya
10:30 AM Revision 7c4e66b3 (qgis): Merge pull request #3726 from arnaud-morvan/processing_various_fixes
[processing] small fixes Victor Olaya
10:27 AM Revision db35b38b (qgis): Merge pull request #3731 from nyalldawson/alg_tags
[processing] Allow algorithms to specify tags Victor Olaya
09:04 AM Revision dc9ebe24 (qgis): dxf export: skip nan z coordinates
(cherry picked from commit 0189609dcf22b58f2fd02dde1b7c9e1c98443606) Jürgen Fischer
09:03 AM Revision 0189609d (qgis): dxf export: skip nan z coordinates
Jürgen Fischer
03:54 AM Revision e40d64f9 (qgis): Make provider default value clauses exempt from unique constraint checks
Otherwise the check fails when the provider has a default value clause
like 'nextval(...)' even though the actual com...
Nyall Dawson
03:54 AM Revision 8cd810ed (qgis): Return false from QgsVectorLayer::addFeatures if adding features failed
Nyall Dawson
03:54 AM Revision fcb6c2bb (qgis): Fix some incorrect return values from QgsFeature python bindings
Nyall Dawson
02:25 AM Revision 6f3b0caa (qgis): Add method to QgsAttributes to convert to QgsAttributeMap
Nyall Dawson
02:09 AM Revision f9bb2306 (qgis): Avoid some QgsGeometry pointer use in QgsGeometry API
Nyall Dawson
01:15 AM Revision 3550cc99 (qgis): [processing] Allow algorithms to specify tags
Tags are used while searching in the toolbox. This should help with
finding algorithms when the exact name is not kno...
Nyall Dawson

2016-11-07

12:30 AM Revision 1a4f8f59 (qgis): [processing] When searching in toolbox, ignore order of words
Eg, allows you to search "line merge" and find the "Merge lines"
algorithm. Should make it easier for users who don't...
Nyall Dawson
12:08 AM Revision 35a29d85 (qgis): Add missing API break documentation
Nyall Dawson
12:05 AM Revision 02ea2d77 (qgis): Fix typos
Nyall Dawson
11:57 PM Revision 32b1603c (qgis): Update indentation
Nyall Dawson
11:53 PM Revision cef4719c (qgis): Add another file to .gitignore
Nyall Dawson
11:52 PM Revision 3b307017 (qgis): Prepare commit ensures empty line before doxygen block
Nyall Dawson
11:51 PM Revision fd150905 (qgis): Update identation
Nyall Dawson
11:42 PM Revision f8bda8db (qgis): Avoid crash in testqgsexpression.cpp
Nyall Dawson
11:42 PM Revision ec551618 (qgis): Avoid lazy evaluation for substr expression function
Better solution is to set handlesNull to true to avoid the default
null parameter = null result behaviour, and handle...
Nyall Dawson
11:42 PM Revision 0fbcc4b9 (qgis): [FEATURE] upgrade the substr() function
- support negative start value (e.g. substr('hello',-2) returns 'lo')
- support negative length value (e.g. substr('h...
Mathieu Pellerin - nIRV
11:18 PM Revision 11405af0 (qgis): Fix range widget wrapper not correctly respecting default allow
null setting Nyall Dawson
11:18 PM Revision 94413c38 (qgis): Show literal defaults in add feature form
Nyall Dawson
11:18 PM Revision b0bd61f3 (qgis): [FEATURE] Detect default literal values from OGR layers
Requires GDAL >= 2 Nyall Dawson
11:18 PM Revision 0ae610c5 (qgis): [FEATURE] Detect literal default values for spatialite provider
Nyall Dawson
11:18 PM Revision 1fea20de (qgis): Split handling of literal default values from provider side
default value SQL clauses
QgsVectorDataProvider now has two methods:
- defaultValueClause: returns SQL fragment whi...
Nyall Dawson
05:15 PM Revision 59b10d65 (qgis): Merge pull request #3720 from sbrunner/WFS-provider-metadata
Add metadata for WFS provider in layer metadata informations Stéphane Brunner
04:46 PM Revision bc1ad2ce (qgis): Add metadata for WFS provider in layer metadata informations
Stéphane Brunner
12:48 PM Revision 8e7ae8f0 (qgis): Avoid having duplicated relations in the discovery
Patrick Valsecchi
12:15 PM Revision 0ca9eb0d (qgis): debian packaging: drop trusty support
Jürgen Fischer
10:18 AM Revision b2b67ee8 (qgis): [BUGFIX] QgsOgcUtils: fix typo contians -> contains
This has been fix in feature 'QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters' 1da1c278e758e7c84376ce... René-Luc ReLuc
09:00 AM Revision 91e4b24a (qgis): Better reading/writting of editor widget config.
Avoid saving config parameters that are not set and support not
having them in the XML.
Patrick Valsecchi
07:15 AM Revision 6d8990b7 (qgis): Fix coverity uninitialized variable warnings
Nyall Dawson
05:34 AM Revision 3c530a62 (qgis): Merge pull request #3723 from nirvn/regexp_matches
[FEATURE] add regexp_matches() function Nyall Dawson
04:47 AM Revision 1d245b2e (qgis): [FEATURE] add regexp_matches() function
The new function returns an array of strings captured by capturing
groups in a supplied regular expression. For e.g.,...
Mathieu Pellerin - nIRV
04:20 AM Revision 4e4bb2bf (qgis): Merge pull request #3728 from nyalldawson/open
Cleanup processing file handling Nyall Dawson
03:20 AM Revision 9b667d1e (qgis): [FEATURE] Remove c++ geometry snapper plugin
All functionality is now available through analysis lib + processing
algorithm.
Marked as feature for documentation ...
Nyall Dawson
03:20 AM Revision 8acc286b (qgis): [FEATURE] Snap to layer algorithm accepts a mode parameter
With a new option to prefer to snap to closest point on geometry.
The old behaviour was to prefer to snap to nodes, e...
Nyall Dawson
03:20 AM Revision c3a978b9 (qgis): [FEATURE][processing] Snap geometries to layer algorithm
Port the Geometry Snapper plugin across to the analysis lib, and
expose to python bindings
Add a new algorithm which...
Nyall Dawson
03:20 AM Revision dae0a017 (qgis): [FEATURE][processing] Snap geometries algorithm allows snapping
to other layer types, supports point/line layers
Fix #14791, #15313
Nyall Dawson
03:20 AM Revision 983fe248 (qgis): Port some API from QgsPoint to QgsPointV2
Nyall Dawson
03:13 AM Revision 0484769b (qgis): [processing] Use subprocess.DEVNULL instead of open(os.devnull)
Nyall Dawson
02:36 AM Revision 6a99017b (qgis): [processing] Use with ... when opening files
Nyall Dawson
02:11 AM Revision b4bca5bb (qgis): [processing] Don't try to force load files which don't exist
Nyall Dawson
02:11 AM Revision 272cd380 (qgis): Fix python deprecation warning
Nyall Dawson
02:11 AM Revision 54522fd5 (qgis): Fix crash when trying to render polygon with no exterior ring
Should only occur with very badly corrupted layers, but we
shouldn't crash in this case
Nyall Dawson
02:11 AM Revision d783c732 (qgis): Fix processing tests
Nyall Dawson

2016-11-06

12:23 AM Revision 143c18da (qgis): Fix processing tests weren't actually comparing resultant features
.... oops (my fault - copy/paste error) Nyall Dawson
12:22 AM Revision eefa7115 (qgis): [processing] Fix invalid geometries made by densify when input geom is ...
Nyall Dawson
06:11 PM Revision 78236c0b (qgis): Use contextGenerator in refactor fields algorithm
Arnaud Morvan
05:58 PM Revision a8d9dea1 (qgis): Add QgsExpressionContextGenerator inheritances in sip
Arnaud Morvan
03:25 PM Revision a6a09d9a (qgis): [processing] Fix Ogr2OgrToPostGisList with 8798c42339 and 3472ac80d8bd
Arnaud Morvan
03:21 PM Revision 01941176 (qgis): [processing] Log gdal calls
Arnaud Morvan
01:29 PM Revision 9cd39e79 (qgis): [db_manager] Fix connection to postgis
Arnaud Morvan
01:29 PM Revision 8b8bc26e (qgis): [processing] Fix connection to postgis
Arnaud Morvan
01:05 PM Revision 4a626994 (qgis): [processing] Fix TableWidgetWrapper in batch dialog
Arnaud Morvan
01:04 PM Revision 2d2fe8b8 (qgis): [processing] Fix BatchOutputSelectionPanel with QgsMapLayer instances
Arnaud Morvan
01:03 PM Revision 93be141a (qgis): [processing] Fix import error in FieldsMappingPanel
Arnaud Morvan

2016-11-05

03:05 PM Revision e90263ac (qgis): Merge pull request #3724 from elpaso/auth_tests_2_14
[tests] Authmanager tests for username/pwd and PKI Alessandro Pasotti
02:16 PM Revision 6fd3f741 (qgis): [tests] Authmanager tests for username/pwd and PKI
Alessandro Pasotti
12:47 PM Revision e426dbc8 (qgis): fix customwidgets includes path
Jürgen Fischer
12:01 PM Revision 022e2285 (qgis): Fill image with 0 in rendering thread (#3722)
Calling QImage::fill( 0 ) on rendering start takes about 40% of the
time required for setting up a new job.
Since thi...
Matthias Kuhn
11:48 AM Revision 701d4440 (qgis): Export parametric SVG parameters, will fallback symbols for the system ...
Andrea Aime
05:13 AM Revision 5984b218 (qgis): Add missing /Factory/ annotations to geometry classes
Martin Dobias
04:55 AM Revision 5fed35a8 (qgis): Add missing /Transfer/ annotations to geometry classes
(cherry picked from commit 91e2f009c9652aac2a54380083f2c1c591069471) Martin Dobias
04:55 AM Revision 32eaac03 (qgis): Add missing /Factory/ annotations to geometry classes
(cherry picked from commit 93e559d399a57faf300d2ca6093c30220879f228) Martin Dobias
04:40 AM Revision 91e2f009 (qgis): Add missing /Transfer/ annotations to geometry classes
Martin Dobias
04:38 AM Revision 93e559d3 (qgis): Add missing /Factory/ annotations to geometry classes
Martin Dobias

2016-11-04

01:46 PM Revision bef03091 (qgis): Merge pull request #3721 from elpaso/auth_tests_pki_ows_master
[tests] WMS/WFS PKI authentication test Alessandro Pasotti
12:09 PM Revision a0e0fcf9 (qgis): [tests] WMS/WFS PKI authentication test
Alessandro Pasotti
11:36 AM Revision 16a88e6c (qgis): Merge pull request #3719 from elpaso/auth_tests_more_master
Auth tests more master Alessandro Pasotti
10:38 AM Revision ecef7d75 (qgis): Fix empty legends in WMS GetPrint
Marco Hugentobler
09:50 AM Revision f587defd (qgis): [tests][bugfix] Check for result diff existance before accessing to it
Alessandro Pasotti
09:46 AM Revision f582849c (qgis): [tests] Authmanager Postgres PKI test
Alessandro Pasotti
09:13 AM Revision ea43ce0e (qgis): Always create a main network access manager
Or threaded networking - like XYZ layers - will crash in standalone apps. Matthias Kuhn
06:15 AM Revision 0dd094ca (qgis): Remove per-pixel debug msg slowing down reprojection (fixes #15796)
Even at level 5, the debug string would still be built and thrown away,
and affects both debug builds and RelWithDebu...
Martin Dobias
06:07 AM Revision db0e7d57 (qgis): Remove per-pixel debug msg slowing down reprojection (fixes #15796)
Even at level 5, the debug string would still be built and thrown away,
and affects both debug builds and RelWithDebu...
Martin Dobias
04:27 AM Revision 24361c53 (qgis): Fix crash with tiled WMS (fixes #15799)
(cherry picked from commit 16719b3f0f166667fdead8731a9ffe7227ab39f8) Martin Dobias
04:23 AM Revision 16719b3f (qgis): Fix crash with tiled WMS (fixes #15799)
Martin Dobias
01:34 AM Revision 9a2ca1ce (qgis): Merge pull request #3673 from nyalldawson/constraints
[FEATURE] Improved constraint handling, pt 1 Nyall Dawson
01:02 AM Revision 100667ac (qgis): Fix dialogs which violate HIG (use of : at end of label)
Nyall Dawson

2016-11-03

08:16 PM Revision b23e29f8 (qgis): Merge pull request #3716 from elpaso/auth_tests_more_2_18
More Authentication Tests Alessandro Pasotti
07:49 PM Revision 9c535b53 (qgis): [tests] Use from qgis.PyQt import
Alessandro Pasotti
07:30 PM Revision 342e7439 (qgis): [tests] Use from Qt import
Alessandro Pasotti
06:51 PM Revision be12e831 (qgis): [tests] Py3 compat and postgres 9.4 default
Alessandro Pasotti
06:51 PM Revision d17a65c7 (qgis): [tests] Chmod 0400 PKI certificates
Alessandro Pasotti
06:51 PM Revision c54d9d8e (qgis): [tests] Server connection timeout
Alessandro Pasotti
06:51 PM Revision 4fe9a8be (qgis): [tests][bugfix] Skip diff image if it does not exists
Alessandro Pasotti
06:50 PM Revision 4329128a (qgis): [tests] PKI authentication tests
Alessandro Pasotti
06:50 PM Revision f1791ecc (qgis): [tests] PKI auth tests on a PKI-enabled QGIS Server
Alessandro Pasotti
05:32 PM Revision 4fe9daad (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:32 PM Revision e1d272d2 (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:30 PM Revision 0796ecbe (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:29 PM Revision 74f49ddd (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
03:58 PM Revision 8b3c39a2 (qgis): [processing] add missed description files for OTB 5.4.0
Alexander Bruy
11:40 AM Revision a382ec77 (qgis): Merge pull request #3035 from alexbruy/global-startup-script
Add global python startup script support in addition to per-user scripts Alexander Bruy
11:11 AM Revision 373e591a (qgis): drop old user startup script in favour of the new system
User script should be placed into $HOME/.local/share/QGIS.
Additionally global scripts from /usr/local/share and
/usr...
Alexander Bruy
11:11 AM Revision 434bbeab (qgis): Add global python startup script support in addition to per-user script...
Alexander Bruy
07:58 AM Revision 777fc860 (qgis): Merge pull request #3712 from nirvn/pal_zero_width_char_fix
[pal] fix curved labels failure with zero-width characters Nyall Dawson
07:35 AM Revision 769c82b5 (qgis): [pal] fix curved labels failure with zero-width characters
(fixes 15801) Mathieu Pellerin - nIRV
07:33 AM Revision 9cd29f39 (qgis): [processing] Fix batch panel under Qt5
Nyall Dawson
06:45 AM Revision 73038f20 (qgis): Merge pull request #3710 from DelazJ/patch-16
Make collapsible the "Curve segmentation" frame Nyall Dawson
06:41 AM Revision 962166c4 (qgis): Merge pull request #3708 from nirvn/singlepart_to_multi
[processing] optimise singlepart to multipart algorithm Nyall Dawson
03:05 AM Revision 03e29d4f (qgis): [processing] optimise singlepart to multipart algorithm
- keep z/m/curved geometries intact
- rewrite loop to avoid the cost of nb. feature x unique values
Mathieu Pellerin - nIRV

2016-11-02

08:40 PM Revision a44ea228 (qgis): Small refinement to multipart to singlepart alg
Nyall Dawson
06:17 PM Revision f692e191 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
06:16 PM Revision e64d6475 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
06:14 PM Revision d20b2a81 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
05:48 PM Revision 963d75f4 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
03:31 PM Revision 2be0f013 (qgis): document undocumented method
Alexander Bruy
03:26 PM Revision a3c762b2 (qgis): more doxygen fixes
Alexander Bruy
03:06 PM Revision ef012c44 (qgis): Fix test for QT5
Even Rouault
03:05 PM Revision fca3dc2e (qgis): Fix test for QT5
Even Rouault
02:48 PM Revision 5a2bb5d8 (qgis): fix doxygen comments
Alexander Bruy
01:44 PM Revision 54dcc347 (qgis): default value does not need to be explicitly set
Alexander Bruy
01:44 PM Revision 9ae6e6ff (qgis): fix typo in comment
Alexander Bruy
01:44 PM Revision 2497375e (qgis): [FEATURE] save and restore color ramp used for singleband pseudocolor r...
Alexander Bruy
01:44 PM Revision dac03d5c (qgis): use default QString() constructor instead of ""
improve doxygen docs Alexander Bruy
01:44 PM Revision 75b23cb5 (qgis): update Python bindings
Alexander Bruy
01:44 PM Revision f7d59123 (qgis): fix formatting
Alexander Bruy
01:16 PM Revision 1c44d747 (qgis): Merge pull request #3695 from nirvn/processing_modeler_dblclick
[processing] resurrect editing of modeler item on double-click Alexander Bruy
12:59 PM Revision eb91915b (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:43 PM Revision 189d8f56 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:42 PM Revision 85fcc7e0 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:40 PM Revision 06dc5011 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
11:47 AM Revision dbd7de39 (qgis): Merge pull request #3689 from rduivenvoorde/getPlugins3
Temporarily hardcode plugins version in url ?qgis=3.0 Denis Rouzaud
11:22 AM Revision a7ffecd8 (qgis): Make collapsible the "Curve segmentation" frame
in Settings --> Options --> Rendering dialog (for coherence with other frames)
also fix a typo
Harrissou Santanna
09:09 AM Revision 4f5337fc (qgis): Merge pull request #3704 from pvalsecc/fix_collapsing
Fix saving of the collapsed state for relations Nyall Dawson
09:06 AM Revision 5d877fd8 (qgis): Merge pull request #3707 from nyalldawson/multipart_to_single
[processing] optimise multipart to singlepart algorithm Alexander Bruy
07:21 AM Revision 28457ed4 (qgis): Fix saving of the collapsed state for relations
In the attribute form, the collapsed state of RelationReference
was not loaded correctly and was interfering with the...
Patrick Valsecchi
07:06 AM Revision 18fc0c6f (qgis): [processing] optimise multipart to singlepart algorithm
- simplify code
- keep z/m/curved geometries intact
- might be a bit faster
Nyall Dawson
07:05 AM Revision f65e7702 (qgis): [FEATURE[processing] New algorithm to compute geometry by expression
This algorithm updates existing geometries (or creates new
geometries) for input features by use of a QGIS expression...
Nyall Dawson
05:46 AM Revision 9b9a002b (qgis): Update api break docs
Nyall Dawson
04:42 AM Revision 3f2a7810 (qgis): Respect non-enforced constraints when editing/adding features
Warnings are shown, but features can be committed. Fields which
fail an unenforced constraint are now shaded in yello...
Nyall Dawson
04:42 AM Revision fac5bc06 (qgis): [FEATURE] Field constraints can be enforced or not
Non-enforced constraints just show a warning to the user, but
do not prevent committing the feature. Enforced constra...
Nyall Dawson
04:42 AM Revision e3a60836 (qgis): fix test
Nyall Dawson
02:07 AM Revision a6319a47 (qgis): If the layer is NOT being edited then only check layer based constraints
and not any constraints enforced by the provider
Because:
1. we want to keep browsing features nice and responsive....
Nyall Dawson
02:07 AM Revision cb94b68d (qgis): Move constraint handling to QgsFieldConstraints
Avoids cluttering QgsField API Nyall Dawson
02:07 AM Revision 003fe183 (qgis): Color a few pixels slightly differently
Nyall Dawson
02:07 AM Revision bb6fc32e (qgis): [FEATURE] Not null constraint detection for ogr provider
Implements not null constraint detection for the OGR layers, where
supported for the data format by OGR.
(only avail...
Nyall Dawson
02:07 AM Revision 210c98be (qgis): Fix failing unit test
Nyall Dawson
02:07 AM Revision 961b63f2 (qgis): Update API break docs
Nyall Dawson
02:07 AM Revision 3a596749 (qgis): Fix some untranslatable strings
Nyall Dawson
02:07 AM Revision c98d380d (qgis): Move responsibility for testing for attribute against constraints
to QgsVectorLayerUtils::validateAttribute()
Also clean up some strings shown to the user when a constraint
check fails
Nyall Dawson
02:07 AM Revision 2500d75f (qgis): Move responsibility for storage of constraint expressions to QgsVectorL...
Nyall Dawson
02:07 AM Revision f99ea26b (qgis): Refactor constraint handling
- store constraint origin in QgsField
- move handling of constraint expressions to QgsField
Nyall Dawson
02:07 AM Revision 1cecf37b (qgis): Enforce unique constraints in attribute form
Nyall Dawson
02:07 AM Revision b7d0fd6f (qgis): New class QgsVectorLayerUtils
Contains static helper methods for working with vector layers.
Initially only contains a method to test whether a val...
Nyall Dawson
02:07 AM Revision 3e40f803 (qgis): Implement constraint detection for spatialite provider
Nyall Dawson
02:07 AM Revision 21f885aa (qgis): Select all text after reset line edit to null
Nyall Dawson
02:07 AM Revision 6bbd0061 (qgis): Move handling of not null constraint from edit form to layer
Nyall Dawson
02:07 AM Revision bd9f672a (qgis): Allow constraints to be added at a QgsVectorLayer level
Nyall Dawson
02:07 AM Revision 4efad04b (qgis): Move constraints to QgsField
Nyall Dawson
02:07 AM Revision f6c1bf7f (qgis): Add gui for setting/exposing constraints in field properties
Provider set constraints cannot be changed by users, ie
if a not null constraint is set on the field at the database
...
Nyall Dawson
02:07 AM Revision d1fd5884 (qgis): Add method to fetch constraints from a vector data provider
Implemented for unique and not null constraints for postgres
provider
Nyall Dawson

2016-11-01

12:52 AM Revision 5e3bef77 (qgis): Fix QgsFeatureRequest with expression not using provider fields
and limit (fix #15771) Nyall Dawson
12:39 AM Revision 57a57545 (qgis): Add test for QgsFeatureRequest.setLimit and feature variable
Matthias Kuhn
12:39 AM Revision fb849620 (qgis): Avoid unexpected gpkg test success with older GDAL versions
Nyall Dawson
11:46 PM Revision b679cbe0 (qgis): Speed up inserting features into memory layers by ~65%
By avoiding an unnecessary map lookup Nyall Dawson
05:55 PM Revision 46281919 (qgis): fix german translation string
Jürgen Fischer
01:51 PM Revision d3c7a041 (qgis): fix typo
(cherry picked from commit 658cfe68c91ec24f04f8ebda307fbec7d55a412f) Jürgen Fischer
01:50 PM Revision da451274 (qgis): fix typos
(cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370) Jürgen Fischer
01:48 PM Revision 053c5311 (qgis): fix typos
(cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370) Jürgen Fischer
01:46 PM Revision 7a326b1b (qgis): fix typos
Jürgen Fischer
08:36 AM Revision 667718bc (qgis): [feature] Editor widget auto config for foreign keys (#3699)
Automatically pick RelationReference widgets for foreign keys. Patrick Valsecchi
05:14 AM Revision 4f8ee78f (qgis): Fix some no such signal/slot warnings
... in such a way that they'll never appear again Nyall Dawson
04:41 AM Revision 5e4bb00f (qgis): Fix import of shapefiles to postgres - regression introduced in 5abdfcb...
(cherry picked from commit a965a132c52df9308b5a58be92c04a285826485a) Martin Dobias
04:41 AM Revision 629ca8b9 (qgis): Hide import/export buttons for arcgis services as they do not work (fix...
(cherry picked from commit 1c2f0de9fbea8e90c9d20036bfa1601c1d192a89) Martin Dobias
04:41 AM Revision b7980400 (qgis): Fixed legend renderer expected images
Martin Dobias
04:41 AM Revision 6b120a86 (qgis): Fix display of diagram legend entries (fixes #15448)
To make the implementation saner, the legend node that may be embedded within parent
layer node is kept separately fr...
Martin Dobias
04:41 AM Revision 90e1c936 (qgis): Fix building of legend node tree if embedded widgets are used in the layer
(cherry picked from commit 10cab93c3652c38db27553616f36290f7b820c48) Martin Dobias
04:41 AM Revision 5c83b792 (qgis): Fix reordering and removal of legend nodes in composer legend
(cherry picked from commit f4e1e6f6eefec74fcf61542c3c9e236c4fb3054f) Martin Dobias
02:10 AM Revision 47109d13 (qgis): Flip some connects to new style
Nyall Dawson

2016-10-31

11:44 PM Revision 70d7ce16 (qgis): Describe some dependancy changes in API break docs
Nyall Dawson
07:44 PM Revision 08218de5 (qgis): [OGR provider] Use constBegin() / constEnd()
Even Rouault
06:16 PM Revision 819f571b (qgis): Fix test_provider_ogr_gpkg.py
Even Rouault
06:15 PM Revision 8cf03ced (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:32 PM Revision 38a77118 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:12 PM Revision d0774e62 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:10 PM Revision bb9c75b3 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
03:18 PM Revision 7d2098cd (qgis): Followup cc6b1e3: also respect subexp vars in presence of filter
Matthias Kuhn
02:25 PM Revision cc6b1e33 (qgis): Fix @parent variable detection in aggregate subExpression
Matthias Kuhn
02:24 PM Revision 6d387650 (qgis): More test for referencedVariables
Matthias Kuhn
01:03 PM Revision 25e98343 (qgis): Revert "[ogr] Ignore request limit if unable to compile expression"
This reverts commit e7333f68145f27a74aacd8f75939623e37fc4510. Matthias Kuhn
12:15 PM Revision e7333f68 (qgis): [ogr] Ignore request limit if unable to compile expression
Fix #15771 Matthias Kuhn
12:15 PM Revision 1b2158d8 (qgis): Fix caching aggregate expressions with @parent usage
Matthias Kuhn
09:45 AM Revision f438542f (qgis): Break oneliners
Matthias Kuhn
07:24 AM Revision 88871c23 (qgis): Merge pull request #3696 from nirvn/processing_otb_silent
[processing] remove console error message when optional otb provider not installed Nyall Dawson
06:53 AM Revision 8e663309 (qgis): [processing] remove console error message when optional otb provider no...
Mathieu Pellerin - nIRV
06:22 AM Revision fa366390 (qgis): Fix 'enable macros' button does not run open macro (fix #9523)
Nyall Dawson
05:53 AM Revision a3186f80 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
(cherry picked from commit de85fdd6e8fa3d4f38196376aabccce317cbf341) Martin Dobias
05:53 AM Revision d6860f30 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
(cherry picked from commit de85fdd6e8fa3d4f38196376aabccce317cbf341) Martin Dobias
05:51 AM Revision 24fbe1a0 (qgis): Fix crash in node tool after deleting the whole geometry (fixes #15659)
Made sure that both closestVertex() and closestSegment() return negative
distance on error (e.g. with null or emtpy g...
Martin Dobias
05:50 AM Revision afd04eb0 (qgis): Fix crash in node tool after deleting the whole geometry (fixes #15659)
Made sure that both closestVertex() and closestSegment() return negative
distance on error (e.g. with null or emtpy g...
Martin Dobias
05:37 AM Revision dd4b34ed (qgis): [processing] Modeller should not be modal
Nyall Dawson
05:18 AM Revision b48d2022 (qgis): [processing] resurrect editing of modeler item on double-click
Mathieu Pellerin - nIRV
05:13 AM Revision 07b25af5 (qgis): Merge pull request #3694 from nirvn/processing_sort_model_inputs
[processing] sort model input parameters to avoid random ordering Nyall Dawson
04:53 AM Revision bec37924 (qgis): [processing] sort model input parameters to avoid random ordering
Mathieu Pellerin - nIRV
02:41 AM Revision 3caccd53 (qgis): [processing] Fix handling of multiple field input in modeller
Nyall Dawson

2016-10-30

12:14 AM Revision a117df22 (qgis): Merge pull request #3656 from nirvn/processing_import_to_spatialite
[processing] add "Import into Spatialite" algorithm Nyall Dawson
12:13 AM Revision 29ce141d (qgis): Merge pull request #3657 from nirvn/processing_modeler_mandatory
[processing] fix modeler parameter mandatory checkbox logic Nyall Dawson
12:12 AM Revision d5698be6 (qgis): Fix some processing breakage
Nyall Dawson
11:00 PM Revision bd950616 (qgis): Rename visible "favourite" strings to "favorite", change API to
use "favorite" Nyall Dawson
10:56 PM Revision 82312e10 (qgis): [FEATURE][processing] New algorithm to extract specific nodes
This algorithm allows you to extract specific nodes from geometries.
Eg you can extract the first or last node in the...
Nyall Dawson
10:56 PM Revision 8dab2cd4 (qgis): [FEATURE][processing] New algorithm to extend lines
Allows extending linestrings by a set distance at the start
and end of the line
Nyall Dawson
10:56 PM Revision 2b545822 (qgis): [FEATURE] New expression function 'extend'
Extends linestrings by a specified amount at the start and
end of the line
Nyall Dawson
10:56 PM Revision ef34e393 (qgis): Add method to QgsGeometry to extend the start/end of a linestring
Nyall Dawson

2016-10-29

12:23 AM Revision c494c472 (qgis): Merge pull request #3690 from nyalldawson/extract_by_exp
[FEATURE][processing] New extract by expression algorithm Nyall Dawson
04:33 AM Revision 121f48d6 (qgis): [processing] add import into spatialite algorithm
Mathieu Pellerin - nIRV

2016-10-28

12:05 AM Revision 74e64645 (qgis): [FEATURE][processing] New extract by expression algorithm
Filters an input layer by expression Nyall Dawson
04:57 PM Revision 54f312fa (qgis): Temporarily hardcode plugins version in url ?qgis=3.0
If QGIS 3.0 is actually released this line should be removed. Richard Duivenvoorde
03:13 PM Revision 1e6b5eb4 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
03:09 PM Revision 9f228d4b (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
(cherry picked from commit 9ecdf6101433) Hugo Mercier
02:26 PM Revision 91661421 (qgis): Merge pull request #3688 from mhugo/fix_15737
Don't delete QgsAttributeDialog too early. Fixes #15737 Hugo Mercier
12:31 PM Revision 7a05a7a8 (qgis): Fix caching of aggregate values with @parent
And add a test for referencedVariables Matthias Kuhn
12:31 PM Revision 8e25b893 (qgis): Merge duplicated api doc break section titles
Matthias Kuhn
12:18 PM Revision 032a954a (qgis): [processing] added missing imports
fixes #15766 Victor Olaya
11:56 AM Revision 800b1a6f (qgis): fix indentation
Martin Dobias
11:52 AM Revision 84e52b74 (qgis): [processing] fixed alg names for vector menu
fixes #15764 Victor Olaya
11:52 AM Revision 3c8c509c (qgis): [processing] replace greater than and lower than characters in log
fixes #15748 Victor Olaya
11:52 AM Revision 05e70b26 (qgis): [processing] allow only one row in batch interface
fixes #15703 Victor Olaya
11:23 AM Revision 66a213bc (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
11:17 AM Revision 9ecdf610 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
11:00 AM Revision ed3b0714 (qgis): Cancel WCS requests just like it is done in WMS
(cherry picked from commit 50258e6f01ef7dededbf057c03813ecf3442f5b9) Martin Dobias
10:58 AM Revision aeeb5d95 (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
10:33 AM Revision 59d1d702 (qgis): Fix identify tool for WMS if webkit is not available (fixes #15596)
(cherry picked from commit 430694ba9a2beb5fe23d5814b63aaecdbee7a3d7) Martin Dobias
10:06 AM Revision e78fc620 (qgis): Add button to reset processing menus in config dialog
Arnaud Morvan
09:54 AM Revision ea2e68b8 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:50 AM Revision f3652069 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:11 AM Revision 79e5911e (qgis): Update RegularPoints.py
Fixes #15773 Paolo Cavallini
08:57 AM Revision 80e820f4 (qgis): Fix build
Nyall Dawson
07:07 AM Revision e1e3f86b (qgis): Fix color picker does not show previous color
Nyall Dawson
07:07 AM Revision f63a69b3 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
06:21 AM Revision 9a6cefcd (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:18 AM Revision ada60507 (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:11 AM Revision 8be3b01b (qgis): Merge pull request #3685 from nirvn/array_unique
[FEATURE] add array_distinct() function Nyall Dawson
05:51 AM Revision 17fc7dbe (qgis): [FEATURE] add array_distinct() function
Mathieu Pellerin - nIRV
05:31 AM Revision c93d56a9 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
05:27 AM Revision 5f01a872 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
05:26 AM Revision 68cbf070 (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
03:14 AM Revision 520b94e4 (qgis): Fix can't save custom colours in color picker (fix #15760)
Also fixes a memory leak caused by color picker widget not
being deleted
Nyall Dawson
03:14 AM Revision df9ce850 (qgis): Fix color picker does not show previous color
Nyall Dawson
03:13 AM Revision e812e430 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
02:16 AM Revision 65bd120f (qgis): Remove repo junk
Nyall Dawson
02:16 AM Revision ee4acb0b (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson

2016-10-27

12:25 AM Revision 0af73314 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
11:58 PM Revision 65a379be (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
11:11 PM Revision 0b3646b2 (qgis): Expression functions can dynamically report geometry and columns
Matthias Kuhn
11:11 PM Revision adb184e4 (qgis): Add documentation for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision f292fdd6 (qgis): Add test for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision c79cf9ae (qgis): Fetch attributes and geometry for aggregate function
Matthias Kuhn
11:11 PM Revision c2b84241 (qgis): Always cache values and add fid to feature hash
Matthias Kuhn
11:11 PM Revision f80a33be (qgis): [FEATURE] Expose @parent variable in aggregate functions
This makes it possible to access attributes and geometry from the parent
feature when in the filter of the "aggregate...
Matthias Kuhn
08:44 PM Revision fb457813 (qgis): Merge pull request #3678 from nirvn/string_to_array_to_string
[FEATURE] add string_to_array() and array_to_string() functions Nyall Dawson
05:57 PM Revision 0f7babb6 (qgis): Convert API break document to markdown
Matthias Kuhn
05:44 PM Revision dcad93ac (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:24 PM Revision 01f3c9ae (qgis): [FEATURE] Add is_selected and num_selected functions
* is_selected() returns if the current feature is selected
* num_selected() returns the number of selected features o...
Matthias Kuhn
05:24 PM Revision f52dfba2 (qgis): [expressions] Variable length arguemnt functions accept 0 params
Matthias Kuhn
05:15 PM Revision 9feb6c47 (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:12 PM Revision 7373036e (qgis): [FEATURE] add string_to_array() and array_to_string() functions
Mathieu Pellerin - nIRV
05:01 PM Revision 2e636432 (qgis): [OGR provider] Field type declaration: update with more sensible values...
In particular put 0 as minimum length for integer, integer64, real and text fields,
so as to let OGR decide the defau...
Even Rouault
04:57 PM Revision 631db7b8 (qgis): [OGR provider] Fix declaration of types (master regression) and update ...
Even Rouault
04:47 PM Revision 925964b2 (qgis): [processing] Fix fieldmapper dialog init method
Arnaud Morvan
04:02 PM Revision 8c7ca625 (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
03:59 PM Revision 984ec65f (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
02:36 PM Revision b5822900 (qgis): indentation fix
Victor Olaya
02:36 PM Revision 472a5501 (qgis): [processing] fixed field loading in field calculator
fixes #15767
Conflicts:
python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py
Victor Olaya
02:31 PM Revision bf6607f0 (qgis): [processing] fixed simplify geometries
Victor Olaya
02:30 PM Revision 530bf516 (qgis): indentation fix
Victor Olaya
02:28 PM Revision dc4f1a42 (qgis): [processing] fixed field loading in field calculator
fixes #15767 Victor Olaya
11:57 AM Revision ba309cb1 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
11:57 AM Revision e67a47b9 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
09:18 AM Revision fa7491f2 (qgis): Fix python bindings of QgsGeometryRubberBand
Marco Hugentobler
07:20 AM Revision 11e52835 (qgis): Merge pull request #3677 from nirvn/map_themes_signal_fix
[map themes] fix composer signal name Nyall Dawson
07:15 AM Revision 1d09538c (qgis): Merge pull request #3670 from nirvn/expression_replace_array
[FEATURE] array support for the replace() expression function Nyall Dawson
06:54 AM Revision 8a809b87 (qgis): [map themes] fix composer signal name
Mathieu Pellerin - nIRV
06:33 AM Revision 3fb2d9e4 (qgis): [expression] further improve replace() to support a map argument
Mathieu Pellerin - nIRV

2016-10-26

08:31 PM Revision 637c6d33 (qgis): Fix adding features with "evaluate default values"
Matthias Kuhn
05:03 PM Revision 642e4a48 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit f456932514c750d4b077a9daaea5ddfbbad3f1c8. Denis Rouzaud
05:02 PM Revision 31fc48f8 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit 5768c5a6e7dae24a1ab2ae614da7a87dad2c1020. Denis Rouzaud
04:28 PM Revision f4569325 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
04:25 PM Revision 5768c5a6 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
01:45 PM Revision fdd0b660 (qgis): Merge pull request #3674 from gacarrillor/patch-3
[processing] import vector in Eliminate to avoid error Alexander Bruy
12:46 PM Revision a042c9de (qgis): Followup 858978, fix failing tests
Nyall Dawson
12:19 PM Revision 22b9027e (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
12:19 PM Revision 77ed6caa (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
12:01 PM Revision 8b742014 (qgis): [FEATURE] array support for the replace() expression function
Mathieu Pellerin - nIRV
11:22 AM Revision 85897885 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
11:04 AM Revision 2d2ce003 (qgis): Merge pull request #3665 from rouault/save_style_gpkg
[FEATURE] [OGR provider] Load/save style in database for GPKG and Spatialite Even Rouault
10:59 AM Revision 469f07c0 (qgis): Use fallback default mode for snapping with bad configuration
Matthias Kuhn
10:55 AM Revision 322edff6 (qgis): Remove snapping settings from status bar
Matthias Kuhn
09:27 AM Revision 42b9bff0 (qgis): include qgsactionmanager.h in install
(cherry picked from commit 5d7f8e9565541660d6ae080f520f38a3259173ce) Jürgen Fischer
09:23 AM Revision 5d7f8e95 (qgis): include qgsactionmanager.h in install
Jürgen Fischer
09:22 AM Revision 49432a84 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
09:20 AM Revision 5798a82c (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752. Nyall Dawson
08:04 AM Revision 6f827406 (qgis): [expressions] Allow non-greedy regex by switching to QRegularExpression
Nyall Dawson
03:57 AM Revision 2a13dbff (qgis): Import vector because it is used in line 95.
It seems that line 95 was added by a cherry pick commit. gcarrillo -

2016-10-25

04:48 PM Revision 323c6582 (qgis): [processing] add workaround for GDAL regression with cutlines (fix #15746)
Alexander Bruy
03:46 PM Revision a1b1ba12 (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
03:39 PM Revision d0da880b (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
01:55 PM Revision 36db42eb (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:53 PM Revision 80827625 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:52 PM Revision 162f4bf7 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:49 PM Revision 9d0bb340 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:44 PM Revision a43f8a36 (qgis): Address snapping config UX problems
See https://github.com/qgis/QGIS/pull/3617#issuecomment-255114425 Matthias Kuhn
11:19 AM Revision f8bae671 (qgis): Clean QgsVectorLayer: remove duplicated writeSld method
René-Luc ReLuc
10:28 AM Revision 3bb7d5cc (qgis): [OGR provider] More uses of QStringLiteral / QLatin1String
Even Rouault
10:28 AM Revision 3b77e4b3 (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
10:28 AM Revision 9ae15697 (qgis): QgsVectorLayer::writeSymbology(): fix crash when called with invalid da...
Even Rouault
10:28 AM Revision e2379632 (qgis): SIP QgsVectorLayer: fix signatures for output parameter
saveStyleToDatabase() and getStyleFromDatabase() should define errMsg as
output parameter
And loadNamedStyle() also f...
Even Rouault
10:28 AM Revision a70d4280 (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
10:15 AM Revision e1654b7d (qgis): Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally,
normally or under Valgrind.
Trying to run it under V...
Even Rouault
10:15 AM Revision a1bff295 (qgis): [DBManager] Remove geopackage support from spatialite plugin
Even Rouault
10:15 AM Revision e08f981b (qgis): [DBManager] Add tests for GPKG plugin
Even Rouault
10:14 AM Revision 390588b6 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated plugin
Even Rouault
10:14 AM Revision 3113fc60 (qgis): [OGR provider] Support full SELECT subset string
This will be useful for DBManager SQL request layer. Even Rouault
10:13 AM Revision 85fbc4a7 (qgis): [FEATURE] Vector layer save as: offer file/layer overwriting, new layer...
When saving a vector layer into an existing file, depending on the capabilities
of the output driver, the user can no...
Even Rouault
08:57 AM Revision 7470b55b (qgis): Enable CROP_TO_CUTLINE by default
Fixes https://hub.qgis.org/issues/15750
Please backport it where appropriate.
Paolo Cavallini
04:30 AM Revision 72e4cf7d (qgis): Fix a qt warning message on startup
Nyall Dawson
04:22 AM Revision f195e940 (qgis): Make welcome page layout align with other panels + docks
Nyall Dawson
04:14 AM Revision 0b35ccef (qgis): Update qt5 build instructions for Fedora
Nyall Dawson

2016-10-24

01:30 AM Revision b2587b7b (qgis): [FEATURE] Remove zonal stats plugin
This is now fully exposed via processing, which is the logical
place for this feature to reside.
One less c++ plugin...
Nyall Dawson
01:29 AM Revision e75b572b (qgis): [FEATURE] Remove dxf2shp converter plugin
This functionality is available in OGR and there is no longer
a need for a dedicated QGIS plugin to do this task
Mar...
Nyall Dawson
01:17 AM Revision 1367fd09 (qgis): Prepare commit converts single line doxygen block format
Flips single line doxygen comments to use the proper single line
format:
/*!< comment */ to //!< Comment
and
/...
Nyall Dawson
12:54 AM Revision 3ef8e6af (qgis): Minor doxygen improvements
Nyall Dawson
12:34 AM Revision af55c022 (qgis): Followup 4166a3, don't use QStringLiteral in definitions
Causes linker errors in some random cases Nyall Dawson
05:41 PM Revision 794c8f3c (qgis): [DB_Manager GPKG] Fix creating and changing default values of columns
Even Rouault
05:01 PM Revision f84826d5 (qgis): [DB_Manager GPKG] Fix logic inversion in GDAL 1.X vs GDAL 2.X cases
Even Rouault
02:37 PM Revision cc0ada9f (qgis): Add a hyperlink to the processing tests readme
Matthias Kuhn
02:33 PM Revision 8f13d4e2 (qgis): typo fix
Harrissou Santanna
11:43 AM Revision 96e7883b (qgis): Add more links to test-relted README files
Sandro Santilli
11:20 AM Revision 31cd7a81 (qgis): Add link to processing test document
Sandro Santilli
10:33 AM Revision af236c4e (qgis): Merge pull request #3628 from rouault/dbmanager_gpkg
[DBManager] Add dedicated GeoPackage plugin Even Rouault
09:17 AM Revision 72229c1c (qgis): Merge pull request #3658 from nirvn/processing_modeler_mousewheel
[processing] fix modeleter mouse wheel zoom under qt5 Alexander Bruy
08:27 AM Revision bb9e276d (qgis): Merge pull request #3660 from nyalldawson/qstringallc
Fix literal QString construction for Qt5/c++11 Nyall Dawson
07:26 AM Revision 4166a3ea (qgis): Fix most clazy qstring-unneeded-heap-allocations warnings
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
Nyall Dawson
04:02 AM Revision f6a344c2 (qgis): Add QgsTextFormatPanelWidget for text format control inside panel
Nyall Dawson
04:02 AM Revision 8fa8167d (qgis): Add a simple dialog for configuring text formatting
Nyall Dawson
04:02 AM Revision 4282474c (qgis): Respect render context antialiasing setting in text renderer
Nyall Dawson
04:02 AM Revision 76c12ba9 (qgis): Split QgsLabelingGui off into QgsTextFormatWidget
New widget allows for setting just the formatting properties
of text
Nyall Dawson
04:02 AM Revision 169b367c (qgis): [FEATURE] Allow label font size in mm/pixels
And all other label sizes (eg buffer size) now accept sizes in
pixels too
Nyall Dawson
04:02 AM Revision 25b3c633 (qgis): Remove unused QgsLabelPreview class
Nyall Dawson
04:02 AM Revision 687c66f5 (qgis): Add Points as valid render unit (for font sizes)
Nyall Dawson
04:02 AM Revision e3517c6f (qgis): Fix text renderer not respecting min/max mm scale for map units (fix #1...
Nyall Dawson
04:02 AM Revision a5356011 (qgis): Test masks
Nyall Dawson
04:02 AM Revision e820da3c (qgis): Fix unit handling for labeling dialog
Nyall Dawson
04:02 AM Revision 08143475 (qgis): [FEATURE] QgsTextRenderer class for rich text rendering
Moves all the drawing code out of labeling into a new class
which just handles rendering text. This allows other part...
Nyall Dawson
04:02 AM Revision 074ae421 (qgis): Restore separate handling of label component opacity
...in a way that avoids unnecessary detachments of the
settings objects
Nyall Dawson
04:02 AM Revision 5495f205 (qgis): Minor refactor of label drawing
Remove use of scale factors from PAL layer settings and use
render context factors directly
Nyall Dawson
04:02 AM Revision aac26228 (qgis): Remove option to show label shadow rectangles from GUI
...and instead just make it #ifdef out Nyall Dawson
04:02 AM Revision 4d5e7536 (qgis): Flip QgsPalLayerSettings to use QgsTextRenderer classes
Nyall Dawson
04:02 AM Revision 5f241d62 (qgis): Implicitly shared text settings classes
Nyall Dawson
04:02 AM Revision 0b88de24 (qgis): New widget QgsTextPreview for previewing all formatting for QgsTextRend...
Switch the labeling gui to use this widget, which has the benefits:
- previews all label settings, including shadow a...
Nyall Dawson
03:59 AM Revision 79671103 (qgis): Merge pull request #3663 from nyalldawson/clazy3
Clazy qt5 optimisations - round 2 Nyall Dawson
03:42 AM Revision 2fab1b8b (qgis): Fix doxygen warnings/missing docs
Nyall Dawson
03:25 AM Revision b4e31012 (qgis): Fix bad snapping signal names
Nyall Dawson
03:24 AM Revision 5eb875d6 (qgis): [processing] Add algorithm to strip null geometries
Nyall Dawson
02:36 AM Revision 2fb8695d (qgis): Use isEmpty() rather than size() to check for empty lists
Nyall Dawson
02:36 AM Revision 8a742e94 (qgis): Fix some clazy container-inside-loop warnings
From the clazy docs:
"Finds places defining containers inside loops. Defining them
outside the loop and using resize...
Nyall Dawson
02:36 AM Revision 44289084 (qgis): Optimise passing of variables by ref/value
Nyall Dawson
02:36 AM Revision bdc39ff6 (qgis): Fix clazy reserve-candidates suggestions
Avoids repeated memory allocations Nyall Dawson
02:36 AM Revision 904b004d (qgis): Fix clazy missing-typeinfo warnings
From the clazy docs:
"Suggests usage of Q_PRIMITIVE_TYPE or Q_MOVABLE_TYPE in cases where
you're using QList<T> and ...
Nyall Dawson
02:36 AM Revision 3272964f (qgis): Fix classes which violate the rule-of-three
(identified using clazy analyser) Nyall Dawson

2016-10-23

12:41 AM Revision 12a7bb34 (qgis): [processing] Fix qgis zonal stats algorithm
Nyall Dawson
09:14 PM Revision 96a649e3 (qgis): Add missing bindings
Matthias Kuhn
08:54 PM Revision 54b953f4 (qgis): Cleanup and modernize QgsProject code
Matthias Kuhn
08:38 AM Revision 28abbf95 (qgis): add *.py to .gitattributes
Jürgen Fischer
07:42 AM Revision 66b66ed4 (qgis): Update r.mapcalc.txt
Better description of r.mapcalc Paolo Cavallini
 

Also available in: Atom