Nathan Woodrow
90857b2b18
[FEATURE] Settings migration framework ( #5080 )
...
Only run for default profile and only if
not run before. Moves settings and symbols from
QGIS 2.x to QGIS 3 default profile
* --version-migration flag to force migration
2017-10-27 20:14:15 +10:00
Larry Shaffer
3210f8546a
Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1
...
[auth] Convert PKCS8 to PKCS1 private keys (for macOS)
2017-10-26 12:42:12 -06:00
Etienne Trimaille
387057a1b8
add CRS description in the layer_property expression
2017-10-25 14:18:40 +02:00
Larry Shaffer
c66de14055
[auth] Add PKCS8 to PKCS1 key conversion for macOS (deps on libtasn1)
...
See description of QgsAuthCertUtils::pkcs8PrivateKey.
This fix may be needed on other platforms (untested at this point),
because Qt5 QSslkey class *still* does not directly support creation
using non-PKCS1 PEM- or DER-encoded data, though QCA, whose qca-ossl
plugin is linked to OpenSSL, does support PKCS1 and PKCS8.
2017-10-18 16:07:04 -06:00
Nyall Dawson
7fbecd365b
Lighter borders for projection selector map
2017-10-17 09:31:24 +10:00
Nathan Woodrow
cf241f51ae
[FEATURE][needs-docs] Show projection bounds in projection widget ( #5356 )
...
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bounds for reference
2017-10-16 10:40:05 +10:00
Blottiere Paul
b80bfa8f9e
schemaExtension.xsd is now installed in share directory
2017-10-10 08:02:33 +01:00
Matthias Kuhn
a97d846471
Single parameter version of represent_value
...
Becuase `represent_value("fieldname")` is much shorter to write and in 98%
there is no need to specify the name separately as
`represent_value("fieldname", 'fieldname')`.
2017-09-29 10:58:18 +02:00
Matthias Kuhn
b527be02d7
Fix function help for represent_value
2017-09-26 14:28:44 +02:00
Matthias Kuhn
beddd25074
[FEATURE] Expression function represent_value
...
This will lookup the representation value given the widget
configuration. This is helpful to get nicely formatted messages for
value maps, value relations and others in expressions.
2017-09-26 14:28:44 +02:00
Etienne Trimaille
ba81068f49
[FEATURE] [needs-docs] Metadata editor
...
Adds a new metadata tab to layer properties, representing the new metadata model from QEP #91
2017-09-23 14:08:32 +10:00
Etienne Trimaille
814ef78732
write metadata with XML
2017-09-12 07:28:54 +02:00
Alessandro Pasotti
f0e021c2fd
Merge pull request #5000 from jgrocha/add-default-layers
...
[FEATURE][needs-docs] Add XYZ connection to provide default OpenStreetMap tiles
2017-09-08 10:40:45 +02:00
lbartoletti
6ae929e9cb
initial commit
2017-09-08 08:06:21 +02:00
DiGro
b3448ed4a8
Typo corrected
...
appoximation --> should be: approximation
2017-09-05 15:28:40 +02:00
Nyall Dawson
0a9e9944b4
[FEATURE] Expression function for hausdorff distance
...
Allows calculation of the Hausdorff distance between two
geometries
2017-08-31 08:02:44 +10:00
Harrissou Sant-anna
3d201e7c65
Delete obsolete context help
...
already ported to user manual and linked to help button
2017-08-22 07:51:23 +02:00
arnaud.morvan@camptocamp.com
e34a593c65
[FEATURE] Add expression function array_agg
2017-08-12 10:18:21 +02:00
Andreas Neumann
267286ee61
Correct an error in array_slice function description
...
There was a copy/paste error in the "name"
2017-08-09 16:34:20 +02:00
Jorge Gustavo Rocha
273243b4c4
Add XYZ connection to provide default OpenStreetMap tiles
2017-08-07 22:55:28 +02:00
Nyall Dawson
4ab4a1fcad
Spell check 'mitre' -> 'miter' (i.e. use en-us variation)
2017-08-07 18:08:57 +10:00
Harrissou Sant-anna
54007ef584
Delete context help dialogs that are replaced by online links.
2017-08-06 23:27:01 +02:00
Harrissou Sant-anna
139fe68a4a
Update broken links to documentation
...
Because links to doc are based on plain hyperlinks, changes in doc
structure affect these relations. This PR fixes the broken links.
2017-08-06 21:21:43 +02:00
andreasneumann
42d7e0b898
renamed parameter names of array_slice, ran prepare-commit.sh
2017-08-06 19:11:32 +02:00
andreasneumann
89784691b1
[FEATURE] array_slice expression function
2017-08-06 19:11:32 +02:00
Denis Rouzaud
06f9842637
rename symbology-ng to symbology
2017-08-06 14:18:57 +02:00
Andreas Neumann
303f9b7cdd
[FEATURE] expression function array_reverse
2017-08-05 22:45:11 +02:00
Etienne Trimaille
5100d85c49
add category in QgsLayerMetadata using keywords
2017-08-05 09:12:48 +02:00
Andreas Neumann
c3ae3bfc74
Added new help files to the expression function groups of Arrays and Maps
2017-08-04 20:30:37 +02:00
Andreas Neumann
c2138ca4bd
Correct help of expression array_remove_all
2017-08-04 16:25:23 +02:00
lbartoletti
d88a7f4198
add missing help for inclination
2017-08-01 21:48:03 +02:00
Nyall Dawson
878ee5c067
Add items for project map layers and relations to expression builder
...
Allows easy insertion of map layer IDs and relation IDs into
expressions. Numerous expression functions now utilise these,
so it makes sense to allow them to be easily inserted.
Fix #11680 , #16879
Sponsored by Andreas Neumann
2017-07-31 08:08:18 +10:00
doublebyte1
a7693d9076
- closed unmatched xml tag.
2017-07-26 12:38:42 +02:00
Matthias Kuhn
875a5d6d9d
Merge pull request #4818 from DelazJ/spelling
...
Fix some spelling issues
2017-07-08 10:20:40 +02:00
Matthias Kuhn
066528de4f
get_feature_by_id docs
2017-07-07 13:01:17 +02:00
Matthias Kuhn
f379be2033
array docs
2017-07-07 13:01:17 +02:00
Matthias Kuhn
10dc0d5da9
Rename set_variable to with_variable
2017-07-07 13:00:47 +02:00
Harrissou Sant-anna
e69788eee0
revert SpatiaLite spelling
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
6fab688298
Use SpatiaLite right spelling when needed
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
0c967927ef
Replace "drop down" and some dropdown by drop-down
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
15be88918f
Replace "double click" and "doubleclick" by double-click
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
35cbfa0087
Replace check box by checkbox
2017-07-02 23:25:40 +02:00
Harrissou Sant-anna
e6a8e360dd
Spelling check: Replace check-box by checkbox
2017-07-02 22:28:50 +02:00
Harrissou Sant-anna
450eb7c24a
Spelling check: Replace analyse by analyze
2017-07-02 22:28:50 +02:00
Nyall Dawson
39d20a4cb4
Move algorithm expression context generation to QgsProcessingAlgorithm
...
Fix error when selecting "from expression" in algorithm parameter dialog
2017-06-06 11:25:09 +10:00
nirvn
3419945a8d
[FEATURE] create_ramp() expression function
2017-05-29 16:31:53 +07:00
lbartoletti
13c1318a5f
New geometry class: QgsRegularPolygon ( #4502 )
2017-05-10 22:23:28 +10:00
Nyall Dawson
9e662a7807
Merge pull request #4330 from kalxas/metadata_schema
...
Adding Metadata schema for WP1 for QEP-91
2017-05-04 07:29:04 +10:00
lbartoletti
84471f2e6d
New classes for circle and ellipse.
2017-04-27 10:25:29 +10:00
Tom Kralidis
944ce5f611
Update qgis-resource-metadata.xsd
2017-04-12 20:58:52 -04:00