|
| 1 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23 |
| 2 | + |
| 3 | + fix typo |
| 4 | + |
| 5 | +Juergen E. Fischer <jef@norbit.de> 2016-08-23 |
| 6 | + |
| 7 | + fix switching of projects within unicode folders |
| 8 | + |
| 9 | + (cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a) |
| 10 | + |
| 11 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23 |
| 12 | + |
| 13 | + [processing] add missed error() method |
| 14 | + |
| 15 | + (cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e) |
| 16 | + |
| 17 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-19 |
| 18 | + |
| 19 | + Improve wording |
| 20 | + |
| 21 | + Fix #15456 |
| 22 | + |
| 23 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-19 |
| 24 | + |
| 25 | + Hide invalid constraints label when it's unused |
| 26 | + |
| 27 | + Fix #15452 |
| 28 | + |
| 29 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-19 |
| 30 | + |
| 31 | + Widget constraints: use field alias where available |
| 32 | + |
| 33 | + Fix #15455 |
| 34 | + |
| 35 | +Juergen E. Fischer <jef@norbit.de> 2016-08-18 |
| 36 | + |
| 37 | + dxf export: avoid symbology scale 0 (fixes #14138) |
| 38 | + |
| 39 | + (cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c) |
| 40 | + |
| 41 | +Juergen E. Fischer <jef@norbit.de> 2016-08-18 |
| 42 | + |
| 43 | + debian packaging update |
| 44 | + |
| 45 | + (cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa) |
| 46 | + |
| 47 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17 |
| 48 | + |
| 49 | + fix repeated labels on curved lines when label width > repeat distance |
| 50 | + |
| 51 | + (cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58) |
| 52 | + o |
| 53 | + |
| 54 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17 |
| 55 | + |
| 56 | + Make QgsVectorLayer uniqueValues/min/maxValue consider edits |
| 57 | + |
| 58 | + Previously these methods would inconsistently handle the |
| 59 | + edit buffer, eg uniqueValues would consider changed attributes |
| 60 | + but not added features. Now uniqueValues, minimumValue and |
| 61 | + maximumValue all consider both added features and changed |
| 62 | + attribute values when performing their calculation. |
| 63 | + |
| 64 | + The most noticable effect of this fix is that the unique |
| 65 | + values widget now correctly shows values for features which |
| 66 | + have been added but not yet committed to the provider. |
| 67 | + |
| 68 | + (cherry-picked from 50c35929d86ab01b22c29cd129fd7019a1bf624a) |
| 69 | + |
| 70 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17 |
| 71 | + |
| 72 | + Don't crash raster shader with nan or inf values (fix #15444) |
| 73 | + |
| 74 | + (cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f) |
| 75 | + |
| 76 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17 |
| 77 | + |
| 78 | + Fix some missing autoupdates for raster psuedo color widget |
| 79 | + |
| 80 | + (cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778) |
| 81 | + |
| 82 | +Juergen E. Fischer <jef@norbit.de> 2016-08-15 |
| 83 | + |
| 84 | + exclude release name from version string (fixes #15258) |
| 85 | + |
| 86 | + (cherry picked from commit 1391aad2f713a796b0ac3d0c22bec6c1c7ada3bb) |
| 87 | + |
| 88 | +Juergen E. Fischer <jef@norbit.de> 2016-08-15 |
| 89 | + |
| 90 | + debian packaging update |
| 91 | + |
| 92 | + (cherry picked from commit 977b5f2b8c9d5ee93e166a7c95f1f70fc2e800ec) |
| 93 | + |
| 94 | +Anita Graser <anitagraser@gmx.at> 2016-08-10 |
| 95 | + |
| 96 | + fixed failure to insert only one point |
| 97 | + |
| 98 | + Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle. |
| 99 | + (cherry picked from commit 754ccefabc5c5fb9ba4472b182f1f05cd2a0ebb2) |
| 100 | + |
| 101 | +Larry Shaffer <lshaffer@boundlessgeo.com> 2016-08-10 |
| 102 | + |
| 103 | + [auth] Add missing auth system ui headers for external C++ apps |
| 104 | + |
| 105 | + (cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d) |
| 106 | + |
| 107 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-10 |
| 108 | + |
| 109 | + Fix crash when clicking in empty relation editor |
| 110 | + |
| 111 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10 |
| 112 | + |
| 113 | + Reset layers for each pal placement test, avoids all tests failing |
| 114 | + because of one |
| 115 | + |
| 116 | + (cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad) |
| 117 | + |
| 118 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10 |
| 119 | + |
| 120 | + Fix "label only inside polygon" mode when used with perimeter placement |
| 121 | + |
| 122 | + The option was not working with perimeter placements as perimeter placements alter |
| 123 | + the label feature geometry to be a boundary linestring - hence no labels where |
| 124 | + ever inside this boundary. |
| 125 | + |
| 126 | + Accordingly this refactors how the force label inside polygon option functions. |
| 127 | + Now QgsLabelFeatures can have a permissible zone geometry set, such that any |
| 128 | + label candidates outside of this permissible zone are discarded. |
| 129 | + |
| 130 | + This approach is more flexible as it could also be used for more labeling options |
| 131 | + in future, eg discarding label candidates which are too far from a centroid or |
| 132 | + something. |
| 133 | + |
| 134 | + Sponsored by Andreas Neumann |
| 135 | + |
| 136 | + (cherry-picked from c234d80e1e6c07813140df416b26ad5665b9ab99) |
| 137 | + |
| 138 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 139 | + |
| 140 | + Make test layer comparison handle different order of features |
| 141 | + |
| 142 | + (cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0) |
| 143 | + |
| 144 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 145 | + |
| 146 | + [processing] Fix broken multi field selection widget |
| 147 | + |
| 148 | + (cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37) |
| 149 | + |
| 150 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 151 | + |
| 152 | + [processing] Fix multipart to singlepart handling of null geometry |
| 153 | + |
| 154 | + (cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910) |
| 155 | + |
| 156 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 157 | + |
| 158 | + Add processing test .aux.xml to .gitignore |
| 159 | + |
| 160 | + (cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366) |
| 161 | + |
| 162 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 163 | + |
| 164 | + [processing] Use layer crs/fields instead of provider crs/fields |
| 165 | + |
| 166 | + Since the layer has more complete knowledge of the crs (ie, when |
| 167 | + provider could not determine crs and user has selected it from |
| 168 | + the list), and also better knowledge of layer fields (virtual |
| 169 | + fields, joined fields) we should use these rather than the |
| 170 | + provider methods. |
| 171 | + |
| 172 | + (cherry-picked from 06c4b07222f9410e1669387a6497897c61748a16) |
| 173 | + |
| 174 | +Merge: 005d467 f49bd5c |
| 175 | +Alessandro Pasotti <elpaso@itopen.it> 2016-08-09 |
| 176 | + |
| 177 | + Merge pull request #3368 from elpaso/wfs_fixes |
| 178 | + |
| 179 | + Try to fix #15360 |
| 180 | + |
| 181 | +Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-08-08 |
| 182 | + |
| 183 | + [WFS] Fixes #15360 and other issues |
| 184 | + |
| 185 | + - fixes authcfg params not passed to requests |
| 186 | + - fixes backward URI compatibility |
| 187 | + - fixes version parameter ignored in old style URI |
| 188 | + - check for "user" in addition to "username" in WFS URI |
| 189 | + |
| 190 | +Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09 |
| 191 | + |
| 192 | + Implement provider side FilterFids iterators for OGR provider |
| 193 | + |
| 194 | + Makes some operations with OGR sources magnitudes faster, ie |
| 195 | + zoom to 20 selected features in a 4 million point dataset: |
| 196 | + |
| 197 | + before: 14 seconds of blocked gui |
| 198 | + after: instant |
| 199 | + |
| 200 | + (cherry-picked from 1f02fd491d62b2a79ee1bd98000f48cb4db1b442) |
| 201 | + |
| 202 | +Even Rouault <even.rouault@spatialys.com> 2016-08-08 |
| 203 | + |
| 204 | + [QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fields when output driver doesn't support Integer64 |
| 205 | + |
| 206 | + Fix #15405 |
| 207 | + |
| 208 | +Even Rouault <even.rouault@spatialys.com> 2016-08-08 |
| 209 | + |
| 210 | + [WFS provider] Succesfully analyze DescribeFeatureType response with <complexType> as inline element of <element> (#15395) |
| 211 | + |
| 212 | +Juergen E. Fischer <jef@norbit.de> 2016-08-04 |
| 213 | + |
| 214 | + debian packaging update |
| 215 | + |
| 216 | + (cherry picked from commit aef87037254729583590102e86a59ea51262cf78) |
| 217 | + |
| 218 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-07-25 |
| 219 | + |
| 220 | + [processing] always use user-defined default folder for scripts/models |
| 221 | + |
| 222 | + (cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de) |
| 223 | + |
| 224 | + Conflicts: |
| 225 | +python/plugins/processing/modeler/AddModelFromFileAction.py |
| 226 | +python/plugins/processing/script/AddScriptFromFileAction.py |
| 227 | + |
| 228 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-03 |
| 229 | + |
| 230 | + Don't show scrollbar in embedded drag and drop designer form |
| 231 | + |
| 232 | +Juergen E. Fischer <jef@norbit.de> 2016-07-31 |
| 233 | + |
| 234 | + debian packaging update |
| 235 | + |
| 236 | + (cherry picked from commit 750e60fe19eb89489e5e0803717dbbfabfb75e0e) |
| 237 | + |
| 238 | +Juergen E. Fischer <jef@norbit.de> 2016-08-03 |
| 239 | + |
| 240 | + fix crash when QSQLITE is unavailable (fixes #15358) |
| 241 | + |
| 242 | + (cherry picked from commit 285bcd053c353bd99f7e8e71003f5b4bd39bde57) |
| 243 | + |
| 244 | +Matthias Kuhn <matthias@opengis.ch> 2016-08-01 |
| 245 | + |
| 246 | + Sort attribute table by value for numerical columns |
| 247 | + |
| 248 | + Fix #15318 |
| 249 | + Fix #15295 |
| 250 | + |
| 251 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01 |
| 252 | + |
| 253 | + [processing] don't apply additional parameter if offset curve operation is used (fix #15342) |
| 254 | + |
| 255 | + (cherry picked from commit 1d2b0b4ca7658ed57c4663d9f064ca4bbc55381e) |
| 256 | + |
| 257 | +Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01 |
| 258 | + |
| 259 | + [processing] add missed import (fix #15359) |
| 260 | + |
| 261 | + (cherry picked from commit 98a55274063fcfe8174b3c3d0369d72d5e2f7c73) |
| 262 | + |
| 263 | +Juergen E. Fischer <jef@norbit.de> 2016-07-29 |
| 264 | + |
| 265 | + Release of 2.16.1 |
| 266 | + |
1 | 267 | Nyall Dawson <nyall.dawson@gmail.com> 2016-07-29
|
2 | 268 |
|
3 | 269 | Fix map not refreshed after using pan to selected (fix #15324)
|
|
0 commit comments