stackbuilder - wizard: Allow app categories to be hierarchical.

From: dpage(at)pgfoundry(dot)org (Dave Page)
To: pgsql-committers(at)postgresql(dot)org
Subject: stackbuilder - wizard: Allow app categories to be hierarchical.
Date: 2009-02-26 16:03:18
Message-ID: 20090226160318.9BF9917ADE8A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow app categories to be hierarchical. We simply use a separator ('\') in the category string to do this, to ensure backwards compatibility with older versions of StackBuilder.
[Sachin Srivastava]

Modified Files:
--------------
wizard:
AppList.cpp (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/AppList.cpp.diff?r1=1.20&r2=1.21)
wizard/include:
AppList.h (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/AppList.h.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-26 16:20:55 pgsql: Final removal of -q options, which haven't done anything since
Previous Message Peter Eisentraut 2009-02-26 16:02:39 pgsql: Add a -w/--no-password option that prevents all password prompts