Alessandro Pasotti
7aa830430f
Merge pull request #6519 from elpaso/server-tempfile-fix
...
[bugfix][server] Fix temporary path permission issue
2018-03-05 09:12:37 +01:00
Nathan Woodrow
894c550641
Add projectDirty signal for QgsProject
2018-03-05 15:13:00 +10:00
Nyall Dawson
d79221f1a2
Docs++
...
[ci-skip]
2018-03-05 12:06:50 +11:00
Nyall Dawson
871132eae6
[processing] Port point on surface to c++
2018-03-04 08:52:34 +11:00
Alessandro Pasotti
c614b942f3
[bugfix][server] Fix temporary path permission issue
...
If I don't misread the docs, if a template is given, the file
is created in the current directory instead of the temporary
directory reported by QDir::tempPath()
Furthermore it cannot be set by env TMPDIR.
This issue drove me crazy (and no exceptions and no logs!)
until when I switched the server user to root (that is
of course not what we want).
As a temporary workaround, the server can be configured to
use /tmp or another www-data writeable directory as a working
directory.
By prefixing with tempPath() the file will be created
in the system temp directory.
2018-03-03 22:15:24 +01:00
Matthias Kuhn
b84f014d9e
Merge pull request #6503 from m-kuhn/variousFixes
...
Various fixes
2018-03-02 17:02:38 -05:00
Matthias Kuhn
fc5073ddb0
Documentation fix
2018-03-02 12:44:02 -05:00
Denis Rouzaud
9580a88514
fix sipify test
2018-03-02 08:33:45 -09:00
Webmaster
2073562fa5
harmonize join type value (0=one-to-many, 1=one-to-one)
2018-03-02 21:01:12 +07:00
nirvn
1542b484be
[FEATURE][processing] add discard non matching option to join attribute table alg
2018-03-02 21:01:12 +07:00
nirvn
55764689ed
fix one-to-one, one-to-many wording
2018-03-02 21:01:12 +07:00
Alexander Bruy
0081f781d3
Merge pull request #6487 from alexbruy/processing-output-file
...
[processing] fix QgsProcessingParameterFileDestination handling in models
2018-03-02 11:23:55 +02:00
Alexander Bruy
22fea14a17
[processing] remove explicit outputs definitions
2018-03-02 10:35:56 +02:00
Alexander Bruy
df61548c82
[processing] rename algorithm to "Multi-ring buffer (constant distance)"
2018-03-02 10:00:16 +02:00
Alexander Bruy
5daa8fdb67
[processing] add test for multiring buffer algorithm
2018-03-02 10:00:16 +02:00
Mathieu Pellerin
6f47b25037
[FEATURE][processing] one-to-many join support to the join attribute table alg. ( #6499 )
2018-03-02 11:58:16 +07:00
Matthias Kuhn
b67813bdc9
API doc update
2018-03-01 10:42:51 -05:00
Matthias Kuhn
0c730596fa
Hide unsupported parameters in modeller
2018-03-01 10:42:51 -05:00
Matthias Kuhn
a0cda52269
Remove outdated comment block
2018-03-01 09:49:50 -05:00
Matthias Kuhn
9aac4e38df
Use translated text in modeller
2018-03-01 09:47:35 -05:00
Matthias Kuhn
592c9b24b9
Expose fields mapping parameter to modeler
2018-03-01 08:13:08 -05:00
Matthias Kuhn
eba96fb9cc
Add a processing parameter registry
...
to manage parameter metadata in a single place.
2018-03-01 08:12:41 -05:00
Matthias Kuhn
8b784400f7
Avoid catchall exception
2018-03-01 08:12:41 -05:00
Matthias Kuhn
ecae50f1d3
Allow processing plugins to load their own parameters
2018-03-01 08:12:41 -05:00
Alexander Bruy
88734647ce
[processing] fix typo ( fix #18248 )
2018-03-01 10:40:27 +02:00
Nyall Dawson
0acdcfadfd
Fix crash when using the identify tool on a categorized render
...
with an unchecked category corresponding to the feature at the
clicked point
Also fix count of default category symbols
2018-03-01 16:49:29 +11:00
Nyall Dawson
4e182be4ec
[processing] Fix 'selected features' checkbox is incorrectly disabled
...
Fixes #18278
2018-03-01 15:29:06 +10:00
Denis Rouzaud
a483ef817a
correctly use reference for context in QgsReadWriteContextCategoryPopper
2018-02-28 17:02:51 -09:00
Nyall Dawson
b17a5560b8
Merge pull request #6486 from nyalldawson/dynamic
...
[processing] Support dynamic properties for all native c++ algorithms
2018-03-01 10:40:25 +11:00
Salvatore Larosa
a34b46bc7b
[dbmanager] fix toolbar icon size
2018-02-28 23:25:02 +01:00
Salvatore Larosa
5fda4025f4
[processing] fixes missing icon for create grid algorithm
2018-02-28 21:50:49 +01:00
Denis Rouzaud
b8ceda673c
fix doxymentation
2018-02-28 15:00:11 -04:00
Denis Rouzaud
4e2eb0eb9c
use a pointer otherwise Python is creating a copy
2018-02-28 13:43:11 -04:00
Denis Rouzaud
d171ca7ae4
offer enterCategory in Python bindings by adding a context manager
2018-02-28 13:43:11 -04:00
Denis Rouzaud
8582517966
avoid required call to leaveCategory by adding a RAII private class
2018-02-28 13:43:11 -04:00
Denis Rouzaud
89892926c0
add C++17 [[maybe_unused]] and [[no_discard]]
2018-02-28 13:43:10 -04:00
Denis Rouzaud
95ab3d05e0
doxymentation and better wording
2018-02-28 13:43:10 -04:00
Denis Rouzaud
fc2ba14154
[QgsMessageBar] add convenience method to display message with a show more dialog
2018-02-28 13:43:10 -04:00
Denis Rouzaud
b95f5c1a15
QgsReadWriteContext: add a category stack to know where the error message comes from
...
also change the QPair in favor of a struct for a better API
2018-02-28 13:43:10 -04:00
Denis Rouzaud
22008a5114
doxymentation
2018-02-28 13:43:10 -04:00
Denis Rouzaud
d421b857e5
QgsReadWriteContext can store message
...
app will show them in message bar when loading layers
2018-02-28 13:43:10 -04:00
Denis Rouzaud
47ab9b89e7
remove const for QgsReadWriteContext to allow bringing up error messages
2018-02-28 13:43:10 -04:00
nirvn
2af9c40882
[processing] add tags to statistics by categories algorithm
2018-02-28 11:31:29 +07:00
nirvn
89e2b02122
[processing] add tags to refactor fields algorithm
2018-02-28 11:31:29 +07:00
Nyall Dawson
98b902bdc0
Merge pull request #6472 from DelazJ/algShortcuts
...
Fix list of algorithms shortcut in vector and raster menus
2018-02-27 12:15:00 +11:00
Nyall Dawson
81d53644eb
[processing] Fix restoring parameter values from batch panel load button
...
Fixes #18236
2018-02-27 11:58:50 +11:00
Nyall Dawson
6e44a27764
[processing] Fix exception when parameters are missing in batch dialog
...
Refs #18236
2018-02-27 11:58:50 +11:00
Harrissou Sant-anna
4c32a01bde
Fix list of algorithms shortcut in vector and raster menus
...
Fix #18175
2018-02-26 20:14:12 +01:00
Martin Dobias
bbb2727bc3
Minor fixes (spelling, renaming, sip magic)
2018-02-26 18:34:44 +01:00
Martin Dobias
f56d70f3f8
[FEATURE] Indicators for layer tree view + filter indicator implementation
...
This adds a mini-framework for display of extra icons in layer tree views
next to layer and group names. Tool tip text can be associated with indicators
to give extra context for indicators. In addition, a signal gets emitted
when user clicks indicators and custom actions can be defined.
The main window's layer tree view (ToC) gets support for indicators
that are shown when a vector layer has a filter applied. This makes it easier
for users to understand that they are looking at a subset of all data.
Clicking the indicator's icon brings up query builder.
2018-02-26 18:34:43 +01:00