From 929e80a2189ac87292f981c59aa2b12507e94009 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Wed, 20 Mar 2019 22:28:44 +0100 Subject: [PATCH] rename parent to m_parent and add floating panel class --- PanoPainter.vcxproj | 2 ++ PanoPainter.vcxproj.filters | 6 ++++ data/layout.xml | 19 +++++++++-- src/app.cpp | 4 +-- src/node.cpp | 54 ++++++++++++++--------------- src/node.h | 4 +-- src/node_dialog_picker.cpp | 2 +- src/node_panel_brush.cpp | 4 +-- src/node_panel_color.cpp | 2 +- src/node_panel_floating.cpp | 68 +++++++++++++++++++++++++++++++++++++ src/node_panel_floating.h | 20 +++++++++++ src/node_panel_grid.cpp | 2 +- src/node_panel_layer.cpp | 2 +- src/node_panel_stroke.cpp | 4 +-- 14 files changed, 151 insertions(+), 42 deletions(-) create mode 100644 src/node_panel_floating.cpp create mode 100644 src/node_panel_floating.h diff --git a/PanoPainter.vcxproj b/PanoPainter.vcxproj index 4284054..ccb777f 100644 --- a/PanoPainter.vcxproj +++ b/PanoPainter.vcxproj @@ -345,6 +345,7 @@ + @@ -465,6 +466,7 @@ + diff --git a/PanoPainter.vcxproj.filters b/PanoPainter.vcxproj.filters index 9f57f61..1c57556 100644 --- a/PanoPainter.vcxproj.filters +++ b/PanoPainter.vcxproj.filters @@ -342,6 +342,9 @@ libs\yoga + + Source Files\ui + @@ -566,6 +569,9 @@ Header Files + + Header Files\ui + diff --git a/data/layout.xml b/data/layout.xml index a5bebbf..041d722 100644 --- a/data/layout.xml +++ b/data/layout.xml @@ -1270,6 +1270,20 @@ Here's a list of what's available in this release. + + + + + +