eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py

changeset 7454
a4392387052c
parent 7360
9190402e4505
child 7455
9d0852f0bb2c
equal deleted inserted replaced
7453:54431a52b7f2 7454:a4392387052c
38 38
39 COLORNAMES = ["red", "green", "purple", "cyan", "olive", "magenta", 39 COLORNAMES = ["red", "green", "purple", "cyan", "olive", "magenta",
40 "gray", "yellow", "darkred", "darkgreen", "darkblue", 40 "gray", "yellow", "darkred", "darkgreen", "darkblue",
41 "darkcyan", "darkmagenta", "blue"] 41 "darkcyan", "darkmagenta", "blue"]
42 COLORS = [str(QColor(x).name()) for x in COLORNAMES] 42 COLORS = [str(QColor(x).name()) for x in COLORNAMES]
43 # TODO: make colors configurable
43 44
44 45
45 class GitLogBrowserDialog(QWidget, Ui_GitLogBrowserDialog): 46 class GitLogBrowserDialog(QWidget, Ui_GitLogBrowserDialog):
46 """ 47 """
47 Class implementing a dialog to browse the log history. 48 Class implementing a dialog to browse the log history.

eric ide

mercurial