aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b1ec2b77..dc33a80c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
+2011-07-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * gui/conversation.h (OutputTextArea): Now inherit from
+ QTextEditor, for the nth time.
+ (OutputTextArea::sizeHint): Declare as override.
+ * gui/conversation.cc (OutputTextArea::OutputTextArea): Make the
+ output text editor read only. Disallow vertical scroll bars.
+ (OutputTextArea::sizeHint): Give a tight estimate.
+ (OutputTextArea::add_paragraph): Tidy.
+ (OutputTextArea::add_text): Likewise.
+ (Exchange::reply_to_query): Toggle the mouse in busy state
+ after submitting query.
+ (Conversation::read_reply): Untoggle mouse' busy state if last
+ output text was read.
+
2011-06-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
* sman/sman.c (main): Don't start Hyperdoc if no X11 server is running.