Skip to content
Permalink
Browse files
Refactor attribute action dialog
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.
@@ -11,6 +11,7 @@ SET(QGIS_APP_SRCS
qgsjoindialog.cpp
qgsannotationwidget.cpp
qgsattributeactiondialog.cpp
qgsattributeactionpropertiesdialog.cpp
qgsattributetypedialog.cpp
qgsattributetabledialog.cpp
qgsbookmarks.cpp
@@ -184,6 +185,7 @@ SET (QGIS_APP_MOC_HDRS
qgsannotationwidget.h
qgsapplayertreeviewmenuprovider.h
qgsattributeactiondialog.h
qgsattributeactionpropertiesdialog.h
qgsattributetypedialog.h
qgsattributetabledialog.h
qgsbookmarks.h

0 comments on commit 54ec3b4

Please sign in to comment.