[QGIS Commit] [qgis/Quantum-GIS] af4c4b: Properly show feature count in attribute table tit...

GitHub noreply at github.com
Mon Apr 8 12:20:29 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: af4c4be7a3d255fd095423b3da6b2562968ba180
      https://github.com/qgis/Quantum-GIS/commit/af4c4be7a3d255fd095423b3da6b2562968ba180
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M src/app/qgsattributetabledialog.cpp
    M src/app/qgsattributetabledialog.h
    M src/gui/attributetable/qgsdualview.cpp
    M src/gui/attributetable/qgsdualview.h

  Log Message:
  -----------
  Properly show feature count in attribute table title
Total # of features
Filtered features
Selected features


  Commit: 43dfeb5759b2889d31cf36d4eb7d7cd27bfe44bd
      https://github.com/qgis/Quantum-GIS/commit/43dfeb5759b2889d31cf36d4eb7d7cd27bfe44bd
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M src/gui/attributetable/qgsattributetablefiltermodel.cpp
    M src/gui/attributetable/qgsattributetablefiltermodel.h
    M src/gui/attributetable/qgsattributetableview.cpp
    M src/gui/attributetable/qgsattributetableview.h
    M src/gui/attributetable/qgsfeaturelistmodel.cpp
    M src/gui/attributetable/qgsfeaturelistmodel.h
    M src/gui/attributetable/qgsfeaturelistview.cpp

  Log Message:
  -----------
  Attribute table selection: performance improvements
When selecting features with the mouse (click and drag) only redraw
the map canvas, once the mouse is released.


  Commit: de2efa70e36f12bb3f36d8a57b75b56a005bd695
      https://github.com/qgis/Quantum-GIS/commit/de2efa70e36f12bb3f36d8a57b75b56a005bd695
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M images/images.qrc
    A images/themes/gis/mIconDeselected.svg
    A images/themes/gis/mIconSelected.svg
    M src/gui/attributetable/qgsfeaturelistview.cpp
    M src/gui/attributetable/qgsfeaturelistviewdelegate.cpp
    M src/gui/attributetable/qgsfeaturelistviewdelegate.h

  Log Message:
  -----------
  Attribute editor, form view: Change selection behavior
Text background is now used for the current edit selection
The icon shows the feature selection state


  Commit: 663e95d77e8eb8a07f3cc41db92776c55c619dda
      https://github.com/qgis/Quantum-GIS/commit/663e95d77e8eb8a07f3cc41db92776c55c619dda
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

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

  Log Message:
  -----------
  [FIX #7529] Attribute table: Crash when changing column filter
When using the field calculator and afterwards changing the column filter
resulted in a crash


  Commit: 9c9dd2b4cdb38ad9bd7293a7ec481386e8122960
      https://github.com/qgis/Quantum-GIS/commit/9c9dd2b4cdb38ad9bd7293a7ec481386e8122960
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M src/gui/attributetable/qgsattributetablemodel.cpp
    M src/gui/attributetable/qgsattributetableview.cpp

  Log Message:
  -----------
  [FIX #7530] Attribute table: Edited feature not updated in single row
If only a single row was shown, the outdated cached feature would be shown even
when the attribute behind it was edited.


  Commit: 57c23078c7981391a9ce058690fdc832dad9dde5
      https://github.com/qgis/Quantum-GIS/commit/57c23078c7981391a9ce058690fdc832dad9dde5
  Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M src/core/qgsvectorlayer.cpp
    M src/core/qgsvectorlayer.h
    M src/gui/attributetable/qgsdualview.cpp
    M src/gui/attributetable/qgsdualview.h
    M src/gui/attributetable/qgsfeaturelistview.cpp
    M src/gui/attributetable/qgsfeaturelistview.h

  Log Message:
  -----------
  [FIX #7543] Dual View Table/Form: Preview column not saved in project


  Commit: 2cd4c1a0b5fd5a72eed906c99761fa3baa08eb72
      https://github.com/qgis/Quantum-GIS/commit/2cd4c1a0b5fd5a72eed906c99761fa3baa08eb72
  Author: Jürgen Fischer <jef at norbit.de>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

  Changed paths:
    M images/images.qrc
    A images/themes/gis/mIconDeselected.svg
    A images/themes/gis/mIconSelected.svg
    M src/app/qgsattributetabledialog.cpp
    M src/app/qgsattributetabledialog.h
    M src/core/qgsvectorlayer.cpp
    M src/core/qgsvectorlayer.h
    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

  Log Message:
  -----------
  Merge pull request #508 from matthias-kuhn/dual-view-fixes

Dual view fixes


Compare: https://github.com/qgis/Quantum-GIS/compare/a150865e2b51...2cd4c1a0b5fd


More information about the QGIS-commit mailing list