Matthias Kuhn
8473df562f
More endless hourglass protection
2017-07-30 22:18:25 +02:00
Matthias Kuhn
4b6b8434f4
Avoid endless wait cursors in console
2017-07-30 21:53:41 +02:00
Matthias Kuhn
973d3515d1
Avoid endless wait cursors
2017-07-30 21:51:22 +02:00
Matthias Kuhn
cf753e9ff4
Merge pull request #4942 from gacarrillor/relation_reference_widget_fixes
...
[needs-docs] Relation Reference Widget: Add option to show/hide Open Form Button
2017-07-30 14:15:25 +02:00
Nathan Woodrow
f6b8426b20
Profile menu naming
2017-07-30 21:07:08 +10:00
Nathan Woodrow
c819d13523
Hide profiles section if there is only one user profile
2017-07-30 21:02:13 +10:00
gacarrillor
91e39a7a95
[needs-docs] Relation Reference Widget: Add option to show/hide the Open Form Button
...
The option was already available in the API (QgsRelationReferenceWidget->setOpenFormButtonVisible), but couldn't be used from QgsEditorWidgetSetup nor from the config dialog. For the former, a 'ShowOpenFormButton' key is added, whereas for the latter, a new checkbox is available.
Being able to hide the Open Form Button is helpful when configuring lookup tables, where a single combo box should be shown in the edit form with no additional buttons.
2017-07-29 22:46:41 -05:00
Nathan Woodrow
45fc00aad7
Move profiles to settings menu
2017-07-29 19:55:31 +10:00
Nyall Dawson
ce92ff6158
Merge pull request #4938 from SrNetoChan/dialog_titles_2
...
More work on titles capitalization
2017-07-29 07:03:25 +10:00
Alexandre Neto
5281a3697f
More work on titles capitalization
2017-07-28 13:18:15 +01:00
Matthias Kuhn
7f1bb72872
Merge pull request #4937 from m-kuhn/attributeTableCodeEnhancements$
...
Attribute table code enhancements
2017-07-28 13:08:14 +02:00
Matthias Kuhn
4705c97511
Fix typo in api_break.dox
2017-07-28 12:48:07 +02:00
Matthias Kuhn
f43df122ec
Pre-Qt 5.6 compatibility
2017-07-28 12:26:22 +02:00
Matthias Kuhn
a62b02699d
Q_FOREACH instead of non const iterator
2017-07-28 11:45:17 +02:00
Matthias Kuhn
cd83c3c6d1
Modernize connections to actions
...
Use function references rather than SLOTs
2017-07-28 11:45:17 +02:00
Ismail Sunni
b7a4366c40
Add {GP} to make the script use gsed in macos.
2017-07-28 10:35:43 +02:00
rldhont
b8616ec513
Merge pull request #4898 from tcoupin/master
...
Fix srsDimension parsing in GML, fixes #15721
2017-07-28 10:14:54 +02:00
Nyall Dawson
9763b602fc
Merge pull request #4936 from nyalldawson/algs
...
Restore more processing algs
2017-07-28 16:30:00 +10:00
Nyall Dawson
e8290928dd
Port Variable distance buffer to new API
...
Improvements:
- add cap style/join style/ miter limit setting from fixed distance buffer
2017-07-28 14:10:48 +10:00
Nyall Dawson
5763381cbd
Port fixed distance buffer to new API
2017-07-28 13:58:52 +10:00
Nyall Dawson
e53a14a23e
Port Convex Hull alg to new API
...
Improvements:
- slight optimisation to feature requests - don't request attributes
which are not used
- Remove "method" param. Now the decision to group by field or
not is made only on whether a class field was selected or not
2017-07-28 13:27:52 +10:00
Nyall Dawson
c5cb3df15b
Port singlepart to multipart to new API, fix disabled test
2017-07-28 12:42:40 +10:00
Nyall Dawson
2a6f51218a
Port points along line to new API
2017-07-28 12:05:05 +10:00
Nyall Dawson
becf6904b1
Port extract specific nodes algorithm to new API
...
Improvements:
- keep Z/M values if present in geometries
2017-07-28 11:50:16 +10:00
Nyall Dawson
ecaee1a3f2
QgsGeometry::vertexAt now returns QgsPoint, not QgsPointXY
...
Since it's easy to convert from a QgsPoint to a QgsPointXY,
but impossible to recover the Z/M values lost by only
returning a QgsPointXY.
2017-07-28 11:48:50 +10:00
Nyall Dawson
620d4e0bcd
Port delete duplicate geometries to new API
2017-07-28 11:04:12 +10:00
Nyall Dawson
5b6696fce3
Port equivalent num field algorithm to new API
2017-07-28 10:54:35 +10:00
Juergen E. Fischer
fbff452e5c
run t2tdoc
2017-07-28 01:09:11 +02:00
Jürgen Fischer
adeef36ac8
Merge pull request #4935 from johanvdw/patch-1
...
update INSTALL: only GRASS 7 is supported
2017-07-28 01:03:06 +02:00
Johan Van de Wauw
0a4a76ec9b
update INSTALL: only GRASS 7 is supported
...
INSTALL has to be updated as only GRASS7 is now supported (
#4847 )
2017-07-27 22:47:52 +02:00
Alessandro Pasotti
c0c18cd466
Added missing \param to ctor documentation
2017-07-27 19:22:01 +02:00
Hugo Mercier
ce223160d2
Merge pull request #4932 from pblottiere/bugfix_chainfilter2
...
Fixes relation reference widget when filters are reset
2017-07-27 16:40:33 +02:00
Blottiere Paul
5a62029478
Add tests
2017-07-27 13:12:52 +01:00
Blottiere Paul
497662a40c
Fixes relation reference widget when filters are reset
2017-07-27 13:09:40 +01:00
Nyall Dawson
5c82a856bf
Merge pull request #4929 from nyalldawson/algs
...
Restore some more processing algorithms...
2017-07-27 21:08:54 +10:00
Nyall Dawson
82182040ab
Port Create Constant Raster to new API and add test
2017-07-27 16:02:52 +10:00
Nyall Dawson
e23617a83d
Port split with lines to new API
...
Improvements:
- handle transparent reprojection if layer and lines are in different CRS
2017-07-27 15:38:55 +10:00
Nyall Dawson
516249cea7
Port Explode algorithm to new API
...
Improvements:
- Keep Z/M values if present
- Add unit tests
2017-07-27 15:21:56 +10:00
Ismail Sunni
4aaecb95ba
Add bash version checking for sip_include.sh.
2017-07-27 07:01:43 +02:00
Nyall Dawson
9b3f8a8b09
Port Polygonize to new API
2017-07-27 14:56:39 +10:00
Nyall Dawson
504cc1f390
Port Truncate alg to new API
2017-07-27 14:43:42 +10:00
Nyall Dawson
856125d366
Port create spatial index algorithm to new API
2017-07-27 14:30:40 +10:00
Nyall Dawson
f7b25a17b1
Allow setting layer type filter for QgsProcessingParameterVectorLayer
...
Turns out this is required for some algorithms
2017-07-27 14:30:04 +10:00
Nyall Dawson
558580588c
Port merge lines algorithm to new API
2017-07-27 12:30:38 +10:00
Nyall Dawson
95be6d17b5
Restore text to float algorithm
...
And add test
2017-07-27 12:14:28 +10:00
Nyall Dawson
ab70e050a6
Port export geometry info to new API
2017-07-27 11:21:24 +10:00
Nyall Dawson
6ae2ddaa87
Remove some unrequired iface usage from processing algs
...
Flip to context.project().crs() use instead
2017-07-27 10:54:02 +10:00
Nyall Dawson
2e8d940f2d
Use context.project() instead of QgsProject.instance()
2017-07-27 10:49:52 +10:00
Nyall Dawson
18dd09762b
Remove vector.simpleMeasure
...
It's quite a confusing function - instead use optimised versions
of the measurement calculations in its place
2017-07-27 10:46:53 +10:00
Nyall Dawson
6cb9fa80f6
Astyle
2017-07-27 10:17:45 +10:00