lbartoletti
f87c447d34
Add FreeBSD for SagaUtils
2019-03-07 08:48:23 +10: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
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
Matthias Kuhn
2046450548
Merge pull request #9371 from m-kuhn/preserve-layer-visibility-in-offline-editing
...
[offline editing] Preserve layer visibility in offline editing
2019-03-05 09:35:00 +01:00
Nyall Dawson
5fca18c4ae
[processing][GRASS] Fix exceptions on Python < 3.6
...
Fixes #21173
2019-03-05 17:09:36 +10:00
Mathieu Pellerin
33af405f78
[asf] Fix parsing of polygons
2019-03-05 11:53:47 +07:00
Nyall Dawson
2ff0d5919c
[processing] Avoid more deprecation warnings from external libraries
2019-03-05 14:44:02 +10:00
Nyall Dawson
c1cc2b53d9
Fix qt warning on opening modeler dialog
2019-03-05 14:44:02 +10:00
Nyall Dawson
723051b291
[processing] Fix initial zoom of models on hidpi displays
...
Fixes #16456
2019-03-05 14:44:02 +10:00
Nyall Dawson
8154008daf
[processing] Fix items are not correctly placed in model designer
...
when view is not set to top-left of model scene
2019-03-05 14:44:02 +10:00
Nyall Dawson
30f786c129
[processing] Fix crashes and random behavior after dropping algorithms
...
to model designer
Also fixes drag and drop within the algorithm parameter dialog and
the qt warnings thrown during these operations
2019-03-05 14:44:02 +10:00
Nyall Dawson
e09b97f91e
[processing] Fix missing vector polygon to lines menu item
...
Fixes #21475
2019-03-05 14:34:42 +10:00
Matthias Kuhn
62dc9452a9
Add test for preserving layer visibility on offline editing
2019-03-04 23:38:17 +01:00
Matthias Kuhn
aa3185e8cf
Preserve layer visibility in offline editing
2019-03-04 23:38:16 +01:00
Nyall Dawson
daeb3d84f7
Fix newline characters break embedded expressions
...
Fixes #21471
2019-03-05 08:33:10 +10:00
Nyall Dawson
ce5faa1524
[processing] Force regeneration of primary key for more algorithms
...
Fixes #21445
2019-03-05 07:06:30 +10:00
Nyall Dawson
9d509e7f4c
[processing] Fix outdated Find Projection docs
...
Fixes #21404
2019-03-05 07:06:08 +10:00
Matthias Kuhn
bc166cff13
replace double quote with simple quote
...
Co-Authored-By: troopa81 <julien.cabieces@oslandia.com>
2019-03-04 16:46:59 +01:00
Matthias Kuhn
bce12629e4
replace double quote with simple quote
...
Co-Authored-By: troopa81 <julien.cabieces@oslandia.com>
2019-03-04 16:46:45 +01:00
Matthias Kuhn
fb94c9aae9
Fix backport branch filtering
2019-03-04 15:31:03 +01:00
Matthias Kuhn
92a7027a00
Fix backport branch filtering for travis
2019-03-04 15:06:53 +01:00