[licq-im/licq] b6ecdf: qt4-gui: Proper init of column data
[email protected] Thu, 22 Sep 2011 13:33:27 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: b6ecdf2ff1e865ae8d389e3a777fd657171d5cdd
https://github.com/licq-im/licq/commit/b6ecdf2ff1e865ae8d389e3a777fd657171d5cdd
Author: Anders Olofsson <[email protected]>
Date: 2011-09-22 (Thu, 22 Sep 2011)
Changed paths:
M qt4-gui/src/config/contactlist.cpp
M qt4-gui/src/config/contactlist.h
Log Message:
-----------
qt4-gui: Proper init of column data
Init data for columns not in config file as settings dialog will
fetch all columns.
Also add range checking of column count and set enum values to avoid
changing config file format.
Commit: 16b5a8037669b9c2b55aef59b5984e008e4e5fde
https://github.com/licq-im/licq/commit/16b5a8037669b9c2b55aef59b5984e008e4e5fde
Author: Anders Olofsson <[email protected]>
Date: 2011-09-22 (Thu, 22 Sep 2011)
Changed paths:
M qt4-gui/src/widgets/mlview.cpp
Log Message:
-----------
qt4-gui: Init mlview variable before using it
Commit: 21f839823f213cdfa2b8b37a042e24f84a005859
https://github.com/licq-im/licq/commit/21f839823f213cdfa2b8b37a042e24f84a005859
Author: Anders Olofsson <[email protected]>
Date: 2011-09-22 (Thu, 22 Sep 2011)
Changed paths:
M licq/src/icq/icq-srv.cpp
Log Message:
-----------
icq: Fix a buffer allocation size
Commit: f9814198182cf852904c54f669d3cff3db73ce78
https://github.com/licq-im/licq/commit/f9814198182cf852904c54f669d3cff3db73ce78
Author: Anders Olofsson <[email protected]>
Date: 2011-09-22 (Thu, 22 Sep 2011)
Changed paths:
M qt4-gui/src/config/contactlist.cpp
M qt4-gui/src/config/contactlist.h
M qt4-gui/src/widgets/mlview.cpp
Log Message:
-----------
Merge branch '1.5-stable'
Commit: 5ca3dee5a0861b253cbaab56c3e2853847807482
https://github.com/licq-im/licq/commit/5ca3dee5a0861b253cbaab56c3e2853847807482
Author: Anders Olofsson <[email protected]>
Date: 2011-09-22 (Thu, 22 Sep 2011)
Changed paths:
M qt4-gui/src/config/contactlist.cpp
M qt4-gui/src/config/emoticons.cpp
M qt4-gui/src/config/iconmanager.cpp
M qt4-gui/src/config/shortcuts.cpp
M qt4-gui/src/config/skin.cpp
M qt4-gui/src/contactlist/contactgroup.cpp
M qt4-gui/src/core/licqgui.cpp
M qt4-gui/src/core/licqkimiface.cpp
M qt4-gui/src/dialogs/addgroupdlg.cpp
M qt4-gui/src/dialogs/adduserdlg.cpp
M qt4-gui/src/dialogs/authuserdlg.cpp
M qt4-gui/src/dialogs/chatdlg.cpp
M qt4-gui/src/dialogs/customautorespdlg.cpp
M qt4-gui/src/dialogs/editgrpdlg.cpp
M qt4-gui/src/dialogs/forwarddlg.cpp
M qt4-gui/src/dialogs/gpgkeymanager.cpp
M qt4-gui/src/dialogs/mmsenddlg.cpp
M qt4-gui/src/dialogs/ownereditdlg.cpp
M qt4-gui/src/dialogs/plugindlg.cpp
M qt4-gui/src/dialogs/registeruser.cpp
M qt4-gui/src/dialogs/reqauthdlg.cpp
M qt4-gui/src/dialogs/searchuserdlg.cpp
M qt4-gui/src/dialogs/userselectdlg.cpp
M qt4-gui/src/dialogs/utilitydlg.cpp
M qt4-gui/src/settings/chat.cpp
M qt4-gui/src/settings/network.cpp
M qt4-gui/src/settings/oneventbox.cpp
M qt4-gui/src/settings/skin.cpp
M qt4-gui/src/settings/status.cpp
M qt4-gui/src/userdlg/info.cpp
M qt4-gui/src/userdlg/settings.cpp
M qt4-gui/src/userevents/usereventcommon.cpp
M qt4-gui/src/userevents/usersendevent.cpp
M qt4-gui/src/views/mmuserview.cpp
M qt4-gui/src/views/userviewbase.cpp
Log Message:
-----------
qt4-gui: Use QByteArray::constData instead of data
From QByteArray:data() documentation:
"For read-only access, constData() is faster because it never causes a
deep copy to occur."
Compare: https://github.com/licq-im/licq/compare/ca8bd88...5ca3dee