aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.cc
AgeCommit message (Collapse)AuthorFilesLines
2011-07-01 * gui/conversation.h (OutputTextArea): Now inherit fromdos-reis1-3/+23
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-05-29(no commit message)dos-reis1-16/+47
2011-05-29more gui code tweakingdos-reis1-27/+42
2011-05-29Rename C++ source files to have .cc extensiondos-reis1-0/+360