[QGIS Commit] [qgis/Quantum-GIS] : german translation update

GitHub noreply at github.com
Mon Jan 9 07:53:14 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: ed01a8b42ceafbd498af0147e71ee9731091cbf2
      https://github.com/qgis/Quantum-GIS/commit/ed01a8b42ceafbd498af0147e71ee9731091cbf2
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-09 (Mon, 09 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: c099afc241039c0eb01ad919050afa4121c46d3d
      https://github.com/qgis/Quantum-GIS/commit/c099afc241039c0eb01ad919050afa4121c46d3d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-09 (Mon, 09 Jan 2012)

  Changed paths:
    M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  QgsVectorLayer:
- boundingBoxOfSelected() iterate only selected feature with featureAtId where available
- identify unknown extents in metadata


  Commit: ce4fc1daa5b49d053790b258d1361a2203282453
      https://github.com/qgis/Quantum-GIS/commit/ce4fc1daa5b49d053790b258d1361a2203282453
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-09 (Mon, 09 Jan 2012)

  Changed paths:
    M src/app/legend/qgslegendlayer.cpp
  M src/core/CMakeLists.txt
  M src/core/qgis.h
  M src/core/qgsdatasourceuri.cpp
  M src/core/qgsdatasourceuri.h
  R src/core/qgsdbtablemodel.cpp
  R src/core/qgsdbtablemodel.h
  M src/providers/postgres/CMakeLists.txt
  R src/providers/postgres/create_test_tables
  A src/providers/postgres/qgscolumntypethread.cpp
  A src/providers/postgres/qgscolumntypethread.h
  A src/providers/postgres/qgsdbfilterproxymodel.cpp
  A src/providers/postgres/qgsdbfilterproxymodel.h
  M src/providers/postgres/qgspgnewconnection.cpp
  M src/providers/postgres/qgspgsourceselect.cpp
  M src/providers/postgres/qgspgsourceselect.h
  A src/providers/postgres/qgspgtablemodel.cpp
  A src/providers/postgres/qgspgtablemodel.h
  A src/providers/postgres/qgspostgresconn.cpp
  A src/providers/postgres/qgspostgresconn.h
  R src/providers/postgres/qgspostgresconnection.cpp
  R src/providers/postgres/qgspostgresconnection.h
  M src/providers/postgres/qgspostgresdataitems.cpp
  M src/providers/postgres/qgspostgresdataitems.h
  M src/providers/postgres/qgspostgresprovider.cpp
  M src/providers/postgres/qgspostgresprovider.h
  A tests/testdata/create_test_tables

  Log Message:
  -----------
  [FEATURE][API] postgres provider refactoring:
- use m prefix for member variables and s prefix for class variables
- refactor QgsPostgresProvider::Conn and QgsPostgresConnection to QgsPostgresConn
- put QgsColumnTypeThread into separate file
- use QgsPostgresConn in QgsPgSourceSelect
- cleaner abort of column type thread (e.g. remove unfinished columns from
  selection list)
- [API] move QgsDbTableModel as QgsPgTableModel to provider
- [FEATURE] support for arbitrary key (including non-numeric and multi column)
- [FEATURE][API] support for requesting a certain geometry type and/or srid in QgsDataSourceURI
 * no more explicit filter strings
 * support for empty tables without gemetry_columns entry or GEOMETRY type.


Compare: https://github.com/qgis/Quantum-GIS/compare/2a8cebe...ce4fc1d


More information about the QGIS-commit mailing list