Activity

From 2016-06-30 to 2016-07-29

2016-07-29

02:04 PM Revision 8545b3b8 (qgis): Release of 2.16.1
Jürgen Fischer
02:03 PM Revision b2a9a42e (qgis): Release of 2.14.5
Jürgen Fischer

2016-07-28

10:00 PM Revision cc3d3f7c (qgis): Fix map not refreshed after using pan to selected (fix #15324)
(cherry-picked from 530a85216ee63db320196fd808f8eb654ac918d7) Nyall Dawson
10:00 PM Revision f052edaf (qgis): [gui] gray lock icon, and flat style for extent button
(cherry-picked from 6bd15ff79e0c9f749595a1e2d6439fd15edfd1e8) Nyall Dawson
09:10 PM Revision 429fe2d4 (qgis): Merge pull request #3335 from nyalldawson/vector_layer
QgsVectorDataProvider::Capability improvements Nyall Dawson
09:09 PM Revision d87f2abf (qgis): Merge pull request #3344 from nyalldawson/line_merge
[FEATURE] API + expression function for merging linestrings Nyall Dawson
12:41 PM Revision 872e6d23 (qgis): [processing] use '-te_crs' parameter only if supported by GDAL
(cherry picked from commit 7f6bae1f5e149ed9170835310676d1340de26cd4) Alexander Bruy
12:41 PM Revision 22a072e1 (qgis): [GdalTools] add missed signals (fix #15348)
follow up 9db908ccbc
(cherry picked from commit 572a60b7afdb78f8642d958b0cf7c3b7771ddcdf)
Alexander Bruy
12:39 PM Revision 7f6bae1f (qgis): [processing] use '-te_crs' parameter only if supported by GDAL
Alexander Bruy
12:38 PM Revision 572a60b7 (qgis): [GdalTools] add missed signals (fix #15348)
follow up 9db908ccbc Alexander Bruy
12:33 PM Revision 10c92394 (qgis): [FEATURE] API + expression function for merging linestrings
Adds a new method to QgsGeometry for merging linestrings.
By passing a multilinestring, any connected lines will
be j...
Nyall Dawson
10:41 AM Revision 635c0092 (qgis): Merge pull request #3343 from nirvn/statusbar_imp
[gui] gray lock icon, and flat style for extent button Nyall Dawson
10:29 AM Revision 6bd15ff7 (qgis): [gui] gray lock icon, and flat style for extent button
Mathieu Pellerin - nIRV
10:21 AM Revision 27697e6e (qgis): Improve polygon perimeter labeling
This commit changes the way polygon perimeter labeling works.
Previously the polygon would be clipped to the view ext...
Nyall Dawson
02:12 AM Revision bc73c56e (qgis): Merge pull request #3341 from nyalldawson/boundary
New method for calculating geometry boundary Nyall Dawson

2016-07-27

01:22 AM Revision a7fb40ea (qgis): Merge pull request #3342 from tomkralidis/owslib-0.11.2
upgrade OWSLib to 0.11.2 Tom Kralidis
12:52 AM Revision 3224e9c2 (qgis): upgrade OWSLib to 0.11.2
Tom Kralidis
12:50 AM Revision a91e20fc (qgis): Merge pull request #3340 from tomkralidis/owslib-0.11.2
upgrade OWSLib to 0.11.2 Tom Kralidis
12:16 AM Revision 1a4ceb16 (qgis): [FEATURE] Expression function for calculating geometry boundary
The new 'boundary(...)' function returns a geometry's topological
boundary, ie for polygons this is a multilinestring...
Nyall Dawson
12:16 AM Revision 85f37eeb (qgis): Add method to QgsAbstractGeometryV2 for boundary
Returns the closure of the combinatorial boundary of the
geometry (ie the topological boundary of the geometry).
For ...
Nyall Dawson
06:18 PM Revision 7ead9699 (qgis): upgrade OWSLib to 0.11.2
Tom Kralidis
04:21 PM Revision d3af8a1e (qgis): Merge pull request #3336 from tomkralidis/owslib-0.11.2
upgrade OWSLib to 0.11.2 Tom Kralidis
07:39 AM Revision 9ce3ccb6 (qgis): Fix indentation:
Nyall Dawson
07:38 AM Revision 4fadd793 (qgis): Fix indentation
Nyall Dawson
07:36 AM Revision ee09131d (qgis): Revert "Bump default number of label candidates"
AKA f***ing label tests!!!
This reverts commit cd22d4fbc3962ee6772fde588b34c9a2efdc1f3a.
Nyall Dawson
07:36 AM Revision 9db46ef1 (qgis): Revert "Default to cartographic label placement for point layers"
This reverts commit e0609d675af69ea6d90477456ff4561bd95fa9e6. Nyall Dawson
06:51 AM Revision 3f331900 (qgis): Fix labeling using perimeter with repeating label distance set
If the visible part of a polygon is clipped and becomes a multipolygon, only
one label is plotted on the wrong side o...
Nyall Dawson
06:51 AM Revision 69ceabd9 (qgis): Add labeling tests for letter/word spacing
(cherry-picked from 3d6688cce5598d0c09d13f2cd8db30f1f073e928) Nyall Dawson
06:51 AM Revision 1dc9483c (qgis): Update curved label test reference images
(cherry-picked from 5228de353c84337b3d753fe15c47ee09ecb2643a) Nyall Dawson
06:50 AM Revision 59ee0b0c (qgis): [labels] Fix word and letter spacing truncated to integers
(cherry-picked from 449fcad8ce0808780cf662362cf5c6568abd09bb) Nyall Dawson
06:49 AM Revision cd394239 (qgis): [labeling] Curved labels are now angled per character
...instead of shifted along base line (fix #15210)
(cherry-picked from 22fdb6ab9fcb076f3f3e8601fa4bdc7e0894a103)
Nyall Dawson
06:17 AM Revision b2fb248a (qgis): Fix labeling using perimeter with repeating label distance set
If the visible part of a polygon is clipped and becomes a multipolygon, only
one label is plotted on the wrong side o...
Nyall Dawson
05:58 AM Revision e0609d67 (qgis): Default to cartographic label placement for point layers
It's much nicer than "around point" Nyall Dawson
05:52 AM Revision cd22d4fb (qgis): Bump default number of label candidates
Results in much nicer label placement and little to no speed
regression in most cases
Nyall Dawson
05:36 AM Revision 5f33991e (qgis): [FEATURE] Label polygons using curved labels along perimeter
This adds a new mode for labeling polygons, where the perimeter
of the polygon is labeled using curved labeling.
Nyall Dawson
03:02 AM Revision c0b16840 (qgis): Fix labeling using perimeter with repeating label distance set
If the visible part of a polygon is clipped and becomes a multipolygon, only
one label is plotted on the wrong side o...
Frits van Veen
02:47 AM Revision 0a14ed98 (qgis): Update composer legend test masks
Nyall Dawson
02:47 AM Revision f70979a9 (qgis): Fix failing distance area test on OSX
(cherry-picked from af9b4a7f45fcc1f0885c04966d07e60970546489) Nyall Dawson

2016-07-26

01:50 AM Revision 530a8521 (qgis): Fix map not refreshed after using pan to selected (fix #15324)
Nyall Dawson
01:24 AM Revision 5b8a9f05 (qgis): [travis] Fix OSX build
Nyall Dawson
12:26 AM Revision ce343824 (qgis): Fix sip coverage test
By working around doxygen bug where private members are listed
as public
Nyall Dawson
12:14 AM Revision 26160c95 (qgis): Merge pull request #3332 from nyalldawson/transform2
Remove the extra QgsCoordinateTransform constructors Nyall Dawson
11:11 PM Revision 6c0d97a0 (qgis): Merge pull request #3337 from nyalldawson/remove_psuedo_shader
Remove the broken, unused QgsPseudoColorShader class Nyall Dawson
11:10 PM Revision 4a3924ca (qgis): Remove the extra QgsCoordinateTransform constructors
...and leave only:
QgsCoordinateTransform( const QgsCoordinateReferenceSystem& source,
const...
Nyall Dawson
11:00 PM Revision a53c2e6d (qgis): Add labeling tests for letter/word spacing
(cherry-picked from 3d6688cce5598d0c09d13f2cd8db30f1f073e928) Nyall Dawson
11:00 PM Revision d07f80de (qgis): Update curved label test reference images
(cherry-picked from 5228de353c84337b3d753fe15c47ee09ecb2643a) Nyall Dawson
10:39 PM Revision f21f8044 (qgis): [labels] Fix word and letter spacing truncated to integers
(cherry-picked from 449fcad8ce0808780cf662362cf5c6568abd09bb) Nyall Dawson
10:38 PM Revision c95e08fc (qgis): [labeling] Curved labels are now angled per character
...instead of shifted along base line (fix #15210)
(cherry-picked from 22fdb6ab9fcb076f3f3e8601fa4bdc7e0894a103)
Nyall Dawson
10:37 PM Revision 3d6688cc (qgis): Add labeling tests for letter/word spacing
Nyall Dawson
10:37 PM Revision 22fdb6ab (qgis): [labeling] Curved labels are now angled per character
...instead of shifted along base line (fix #15210) Frits van Veen
10:37 PM Revision 449fcad8 (qgis): [labels] Fix word and letter spacing truncated to integers
Nyall Dawson
10:37 PM Revision 5228de35 (qgis): Update curved label test reference images
Nyall Dawson
03:42 PM Revision bf77d095 (qgis): [DB Manager] Add the ability to update SQL Layer
René-Luc ReLuc
03:36 PM Revision 153b1c1d (qgis): Merge pull request #3322 from rldhont/db_manager_update_sql_layer
[DB Manager] Add the ability to update SQL Layer René-Luc ReLuc
02:04 PM Revision e3070323 (qgis): [processing] fix issues with exported layers in GDAL provider
(cherry picked from commit b3a38f4018e7b34550f39cffa8bf1197f011dc1e) Alexander Bruy
02:03 PM Revision 063b9fc1 (qgis): [processing] fix issues with exported layers in GDAL provider
(cherry picked from commit b3a38f4018e7b34550f39cffa8bf1197f011dc1e) Alexander Bruy
02:03 PM Revision 14841f5d (qgis): [processing] fix condition in warp alg
(cherry picked from commit 6ccf7264a672d4d256d4803b2c184fd818c64f91) Alexander Bruy
02:00 PM Revision 6ccf7264 (qgis): [processing] fix condition in warp alg
Alexander Bruy
02:00 PM Revision b3a38f40 (qgis): [processing] fix issues with exported layers in GDAL provider
Alexander Bruy
12:59 PM Revision ff37f8ec (qgis): Fix features are not labeled when using merged connected lines and
lines are touching but not at endpoints
(cherry-picked from 9007d5c11b17840e2e06a4a0bd1f403490d5012a)
Nyall Dawson
12:59 PM Revision 73c01287 (qgis): Fix features are not labeled when using merged connected lines and
lines are touching but not at endpoints
(cherry-picked from 9007d5c11b17840e2e06a4a0bd1f403490d5012a)
Nyall Dawson
12:41 PM Revision d48da78f (qgis): Fix features are not labeled when using merged connected lines and
lines are touching but not at endpoints
(cherry-picked from 9007d5c11b17840e2e06a4a0bd1f403490d5012a)
Nyall Dawson
12:41 PM Revision 693d45a9 (qgis): [FEATURE] Add an option to show user color schemes menus
This adds the ability for users to set whether a user created
color scheme should show up in the color button drop-do...
Nyall Dawson
12:40 PM Revision 6fef0fa2 (qgis): Add apply buttons to annotation dialogs
(cherry-picked from 03527452d79c7e712fa494755f7fc71daeaf2a74) Nyall Dawson
12:39 PM Revision 8a9afcc5 (qgis): [composer] Fix editing of map item variables
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 5384e203fb58a7402ed8ff5598257a953171830d)
Nyall Dawson
12:38 PM Revision 91baa806 (qgis): Fix annotation position when maps are rotated, remove hacks
Adds a new interface class QgsAnnotation, and allows for removal
of a bunch of hacks in QgsComposerMap without breaki...
Nyall Dawson
12:38 PM Revision a655ec72 (qgis): Fix text annotation edit background should match frame background
Otherwise white text is not visible. Fix #10553.
(cherry-picked from 76c4cae)
Nyall Dawson
12:38 PM Revision a1c96169 (qgis): Always keep full precision when saving annotation properties
(cherry-picked from 0554f5656cedb588598ef41204acbff185e08a33) Nyall Dawson
12:38 PM Revision 89b0a72c (qgis): Avoid dialog 'flashing' when opening annotation properties
(cherry-picked from a798ba0637b25654e323090b4e2ce50ddd7ea3a4) Nyall Dawson
12:38 PM Revision 6539ae15 (qgis): Fix annotation colors are modified when cancel is clicked
(cherry-picked from 95fd61c7bd1b9619759382a7f546b385ac33bd8d) Nyall Dawson
12:38 PM Revision 1e454f8b (qgis): Make filename in project properties copyable
(cherry-picked from d56ca40) Nyall Dawson
12:38 PM Revision 65311fc1 (qgis): Use closed hand cursor when dragging canvas with middle mouse button
(cherry-picked from 2dcd40554ad1d146438fde656eed3e5ac14011da) Nyall Dawson
12:38 PM Revision 532f9d5b (qgis): Allow shift-drag zooming with touch tool
(cherry-picked from 39da9d1402018f7b5108a998e94173b466f4a4fc) Nyall Dawson
12:38 PM Revision e27d30fa (qgis): Clean up handling of inverted axis for CRS, fix detachment issue
(cherry-picked from 6dac8e18bd828bbccfa9971b7cb6fee417c0a068) Nyall Dawson
11:46 AM Revision c08b6d7a (qgis): [composer] Fix editing of map item variables
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 5384e203fb58a7402ed8ff5598257a953171830d)
Nyall Dawson
11:46 AM Revision d68025c7 (qgis): Fix annotation position when maps are rotated, remove hacks
Adds a new interface class QgsAnnotation, and allows for removal
of a bunch of hacks in QgsComposerMap without breaki...
Nyall Dawson
11:45 AM Revision b351d160 (qgis): Fix text annotation edit background should match frame background
Otherwise white text is not visible. Fix #10553.
(cherry-picked from 76c4cae)
Nyall Dawson
11:45 AM Revision b4f551b3 (qgis): Always keep full precision when saving annotation properties
(cherry-picked from 0554f5656cedb588598ef41204acbff185e08a33) Nyall Dawson
11:45 AM Revision 19477432 (qgis): Avoid dialog 'flashing' when opening annotation properties
(cherry-picked from a798ba0637b25654e323090b4e2ce50ddd7ea3a4) Nyall Dawson
11:45 AM Revision cc98faaa (qgis): Fix annotation colors are modified when cancel is clicked
(cherry-picked from 95fd61c7bd1b9619759382a7f546b385ac33bd8d) Nyall Dawson
11:44 AM Revision 8b4ef9c9 (qgis): Make filename in project properties copyable
(cherry-picked from d56ca40) Nyall Dawson
11:06 AM Revision 995967a4 (qgis): Fix build warnings
Nyall Dawson
11:06 AM Revision da3ca926 (qgis): [composer] Fix editing of map item variables
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 5384e203fb58a7402ed8ff5598257a953171830d)
Nyall Dawson
11:06 AM Revision b172a928 (qgis): Fix annotation position when maps are rotated, remove hacks
Adds a new interface class QgsAnnotation, and allows for removal
of a bunch of hacks in QgsComposerMap without breaki...
Nyall Dawson
11:06 AM Revision c9856744 (qgis): Fix text annotation edit background should match frame background
Otherwise white text is not visible. Fix #10553.
(cherry-picked from 76c4cae)
Nyall Dawson
11:06 AM Revision 65414703 (qgis): Always keep full precision when saving annotation properties
(cherry-picked from 0554f5656cedb588598ef41204acbff185e08a33) Nyall Dawson
11:05 AM Revision cf2bcbd7 (qgis): Avoid dialog 'flashing' when opening annotation properties
(cherry-picked from a798ba0637b25654e323090b4e2ce50ddd7ea3a4) Nyall Dawson
11:05 AM Revision 45774b17 (qgis): Fix annotation colors are modified when cancel is clicked
(cherry-picked from 95fd61c7bd1b9619759382a7f546b385ac33bd8d) Nyall Dawson
11:05 AM Revision 4b562f20 (qgis): Make filename in project properties copyable
(cherry-picked from d56ca40884f360924654e81ac02bd88c7895495c) Nyall Dawson
09:12 AM Revision a2f3f708 (qgis): Use closed hand cursor when dragging canvas with middle mouse button
(cherry-picked from 2dcd40554ad1d146438fde656eed3e5ac14011da) Nyall Dawson
09:12 AM Revision 89a4b849 (qgis): Allow shift-drag zooming with touch tool
(cherry-picked from 39da9d1402018f7b5108a998e94173b466f4a4fc) Nyall Dawson
09:11 AM Revision f124b5d0 (qgis): Clean up handling of inverted axis for CRS, fix detachment issue
(cherry-picked from 6dac8e18bd828bbccfa9971b7cb6fee417c0a068) Nyall Dawson
08:54 AM Revision 3138cab6 (qgis): fix build (followup f6b09ea)
Jürgen Fischer
07:52 AM Revision 76c4cae0 (qgis): Fix text annotation edit background should match frame background
Otherwise white text is not visible. Fix #10553. Nyall Dawson
04:39 AM Revision 0fa6499b (qgis): Merge pull request #3329 from nyalldawson/annotations
Add an interface class for annotations, remove some hacks Nyall Dawson
03:14 AM Revision 68b621ac (qgis): Merge pull request #3314 from nyalldawson/units
Consolidate unit handling in QgsUnitTypes Nyall Dawson
03:11 AM Revision 1e9274ad (qgis): Docs
Nyall Dawson
02:18 AM Revision 5ed31d88 (qgis): Fix annotation position when maps are rotated, remove hacks
Adds a new interface class QgsAnnotation, and allows for removal
of a bunch of hacks in QgsComposerMap without breaki...
Nyall Dawson
02:11 AM Revision ba26bc88 (qgis): Remove the broken, unused QgsPseudoColorShader class
Nyall Dawson
02:08 AM Revision 813ed5e9 (qgis): Add missing docs
Nyall Dawson

2016-07-25

12:31 AM Revision f186c11a (qgis): Mark some QgsUnitType arguments as /Out/
Nyall Dawson
12:29 AM Revision f6b09eae (qgis): Add Distance*, Area*, Angle* prefixes to QgsUnitTypes enum values
Nyall Dawson
07:26 PM Revision 17d5ffcd (qgis): [plugin manager] mark installed plugins as trusted (fix #15338)
(cherry picked from commit 156c09880be34348ed672c92cfb6178527902b43) Alexander Bruy
07:24 PM Revision 156c0988 (qgis): [plugin manager] mark installed plugins as trusted (fix #15338)
Alexander Bruy
05:01 PM Revision 6c6f2790 (qgis): upgrade OWSLib to 0.11.2
Tom Kralidis
03:35 PM Revision 2e4c3280 (qgis): Revert "[processing] use default models folder when adding model from f...
This reverts commit ebd5b0bc3ada82feb65d2ac3932f29b7a7c615b2 cherry-picked by mistake Alexander Bruy
03:30 PM Revision ff27c61d (qgis): [processing] fix dialog title
(cherry picked from commit 01dd33867772ffa5a07d497b2f4b149383182c4c) Alexander Bruy
03:30 PM Revision 3e179ad6 (qgis): [processing] always use user-defined default folder for scripts/models
(cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de)
Conflicts:
python/plugins/processing/script/Ad...
Alexander Bruy
03:24 PM Revision 01dd3386 (qgis): [processing] fix dialog title
Alexander Bruy
03:22 PM Revision 48cca3bc (qgis): [processing] always use user-defined default folder for scripts/models
Alexander Bruy
01:19 PM Revision ebd5b0bc (qgis): [processing] use default models folder when adding model from file (fix...
(cherry picked from commit b167c09e4412b1bf8559020a529b80e520b28b22) Alexander Bruy
01:18 PM Revision 88d83e36 (qgis): [processing] use default models folder when adding model from file (fix...
(cherry picked from commit b167c09e4412b1bf8559020a529b80e520b28b22) Alexander Bruy
01:17 PM Revision b167c09e (qgis): [processing] use default models folder when adding model from file (fix...
Alexander Bruy
01:15 PM Revision b219f730 (qgis): [processing] different shortcut for commander (fix #15334)
(cherry picked from commit 4e94963af54894a3811ea8c44cbb6523ceec4ea0) Alexander Bruy
01:15 PM Revision 99003058 (qgis): [processing] different shortcut for commander (fix #15334)
(cherry picked from commit 4e94963af54894a3811ea8c44cbb6523ceec4ea0) Alexander Bruy
01:13 PM Revision 4e94963a (qgis): [processing] different shortcut for commander (fix #15334)
Alexander Bruy
07:39 AM Revision 510f4284 (qgis): Remove some unneeded qgssymbolv2.h includes
Nyall Dawson
07:22 AM Revision 503d0941 (qgis): Add missing docs
Nyall Dawson
07:22 AM Revision 0324de3b (qgis): Remove QgsSymbolLayerV2Utils::encodeOutputUnit() and decodeOutputUnit()
QgsUnitTypes::encodeUnit() and QgsUnitTypes::decodeRenderUnit() should
be used instead.
Nyall Dawson
07:22 AM Revision ce6bd6c9 (qgis): Move QgsSymbolV2::OutputUnit enum to QgsUnitTypes
And rename to QgsUnitTypes::RenderUnits. This enum is used in
much more contexts than just symbols, so QgsUnitTypes i...
Nyall Dawson
06:47 AM Revision f6f50101 (qgis): Move QGis::UnitType to QgsUnitTypes::DistanceUnit
This change consolidates more unit handling and conversion into
QgsUnitTypes.
Additionally, UnknownUnit was renamed ...
Nyall Dawson
05:00 AM Revision 59aed7b2 (qgis): Remove deprecated units from QGis
- DecimalDegrees
- DegreesMinutesSeconds
- DegreesDecimalMinutes
all these were replaced long ago by QGis::Degrees
Nyall Dawson
04:14 AM Revision 58856fe8 (qgis): Remove some deprecated QgsVectorDataProvider::Capabilities
Also make capabilities() return a QFlags
QgsVectorDataProvider::Capabilities, rather than an integer
value (for type ...
Nyall Dawson
03:11 AM Revision bc2c2b20 (qgis): Merge pull request #3331 from nyalldawson/crs
QgsCoordinateReferenceSystem - API fixes + internal caching Nyall Dawson
02:15 AM Revision 6dac8e18 (qgis): Clean up handling of inverted axis for CRS, fix detachment issue
Nyall Dawson
02:15 AM Revision bb36c604 (qgis): Remove QgsCRSCache
No longer required now that QgsCoordinateReferenceSystem
internally uses caches for CRS initialization.
Nyall Dawson
02:14 AM Revision 71ca330f (qgis): One more try to make PyQgsDocCoverage happy
Martin Dobias
02:14 AM Revision ac36cb5d (qgis): Make QgsCoordinateReferenceSystem use an internal cache
for initializing CRS objects.
This avoids the need for the separate QgsCRSCache class,
and means that the caching be...
Nyall Dawson
02:14 AM Revision bb220a0b (qgis): Add some static methods for creating QgsCoordinateReferenceSystem
This avoids the need for
QgsCoordinateReferenceSystem crs;
crs.createFromSrsId(...)
and instead can be replaced...
Nyall Dawson
02:14 AM Revision ee62bdee (qgis): Rename some QgsCoordinateReferenceSystem methods
- geographicFlag() -> isGeographic()
- axisInverted() -> hasAxisInverted()
Nyall Dawson

2016-07-24

01:26 AM Revision cb4410f2 (qgis): Added "added" note
Martin Dobias
12:45 AM Revision 04ffd9ec (qgis): Final fixes for tests
Martin Dobias
11:58 PM Revision b216138d (qgis): Fix the build
Martin Dobias
11:39 PM Revision 963ff921 (qgis): Finally add forgotten SIP file
Martin Dobias
11:16 PM Revision 940883b6 (qgis): Code for cancellation of raster reading with GDAL 2 - disabled for now
There are still some questions around it and I need to find some data
for thorough testing (many GDAL drivers do not ...
Martin Dobias
11:16 PM Revision 7b8c1c5a (qgis): Make sure that backtrace dump from multiple threads does not cause dead...
Martin Dobias
11:16 PM Revision b6b5afd8 (qgis): [FEATURE] Ability to cancel rendering of rasters + WMS/WCS support
The improvement allows immediate cancellation of raster rendering
in progress. Until now, even when map rendering got...
Martin Dobias
11:04 PM Revision 2b8b9792 (qgis): fix build
Jürgen Fischer
10:44 PM Revision 0974f0b8 (qgis): Wrap QgsMapCanvasMap in PRIVATE condition to avoid sip/doc testing
Martin Dobias
10:40 PM Revision ab4a83b4 (qgis): Goodbye to QgsMapRenderer (#3333)
For the time being the class is kept in the server code while it is still being used there. Martin Dobias
09:46 PM Revision ec0a923a (qgis): update splash
(cherry picked from commit 2bbfe8a6f901aaa38ef6a632da31500b710b1116) Jürgen Fischer
09:45 PM Revision 2bbfe8a6 (qgis): update splash
Jürgen Fischer

2016-07-23

06:39 PM Revision 14bd65cd (qgis): oracle provider: fix binding of output values
(cherry picked from commit 1368038ca93ce923cae7f507f5f387690a2f3136) Jürgen Fischer
06:39 PM Revision 9b7c8801 (qgis): oracle provider: fix binding of output values
(cherry picked from commit 1368038ca93ce923cae7f507f5f387690a2f3136) Jürgen Fischer
06:39 PM Revision d0de77a2 (qgis): oracle provider: fix binding of output values
(cherry picked from commit 1368038ca93ce923cae7f507f5f387690a2f3136) Jürgen Fischer
06:34 PM Revision 1368038c (qgis): oracle provider: fix binding of output values
Jürgen Fischer
12:32 PM Revision c78683b0 (qgis): Merge pull request #3330 from nyalldawson/gdal_tests
Backport GDAL test fixes to 2.14 Nyall Dawson
11:49 AM Revision 4f6422a2 (qgis): Use average mode for align raster downsample tests
GDAL 2.0 changed (fixed) the bilinear downsampling algorithm, so
switch to the average algorithm so that test results...
Nyall Dawson
11:49 AM Revision d3eb6cef (qgis): Fix qgsrasterlayer tests under GDAL >= 2.0
Nyall Dawson
11:49 AM Revision fdfdadca (qgis): Fix qgis_coordinatereferencesystemtest with GDAL >= 2.0
Nyall Dawson
09:03 AM Revision 2ebd0ebd (qgis): [travis] Use containerized builds (#3327)
* Add some debug output when GDALRasterIO operations fail
Or the compiler will complain about unhandled returns
* [...
Matthias Kuhn

2016-07-22

12:20 AM Revision e9b4b0c6 (qgis): Pass enums by value
Matthias Kuhn
10:51 PM Revision 82259f87 (qgis): Miss fixing docs
Matthias Kuhn
10:04 PM Revision 4d9f3ff8 (qgis): Fix inadequate usage of nullptr
Matthias Kuhn
04:20 PM Revision 326b6ffd (qgis): [processing] add missed import
Alexander Bruy
03:30 PM Revision 578962f3 (qgis): more QGis -> QGis renames
git grep -l "QGis::" src/ | xargs perl -pe "s/QGis::/Qgis::/g" -i.bak Jürgen Fischer
03:25 PM Revision aa0b94a7 (qgis): fix build
Jürgen Fischer
02:44 PM Revision 5511a735 (qgis): [processing] also fix case without dissolving
(cherry picked from commit 2fbb617d618c31ca9ba0d412712ca6ac823ace04) Alexander Bruy
02:44 PM Revision bcb26397 (qgis): [processing] also fix case without dissolving
(cherry picked from commit 2fbb617d618c31ca9ba0d412712ca6ac823ace04) Alexander Bruy
02:43 PM Revision 2fbb617d (qgis): [processing] also fix case without dissolving
Alexander Bruy
02:39 PM Revision dc4ed2c3 (qgis): [processing] fix buffer tool
(cherry picked from commit 9976c30c9aa7b0134b7e72e64157ac9fdb0b042f) Alexander Bruy
02:37 PM Revision ec8e35e4 (qgis): [processing] fix buffer tool
(cherry picked from commit 9976c30c9aa7b0134b7e72e64157ac9fdb0b042f) Alexander Bruy
02:37 PM Revision 9976c30c (qgis): [processing] fix buffer tool
Alexander Bruy
02:11 PM Revision 491f6f83 (qgis): debian packing build with webkit on xenial
(cherry picked from commit e8bac30230e20a2d15152711aca7589c5648da58) Jürgen Fischer
02:10 PM Revision e8bac302 (qgis): debian packing build with webkit on xenial
Jürgen Fischer
01:15 PM Revision 792cbb25 (qgis): [processing] fixed wrong call to splitext in dataobjects.py
(cherry picked from commit 479ceb36b40407643764586fc5122333b7eb38eb)
Conflicts:
python/plugins/processing/tools/dat...
Victor Olaya
11:28 AM Revision 791b2c39 (qgis): Merge pull request #3324 from nyalldawson/qgis
QGis class rename and cleanup Nyall Dawson
10:20 AM Revision 39da9d14 (qgis): Allow shift-drag zooming with touch tool
Nyall Dawson
10:16 AM Revision 2dcd4055 (qgis): Use closed hand cursor when dragging canvas with middle mouse button
Nyall Dawson
10:10 AM Revision d56ca408 (qgis): Make filename in project properties a readonly line edit
(Because it's nice to be able to copy the project path easily) Nyall Dawson

2016-07-21

12:36 AM Revision 95fd61c7 (qgis): Fix annotation colors are modified when cancel is clicked
Nyall Dawson
12:27 AM Revision 03527452 (qgis): Add apply buttons to annotation dialogs
Nyall Dawson
12:20 AM Revision a798ba06 (qgis): Avoid dialog 'flashing' when opening annotation properties
Nyall Dawson
12:19 AM Revision 0554f565 (qgis): Always keep full precision when saving annotation properties
Nyall Dawson
12:17 AM Revision 72b53b98 (qgis): [composer] Fix position of annotations in rotated maps
(AKA "stack some hacks on top of existing hacks") Nyall Dawson
11:32 PM Revision 12a21474 (qgis): [FEATURE] Add an option to show user color schemes menus
This adds the ability for users to set whether a user created
color scheme should show up in the color button drop-do...
Nyall Dawson
09:35 PM Revision 8f203c9a (qgis): Remove some unused constants
Nyall Dawson
05:24 PM Revision 68f63eb1 (qgis): Try another method to avoid XML serialization issues with QT5 (#3323)
Even Rouault
02:14 PM Revision 713e22a9 (qgis): Move some methods out of Qgis class
Nyall Dawson
02:01 PM Revision 1a2231f1 (qgis): Rename QGis class to Qgis, for capitalisation consistency
Nyall Dawson
10:04 AM Revision b642c027 (qgis): doc/TRANSLATORS in an output file (followup 156db22)
Jürgen Fischer
09:32 AM Revision 965f1d46 (qgis): Move field contraint config widgets into a group box
Nyall Dawson
09:32 AM Revision c0ac9b18 (qgis): Remove deprecated labeling tab
Nyall Dawson
07:01 AM Revision df2ca2e6 (qgis): [processing] use SilentProgress by default if no progress object is passed
Victor Olaya
07:01 AM Revision 6c486758 (qgis): [processing] changed saga decorated group name
Victor Olaya
06:53 AM Revision 156db224 (qgis): Replace nicknames by real names (#3287)
Harrissou Santanna
03:32 AM Revision 3c544cd4 (qgis): Merge pull request #3319 from nyalldawson/consistency
Make API naming more consistent Nyall Dawson

2016-07-20

12:40 AM Revision 2685a903 (qgis): Make doc coverage test acceptable list case insensitive
Nyall Dawson
12:40 AM Revision 4cfacf14 (qgis): Make API more consistent
- rename methods with XML to Xml, CRS to Crs, WMS to Wms, ID to Id
- rename methods with SRS to Crs
- rename methods ...
Nyall Dawson
04:05 PM Revision ca96702b (qgis): WMS: Better logic to pick the legend URL
QGIS had two problems:
1) It was using the specified legend URL only if its mime type was matching
the layer's mim...
Patrick Valsecchi
03:46 PM Revision b81a07a7 (qgis): WMS GetCapabilities: override parent's style if they have the same name
When there is a layer group with several sub-layers, the group has a
"default" style and the sub-layers each have a "...
Patrick Valsecchi
01:25 PM Revision 44c8680b (qgis): Remove canvas rotation option + API, now always enabled
Nyall Dawson
01:18 PM Revision 185ad051 (qgis): Remove deprecated QgsDataDefinedSymbolDialog class (#3315)
It's not used anymore, and QgsDataDefinedButton should be used
in its place.
Nyall Dawson
12:35 PM Revision 31c75ef2 (qgis): Remove QgsLabel and QgsLabelAttributes + remove QgsPalLabeling from ren...
Martin Dobias
12:20 PM Revision c1cdfe86 (qgis): [DB Manager] Add the ability to update SQL Layer
René-Luc ReLuc
11:44 AM Revision cd33ccf7 (qgis): Revert "Fix label word and letter spacing cannot be decimals"
This reverts commit 48f090ca79f0d2d9ae341ae3617f20b2fe3fe14f.
Causes issues with font sizes/spacing
Nyall Dawson
11:44 AM Revision 92eec0e3 (qgis): Revert "[labeling] Curved labels are now angled per character"
This reverts commit f6d07a33b71a9b19579d19dadbe777b1f14c6842. Nyall Dawson
11:44 AM Revision 4bcae069 (qgis): Revert "Update labeling reference images"
This reverts commit 1aec78145f7553ca62584a9bb626b8a531a01a8e. Nyall Dawson
11:43 AM Revision fc88336a (qgis): Revert "Add labeling tests for letter/word spacing"
This reverts commit 9dfdfc645f327b38ef90974751104c4b1523736e. Nyall Dawson
06:13 AM Revision 9007d5c1 (qgis): Fix features are not labeled when using merged connected lines and
lines are touching but not at endpoints Nyall Dawson
05:04 AM Revision 9dfdfc64 (qgis): Add labeling tests for letter/word spacing
Nyall Dawson
05:04 AM Revision 48f090ca (qgis): Fix label word and letter spacing cannot be decimals
Nyall Dawson
05:04 AM Revision f6d07a33 (qgis): [labeling] Curved labels are now angled per character
...instead of shifted along base line (fix #15210) Frits van Veen
05:04 AM Revision 1aec7814 (qgis): Update labeling reference images
Nyall Dawson
03:01 AM Revision 5384e203 (qgis): [composer] Fix editing of map item variables
On behalf of Faunalia, sponsored by ENEL Nyall Dawson

2016-07-19

01:56 AM Revision 67087c1d (qgis): Followups and fixes to identify results linking
Nyall Dawson
11:54 PM Revision c63f9c9e (qgis): [FEATURE] Mouse wheel over sliders in color dialog to change value by
increments Nyall Dawson
11:54 PM Revision c23da96c (qgis): [FEATURE] Make links in feature identify results clickable
Sandro Mani
11:53 PM Revision d5255125 (qgis): [composer] Load all composition properties from template/duplicate
Previously some settings where not being correctly restore, eg
page size, grid settings, expression variables
On beh...
Nyall Dawson
11:53 PM Revision 074318e2 (qgis): [composer] Simplify and consolidate loading of templates
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 656e56e447c5d75476aba2259ada05bb06699f94)
Nyall Dawson
11:53 PM Revision d094fa21 (qgis): Add missing function help (fix #15264)
(cherry-picked from 59dc4079a55ea2be0158f4154a3c2e389c4f95fc) Nyall Dawson
11:53 PM Revision b0c316ca (qgis): Make sure variable editor widgets always show current variables
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
11:52 PM Revision e45b964f (qgis): [composer] Avoid crash when atlas page name field has spaces
Fix #15297
(cherry-picked from 631b5e87c3d4d72b80e6087c48caf7d73a477213)
Nyall Dawson
11:52 PM Revision 9953875a (qgis): [composer] fix html label stylesheet's margin (fixes #15290)
(cherry-picked from 7352df6935368ca74fd2eef2bfe4b364908b9286) Nyall Dawson
11:52 PM Revision 368a88fd (qgis): Use flat style for scale lock button
(cherry-picked from b220d66dcc73720a935dddc2c620903aa76808a0) Nyall Dawson
11:52 PM Revision 698f7f91 (qgis): Remove "restart required" from "open table as dock" option
Since it seems that a restart *isn't* required!
(cherry-pick -n 8943ed7c9f41ef3f7a33f402f709d9bf9156ffd1)
Nyall Dawson
11:52 PM Revision ae5e9d19 (qgis): Fix crash in QgsGeometry::unaryUnion with empty geometries
(cherry-picked from b61641dc72b140a02de8eb0636a3817f44b9c8fc) Nyall Dawson
11:36 PM Revision 474a999c (qgis): Update legend test masks, fix for PyQt5
(cherry-picked from 7f2bdcf34254d887885fcb61e97408d1d4407fca) Nyall Dawson
11:36 PM Revision 96578d43 (qgis): Fix use of : in label (violation of HIG)
(cherry-picked from 5a2031349f62d808f78fdc496932d6cc713801d8) Nyall Dawson
11:36 PM Revision b9954bcc (qgis): [composer] Add a checkbox for legends to prevent automatic resizing
A new checkbox has been added to the legend settings to control
whether or not a legend should be automatically resiz...
Nyall Dawson
11:36 PM Revision 62cdb0ce (qgis): [composer] Fix setting legend content by map not resizing legend
When a legend was set to filter content by map, it wasn't
consistently being resized to fit the legend contents. This...
Nyall Dawson
11:36 PM Revision 98a7fc13 (qgis): ][composer] Fix initial size of legend is wrong if symbol size in
map units is used (fix #11921)
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 93f2eec711f2d3e1593f497...
Nyall Dawson
11:36 PM Revision b00babe6 (qgis): Avoid some unnecessary composer legend updates
(cherry-picked from aaa654fba9a79b8842ada7570e653dc8b4f39a97) Nyall Dawson
11:35 PM Revision abb013e0 (qgis): Show tooltips for layer style dock labeling tabs
(cherry-picked from 7d822f01c7aff8a58fcb9116855a94362f43d367) Nyall Dawson
11:35 PM Revision 09cc7596 (qgis): [oracle] Fix minor Coverity issues
(cherry-picked from b94fbc0485b3998312749327974bf8e8f49504a9) Nyall Dawson
08:19 PM Revision b2f4582f (qgis): [GRASS] 7.1 versions of t.rast.what.*
Radim Blazek
06:03 PM Revision 59176418 (qgis): fixed python scripts indentation
Radim Blazek
05:11 PM Revision 34ca98ff (qgis): Merge pull request #3164 from NINAnor/add_grass_tools
New modules for the GRASS plugin Radim Blazek
02:00 PM Revision 3142c846 (qgis): fix windows build and some warnings
Jürgen Fischer
11:23 AM Revision c9d62696 (qgis): Fix build
Matthias Kuhn
10:47 AM Revision c8c623ec (qgis): Add methods to vectorlayercache and tests
Matthias Kuhn
10:37 AM Revision d91a45ce (qgis): Add shorthands to get features by fid, fids and expression
Adds new methods overloads to QgsVectorLayer
getFeatures( expression )
getFeatures( ids )
getFeature( id )
Th...
Matthias Kuhn
09:28 AM Revision 118e3332 (qgis): [composer] Load all composition properties from template/duplicate
Previously some settings where not being correctly restore, eg
page size, grid settings, expression variables
On beh...
Nyall Dawson
09:27 AM Revision 9213df23 (qgis): [composer] Simplify and consolidate loading of templates
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 656e56e447c5d75476aba2259ada05bb06699f94)
Nyall Dawson
09:27 AM Revision b60cb353 (qgis): Add missing function help (fix #15264)
(cherry-picked from 59dc4079a55ea2be0158f4154a3c2e389c4f95fc) Nyall Dawson
09:27 AM Revision 56fda9e2 (qgis): Make sure variable editor widgets always show current variables
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from c7ffdfa5e991743e862f10ae2dbec2c05c4b795c)
Nyall Dawson
09:26 AM Revision 8f2eb817 (qgis): [composer] Avoid crash when atlas page name field has spaces
Fix #15297
(cherry-picked from 631b5e87c3d4d72b80e6087c48caf7d73a477213)
Nyall Dawson
09:26 AM Revision 5dabc9de (qgis): [composer] fix html label stylesheet's margin (fixes #15290)
(cherry-picked from 7352df6935368ca74fd2eef2bfe4b364908b9286) Nyall Dawson
09:25 AM Revision 57314a1a (qgis): Use flat style for scale lock button
(cherry-picked from b220d66dcc73720a935dddc2c620903aa76808a0) Nyall Dawson
09:25 AM Revision eee721b7 (qgis): Remove "restart required" from "open table as dock" option
Since it seems that a restart *isn't* required!
(cherry-pick -n 8943ed7c9f41ef3f7a33f402f709d9bf9156ffd1)
Nyall Dawson
09:24 AM Revision 0b85f5b8 (qgis): Fix crash in QgsGeometry::unaryUnion with empty geometries
(cherry-picked from b61641dc72b140a02de8eb0636a3817f44b9c8fc) Nyall Dawson
09:24 AM Revision c1055676 (qgis): Update legend test masks, fix for PyQt5
(cherry-picked from 7f2bdcf34254d887885fcb61e97408d1d4407fca) Nyall Dawson
09:23 AM Revision be0d0c02 (qgis): Fix use of : in label (violation of HIG)
(cherry-picked from 5a2031349f62d808f78fdc496932d6cc713801d8) Nyall Dawson
09:23 AM Revision a52f31a5 (qgis): [composer] Add a checkbox for legends to prevent automatic resizing
A new checkbox has been added to the legend settings to control
whether or not a legend should be automatically resiz...
Nyall Dawson
09:23 AM Revision b9193426 (qgis): [composer] Fix setting legend content by map not resizing legend
When a legend was set to filter content by map, it wasn't
consistently being resized to fit the legend contents. This...
Nyall Dawson
09:23 AM Revision 15d875ea (qgis): ][composer] Fix initial size of legend is wrong if symbol size in
map units is used (fix #11921)
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 93f2eec711f2d3e1593f497...
Nyall Dawson
09:22 AM Revision d3d202b9 (qgis): Avoid some unnecessary composer legend updates
(cherry-picked from aaa654fba9a79b8842ada7570e653dc8b4f39a97) Nyall Dawson
09:22 AM Revision f350048a (qgis): Show tooltips for layer style dock labeling tabs
(cherry-picked from 7d822f01c7aff8a58fcb9116855a94362f43d367) Nyall Dawson
09:21 AM Revision dd9b10c2 (qgis): [oracle] Fix minor Coverity issues
(cherry-picked from b94fbc0485b3998312749327974bf8e8f49504a9) Nyall Dawson
07:14 AM Revision 4b6c82a5 (qgis): [composer] Add a checkbox for legends to prevent automatic resizing
A new checkbox has been added to the legend settings to control
whether or not a legend should be automatically resiz...
Nyall Dawson
07:11 AM Revision a960c02c (qgis): [composer] Fix setting legend content by map not resizing legend
When a legend was set to filter content by map, it wasn't
consistently being resized to fit the legend contents. This...
Nyall Dawson
07:10 AM Revision c081ceb8 (qgis): [composer] Fix initial size of legend is wrong if symbol size in
map units is used (fix #11921)
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 93f2eec711f2d3e1593f497...
Nyall Dawson
07:09 AM Revision 55800830 (qgis): Avoid some unnecessary composer legend updates
(cherry-picked from aaa654fba9a79b8842ada7570e653dc8b4f39a97) Nyall Dawson
07:08 AM Revision 8a51e08a (qgis): [oracle] Fix minor Coverity issues
(cherry-picked from b94fbc0485b3998312749327974bf8e8f49504a9) Nyall Dawson
07:06 AM Revision 8d30b369 (qgis): Fix use of : in label (violation of HIG)
(cherry-picked from 5a2031349f62d808f78fdc496932d6cc713801d8) Nyall Dawson
07:05 AM Revision 80855d0f (qgis): Fix crash in QgsGeometry::unaryUnion with empty geometries
(cherry-picked from b61641dc72b140a02de8eb0636a3817f44b9c8fc) Nyall Dawson
07:04 AM Revision acc768e3 (qgis): Remove "restart required" from "open table as dock" option
Since it seems that a restart *isn't* required!
(cherry-picked from 8943ed7c9f41ef3f7a33f402f709d9bf9156ffd1)
Nyall Dawson
07:01 AM Revision 7ecde97f (qgis): [composer] Avoid crash when atlas page name field has spaces
Fix #15297
(cherry-picked from 631b5e87c3d4d72b80e6087c48caf7d73a477213)
Nyall Dawson
06:59 AM Revision 5ee88802 (qgis): [composer] Load all composition properties from template/duplicate
Previously some settings where not being correctly restore, eg
page size, grid settings, expression variables
On beh...
Nyall Dawson
06:59 AM Revision 437aa236 (qgis): [composer] Simplify and consolidate loading of templates
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 656e56e447c5d75476aba2259ada05bb06699f94)
Nyall Dawson
06:58 AM Revision e2a03df0 (qgis): Make sure variable editor widgets always show current variables
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from c7ffdfa5e991743e862f10ae2dbec2c05c4b795c)
Nyall Dawson
06:07 AM Revision 7343b36e (qgis): [composer] Load all composition properties from template/duplicate
Previously some settings where not being correctly restore, eg
page size, grid settings, expression variables
On beh...
Nyall Dawson
06:07 AM Revision 656e56e4 (qgis): [composer] Simplify and consolidate loading of templates
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
04:12 AM Revision 59dc4079 (qgis): Add missing function help (fix #15264)
Nyall Dawson
04:00 AM Revision c7ffdfa5 (qgis): Make sure variable editor widgets always show current variables
On behalf of Faunalia, sponsored by ENEL Nyall Dawson

2016-07-18

01:54 AM Revision 9e5357c0 (qgis): Correctly sort identify results when url links are shown
Nyall Dawson
01:30 AM Revision 39b3e721 (qgis): Replace QgsNumericSortTreeWidgetItem with upgraded QgsTreeWidgetItem
QgsNumericSortTreeWidgetItem had a giant TODO saying "make it work".
This makes it work, and adds some other useful f...
Nyall Dawson
01:21 AM Revision 631b5e87 (qgis): [composer] Avoid crash when atlas page name field has spaces
Fix #15297 Nyall Dawson
01:20 AM Revision 9f330fc9 (qgis): Merge pull request #3309 from nirvn/html_label_fix
[composer] fix html label stylesheet's margin (fixes #15290) Nyall Dawson
12:32 AM Revision cca4e32e (qgis): Fix doxygen for QgsAttributeTableConfig
Nyall Dawson
12:31 AM Revision b220d66d (qgis): Use flat style for scale lock button
Nyall Dawson
12:31 AM Revision 8943ed7c (qgis): Remove "restart required" from "open table as dock" option
Since it seems that a restart *isn't* required! Nyall Dawson
12:31 AM Revision 18e4d527 (qgis): Fix build
Nyall Dawson
07:05 PM Revision 14443982 (qgis): Improve QgsCoordinateReferenceSystem API documentation (#3311)
Martin Dobias
05:31 PM Revision cad83d48 (qgis): update after QgsMapLayer layerNameChanged => nameChanged signal rename
Jürgen Fischer
02:47 PM Revision 2addf31c (qgis): Merge pull request #3316 from akbargumbira/master
[processing] fix add script from file Alexander Bruy
01:11 PM Revision 20a2a200 (qgis): [processing] Fix add script from file.
Akbar Gumbira
11:10 AM Revision c628c0f4 (qgis): Rework includes to forward declare as much as possible
Should speed up recompilation when headers change Nyall Dawson
10:40 AM Revision 7b883e2e (qgis): Merge pull request #3140 from sbrunner/fix-cache-host
Have a capabilities cache per hostname Stéphane Brunner
10:38 AM Revision b6a967ae (qgis): Merge pull request #3300 from luca76/patch-2
Update qgsowsserver.h Alessandro Pasotti
09:07 AM Revision a0bfc4c9 (qgis): [processing] do not remove menus when exiting config dialog
Victor Olaya

2016-07-17

10:53 AM Revision 19438cae (qgis): Merge pull request #3312 from nyalldawson/transfer
Make QgsCoordinateTransform implicitly shared, no longer a QObject Nyall Dawson
08:38 AM Revision e6df492f (qgis): Add missing docs, refine docs for QgsCoordinateTransform
Nyall Dawson

2016-07-16

12:36 PM Revision adafeda8 (qgis): Avoid all use of QgsCoordinateTransform pointers, replace with
copies or references
Makes the code more robust, fixes leaks and avoids potential
null pointer dereferencing
Nyall Dawson
08:33 AM Revision ffa9b9b6 (qgis): API breaks and cleanups for QgsCoordinateTransform
- isInitialised() has been renamed to isValid()
- theCRS parameter in setSourceCrs has been renamed to 'crs'
- setDes...
Nyall Dawson
06:16 AM Revision 353ed54f (qgis): Fix build
Nyall Dawson
06:16 AM Revision b18fcc0d (qgis): Remove QgsCoordinateTransform::clone()
Just use direct copies instead Nyall Dawson
04:23 AM Revision 7352df69 (qgis): [composer] fix html label stylesheet's margin (fixes #15290)
Mathieu Pellerin - nIRV
02:07 AM Revision 736aab19 (qgis): Make QgsCoordinateTransform implicitly shared, no longer a QObject
There was no code in core using the signals/slots associated with
QgsCoordinateTransform, and little reason to keep t...
Nyall Dawson

2016-07-15

08:45 PM Revision cd3f5405 (qgis): creatensis.pl: use version number instead of release name for installat...
(cherry picked from commit 87843120c52777cd15d8af0e7eee99f682e6049e) Jürgen Fischer
07:28 PM Revision 87843120 (qgis): creatensis.pl: use version number instead of release name for installat...
Jürgen Fischer
03:11 PM Revision 9b5b7741 (qgis): oracle provider: update for 1bafa80 and e683101
Jürgen Fischer
09:56 AM Revision 6fefbea0 (qgis): Fix test under Python 3
Nyall Dawson
09:36 AM Revision da74b184 (qgis): Merge pull request #3308 from mhugent/pan_to_feature
[FEATURE]: pan to current feature in attribute table Marco Hugentobler
07:58 AM Revision 93db165a (qgis): Api doc for parameter
Marco Hugentobler

2016-07-14

12:08 AM Revision 21eab8c2 (qgis): Add missing docs
Nyall Dawson
11:58 PM Revision 0736bf72 (qgis): Rename edit buffer methods to is..., add tests
Nyall Dawson
10:28 PM Revision dc10c8fa (qgis): Fix build
Nyall Dawson
10:07 PM Revision 2d50895d (qgis): Const correctness for QgsVectorLayer methods
Nyall Dawson
10:07 PM Revision 0d84ca74 (qgis): Make QgsMapLayer::metadata() const
Nyall Dawson
10:07 PM Revision 0935b58f (qgis): Cleanup QgsMapLayer for 3.0
- implement QGIS 3.0 TODOs
- mark methods as const correct
- rename 'the...' parameters to remove 'the'
- mark QgsVec...
Nyall Dawson
10:06 PM Revision fe4fa419 (qgis): Make QgsVectorLayerEditBuffer methods const correct
Also add some optimisations to avoid iterations over all
contents of the buffers
Nyall Dawson
10:02 PM Revision 6c6f3c1e (qgis): Remove deprecated members from QgsMapLayer
Nyall Dawson
10:01 PM Revision 7d2027fa (qgis): Fix most remaining methods which return a reference to
QgsCoordinateReferenceSystem or which take a pointer to a
CRS
Nyall Dawson
10:00 PM Revision 726569c6 (qgis): QgsMapLayer::crs() now returns a copy, not a reference
(desirable because QgsCoordinateReferenceSystem is implicitly shared) Nyall Dawson
10:00 PM Revision a2efab04 (qgis): Make QgsVectorLayerImport use QgsCoordinateReferenceSystem
references, not pointers Nyall Dawson
09:59 PM Revision e683101b (qgis): Make QgsVectorDataProvider::fields() return a copy
Implements a QGIS 3.0 TODO Nyall Dawson
09:57 PM Revision 1bafa800 (qgis): Const correctness for numerous data provider methods
Nyall Dawson
09:57 PM Revision fd42ed31 (qgis): Use reference rather than pointer for crs in QgsVectorFileWriter
Since QgsCoordinateReferenceSystem is implicitly shared, it's a
safer approach
Nyall Dawson
08:17 PM Revision ce87fda8 (qgis): [Geometry checker] Re-add explicit refresh when changing extent in QgsG...
Sandro Mani
07:55 PM Revision 3e28b9ae (qgis): [Geometry checker] Fix result table corruption when adding newly found ...
Sandro Mani
07:55 PM Revision a8c35a9e (qgis): [Geometry checker] Fix incorrect QgsGeometryCheckerUtils::filter1DTypes
Sandro Mani
07:22 PM Revision f2f93d61 (qgis): [Geometry checker] Trigger repaint instead of explicit refresh
Sandro Mani
07:22 PM Revision 332e1d40 (qgis): [Geometry snapper] Trigger repaint instead of explicit refresh
Sandro Mani
05:39 PM Revision 087ec08b (qgis): [Geometry checker] Fix possible data provider errors due to referring t...
Sandro Mani
05:38 PM Revision ee310f13 (qgis): [Geometry checker] Remove redundant include
Sandro Mani
05:37 PM Revision 046386e1 (qgis): [Geometry checker] Ignore zero-length edges when searching for shared e...
Sandro Mani
05:10 PM Revision 13da9f52 (qgis): [Geometry checker] Don't make minimal angle fix produce duplicate nodes
Sandro Mani
05:10 PM Revision 0e30ed81 (qgis): [Geometry checker] Clear rubberbands when disabling result tab
Sandro Mani
05:06 PM Revision 4d1fbee7 (qgis): Update sip binding
Marco Hugentobler
04:41 PM Revision 2f6be7a5 (qgis): [Geometry checker] If fixing an error produced changes, treat newly det...
Sandro Mani
04:41 PM Revision 41ce5279 (qgis): [Geometry checker] Fix possible crash when checking for removed layer
Sandro Mani
04:41 PM Revision 54e424fa (qgis): [Geometry checker] QgsGeomUtils -> QgsGeometryCheckerUtils
Sandro Mani
04:41 PM Revision 120bdb7b (qgis): [Geometry checker] Guard against producing degenerate geometries
Sandro Mani
02:51 PM Revision 48da1de1 (qgis): [FEATURE]: pan to current feature in attribute table
Marco Hugentobler
10:04 AM Revision 97861cd4 (qgis): Reclassify debug messages while rendering
Matthias Kuhn

2016-07-13

12:24 AM Revision b61641dc (qgis): Fix crash in QgsGeometry::unaryUnion with empty geometries
Nyall Dawson
12:05 AM Revision 2db7fca7 (qgis): [processing] Add tests for clip algorithm
Nyall Dawson
11:52 PM Revision d5869cf5 (qgis): [Geometry snapper] Don't delete vertices if this would result in a dege...
Sandro Mani
11:17 PM Revision 258c8999 (qgis): Merge pull request #3303 from nyalldawson/identify_url
Make links in identify results clickable Nyall Dawson
11:12 PM Revision 7f2bdcf3 (qgis): Update legend test masks, fix for PyQt5
Nyall Dawson
02:21 PM Revision c226e57a (qgis): Followup 2675c4248
Matthias Kuhn
02:01 PM Revision 2675c424 (qgis): Don't warn for "System" codec not found
No need to reload a codec that just has not been found. And no reason to
warn the user because in the end we will ret...
Matthias Kuhn
12:09 PM Revision b09eef18 (qgis): add qscintilla to cmakelists
Etienne Trimaille
11:58 AM Revision cfc1a9db (qgis): Merge pull request #3301 from Gustry/qscintilla
add qscintilla to cmakelists Sandro Mani
10:24 AM Revision 76e55ce7 (qgis): Improve the way how fake events are generated in CAD tools (#3302)
In my custom tool in python, the generated fake event received in cadCanvasMoveEvent()
was actually QMouseEvent insta...
Martin Dobias
09:35 AM Revision 5a203134 (qgis): Fix use of : in label (violation of HIG)
Nyall Dawson
09:35 AM Revision 2f8c6f52 (qgis): [composer] Add a checkbox for legends to prevent automatic resizing
A new checkbox has been added to the legend settings to control
whether or not a legend should be automatically resiz...
Nyall Dawson
09:35 AM Revision 4f31ab65 (qgis): [composer] Fix setting legend content by map not resizing legend
When a legend was set to filter content by map, it wasn't
consistently being resized to fit the legend contents. This...
Nyall Dawson
09:35 AM Revision 93f2eec7 (qgis): [composer] Fix initial size of legend is wrong if symbol size in
map units is used (fix #11921)
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
08:01 AM Revision 05ced679 (qgis): Followups and fixes to identify results linking
Nyall Dawson
07:40 AM Revision 19dbd66f (qgis): Merge pull request #3305 from nyalldawson/processing_get_features
[processing] Allow modification of feature request when using vector.features Victor Olaya
04:06 AM Revision 9e1ddcb5 (qgis): [processing] Allow modification of feature request when using
vector.features
Allows for optimising the request through subsets of attributes
or no geometry fetching
Nyall Dawson

2016-07-12

11:45 PM Revision 0075a4bb (qgis): [FEATURE] Make links in feature identify results clickable
Sandro Mani
07:30 PM Revision dfef36e4 (qgis): [server] Fix crash in WMS server when... bad things happen
No idea what exactly the reason is, and it was only discovered by
countless hours of printf-debugging. So I'm just pu...
Matthias Kuhn
07:30 PM Revision eb2c634a (qgis): [server] Fix crash in WMS server when... bad things happen
No idea what exactly the reason is, and it was only discovered by
countless hours of printf-debugging. So I'm just pu...
Matthias Kuhn
07:30 PM Revision 40c5955c (qgis): Use Q_FOREACH
Matthias Kuhn
07:30 PM Revision 10b7bebc (qgis): [server] Fix crash in WMS server when... bad things happen
No idea what exactly the reason is, and it was only discovered by
countless hours of printf-debugging. So I'm just pu...
Matthias Kuhn
07:29 PM Revision f34c79c0 (qgis): Use Q_FOREACH
Matthias Kuhn
07:29 PM Revision e49661d7 (qgis): [server] Fix crash in WMS server when... bad things happen
No idea what exactly the reason is, and it was only discovered by
countless hours of printf-debugging. So I'm just pu...
Matthias Kuhn
01:12 PM Revision bfe4e90f (qgis): Add missing bindings
Matthias Kuhn
12:44 PM Revision ce974f52 (qgis): Fix single process build
A race condition triggered that sometimes the file
output/python/qgis/__init__.py was not created before a python uic...
Matthias Kuhn
12:44 PM Revision 1cff3b57 (qgis): Fix single process build
A race condition triggered that sometimes the file
output/python/qgis/__init__.py was not created before a python uic...
Matthias Kuhn
12:43 PM Revision 8c637821 (qgis): Fix single process build
A race condition triggered that sometimes the file
output/python/qgis/__init__.py was not created before a python uic...
Matthias Kuhn
11:40 AM Revision ae3db0a1 (qgis): Fix single process build
A race condition triggered that sometimes the file
output/python/qgis/__init__.py was not created before a python uic...
Matthias Kuhn
10:23 AM Revision e59fda26 (qgis): Merge pull request #3298 from elpaso/offline_editing_tests2
[offline editing] Added insert and update tests Alessandro Pasotti
09:27 AM Revision b5f02e3d (qgis): [offline editing] Wait for the WFS server to stop
Alessandro Pasotti
09:27 AM Revision b5c0bc9b (qgis): [offline editing] Added insert and update tests
Alessandro Pasotti
08:48 AM Revision f99684ad (qgis): Update qgsowsserver.h
fix compilation error with HAVE_SERVER_PYTHON_PLUGINS set to OFF in ccmake Luca M
08:09 AM Revision 2ccc7e12 (qgis): [oracle] Fix potential crash on exit
Nyall Dawson
07:40 AM Revision aaa654fb (qgis): Avoid some unnecessary composer legend updates
Nyall Dawson
05:23 AM Revision efb2be2a (qgis): add qscintilla to cmakelists
Etienne Trimaille

2016-07-11

10:58 PM Revision 5f394550 (qgis): Change to just not display null choice in search widget value list
Daan Goedkoop
08:41 PM Revision 6b904e73 (qgis): Add handling of null value in value map to search widget
Daan Goedkoop
06:26 PM Revision 63f9f718 (qgis): [travis] Report compiler correctly for qt5: clang
Matthias Kuhn
03:23 PM Revision bd3d1c48 (qgis): Fix on map identification on relation reference widget with complex PK
References #14882 Matthias Kuhn
03:22 PM Revision 781d0c35 (qgis): [offline editing] No reason to crash just because of raster layers
Fix #14848 Matthias Kuhn
03:21 PM Revision 56514a76 (qgis): Don't put default network cache directory directly in $HOME
Fix #15111 Matthias Kuhn
03:21 PM Revision 1ef6e68c (qgis): Show default network cache path in options dialog
Matthias Kuhn
03:20 PM Revision 6e110842 (qgis): Fix network cache configuration
Fix #14990 Matthias Kuhn
03:20 PM Revision 1225431e (qgis): Allow docking the attribute table left and right
Fix #14941 Matthias Kuhn
03:18 PM Revision 7a27ef2b (qgis): Fix wrong mapping of feature ids in offline editing
Fix #14727 Matthias Kuhn
03:18 PM Revision 73bf82f7 (qgis): Fix initial widget focus in credential dialog
Matthias Kuhn
03:17 PM Revision 729fc493 (qgis): Run startup.py only once
Fix #15189 Matthias Kuhn
03:17 PM Revision ddf98bc1 (qgis): Safety checks for unregistering map layers from registry
If a map layer which is registered is deleted outside of the layer
registry but not unregistered, the layer registry ...
Matthias Kuhn
03:16 PM Revision c1e1b287 (qgis): [processing] Difference: don't ignore invalid geometries by default
Fix #9297 Matthias Kuhn
03:16 PM Revision 1a7a87bc (qgis): Fix relative paths for offline editing
Matthias Kuhn
12:46 PM Revision c5d8cc7f (qgis): Added missing & in setTitle in SIP
Martin Dobias
11:11 AM Revision 774a8239 (qgis): [travis] Blacklist failing osx tests
Matthias Kuhn
11:11 AM Revision 85880810 (qgis): [travis] Add GRASS_PREFIX7 to osx build
Matthias Kuhn
11:11 AM Revision d06859a8 (qgis): [travis] Modernize Mac OSX dependencies
Matthias Kuhn
08:30 AM Revision 1b016e45 (qgis): [splashscreen] fix pixelated scaling
(cherry picked from commit de6320279a2c7465630d7e58cef9cbcedf169096) Mathieu Pellerin - nIRV
08:30 AM Revision 3637d6fd (qgis): [splashscreen] fix pixelated scaling
(cherry picked from commit de6320279a2c7465630d7e58cef9cbcedf169096) Mathieu Pellerin - nIRV
08:29 AM Revision c895ba31 (qgis): Merge pull request #3296 from nirvn/splashscreen_fix
[splashscreen] fix pixelated scaling Jürgen Fischer
08:18 AM Revision 2efe684d (qgis): fix 39d6e79
(cherry picked from commit 2f9ed29d9a5ec7fa79c7f902f036a81c43b8a2da) Jürgen Fischer
08:16 AM Revision 7a0453ee (qgis): fix 39d6e79
(cherry picked from commit 2f9ed29d9a5ec7fa79c7f902f036a81c43b8a2da) Jürgen Fischer
08:15 AM Revision d5128d21 (qgis): fix 39d6e79
(cherry picked from commit 2f9ed29d9a5ec7fa79c7f902f036a81c43b8a2da) Jürgen Fischer
07:14 AM Revision 7d822f01 (qgis): Show tooltips for layer style dock labeling tabs
Nyall Dawson
04:32 AM Revision de632027 (qgis): [splashscreen] fix pixelated scaling
Mathieu Pellerin - nIRV
03:03 AM Revision 9c85f94a (qgis): Merge pull request #3294 from nyalldawson/brief_test
Add a doxygen test to ensure all classes have a brief description Nyall Dawson
02:27 AM Revision d3582abb (qgis): [FEATURE] Mouse wheel over sliders in color dialog to change value by
increments Nyall Dawson

2016-07-10

01:28 AM Revision b08dd470 (qgis): Add a doxygen test to ensure all classes have a brief description
Nyall Dawson
12:42 AM Revision 4145e337 (qgis): Add missing SIP bindings
Nyall Dawson
12:42 AM Revision 8828197a (qgis): Fix minor Coverity issues
Nyall Dawson
12:11 AM Revision d0b3e39c (qgis): msvc: use /bigobj for sip modules
Jürgen Fischer
12:07 AM Revision b94fbc04 (qgis): [oracle] Fix minor Coverity issues
Nyall Dawson
10:15 PM Revision 0f4d684d (qgis): Create some properties on QgsProject
Matthias Kuhn
10:14 PM Revision 9a917c4b (qgis): Create some properties on QgsProject
Matthias Kuhn
08:53 PM Revision 3da19183 (qgis): release.pl: use 99 instead of 999 for premajor minor
Jürgen Fischer
08:52 PM Revision 0cff17f9 (qgis): Merge pull request #3293 from timlinux/fix-osx-build
Fix build issue on OSX caused by minor version of 999 Jürgen Fischer
06:38 PM Revision 2f9ed29d (qgis): fix 39d6e79
Jürgen Fischer
02:58 PM Revision 3a419c05 (qgis): Fix build issue on OSX caused by minor version of 999
Tim Sutton
02:20 PM Revision 5fc34246 (qgis): fix typos and debian/copyright
(cherry picked from commit 2eee2e5c9cd771b0a4c8603b9db83ce516f63891) Jürgen Fischer
02:20 PM Revision 2eee2e5c (qgis): fix typos and debian/copyright
Jürgen Fischer
12:09 PM Revision daea10c1 (qgis): support utf-8 encoded release names
(cherry picked from commit c9838ccea481c8ca87c4e1647099cfe78777e795) Jürgen Fischer
12:09 PM Revision 7ccf0999 (qgis): support utf-8 encoded release names
(cherry picked from commit c9838ccea481c8ca87c4e1647099cfe78777e795) Jürgen Fischer
12:09 PM Revision c9838cce (qgis): support utf-8 encoded release names
Jürgen Fischer

2016-07-09

11:15 PM Revision 3d72837f (qgis): Fix installation path of scalable icons.
(cherry picked from commit f5b86230121d533a070748427b613610d308d4d3) Bas Couwenberg
11:14 PM Revision bc501999 (qgis): Fix installation path of scalable icons.
(cherry picked from commit f5b86230121d533a070748427b613610d308d4d3) Bas Couwenberg
11:14 PM Revision 39d6e798 (qgis): Fix installation path of scalable icons.
(cherry picked from commit f5b86230121d533a070748427b613610d308d4d3) Bas Couwenberg
11:13 PM Revision 9e70e2f6 (qgis): Merge pull request #3288 from sebastic/scalable-icons
Fix installation path of scalable icons. Jürgen Fischer
11:10 PM Revision f5b86230 (qgis): Fix installation path of scalable icons.
Bas Couwenberg
05:42 PM Revision 831337c9 (qgis): Initialize variables
Coverity fixe Matthias Kuhn
03:02 PM Revision c3edae1b (qgis): Just added a new person to the contrib map and list (#3285)
* Add Me in the map
* Add Me in the contrib list
matteo ghetta
03:02 PM Revision ca9a9973 (qgis): Add current documentation contributers (#3283)
Alexandre Neto,
Harrissou Sant-anna
Yves Jacolin
Alexandre Neto
02:05 PM Revision 41378e17 (qgis): Shutup build warning with Qt 5.6
Matthias Kuhn
12:25 PM Revision d2c98634 (qgis): Add null handling to value map edit widget (fixes #15215) (#3274)
* Add null handling to value map edit widget (fixes #15215)
* Return QVariant type
* Use hardcoded value for 'null'...
Daan Goedkoop

2016-07-08

02:12 PM Revision 07da9b17 (qgis): Bump version to 2.999
Jürgen Fischer
02:12 PM Revision 5ae67755 (qgis): New development branch for interim 2.x releases
Jürgen Fischer
02:11 PM Revision 89a6dbd9 (qgis): Release of 2.16 (Nødebo)
Jürgen Fischer
02:11 PM Revision 17562bd8 (qgis): changelog and news update for 2.16
Jürgen Fischer
02:11 PM Revision 68c2b0a8 (qgis): translation update for 2.16 from transifex
Jürgen Fischer
02:00 PM Revision 634f24b4 (qgis): Release of 2.14.4
Jürgen Fischer
12:59 PM Revision e451b9ad (qgis): indentation and spelling fixes
Jürgen Fischer
12:23 PM Revision 43334df6 (qgis): [pyqgis-console] APIs file updated
Salvatore Larosa
11:36 AM Revision 6f827138 (qgis): Fix build
Nyall Dawson
10:27 AM Revision 02cc0cc3 (qgis): Fix incorrect label/diagram distance when map is rotated
(Cherry-picked from 873eb7f90a271970a904b5d4a37740f91b24f941) Nyall Dawson
10:22 AM Revision c79f290b (qgis): [roadgraph] fix invalid characters in message (fix #15233)
Alexander Bruy
10:13 AM Revision 873eb7f9 (qgis): Fix incorrect label/diagram distance when map is rotated
Nyall Dawson
09:41 AM Revision 871ea87f (qgis): Fix deselecting features by clicking no feature
Nyall Dawson
09:41 AM Revision ea3fc65c (qgis): Avoid duplicate 'follow label placement' options in combo box
Nyall Dawson
06:06 AM Revision 6c0afcd4 (qgis): Move style dock button on toolbarst
Nathan Woodrow
03:47 AM Revision f31334f0 (qgis): Add myself (@nirvn) to contributor.json (#3284)
Mathieu Pellerin - nIRV
02:54 AM Revision b1de246e (qgis): const fixes
Nathan Woodrow
02:27 AM Revision 5a033836 (qgis): Update with my own long/lat coords...
Even Rouault
02:23 AM Revision e1211320 (qgis): Add myself to contributors.json and AUTHORS
Even Rouault

2016-07-07

01:49 AM Revision 8b08ffca (qgis): Add Alexandre Neto (#3282)
Alexandre Neto
12:19 AM Revision e4080eda (qgis): Streamline QgsMapLayerConfigWidgetFactory interface
Nathan
12:19 AM Revision 382986ff (qgis): [style dock] Add tooltips
Nathan
11:47 PM Revision a15d0328 (qgis): Merge pull request #3279 from ahuarte47/Issue_MeasureDialog_2
[Bugfix] Fix MeasureTool when DestinationCRS changes (2) Nyall Dawson
11:42 PM Revision 326786b4 (qgis): Fix Coverity memory leak warning
Nyall Dawson
11:42 PM Revision 07a72ad1 (qgis): Fix Coverity uninitialized variable warnings
Nyall Dawson
11:42 PM Revision 2a1c9c34 (qgis): Fix Coverity integer division warning
Nyall Dawson
10:21 PM Revision 010a850f (qgis): plugin manager: use relative font size
Jürgen Fischer
05:35 PM Revision b83aab7d (qgis): Save attribute table sort order persistently
Fix #15235 Matthias Kuhn
04:39 PM Revision febcabb0 (qgis): Make using recent expressions API simpler and add doxygen comment
Matthias Kuhn
04:39 PM Revision 56a0af5b (qgis): Sort attribute table by representation value where useful
Fix #15096
And aligns some edge-cases of sort behavior
Matthias Kuhn
04:13 PM Revision 31fc2b0c (qgis): Merge pull request #3278 from mhugo/master
Fix virtual layer construction from joined layer Hugo Mercier
03:47 PM Revision 2ac9ad55 (qgis): Fix MeasureTool when DestinationCRS changes (2)
Alvaro Huarte
03:37 PM Revision 2257d711 (qgis): Fix virtual layer construction from joined layer
Hugo Mercier
02:33 PM Revision 564c02e9 (qgis): [style dock] Reduce timeout on undo stack
Nathan
02:18 PM Revision f41cb6d7 (qgis): [oracle] Fix handling of date/time types
Also add test for Oracle default values
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from f9d839fac5569d...
Nyall Dawson
02:17 PM Revision f9d839fa (qgis): [oracle] Fix handling of date/time types
Also add test for Oracle default values
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
02:01 PM Revision 612043cd (qgis): Style dock: properly restore values in spinboxes for brightness etc (fi...
Martin Dobias
02:01 PM Revision cca79aa2 (qgis): Fix loss of transparency information in style dock (fixes #15229)
Martin Dobias
01:45 PM Revision 5ae78024 (qgis): Fix attribute table cannot map index when filtered
Matthias Kuhn
11:07 AM Revision c2fe2605 (qgis): fix crash when right-clicking on geometryless layers
(cherry picked from commit 054604bc709129efbc05098f09cacd8f0204efe9) Mathieu Pellerin - nIRV
09:33 AM Revision 77fa125b (qgis): fix build under NDK (#3276)
this fixes:
QgsMapToolTouch::isTransient()' marked override, but does not override
virtual bool isTransient() overrid...
Marco Bernasocchi
09:24 AM Revision fd446cfe (qgis): Merge map layer style undo commands that are created in short time (PR ...
This makes the undo stack grow slower (especially when typing or repeatedly
changing a value) and preserves memory.
Martin Dobias
03:43 AM Revision 9b102c2b (qgis): [style dock] Add tooltips for item icons
Nathan Woodrow
03:40 AM Revision 08bcba03 (qgis): [style dock] Add back missing style tab
Nathan Woodrow
02:27 AM Revision e0974437 (qgis): Fix globe plugin
Nathan

2016-07-06

11:31 PM Revision 7dd61049 (qgis): Fix warnings, logic error
Nyall Dawson
11:26 PM Revision bce15e8e (qgis): Fix failing doc test, some header cleanups
Nyall Dawson
11:25 PM Revision d37518d3 (qgis): Fix undo/redo for rule-based renderer/labeling in styling dock
Martin Dobias
11:17 PM Revision 156e7e0f (qgis): Merge pull request #3261 from ahuarte47/Issue_DestinationCrsChanged
[Bugfix] Fix position and scale when on-the-fly CRS transformation is disabled (fixes #15183) Nyall Dawson
10:27 PM Revision 3e183a27 (qgis): Fix updates of undo widget in styling panel
Before, on current layer change it would switch to undo stack
of freshly activated layer, ignoring the layer set in t...
Martin Dobias
09:48 PM Revision 1c91ae77 (qgis): Show breadcrumb and back button for rule based labeling (fixes #15153)
Following the way how rule based rendering widget was adjusted... Martin Dobias
05:26 PM Revision e00ba6d7 (qgis): Fix hillshading renderer XML loading (fixes #15195)
Martin Dobias
03:55 PM Revision af3ad834 (qgis): [style dock] Add icons for style manager dialog
Remove save for now until next release Nathan
03:36 PM Revision 123607be (qgis): Fix #14979 - Restore default style correctly
Nathan
03:03 PM Revision fdf16e3c (qgis): Rename QgsLayerStylingPanelFactory to QgsMapLayerConfigWidgetFactory
- Move QgsMapLayerPropertiesFactory into single factory object for
dock and properties
Nathan
11:00 AM Revision 0fc21a85 (qgis): Fix build
Nyall Dawson
09:59 AM Revision 01f61c57 (qgis): [oracle] Implement provider test suite
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 38e65c3f75bd57c16b37cff95137337db032014b)
Nyall Dawson
09:58 AM Revision 012a29df (qgis): [oracle] Fix feature request when expression compilation fails,
fix incorrect provider side use of limit when expression compilation
could not be used
On behalf of Faunalia, sponso...
Nyall Dawson
09:58 AM Revision e6dd24af (qgis): [oracle] Always keep geometry when fetched, as it may have been
requested for filter expressions or sorting
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 369e130d48...
Nyall Dawson
09:58 AM Revision 3c6c32d5 (qgis): [oracle] Fixes for oracle expression compilation
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 64bfbaaf5b44153f068a5f2d140e1abe4d4b83f5)
Nyall Dawson
09:57 AM Revision 03074955 (qgis): [oracle] Fix broken iterator rewind
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from d785b904ac51ebeb2d004da78bb7840e27e426a2)
Nyall Dawson
09:57 AM Revision 0c060bda (qgis): [oracle] Fix detection of geometry type when table contains some
empty geometries
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from fe93e6217548acb4710a63f94c4c18070f868...
Nyall Dawson
09:57 AM Revision 91c86bde (qgis): [oracle] Fix missing items in oracle connections in browser
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
09:55 AM Revision 04dc5cc9 (qgis): [oracle] Don't report import failures when user has cancelled import
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from a31a1d3f13101a906de88bd71981c61526ccb1ae)
Nyall Dawson
09:55 AM Revision 432934ce (qgis): [oracle] Synchronise wording and behaviour of browser actions
with postgres provider
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 82be399fcb2cfdcd64c41039f1a50f9...
Nyall Dawson
09:15 AM Revision 269db146 (qgis): Legend: leave away empty groups (fix #12969)
(cherry-picked from c78347) Marco Hugentobler
08:35 AM Revision 64bfbaaf (qgis): [oracle] Fixes for oracle expression compilation
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
08:35 AM Revision d089cbaa (qgis): [oracle] Fix feature request when expression compilation fails,
fix incorrect provider side use of limit when expression compilation
could not be used
On behalf of Faunalia, sponso...
Nyall Dawson
08:35 AM Revision 369e130d (qgis): [oracle] Always keep geometry when fetched, as it may have been
requested for filter expressions or sorting
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
08:35 AM Revision 38e65c3f (qgis): [oracle] Implement provider test suite
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
08:35 AM Revision ec56c3ed (qgis): Make browser less noisy on debug
Nyall Dawson
08:35 AM Revision fe93e621 (qgis): [oracle] Fix detection of geometry type when table contains some
empty geometries
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
08:35 AM Revision f1a15e3a (qgis): [oracle] Fix missing items in oracle connections in browser
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
08:35 AM Revision a31a1d3f (qgis): [oracle] Don't report import failures when user has cancelled import
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
08:35 AM Revision 82be399f (qgis): [oracle] Synchronise wording and behaviour of browser actions
with postgres provider
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
08:35 AM Revision 68748d0f (qgis): [oracle] Remove debugging noise
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
08:35 AM Revision d785b904 (qgis): [oracle] Fix broken iterator rewind
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
02:34 AM Revision 8eeceb0d (qgis): Merge pull request #3262 from ahuarte47/Issue_MeasureDialog
[Bugfix] Fix MeasureTool when DestinationCRS changes (fixes #15182) Nyall Dawson

2016-07-05

01:49 AM Revision e985f2c9 (qgis): Also show map layer actions in attribute table (fix #15127)
Nyall Dawson
10:41 PM Revision cdf82a26 (qgis): Use QGSCOMPARENEAR macro in tracer test
Martin Dobias
10:10 PM Revision 586e14cb (qgis): Fix recording of points for live GPS tracking (fixes #14996)
(cherry picked from commit 1cb4adc0845744f92214842299722345c7c99859) Martin Dobias
10:06 PM Revision 1cb4adc0 (qgis): Fix recording of points for live GPS tracking (fixes #14996)
Martin Dobias
07:32 PM Revision 47eae586 (qgis): [processing] Fix preconfigured alg creation (fixes #15100)
Martin Dobias
07:21 PM Revision e4a69234 (qgis): Fix relative paths for offline editing
Matthias Kuhn
02:06 PM Revision 102ba2d3 (qgis): Much faster selection of large number of nodes using node tool
Refs #13963 Nyall Dawson
12:02 PM Revision ab13c634 (qgis): [travis] Use clang for Qt5 builds (#3275)
To get warnings from different compilers Matthias Kuhn
10:26 AM Revision 72f3f3c1 (qgis): Improve code readability and silence warning
Matthias Kuhn
07:59 AM Revision fd88d91b (qgis): Use QgsCRSCache in more places
Nyall Dawson
05:51 AM Revision 867dbe53 (qgis): Make QgsCRSCache thread safe
Nyall Dawson
05:35 AM Revision 339d0616 (qgis): Use QgsCRSCache instead of looking up CRS by srs id (refs #15193)
Nyall Dawson
03:42 AM Revision 9139872c (qgis): Fix crash when using add circular string by radius tool
Nyall Dawson
03:25 AM Revision f9b02307 (qgis): Add missing tools in Edit menu (fix #15211)
Harrissou Santanna
02:54 AM Revision cfb1895f (qgis): Reenable Doxygen ingroup test
Nyall Dawson
02:51 AM Revision 5cf733b5 (qgis): Fix style dock not responding to order by changes (fix #15205)
Nyall Dawson
02:51 AM Revision d8f2462b (qgis): Don't disable style dock when no layer is selected
Since the style dock has it's own layer selector, it should always
be enabled and not tied to an active legend layer
Nyall Dawson

2016-07-04

01:56 AM Revision 5c270ebe (qgis): Fix first range when exporting graduated renderer to sld (fix #15212)
Nyall Dawson
01:23 AM Revision e1021117 (qgis): Followup 5daa54, add unit tests
Nyall Dawson
01:16 AM Revision 3d8269ef (qgis): Fix Doxygen "added in" check
Nyall Dawson
03:57 PM Revision f861ed27 (qgis): [ArcGIS REST] Fix broken browser data items
Sandro Mani
03:57 PM Revision e4afb2fb (qgis): [ArcGIS REST] Guard against possible null-pointer defereference
Sandro Mani
02:11 PM Revision 2122c4db (qgis): Temporarily disable doxygen group test
Nyall Dawson
01:57 PM Revision 43d41539 (qgis): Merge pull request #3258 from elpaso/offline_editing_tests
Added offline editing WFS tests and debug info Alessandro Pasotti
12:29 PM Revision 0a0c5e42 (qgis): Make doxygen test check that classes have "added in QGIS ..." note
Nyall Dawson
11:57 AM Revision 0a056f8a (qgis): Add doxygen test to force use of \ingroup for classes
Using the group tag helps keep the API docs organized Nyall Dawson
11:57 AM Revision a240cd8f (qgis): Replace doxygen MapComposer group with core/gui
Since the MapComposer group doesn't actually exist Nyall Dawson
11:57 AM Revision 9f299a68 (qgis): Clean up doxygen modules listing
Nyall Dawson
11:47 AM Revision a058c36b (qgis): Added offline editing WFS tests and debug info
Alessandro Pasotti
11:25 AM Revision 36880111 (qgis): Rename File Toolbar into Project Toolbar (#3272)
Harrissou Santanna
10:09 AM Revision 1316d9c7 (qgis): Suppress startup warning
https://travis-ci.org/qgis/QGIS/jobs/142140038#L1537-L1539 Matthias Kuhn
09:54 AM Revision cd359521 (qgis): [BUGFIX] QgsMapLayerRegistry: Check layers before removed
Probably fixed #15088 Segmentation fault when using layersRemoved SIGNAL René-Luc ReLuc
09:52 AM Revision 2bbd2018 (qgis): Merge pull request #3250 from rldhont/qgsmaplayerregistry_check_layers_...
[BUGFIX] QgsMapLayerRegistry: Check layers before removed René-Luc ReLuc
09:43 AM Revision 5d4836e9 (qgis): add quotes to field name is the rendering order settings dialog (#3270)
(fixes #15203) Mathieu Pellerin - nIRV
09:37 AM Revision 3d0e6e8f (qgis): [rule-based renderer] keep rendering order from other renderers (#3269)
(fixes #15204) Mathieu Pellerin - nIRV
05:30 AM Revision a0f329e3 (qgis): Fix QgsMapLayerRegistry test on Travis builds
Nyall Dawson
05:30 AM Revision ea32e6ae (qgis): Fix debugging noise
Nyall Dawson
04:32 AM Revision 0dc0f692 (qgis): [styledock] reduce height of vector layer rendering section (#3268)
Mathieu Pellerin - nIRV
04:26 AM Revision 1a08f0ab (qgis): Add full test suite for QgsMapLayerRegistry, also don't emit
any layer removed signals when no layers will actually be
removed
Nyall Dawson
04:26 AM Revision 6b3cb245 (qgis): Cleanups to QgsMapLayerRegistry
- const correctness
- improve and clarify docs, remove outdated notes
- add some QGIS 3.0 todos
Nyall Dawson

2016-07-03

01:10 AM Revision 15c2f0a9 (qgis): Make QgsMapLayer::name a Q_PROPERTY (#3259)
Make QgsMapLayer::name a Q_PROPERTY
And align setName / name / nameChanged
Deprecates setLayerName / layerNameChanged
Matthias Kuhn
12:43 AM Revision 143cfab1 (qgis): [processing] Difference: don't ignore invalid geometries by default
Fix #9297 Matthias Kuhn
12:20 AM Revision dd715b23 (qgis): Don't assume qobject_cast works on objects currently being deleted
Matthias Kuhn
12:03 AM Revision f3bfef40 (qgis): Safety checks for unregistering map layers from registry
If a map layer which is registered is deleted outside of the layer
registry but not unregistered, the layer registry ...
Matthias Kuhn
11:28 PM Revision 61036693 (qgis): Added sponsors generated from changelog site (#3264)
* Added sponsors generated from changelog site
* Use a single rule for including sponsor images rather. Remove terrel...
Tim Sutton
08:22 PM Revision a6954b27 (qgis): [dbmanager] re-enable line number again (followup 5e36de7 and d9f934f)
Jürgen Fischer
02:54 PM Revision f6710b05 (qgis): python3 fixes
Matthias Kuhn
02:48 PM Revision 5e36de70 (qgis): [dbmanager] Fix error when opening SQL window
Matthias Kuhn
12:51 PM Revision 0fccb079 (qgis): [gui] improve load min/max widget UI/UX (#3253)
Mathieu Pellerin - nIRV

2016-07-02

01:27 AM Revision f470dfb0 (qgis): dxf export: don't use 3D coordinates for filled circles (followup b3bf4...
Jürgen Fischer
06:55 PM Revision c277e6e5 (qgis): Fix tests, partially reverts ff1f9cf
Matthias Kuhn
06:36 PM Revision b649c0bf (qgis): release.pl:
* add second 'master' branch for interim release before a new major release
* allow to skip transifex update
Jürgen Fischer
06:09 PM Revision ff1f9cf5 (qgis): Doxymentation for QgsVectorLayer signals
Matthias Kuhn
05:44 PM Revision 9446b20f (qgis): [gui/hidpi] scale splash screen on startup not on release
Jürgen Fischer
05:16 PM Revision 87d0168f (qgis): Fix comment typo
Matthias Kuhn
05:15 PM Revision f54d845d (qgis): Run startup.py only once
Fix #15189 Matthias Kuhn
02:56 PM Revision 459fa8c0 (qgis): [style dock] fix crash with undo widget
Nathan
05:40 AM Revision ef35faf4 (qgis): Fix margins on photo and web view edit widgets
(cherry-picked from ece46d1c43df31d5688404e3c4ff5ee016c307c1) Nyall Dawson
05:34 AM Revision 28a9b997 (qgis): Various fixes for photo editor and external resource widgets
- Clear picture when changing from a feature with a picture to
a feature with no picture set
- Don't try to load "NUL...
Nyall Dawson
03:16 AM Revision 7ce8cade (qgis): Fix Travis build, take 2
Nyall Dawson
02:12 AM Revision 8af72656 (qgis): Fix travis build
Nyall Dawson

2016-07-01

01:33 AM Revision 85a59692 (qgis): Fix test
Nyall Dawson
11:05 AM Revision 4057c3a6 (qgis): Add test code
Alvaro Huarte
10:47 AM Revision 4d8bb8b3 (qgis): [ogr] Read GPX elevation values as geometry Z values
(cherry-picked from 4080aad0eef5d8ca78fdab2e3c4e3ce0815e6610) Nyall Dawson
10:46 AM Revision 7e85d294 (qgis): Fix cannot set line symbol data defined properties for vector
field marker (refs #15131)
(cherry-picked from 6d6aa8dd271f8990ceb713e3deb4cb57cca6db99)
Nyall Dawson
10:45 AM Revision 8bd4558f (qgis): Fix vector field symbol does not use subsymbol color (fix #15130)
(cherry-picked from e6034e9a1ed69f6e345a7a2dc7e42754107896a3) Nyall Dawson
10:44 AM Revision 92fc4ebc (qgis): Capitalisation
(cherry-picked from 302f8d418f8bc0e228d8897fbbd4f65895430047) Nyall Dawson
10:44 AM Revision eb5b428e (qgis): Make measure dialog only stay on top of QGIS window (fix #12261)
(cherry-picked from 340a6f654b5803f21a89ccbc22950cca80f4331b) Nyall Dawson
10:42 AM Revision 4235f9ec (qgis): Fix displacement renderer when using map unit sizes for symbols
(cherry-picked from 8868303dbd4fad26eeb88bc5a18ba3ffe5a0e719) Nyall Dawson
10:42 AM Revision c33b7adc (qgis): Fix displacement symbols with data defined properties (fix #9601)
Previously only the attributes of the first feature were being
used to render the points inside a group
(cherry-pick...
Nyall Dawson
10:41 AM Revision 28724951 (qgis): [composer] Instant feedback for legend when linked map changes
(cherry-picked from f9ff5e25d3eb1a2df52d5460e2ae8944aaa6418f) Nyall Dawson
10:41 AM Revision 4d14d367 (qgis): [composer] Double click legend item to edit text (fix #13578)
(cherry-picked from dbf8d89459fb37921c1ce0ddb36ef5c1dd4a608d) Nyall Dawson
10:39 AM Revision edd6301f (qgis): Followup 71dc33, fix projective transform in georeferencer (fix #14551)
(cherry-picked from 83160632ace41ef0306c903d977ef27283f83dcb) Nyall Dawson
10:39 AM Revision 68739c6a (qgis): Fix selecting features by radius (fix #14748)
(cherry-picked from 33a5ee7ab47c8c6db2985ef755ef6bdca23b36a0) Nyall Dawson
10:39 AM Revision 5305486e (qgis): Fix incorrect area calculation for polygon (fix #14675)
(cherry-picked from bf4cf51e1a259252d5a762845f20aaac12d672bf) Nyall Dawson
10:38 AM Revision 221909f0 (qgis): Save raster symbology with full precision (fix #14950)
(cherry-picked from a6cb81bf609196677118a87c468489ba58583bae) Nyall Dawson
10:38 AM Revision 5091c318 (qgis): Remove "attribute table" from dialog title (fix #14959)
Nyall Dawson
10:37 AM Revision 59c35dff (qgis): Fix actions are not enabled when loading layer with default style (fix ...
(cherry-picked from 1563526f0dc59ae2b1fdc4a58c07488c5603de3d) Nyall Dawson
10:37 AM Revision 563c4703 (qgis): Fix cannot deactivate customization widget catcher (fix #9732)
(cherry-picked from e76571959431b5c9b96862578f8485dbfd203521) Nyall Dawson
10:36 AM Revision dc961d53 (qgis): [composer] Make parameterised SVG arrow heads respect colors (fix #14997)
(cherry-picked from 78c434a6c4fbdb6004c725abe0121dc4dd6dd8dc) Nyall Dawson
10:35 AM Revision 57930ea6 (qgis): Fix debug noise when using 25D geometry layers
(cherry-picked from 92830a25090aae54d9b01b56bfe31f48a5fed71f) Nyall Dawson
10:35 AM Revision 54e5dfc8 (qgis): Classifications on joined fields should only consider values which
are matched to layer's features (fix #9051)
(cherry-picked from 16eb1e14d0ba2b78f2d12a0813887a7bc493204c)
Nyall Dawson
10:35 AM Revision 44c73720 (qgis): Prevent creating invalid join in add join dialog (fixes crash)
(cherry-picked from 693ead28bbb8f7837d8d211c1472eb32069084d9) Nyall Dawson
10:35 AM Revision 4baa0fb6 (qgis): Update test import
Nyall Dawson
09:30 AM Revision 91a1d33f (qgis): Fix virtual fields which depend on other virtual fields may not be
calculated in some circumstances (fix #14939)
(cherry-picked from df0d5969aa8e3bf0ec653bb6d6395afe1cf58950)
Nyall Dawson
09:28 AM Revision 248ba385 (qgis): Default to requesting all attributes for python expression functions
Fix #14985
(cherry-picked from 1bc17e6c4f40ab64a7d3443886e13f926dab23b7)
Nyall Dawson

2016-06-30

12:29 AM Revision be8e4f96 (qgis): Always use string comparison in expressions for string fields
Fixes #13204
(cherry-picked from 8a2e8715fb3ffa21ecbd3d38310b04257029f656)
Nyall Dawson
12:29 AM Revision 482140bf (qgis): Fix issues rendering SVG with text (fix #14644, #14794)
(cherry-picked from 2265115f8003857e538f07287c1337fed463a39c) Nyall Dawson
12:28 AM Revision db9a95e5 (qgis): Fix home dir being added as default svg and template path
Fixes #14662, #14652, #14883 Nyall Dawson
12:28 AM Revision cb9c026c (qgis): Add missing proxies for legend check behaviour to subrenderers
for inverted polygon and displacement renderers
(cherry-picked from 7a8d9dd50654a27c4ecaaccfd66974dded6aaaa9)
Nyall Dawson
12:27 AM Revision 0750c1d5 (qgis): Fix inverted polygons and displacement renderer don't allow right
click on legend items (fix #14966)
(cherry-picked from b2c43cb99715194c79dd011656f372edb8745a77)
Nyall Dawson
12:27 AM Revision a1e1614c (qgis): Fix inverted polygon & displacement renderer don't show
color wheel in legend menu
Move embedded renderer handling to QgsFeatureRendererV2 and
add support for embedded rend...
Nyall Dawson
12:26 AM Revision 0a93bdd3 (qgis): [effect] fix issue with svg marker and antialiasing (fixes #14960)
Credit for original patch to @nirvn
(cherry-picked from 179a92cd65a70a411c8085875ab3e20bf5fa5d46)
Nyall Dawson
12:25 AM Revision 5aa69ce1 (qgis): Only emit QgsCollapsibleGroupBoxBasic::collapsedStateChanged when state...
Sandro Mani
12:25 AM Revision 42fa83cc (qgis): Fix avoid crash when measuring empty geometry
Sandro Mani
12:24 AM Revision ae6592d5 (qgis): Add QgsDistanceArea test for empty polygon
(cherry-picked from ebdccf3869e8ccf1e495b7e5ba6119d94fec4980) Nyall Dawson
12:23 AM Revision a8ecdb52 (qgis): Fix crash when saving categorized symbology
Marco Hugentobler
12:22 AM Revision ab0800ad (qgis): Fix QgsCurvePolygon sip bindings
Sandro Mani
12:21 AM Revision 449bb4f7 (qgis): [processing] fix missing quotes to field name in refactor fields
(cherry-picked from 14342ce65a84c1efa377862eeac085642736ed1b) Nyall Dawson
12:15 AM Revision 33e2aa6e (qgis): Set cursor to pan cursor when space-dragging canvas
(cherry-picked from 79d640715e5a5bf0d4e5e1f0d9d43becc3990502) Nyall Dawson
12:15 AM Revision 71132241 (qgis): [composer] Prevent zooming out/in too far
Would cause issues when scale became 0 and it was impossible
to further interact with the composer.
(cherry-picked f...
Nyall Dawson
12:15 AM Revision 70d2c9b7 (qgis): Fix MeasureTool when DestinationCRS changes
Alvaro Huarte
12:13 AM Revision 0cc424d8 (qgis): Fix incorrect tooltips in effects widget
(cherry-picked from e2abea671c052ffdce98474dacb9e3d3f287eb8e) Nyall Dawson
12:10 AM Revision 4e41c36d (qgis): Cast each child of QgsAnnotationItem in SIP bindings for Python
(cherry-picked from eeea18ecba2ecce8c57d4539d00768821dd1e9e7) ThomasG77
12:10 AM Revision 4c12f3a8 (qgis): Add some tooltips to relation subform buttons
(cherry-picked from fff938c5d9d3b4e213ce37334dfbc180591f8266) Nyall Dawson
12:04 AM Revision cb135e94 (qgis): [gui] improve no color logic by keeping RGB values
(cherry-picked from 64823d10c57e7769aa27cbfa273a5f9496e528f5) Nyall Dawson
11:59 PM Revision 71308c71 (qgis): Add test for color button that setting color to transparent
will retain non-alpha color components
(cherry-picked from 4089cc52266aab0e41b83546ee33c22040c1f417)
Nyall Dawson
11:54 PM Revision a66f1f89 (qgis): Always mark features as valid when added to memory provider
For other providers features will automatically be made valid
through the proces of adding to the provider's storage ...
Nyall Dawson
11:16 PM Revision 600ff4f8 (qgis): initially disable advanced digitizing panel (fixes #15073)
Jürgen Fischer
09:53 PM Revision 174d112d (qgis): * initialize pasted feature with default values (fixes #8800)
* show default values of new features in attribute table and identify
results
Jürgen Fischer
09:26 PM Revision 5d0f628f (qgis): Indentation fix
Even Rouault
06:44 PM Revision 6a93df75 (qgis): Remove outdated comment
Even Rouault
06:41 PM Revision 4158ea7d (qgis): Merge branch 'release-2_14' of github.com:qgis/QGIS into release-2_14
Even Rouault
06:41 PM Revision c237ba71 (qgis): [Spatialite provider] Make sure to release dangling connections on prov...
Fixes #15137 Even Rouault
06:33 PM Revision 55f172b3 (qgis): [OGR provider] Make sure to release dangling connections on provider cl...
Fixes #15137 Even Rouault
06:24 PM Revision a3dfd9d9 (qgis): mssql provider: make mapping of import fields case-insensitive
(cherry picked from commit 6f7a999ebf3bdf1561cfce49e4908a23adf958b3) Jürgen Fischer
06:23 PM Revision 6f7a999e (qgis): mssql provider: make mapping of import fields case-insensitive
Jürgen Fischer
06:19 PM Revision 46d40421 (qgis): Return zero from "points in polygons" instead of both zero/null (fixes ...
Martin Dobias
06:18 PM Revision 5188a522 (qgis): Merge branch 'fix_release_conn_on_ogr_and_spatialite_closing'
Even Rouault
05:29 PM Revision 0409f5e3 (qgis): Fix WMS extent calculation from <EX_GeographicBoundingBox> (fixes #14974)
Martin Dobias
05:09 PM Revision 4ad50a70 (qgis): [Spatialite provider] Make sure to release dangling connections on prov...
Fixes #15137 Even Rouault
05:09 PM Revision 2d825bcd (qgis): [OGR provider] Make sure to release dangling connections on provider cl...
Fixes #15137 Even Rouault
05:08 PM Revision 5b174563 (qgis): Fix zoom and scale of MapCanvas when DestinationCrs changes
Alvaro Huarte
05:04 PM Revision bf07d2bf (qgis): Support also curved geometries for tracing (fixes #15109)
Martin Dobias
02:28 PM Revision 5f662762 (qgis): Fix incorrectly loaded sublayers if they had the same name (fixes #15168)
Use "layerid=N" instead of "layername=XYZ" for OGR sublayers Martin Dobias
12:04 PM Revision 3cba1aa2 (qgis): test_provider_shapefile: add test for correct repacking on feature dele...
Even Rouault
11:55 AM Revision 647ab4e9 (qgis): Only insert segment snap points in the layer they belong
Fixes #13952 Sandro Santilli
10:35 AM Revision 9a28b51e (qgis): [styledock] Improve fix for crash with non-spatial layers
Follow up 58dbe56 (which fixes #15179) Martin Dobias
10:25 AM Revision 19564672 (qgis): Fix raster load min/max from extent in style dock (fix #15171)
Nyall Dawson

2016-06-29

12:16 AM Revision b49ada28 (qgis): Always use full precision when exporting to SLD (fix #15176)
Nyall Dawson
 

Also available in: Atom