27 "cyan", "olive", "magenta", "darkred", "darkmagenta", |
27 "cyan", "olive", "magenta", "darkred", "darkmagenta", |
28 "darkcyan", "gray", "yellow"] |
28 "darkcyan", "gray", "yellow"] |
29 COLORS = [str(QColor(x).name()) for x in COLORNAMES] |
29 COLORS = [str(QColor(x).name()) for x in COLORNAMES] |
30 |
30 |
31 |
31 |
|
32 # TODO: add an info field next to the message pane giving copyable |
|
33 # info about branch, author, rev:changeset, date, tags, bookmarks |
32 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): |
34 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): |
33 """ |
35 """ |
34 Class implementing a dialog to browse the log history. |
36 Class implementing a dialog to browse the log history. |
35 """ |
37 """ |
36 IconColumn = 0 |
38 IconColumn = 0 |