/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
1
<ui>
2
    <popup name="context_right">
3
        <menuitem name="add" action="add" />
4
        <menuitem name="remove" action="remove" />
117 by Szilveszter Farkas (Phanatic)
Rename put into context menu (Fixed: #73774).
5
        <menuitem name="rename" action="rename" />
0.8.72 by Szilveszter Farkas (Phanatic)
Merge from Richard Ferguson's development branch.
6
        <menuitem name="open" action="open" />
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
7
        <separator />
126.1.12 by Szilveszter Farkas (Phanatic)
Added revert functionality to the context menu.
8
        <menuitem name="revert" action="revert" />
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
9
        <menuitem name="commit" action="commit" />
10
        <separator />
195.4.1 by Szilveszter Farkas (Phanatic)
Added Annotate to the right context menu + fixed Diff in that menu.
11
        <menuitem name="annotate" action="annotate" />
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
12
        <menuitem name="diff" action="diff" />
0.8.33 by Szilveszter Farkas (Phanatic)
Implemented bookmarking.
13
        <separator />
14
        <menuitem name="bookmark" action="bookmark" />
15
    </popup>
16
    <popup name="context_left">
0.8.57 by Szilveszter Farkas (Phanatic)
Bookmarks have titles; you can also edit them.
17
        <menuitem name="edit_bookmark" action="edit_bookmark" />
0.8.33 by Szilveszter Farkas (Phanatic)
Implemented bookmarking.
18
        <menuitem name="remove_bookmark" action="remove_bookmark" />
0.10.3 by Richard Ferguson
Add 'Open Folder' command to left context menu.
19
        <separator />
20
        <menuitem name="open_folder" action="open_folder" />
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
21
    </popup>
0.8.52 by Szilveszter Farkas (Phanatic)
GUI (toolbar + menu) cleanup.
22
    <popup name="toolbar_diff">
23
        <menuitem name="diff_selected" action="diff_selected" />
24
        <menuitem name="diff_all" action="diff_all" />
25
    </popup>
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
26
</ui>