/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 />
8
        <menuitem name="commit" action="commit" />
9
        <separator />
10
        <menuitem name="diff" action="diff" />
0.8.33 by Szilveszter Farkas (Phanatic)
Implemented bookmarking.
11
        <separator />
12
        <menuitem name="bookmark" action="bookmark" />
13
    </popup>
14
    <popup name="context_left">
0.8.57 by Szilveszter Farkas (Phanatic)
Bookmarks have titles; you can also edit them.
15
        <menuitem name="edit_bookmark" action="edit_bookmark" />
0.8.33 by Szilveszter Farkas (Phanatic)
Implemented bookmarking.
16
        <menuitem name="remove_bookmark" action="remove_bookmark" />
0.10.3 by Richard Ferguson
Add 'Open Folder' command to left context menu.
17
        <separator />
18
        <menuitem name="open_folder" action="open_folder" />
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
19
    </popup>
0.8.52 by Szilveszter Farkas (Phanatic)
GUI (toolbar + menu) cleanup.
20
    <popup name="toolbar_diff">
21
        <menuitem name="diff_selected" action="diff_selected" />
22
        <menuitem name="diff_all" action="diff_all" />
23
    </popup>
0.8.24 by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list.
24
</ui>