[SCM] calf/master: + Framework: emit entry widget for string ports in default GUI

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:18 UTC 2013


The following commit has been merged in the master branch:
commit e67d20f240edf54d0e188732aaf79b3d70892072
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Feb 4 23:45:19 2009 +0000

    + Framework: emit entry widget for string ports in default GUI

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index b69dc8e..a660dbc 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -757,6 +757,10 @@ void make_gui(string path_prefix)
             {
                 ctl = "    <combo " + attach_x + attach_y + param + expand_x + pad_x + " />\n";
             }
+            else if ((props.flags & PF_TYPEMASK) == PF_STRING)
+            {
+                ctl = "    <entry " + attach_x + attach_y + "key=\"" + props.short_name + "\" " + expand_x + pad_x + " />\n";
+            }
             else if ((props.flags & PF_TYPEMASK) == PF_BOOL && 
                      (props.flags & PF_CTLMASK) == PF_CTL_TOGGLE)
             {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list