7 Module implementing a dialog to browse the log history. |
7 Module implementing a dialog to browse the log history. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt4.QtCore import * |
12 from PyQt4.QtCore import QTimer, QDate, QProcess, QRegExp, Qt, pyqtSlot |
13 from PyQt4.QtGui import * |
13 from PyQt4.QtGui import QWidget, QCursor, QHeaderView, QLineEdit, QDialog, \ |
|
14 QApplication, QDialogButtonBox, QTreeWidgetItem |
14 |
15 |
15 from E5Gui import E5MessageBox |
16 from E5Gui import E5MessageBox |
16 |
17 |
17 from .SvnDiffDialog import SvnDiffDialog |
18 from .SvnDiffDialog import SvnDiffDialog |
18 |
19 |