diff options
author | Tim Moore <timoore@redhat.com> | 2009-09-02 12:39:05 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-09-30 20:40:29 +0200 |
commit | eece8f14d92f71fc12ab87c529fffc5fcc5a4e94 (patch) | |
tree | 2a0b6fce96e5acc0ee0316f889e616a7c2fcef1b /grapher/graph-dialog.gladep | |
parent | c18a296b760df73e2c233077aa0b863f67ed725f (diff) | |
download | systemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.tar.gz systemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.tar.xz systemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.zip |
Add graph data chooser window, based on glade
* configure.ac: Test for libglademm
* grapher/GraphWidget.hxx (DataModelColumns): new class
(onDataDialogCancel, void onDataAdd, onDataRemove, onDataDialogOpen):
new methods
* grapher/GraphWidget.cxx: ditto; methods for the graph data dialog.
* grapher/graph-dialog.glade: New file.
* grapher/graph-dialog.gladep: New file.
* grapher/Makefile.am (dist_pkgdata_DATA): add graph-dialog.glade to
installation.
* grapher/GraphWidget.cxx (GraphWidget constructor): Use PKGDATADIR
Diffstat (limited to 'grapher/graph-dialog.gladep')
-rw-r--r-- | grapher/graph-dialog.gladep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/grapher/graph-dialog.gladep b/grapher/graph-dialog.gladep new file mode 100644 index 00000000..abbe2dce --- /dev/null +++ b/grapher/graph-dialog.gladep @@ -0,0 +1,8 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd"> + +<glade-project> + <name>graph-dialog</name> + <program_name>graph-dialog</program_name> + <gnome_support>FALSE</gnome_support> +</glade-project> |