summaryrefslogtreecommitdiffstats
path: root/src/d3lphinui.rc
blob: 928064509f1f1a3879d183526e01bae8814354a1 (plain)
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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="1" name="d3lphin" >
 <MenuBar>
  <Menu name="file" >
   <Menu name="create_new" >
    <text>Create New</text>
    <Action name="create_folder" />
    <Separator/>
    <ActionList name="create_file_group" />
   </Menu>
   <Separator/>
   <Action name="rename" />
   <Action name="move_to_trash" />
   <Action name="delete" />
   <Separator/>
   <Action name="properties" />
  </Menu>
  <Menu name="edit" >
   <Action name="select_all" />
   <Action name="invert_selection" />
  </Menu>
  <Menu name="view" >
   <Menu name="view_mode" >
    <text>View Mode</text>
    <Action name="icons" />
    <Action name="details" />
    <Action name="previews" />
   </Menu>
   <Menu name="sort" >
    <text>Sort</text>
    <Action name="by_name" />
    <Action name="by_size" />
    <Action name="by_date" />
    <Separator/>
    <Action name="descending" />
   </Menu>
   <Action name="show_hidden_files" />
   <Separator/>
   <Action name="split_view" />
   <Action name="reload" />
   <Action name="stop" />
   <Separator/>
   <Menu name="navigation_bar" >
    <text>Navigation Bar</text>
    <Action name="edit_location" />
    <Action name="browse" />
   </Menu>
   <Action name="leftsidebar" />
   <Action name="rightsidebar" />
   <Action name="view_properties" />
  </Menu>
  <Menu name="tools">
    <Action name="open_terminal" />
    <Action name="find_file" />
    <Action name="show_filter_bar" />
    <Action name="compare_files" />
  </Menu>
</MenuBar>
<State name="new_file" >
  <disable>
   <Action name="edit_undo" />
   <Action name="edit_redo" />
   <Action name="edit_cut" />
   <Action name="edit_copy" />
   <Action name="rename" />
   <Action name="move_to_trash" />
   <Action name="delete" />
   <Action name="invert_selection" />
   <Separator/>
   <Action name="properties" />
   <Action name="go_back" />
   <Action name="go_forward" />
  </disable>
 </State>
 <State name="has_selection" >
  <enable>
   <Action name="edit_cut" />
   <Action name="edit_copy" />
   <Action name="move_to_trash" />
   <Action name="delete" />
   <Action name="properties" />
   <Action name="invert_selection" />
  </enable>
 </State>
 <State name="has_no_selection" >
  <disable>
   <Action name="edit_cut" />
   <Action name="edit_copy" />
   <Action name="rename" />
   <Action name="move_to_trash" />
   <Action name="delete" />
   <Action name="properties" />
   <Action name="invert_selection" />
  </disable>
 </State>
 <ToolBar noMerge="1" name="mainToolBar" >
  <text>Main Toolbar</text>
  <Action name="go_back" />
  <Action name="go_forward" />
  <Separator name="separator_1" />
  <Action name="icons" />
  <Action name="details" />
  <Action name="previews" />
  <Separator name="separator_0" />
  <Action name="split_view" />
 </ToolBar>
 <ActionProperties>
  <Action shortcut="Backspace;XF86Back" name="go_back" />
 </ActionProperties>
</kpartgui>