Skip to content

Commit

Permalink
Refactor attribute action dialog
Browse files Browse the repository at this point in the history
The attribute action dialog had some UX flaws that an action was edited
in the same dialog as the action list lives. When changing the active
icon without applying changes, all changes have been lost. This fixes
this behavior by using a separate dialog to change action properties.
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 6c0732b commit 54ec3b4
Show file tree
Hide file tree
Showing 9 changed files with 783 additions and 693 deletions.
2 changes: 2 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -11,6 +11,7 @@ SET(QGIS_APP_SRCS
qgsjoindialog.cpp
qgsannotationwidget.cpp
qgsattributeactiondialog.cpp
qgsattributeactionpropertiesdialog.cpp
qgsattributetypedialog.cpp
qgsattributetabledialog.cpp
qgsbookmarks.cpp
Expand Down Expand Up @@ -184,6 +185,7 @@ SET (QGIS_APP_MOC_HDRS
qgsannotationwidget.h
qgsapplayertreeviewmenuprovider.h
qgsattributeactiondialog.h
qgsattributeactionpropertiesdialog.h
qgsattributetypedialog.h
qgsattributetabledialog.h
qgsbookmarks.h
Expand Down

0 comments on commit 54ec3b4

Please sign in to comment.