295 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
295 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
296 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
296 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
297 |
297 |
298 self.inputGroup.setEnabled(False) |
298 self.inputGroup.setEnabled(False) |
299 self.inputGroup.hide() |
299 self.inputGroup.hide() |
300 self.inputGroup.setEnabled(False) |
|
301 |
300 |
302 def __processBuffer(self): |
301 def __processBuffer(self): |
303 """ |
302 """ |
304 Private method to process the buffered output of the svn log command. |
303 Private method to process the buffered output of the svn log command. |
305 """ |
304 """ |