[licq-im/licq] 1d722e: qt4-gui: Remove empty line at top of chat history

GitHub <[email protected]> Sun, 01 Apr 2012 12:08:26 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq
  Commit: 1d722ed9a45a143216dfc36e8a654c11f459b275
      https://github.com/licq-im/licq/commit/1d722ed9a45a143216dfc36e8a654c11f459b275
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M qt4-gui/src/widgets/mlview.cpp

  Log Message:
  -----------
  qt4-gui: Remove empty line at top of chat history

An empty QTextEdit still contains an empty block which is drawn as an
empty line at the top.


  Commit: d4b1d8c12c931fc1f1b22a60d3377139b948d742
      https://github.com/licq-im/licq/commit/d4b1d8c12c931fc1f1b22a60d3377139b948d742
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M licq/src/contactlist/userhistory.cpp

  Log Message:
  -----------
  licq: Drop trailing newline when reading history

The trailing newline is part of the history file format to separate
messages and does not belong the actual message.


  Commit: a8b7ac5695f155f6037de1e2176a9aa828e9ea84
      https://github.com/licq-im/licq/commit/a8b7ac5695f155f6037de1e2176a9aa828e9ea84
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M licq/doc/CHANGELOG
  M qt4-gui/src/config/chat.cpp
  M qt4-gui/src/config/chat.h
  M qt4-gui/src/settings/chat.cpp
  M qt4-gui/src/settings/chat.h
  M qt4-gui/src/widgets/historyview.cpp
  M qt4-gui/src/widgets/historyview.h

  Log Message:
  -----------
  qt4-gui: Add a header in chat history each day

When using timestamps without date and keeping a window open for
several days the added header makes it possible to see which day a
message was sent/received. It also separates messages for each day.


  Commit: d037b7499427a6e7ecb5cbea9a8dea6d165272b6
      https://github.com/licq-im/licq/commit/d037b7499427a6e7ecb5cbea9a8dea6d165272b6
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M qt4-gui/src/widgets/historyview.cpp

  Log Message:
  -----------
  qt4-gui: Prettier chat history without timestamp

Removes the extra separating characters around/after the timestamp if
the user has configured to not include any timestamp.


Compare: https://github.com/licq-im/licq/compare/737c228...d037b74