[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2986: Add another changelog item and declare August 17, 2008, to b (in vidalia/trunk: . src/vidalia)



Author: edmanm
Date: 2008-08-17 20:29:06 -0400 (Sun, 17 Aug 2008)
New Revision: 2986

Modified:
   vidalia/trunk/CHANGELOG
   vidalia/trunk/src/vidalia/CMakeLists.txt
Log:
Add another changelog item and declare August 17, 2008, to be Vidalia 0.1.8
Day.


Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2008-08-18 00:22:21 UTC (rev 2985)
+++ vidalia/trunk/CHANGELOG	2008-08-18 00:29:06 UTC (rev 2986)
@@ -1,4 +1,4 @@
-0.1.8   xx-Aug-2008
+0.1.8   17-Aug-2008
   o Make the position of the y-axis on the bandwidth graph variable based on 
     the width of the axis labels. This works better for languages like Farsi 
     where "KB/s" somehow becomes 19 characters. (Ticket #373)
@@ -11,6 +11,10 @@
   o If the message log is sorted by severity or lexiographically, or if the 
     user manually repositioned the vertical scroll bar, then retain the scroll 
     bar's previous position after adding a new message to the log.
+  o If the current message log layout is right-to-left (e.g. if the user's
+    translation is Farsi), then use a custom item delegate for the log message
+    column whose sole purpose is to keep Qt from screwing with the message  
+    text. (Ticket #396)
   o Reduce the default number of messages to retain in the message log to 50
     messages. Most people never look at the window and the extra 200 messages
     just needlessly eat memory.

Modified: vidalia/trunk/src/vidalia/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/vidalia/CMakeLists.txt	2008-08-18 00:22:21 UTC (rev 2985)
+++ vidalia/trunk/src/vidalia/CMakeLists.txt	2008-08-18 00:29:06 UTC (rev 2986)
@@ -121,6 +121,7 @@
 set(vidalia_SRCS ${vidalia_SRCS}
   log/logfile.cpp
   log/logheaderview.cpp
+  log/logmessagecolumndelegate.cpp
   log/logtreeitem.cpp
   log/logtreewidget.cpp
   log/messagelog.cpp