-
Notifications
You must be signed in to change notification settings - Fork 345
Expand file tree
/
Copy pathnemo-actions.h
More file actions
275 lines (230 loc) · 12.3 KB
/
nemo-actions.h
File metadata and controls
275 lines (230 loc) · 12.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Nemo
*
* Copyright (C) 2004 Red Hat, Inc.
*
* Nemo is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* Nemo is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Suite 500, MA 02110-1335, USA.
*
* Authors: Alexander Larsson <alexl@redhat.com>
*
*/
#ifndef NEMO_ACTIONS_H
#define NEMO_ACTIONS_H
#include <glib.h>
#define NEMO_ACTION_STOP "Stop"
#define NEMO_ACTION_RELOAD "Reload"
#define NEMO_ACTION_BACK "Back"
#define NEMO_ACTION_COMPUTER "Computer"
#define NEMO_ACTION_UP "Up"
#define NEMO_ACTION_UP_ACCEL "UpAccel"
#define NEMO_ACTION_UP_ACCEL "UpAccel"
#define NEMO_ACTION_FORWARD "Forward"
#define NEMO_ACTION_SHOW_HIDE_SIDEBAR "Show Hide Sidebar"
#define NEMO_ACTION_SHOW_HIDE_TOOLBAR "Show Hide Toolbar"
#define NEMO_ACTION_TOOLBAR_ALWAYS_SHOW_PATHBAR "Toolbar Always Show Pathbar"
#define NEMO_ACTION_TOOLBAR_ALWAYS_SHOW_ENTRY "Toolbar Always Show Entry"
#define NEMO_ACTION_SHOW_HIDE_STATUSBAR "Show Hide Statusbar"
#define NEMO_ACTION_SHOW_HIDE_MENUBAR "Show Hide Menubar"
#define NEMO_ACTION_SHOW_HIDE_LOCATION_BAR "Show Hide Location Bar"
#define NEMO_ACTION_SHOW_HIDE_EXTRA_PANE "Show Hide Extra Pane"
#define NEMO_ACTION_GO_TO_BURN_CD "Go to Burn CD"
#define NEMO_ACTION_EDIT_LOCATION "Edit Location"
#define NEMO_ACTION_COMPACT_VIEW "CompactView"
#define NEMO_ACTION_ICON_VIEW "IconView"
#define NEMO_ACTION_LIST_VIEW "ListView"
#define NEMO_ACTION_GO_HOME "Home"
#define NEMO_ACTION_ADD_BOOKMARK "Add Bookmark"
#define NEMO_ACTION_EDIT_BOOKMARKS "Edit Bookmarks"
#define NEMO_ACTION_HOME "Home"
#define NEMO_ACTION_ZOOM_IN "Zoom In"
#define NEMO_ACTION_ZOOM_OUT "Zoom Out"
#define NEMO_ACTION_ZOOM_NORMAL "Zoom Normal"
#define NEMO_ACTION_SHOW_HIDDEN_FILES "Show Hidden Files"
#define NEMO_ACTION_CLOSE "Close"
#define NEMO_ACTION_SEARCH "Search"
#define NEMO_ACTION_FOLDER_WINDOW "Folder Window"
#define NEMO_ACTION_NEW_TAB "New Tab"
#define NEMO_ACTION_OPEN "Open"
#define NEMO_ACTION_OPEN_ALTERNATE "OpenAlternate"
#define NEMO_ACTION_OPEN_IN_NEW_TAB "OpenInNewTab"
#define NEMO_ACTION_LOCATION_OPEN_ALTERNATE "LocationOpenAlternate"
#define NEMO_ACTION_LOCATION_OPEN_IN_NEW_TAB "LocationOpenInNewTab"
#define NEMO_ACTION_OTHER_APPLICATION1 "OtherApplication1"
#define NEMO_ACTION_OTHER_APPLICATION2 "OtherApplication2"
#define NEMO_ACTION_NEW_FOLDER "New Folder"
#define NEMO_ACTION_PROPERTIES "Properties"
#define NEMO_ACTION_PROPERTIES_ACCEL "PropertiesAccel"
#define NEMO_ACTION_LOCATION_PROPERTIES "LocationProperties"
#define NEMO_ACTION_NO_TEMPLATES "No Templates"
#define NEMO_ACTION_EMPTY_TRASH "Empty Trash"
#define NEMO_ACTION_CUT "Cut"
#define NEMO_ACTION_LOCATION_CUT "LocationCut"
#define NEMO_ACTION_COPY "Copy"
#define NEMO_ACTION_LOCATION_COPY "LocationCopy"
#define NEMO_ACTION_PASTE "Paste"
#define NEMO_ACTION_PASTE_FILES_INTO "Paste Files Into"
#define NEMO_ACTION_COPY_TO_NEXT_PANE "Copy to next pane"
#define NEMO_ACTION_MOVE_TO_NEXT_PANE "Move to next pane"
#define NEMO_ACTION_COPY_TO_HOME "Copy to Home"
#define NEMO_ACTION_MOVE_TO_HOME "Move to Home"
#define NEMO_ACTION_COPY_TO_DESKTOP "Copy to Desktop"
#define NEMO_ACTION_MOVE_TO_DESKTOP "Move to Desktop"
#define NEMO_ACTION_BROWSE_MOVE_TO "BrowseMoveTo"
#define NEMO_ACTION_BROWSE_COPY_TO "BrowseCopyTo"
#define NEMO_ACTION_COPY_TO_MENU "CopyToMenu"
#define NEMO_ACTION_MOVE_TO_MENU "MoveToMenu"
#define NEMO_ACTION_LOCATION_PASTE_FILES_INTO "LocationPasteFilesInto"
#define NEMO_ACTION_RENAME "Rename"
#define NEMO_ACTION_DUPLICATE "Duplicate"
#define NEMO_ACTION_CREATE_LINK "Create Link"
#define NEMO_ACTION_SELECT_ALL "Select All"
#define NEMO_ACTION_INVERT_SELECTION "Invert Selection"
#define NEMO_ACTION_SELECT_PATTERN "Select Pattern"
#define NEMO_ACTION_TRASH "Trash"
#define NEMO_ACTION_LOCATION_TRASH "LocationTrash"
#define NEMO_ACTION_DELETE "Delete"
#define NEMO_ACTION_LOCATION_DELETE "LocationDelete"
#define NEMO_ACTION_RESTORE_FROM_TRASH "Restore From Trash"
#define NEMO_ACTION_LOCATION_RESTORE_FROM_TRASH "LocationRestoreFromTrash"
#define NEMO_ACTION_CONNECT_TO_SERVER_LINK "Connect To Server Link"
#define NEMO_ACTION_MOUNT_VOLUME "Mount Volume"
#define NEMO_ACTION_UNMOUNT_VOLUME "Unmount Volume"
#define NEMO_ACTION_EJECT_VOLUME "Eject Volume"
#define NEMO_ACTION_START_VOLUME "Start Volume"
#define NEMO_ACTION_STOP_VOLUME "Stop Volume"
#define NEMO_ACTION_POLL "Poll"
#define NEMO_ACTION_SELF_MOUNT_VOLUME "Self Mount Volume"
#define NEMO_ACTION_SELF_UNMOUNT_VOLUME "Self Unmount Volume"
#define NEMO_ACTION_SELF_EJECT_VOLUME "Self Eject Volume"
#define NEMO_ACTION_SELF_START_VOLUME "Self Start Volume"
#define NEMO_ACTION_SELF_STOP_VOLUME "Self Stop Volume"
#define NEMO_ACTION_SELF_POLL "Self Poll"
#define NEMO_ACTION_LOCATION_MOUNT_VOLUME "Location Mount Volume"
#define NEMO_ACTION_LOCATION_UNMOUNT_VOLUME "Location Unmount Volume"
#define NEMO_ACTION_LOCATION_EJECT_VOLUME "Location Eject Volume"
#define NEMO_ACTION_LOCATION_START_VOLUME "Location Start Volume"
#define NEMO_ACTION_LOCATION_STOP_VOLUME "Location Stop Volume"
#define NEMO_ACTION_LOCATION_POLL "Location Poll"
#define NEMO_ACTION_SCRIPTS "Scripts"
#define NEMO_ACTION_ACTIONS "Actions"
#define NEMO_ACTION_NEW_DOCUMENTS "New Documents"
#define NEMO_ACTION_NEW_EMPTY_DOCUMENT "New Empty Document"
#define NEMO_ACTION_EMPTY_TRASH_CONDITIONAL "Empty Trash Conditional"
#define NEMO_ACTION_MANUAL_LAYOUT "Manual Layout"
#define NEMO_ACTION_REVERSED_ORDER "Reversed Order"
#define NEMO_ACTION_CLEAN_UP "Clean Up"
#define NEMO_ACTION_KEEP_ALIGNED "Keep Aligned"
#define NEMO_ACTION_ARRANGE_ITEMS "Arrange Items"
#define NEMO_ACTION_STRETCH "Stretch"
#define NEMO_ACTION_UNSTRETCH "Unstretch"
#define NEMO_ACTION_ZOOM_ITEMS "Zoom Items"
#define NEMO_ACTION_SORT_TRASH_TIME "Sort by Trash Time"
#define NEMO_ACTION_OPEN_AS_ROOT "OpenAsRoot"
#define NEMO_ACTION_TOGGLE_LOCATION "Toggle Location Button"
#define NEMO_ACTION_STATUSBAR_PLACES "Statusbar Places"
#define NEMO_ACTION_STATUSBAR_TREEVIEW "Statusbar Treeview"
#define NEMO_ACTION_STATUSBAR_SIDEBAR_TOGGLE "Statusbar Sidebar Toggle"
#define NEMO_ACTION_OPEN_IN_TERMINAL "OpenInTerminal"
#define NEMO_ACTION_FOLLOW_SYMLINK "FollowSymbolicLink"
#define NEMO_ACTION_OPEN_CONTAINING_FOLDER "OpenContainingFolder"
#define NEMO_ACTION_SHOW_HIDE_TERMINAL "Show Hide Terminal"
#define NEMO_ACTION_PLUGIN_MANAGER "NemoPluginManager"
#define NEMO_ACTION_SHOW_THUMBNAILS "Show Thumbnails"
#define NEMO_ACTION_SHOW_FULL_CONTEXT_MENU "ShowFullContextMenu"
#define NEMO_ACTION_PIN_FILE "Pin File"
#define NEMO_ACTION_UNPIN_FILE "Unpin File"
#define NEMO_ACTION_FAVORITE_FILE "Favorite File"
#define NEMO_ACTION_UNFAVORITE_FILE "Unfavorite File"
#define NEMO_ACTION_DESKTOP_OVERLAY "Desktop Overlay"
#define NEMO_ACTION_SIDEBAR_REMOVE "Remove Bookmark"
#define NEMO_ACTION_SIDEBAR_DETECT_MEDIA "Detect Media"
typedef struct
{
const gchar *action_name; // The action's name
const gchar *config_widget_name; // The builder id of the corresponding toggle in preferences
// Can be null if the action's should be tied to another
// action's visibility.
const gchar *ui_path; // The xml path of the item from the ui file
const gchar *settings_key;; // The gsettings key corresponding to the menu item's visibility.
} ConfigurableMenuItemInfo;
static const ConfigurableMenuItemInfo CONFIGURABLE_MENU_ITEM_INFO [] = {
// Selection
{ NEMO_ACTION_OPEN, "selection_menu__open_check",
"/selection/Open Placeholder/Open", "selection-menu-open" },
{ NEMO_ACTION_OPEN_IN_NEW_TAB, "selection_menu__open_in_new_tab_check",
"/selection/Open Placeholder/OpenInNewTab", "selection-menu-open-in-new-tab" },
{ NEMO_ACTION_OPEN_ALTERNATE, "selection_menu__open_in_new_window_check",
"/selection/Open Placeholder/OpenAlternate", "selection-menu-open-in-new-window" },
{ NEMO_ACTION_SCRIPTS, "selection_menu__scripts_check",
"/selection/Open Placeholder/Scripts", "selection-menu-scripts" },
{ NEMO_ACTION_CUT, "selection_menu__cut_check",
"/selection/File Clipboard Actions/Cut", "selection-menu-cut" },
{ NEMO_ACTION_COPY, "selection_menu__copy_check",
"/selection/File Clipboard Actions/Copy", "selection-menu-copy" },
{ NEMO_ACTION_PASTE_FILES_INTO, "selection_menu__paste_check",
"/selection/File Clipboard Actions/Paste Files Into", "selection-menu-paste" },
{ NEMO_ACTION_DUPLICATE, "selection_menu__duplicate_check",
"/selection/File Clipboard Actions/Duplicate", "selection-menu-duplicate" },
{ NEMO_ACTION_PIN_FILE, "selection_menu__pin_check",
"/selection/File Actions/Pin File", "selection-menu-pin" },
{ NEMO_ACTION_UNPIN_FILE, NULL,
"/selection/File Actions/Unpin File", "selection-menu-pin" },
{ NEMO_ACTION_FAVORITE_FILE, "selection_menu__favorite_check",
"/selection/File Actions/Favorite File", "selection-menu-favorite" },
{ NEMO_ACTION_UNFAVORITE_FILE, NULL,
"/selection/File Actions/Unfavorite File", "selection-menu-favorite" },
{ NEMO_ACTION_CREATE_LINK, "selection_menu__make_link_check",
"/selection/File Actions/Create Link", "selection-menu-make-link" },
{ NEMO_ACTION_RENAME, "selection_menu__rename_check",
"/selection/File Actions/Rename", "selection-menu-rename" },
{ NEMO_ACTION_COPY_TO_MENU, "selection_menu__copy_to_check",
"/selection/File Actions/CopyToMenu", "selection-menu-copy-to" },
{ NEMO_ACTION_MOVE_TO_MENU, "selection_menu__move_to_check",
"/selection/File Actions/MoveToMenu", "selection-menu-move-to" },
{ NEMO_ACTION_OPEN_IN_TERMINAL, "selection_menu__open_in_terminal_check",
"/selection/OpenInTerminal", "selection-menu-open-in-terminal" },
{ NEMO_ACTION_OPEN_AS_ROOT, "selection_menu__open_as_root_check",
"/selection/OpenAsRoot", "selection-menu-open-as-root" },
{ NEMO_ACTION_TRASH, "selection_menu__move_to_trash_check",
"/selection/Dangerous File Actions/Trash", "selection-menu-move-to-trash" },
{ NEMO_ACTION_PROPERTIES, "selection_menu__properties_check",
"/selection/Properties", "selection-menu-properties" },
// Background
{ NEMO_ACTION_NEW_FOLDER, "background_menu__create_new_folder_check",
"/background/Before Zoom Items/New Object Items/New Folder", "background-menu-create-new-folder" },
{ NEMO_ACTION_SCRIPTS, "background_menu__scripts_check",
"/background/Before Zoom Items/New Object Items/Scripts", "background-menu-scripts" },
{ NEMO_ACTION_OPEN_IN_TERMINAL, "background_menu__open_in_terminal_check",
"/background/Before Zoom Items/OpenInTerminal", "background-menu-open-in-terminal" },
{ NEMO_ACTION_OPEN_AS_ROOT, "background_menu__open_as_root_check",
"/background/Before Zoom Items/OpenAsRoot", "background-menu-open-as-root" },
{ NEMO_ACTION_SHOW_HIDDEN_FILES, "background_menu__show_hidden_files_check",
"/background/Before Zoom Items/Show Hidden Files", "background-menu-show-hidden-files" },
{ NEMO_ACTION_PASTE, "background_menu__paste_check",
"/background/Before Zoom Items/File Clipboard Actions/Paste", "background-menu-paste" },
{ NEMO_ACTION_PROPERTIES, "background_menu__properties_check",
"/background/Folder Items Placeholder/Properties", "background-menu-properties" },
// Icon View (merged with background)
{ NEMO_ACTION_ARRANGE_ITEMS, "iconview_menu__arrange_items_check",
"/background/Before Zoom Items/View Items/Arrange Items", "iconview-menu-arrange-items" },
{ NEMO_ACTION_CLEAN_UP, "iconview_menu__organize_by_name_check",
"/background/Before Zoom Items/View Items/Clean Up", "iconview-menu-organize-by-name" },
// Desktop (new)
{ NEMO_ACTION_DESKTOP_OVERLAY, "desktop_menu__customize_check",
"/background/Before Zoom Items/View Items/Desktop Overlay", "desktop-menu-customize" },
};
#define CONFIGURABLE_MENU_ITEM_COUNT (G_N_ELEMENTS (CONFIGURABLE_MENU_ITEM_INFO))
#endif /* NEMO_ACTIONS_H */