Package: qgis / 2.4.0-1

Metadata

Package Version Patches format
qgis 2.4.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
arm_qreal.patch | (download)

python/core/composer/qgsatlascomposition.sip | 4 2 + 2 - 0 !
src/app/composer/qgscomposer.cpp | 2 1 + 1 - 0 !
src/core/composer/qgsatlascomposition.cpp | 4 2 + 2 - 0 !
src/core/composer/qgsatlascomposition.h | 6 3 + 3 - 0 !
src/gui/qgscomposerview.cpp | 2 1 + 1 - 0 !
5 files changed, 9 insertions(+), 9 deletions(-)

 fix qreal vs double issues.
 This patch tries to fix qreal VS double issues for ARM
 .
 There are two seperate issues, the first is trivial just a typecast on
 a const.
 .
 The second is however less-trivial. sip doesn't seem to like the type
 QVector<double> on platforms where qreal is float.
 .
 Upstream do not believe changing the type to qreal will have knock-on
 impacts on the native code and recommend applying the patch. It will
 hopefully be merged upstream soon.

allows to typo.patch | (download)

ChangeLog | 72 36 + 36 - 0 !
python/core/symbology-ng/qgsinvertedpolygonrenderer.sip | 2 1 + 1 - 0 !
python/gui/editorwidgets/core/qgseditorwidgetfactory.sip | 2 1 + 1 - 0 !
src/core/symbology-ng/qgsinvertedpolygonrenderer.h | 2 1 + 1 - 0 !
src/gui/editorwidgets/core/qgseditorwidgetfactory.h | 2 1 + 1 - 0 !
5 files changed, 40 insertions(+), 40 deletions(-)

 fix 'allows to' typos.
python env.patch | (download)

scripts/random_vector.py | 2 1 + 1 - 0 !
scripts/widgets_tree.py | 2 1 + 1 - 0 !
src/plugins/grass/qgis_grass_test.py | 2 1 + 1 - 0 !
src/plugins/grass/scripts/db.connect-login.pg.py | 2 1 + 1 - 0 !
src/plugins/grass/scripts/qgis.v.kernel.rast.py | 2 1 + 1 - 0 !
src/plugins/grass/scripts/r.external.all.py | 2 1 + 1 - 0 !
src/plugins/grass/scripts/v.out.ogr.pg.py | 2 1 + 1 - 0 !
7 files changed, 7 insertions(+), 7 deletions(-)

 use /usr/bin/python2.7 explicitly


disable doxygen.patch | (download)

doc/CMakeLists.txt | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 disable doxygen, only built in build-indep target.
0001 oracle provider fix closing of iterator in case of e.patch | (download)

src/providers/oracle/qgsoraclefeatureiterator.cpp | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 deletions(-)

 oracle provider: fix closing of iterator in case of error
0001 enable feature form on openFeatureForm on editable l.patch | (download)

src/app/qgsfeatureaction.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 enable feature form on openfeatureform on editable layer (fixes
 #10865)
0001 change str to unicode fix 10624.patch | (download)

python/plugins/processing/modeler/ModelerParameterDefinitionDialog.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change str to unicode fix #10624
0001 Fix joinConnectedFeatures not keeping the featurePar.patch | (download)

src/core/pal/layer.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix joinconnectedfeatures not keeping the featureparts list in sync
 (Funded by Sourcepole)
0001 processing fix join to layer with join fix 10244.patch | (download)

python/plugins/processing/tools/vector.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [processing] fix join to layer with join (fix #10244)
0001 processing fixed 10792.patch | (download)

python/plugins/processing/modeler/ModelerParametersDialog.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [processing] fixed #10792
0001 Typo fixes from Rome airport.patch | (download)

src/mapserver/qgswmsserver.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 typo fixes from rome airport
0001 Fix 10589 Gesture events don t get sent correctly wi.patch | (download)

src/gui/qgsmapcanvas.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix #10589 - gesture events don't get sent correctly with
 interactive mode on view
0001 metasearch fix fsf address.patch | (download)

ms-windows/Installer-Files/LICENSE.txt | 6 3 + 3 - 0 !
python/plugins/MetaSearch/__init__.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/__init__.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/maindialog.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/manageconnectionsdialog.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/newconnectiondialog.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/recorddialog.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/dialogs/xmldialog.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/plugin.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/ui/__init__.py | 7 3 + 4 - 0 !
python/plugins/MetaSearch/util.py | 7 3 + 4 - 0 !
11 files changed, 33 insertions(+), 43 deletions(-)

 metasearch: fix fsf address
0001 processing fixed 10445.patch | (download)

python/plugins/processing/gui/BatchInputSelectionPanel.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [processing] fixed #10445
0001 processing methods in dataobjects.py now return laye.patch | (download)

python/plugins/processing/tools/dataobjects.py | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 [processing] methods in dataobjects.py now return layers ordered by
 name
0001 processing Sort algorithms when updating provider al.patch | (download)

python/plugins/processing/gui/ProcessingToolbox.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [processing] sort algorithms when updating provider alg list.
0001 Fix 10744 crashes with CSV files with parallel rende.patch | (download)

src/providers/delimitedtext/qgsdelimitedtextfile.cpp | 24 12 + 12 - 0 !
src/providers/delimitedtext/qgsdelimitedtextfile.h | 4 4 + 0 - 0 !
2 files changed, 16 insertions(+), 12 deletions(-)

 fix #10744 (crashes with csv files with parallel rendering)
0001 Fix 10828 slow project loading.patch | (download)

src/gui/qgsmaplayermodel.cpp | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 fix #10828 (slow project loading)
0001 composer Fix calculation of rotated image size insid.patch | (download)

src/core/composer/qgscomposeritem.cpp | 21 15 + 6 - 0 !
1 file changed, 15 insertions(+), 6 deletions(-)

 [composer] fix calculation of rotated image size inside picture
 items when rotation is 90 or 270 degrees
0001 composer Prevent crash when loading project which co.patch | (download)

src/core/composer/qgscomposermap.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [composer] prevent crash when loading project which contains no grid
 elements (refs #10905)
0001 composer Fix loss of alpha value for attribute table.patch | (download)

src/core/composer/qgscomposertable.cpp | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [composer] fix loss of alpha value for attribute table grid color
 when project saved and restored
0001 Fix 10909 SVG markers rendered as images in composer.patch | (download)

src/core/symbology-ng/qgsmarkersymbollayerv2.cpp | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix #10909 (svg markers rendered as images in composer)
0001 Only add feature once when python init function is s.patch | (download)

src/gui/qgsattributeformlegacyinterface.cpp | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 =?utf-8?q?only=20add=20feature=20once=20when=20python=20init=20func?=
 =?UTF-8?q?tion=20is=20set=20on=20attribute=20form=0AFix=20#10862?=
0001 Disable preview modes under OSX due to issues with Q.patch | (download)

src/app/composer/qgscomposer.cpp | 4 4 + 0 - 0 !
src/app/qgisapp.cpp | 8 8 + 0 - 0 !
src/ui/qgisapp.ui | 4 2 + 2 - 0 !
3 files changed, 14 insertions(+), 2 deletions(-)

 disable preview modes under osx due to issues with qgraphicseffects
 under OSX (refs #10761)
0001 do not transform toString to quote values NULL integ.patch | (download)

src/providers/postgres/qgspostgresprovider.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not transform tostring to quote values (null integer becomes 0
 otherwise)
0001 Finding python library on Ubuntu 14.04 64bit.patch | (download)

cmake/FindPythonLibrary.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 finding python library on ubuntu 14.04 64bit
0001 Don t set field value to NULL if multiline text edit.patch | (download)

src/gui/editorwidgets/qgstexteditwidget.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't set field value to null if multiline text edit has not been
 edited
0001 server fix absolute path conversion on windows.patch | (download)

src/mapserver/qgsserverprojectparser.cpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 server: fix absolute path conversion on windows
0001 fix editing of NULL values fixes 0 to NULL and fixes.patch | (download)

src/gui/qgsattributeform.cpp | 6 4 + 2 - 0 !
src/providers/postgres/qgspostgresprovider.cpp | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 3 deletions(-)

 fix editing of null values (fixes 0 to null, and fixes setting of
 NULL values in postgres)
0001 Followup b53cab2 Edit dialog is not an add dialog.patch | (download)

src/app/qgsfeatureaction.cpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 =?utf-8?q?followup=20b53cab2,=20edit=20dialog=20is=20not=20an=20add?=
 =?UTF-8?q?=20dialog=0AFix=20#11036?=
0001 Bug 10974 QGIS WFS Server provides too much precisio.patch | (download)

python/core/qgsgeometry.sip | 7 4 + 3 - 0 !
python/core/qgsogcutils.sip | 8 4 + 4 - 0 !
src/core/qgis.h | 4 2 + 2 - 0 !
src/core/qgsgeometry.cpp | 16 8 + 8 - 0 !
src/core/qgsgeometry.h | 7 4 + 3 - 0 !
src/core/qgsogcutils.cpp | 38 19 + 19 - 0 !
src/core/qgsogcutils.h | 8 4 + 4 - 0 !
src/mapserver/qgswfsserver.cpp | 18 9 + 9 - 0 !
8 files changed, 54 insertions(+), 52 deletions(-)

 bug #10974 qgis wfs server provides too much precision
0001 Bug 9797 Add a precision setting for GetFeatureInfo .patch | (download)

python/core/qgsgeometry.sip | 5 3 + 2 - 0 !
src/core/qgsgeometry.cpp | 14 7 + 7 - 0 !
src/core/qgsgeometry.h | 5 3 + 2 - 0 !
src/mapserver/qgswmsserver.cpp | 30 15 + 15 - 0 !
4 files changed, 28 insertions(+), 26 deletions(-)

 bug #9797 add a precision setting for getfeatureinfo geometry
 attributes
0001 BUGFIX Issue 11109 Write relative path in project XM.patch | (download)

src/app/qgisapp.cpp | 1 1 + 0 - 0 !
src/core/layertree/qgslayertreeutils.cpp | 22 22 + 0 - 0 !
src/core/layertree/qgslayertreeutils.h | 3 3 + 0 - 0 !
src/core/qgsproject.cpp | 21 2 + 19 - 0 !
src/core/qgsproject.h | 3 0 + 3 - 0 !
5 files changed, 28 insertions(+), 22 deletions(-)

 [bugfix] issue #11109 - write relative path in project xml for
 embedded groups and layers when needed
0001 Fix 10720.patch | (download)

src/mapserver/qgswmsprojectparser.cpp | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix #10720