6246 Commits

Author SHA1 Message Date
Juergen E. Fischer
4911d2e745 [BUGFIX][NEEDS-DOCS] add command line option to hide browser (refs #18260) 2018-09-23 21:54:03 +02:00
Even Rouault
208571a832
Merge pull request #7984 from rouault/fix_19483
Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)
2018-09-23 15:52:03 +02:00
Even Rouault
ac65ee0398
Merge pull request #7983 from rouault/fix_18804
QgsRasterFilWriter: fix crash when building overviews (fixes #19679)
2018-09-23 15:51:52 +02:00
Even Rouault
d2a7668c16
Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483) 2018-09-22 16:47:32 +02:00
Even Rouault
0c0e30b48f
QgsRasterFilWriter: fix crash when building overviews (fixes #19679) 2018-09-22 15:09:47 +02:00
Even Rouault
fabdc04764
[OGR provider] Fix reading of OSM datasets when opening several layers at the same time (fixes #19477) 2018-09-22 11:59:14 +02:00
Even Rouault
9dd1406539
Merge pull request #7979 from rouault/fix_19722
QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723)
2018-09-22 00:43:43 +02:00
Even Rouault
bb40385d33
Merge pull request #7977 from rouault/fix_ogrdataitems_layername
[OGR provider] Make sure to use layername= syntax in URI of multilayer datasources (fixes #19885)
2018-09-22 00:43:27 +02:00
Nyall Dawson
1ec365445b [processing] Port Range parameter widget to new API
Fixes use of range parameters inside models, allowing range
inputs to be used for range parameter values.

Fixes #19785
2018-09-22 05:26:29 +10:00
Nyall Dawson
ced95593e9 More travis build fixes 2018-09-22 05:26:29 +10:00
Nyall Dawson
85a9e173af Fix tests on Travis 2018-09-22 05:26:29 +10:00
Nyall Dawson
8e1c437e02 Allow expression contexts to specify a list of highlighted functions
as well as just variable names

In some cases contexts may provide specific functions of use
to that context, or more generally there may be functions we want
to highlight for a particular expression builder (e.g. highlighting
to_dms in the grid annotation builder)
2018-09-22 05:26:29 +10:00
Nyall Dawson
7af13f62c0 Set widget context for widget wrappers 2018-09-22 05:26:29 +10:00
Nyall Dawson
33eb295b1e Distance parameter unit tests 2018-09-22 05:26:29 +10:00
Nyall Dawson
ee8389afee Unit tests 2018-09-22 05:26:29 +10:00
Even Rouault
6b62019317
QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723) 2018-09-21 19:56:07 +02:00
Blottiere Paul
2807c2f883
Merge pull request #7961 from tudorbarascu/fix_sld
fix stroke Width sld import
2018-09-21 15:32:49 +02:00
Even Rouault
ea2cc365db
[OGR provider] Make sure to use layername= syntax in URI of multilayer datasources (fixes #19885) 2018-09-21 15:32:19 +02:00
Alessandro Pasotti
0ee119f72b
Merge pull request #7969 from elpaso/bugfix-19901-relation-reference-NULL
QgsFeatureListComboBox nullRepresentation instead of hardcoded "NULL"
2018-09-21 10:56:34 +02:00
Nyall Dawson
30b757b184 More in-place support tweaks, add tests 2018-09-21 18:15:46 +10:00
Tudor Bărăscu
1955ebb7c9 server disabled test for failing getmap req with Line sld 2018-09-21 10:14:38 +03:00
Luigi Pirelli
6e02f9f4fa test for update of parameterLayerList managing QgsProcessingOutputLayerDefinition 2018-09-21 09:00:56 +10:00
Tudor Bărăscu
f125d3f792 add image mask and make travis happy 2018-09-20 20:42:13 +03:00
Alessandro Pasotti
5378e37cf9 QgsFeatureListComboBox nullRepresentation instead of hardcoded "NULL"
Fixes #19901 - Relation Reference Widget: Representation for NULL values is not respected
2018-09-20 16:30:02 +02:00
Tudor Bărăscu
7a9d08eddf add test for Point SLD highlight on server 2018-09-20 14:06:38 +03:00
Matthias Kuhn
d129c2cbc1
Merge pull request #7932 from m-kuhn/single_geometry_check
Add QgsSingleGeometryCheck
2018-09-19 16:34:35 +02:00
Matthias Kuhn
3cb82a58c8
Merge pull request #7959 from m-kuhn/geometryOptions
Add a new QML category "Geometry Options"
2018-09-19 15:52:38 +02:00
Matthias Kuhn
9b2dff6762
Adjust tests to new API 2018-09-19 14:43:57 +02:00
Alessandro Pasotti
826056e42c
Merge pull request #7951 from elpaso/bugfix-19802-dbmanager-saved-queries
Bugfix 19802 dbmanager saved queries
2018-09-19 11:44:18 +02:00
Blottiere Paul
d64303fdda
Merge pull request #7950 from pblottiere/server_wfs_if_capabilities
[server] Fixes Filter_Capabilities element in WFS GetCapabilities document
2018-09-19 11:18:56 +02:00
Blottiere Paul
420bcc9fc4
Merge pull request #7947 from pblottiere/server_wfs_operation
[server] Fixes Operations in WFS GetCapabilities document
2018-09-19 11:17:49 +02:00
Nyall Dawson
992fe4d41f Update test 2018-09-19 09:01:22 +10:00
Nyall Dawson
db8271901e more tests 2018-09-19 09:01:22 +10:00
Nyall Dawson
f9015f38a4 Make qgsRound more tolerant to large values
Fixes #19844
2018-09-19 09:01:22 +10:00
Nyall Dawson
cdd72e51e5 [processing] Fix use of models as child algorithms in other models
Fixes #19857
2018-09-19 05:04:09 +10:00
Nyall Dawson
17326541cd [processing] Add method to attempt to reattach model children to linked algorithms
Refs #19857
2018-09-19 05:04:09 +10:00
Denis Rouzaud
6b8cd4bd47
[locator] show field where text has been found in current layer filter (#7904)
* [locator] show field where text has been found

also fix an issue that a field was not returning a match for big number (e/f formats)

* init layer tree model when testing QgisApp

* add test for inbuilt active layer locator filter

* use string comparison for numerical value

this is how it is done in attribute table filter and seems to have better result than comparing numerical values

* switch back to numerical precision and cleanup layers
2018-09-18 11:03:55 -08:00
Alessandro Pasotti
9473d63cc4 Add test for writeEntry (not related to the bug)
... but since I wrote it ...
2018-09-18 18:23:55 +02:00
Blottiere Paul
f65deeb5c0 Update unit tests 2018-09-18 16:16:36 +01:00
Blottiere Paul
f1ea78312f Update unit test 2018-09-18 15:39:25 +01:00
Alessandro Pasotti
2ee6122564
Merge pull request #7943 from elpaso/bugfix-18583-range-widget-nulls
[bugfix] Allow empty null representation in spinboxes
2018-09-18 15:29:41 +02:00
Alessandro Pasotti
0edb224e24 Fix QCOMPARE in the test 2018-09-18 14:45:39 +02:00
Alessandro Pasotti
d179635b92 [bugfix] Allow empty null representation in spinboxes
Fixes #18583 - Widget "Range": Representation for NULL value is NOT always displayed correctly
2018-09-18 12:54:17 +02:00
Alessandro Pasotti
35c954eb98
Merge pull request #7942 from tudorbarascu/fix_tests
fix test run comments
2018-09-18 11:44:33 +02:00
Tudor Bărăscu
e8dbb90e55 fix test run comments 2018-09-18 12:38:34 +03:00
Alessandro Pasotti
5c15a6589d
Merge pull request #7926 from elpaso/bugfix-19680-spatialite-load-default-style
[bugfix] spatialite load default style
2018-09-18 09:44:10 +02:00
Nyall Dawson
9ac33124ec Fix crash when writing CRS to XML using QgsXmlUtils
Fixes a crash when saving a processing model using a CRS input
2018-09-18 14:54:36 +10:00
Matthias Kuhn
ed86d1255f
Add QgsSingleGeometryCheck
This class is a new subclass of QgsGeometryCheck that implements an interface that works on isolated geometries.
It has no dependency on a context, apart from a configuration that can be passed in. This makes it suitable
for checks that only work on in-memory information like self-intersection and other isValid checks.

For reference the classes QgsGeometrySelfIntersectionCheck, QgsGeometryMultipartCheck, QgsGeometryTypeCheck
and QgsGeometrySelfContactCheck have been ported to this interface.
2018-09-17 22:49:25 +02:00
Alessandro Pasotti
4d057e9c56 Test for spatialite load default style 2018-09-17 14:42:21 +02:00
Alessandro Pasotti
f2e0b6acc8
Merge pull request #7914 from elpaso/bugfix-19827-server-gfi-value-relation-multi
[bugfix][server] WMS GFI value relation array fields
2018-09-17 07:43:19 +02:00