[QGIS Commit] [qgis/QGIS] 68011d: fix QGis::featureType output
GitHub
noreply at github.com
Thu Jan 23 13:11:59 PST 2014
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 68011dd2c831c5abbbbbaa7a561f3356b7b74f13
https://github.com/qgis/QGIS/commit/68011dd2c831c5abbbbbaa7a561f3356b7b74f13
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/core/qgis.h
Log Message:
-----------
fix QGis::featureType output
Commit: 0d2c564cf27f1c0c84f49465405b8df800f62297
https://github.com/qgis/QGIS/commit/0d2c564cf27f1c0c84f49465405b8df800f62297
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/app/gps/qwtpolar-0.1/qwt_polar_grid.cpp
M src/app/qgsprojectproperties.cpp
M src/core/spatialite/spatialite.c
M src/plugins/dxf2shp_converter/dxf2shpconverter.cpp
M src/plugins/dxf2shp_converter/dxflib/src/dl_attributes.h
M src/plugins/dxf2shp_converter/dxflib/src/dl_extrusion.h
M src/plugins/dxf2shp_converter/shapelib-1.2.10/dbfopen.c
M src/plugins/dxf2shp_converter/shapelib-1.2.10/shpopen.c
M src/plugins/dxf2shp_converter/shapelib-1.2.10/shprewind.c
M src/plugins/evis/evis.cpp
M src/plugins/georeferencer/qgsgeorefplugin.cpp
M src/plugins/georeferencer/qgsgeoreftransform.cpp
M src/plugins/globe/globe_plugin.cpp
M src/plugins/globe/osgEarthUtil/Controls.cpp
M src/plugins/gps_importer/qgsgpsplugin.cpp
M src/plugins/grass/qtermwidget/CharacterColor.h
M src/plugins/grass/qtermwidget/Filter.cpp
M src/plugins/grass/qtermwidget/KeyboardTranslator.cpp
M src/plugins/grass/qtermwidget/TerminalDisplay.cpp
M src/plugins/heatmap/heatmap.cpp
M src/plugins/offline_editing/offline_editing_plugin.cpp
M src/plugins/spatialquery/qgsspatialqueryplugin.cpp
M src/plugins/spit/qgsspitplugin.cpp
M src/plugins/sqlanywhere/sasourceselect.h
M src/plugins/sqlanywhere/sqlanywhere.cpp
M src/plugins/topology/topol.cpp
M src/plugins/zonal_statistics/qgszonalstatisticsplugin.cpp
M src/providers/oracle/ocispatial/qsql_ocispatial.cpp
Log Message:
-----------
implement more cppcheck suggestions
Commit: cb5c4e9982f60cef56f882d70d651f7a176e76f3
https://github.com/qgis/QGIS/commit/cb5c4e9982f60cef56f882d70d651f7a176e76f3
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M python/core/qgsgeometry.sip
M tests/src/python/CMakeLists.txt
A tests/src/python/test_qgsdistancearea.py
M tests/src/python/test_qgsgeometry.py
Log Message:
-----------
add QgsDistanceArea tests and enhance QgsGeometry tests a bit
(in preparation for a QgsGeometry wkb update)
Commit: 37df79236297c8668c47cf10256235c9357187fc
https://github.com/qgis/QGIS/commit/37df79236297c8668c47cf10256235c9357187fc
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/core/qgslogger.cpp
Log Message:
-----------
fix source path stripping in debug messages
Commit: 6bbd17c217e405db9ccfae629b0cc86ff28ca05b
https://github.com/qgis/QGIS/commit/6bbd17c217e405db9ccfae629b0cc86ff28ca05b
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/analysis/interpolation/qgsinterpolator.cpp
M src/analysis/interpolation/qgstininterpolator.cpp
M src/core/qgsdistancearea.cpp
M src/core/qgsgeometry.cpp
M src/core/qgsgeometry.h
M src/core/qgsogcutils.cpp
M tests/src/python/test_qgsgeometry.py
Log Message:
-----------
QgsGeometry refactoring:
* rework wkb parsing using Qgs(Const)WkbPtr
* replaces pointer dereferencing with memcpy
* should work on platform that don't allow unaligned accesses
* "fix" adjacentVertices() for invalid inputs
* improved support for MULTIPOINT
* fixes insertion of first vertex into linestrings
* fixes inserting into multipolygons
Commit: c38fadbaf2ba6d1bc9a8e106f324d73a12716a39
https://github.com/qgis/QGIS/commit/c38fadbaf2ba6d1bc9a8e106f324d73a12716a39
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/analysis/vector/mersenne-twister.cpp
M src/analysis/vector/mersenne-twister.h
M src/analysis/vector/qgspointsample.cpp
M src/analysis/vector/qgstransectsample.cpp
Log Message:
-----------
fix mersenne-twister warnings
Commit: 2a1ef13d580059d4677068a80b73783d0b7f649f
https://github.com/qgis/QGIS/commit/2a1ef13d580059d4677068a80b73783d0b7f649f
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M i18n/qgis_de.ts
Log Message:
-----------
german translation update
Compare: https://github.com/qgis/QGIS/compare/94027df29469...2a1ef13d5800
More information about the QGIS-commit
mailing list