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