Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 1112
8a7d1b9d18db
parent 1082
8387830c1089
child 1131
7781e396c903
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
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

eric ide

mercurial