Nyall Dawson
cccf974211
[processing] Port enum widget wrapper to new API
...
Fixes:
- enum parameters set to "allow multiple" only allow a single
value selection when used in modeler
- optional enum parameters cannot be set to no value when
used outside of modeler
Fixes #20406
2019-03-08 15:46:59 +10:00
nirvn
160ca692b7
[plugin manager] Set view to all plugins when clicking a tag hyperlink
2019-03-08 10:38:06 +07:00
Matthias Kuhn
97ba60ea92
Merge pull request #9424 from m-kuhn/skip-flaky-test
...
Disable flaky test
2019-03-08 00:28:56 +01:00
Matthias Kuhn
2403c64a7c
Merge pull request #9420 from rosaguilar/patch-1
...
add paramaters list to expression functions
2019-03-07 20:46:06 +01:00
Matthias Kuhn
2be19fbe04
Disable flaky test
2019-03-07 20:41:54 +01:00
Matthias Kuhn
13ef23f27c
Indentation
2019-03-07 17:42:04 +01:00
Matthias Kuhn
ddce0c0543
expression function update
2019-03-07 17:41:27 +01:00
Rosa Aguilar
5a2e18084c
add paramaters list to expression functions
2019-03-07 17:27:12 +01:00
Denis Rouzaud
05756e5386
fix building on Mac
...
not sure if this is the right way to fix this
seen here https://github.com/boostorg/process/issues/55#issuecomment-435853519 and mostly here https://github.com/boostorg/process/issues/55#issuecomment-450444271
2019-03-07 14:58:27 +01:00
Alessandro Pasotti
41cc02f691
Merge pull request #9381 from elpaso/gpkg-project-storage
...
Gpkg project storage
2019-03-07 12:41:17 +01:00
Nyall Dawson
12ba41750f
Fix paletted raster renderer does not respect correct band when rendering
...
Fixes #21505
2019-03-07 18:50:06 +10:00
Matthias Kuhn
aaa5ee0738
Merge pull request #9409 from m-kuhn/fix-nm-autogenerated
...
Fix n:m relations in autogenerated attribute forms
2019-03-07 08:23:12 +01:00
lbartoletti
f87c447d34
Add FreeBSD for SagaUtils
2019-03-07 08:48:23 +10:00
Matthias Kuhn
686d21114b
Fix n:m relations in autogenerated attribute forms
...
Fix #16446
Fix #21491
2019-03-06 20:40:26 +01:00
Matthias Kuhn
825c240be3
Code cleanup ( #9392 )
...
* Make auth a Q_FOREACH free zone
* Code cleanup
* Add const
* Indentation
* Indentation
2019-03-06 20:21:58 +01:00
Harrissou Sant-anna
53a717a41b
Fix formatting in pyqgis documentation ( #9396 )
...
* Fix API documentation
* Fix sip doc
2019-03-06 20:09:26 +01:00
sklencar
288b5c18a1
[QgsQuick] Feature form improvements #2 ( #9388 )
...
TextEdit
* added radius property
QgsQuickFeatureFormStyling and ExternalResource widget - added optional color for trash icon
ExternalResource
* smaller icons
* preview available in read-only mode
FeatureForm
* fix of empty space for tabs which exists even if there are no tabs
Enabling widgets for interactions even in readOnly mode, still not edits! Changes due to introduction of a preview for externalResources widget, which should be available also in readOnly mode. Therefore the widget is always enabled.
NOTE: changed order of properties for widgets to keep the same order.
2019-03-06 18:03:09 +01:00
Denis Rouzaud
44847ca824
avoid triggering twice build of PyQGIS docs ( #9406 )
2019-03-06 17:43:59 +01:00
Alessandro Pasotti
e217693ad3
R.I.P. De Morgan
2019-03-06 15:44:24 +01:00
Alessandro Pasotti
5d404cbd53
Expose gpkg embedded project to the browser
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
46d5c4808b
Remove and rename gpkg-stored projects
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
60942cdf84
[feature][needs-docs] Store projects into geopackage
...
Store and load QGIS projects to/from geopackage.
(This is the same functionality previously available
only for postgis)
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
0e98d1e82e
Load projects from storage at start
...
The check for qgs/qgs was preventing db-stored
project to be opened at start when option
to re-open last project is on
2019-03-06 15:38:55 +01:00
Denis Rouzaud
17b840573c
create CCACHE dir
2019-03-06 12:35:49 +01:00
Denis Rouzaud
5f0e1984e9
more descriptive Travis job names ( #9400 )
2019-03-06 11:04:31 +01:00
Denis Rouzaud
e96e7ced19
do not hang when running docker
2019-03-06 10:22:52 +01:00
nirvn
9b9580d280
[plugin manager] Guard from overly wide layout for read-only plugins
2019-03-06 15:55:27 +07:00
nirvn
329c1e82f4
[plugin manager] Clean up description and about text by stripping HTML code
2019-03-06 15:55:27 +07:00
nirvn
0af4fc1a31
[plugin manager] Allow search by tags via clicking on individual tag
2019-03-06 15:55:27 +07:00
Juergen E. Fischer
fe5b399294
disable qt-unix-signals on windows (fixes build)
2019-03-06 09:08:46 +01:00
Denis Rouzaud
98ad2b1171
fix copying from container
2019-03-05 23:42:47 +01:00
Juergen E. Fischer
be6c0738a4
fix 9f1fcb72d4
2019-03-05 23:14:43 +01:00
Nyall Dawson
8bef710cea
[processing][saga] Difference and symmetric difference algorithms have known issues in SAGA LTR
2019-03-06 06:33:06 +10:00
Nyall Dawson
63d648738d
[processing][needs-docs] By default, hide algorithms with known issues from toolbox
...
And add a Processing setting to allow these to be shown. When shown, they
are highlighted in red with a tooltip explaining that the algorithm
has known issues
2019-03-06 06:33:06 +10:00
Nyall Dawson
c0640c67b0
[processing] Add flag for algorithms with known issues
2019-03-06 06:33:06 +10:00
Juergen E. Fischer
9f1fcb72d4
processing: enable translation for parameter descriptions
2019-03-05 20:16:23 +01:00
Juergen E. Fischer
6564da037c
avoid crash on retrieval extent from invalid vector data providers
2019-03-05 20:16:23 +01:00
Denis Rouzaud
943492e675
fix CCACHE dir
2019-03-05 20:12:47 +01:00
Denis Rouzaud
1e11e1157a
simplify CI scripts ( #9387 )
...
by separating the testing and docker image building scripts
there was almost no redundany in the scripts, it is much clearer now
2019-03-05 17:38:04 +01:00
Alexandre Neto
47f1f4c5bb
Fixed data-defined description for page sizes
2019-03-06 02:05:24 +10:00
Richard Duivenvoorde
1be124069a
libQTSignal not copied to install dir
2019-03-06 02:03:23 +10:00
Denis Rouzaud
ae67042827
fix Travis build trigger
2019-03-05 14:06:13 +01:00
Denis Rouzaud
0a75009ef8
fix mkdir ccache_dir
2019-03-05 13:16:16 +01:00
Denis Rouzaud
59789c463c
add a second cache directory for Docker image building
...
because they just take too much time
2019-03-05 13:16:16 +01:00
Denis Rouzaud
458b9afeae
trigger PyQGIS Doc Travis build after pushing new image on Docker hub
2019-03-05 13:16:16 +01:00
Matthias Kuhn
73db859961
Merge pull request #9380 from Ailurupoda/patch-1
...
[dbmanager] Fix LineEdit name error
2019-03-05 12:28:44 +01:00
Corentin.F
8602d8fd97
Fix LineEdit name error
2019-03-05 09:59:28 +01:00
Nyall Dawson
534ff68bbc
Handle sigint to terminate qgis app immediately
2019-03-05 18:43:02 +10:00
Nyall Dawson
620db06324
Add external qt-unix-signals library
...
This library, original taken from https://github.com/sijk/qt-unix-signals
(but a maintained fork exists at https://github.com/nyalldawson/qt-unix-signals ),
handles unix signal watching using the Qt libraries.
It allows for detection of signals like SIGINT and SIGTERM,
and allows Qt applications to respond gracefully to these.
Included in external libraries for use in QGIS terminal
applications.
2019-03-05 18:43:02 +10:00
Matthias Kuhn
a33bf306f5
Merge pull request #9048 from troopa81/fix_20872_postgres_multidim_arrays
...
Manage postgres multidimensionnal array
2019-03-05 09:36:34 +01:00