Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FIX] - Respect selection order in attribute table copy. (#8048)
Only copy fields shown in view for current table.
- Loading branch information
Showing
with
135 additions
and 18 deletions.
- +1 −0 python/core/auto_generated/geometry/qgsabstractgeometry.sip.in
- +1 −0 python/core/auto_generated/geometry/qgsgeometry.sip.in
- +9 −0 python/gui/auto_generated/attributetable/qgsattributetableview.sip.in
- +7 −0 python/gui/auto_generated/attributetable/qgsdualview.sip.in
- +10 −2 python/gui/auto_generated/attributetable/qgsorganizetablecolumnsdialog.sip.in
- +43 −1 src/app/qgsattributetabledialog.cpp
- +0 −1 src/app/qgsclipboard.cpp
- +25 −1 src/gui/attributetable/qgsattributetableview.cpp
- +10 −0 src/gui/attributetable/qgsattributetableview.h
- +7 −3 src/gui/attributetable/qgsdualview.cpp
- +6 −0 src/gui/attributetable/qgsdualview.h
- +7 −8 src/gui/attributetable/qgsorganizetablecolumnsdialog.cpp
- +9 −2 src/gui/attributetable/qgsorganizetablecolumnsdialog.h