Matthias Kuhn
900be9f57f
Properly report QgsDefaultValue.__bool__ in Python
2017-09-29 17:52:30 +02:00
Matthias Kuhn
f2d512a73a
Apply default values on update
2017-09-29 17:52:30 +02:00
Matthias Kuhn
7b36287ff3
Use QgsDefaultValue throughout the code
2017-09-29 17:52:29 +02:00
Matthias Kuhn
cab3a38461
Doxymentation
2017-09-29 17:52:29 +02:00
Matthias Kuhn
5fba1e85aa
Add sip bindings
2017-09-29 17:52:29 +02:00
Matthias Kuhn
7c9967a929
Add some doxymentation
2017-09-29 17:52:29 +02:00
Matthias Kuhn
d6eb7ba3e7
Add "apply on update" option to default values
2017-09-29 17:52:28 +02:00
Matthias Kuhn
cb8ae89dd1
Merge pull request #5269 from m-kuhn/represent_value
...
[expression] represent_value also determines implicitly provided column name
2017-09-29 17:41:07 +02:00
Matthias Kuhn
f981795bec
Silence the lambs
2017-09-29 17:37:44 +02:00
Matthias Kuhn
8e7db5488f
Range based for loop
2017-09-29 17:37:35 +02:00
Matthias Kuhn
d299c687d5
Fix NULL vs 0 issue in relation reference widget
...
Fix #16760 https://issues.qgis.org/issues/16760
2017-09-29 17:36:35 +02:00
Matthias Kuhn
ca5a0bb3de
Fix python expression functions
2017-09-29 17:01:33 +02:00
Juergen E. Fischer
f4bc3a28d7
typo fix
2017-09-29 13:12:59 +02:00
Matthias Kuhn
0fbdb04594
API break documentation
2017-09-29 10:58:20 +02:00
Matthias Kuhn
050119c2ba
Add test
2017-09-29 10:58:20 +02: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
b238103cbc
Deal with QGIS' need to talk
2017-09-29 10:42:57 +02:00
Marco Bernasocchi
e06ec71260
Update linux.t2t
2017-09-29 08:53:24 +02:00
Marco Bernasocchi
06899d141d
add libzip-devel for fedora build
...
in the fedora build instruction libzip-devel was missing
2017-09-29 08:53:24 +02:00
Juergen E. Fischer
1658c12e27
translation fix
2017-09-29 00:24:01 +02:00
Juergen E. Fischer
cafe9d46c7
remove qgscontexthelp_texts.cpp from i18n
2017-09-28 23:36:44 +02:00
Alessandro Pasotti
69f370e4f2
Merge pull request #5152 from ismailsunni/add_section
...
Add section in beginGroup and remove Setting.
2017-09-28 17:33:56 +02:00
Ismail Sunni
04e54903e8
Add unit test for remove and beginGroup with section.
2017-09-28 17:01:00 +07:00
Ismail Sunni
0c7c494831
Add section in beginGroup and remove Setting.
2017-09-28 17:01:00 +07:00
Denis Rouzaud
f9f5aafaf4
[custom widget] fix missing external resource widget
2017-09-28 09:58:55 +02:00
Juergen E. Fischer
ebec25f737
debian package: handle grass RC abis
2017-09-27 23:02:24 +02:00
Juergen E. Fischer
a7d1a66e5d
debian packaging: depend on grass abi
2017-09-27 22:47:14 +02:00
Nyall Dawson
8c3939e756
More efficient use of QStrings
...
- use .isEmpty() instead of == QLatin1String( "" ) to check for
empty strings
- use .clear() instead of = QLatin1String( "" ) to empty a string
- remove unnecessary QString initializations
2017-09-28 05:25:51 +10:00
Gary Sherman
036646fcfe
Fix Object Inspector in Python console editor
2017-09-27 10:05:19 -08:00
Gary Sherman
43a9bc1481
Make case consistent for description of Run Script tool in Python console
2017-09-27 07:52:52 -08:00
Alessandro Pasotti
829702bd24
Merge pull request #5253 from boundlessgeo/auth_proxy
...
[auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system
2017-09-27 17:41:53 +02:00
Alessandro Pasotti
385cca6036
[auth] Added debug messages
2017-09-27 15:15:49 +02:00
Alessandro Pasotti
40b7f7914a
[auth] Added tests for updateNetworkProxy
2017-09-27 15:15:01 +02:00
Nyall Dawson
6ce8b4c83e
Merge pull request #5259 from nyalldawson/modernize
...
Modernize initializers
2017-09-27 09:34:07 +10:00
Nyall Dawson
65170d0e85
Remove some unneeded initializations
2017-09-27 05:07:15 +10:00
Nyall Dawson
a87d352bd7
Run clang-tidy modernize-use-default-member-init to move member
...
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Alessandro Pasotti
53a8484981
[auth] Updated debug string
2017-09-26 16:17:19 +02:00
Alessandro Pasotti
e536cdde43
Merge pull request #5249 from boundlessgeo/auth_certs_store_tab
...
[auth] Certs manager remembers (in the settings) the last opened tab
2017-09-26 16:09:18 +02:00
Matthias Kuhn
f6479c1f79
[processing] Fields mapper code improvement
2017-09-26 14:29:05 +02:00
Matthias Kuhn
b527be02d7
Fix function help for represent_value
2017-09-26 14:28:44 +02:00
Matthias Kuhn
e604460a15
Add unit tests 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
Nyall Dawson
5ad5930595
Merge pull request #5255 from nyalldawson/proc_test
...
Resurrect some commented out processing tests
2017-09-26 16:50:20 +10:00
Nyall Dawson
0943cd5d51
Resurrect commented out zonal stats test
2017-09-26 15:30:14 +10:00
Nyall Dawson
fddb6a59a1
Make shortest path test less fussy
2017-09-26 15:19:05 +10:00
Nyall Dawson
79b143bd15
Enable a commented out processing test
2017-09-26 15:16:49 +10:00
Nyall Dawson
f8cf2f4dbe
[processing] Fix Refactor Fields rejects valid field configuration input
2017-09-26 13:58:01 +10:00
Nyall Dawson
270c45d12b
Merge pull request #5254 from nyalldawson/geometry_coverage
...
Geometry unit test coverage
2017-09-26 13:39:27 +10:00
Nyall Dawson
ac7fede91a
Modernize some geometry code
2017-09-26 12:19:46 +10:00
Nyall Dawson
cc4fb3928d
Boost test coverage of multipolygons
2017-09-26 12:06:20 +10:00