~ubuntu-branches/ubuntu/precise/konsole/precise-proposed

« back to all changes in this revision

Viewing changes to desktop/sessionui.rc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:43 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111216131443-rhdplbmmuxntat3k
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE kpartgui>
2
2
 
3
 
<kpartgui name="session" version="13">
 
3
<kpartgui name="session" version="16">
4
4
    <MenuBar>
5
5
        <Menu name="file">
6
6
            <Action name="close-session" group="session-tab-operations"/>
12
12
            <Action name="edit_copy" group="session-edit-operations"/>
13
13
            <Action name="edit_paste" group="session-edit-operations"/>
14
14
            <Separator group="session-edit-operations"/>
 
15
            <Action name="select-all" group="session-edit-operations"/>
 
16
            <Separator group="session-edit-operations"/>
15
17
            <Menu name="edit-copy-input-to" group="session-edit-operations"><text>Copy Input To</text>
16
18
                <Action name="copy-input-to-all-tabs"/>
17
19
                <Action name="copy-input-to-selected-tabs"/>
37
39
        </Menu>
38
40
        <Menu name="settings">
39
41
            <Action name="edit-current-profile" group="session-settings"/>
 
42
            <Action name="switch-profile" group="session-settings"/>
40
43
        </Menu>
41
44
        <!--<Menu name="debug"><text>Debug</text>
42
45
            <Action name="debug-process"/>
49
52
        <Separator/>
50
53
        <Action name="set-encoding"/>
51
54
        <Action name="clear-history"/>
52
 
        <Action name="configure-history"/> 
 
55
        <Action name="adjust-history"/>
53
56
        <Separator/>
54
57
        <Action name="show-menubar"/>
55
 
        <Action name="change-profile"/>
 
58
        <Action name="switch-profile"/>
56
59
        <Action name="edit-current-profile"/>
57
60
        <Separator/>
58
61
        <Action name="close-session"/>
59
62
    </Menu>
60
 
    <Menu name="change-profile"><text>&amp;Change Profile</text>
 
63
    <Menu name="switch-profile"><text>&amp;Switch Profile</text>
61
64
        <ActionList name="profile-list"/>
62
65
    </Menu>
63
66
</kpartgui>