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