Example #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'])
Example #3
0
	def __init__(self):
		Action.__init__(self, _("Call"))
Example #4
0
	def __init__(self):
		Action.__init__(self, _('Compose Email in Gmail'))
Example #5
0
 def __init__(self):
     Action.__init__(self, name=_("Ultimo status"))
 def __init__(self):
     Action.__init__(self, name=_("Username"))
Example #7
0
	def __init__(self):
		Action.__init__(self, _("Save As..."))
Example #8
0
 def __init__(self):
     self.branch_filter = None
     Action.__init__(self, _('Change Branch'))
Example #9
0
 def __init__(self):
     Action.__init__(self, _('Commit All In Dir'))
Example #10
0
 def __init__(self):
     Action.__init__(self, _("Run (Get Output)"))
Example #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..."))
Example #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
Example #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
 def __init__(self):
     Action.__init__(self, _("Open parent directory"))
Example #15
0
 def __init__(self):
     Action.__init__(self, self.language)
     self.syntax = SYNTAXES.index(self.language) + 1
Example #16
0
	def __init__(self):
		Action.__init__(self, _('Change Global Status To...'))
Example #17
0
	def __init__(self):
		Action.__init__(self, _("Dequeue"))
Example #18
0
 def __init__(self):
     Action.__init__(self, name="Jira Issue")
     Jiraya.__init__(self)
Example #19
0
	def __init__(self):
		Action.__init__(self, _('Start Session'))
Example #20
0
 def __init__(self):
     Jiraya.__init__(self)
     Action.__init__(self, name="Show Issue/Project")
Example #21
0
 def __init__(self):
     Action.__init__(self, _('Create Branch'))
Example #22
0
 def __init__(self):
     Action.__init__(self, name="Add Comment")
     Jiraya.__init__(self)
Example #23
0
	def __init__(self):
		Action.__init__(self, _("Show Information"))
Example #24
0
 def __init__(self):
     Action.__init__(self, name="Assign User")
     Jiraya.__init__(self)
 def __init__(self):
     Action.__init__(self, name=_("Remove"))
Example #26
0
 def __init__(self):
     Action.__init__(self, name="Change Status")
     Jiraya.__init__(self)
Example #27
0
 def __init__(self):
     Action.__init__(self, _("Google Search"))
Example #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
Example #29
0
 def __init__(self):
     Action.__init__(self, _("Select in Kupfer"))
Example #30
0
	def __init__(self):
		Action.__init__(self, _("Run (Get Output)"))
Example #31
0
 def __init__(self):
     Action.__init__(self, _("SearchTabs"))
Example #32
0
	def __init__(self):
		Action.__init__(self, _("Open Chat"))
Example #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
Example #34
0
 def __init__(self):
     Action.__init__(self, _("Locate Files"))
Example #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..."))
Example #36
0
 def __init__(self):
     Action.__init__(self, _("Translate To..."))
Example #37
0
	def __init__(self):
		Action.__init__(self, _("Play"))
Example #38
0
 def __init__(self):
     Action.__init__(self, _("Show Translation To..."))
Example #39
0
	def __init__(self):
		Action.__init__(self, name=_("Connect"))
Example #40
0
 def __init__(self):
     Action.__init__(self, _("Autorotate"))
Example #41
0
 def __init__(self):
     self.branch_filter = fil_remove_local
     Action.__init__(self, _('Push'))
Example #42
0
 def __init__(self):
     Action.__init__(self, _("Scale..."))
Example #43
0
 def __init__(self):
     Action.__init__(self, _('Commit'))
Example #44
0
 def __init__(self, name, rotation):
     Action.__init__(self, name)
     self.rotation = rotation
Example #45
0
 def __init__(self):
     Action.__init__(self, _("Gitk"))
Example #46
0
 def __init__(self):
     Action.__init__(self, _("Search in Devhelp"))
Example #47
0
	def __init__(self):
		Action.__init__(self, _("Show Source Code"))
Example #48
0
 def __init__(self):
     Action.__init__(self, _('Compose Email'))
 def __init__(self):
     Action.__init__(self, name=_("Add Key"))
Example #50
0
 def __init__(self):
     Action.__init__(self, _('Send in Email To...'))
Example #51
0
	def __init__(self):
		Action.__init__(self, _("Calculate"))
Example #52
0
	def __init__(self):
		Action.__init__(self, _("Create Document In..."))
Example #53
0
 def __init__(self):
     Action.__init__(self, name=_("Update Twitter Status"))
Example #54
0
	def __init__(self):
		Action.__init__(self, _("Create New Document..."))
Example #55
0
	def __init__(self):
		Action.__init__(self, _('Edit Contact in Gmail'))
Example #56
0
 def __init__(self):
     Action.__init__(self, _("Search Package Name..."))
Example #57
0
 def __init__(self):
     Action.__init__(self, _("Run (Discard Result)"))
Example #58
0
 def __init__(self):
     Action.__init__(self, _("Show Package Information"))
Example #59
0
 def __init__(self):
     Action.__init__(self, _("Run (Take Result)"))
Example #60
0
 def __init__(self):
     Action.__init__(self, name=_("Ver nos correios"))