Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

mq: disable slot decorations for QListWidget signals

The version of PyQt that shipped with Ubuntu 10.10 cannot handle these
signal profiles (PyQt-4.7.4, Qt-4.7.0)

Changeset 6c0ca3d2a132

Parent 486a0bfcb419

by Steve Borho

Changes to one file · Browse files at 6c0ca3d2a132 Showing diff from parent 486a0bfcb419 Diff from another changeset...

 
299
300
301
302
 
303
304
305
 
308
309
310
311
 
312
313
314
 
299
300
301
 
302
303
304
305
 
308
309
310
 
311
312
313
314
@@ -299,7 +299,7 @@
  if dlg.exec_() == QDialog.Accepted:   self.reload()   - @pyqtSlot(QListWidgetItem) + #@pyqtSlot(QListWidgetItem)   def onGotoPatch(self, item):   'Patch has been activated (return), issue qgoto'   cmdline = ['qgoto', '-R', self.repo.root] @@ -308,7 +308,7 @@
  self.repo.incrementBusyCount()   self.cmd.run(cmdline)   - @pyqtSlot(QListWidgetItem) + #@pyqtSlot(QListWidgetItem)   def onRenamePatch(self, item):   'Patch has been renamed, issue qrename'   self.repo.incrementBusyCount()