Changeset 162 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Apr 14, 2011, 9:30:23 PM (13 years ago)
Author:
laleppa
Message:
  • NEW: Solution graph size can now be controlled using Output/GraphWidth? setting in tspsg.ini (see ticket:8). Value is in centimeters.
  • NEW: Support for embedded base64 encoded images when saving solution as HTML (closed ticket:4).
  • Renamed Output/ShowGraph? setting to Output/GenerateGraph?.
  • Made some other small tweaks and fixes.
  • FIX: Solution graph is still exported to HTML when graph generation is disabled (fixed bug:9).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r161 r162  
    133133    QTextTableFormat fmt_table;
    134134    QTextBlockFormat fmt_paragraph,
     135        fmt_lastparagraph,
    135136        fmt_cell;
    136137    QTextCharFormat fmt_default,
Note: See TracChangeset for help on using the changeset viewer.