* Makefile.am (GLADE_FILES): add stringvis.glade
(RESOURCES): same.
* corlib/stringvis.glade: new file, the string visualizer dialog.
* corlib/StringVisualizer.cs (StringWindow): display a glade ui
containing a textview showing the string. Paves the way for an
editable UI once ReplaceObject is implemented.
(StringVisualizer.Show): use StringWindow.
svn path=/trunk/monodevelop-visualizers/; revision=43082
* Makefile.am: add support for gtk glade files and resources.
* DebugAttributes.cs: change the pixbuf object source to
GtkVisualizers.PixbufObjectSource from VisualizerObjectSource.
* gtk/PixbufVisualizer.cs (PixbufWindow): new class to wrap the
glade UI.
(PixbufVisualizer): read the data as written by our custom
objectsource.
(PixbufObjectSource): new class, since Pixbufs aren't
serializable, we have to write the data ourselves.
svn path=/trunk/monodevelop-visualizers/; revision=43023