[QGIS Commit] [qgis/Quantum-GIS] 64b560: Use new symbology SLD import for QGIS server

GitHub noreply at github.com
Sat Apr 7 09:34:40 EDT 2012


  Branch: refs/heads/release-1_8
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 64b56012e9bc77d781405412f77fb143e0a97da0
      https://github.com/qgis/Quantum-GIS/commit/64b56012e9bc77d781405412f77fb143e0a97da0
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/mapserver/qgssldparser.cpp
  M src/mapserver/qgssldparser.h

  Log Message:
  -----------
  Use new symbology SLD import for QGIS server


  Commit: 8060b487bfb3a1bf5c76f4f1e7948a4587df5403
      https://github.com/qgis/Quantum-GIS/commit/8060b487bfb3a1bf5c76f4f1e7948a4587df5403
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/mapserver/qgssldparser.cpp

  Log Message:
  -----------
  Throw exception if there is an SLD error


  Commit: e25e33190847403f414d75710455d9d527dd66c8
      https://github.com/qgis/Quantum-GIS/commit/e25e33190847403f414d75710455d9d527dd66c8
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/mapserver/CMakeLists.txt
  M src/mapserver/qgssldparser.cpp
  R src/mapserver/qgssldrenderer.cpp
  R src/mapserver/qgssldrenderer.h
  R src/mapserver/qgssldrule.cpp
  R src/mapserver/qgssldrule.h

  Log Message:
  -----------
  Remove old SLD files in QGIS server


  Commit: 0b1cfe2aaca3f68c02bbd399a4ac722a0c778feb
      https://github.com/qgis/Quantum-GIS/commit/0b1cfe2aaca3f68c02bbd399a4ac722a0c778feb
  Author: szekerest <szekerest at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/mssql/qgsmssqlprovider.cpp

  Log Message:
  -----------
  Retrieve the primary key column when opening MS SQL tables and no identity column has been specified


  Commit: 700f70971b9429812129914e2228bf6c57159faa
      https://github.com/qgis/Quantum-GIS/commit/700f70971b9429812129914e2228bf6c57159faa
  Author: szekerest <szekerest at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/mssql/qgsmssqlprovider.cpp

  Log Message:
  -----------
  Determine whether there's an integer column with unique values that can be used as a pkey


  Commit: 90b5956a51da5caa2b2f0045ed290a381ae16674
      https://github.com/qgis/Quantum-GIS/commit/90b5956a51da5caa2b2f0045ed290a381ae16674
  Author: szekerest <szekerest at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/mssql/qgsmssqlprovider.cpp

  Log Message:
  -----------
  Do not abort if sp_pkeys is not working


  Commit: 8392504264f93554e5813d1d826f8852bf5c9b6c
      https://github.com/qgis/Quantum-GIS/commit/8392504264f93554e5813d1d826f8852bf5c9b6c
  Author: szekerest <szekerest at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/mssql/qgsmssqlprovider.cpp

  Log Message:
  -----------
  Use forward only cursor in all queries


  Commit: 37a37432a12072daa43ed5d5b48a416bd6cef171
      https://github.com/qgis/Quantum-GIS/commit/37a37432a12072daa43ed5d5b48a416bd6cef171
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M ms-windows/python_plugins.nsh

  Log Message:
  -----------
  [BACKPORT] Enable gdaltools by default on install in windows (when using standalone installer)


  Commit: 5a9b191ba4d9bbf00d437093621928ef1a9ac28d
      https://github.com/qgis/Quantum-GIS/commit/5a9b191ba4d9bbf00d437093621928ef1a9ac28d
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgspluginregistry.cpp

  Log Message:
  -----------
  [BACKPORT] Enable gdaltools by default on all platforms


  Commit: ca692de634f1479048bc2891bfe0e0d3cfd56c2a
      https://github.com/qgis/Quantum-GIS/commit/ca692de634f1479048bc2891bfe0e0d3cfd56c2a
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  adding a touch mode if qt >=4.6 (allows qt5) this defaults to on for android and to off for the rest. can be requested by -DWITH_TOUCH

allow qt 5


  Commit: 077aea9a6e65722bed085cbcb6a7f7dc3fd3b7c3
      https://github.com/qgis/Quantum-GIS/commit/077aea9a6e65722bed085cbcb6a7f7dc3fd3b7c3
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M images/images.qrc
  A images/themes/classic/mActionTouch.png
  A images/themes/default/mActionTouch.png
  A images/themes/gis/mActionTouch.png
  M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/gui/CMakeLists.txt
  M src/gui/qgsmapcanvas.cpp
  M src/gui/qgsmapcanvas.h
  M src/gui/qgsmaptool.cpp
  M src/gui/qgsmaptool.h
  A src/gui/qgsmaptooltouch.cpp
  A src/gui/qgsmaptooltouch.h
  M src/ui/qgisapp.ui

  Log Message:
  -----------
  adding touch maptool that allows panning, pinch zooming, double tap zoomWithCenter, twofinger tap zoomOut

fixed toolbar button functionality


  Commit: 872c6fb7b9946c572a5481ce090afbc03e88c347
      https://github.com/qgis/Quantum-GIS/commit/872c6fb7b9946c572a5481ce090afbc03e88c347
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/plugins/compass/compass.cpp

  Log Message:
  -----------
  removing qDebug() from compass plugin


  Commit: 9f5bf6504e16018c89d4d491a61cf4c600a6aa46
      https://github.com/qgis/Quantum-GIS/commit/9f5bf6504e16018c89d4d491a61cf4c600a6aa46
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgsattributetabledialog.cpp
  M src/ui/qgsattributetabledialog.ui

  Log Message:
  -----------
  added close button to attribute table


  Commit: 7b2586fcd32e70bdcf11e9fcd9884d7f1eaed76e
      https://github.com/qgis/Quantum-GIS/commit/7b2586fcd32e70bdcf11e9fcd9884d7f1eaed76e
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgsoptions.cpp
  M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  defaulting to symbology V1 on android (workaround to http://hub.qgis.org/issues/5170)


  Commit: 128da700fdb16fa3fb670b59bf0a1993d0ba83c6
      https://github.com/qgis/Quantum-GIS/commit/128da700fdb16fa3fb670b59bf0a1993d0ba83c6
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgisapp.h

  Log Message:
  -----------
  added TODO find a better default fontsize

adding suggestion to how to detect font size


  Commit: 39ed4702844d213e7e5d4968f5107e3400b38740
      https://github.com/qgis/Quantum-GIS/commit/39ed4702844d213e7e5d4968f5107e3400b38740
  Author: Radim Blazek <radim.blazek at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/grass/qgsgrass.cpp
  M src/providers/grass/qgsgrassprovider.cpp
  M src/providers/grass/qgsgrassprovider.h

  Log Message:
  -----------
  faces


  Commit: f4460cb82154b0b5612e8b61c335b7fbecfda13d
      https://github.com/qgis/Quantum-GIS/commit/f4460cb82154b0b5612e8b61c335b7fbecfda13d
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M python/plugins/fTools/tools/doDefineProj.py

  Log Message:
  -----------
  fix #5257


  Commit: 226c2c66eaa0b379c7ac9e90911981c617cc33ad
      https://github.com/qgis/Quantum-GIS/commit/226c2c66eaa0b379c7ac9e90911981c617cc33ad
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/providers/postgres/qgspgtablemodel.cpp
  M src/ui/qgsfieldcalculatorbase.ui
  M src/ui/qgsnewogrconnectionbase.ui
  M src/ui/qgsprojectpropertiesbase.ui
  M src/ui/qgsvectorlayerpropertiesbase.ui

  Log Message:
  -----------
  fix warnings


  Commit: fdb2475d282e6f49884963ffe02ec31719285e5d
      https://github.com/qgis/Quantum-GIS/commit/fdb2475d282e6f49884963ffe02ec31719285e5d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgisapp.h

  Log Message:
  -----------
  fix srs validation from threads


  Commit: ea31477ab21a33f83ceca9f41ad89ba1e8e9f62e
      https://github.com/qgis/Quantum-GIS/commit/ea31477ab21a33f83ceca9f41ad89ba1e8e9f62e
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M ms-windows/osgeo4w/qgis.bat.tmpl

  Log Message:
  -----------
  osgeo4w: set GDAL_DRIVER_PATH again (GDAL looks in apps/qgis-dev/bin/gdalplugins otherwise)


  Commit: 792b9e926ffe4d7955e52e1000a1ed90e3836384
      https://github.com/qgis/Quantum-GIS/commit/792b9e926ffe4d7955e52e1000a1ed90e3836384
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M ms-windows/osgeo4w/qgis.bat.tmpl

  Log Message:
  -----------
  Revert 02749e9 (will be fixed in GDAL package).


  Commit: 763c741b9ad863275c9784559098cf1d67a10fe5
      https://github.com/qgis/Quantum-GIS/commit/763c741b9ad863275c9784559098cf1d67a10fe5
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M src/app/qgsmaptooloffsetcurve.cpp

  Log Message:
  -----------
  Mark unused variables to prevent compiler warnings if using older geos.


  Commit: c14a9eea1b89ed1d5e8f96d359e8b2e13b4e782e
      https://github.com/qgis/Quantum-GIS/commit/c14a9eea1b89ed1d5e8f96d359e8b2e13b4e782e
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M python/plugins/fTools/tools/doDefineProj.py

  Log Message:
  -----------
  better wording for error message


Compare: https://github.com/qgis/Quantum-GIS/compare/ec1967f...c14a9ee


More information about the QGIS-commit mailing list