comparison src/grapher.h @ 512:67d18eaca830

Hide closed branches by default (contingent on settings). Note that it's now permitted for a changeset id not to be present in m_items in the grapher
author Chris Cannam
date Tue, 18 Oct 2011 11:49:40 +0100
parents 470829a21f98
children fb196c016a9f
comparison
equal deleted inserted replaced
511:f1fe20ff3c07 512:67d18eaca830
83 RowDateMap m_rowDates; 83 RowDateMap m_rowDates;
84 84
85 QSet<QString> m_closedIds; 85 QSet<QString> m_closedIds;
86 86
87 bool m_showDates; 87 bool m_showDates;
88 bool m_showClosedBranches;
88 89
89 QStringList m_uncommittedParents; 90 QStringList m_uncommittedParents;
90 int m_uncommittedParentRow; 91 int m_uncommittedParentRow;
91 UncommittedItem *m_uncommitted; 92 UncommittedItem *m_uncommitted;
92 bool m_haveAllocatedUncommittedColumn; 93 bool m_haveAllocatedUncommittedColumn;