Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds Settings frame to Network Map with optional Relay columns.
- Loading branch information
Showing
with
391 additions
and 14 deletions.
- +3 −0 changes/bug2731
- +79 −2 src/vidalia/network/NetViewer.cpp
- +10 −0 src/vidalia/network/NetViewer.h
- +212 −4 src/vidalia/network/NetViewer.ui
- +69 −0 src/vidalia/network/RouterListItem.cpp
- +4 −2 src/vidalia/network/RouterListItem.h
- +8 −3 src/vidalia/network/RouterListWidget.cpp
- +6 −3 src/vidalia/network/RouterListWidget.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -0,0 +1,3 @@ | ||
| New features: | ||
| o Adds Settings frame for Network Map with optional | ||
| columns for Relay panel. Resolves ticket 2731. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.