[QGIS Commit] [qgis/Quantum-GIS] 76f8d6: more qreal vs double issues for android

GitHub noreply at github.com
Sat Apr 13 06:40:50 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 76f8d602730363f13465ff90aedc3d1d39d77e85
      https://github.com/qgis/Quantum-GIS/commit/76f8d602730363f13465ff90aedc3d1d39d77e85
  Author: Marco Bernasocchi <marco at opengis.ch>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M src/core/composer/qgscomposerlegend.cpp

  Log Message:
  -----------
  more qreal vs double issues for android


  Commit: e3451bb58a42f104776ce41195d998657eefb163
      https://github.com/qgis/Quantum-GIS/commit/e3451bb58a42f104776ce41195d998657eefb163
  Author: Marco Bernasocchi <marco at opengis.ch>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M cmake/FindOSGEARTH.cmake
    M doc/TRANSLATORS
    M i18n/qgis_de.ts
    M images/images.qrc
    A images/themes/gis/mIconDeselected.svg
    A images/themes/gis/mIconSelected.svg
    M python/core/core.sip
    A python/core/qgserror.sip
    M python/core/qgsmaplayer.sip
    M python/core/raster/qgsrasterdataprovider.sip
    A python/core/raster/qgsrasteridentifyresult.sip
    M python/plugins/sextante/core/Sextante.py
    A python/plugins/sextante/core/SilentProgress.py
    M python/plugins/sextante/gui/BatchProcessingDialog.py
    M python/plugins/sextante/gui/UnthreadedAlgorithmExecutor.py
    M python/plugins/sextante/modeler/models/notinorder.model
    M python/plugins/sextante/script/scripts/A_script_that_returns_a_number.py
    M python/plugins/sextante/tests/GeoAlgorithmTest.py
    M python/plugins/sextante/tests/ModelerAlgorithmTest.py
    M python/plugins/sextante/tests/QgisAlgsTest.py
    M python/plugins/sextante/tests/SagaTest.py
    A python/plugins/sextante/tests/SextanteTests.py
    A python/plugins/sextante/tests/SextanteToolsTest.py
    M src/app/composer/qgscomposeritemwidget.cpp
    M src/app/qgsattributetabledialog.cpp
    M src/app/qgsattributetabledialog.h
    M src/app/qgsfieldcalculator.cpp
    M src/app/qgslabelinggui.cpp
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsvectorlayerproperties.cpp
    M src/core/CMakeLists.txt
    M src/core/composer/qgscomposeritem.cpp
    M src/core/composer/qgscomposeritem.h
    M src/core/composer/qgscomposerlabel.cpp
    M src/core/composer/qgscomposerlegend.cpp
    M src/core/composer/qgscomposerlegend.h
    M src/core/qgscrscache.h
    M src/core/qgsgml.cpp
    M src/core/qgsmaplayer.cpp
    M src/core/qgsmaplayer.h
    M src/core/qgsmaprenderer.cpp
    M src/core/qgsvectorlayer.cpp
    M src/core/qgsvectorlayer.h
    M src/core/raster/qgsrasterdataprovider.cpp
    M src/core/raster/qgsrasterdataprovider.h
    A src/core/raster/qgsrasteridentifyresult.cpp
    A src/core/raster/qgsrasteridentifyresult.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/symbology-ng/qgspointdisplacementrenderer.cpp
    M src/gui/attributetable/qgsattributetablefiltermodel.cpp
    M src/gui/attributetable/qgsattributetablefiltermodel.h
    M src/gui/attributetable/qgsattributetablemodel.cpp
    M src/gui/attributetable/qgsattributetableview.cpp
    M src/gui/attributetable/qgsattributetableview.h
    M src/gui/attributetable/qgsdualview.cpp
    M src/gui/attributetable/qgsdualview.h
    M src/gui/attributetable/qgsfeaturelistmodel.cpp
    M src/gui/attributetable/qgsfeaturelistmodel.h
    M src/gui/attributetable/qgsfeaturelistview.cpp
    M src/gui/attributetable/qgsfeaturelistview.h
    M src/gui/attributetable/qgsfeaturelistviewdelegate.cpp
    M src/gui/attributetable/qgsfeaturelistviewdelegate.h
    M src/gui/qgsblendmodecombobox.cpp
    M src/gui/qgsblendmodecombobox.h
    M src/gui/qgsmaptoolidentify.cpp
    M src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
    M src/mapserver/qgssldparser.cpp
    M src/mapserver/qgssldparser.h
    M src/mapserver/qgswmsserver.cpp
    M src/mapserver/qgswmsserver.h
    M src/plugins/globe/CMakeLists.txt
    M src/plugins/globe/globe_plugin.cpp
    M src/plugins/globe/globe_plugin.h
    M src/plugins/topology/checkDock.cpp
    M src/plugins/topology/rulesDialog.cpp
    M src/plugins/topology/rulesDialog.h
    M src/plugins/topology/rulesDialog.ui
    M src/providers/gdal/qgsgdalprovider.cpp
    M src/providers/gdal/qgsgdalprovider.h
    M src/providers/grass/qgsgrassrasterprovider.cpp
    M src/providers/grass/qgsgrassrasterprovider.h
    M src/providers/wcs/qgswcsprovider.cpp
    M src/providers/wcs/qgswcsprovider.h
    M src/providers/wms/qgswmsprovider.cpp
    M src/providers/wms/qgswmsprovider.h
    M src/ui/qgssymbolv2selectordialogbase.ui
    M src/ui/symbollayer/widget_ellipse.ui
    M src/ui/symbollayer/widget_fontmarker.ui
    M src/ui/symbollayer/widget_linedecoration.ui
    M src/ui/symbollayer/widget_linepatternfill.ui
    M src/ui/symbollayer/widget_markerline.ui
    M src/ui/symbollayer/widget_pointpatternfill.ui
    M src/ui/symbollayer/widget_simplefill.ui
    M src/ui/symbollayer/widget_simpleline.ui
    M src/ui/symbollayer/widget_simplemarker.ui
    M src/ui/symbollayer/widget_svgfill.ui
    M src/ui/symbollayer/widget_svgmarker.ui
    M src/ui/symbollayer/widget_svgselector.ui
    M src/ui/symbollayer/widget_symbolslist.ui
    M src/ui/symbollayer/widget_vectorfield.ui
    M tests/src/core/testziplayer.cpp
    M tests/src/python/test_qgsrasterlayer.py

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 736f765c4a18ddc158328833e0a8f12d76e5e5b4
      https://github.com/qgis/Quantum-GIS/commit/736f765c4a18ddc158328833e0a8f12d76e5e5b4
  Author: Jürgen Fischer <jef at norbit.de>
  Date:   2013-04-13 (Sat, 13 Apr 2013)

  Changed paths:
    M src/core/composer/qgscomposerlegend.cpp

  Log Message:
  -----------
  Merge pull request #514 from mbernasocchi/master

more qreal vs double issues for android


Compare: https://github.com/qgis/Quantum-GIS/compare/99bf5fac7579...736f765c4a18


More information about the QGIS-commit mailing list