32426 Commits

Author SHA1 Message Date
Nyall Dawson
3681e2ceeb Add method for exporting QgsFeatureList to GeoJSON featurecollection 2016-05-09 21:19:28 +10:00
Nyall Dawson
5c1a05c8a1 Support including attributes of related (child) features in
GeoJSON feature export

Sponsored by Kanton of Zug, Switzerland
2016-05-09 21:19:28 +10:00
Nyall Dawson
34d468e64b Allow setting list of attributes to exclude from json exports 2016-05-09 21:19:28 +10:00
Nyall Dawson
9041c95464 Allow injecting extra properties into feature's GeoJSON export
Sponsored by Kanton of Zug, Switzerland
2016-05-09 21:19:28 +10:00
Nyall Dawson
c3f6c39784 Refactor to move JSON exporter to its own class 2016-05-09 21:19:28 +10:00
Nyall Dawson
935f4ad21c Support encoding lists and maps to json 2016-05-09 21:19:28 +10:00
Nyall Dawson
819ed86a69 Correctly escape more json strings 2016-05-09 21:19:28 +10:00
Nyall Dawson
729c70379e Blacklist PyQgsJSONUtils test from qt5 (uses null) 2016-05-09 21:19:28 +10:00
Nyall Dawson
24309dfb3a [FEATURE] New class QgsJSONUtils with utilities for converting
features to and from GeoJSON strings

Sponsored by Kanton of Zug, Switzerland
2016-05-09 21:19:28 +10:00
Marco Hugentobler
8d70a5141b Geometry type check in merge tool is not necessary any more (geometry type conversion is done in provider) 2016-05-09 11:22:14 +02:00
Alexander Bruy
f1e6d8731b [processing] add support for int64 fields (fix #14777) 2016-05-09 11:43:58 +03:00
Matthias Kuhn
14acde5bb9 Merge pull request #3013 from pierstitus/pseudocolor_renderer
Rewrite pseudocolor render code to improve speed
2016-05-09 09:06:38 +02:00
Matthias Kuhn
fa11390dd3 Doxygen 2016-05-09 09:01:34 +02:00
Matthias Kuhn
ffcf655b85 Don't always show first column in attribute table
Add tests for some basic attribute table functionality

Fix #14774
Fix #14765
Fix #14766
2016-05-09 08:56:42 +02:00
mhugent
59db4d0ebc Merge pull request #3045 from mhugent/convert_geometry_2
Convert geometry 2
2016-05-09 08:33:58 +02:00
Nyall Dawson
a65d9c522f Fix indeterminate state for numeric line edits was showing "NULL" 2016-05-09 13:49:20 +10:00
Nyall Dawson
8126d460db New class QgsWebPage
QgsWebPage is a QWebPage subclass which automatically handles
redirecting JavaScript console output to the QGIS message log.

This makes it easier to debug JS errors and scripts used inside
composer HTML and label items.

Sponsored by North Road
2016-05-09 13:49:20 +10:00
Nyall Dawson
cda387cb6f Ensure that @symbol_color is always correct for symbol layer types
with subsymbols
2016-05-07 21:52:19 +10:00
Nyall Dawson
d823be1ede Add some clarifications to QgsRelation api 2016-05-07 21:49:31 +10:00
Marco Hugentobler
0b4961c224 Fix warning 2016-05-06 16:51:41 +02:00
Piers Titus van der Torren
9470c36aa0 Change QList to QVector for speed increase
mLUT and mColorRampItemList are changed,
     for mLUT it shouldn't matter that much since an int is stored
     sequentially anyway, also in a QList,
     for mColorRampItemList it should make a difference,
     though it has to be converted from/to QList to keep API
2016-05-06 15:56:16 +02:00
Marco Hugentobler
11b7a2702c Move conversion of added/changed geometry to vector data provider 2016-05-06 15:26:13 +02:00
Marco Hugentobler
e9d3a3aca4 Slightly more precise numbers for circular string centroids 2016-05-06 14:07:13 +02:00
Marco Hugentobler
034c7dbbdb Make sure the curve point is always on the segmentized curve 2016-05-06 10:40:13 +02:00
volaya
e6f1439c0a [processing] add object name to custom menus 2016-05-06 09:00:33 +02:00
Juergen E. Fischer
e040cbd644 fix display of version in doxymentation 2016-05-05 23:51:58 +02:00
Alessandro Pasotti
8e781b4ec0 [server] Fixes segfault on wrong TypeName
Unreported - WFS-T

Funded by Boundless
2016-05-05 17:17:28 +02:00
Nyall Dawson
d75eaff573 Fixes to arrow line symbology:
- Fix crash in Python bindings caused by subsymbol ownership
- Make symbol work correctly with categorised and graduated
renderers
2016-05-05 16:56:20 +10:00
Sandro Mani
ca74cc0732 Merge pull request #3057 from manisandro/ogrpool_datasourceuri
Consistently use datasource instead of filepath when ref/unref-ing
2016-05-04 20:53:18 +02:00
Sandro Mani
f2618884fd Also use datasource instead of filepath when ref/unref-ing and invalidating. 2016-05-04 16:02:59 +02:00
Juergen E. Fischer
919c54ef5f release.pl: don't created branches from tag names 2016-05-04 13:20:10 +02:00
Nyall Dawson
99e5352d00 Fix coverity uninitialized member warnings 2016-05-04 19:37:03 +10:00
Nyall Dawson
d8dc02d7e7 Fix more uncaught exceptions in QgsOgcUtils 2016-05-04 19:36:50 +10:00
Matthias Kuhn
3de068894d [travis] Fix warnings about invalid ccache options
https://travis-ci.org/qgis/QGIS/jobs/127438282#L731
2016-05-04 09:50:25 +02:00
Matthias Kuhn
871208922d Fixes for actions in attribute table
* Initialize datastructure in vector layer configuration dialog
 * Fix hidden widget if shown in last column
2016-05-03 11:14:50 +02:00
Matthias Kuhn
c1687abc80 Replace calls to deprecated assertEquals method 2016-05-03 09:18:27 +02:00
Nyall Dawson
4335a77b7b [FEATURE][multiedit] Add shortcut to modify attributes of selected
features to edit menu

Workflow:
- enter edit mode, select multiple features
- select Edit -> Modify Attributes of Selected Features
- edit attributes using feature form, click OK or Cancel
2016-05-03 15:06:41 +10:00
Martin Dobias
98e9ae14f5 Fix show/hide labels tool with postgres (followup 0232819) 2016-05-03 10:43:40 +08:00
Nyall Dawson
ccebd83aa4 Standardise format of initializer lists 2016-05-03 09:38:04 +10:00
Nyall Dawson
cad3a5aecc Correctly set initial tab in label style dock 2016-05-03 08:17:01 +10:00
Nyall Dawson
cba82658e4 [composer] Fix invalid signal connection 2016-05-03 08:01:35 +10:00
Matthias Kuhn
a6c88c1166 Add different widget style 2016-05-02 18:25:58 +02:00
Matthias Kuhn
8b4cb049ae Allow controlling action visibility on attribute table 2016-05-02 18:25:58 +02:00
Matthias Kuhn
c5d00f09d0 Handle item flags for action column 2016-05-02 18:25:58 +02:00
Matthias Kuhn
e57edc335c Doxygen fix 2016-05-02 18:25:58 +02:00
Matthias Kuhn
7c1fb36390 Fix attribute table column "resync after change" 2016-05-02 18:25:58 +02:00
Matthias Kuhn
f03a94f650 Fix crash 2016-05-02 18:25:58 +02:00
Matthias Kuhn
4730047696 Make string translatable 2016-05-02 18:25:58 +02:00
Matthias Kuhn
c369aabac4 Doxygen and sip bindings 2016-05-02 18:25:57 +02:00
Matthias Kuhn
dd88fa99f3 [feature] New configuration options for attribute table
* Allow reordering the attribute table columns
 * Allow adding a new column to trigger an action to the attribute table
2016-05-02 18:25:57 +02:00