|
| 1 | +Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23 |
| 2 | + |
| 3 | + [MSSQL] Don't MakeValid on geometries |
| 4 | + |
| 5 | + MakeValid can make geometry data we can't read back (e.g |
| 6 | + GEOMETRYCOLLECTION) which is worse then |
| 7 | + just a user error in the first place. QGIS has the tools to deal with |
| 8 | + this so let it came back to the user to fix |
| 9 | + |
| 10 | + Backport of 541d44e717 |
| 11 | + |
| 12 | +Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23 |
| 13 | + |
| 14 | + Code format |
| 15 | + |
| 16 | +Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23 |
| 17 | + |
| 18 | + [MSSQL] Fix pointer error |
| 19 | + |
| 20 | +Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23 |
| 21 | + |
| 22 | + [MSSQL] Better fix to removing MZ. Thanks to Nyall ;) |
| 23 | + |
| 24 | +Nathan Woodrow <nathan_woodrow@technologyonecorp.com> 2017-06-19 |
| 25 | + |
| 26 | + [MSSQL] Remove Z/M from WKT type name on insert/update |
| 27 | + |
| 28 | + SQL Server doesn't follow OGC standard of LINESTRINGZ so we have |
| 29 | + to remove it. SQL support LINESTRING(x y z) but not LINESTRINGZ(x y z) |
| 30 | + |
| 31 | +Even Rouault <even.rouault@spatialys.com> 2017-06-21 |
| 32 | + |
| 33 | + [DBManager] Avoid unhandled exception on a untyped geometry (wkbUnknown) layer (#16730) |
| 34 | + |
| 35 | +Merge: c39e4fcecd 7d910d510f |
| 36 | +Alessandro Pasotti <elpaso@itopen.it> 2017-06-20 |
| 37 | + |
| 38 | + Merge pull request #4754 from boundlessgeo/browsertree-collapse-backport |
| 39 | + |
| 40 | + [bugfix] Browsertree collapse network provider items |
| 41 | + |
| 42 | +Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-06-20 |
| 43 | + |
| 44 | + [bugfix] Browsertree collapse network provider items |
| 45 | + |
| 46 | + Backport of https://github.com/qgis/QGIS/pull/4742 |
| 47 | + |
| 48 | + Prevent expansion of WMS connection layers when restoring the browser. |
| 49 | + |
| 50 | + This was causing unwanted connections to WMS and other providers when QGIS starts. |
| 51 | + |
| 52 | +Juergen E. Fischer <jef@norbit.de> 2017-06-19 |
| 53 | + |
| 54 | + include uic qtwebkit.py |
| 55 | + |
| 56 | +Nathan Woodrow <nathan_woodrow@technologyonecorp.com> 2017-06-19 |
| 57 | + |
| 58 | + [MSSQL] Correctly raise errors to UI level |
| 59 | + |
| 60 | + Backport of 22ed48fc873f4 |
| 61 | + |
| 62 | +Merge: 7634b0b759 00ca8ccb84 |
| 63 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-19 |
| 64 | + |
| 65 | + Merge pull request #4744 from PedroVenancio/saga_resampling_method |
| 66 | + |
| 67 | + [processing] change resampling methods to be like SAGA default (fix #16646) |
| 68 | + |
| 69 | +PedroVenancio <pedrongvenancio@gmail.com> 2017-06-16 |
| 70 | + |
| 71 | + Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SAGA default, and add the Resampling Method parameter to SAGA Raster Calculator, as explained in https://issues.qgis.org/issues/16646 - Backport to 2.18 |
| 72 | + |
| 73 | +Juergen E. Fischer <jef@norbit.de> 2017-06-13 |
| 74 | + |
| 75 | + vector file writer fixes: |
| 76 | + * don't apply un-overridden default options |
| 77 | + * DGN: don't export attributes and fix layername to "elements" |
| 78 | + |
| 79 | +Juergen E. Fischer <jef@norbit.de> 2017-06-13 |
| 80 | + |
| 81 | + fix 53d90b547 |
| 82 | + |
| 83 | +Merge: e5b284346e 53d90b5471 |
| 84 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-12 |
| 85 | + |
| 86 | + Merge pull request #4594 from boundlessgeo/postgis_merge_features_fix#15741 |
| 87 | + |
| 88 | + Fix Postgis Merge selected features regression (fix #15741) |
| 89 | + |
| 90 | +Merge: 9626d2f65b 9adb4967b6 |
| 91 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-12 |
| 92 | + |
| 93 | + Merge pull request #4710 from PedroVenancio/fix_16672_2_18 |
| 94 | + |
| 95 | + [processing] fixes GRASS 7 v.net.alloc (fix #16672) |
| 96 | + |
| 97 | +Luigi Pirelli <luipir@gmail.com> 2017-06-12 |
| 98 | + |
| 99 | + fix Postgis Merge selected features regression: port 2.18 fixes #15741 |
| 100 | + |
| 101 | +volaya <volayaf@gmail.com> 2017-06-12 |
| 102 | + |
| 103 | + [processing] Correctly update R provider after downloading scripts |
| 104 | + |
| 105 | + Fixes #16664 |
| 106 | + |
| 107 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-12 |
| 108 | + |
| 109 | + Try to fix test on Travis |
| 110 | + |
| 111 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-12 |
| 112 | + |
| 113 | + Better test debug output |
| 114 | + |
| 115 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-12 |
| 116 | + |
| 117 | + Don't wastefully recalculate memory provider extent after every |
| 118 | + feature addition |
| 119 | + |
| 120 | + Previously, the memory provider would automatically recalculate |
| 121 | + the extent of the layer after new features are added by |
| 122 | + looping through the entire set of existing features and calculating |
| 123 | + the bounding boxes. This is very wasteful, as many code paths |
| 124 | + add features one-by-one, so with every new feature added to |
| 125 | + the provider every existing feature is iterated over. This caused |
| 126 | + memory layers to slow to a crawl after many features are added. |
| 127 | + |
| 128 | + This commit improves the logic so that IF an existing layer |
| 129 | + extent is known, then it's updated on the fly as each individual |
| 130 | + feauture is added. Instead of looping through all features, we |
| 131 | + just expand the existing known extent with the added features |
| 132 | + bounds. If the extent isn't known, we just invalidate it |
| 133 | + when adding/deleting/modifying features, and defer the actual |
| 134 | + extent calculation until it's next requested. |
| 135 | + |
| 136 | + Makes memory layers many thousands of magnitudes of orders faster |
| 137 | + when adding lots of features (e.g. when memory providers |
| 138 | + are used as temporary outputs in processing) |
| 139 | + |
| 140 | + (cherry-picked from 6a87889) |
| 141 | + |
| 142 | +Sandro Santilli <strk@kbt.io> 2017-06-10 |
| 143 | + |
| 144 | + Use QgsOSMId type when it belongs (matches master version of file) |
| 145 | + |
| 146 | +PedroVenancio <pedrongvenancio@gmail.com> 2017-06-10 |
| 147 | + |
| 148 | + Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18 |
| 149 | + |
| 150 | +Juergen E. Fischer <jef@norbit.de> 2017-06-09 |
| 151 | + |
| 152 | + fix 8c873b14 (fixes #16624) |
| 153 | + |
| 154 | + (cherry picked from commit 63269479682b9b71d0de74b518de09d5f72029d2) |
| 155 | + |
| 156 | +Harrissou Sant-anna <delazj@gmail.com> 2017-06-06 |
| 157 | + |
| 158 | + Typo fix in Algorithms help |
| 159 | + |
| 160 | +Merge: d914a195d3 0f2f7208d7 |
| 161 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-08 |
| 162 | + |
| 163 | + Merge pull request #4674 from SrNetoChan/backport_5f7178a |
| 164 | + |
| 165 | + Backport Fix missing Icon in Select Attribute Dialog |
| 166 | + |
| 167 | +Merge: 9397c4fcbb 11ace44a40 |
| 168 | +Sandro Santilli <strk@kbt.io> 2017-06-07 |
| 169 | + |
| 170 | + Merge pull request #4685 from strk/dbmanager-test |
| 171 | + |
| 172 | + Add test for DBManager's PostGIS connector and plugin |
| 173 | + |
| 174 | +Even Rouault <even.rouault@spatialys.com> 2017-06-07 |
| 175 | + |
| 176 | + Fix previous commit (#16675) |
| 177 | + |
| 178 | +Even Rouault <even.rouault@spatialys.com> 2017-06-07 |
| 179 | + |
| 180 | + [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_MultiCurve_CompositeCurvePropertyType type as multilinestring layers (#16675) |
| 181 | + |
| 182 | +Sandro Santilli <strk@kbt.io> 2017-06-07 |
| 183 | + |
| 184 | + Import cmp_to_key |
| 185 | + |
| 186 | +Sandro Santilli <strk@kbt.io> 2017-06-07 |
| 187 | + |
| 188 | + Fix TypeError: 'cmp' is an invalid keyword argument for this function |
| 189 | + |
| 190 | +Sandro Santilli <strk@kbt.io> 2017-06-06 |
| 191 | + |
| 192 | + More unicode/utf8 fixes |
| 193 | + |
| 194 | +arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com> 2017-04-28 |
| 195 | + |
| 196 | + [db_manager] Fix DBConnector.getSchemaTableName |
| 197 | + |
| 198 | + 2.18 Backport |
| 199 | + Ref #15910 |
| 200 | + |
| 201 | +Sandro Santilli <strk@kbt.io> 2017-06-06 |
| 202 | + |
| 203 | + Avoid infinite loop in quoteString |
| 204 | + |
| 205 | +Sandro Santilli <strk@kbt.io> 2017-06-06 |
| 206 | + |
| 207 | + Avoid .encode('utf8') call too |
| 208 | + |
| 209 | + Was tested with python2, let's see if it fixes python3 too |
| 210 | + |
| 211 | +Merge: 413c6e52ba ad1ba64b65 |
| 212 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-06 |
| 213 | + |
| 214 | + Merge pull request #4626 from alexbruy/otb-update |
| 215 | + |
| 216 | + update Processing OTB provider for 2.18 |
| 217 | + |
| 218 | +Merge: 7a198dff65 9297d91ea3 |
| 219 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-06 |
| 220 | + |
| 221 | + Merge pull request #4648 from alexbruy/saga-update |
| 222 | + |
| 223 | + update Processing SAGA provider for 2.18 |
| 224 | + |
| 225 | +Sandro Santilli <strk@kbt.io> 2017-06-06 |
| 226 | + |
| 227 | + Use str(), not unicode() to cast URI for use in psycopg2 |
| 228 | + |
| 229 | + Hopefully fixes the new DBManager tests |
| 230 | + |
| 231 | +Sandro Santilli <strk@kbt.io> 2017-05-26 |
| 232 | + |
| 233 | + Add test for DBManager's PostGIS connector and plugin |
| 234 | + |
| 235 | + Only enabled when ENABLE_PGTEST is set |
| 236 | + Includes test for dbname-less URI and service-only URI |
| 237 | + (ref #10600 ref #16625 ref #16626) |
| 238 | + |
| 239 | + The test connects to the `qgis_test` database, or what the |
| 240 | + QGIS_PGTEST_DB variable requests (as per tests/README.md) |
| 241 | + |
| 242 | + A raster table is added to the test postgis setup script, |
| 243 | + for use by this new test. |
| 244 | + |
| 245 | +rldhont <rldhont@gmail.com> 2017-06-06 |
| 246 | + |
| 247 | + [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOutputValues |
| 248 | + |
| 249 | + Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects |
| 250 | + |
| 251 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-06 |
| 252 | + |
| 253 | + Fix composer legend "Filter by Atlas Feature" does not save |
| 254 | + |
| 255 | + Fix #16663 |
| 256 | + |
| 257 | +Juergen E. Fischer <jef@norbit.de> 2017-05-31 |
| 258 | + |
| 259 | + processing: only reset existing menu 'settings' (followup e78fc620) |
| 260 | + |
| 261 | +Borys Jurgiel <info@borysjurgiel.pl> 2017-06-03 |
| 262 | + |
| 263 | + [PROCESSING] [regression] One more fix for broken encoding of psycopg2 error messages |
| 264 | + |
| 265 | +Merge: 6f42b784b9 62af54ecb2 |
| 266 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-03 |
| 267 | + |
| 268 | + Merge pull request #4642 from nyalldawson/mssql |
| 269 | + |
| 270 | + MSSQL provider fixes |
| 271 | + |
| 272 | +Sandro Santilli <strk@kbt.io> 2017-06-02 |
| 273 | + |
| 274 | + For GDAL sake extract a dbname from the connection |
| 275 | + |
| 276 | + Works around GDAL limitation reported in: |
| 277 | + https://trac.osgeo.org/gdal/ticket/6910 |
| 278 | + |
| 279 | + Ref #16625 |
| 280 | + Closes #16626 |
| 281 | + |
| 282 | +Merge: 8987bb58d0 4f307f771f |
| 283 | +mhugent <marco.hugentobler@sourcepole.ch> 2017-06-02 |
| 284 | + |
| 285 | + Merge pull request #4667 from mhugent/server_tilemode |
| 286 | + |
| 287 | + Fix tile render mode not applied in 2.18 server |
| 288 | + |
| 289 | +Sandro Santilli <strk@kbt.io> 2017-06-02 |
| 290 | + |
| 291 | + Add link to ticket about GDAL raster not working with service-only uri |
| 292 | + |
| 293 | +Sandro Santilli <strk@kbt.io> 2017-06-02 |
| 294 | + |
| 295 | + Fix typo in URI service extraction (introduced in 93624b08) |
| 296 | + |
| 297 | + Also add a comment about lack of support in GDAL up to 2.2.x for |
| 298 | + service specification in datasource uri |
| 299 | + |
| 300 | + Ref #16626 |
| 301 | + |
| 302 | +Alexandre Neto <senhor.neto@gmail.com> 2017-06-01 |
| 303 | + |
| 304 | + Fix missing Icon in Select Attribute Dialog |
| 305 | + |
| 306 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-02 |
| 307 | + |
| 308 | + [processing] always look for SAGA LTR first (fix #16648) |
| 309 | + |
| 310 | + (cherry picked from commit 74984b2525e8d34a5bce3c2100f32beea0f3e165) |
| 311 | + |
| 312 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-02 |
| 313 | + |
| 314 | + [processing] fix GRASS 7 v.drape description (fix #16175) |
| 315 | + |
| 316 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-06-02 |
| 317 | + |
| 318 | + [processing] add RandomTerrain algorithm (courtesy Pedro Venancio) |
| 319 | + |
| 320 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-06-02 |
| 321 | + |
| 322 | + [composer] Refresh data defined properties after page size changes |
| 323 | + Fix #16390 |
| 324 | + |
| 325 | + (cherry-picked from 599db1) |
| 326 | + |
| 327 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 328 | + |
| 329 | + [mssql] Use Filter instead of STIntersects to improve query performance |
| 330 | + |
| 331 | + ...and refine validity test from 57dc3c7 |
| 332 | + |
| 333 | + Using Filter is more performant since it does a bounding box only |
| 334 | + check when an appropriate spatial index is available. This matches |
| 335 | + the behavior with other providers, where the provider filter only |
| 336 | + does a bounding box check and callers must perform the actual |
| 337 | + intersection check if required. |
| 338 | + |
| 339 | + While Filter also avoids SQL server closing the iterator upon |
| 340 | + encountering invalid geometries, we can't rely on this because SQL |
| 341 | + server will transparently fall back to STIntersects if it |
| 342 | + decides there's no suitable spatial indexes available, and then |
| 343 | + throw an exception on invalid geometries. So we still require |
| 344 | + the STISValid check when using Filter. |
| 345 | + |
| 346 | + The extent calculation from 57dc3c7 has been refined to |
| 347 | + avoid the very expensive STMakeValid call. Instead we use a (ugly!) |
| 348 | + workaround to skip invalid geometries using STIsValid only |
| 349 | + inside the min/max x/y aggregates. Note that we can't just |
| 350 | + dump a WHERE STIsValid clause in to the statement because SQL |
| 351 | + server still throws the exception. Gotta love it! |
| 352 | + |
| 353 | + Fix #15752, #10947 |
| 354 | + |
| 355 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 356 | + |
| 357 | + Add test for MSSQL behavior with invalid polygon geometries |
| 358 | + |
| 359 | +Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-06-01 |
| 360 | + |
| 361 | + Fix tile render mode not applied in 2.18 server |
| 362 | + |
| 363 | +Matthias Kuhn <matthias@opengis.ch> 2017-05-31 |
| 364 | + |
| 365 | + Update buttons on referenced layer edit state change in N:M |
| 366 | + |
| 367 | + Fix #16635 |
| 368 | + |
| 369 | +Sandro Santilli <strk@kbt.io> 2017-05-30 |
| 370 | + |
| 371 | + Pass "service" parameter to gdal when opening PostGIS Rasters |
| 372 | + |
| 373 | + Closes #16626 for 2.18 |
| 374 | + |
| 375 | +Merge: 6c84b6ea45 b3652938a3 |
| 376 | +Salvatore Larosa <lrssvtml@gmail.com> 2017-05-30 |
| 377 | + |
| 378 | + Merge pull request #4533 from boundlessgeo/too_many_dbmanager_errors_fix#15868 |
| 379 | + |
| 380 | + [db_manager] catch exception when item has lost reference. for 2.18 regression fixes #15868 |
| 381 | + |
| 382 | +Luigi Pirelli <luipir@gmail.com> 2017-05-01 |
| 383 | + |
| 384 | + Avoid row sorts during attribute editing in AttributeTable Fix #15976 |
| 385 | + |
| 386 | +Luigi Pirelli <luipir@gmail.com> 2017-05-30 |
| 387 | + |
| 388 | + added plugin tag for QgsMessageLog messages |
| 389 | + |
| 390 | +Sandro Santilli <strk@kbt.io> 2017-05-26 |
| 391 | + |
| 392 | + Ensure "dbname" is set in the uri, once again |
| 393 | + |
| 394 | + Fixes #16625 (ref #10600) |
| 395 | + |
| 396 | +Luigi Pirelli <luipir@gmail.com> 2017-05-09 |
| 397 | + |
| 398 | + catch uncatched exception when item has lost reference. fixies #15868 |
| 399 | + |
| 400 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-29 |
| 401 | + |
| 402 | + [processing] always use SAGA shipped with OSGeo4W |
| 403 | + |
| 404 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-29 |
| 405 | + |
| 406 | + [processing] adapt to 2.3.0 syntax |
| 407 | + |
| 408 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-29 |
| 409 | + |
| 410 | + [processing] support only SAGA LTR |
| 411 | + |
| 412 | +Juergen E. Fischer <jef@norbit.de> 2017-05-26 |
| 413 | + |
| 414 | + avoid slashes in connection names (followup 30900e9b8; fixes #16624) |
| 415 | + |
| 416 | + (cherry picked from commit 8c873b14b8a572aa7d65d31381357844c3d73aeb) |
| 417 | + |
| 418 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 419 | + |
| 420 | + [mssql] Small fixes to expression compilation |
| 421 | + |
| 422 | + - Use [] to correctly quote field names instead of "" |
| 423 | + - Don't invalidate provider side limit when not required |
| 424 | + |
| 425 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 426 | + |
| 427 | + [mssql] Update expected compilation status tests |
| 428 | + |
| 429 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 430 | + |
| 431 | + [mssql] Followup a76359, fix provider methods like featureCount, |
| 432 | + uniqueValues, etc not working when using DSN for connection |
| 433 | + |
| 434 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 435 | + |
| 436 | + [mssql] Fix debug spam when features have null geometry |
| 437 | + |
| 438 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 439 | + |
| 440 | + [mssql] Fix time fields converted to null |
| 441 | + |
| 442 | + Likely only an issue when using the MSSQL Linux ODBC driver |
| 443 | + |
| 444 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-29 |
| 445 | + |
| 446 | + [mssql] Fix "use estimated table parameters" setting is ignored |
| 447 | + |
| 448 | +Luigi Pirelli <luipir@gmail.com> 2017-05-11 |
| 449 | + |
| 450 | + [DB Manager] previewing layers in Virtual layers section remove them from the Layers panel: fixies #16476 |
| 451 | + plus more vlayer db_manager plugin fixes to reduce (but can't avoid) exceptions due to C++/SIP object removes |
| 452 | + |
| 453 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-27 |
| 454 | + |
| 455 | + Revert "Revert "Utilise thread safe proj API within QgsCoordinateTransform"" |
| 456 | + |
| 457 | + This reverts commit 2480e268c9b958b25de14464ae846588e54fa735. |
| 458 | + |
| 459 | + Brings back the thread safe proj implementation. Early in the |
| 460 | + release cycle this time for maximal testing before inclusion |
| 461 | + in stable releases. |
| 462 | + |
| 463 | +Merge: 3a16a4e336 cb33c0d407 |
| 464 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-27 |
| 465 | + |
| 466 | + Merge pull request #4640 from nyalldawson/fix_drag_crash |
| 467 | + |
| 468 | + Fix crash when reordering composer items via drag and drop |
| 469 | + |
| 470 | +Nyall Dawson <nyall.dawson@gmail.com> 2017-05-27 |
| 471 | + |
| 472 | + Fix crash when reordering composer items via drag and drop |
| 473 | + |
| 474 | + Caused by internal Qt bug when multiple QSortFilterProxyModels |
| 475 | + used by widgets are attached to a parent model which calls |
| 476 | + beginMoveRows. |
| 477 | + |
| 478 | + Adds some tests, but none reproduce the crash. Not reproducable |
| 479 | + on Qt5 builds. |
| 480 | + |
| 481 | +Juergen E. Fischer <jef@norbit.de> 2017-05-26 |
| 482 | + |
| 483 | + Release of 2.18.9 |
| 484 | + |
1 | 485 | Sandro Santilli <strk@kbt.io> 2017-05-23
|
2 | 486 |
|
3 | 487 | Add test for QgsScaleRangeWidget::setScaleRange
|
@@ -63,6 +547,159 @@ Nyall Dawson <nyall.dawson@gmail.com> 2017-05-25
|
63 | 547 |
|
64 | 548 | This commit is not safe for 2.18.9 - remerge after release
|
65 | 549 |
|
| 550 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 551 | + |
| 552 | + indentation update |
| 553 | + |
| 554 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 555 | + |
| 556 | + [processing] add test data for OTB tests |
| 557 | + |
| 558 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-10-20 |
| 559 | + |
| 560 | + [processing] remove unused test data |
| 561 | + |
| 562 | + (cherry picked from commit df90e6b964f3b267857728d22a2a955db5ff0f3f) |
| 563 | + |
| 564 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-10-19 |
| 565 | + |
| 566 | + [processing] remove unused file |
| 567 | + |
| 568 | + (cherry picked from commit fd8379c140434231dc1ec5f49440f5f6ee41abc9) |
| 569 | + |
| 570 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 571 | + |
| 572 | + [processing] run OTB tests on Travis |
| 573 | + |
| 574 | + (partially cherry-picked from b9d5b2c4526874f3b76eaada63ceb5707441045a) |
| 575 | + |
| 576 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-23 |
| 577 | + |
| 578 | + TEST: add a test for otb conversion application (simpler than bandmath) |
| 579 | + |
| 580 | + (cherry picked from commit 7b22f5d8da7ae3e994b318215d3aa9ea119db301) |
| 581 | + |
| 582 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-10-20 |
| 583 | + |
| 584 | + Install OTB in QGIS Travis CI script to be able to run OTB test |
| 585 | + |
| 586 | + (cherry picked from commit d4f410a30764362248318577af6a9a710d2c6360) |
| 587 | + |
| 588 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-22 |
| 589 | + |
| 590 | + TEST: add test of OTB BandMath application in processing |
| 591 | + |
| 592 | + (cherry picked from commit 1e7018f0ccde01fce8fb5142970ee155dbfcb372) |
| 593 | + |
| 594 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-01-11 |
| 595 | + |
| 596 | + [processing] update OTB's white- and blacklist. Drop obsolete 3.x |
| 597 | + versions and add latest 5.8.0 |
| 598 | + |
| 599 | + (cherry picked from commit 6be45054935eb88eef65de32b92d8463f8f718bd) |
| 600 | + |
| 601 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-01-11 |
| 602 | + |
| 603 | + [processing] add new MultiImageSamplingRate algorithm from OTB 5.8.0 |
| 604 | + |
| 605 | + (cherry picked from commit 371fe1dd48c62529ce613f1fd3b9c88765eb70d8) |
| 606 | + |
| 607 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-01-10 |
| 608 | + |
| 609 | + [processing] support OTB 5.8.0 |
| 610 | + |
| 611 | + (cherry picked from commit 3145a01db6d6e6dd06cb340ed85b44ef4d0eeba5) |
| 612 | + |
| 613 | +nirvn <nirvn.asia@gmail.com> 2016-10-31 |
| 614 | + |
| 615 | + [processing] remove console error message when optional otb provider not installed |
| 616 | + |
| 617 | + (cherry picked from commit 8e663309c0671f2779828a3ec26081bd59414f1e) |
| 618 | + |
| 619 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-10-19 |
| 620 | + |
| 621 | + [processing] minor formatting fixes to the OTB README |
| 622 | + |
| 623 | + (cherry picked from commit 2778a8fe8c4a9df349dc7c7523780e5428966c32) |
| 624 | + |
| 625 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-10-20 |
| 626 | + |
| 627 | + update readme for otb maintenance script |
| 628 | + |
| 629 | + (cherry picked from commit a7d4b19fc9acf317b31594c5ea6f9cf286832cd3) |
| 630 | + |
| 631 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-23 |
| 632 | + |
| 633 | + BUG: add version 5.4 to supported version |
| 634 | + |
| 635 | + (cherry picked from commit afea25bda2b30f97b354d17fc5b18c9db0b03be2) |
| 636 | + |
| 637 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 638 | + |
| 639 | + [processing] Use with ... when opening files |
| 640 | + |
| 641 | + (partially cherry-picked from 6a99017bf0657d989b960a7162cbcc29931fab91) |
| 642 | + |
| 643 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 644 | + |
| 645 | + fix typos |
| 646 | + |
| 647 | + (partially cherry-picked from ffaffadbfaa0ed9e6f76917dd48d2d78167b3fe1) |
| 648 | + |
| 649 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 650 | + |
| 651 | + [processing] use os.path.join instead of + os.sep + (fix #3552) |
| 652 | + |
| 653 | + (partially cherry-picked from 37951baf450d11621d20cb8ac83174e29a207803) |
| 654 | + |
| 655 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-24 |
| 656 | + |
| 657 | + [processing] cache OTB icon to speed up toolbox loading |
| 658 | + |
| 659 | + (partially cherry-picked from cc62c5226951c813a4c3a61744b51827aa5d3afa) |
| 660 | + |
| 661 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-22 |
| 662 | + |
| 663 | + forget to commit xml descriptors for otb 5.6 |
| 664 | + |
| 665 | + (cherry picked from commit ce0a2ae062d370dcaafd56e14d4985315e25c163) |
| 666 | + |
| 667 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-22 |
| 668 | + |
| 669 | + Update otb processing maintenance files to version 5.6.0 |
| 670 | + |
| 671 | + (cherry picked from commit d772a684729f825bcbce5dc4e0f2b3a4b1a6c751) |
| 672 | + |
| 673 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-21 |
| 674 | + |
| 675 | + ENH: update log info when parsing otb apps |
| 676 | + |
| 677 | + (cherry picked from commit bf7db728f3ead5e748a1325f09b391d8072a547c) |
| 678 | + |
| 679 | +Manuel Grizonnet <manuel.grizonnet@cnes.fr> 2016-08-21 |
| 680 | + |
| 681 | + ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH |
| 682 | + |
| 683 | + (cherry picked from commit 82f2726d7f60a089f1de12dcf121f02241caf756) |
| 684 | + |
| 685 | +Alexia Mondot <alexia.mondot@c-s.fr> 2016-08-17 |
| 686 | + |
| 687 | + ENH update readme |
| 688 | + |
| 689 | + (cherry picked from commit b88d92df19c9910e8c50832a10e8a069e62f835a) |
| 690 | + |
| 691 | +Alexia Mondot <alexia.mondot@c-s.fr> 2016-08-17 |
| 692 | + |
| 693 | + BUG NameError: name OTBSpecific_XMLcreation is not defined on exec |
| 694 | + |
| 695 | + (cherry picked from commit 342fb040eecb9314a0e9066cdc3785a3e7bc3687) |
| 696 | + |
| 697 | +Alexia Mondot <alexia.mondot@c-s.fr> 2016-08-17 |
| 698 | + |
| 699 | + ENH update for OTB 5.4 |
| 700 | + |
| 701 | + (cherry picked from commit 232083810230c8d8fd0f0f883325e26649322313) |
| 702 | + |
66 | 703 | Merge: 022ba8c59a af3370d03e
|
67 | 704 | Nyall Dawson <nyall.dawson@gmail.com> 2017-05-24
|
68 | 705 |
|
|
0 commit comments