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