41704 Commits

Author SHA1 Message Date
Nyall Dawson
21f92a6fb2 Port line intersection and split with lines to c++ 2017-09-22 15:19:32 +10:00
Nyall Dawson
c41dca937c Port processing combineFields to c++ 2017-09-22 15:19:32 +10:00
Nyall Dawson
cf636dcafa Merge pull request #5235 from nyalldawson/model_progress2
[processing] Proper progress reports during model execution
2017-09-22 15:17:51 +10:00
Nyall Dawson
33d2d1119c Update sip 2017-09-22 12:50:47 +10:00
Larry Shaffer
559973739c Merge pull request #5202 from dmarteau/fix_ln_option_OSX
Execute ln command with GNU compatible options in install phase
2017-09-21 19:37:42 -06:00
Nyall Dawson
eaee80acfe Better debugging for models by showing child algorithm parameters in the log 2017-09-22 10:32:17 +10:00
Nyall Dawson
6afe25ef0f [processing] Proper progress reports during model execution
Instead of showing the progress reports for each child algorithm
individually, which leads to repeated 0->100% progress for every
step of a model, we proxy the progress reports and account for the
overall progress through a model as well. This means that
the progress accounts for both the progress within the current
model step AND the total number of steps left to execute.
2017-09-22 10:32:17 +10:00
Matthias Kuhn
9caa7224cd Merge pull request #5230 from m-kuhn/taskWaitForFinished
QgsTask::waitForFinished without event loop
2017-09-21 18:35:43 +02:00
Matthias Kuhn
8f2c885436
[travis] Disable flaky test
See https://travis-ci.org/qgis/QGIS/jobs/278224577
https://github.com/qgis/QGIS/pull/5230#issuecomment-331189552
2017-09-21 18:00:46 +02:00
Matthias Kuhn
e47aa6d701
Add some docstring
Mainly to run travis again
2017-09-21 16:54:58 +02:00
Matthias Kuhn
8ef28e3f87 Merge pull request #5114 from gacarrillor/update_add_feature_tooltips
[needs-docs] Update tooltips for adding features/records
2017-09-21 15:24:23 +02:00
Matthias Kuhn
88fcbb0aac
QgsTask::waitForFinished without event loop
because the old approach with using signals, using deleteLater and using
an internal event loop is a very good recipe for big troubles.
2017-09-21 14:16:37 +02:00
Sandro Mani
54ea029de8 Merge pull request #5224 from manisandro/ogr_gdb_subset
[OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn
2017-09-21 13:12:46 +02:00
Matthias Kuhn
06dc9660a3 Merge pull request #5229 from m-kuhn/cleanCode
Clean code
2017-09-21 11:32:34 +02:00
Sandro Mani
a67194df77 [OGR] Add orig_ogc_fid as last field to avoid changing field order 2017-09-21 11:17:12 +02:00
Sandro Mani
4ce2cf1744 [OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn 2017-09-21 10:50:39 +02:00
Alessandro Pasotti
6e5324b9d8 Fix doxygen ingroup gui -> core for moved classes 2017-09-21 10:23:11 +02:00
Matthias Kuhn
846fef2013
Doxygen 2017-09-21 10:04:26 +02:00
Matthias Kuhn
813e9d32b0
Remove dummy method 2017-09-21 09:28:53 +02:00
Matthias Kuhn
7b14d4870d
Move definition to class 2017-09-21 09:28:52 +02:00
Nyall Dawson
15e650d624 Merge pull request #5221 from nyalldawson/browser_awesome
Add QLR, processing models to browser
2017-09-21 05:20:07 +10:00
Juergen E. Fischer
d34fd9f0b1 debian packaging: add ubuntu artful 2017-09-20 21:06:22 +02:00
Matthias Kuhn
b1b21ed25f Merge pull request #5143 from m-kuhn/nulldatasetparams
QgsVectorFilewriter skip default null options
2017-09-20 11:44:57 +02:00
Nyall Dawson
a67dab52d2 Spelling 2017-09-20 18:45:59 +10:00
Nyall Dawson
ef97063029 Identation 2017-09-20 18:41:42 +10:00
Nyall Dawson
e6169d8518 Merge pull request #5220 from nyalldawson/open_folder
[FEATURE] Add 'open directory' action to right click menu for folders in browser dock
2017-09-20 18:36:20 +10:00
Alessandro Pasotti
825a323a14 Fix single raster data items in ogr source select
Thanks to Nyall for catching this.
2017-09-20 09:21:23 +02:00
Matthias Kuhn
a6dc600784
[processing] Fix single sided buffer multiline (bevel) 2017-09-20 08:51:43 +02:00
Nyall Dawson
6e1c5c4d75 [FEATURE] Show processing models in browser
And allow them to be executed and edited directly from there
2017-09-20 14:09:03 +10:00
Nyall Dawson
253c4c7a42 Add a Custom item type for QgsDataItem 2017-09-20 14:09:03 +10:00
Nyall Dawson
8bce7a62a7 Allow QgsDataItems to override default double click behavior 2017-09-20 14:09:03 +10:00
Nyall Dawson
fcf2fcae5a [FEATURE] Show qlr files in browser
Fixes #10737
2017-09-20 14:09:03 +10:00
Nyall Dawson
21fc2e1a86 Show a tooltip with full path for directory items 2017-09-20 09:34:22 +10:00
Nyall Dawson
97d5d58398 Use native OS directory separators in browser dock 2017-09-20 09:31:48 +10:00
Nyall Dawson
6ce3c6100d [FEATURE] Add 'open directory' action to right click menu for
folders in browser dock

Opens the folder in the OS' file explorer
2017-09-20 09:24:02 +10:00
Nyall Dawson
dc72e140e9 Merge pull request #5193 from Gustry/layer_properties
move metadata panel to OGC server panel
2017-09-20 04:35:00 +10:00
Matthias Kuhn
d1c73504a5
Remove leftover files 2017-09-19 17:43:57 +02:00
Alessandro Pasotti
4587961607 Merge pull request #5214 from boundlessgeo/gpkg_import_master_task
Geopackage import multiple files master task
2017-09-19 15:45:25 +02:00
Matthias Kuhn
f638023b9d
[processing] Fix test "Polygon buffer with dissolve" 2017-09-19 15:35:42 +02:00
Matthias Kuhn
6cde4a626d
[processing] Fix test "Single sided buffer multiline (bevel)" 2017-09-19 15:31:20 +02:00
Matthias Kuhn
9b213b6a73
[processing] Fix test "variable buffer on points with dissolve option" 2017-09-19 15:30:19 +02:00
rldhont
f5c4fdff2e [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify
Manually merge to QGIS 3 from 2.18

Funded by Ifremer
2017-09-19 15:28:09 +02:00
Matthias Kuhn
973dba0d59
[processing] Update python field calculator test results 2017-09-19 15:01:54 +02:00
Matthias Kuhn
0ac02497b9
[processing] Make python field calculator support LongLong 2017-09-19 15:01:54 +02:00
Matthias Kuhn
506b35a75d
[processing] Fix type resolving in python field calculator 2017-09-19 15:01:54 +02:00
Matthias Kuhn
cfabd10b7e
Fix qgis:lineintersections test 2017-09-19 15:01:53 +02:00
Nyall Dawson
20e1d72007 Merge pull request #5209 from nyalldawson/geometry_coverage
[WIP] Extend geometry classes unit test coverage
2017-09-19 22:15:14 +10:00
Alessandro Pasotti
1f0e73a336 QgsGeoPackageImportTask -> QgsConcurrentFileWriterImportTask 2017-09-19 13:24:43 +02:00
Nyall Dawson
38cc5703d7 Improve test cases 2017-09-19 21:18:06 +10:00
Matthias Kuhn
8d34023d6e Merge pull request #5216 from m-kuhn/vectorFileWriter
Make error message accessible for python in vector file writer
2017-09-19 13:17:09 +02:00