Über Open CoDE
Software
Wiki
Diskussionen
GitLab
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QGIS
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qgis
QGIS
Commits
979e1a2d
Commit
979e1a2d
authored
8 years ago
by
Jürgen E. Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Release of 2.16.2
parent
7dba29c4
No related branches found
Branches containing commit
Tags
final-2_16_2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog
+266
-0
266 additions, 0 deletions
ChangeLog
debian/changelog
+8
-2
8 additions, 2 deletions
debian/changelog
with
275 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
979e1a2d
SET
(
CPACK_PACKAGE_VERSION_MAJOR
"2"
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
"16"
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
"
1
"
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
"
2
"
)
SET
(
COMPLETE_VERSION
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
)
SET
(
RELEASE_NAME
"Nødebo"
)
IF
(
POLICY CMP0048
)
# in CMake 3.0.0+
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
266
−
0
View file @
979e1a2d
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23
fix typo
Juergen E. Fischer <jef@norbit.de> 2016-08-23
fix switching of projects within unicode folders
(cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23
[processing] add missed error() method
(cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e)
Matthias Kuhn <matthias@opengis.ch> 2016-08-19
Improve wording
Fix #15456
Matthias Kuhn <matthias@opengis.ch> 2016-08-19
Hide invalid constraints label when it's unused
Fix #15452
Matthias Kuhn <matthias@opengis.ch> 2016-08-19
Widget constraints: use field alias where available
Fix #15455
Juergen E. Fischer <jef@norbit.de> 2016-08-18
dxf export: avoid symbology scale 0 (fixes #14138)
(cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
Juergen E. Fischer <jef@norbit.de> 2016-08-18
debian packaging update
(cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
fix repeated labels on curved lines when label width > repeat distance
(cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
o
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
Make QgsVectorLayer uniqueValues/min/maxValue consider edits
Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attributes
but not added features. Now uniqueValues, minimumValue and
maximumValue all consider both added features and changed
attribute values when performing their calculation.
The most noticable effect of this fix is that the unique
values widget now correctly shows values for features which
have been added but not yet committed to the provider.
(cherry-picked from 50c35929d86ab01b22c29cd129fd7019a1bf624a)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
Don't crash raster shader with nan or inf values (fix #15444)
(cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
Fix some missing autoupdates for raster psuedo color widget
(cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778)
Juergen E. Fischer <jef@norbit.de> 2016-08-15
exclude release name from version string (fixes #15258)
(cherry picked from commit 1391aad2f713a796b0ac3d0c22bec6c1c7ada3bb)
Juergen E. Fischer <jef@norbit.de> 2016-08-15
debian packaging update
(cherry picked from commit 977b5f2b8c9d5ee93e166a7c95f1f70fc2e800ec)
Anita Graser <anitagraser@gmx.at> 2016-08-10
fixed failure to insert only one point
Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
(cherry picked from commit 754ccefabc5c5fb9ba4472b182f1f05cd2a0ebb2)
Larry Shaffer <lshaffer@boundlessgeo.com> 2016-08-10
[auth] Add missing auth system ui headers for external C++ apps
(cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)
Matthias Kuhn <matthias@opengis.ch> 2016-08-10
Fix crash when clicking in empty relation editor
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10
Reset layers for each pal placement test, avoids all tests failing
because of one
(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10
Fix "label only inside polygon" mode when used with perimeter placement
The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a boundary linestring - hence no labels where
ever inside this boundary.
Accordingly this refactors how the force label inside polygon option functions.
Now QgsLabelFeatures can have a permissible zone geometry set, such that any
label candidates outside of this permissible zone are discarded.
This approach is more flexible as it could also be used for more labeling options
in future, eg discarding label candidates which are too far from a centroid or
something.
Sponsored by Andreas Neumann
(cherry-picked from c234d80e1e6c07813140df416b26ad5665b9ab99)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
Make test layer comparison handle different order of features
(cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
[processing] Fix broken multi field selection widget
(cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
[processing] Fix multipart to singlepart handling of null geometry
(cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
Add processing test .aux.xml to .gitignore
(cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
[processing] Use layer crs/fields instead of provider crs/fields
Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has selected it from
the list), and also better knowledge of layer fields (virtual
fields, joined fields) we should use these rather than the
provider methods.
(cherry-picked from 06c4b07222f9410e1669387a6497897c61748a16)
Merge: 005d467 f49bd5c
Alessandro Pasotti <elpaso@itopen.it> 2016-08-09
Merge pull request #3368 from elpaso/wfs_fixes
Try to fix #15360
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-08-08
[WFS] Fixes #15360 and other issues
- fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in old style URI
- check for "user" in addition to "username" in WFS URI
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
Implement provider side FilterFids iterators for OGR provider
Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point dataset:
before: 14 seconds of blocked gui
after: instant
(cherry-picked from 1f02fd491d62b2a79ee1bd98000f48cb4db1b442)
Even Rouault <even.rouault@spatialys.com> 2016-08-08
[QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fields when output driver doesn't support Integer64
Fix #15405
Even Rouault <even.rouault@spatialys.com> 2016-08-08
[WFS provider] Succesfully analyze DescribeFeatureType response with <complexType> as inline element of <element> (#15395)
Juergen E. Fischer <jef@norbit.de> 2016-08-04
debian packaging update
(cherry picked from commit aef87037254729583590102e86a59ea51262cf78)
Alexander Bruy <alexander.bruy@gmail.com> 2016-07-25
[processing] always use user-defined default folder for scripts/models
(cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de)
Conflicts:
python/plugins/processing/modeler/AddModelFromFileAction.py
python/plugins/processing/script/AddScriptFromFileAction.py
Matthias Kuhn <matthias@opengis.ch> 2016-08-03
Don't show scrollbar in embedded drag and drop designer form
Juergen E. Fischer <jef@norbit.de> 2016-07-31
debian packaging update
(cherry picked from commit 750e60fe19eb89489e5e0803717dbbfabfb75e0e)
Juergen E. Fischer <jef@norbit.de> 2016-08-03
fix crash when QSQLITE is unavailable (fixes #15358)
(cherry picked from commit 285bcd053c353bd99f7e8e71003f5b4bd39bde57)
Matthias Kuhn <matthias@opengis.ch> 2016-08-01
Sort attribute table by value for numerical columns
Fix #15318
Fix #15295
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01
[processing] don't apply additional parameter if offset curve operation is used (fix #15342)
(cherry picked from commit 1d2b0b4ca7658ed57c4663d9f064ca4bbc55381e)
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01
[processing] add missed import (fix #15359)
(cherry picked from commit 98a55274063fcfe8174b3c3d0369d72d5e2f7c73)
Juergen E. Fischer <jef@norbit.de> 2016-07-29
Release of 2.16.1
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-29
Fix map not refreshed after using pan to selected (fix #15324)
This diff is collapsed.
Click to expand it.
debian/changelog
+
8
−
2
View file @
979e1a2d
qgis (2.16.1) UNRELEASED; urgency=medium
qgis (2.16.2) UNRELEASED; urgency=medium
* Release of 2.16.2
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Aug 2016 13:58:37 +0200
qgis (2.16.1) unstable; urgency=medium
* Release of 2.16.1
* drop support for debian wheezy and ubuntu wily
...
...
@@ -6,7 +12,7 @@ qgis (2.16.1) UNRELEASED; urgency=medium
* lintian fixes
* add version constraint to libqgis-customwidgets dependency.
-- Jürgen E. Fischer <jef@norbit.de>
Thu, 04
Aug 2016 1
1:3
8:3
9
+0200
-- Jürgen E. Fischer <jef@norbit.de>
Fri, 26
Aug 2016 1
3:5
8:3
6
+0200
qgis (2.16.0) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment