widgets.search: Use the brushed metal theme on OS X
[git-cola.git] / cola / signals.py
blob5e7606b7bd4180d5f96edb19d4b03ad4f360a311
1 add_signoff = 'add_signoff'
2 amend = 'amend'
3 amend_mode = 'amend_mode'
4 apply_diff_selection = 'apply_diff_selection'
5 apply_patches = 'apply_patches'
6 commit = 'commit'
7 commits_selected = 'commits_selected'
8 confirm = 'confirm'
9 critical = 'critical'
10 edit = 'edit'
11 checkout = 'checkout'
12 checkout_branch = 'checkout_branch'
13 cherry_pick = 'cherry_pick'
14 clone = 'clone'
15 delete = 'delete'
16 ignore = 'ignore'
17 delete_branch = 'delete_branch'
18 diff = 'diff'
19 diff_expr_mode = 'diff_expr_mode'
20 diff_mode = 'diff_mode'
21 diff_staged = 'diff_staged'
22 diffstat = 'diffstat'
23 difftool = 'difftool'
24 format_patch = 'format_patch'
25 grep = 'grep'
26 information = 'information'
27 log_cmd = 'log_cmd'
28 load_commit_message = 'load_commit_message'
29 load_commit_template = 'load_commit_template'
30 load_previous_message = 'load_previous_message'
31 mergetool = 'mergetool'
32 mode = 'mode'
33 modified_summary = 'modified_summary'
34 open_repo = 'open_repo'
35 question = 'question'
36 redo = 'redo'
37 rescan = 'rescan'
38 rescan_and_refresh = 'rescan_and_refresh'
39 reset_mode = 'reset_mode'
40 review_branch_mode = 'review_branch_mode'
41 run_config_action = 'run_config_action'
42 run_command = 'run_command'
43 set_diff_text = 'set_diff_text'
44 show_untracked = 'show_untracked'
45 signoff = 'signoff'
46 stage = 'stage'
47 stage_diffs = 'stage_diffs'
48 stage_modified = 'stage_modified'
49 stage_unmerged = 'stage_unmerged'
50 stage_untracked = 'stage_untracked'
51 staged_summary = 'staged_summary'
52 tag = 'tag'
53 unmerged_summary = 'unmerged_summary'
54 undo = 'undo'
55 undo_diffs = 'undo_diffs'
56 unstage = 'unstage'
57 unstage_diffs = 'unstage_diffs'
58 unstage_all = 'unstage_all'
59 unstage_selected = 'unstage_selected'
60 untracked_summary = 'untracked_summary'
61 update_file_status = 'update_file_status'
62 visualize_all = 'visualize_all'
63 visualize_current = 'visualize_current'
64 visualize_paths = 'visualize_paths'
65 visualize_revision = 'visualize_revision'