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