Alexander Bruy
e9feeaacc6
Merge pull request #5875 from alexbruy/processing-editor
...
[FEATURE][processing][needs-docs] add find and replace functionality to script editor
2017-12-15 13:21:41 +02:00
nirvn
4f570cef9c
[ui] fix toggle panel visibility action
...
Prior to this fix, the action would have to be triggered
twice before panels were actually hidden.
2017-12-15 17:43:26 +07:00
Alexander Bruy
a0ce648175
[processing] use groupId when constructing help URL
2017-12-15 12:11:46 +02:00
Alexander Bruy
5016c21ed3
[FEATURE][processing][needs-docs] add find and replace functionality to
...
Processing script editor (forward-port from 2.18 branch)
2017-12-15 11:07:15 +02:00
rldhont
3692fcdb96
Merge pull request #5561 from pvalsecc/wms_ogc_filters
...
[FEATURE][needs-docs] Add OGC filters to WMS
2017-12-15 09:47:22 +01:00
David
ac6d251859
sort the values in query builder
...
after filling the values into the model, they are sorted ascending.
2017-12-15 08:13:45 +01:00
nirvn
8ec16e2c20
[ui] add some spacing for the projection selection widget
2017-12-15 11:55:22 +07:00
Nyall Dawson
5b1da988ba
[processing] List unique values improvements
...
- allow running on non-spatial tables
- allow choice of more than one field
2017-12-15 15:46:50 +11:00
Mathieu Pellerin
ebd98e3f78
Merge pull request #5874 from nirvn/arcgis_providers_icon
...
Smallt tweaks for add and create layer icons
2017-12-15 11:46:42 +07:00
nirvn
1fa7d453ee
[ui] fix node size of the create vector layer icon
2017-12-15 11:22:56 +07:00
Nyall Dawson
f2b70ffdc6
Allow clickable links in message bar text
...
Links are opened using QDesktopServices::openUrl, i.e. the
default OS handler for that link type
2017-12-15 14:48:52 +11:00
nirvn
3c661b10b3
[ui] add vector layer icon color improvement
2017-12-15 10:26:47 +07:00
nirvn
507cd4765b
[ui] harmonize asf & asm providers icon color
2017-12-15 09:54:50 +07:00
Harrissou Sant-anna
905a14759d
Use getThemeIcon instead of building each icon
2017-12-15 12:29:24 +11:00
Harrissou Sant-anna
1d55c949d5
Replace "Non spatial" type by "No geometry"
2017-12-15 12:29:24 +11:00
Harrissou Sant-anna
11e6101e42
Fix icon file
2017-12-15 12:29:24 +11:00
Harrissou Sant-anna
e813c80fbc
Add icon to SpatiaLite geometry type combobox items
2017-12-15 12:29:24 +11:00
Harrissou Sant-anna
c1cebd98d2
Add icon to field type combobox items
2017-12-15 12:29:24 +11:00
Harrissou Sant-anna
32b7c533ca
Add icon to geometry combobox items
2017-12-15 12:29:24 +11:00
Nyall Dawson
db07bc6c07
Merge pull request #5867 from alexbruy/processing-group
...
[processing] add groupId() method to get untranslated algorithm group
2017-12-15 12:25:45 +11:00
Etienne Trimaille
abdd8759a0
add constructor to QgsBox3d with a QgsRectangle
2017-12-15 12:14:05 +11:00
Nyall Dawson
d0475cb042
Travis doesn't like me fixing him
2017-12-15 10:58:47 +10:00
Nyall Dawson
7b67132753
Fix build warning
2017-12-15 10:36:22 +10:00
Nyall Dawson
6c46e47c7c
Fix failing unit test
...
Wow... how did that test ever work? Very odd...
2017-12-15 10:09:21 +10:00
Etienne Trimaille
ff15896c30
getter for the output crs in QgsExtentGroupBox
2017-12-15 10:38:08 +11:00
Nyall Dawson
bbf00279ad
[processing] Don't sort field names in multi-field input dialog
...
Field names should always be listed in the order that the layer
defines them
2017-12-15 08:58:54 +11:00
Nyall Dawson
9984962257
Merge pull request #5864 from nyalldawson/favorites
...
[browser] Allow renaming favorite items
2017-12-15 08:58:28 +11:00
Etienne Trimaille
49990b840a
hide the extent from canvas button if the canvas is not set
2017-12-14 19:53:29 +01:00
Matthias Kuhn
4312a8466f
[attributetable] Adjust the edit selection when the filter changes
...
Make sure that we always have a feature on the form that matches the current filter condition
2017-12-14 19:46:48 +01:00
Alexander Bruy
2674022b6c
[processing] add group id to scripts
2017-12-14 18:10:35 +02:00
Alexander Bruy
dca37abd0e
[processing] add group id to QGIS algorithms
2017-12-14 18:04:12 +02:00
Alexander Bruy
53bc147dca
[processing] add group id to GDAL algorithms
2017-12-14 18:04:11 +02:00
Alexander Bruy
5e157c967d
[processing] add group id to SAGA algorithms
2017-12-14 18:04:11 +02:00
Alexander Bruy
6f43954839
[processing] add group id to GRASS algorithms
2017-12-14 18:04:02 +02:00
Alexander Bruy
1d482cf953
[processing] add groupId() method to algorithms to get unique ID of the
...
algorithm group.
Adapt native algorithms
2017-12-14 14:12:00 +02:00
nirvn
0f6a5c8e3b
[ui] harmonize geopackage icon size
2017-12-14 16:43:13 +07:00
nirvn
0f3a31a393
[ui] harmonize geonode icon color and size
2017-12-14 16:43:01 +07:00
Matthias Kuhn
b619dcb00a
Refactor fields configuration in the modeler does not insist on layer
...
Inside the modeler, there is not enough knowledge about the layer on
which the refactor fields algorithm will run.
Let's be graceful with error messages here therefore.
2017-12-14 09:04:07 +01:00
Matthias Kuhn
3abff0e938
Add allowEvalError flag to QgsExpression widgets
...
Some expression functions insist on a complete context which we
sometimes are not able to provide. The user might still have enough
knowledge that the expression is valid and an error will still be shown.
2017-12-14 09:04:07 +01:00
Matthias Kuhn
e9d4c06cb2
Make string translatable
2017-12-14 09:04:07 +01:00
Matthias Kuhn
3d626b716a
Fix file mode
2017-12-14 09:04:07 +01:00
Nyall Dawson
12e44b2016
Notify model of changes when renaming data items
2017-12-14 15:44:51 +10:00
Nyall Dawson
8df67111cd
[needs-docs][browser] Allow renaming favorite items
...
Otherwise favorites can be useless if you're trying to favorite
a long path
Fixes #6780
2017-12-14 15:44:39 +10:00
Nyall Dawson
5bac8a6e0d
Merge pull request #5715 from nyalldawson/3d_ctrl
...
[3d] Holding ctrl results in finer view adjustments
2017-12-14 11:51:18 +11:00
Nyall Dawson
cf25b3ea83
[3d] Holding ctrl results in finer mouse wheel zooming
...
To match behaviour of canvas and composer
Fixes #17527
2017-12-14 10:25:15 +10:00
Nyall Dawson
457abe7bbf
Merge pull request #5859 from nyalldawson/project_icon
...
Use qgs project icon derivative for project home in browser
2017-12-14 10:02:58 +11:00
Nyall Dawson
79c180a77e
Fix doxygen warning
2017-12-14 08:04:55 +10:00
Nyall Dawson
af0e369834
Fix actions on model items in browser
2017-12-14 07:46:39 +10:00
Nyall Dawson
41fed33fb0
Consistent capitalization
2017-12-14 07:46:39 +10:00
Nyall Dawson
30fb6de17c
Use qgs project icon derivative for project home in browser
2017-12-14 07:46:39 +10:00