Changeset 2986 for vidalia/trunk

Show
Ignore:
Timestamp:
08/17/08 20:29:06 (3 months ago)
Author:
edmanm
Message:

Add another changelog item and declare August 17, 2008, to be Vidalia 0.1.8
Day.

Location:
vidalia/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2984 r2986  
    1 0.1.8   xx-Aug-2008 
     10.1.8   17-Aug-2008 
    22  o Make the position of the y-axis on the bandwidth graph variable based on  
    33    the width of the axis labels. This works better for languages like Farsi  
     
    1212    user manually repositioned the vertical scroll bar, then retain the scroll  
    1313    bar's previous position after adding a new message to the log. 
     14  o If the current message log layout is right-to-left (e.g. if the user's 
     15    translation is Farsi), then use a custom item delegate for the log message 
     16    column whose sole purpose is to keep Qt from screwing with the message   
     17    text. (Ticket #396) 
    1418  o Reduce the default number of messages to retain in the message log to 50 
    1519    messages. Most people never look at the window and the extra 200 messages 
  • vidalia/trunk/src/vidalia/CMakeLists.txt

    r2821 r2986  
    122122  log/logfile.cpp 
    123123  log/logheaderview.cpp 
     124  log/logmessagecolumndelegate.cpp 
    124125  log/logtreeitem.cpp 
    125126  log/logtreewidget.cpp