[licq-im/licq] b93757: api: Use UTF-8 for event data

[email protected] Mon, 2 Jan 2012 07:50:42 -0800
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq

  Commit: b937577f0fdb8d1aed18cde77a6f730e3a40cbc8
      https://github.com/licq-im/licq/commit/b937577f0fdb8d1aed18cde77a6f730e3a40cbc8
  Author: Anders Olofsson <[email protected]>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M aosd/src/iface.cpp
  M auto-reply/src/autoreply.cpp
  M console/src/console.cpp
  M console/src/console_menu.cpp
  M console/src/console_print.cpp
  M forwarder/src/forwarder.cpp
  M licq/include/licq/translator.h
  M licq/include/licq/userevents.h
  M licq/src/daemon.cpp
  M licq/src/fifo.cpp
  M licq/src/icq/icq-srv.cpp
  M licq/src/icq/icq-tcp.cpp
  M licq/src/icq/icq.cpp
  M licq/src/icq/icq.h
  M licq/src/icq/packet.cpp
  M licq/src/translator.cpp
  M licq/src/userevents.cpp
  M msn/src/msn-sb.cpp
  M osd/src/licq-osd.cpp
  M qt4-gui/src/contactlist/contactuserdata.cpp
  M qt4-gui/src/core/licqgui.cpp
  M qt4-gui/src/core/mainwin.cpp
  M qt4-gui/src/dialogs/authdlg.cpp
  M qt4-gui/src/dialogs/awaymsgdlg.cpp
  M qt4-gui/src/dialogs/customautorespdlg.cpp
  M qt4-gui/src/dialogs/filedlg.cpp
  M qt4-gui/src/dialogs/forwarddlg.cpp
  M qt4-gui/src/dialogs/historydlg.cpp
  M qt4-gui/src/dialogs/mmsenddlg.cpp
  M qt4-gui/src/dialogs/showawaymsgdlg.cpp
  M qt4-gui/src/userdlg/settings.cpp
  M qt4-gui/src/userevents/usersendevent.cpp
  M qt4-gui/src/userevents/userviewevent.cpp
  M qt4-gui/src/views/mmuserview.cpp
  M qt4-gui/src/widgets/historyview.cpp
  M qt4-gui/src/widgets/messagelist.cpp
  M qt4-gui/src/widgets/messagelist.h
  M rms/src/rms.cpp

  Log Message:
  -----------
  api: Use UTF-8 for event data

The responsibility to encoding messages is moved from the UIs to the
protocols.


  Commit: f4b137507d37ec4e72ceccd9bc62abc0c6a14518
      https://github.com/licq-im/licq/commit/f4b137507d37ec4e72ceccd9bc62abc0c6a14518
  Author: Anders Olofsson <[email protected]>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M licq/include/licq/userevents.h
  M licq/src/contactlist/user.cpp
  M licq/src/contactlist/userhistory.cpp
  M licq/src/contactlist/userhistory.h
  M licq/src/userevents.cpp

  Log Message:
  -----------
  licq: Handle old non-UTF8 history entries

New entries are flagged as UTF-8 and any entry loaded without the flag
gets converted using the current user and locale settings.

closes #6


  Commit: dbd02d1b09f700fd73e5333d219eb04b9d593986
      https://github.com/licq-im/licq/commit/dbd02d1b09f700fd73e5333d219eb04b9d593986
  Author: Anders Olofsson <[email protected]>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M licq/src/icq/icq-srv.cpp
  M qt4-gui/src/contactlist/contactuserdata.cpp
  M qt4-gui/src/core/usermenu.cpp
  M qt4-gui/src/dialogs/editcategorydlg.cpp
  M qt4-gui/src/dialogs/gpgkeyselect.cpp
  M qt4-gui/src/dialogs/historydlg.cpp
  M qt4-gui/src/dialogs/historydlg.h
  M qt4-gui/src/dialogs/keyrequestdlg.cpp
  M qt4-gui/src/dialogs/phonedlg.cpp
  M qt4-gui/src/dialogs/searchuserdlg.cpp
  M qt4-gui/src/dialogs/userselectdlg.cpp
  M qt4-gui/src/userdlg/info.cpp
  M qt4-gui/src/userdlg/info.h
  M qt4-gui/src/userdlg/userdlg.cpp
  M qt4-gui/src/userevents/usereventcommon.cpp
  M qt4-gui/src/userevents/usereventcommon.h
  M qt4-gui/src/userevents/usersendevent.cpp
  M qt4-gui/src/userevents/userviewevent.cpp

  Log Message:
  -----------
  api: Use UTF-8 for user data


  Commit: cfe88a7ef6a5a415d94267f69693852c89122fd2
      https://github.com/licq-im/licq/commit/cfe88a7ef6a5a415d94267f69693852c89122fd2
  Author: Anders Olofsson <[email protected]>
  Date:   2012-01-02 (Mon, 02 Jan 2012)

  Changed paths:
    M licq/include/licq/icq/chat.h
  M licq/src/icq/chat.cpp
  M qt4-gui/src/dialogs/chatdlg.cpp
  M qt4-gui/src/dialogs/chatdlg.h

  Log Message:
  -----------
  icq: Use UTF-8 for chat manager api


  Commit: 7b505e0a16522079d4a4ffd233e6cd9528537211
      https://github.com/licq-im/licq/commit/7b505e0a16522079d4a4ffd233e6cd9528537211
  Author: Anders Olofsson <[email protected]>
  Date:   2012-01-02 (Mon, 02 Jan 2012)

  Changed paths:
    M licq/include/licq/plugin/protocolplugin.h
  M licq/src/icq/icqprotocolplugin.cpp
  M qt4-gui/src/userevents/usereventcommon.cpp

  Log Message:
  -----------
  qt4-gui: Only show encoding menu for ICQ


  Commit: 32d5d2f0f2463d4e690552f065e51cd9d901c6b6
      https://github.com/licq-im/licq/commit/32d5d2f0f2463d4e690552f065e51cd9d901c6b6
  Author: Anders Olofsson <[email protected]>
  Date:   2012-01-02 (Mon, 02 Jan 2012)

  Changed paths:
    M qt4-gui/src/helpers/usercodec.cpp
  M qt4-gui/src/helpers/usercodec.h
  M qt4-gui/src/settings/chat.cpp
  M qt4-gui/src/userevents/usereventcommon.cpp

  Log Message:
  -----------
  qt4-gui: Drop deprecated user codec functions


Compare: https://github.com/licq-im/licq/compare/fb39e2c...32d5d2f