Denis Rouzaud
51654afc06
also fix method capitalization
2018-01-15 11:55:23 -04:00
Denis Rouzaud
7a1e4bd8f0
fix NMEA capitalization and doxygen
2018-01-15 11:55:23 -04:00
Matthias Kuhn
168c469b32
Rename QgsGPS prefixed classes to QgsGps
2018-01-15 11:55:23 -04:00
Alexander Bruy
99baf1acb6
Merge pull request #6069 from volaya/fix_field_calculator
...
[processing] added missing method to custom field calculator dialog
2018-01-15 17:05:25 +02:00
volaya
418d58752f
[processing] added missing method to custom field calculator dialog
...
A much better way of doing this would be to have the dialog extend qgsprocessingalgorithmdialogbase, or to take an approach like the one used in the raster calculator, with wrapper widgets.
This is just a patch, since that option might require a larger amount of work.
2018-01-15 14:56:36 +01:00
Alexander Bruy
dc99b8b2f0
[processing] add missed return statement ( fix #17821 )
2018-01-15 13:19:43 +02:00
Alexander Bruy
e67aaf9a26
[processing] rename QGISAlgorithmProvider to QgisAlgorithmProvider to be
...
consistent with our guidelines
2018-01-15 11:59:01 +02:00
Alexander Bruy
0ffd993d02
[processing] update script collection metadata and homogenize quotes
2018-01-15 11:59:01 +02:00
Alexander Bruy
7ecb0536fd
[processing] correctly retrieve icon for script collection ( fix #17780 )
2018-01-15 11:59:01 +02:00
Borys Jurgiel
f92991eb1f
Merge pull request #6055 from borysiasty/browser-geopackage-v2
...
A simpler way to Fix broken Geopackage paths with spaces
2018-01-15 10:19:27 +01:00
Blottiere Paul
afb1bce661
Merge pull request #5663 from pblottiere/bugfix-transaction-name
...
[FEATURE] Add a name for transactions created from executeSql
2018-01-15 08:52:45 +00:00
Alexander Bruy
b8518aef9c
remove duplicated parameter from r.in.wms module ( fix #17815 )
2018-01-15 10:25:47 +02:00
Blottiere Paul
5505202002
Update documentation
2018-01-15 07:57:16 +00:00
Blottiere Paul
4e3abbc4b7
Add test
2018-01-15 07:57:16 +00:00
Blottiere Paul
76c0a5ba82
Add a name to transaction command
2018-01-15 07:57:16 +00:00
Harrissou Sant-anna
066d677f30
Add missing translatable strings
2018-01-15 17:13:28 +10:00
Mathieu Pellerin
e3cfbb0805
[gui] do not automatically format name of added layers ( fixes #17741 )
...
(users wanting to re-enable that behavior can do so by switching
qgis/formatLayerName to true)
2018-01-15 11:44:01 +07:00
Steven Mizuno
b9aa768c90
run sipify
2018-01-15 14:32:53 +10:00
Steven Mizuno
cefb1bc779
remove Windows OS specific event filter that eats context menu events
...
fixes #17453
2018-01-15 14:32:53 +10:00
Nyall Dawson
09fbdb1bc2
Drop color button/dialog live update option from API and UI
...
This options is broken in QGIS 3.0, but in any case has been
mostly made redundant by the live styling dock, and the other
non blocking color pickers which are implemented in most areas
of qgis now.
2018-01-15 12:40:44 +10:00
Harrissou Sant-anna
b4be39f98b
Avoid 'geometry' field name being translated when creating new SpatiaLite layer ( #6059 )
2018-01-15 08:36:56 +07:00
Nyall Dawson
ded9b0978d
Rename QgsVectorLayer::pkAttributeList to primaryKeyAttributes() for consistency
2018-01-15 11:27:22 +10:00
Nyall Dawson
21c8956b18
Drop QgsVectorLayer::pendingFeatureCount()
...
Use QgsVectorLayer::featureCount() instead.
2018-01-15 11:27:22 +10:00
Nyall Dawson
1da17904b8
Drop QgsVectorLayer::pendingAllAttributesList()
...
Use QgsVectorLayer::allAttributes() instead.
2018-01-15 11:27:22 +10:00
Nyall Dawson
068d51c3be
Drop QgsVectorLayer::pendingFields()
...
Use QgsVectorLayer::fields() instead.
2018-01-15 11:27:22 +10:00
Harrissou Sant-anna
3b3d901bdb
Add precision to message
2018-01-15 05:05:47 +10:00
Juergen E. Fischer
abe89b6aa8
avoid including GDAL C++ api ( fixes #17849 )
2018-01-14 17:08:23 +01:00
Harrissou Sant-anna
c4aa4d076b
Avoid translated name for fields when creating a new gpkg layer ( #6058 )
2018-01-14 20:34:39 +07:00
Juergen E. Fischer
31d8deab49
debian packaging: add bionic
2018-01-13 23:00:27 +01:00
Juergen E. Fischer
0c4e8d57be
translation string fix
2018-01-13 16:05:24 +01:00
Borys Jurgiel
ebed93f1bb
Fix broken encoding of spaces in Geopackage file paths in the browser
2018-01-13 11:41:24 +01:00
Denis Rouzaud
4568bcdf1f
[sipify] prevent creation of param list when not necessary
2018-01-12 21:10:16 -04:00
Denis Rouzaud
6d94ac9c6c
run sipify
2018-01-12 21:10:16 -04:00
Denis Rouzaud
ba951893f3
[sipify] fix multiline note or warning
2018-01-12 21:10:16 -04:00
David
75efd51d21
write correct tooltip
2018-01-12 16:31:26 +01:00
David
9ca48f577c
tooltip for cardinality in relationedit
...
write tooltip in the attributesformproperties on cardinality in relationedit that the user gets more info about many to many relation.
2018-01-12 16:31:26 +01:00
David
8eaecd1c22
relation cardinality bugfix
...
relation cardinality was handled with it's name as QString instead of it's value as QVector and this leaded to problems in the attribute form.
Fix #17805
2018-01-12 16:31:26 +01:00
Denis Rouzaud
8074dc4cbf
[options search] do not show widget when text is found ( #6052 )
...
fix #17812
2018-01-12 09:53:57 -04:00
Etienne Trimaille
2156b5a938
make link clickable in metadata widget
2018-01-12 14:42:48 +01:00
Mathieu Pellerin
9a14e8dfcb
[snapping] fix missing layers in snapping config dialog ( fixes #17792 ) ( #6026 )
2018-01-12 16:17:54 +07:00
Mathieu Pellerin
f3ced09632
improve sorting of field values for the query builder ( #6046 )
2018-01-12 15:48:02 +07:00
Matthias Kuhn
074db04f27
Merge pull request #6040 from signedav/crashfix
...
mapLayerActions as members - avoiding crash on closing QGIS
Fix #17839
2018-01-12 09:44:28 +01:00
David
ff96e1d3b0
not passing parent to duplicate actions
...
and removed the QString
2018-01-12 08:45:29 +01:00
Mathieu Pellerin
d6ef2b60c1
[need-docs] reduce width of the meters (at map scale) unit label ( #6034 )
2018-01-12 14:19:14 +07:00
Mathieu Pellerin
796b8cca57
sort 10 sample / all unique values list in the expression builder widget ( #6045 )
2018-01-12 14:02:04 +07:00
Matthias Kuhn
0dda6e76ad
Merge pull request #6035 from m-kuhn/uxfixcomment
...
Fix long comments clutter in form configuration
2018-01-12 00:00:06 +01:00
Alessandro Pasotti
545ac27e33
[layout] Import guides from 2.x composition
2018-01-12 07:45:18 +10:00
rldhont
0a17c370f7
Merge pull request #6038 from rldhont/server-qgis3-imagequality
...
[BUGFIX][Server] imageQuality has to be used for JPEG images not PNG
2018-01-11 22:25:39 +01:00
Alessandro Pasotti
90c07ef045
[layout][need-docs] Renamed GUI elements from composer to layouts
...
Also renamed some .ui variables
2018-01-12 07:17:25 +10:00
rldhont
0bc3d68162
[BUGFIX][Server] imageQuality has to be used for JPEG images not PNG
...
During the server refactoring, the imageQuality has been applied to all format even if this option has been defined only for JPEG.
This bugfix respects the initial proposition https://github.com/qgis/QGIS/pull/1403
QGIS Server - new project option imageQuality used for JPEG images #1403
2018-01-11 15:10:43 +01:00