15 from .Ui_HgCommitDialog import Ui_HgCommitDialog |
15 from .Ui_HgCommitDialog import Ui_HgCommitDialog |
16 |
16 |
17 import Preferences |
17 import Preferences |
18 |
18 |
19 |
19 |
|
20 # TODO: add capability to set the author |
|
21 # TODO: add capability to set date and time, |
20 class HgCommitDialog(QWidget, Ui_HgCommitDialog): |
22 class HgCommitDialog(QWidget, Ui_HgCommitDialog): |
21 """ |
23 """ |
22 Class implementing a dialog to enter the commit message. |
24 Class implementing a dialog to enter the commit message. |
23 |
25 |
24 @signal accepted() emitted, if the dialog was accepted |
26 @signal accepted() emitted, if the dialog was accepted |