Ignore:
Timestamp:
May 26, 2010 7:21:24 PM (14 years ago)
Author:
mmc
Message:

Added preview of outputs to the irappture builder. Fixed a problem
with the file chooser for the "save as" dialog. Added a distinction
between errors and warnings when looking for problems in the tool
definition.

Fixed a few problems in RapptureGUI affecting the scroller and the
way it refreshes itself when the frame within it suddenly shrinks.
Fixed the histogram to avoid errors when the histogram data is
empty. Fixed the analyzer so you can create it without setting
the -notebookpage option. All of these errors showed up in the
irappture builder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant/Makefile.in

    r1730 r1742  
    3030                $(srcdir)/main.tcl \
    3131                $(srcdir)/objects.tcl \
     32                $(srcdir)/objpath.tcl \
    3233                $(srcdir)/slideframes.tcl \
    3334                $(srcdir)/tweener.tcl
     
    3738                $(srcdir)/images/dragm.xbm \
    3839                $(srcdir)/images/treemn.png \
    39                 $(srcdir)/images/treepl.png
     40                $(srcdir)/images/treepl.png \
     41                $(srcdir)/images/warn24.png \
     42                $(srcdir)/images/err24.png
    4043
    4144OBJECTFILES     = \
Note: See TracChangeset for help on using the changeset viewer.