Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7752 from 3nids/project_layers
Legend tree in 'Identify Layers'
- Loading branch information
Showing
with
620 additions
and 241 deletions.
- +19 −0 python/core/auto_generated/qgsvectorlayer.sip.in
- +2 −0 src/app/CMakeLists.txt
- +366 −0 src/app/qgslayercapabilitiesmodel.cpp
- +81 −0 src/app/qgslayercapabilitiesmodel.h
- +48 −111 src/app/qgsprojectproperties.cpp
- +2 −3 src/app/qgsprojectproperties.h
- +2 −1 src/core/qgsmaplayer.cpp
- +18 −0 src/core/qgsvectorlayer.cpp
- +22 −1 src/core/qgsvectorlayer.h
- +60 −125 src/ui/qgsprojectpropertiesbase.ui
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3f85938
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @3nids
I tested the new Project --> Data sources dialogues with the new "Identify layers" section.
It seems like on KDE (Linux) only a small portion of the window is used (see screenshot below). I had similar behavior in other dialogs and it could be fixed. Maybe @nyalldawson still knows how to fix this?