277 menu = QMenu(self.tr("Version Control")) |
277 menu = QMenu(self.tr("Version Control")) |
278 |
278 |
279 act = menu.addAction( |
279 act = menu.addAction( |
280 UI.PixmapCache.getIcon( |
280 UI.PixmapCache.getIcon( |
281 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
281 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
282 "mercurial.png")), |
282 "mercurial.svg")), |
283 self.vcs.vcsName(), self._VCSInfoDisplay) |
283 self.vcs.vcsName(), self._VCSInfoDisplay) |
284 font = act.font() |
284 font = act.font() |
285 font.setBold(True) |
285 font.setBold(True) |
286 act.setFont(font) |
286 act.setFont(font) |
287 menu.addSeparator() |
287 menu.addSeparator() |
389 menu = QMenu(self.tr("Version Control")) |
389 menu = QMenu(self.tr("Version Control")) |
390 |
390 |
391 act = menu.addAction( |
391 act = menu.addAction( |
392 UI.PixmapCache.getIcon( |
392 UI.PixmapCache.getIcon( |
393 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
393 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
394 "mercurial.png")), |
394 "mercurial.svg")), |
395 self.vcs.vcsName(), self._VCSInfoDisplay) |
395 self.vcs.vcsName(), self._VCSInfoDisplay) |
396 font = act.font() |
396 font = act.font() |
397 font.setBold(True) |
397 font.setBold(True) |
398 act.setFont(font) |
398 act.setFont(font) |
399 menu.addSeparator() |
399 menu.addSeparator() |
473 menu = QMenu(self.tr("Version Control")) |
473 menu = QMenu(self.tr("Version Control")) |
474 |
474 |
475 act = menu.addAction( |
475 act = menu.addAction( |
476 UI.PixmapCache.getIcon( |
476 UI.PixmapCache.getIcon( |
477 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
477 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
478 "mercurial.png")), |
478 "mercurial.svg")), |
479 self.vcs.vcsName(), self._VCSInfoDisplay) |
479 self.vcs.vcsName(), self._VCSInfoDisplay) |
480 font = act.font() |
480 font = act.font() |
481 font.setBold(True) |
481 font.setBold(True) |
482 act.setFont(font) |
482 act.setFont(font) |
483 menu.addSeparator() |
483 menu.addSeparator() |
512 menu = QMenu(self.tr("Version Control")) |
512 menu = QMenu(self.tr("Version Control")) |
513 |
513 |
514 act = menu.addAction( |
514 act = menu.addAction( |
515 UI.PixmapCache.getIcon( |
515 UI.PixmapCache.getIcon( |
516 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
516 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
517 "mercurial.png")), |
517 "mercurial.svg")), |
518 self.vcs.vcsName(), self._VCSInfoDisplay) |
518 self.vcs.vcsName(), self._VCSInfoDisplay) |
519 font = act.font() |
519 font = act.font() |
520 font.setBold(True) |
520 font.setBold(True) |
521 act.setFont(font) |
521 act.setFont(font) |
522 menu.addSeparator() |
522 menu.addSeparator() |
607 menu = QMenu(self.tr("Version Control")) |
607 menu = QMenu(self.tr("Version Control")) |
608 |
608 |
609 act = menu.addAction( |
609 act = menu.addAction( |
610 UI.PixmapCache.getIcon( |
610 UI.PixmapCache.getIcon( |
611 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
611 os.path.join("VcsPlugins", "vcsMercurial", "icons", |
612 "mercurial.png")), |
612 "mercurial.svg")), |
613 self.vcs.vcsName(), self._VCSInfoDisplay) |
613 self.vcs.vcsName(), self._VCSInfoDisplay) |
614 font = act.font() |
614 font = act.font() |
615 font.setBold(True) |
615 font.setBold(True) |
616 act.setFont(font) |
616 act.setFont(font) |
617 menu.addSeparator() |
617 menu.addSeparator() |