commit 1d90158bb5d25f1b69c13bb9a82f1d6546bad42b Author: Tomás Touceda chiiph@torproject.org Date: Wed Sep 7 14:52:06 2011 -0300
Add changes files for the different fixes --- changes/bug3147 | 2 ++ changes/bug3165 | 2 ++ changes/bug3166 | 2 ++ changes/bug3168 | 2 ++ changes/bug3171 | 2 ++ changes/bug3194 | 2 ++ changes/feat3144 | 2 ++ changes/feat3215 | 4 ++++ changes/feat3392 | 3 +++ 9 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/changes/bug3147 b/changes/bug3147 new file mode 100644 index 0000000..564813d --- /dev/null +++ b/changes/bug3147 @@ -0,0 +1,2 @@ + o Display the message "Connected to the Tor network!" centered in + the main window. Fixes bug 3147. \ No newline at end of file diff --git a/changes/bug3165 b/changes/bug3165 new file mode 100644 index 0000000..016a0aa --- /dev/null +++ b/changes/bug3165 @@ -0,0 +1,2 @@ + o Make the main window visible when opening a tab through the system + tray menu. Fixes bug 3165. \ No newline at end of file diff --git a/changes/bug3166 b/changes/bug3166 new file mode 100644 index 0000000..ddad523 --- /dev/null +++ b/changes/bug3166 @@ -0,0 +1,2 @@ + o Fixes wrong spelling in the method showBandwidthTab inside + MainWindow. Resolves ticket 3166. \ No newline at end of file diff --git a/changes/bug3168 b/changes/bug3168 new file mode 100644 index 0000000..05636b2 --- /dev/null +++ b/changes/bug3168 @@ -0,0 +1,2 @@ + o Fix wrong behavior when trying to connect to an already running + tor instance. Fixes bug 3168. \ No newline at end of file diff --git a/changes/bug3171 b/changes/bug3171 new file mode 100644 index 0000000..37e16e2 --- /dev/null +++ b/changes/bug3171 @@ -0,0 +1,2 @@ + o Prevent restarting Tor when it hasn't been started yet. Fixes bug + 3171. \ No newline at end of file diff --git a/changes/bug3194 b/changes/bug3194 new file mode 100644 index 0000000..496dcee --- /dev/null +++ b/changes/bug3194 @@ -0,0 +1,2 @@ + o Make Vidalia hide its main window when the tray icon is + doubleclicked. Resolves ticket 3194. \ No newline at end of file diff --git a/changes/feat3144 b/changes/feat3144 new file mode 100644 index 0000000..efaf542 --- /dev/null +++ b/changes/feat3144 @@ -0,0 +1,2 @@ + o Improve search in the router list from the Network Map with a + search field. Resolves ticket 3144. \ No newline at end of file diff --git a/changes/feat3215 b/changes/feat3215 new file mode 100644 index 0000000..e638955 --- /dev/null +++ b/changes/feat3215 @@ -0,0 +1,4 @@ + o Add a plugin framework based on QtScript. This gives the abbility + to create extensions for Vidalia with all Qt's functionality and + interfaces to interact with tor and with Vidalia itself. Resolves + ticket 3215 \ No newline at end of file diff --git a/changes/feat3392 b/changes/feat3392 new file mode 100644 index 0000000..2a14d54 --- /dev/null +++ b/changes/feat3392 @@ -0,0 +1,3 @@ + o Add a way to detach a tab from Vidalia's main window. This will + provide more flexibility with plugins that might be intended to be + displayed apart from Vidalia. \ No newline at end of file
tor-commits@lists.torproject.org