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

stable workbench: move 'load all' action from toolbar to view menu

This action should be infrequently needed, so moving to a menu and giving it
a shortcut is a good substitute for being on the main application toolbar

Changeset 4482ad44c463

Parent bee907665ec8

by Steve Borho

Changes to one file · Browse files at 4482ad44c463 Showing diff from parent bee907665ec8 Diff from another changeset...

 
249
250
251
 
 
 
252
253
254
 
286
287
288
289
290
291
292
293
294
 
249
250
251
252
253
254
255
256
257
 
289
290
291
 
 
 
292
293
294
@@ -249,6 +249,9 @@
  shortcut=modifiedkeysequence('Refresh', modifier='Shift'),   tooltip=_('Refresh only the current task tab'),   menu='view', toolbar='edit') + newaction(_("Load all"), self.loadall, icon='loadall', + enabled='repoopen', menu='view', shortcut='Shift+Ctrl+A', + tooltip=_('Load all revisions into graph'))     newaction(_("Web Server"), self.serve, enabled='repoopen',   menu='repository') @@ -286,9 +289,6 @@
  self.actionForward = \   newaction(_("Forward"), self._repofwd('forward'), icon='forward',   enabled=False, toolbar='edit') - newaction(_("Load all"), self.loadall, icon='loadall', - enabled='repoopen', toolbar='edit', - tooltip=_('Load all revisions into graph'))   newseparator(toolbar='edit', menu='View')     self.filtertbaction = \