Ejemplo n.º 1
0
	def __init__(self):
		Action.__init__(self, _("Extract Here"))
		self.extensions_set = set((
			".rar", ".7z", ".zip", ".gz", ".tgz", ".tar", ".lzma", ".bz2",
			".tbz2", ".tzo", ".lzo", ".xz", ".ar", ".cbz", ".Z", ".taz",
			".lz", ".bz", ".tbz", ".lzh",
			))
	def __init__(self, name, object):
		self.name = name
		self.object = object
		self.data = {
			'type': 'unkwnon',
			'name': 'Unknown',
			'descr': 'Seems an action file ' + name + '.yaml is missed',
			'icon_name': 'system-run',
			'env': {},
			'rank': 0,
		}
		self.data.update(actions_cache.get_data (name))
		self.rank_adjust = self.data['rank']
		Action.__init__(self, self.data['name'])
Ejemplo n.º 3
0
	def __init__(self):
		Action.__init__(self, _("Call"))
Ejemplo n.º 4
0
	def __init__(self):
		Action.__init__(self, _('Compose Email in Gmail'))
Ejemplo n.º 5
0
 def __init__(self):
     Action.__init__(self, name=_("Ultimo status"))
Ejemplo n.º 6
0
 def __init__(self):
     Action.__init__(self, name=_("Username"))
Ejemplo n.º 7
0
	def __init__(self):
		Action.__init__(self, _("Save As..."))
Ejemplo n.º 8
0
 def __init__(self):
     self.branch_filter = None
     Action.__init__(self, _('Change Branch'))
Ejemplo n.º 9
0
 def __init__(self):
     Action.__init__(self, _('Commit All In Dir'))
Ejemplo n.º 10
0
 def __init__(self):
     Action.__init__(self, _("Run (Get Output)"))
Ejemplo n.º 11
0
 def __init__(self):
     # TRANS: The user starts a program (command) and the text
     # TRANS: is an argument to the command
     Action.__init__(self, _("Pass to Command..."))
Ejemplo n.º 12
0
 def __init__(self):
     # TRANS: The user starts a program (command) and
     # TRANS: the text is written on stdin
     Action.__init__(self, _("Write to Command..."))
     self.post_result = False
Ejemplo n.º 13
0
 def __init__(self):
     # TRANS: The user starts a program (command) and
     # TRANS: the text is written on stdin, and we
     # TRANS: present the output (stdout) to the user.
     Action.__init__(self, _("Filter through Command..."))
     self.post_result = True
Ejemplo n.º 14
0
 def __init__(self):
     Action.__init__(self, _("Open parent directory"))
Ejemplo n.º 15
0
 def __init__(self):
     Action.__init__(self, self.language)
     self.syntax = SYNTAXES.index(self.language) + 1
Ejemplo n.º 16
0
	def __init__(self):
		Action.__init__(self, _('Change Global Status To...'))
Ejemplo n.º 17
0
	def __init__(self):
		Action.__init__(self, _("Dequeue"))
Ejemplo n.º 18
0
 def __init__(self):
     Action.__init__(self, name="Jira Issue")
     Jiraya.__init__(self)
Ejemplo n.º 19
0
	def __init__(self):
		Action.__init__(self, _('Start Session'))
Ejemplo n.º 20
0
 def __init__(self):
     Jiraya.__init__(self)
     Action.__init__(self, name="Show Issue/Project")
Ejemplo n.º 21
0
 def __init__(self):
     Action.__init__(self, _('Create Branch'))
Ejemplo n.º 22
0
 def __init__(self):
     Action.__init__(self, name="Add Comment")
     Jiraya.__init__(self)
Ejemplo n.º 23
0
	def __init__(self):
		Action.__init__(self, _("Show Information"))
Ejemplo n.º 24
0
 def __init__(self):
     Action.__init__(self, name="Assign User")
     Jiraya.__init__(self)
Ejemplo n.º 25
0
 def __init__(self):
     Action.__init__(self, name=_("Remove"))
Ejemplo n.º 26
0
 def __init__(self):
     Action.__init__(self, name="Change Status")
     Jiraya.__init__(self)
Ejemplo n.º 27
0
 def __init__(self):
     Action.__init__(self, _("Google Search"))
Ejemplo n.º 28
0
	def __init__(self):
		# TRANS: The user starts a program (command) and
		# TRANS: the text is written on stdin
		Action.__init__(self, _("Write to Command..."))
		self.post_result = False
Ejemplo n.º 29
0
 def __init__(self):
     Action.__init__(self, _("Select in Kupfer"))
Ejemplo n.º 30
0
	def __init__(self):
		Action.__init__(self, _("Run (Get Output)"))
Ejemplo n.º 31
0
 def __init__(self):
     Action.__init__(self, _("SearchTabs"))
Ejemplo n.º 32
0
	def __init__(self):
		Action.__init__(self, _("Open Chat"))
Ejemplo n.º 33
0
	def __init__(self):
		# TRANS: The user starts a program (command) and
		# TRANS: the text is written on stdin, and we
		# TRANS: present the output (stdout) to the user.
		Action.__init__(self, _("Filter through Command..."))
		self.post_result = True
Ejemplo n.º 34
0
 def __init__(self):
     Action.__init__(self, _("Locate Files"))
Ejemplo n.º 35
0
	def __init__(self):
		# TRANS: The user starts a program (command) and the text
		# TRANS: is an argument to the command
		Action.__init__(self, _("Pass to Command..."))
Ejemplo n.º 36
0
 def __init__(self):
     Action.__init__(self, _("Translate To..."))
Ejemplo n.º 37
0
	def __init__(self):
		Action.__init__(self, _("Play"))
Ejemplo n.º 38
0
 def __init__(self):
     Action.__init__(self, _("Show Translation To..."))
Ejemplo n.º 39
0
	def __init__(self):
		Action.__init__(self, name=_("Connect"))
Ejemplo n.º 40
0
 def __init__(self):
     Action.__init__(self, _("Autorotate"))
Ejemplo n.º 41
0
 def __init__(self):
     self.branch_filter = fil_remove_local
     Action.__init__(self, _('Push'))
Ejemplo n.º 42
0
 def __init__(self):
     Action.__init__(self, _("Scale..."))
Ejemplo n.º 43
0
 def __init__(self):
     Action.__init__(self, _('Commit'))
Ejemplo n.º 44
0
 def __init__(self, name, rotation):
     Action.__init__(self, name)
     self.rotation = rotation
Ejemplo n.º 45
0
 def __init__(self):
     Action.__init__(self, _("Gitk"))
Ejemplo n.º 46
0
 def __init__(self):
     Action.__init__(self, _("Search in Devhelp"))
Ejemplo n.º 47
0
	def __init__(self):
		Action.__init__(self, _("Show Source Code"))
Ejemplo n.º 48
0
 def __init__(self):
     Action.__init__(self, _('Compose Email'))
Ejemplo n.º 49
0
 def __init__(self):
     Action.__init__(self, name=_("Add Key"))
Ejemplo n.º 50
0
 def __init__(self):
     Action.__init__(self, _('Send in Email To...'))
Ejemplo n.º 51
0
	def __init__(self):
		Action.__init__(self, _("Calculate"))
Ejemplo n.º 52
0
	def __init__(self):
		Action.__init__(self, _("Create Document In..."))
Ejemplo n.º 53
0
 def __init__(self):
     Action.__init__(self, name=_("Update Twitter Status"))
Ejemplo n.º 54
0
	def __init__(self):
		Action.__init__(self, _("Create New Document..."))
Ejemplo n.º 55
0
	def __init__(self):
		Action.__init__(self, _('Edit Contact in Gmail'))
Ejemplo n.º 56
0
 def __init__(self):
     Action.__init__(self, _("Search Package Name..."))
Ejemplo n.º 57
0
 def __init__(self):
     Action.__init__(self, _("Run (Discard Result)"))
Ejemplo n.º 58
0
 def __init__(self):
     Action.__init__(self, _("Show Package Information"))
Ejemplo n.º 59
0
 def __init__(self):
     Action.__init__(self, _("Run (Take Result)"))
Ejemplo n.º 60
0
 def __init__(self):
     Action.__init__(self, name=_("Ver nos correios"))