Changeset 2986 for vidalia/trunk
- Timestamp:
- 08/17/08 20:29:06 (3 months ago)
- Location:
- vidalia/trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (2 diffs)
-
src/vidalia/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CHANGELOG
r2984 r2986 1 0.1.8 xx-Aug-20081 0.1.8 17-Aug-2008 2 2 o Make the position of the y-axis on the bandwidth graph variable based on 3 3 the width of the axis labels. This works better for languages like Farsi … … 12 12 user manually repositioned the vertical scroll bar, then retain the scroll 13 13 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) 14 18 o Reduce the default number of messages to retain in the message log to 50 15 19 messages. Most people never look at the window and the extra 200 messages -
vidalia/trunk/src/vidalia/CMakeLists.txt
r2821 r2986 122 122 log/logfile.cpp 123 123 log/logheaderview.cpp 124 log/logmessagecolumndelegate.cpp 124 125 log/logtreeitem.cpp 125 126 log/logtreewidget.cpp
