317 )) |
317 )) |
318 self.vcsStatusAct.triggered[()].connect(self._vcsStatus) |
318 self.vcsStatusAct.triggered[()].connect(self._vcsStatus) |
319 self.actions.append(self.vcsStatusAct) |
319 self.actions.append(self.vcsStatusAct) |
320 |
320 |
321 self.hgSummaryAct = E5Action( |
321 self.hgSummaryAct = E5Action( |
322 self.trUtf8('Show Summary'), |
322 self.trUtf8('Show Summary'), |
323 UI.PixmapCache.getIcon("vcsSummary.png"), |
323 UI.PixmapCache.getIcon("vcsSummary.png"), |
324 self.trUtf8('Show summary...'), |
324 self.trUtf8('Show summary...'), |
325 0, 0, self, 'mercurial_summary') |
325 0, 0, self, 'mercurial_summary') |
326 self.hgSummaryAct.setStatusTip(self.trUtf8( |
326 self.hgSummaryAct.setStatusTip(self.trUtf8( |
327 'Show summary information of the working directory status' |
327 'Show summary information of the working directory status' |
328 )) |
328 )) |
329 self.hgSummaryAct.setWhatsThis(self.trUtf8( |
329 self.hgSummaryAct.setWhatsThis(self.trUtf8( |
330 """<b>Show summary</b>""" |
330 """<b>Show summary</b>""" |