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