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" /> |
|
235.1.4
by Mateusz Korniak
Context menu "Remove and delete added" |
5 |
<menuitem name="remove_and_delete" action="remove_and_delete" /> |
117
by Szilveszter Farkas (Phanatic)
Rename put into context menu (Fixed: #73774). |
6 |
<menuitem name="rename" action="rename" /> |
0.8.72
by Szilveszter Farkas (Phanatic)
Merge from Richard Ferguson's development branch. |
7 |
<menuitem name="open" action="open" /> |
0.8.24
by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list. |
8 |
<separator /> |
126.1.12
by Szilveszter Farkas (Phanatic)
Added revert functionality to the context menu. |
9 |
<menuitem name="revert" action="revert" /> |
0.8.24
by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list. |
10 |
<menuitem name="commit" action="commit" /> |
11 |
<separator /> |
|
195.4.1
by Szilveszter Farkas (Phanatic)
Added Annotate to the right context menu + fixed Diff in that menu. |
12 |
<menuitem name="annotate" action="annotate" /> |
0.8.24
by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list. |
13 |
<menuitem name="diff" action="diff" /> |
0.8.33
by Szilveszter Farkas (Phanatic)
Implemented bookmarking. |
14 |
<separator /> |
15 |
<menuitem name="bookmark" action="bookmark" /> |
|
16 |
</popup> |
|
17 |
<popup name="context_left"> |
|
0.8.57
by Szilveszter Farkas (Phanatic)
Bookmarks have titles; you can also edit them. |
18 |
<menuitem name="edit_bookmark" action="edit_bookmark" /> |
0.8.33
by Szilveszter Farkas (Phanatic)
Implemented bookmarking. |
19 |
<menuitem name="remove_bookmark" action="remove_bookmark" /> |
0.10.3
by Richard Ferguson
Add 'Open Folder' command to left context menu. |
20 |
<separator /> |
21 |
<menuitem name="open_folder" action="open_folder" /> |
|
0.8.24
by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list. |
22 |
</popup> |
0.8.52
by Szilveszter Farkas (Phanatic)
GUI (toolbar + menu) cleanup. |
23 |
<popup name="toolbar_diff"> |
24 |
<menuitem name="diff_selected" action="diff_selected" /> |
|
25 |
<menuitem name="diff_all" action="diff_all" /> |
|
26 |
</popup> |
|
195.1.24
by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing. |
27 |
<popup name="context_remote"> |
28 |
<menuitem name="view_remote" action="view_remote" /> |
|
29 |
<menuitem name="diff_remote" action="diff_remote" /> |
|
30 |
<menuitem name="revert_remote" action="revert_remote" /> |
|
31 |
</popup> |
|
0.8.24
by Szilveszter Farkas (Phanatic)
Implemented context menu for the file list. |
32 |
</ui>
|