Branch: refs/heads/gui-in-main-thread
Home: https://github.com/licq-im/licq
Commit: 54628edc0143ad93f36568e7705a4044fbaa2007
https://github.com/licq-im/licq/commit/54628edc0143ad93f36568e7705a4044fbaa2007
Author: Anders Olofsson <[email protected]>
Date: 2010-11-09 (Tue, 09 Nov 2010)
Changed paths:
M licq/src/contactlist/usermanager.cpp
Log Message:
-----------
Don't allow deleting on owner that is online. This should avoid the problem in #1725.
Commit: 13ad081e7fd6d8c62bde336e55759474da4bdaa5
https://github.com/licq-im/licq/commit/13ad081e7fd6d8c62bde336e55759474da4bdaa5
Author: Anders Olofsson <[email protected]>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M licq/src/contactlist/usermanager.cpp
Log Message:
-----------
Merged r54628ed from master to dissallow deleting online owner. Avoids #1725.
Commit: 8dd81a704cecdf1a8f9e5d554e929bd5573a577a
https://github.com/licq-im/licq/commit/8dd81a704cecdf1a8f9e5d554e929bd5573a577a
Author: Eugene Paskevich <[email protected]>
Date: 2010-11-11 (Thu, 11 Nov 2010)
Changed paths:
M qt4-gui/src/widgets/protocombobox.cpp
Log Message:
-----------
Fixed the icons when there is no owner found for a protocol.
Commit: 8c171d28e414054bb8bda14fce3198706a982790
https://github.com/licq-im/licq/commit/8c171d28e414054bb8bda14fce3198706a982790
Author: Erik Johansson <[email protected]>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M jabber/src/client.cpp
Log Message:
-----------
Don't send old status message when changing status
If the message for the new status is empty, gloox will send the previous status
messages. This can look a bit strange when the new status is online and the old
was != online. Avoid this by always clearing the old status message before
setting a new.
Commit: 1d654e99cd66abb5196c644de43045db90d516c3
https://github.com/licq-im/licq/commit/1d654e99cd66abb5196c644de43045db90d516c3
Author: Erik Johansson <[email protected]>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M jabber/src/client.cpp
M jabber/src/handler.cpp
M jabber/src/handler.h
Log Message:
-----------
Make contact's away message available to GUI
Commit: 0e9d28c7260cd6d76aa9dea5af9f568eeaf3620d
https://github.com/licq-im/licq/commit/0e9d28c7260cd6d76aa9dea5af9f568eeaf3620d
Author: Erik Johansson <[email protected]>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M jabber/src/client.cpp
M jabber/src/handler.cpp
M jabber/src/handler.h
Log Message:
-----------
Mark contacts that we are awaiting auth from
Commit: e5ec712f2415a8aee3098fec90f093014125781a
https://github.com/licq-im/licq/commit/e5ec712f2415a8aee3098fec90f093014125781a
Author: Erik Johansson <[email protected]>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
A .gitignore
Log Message:
-----------
Ignore *~ and build/
Commit: 7618d45a94cd405d74c367514600f532f537ee40
https://github.com/licq-im/licq/commit/7618d45a94cd405d74c367514600f532f537ee40
Author: Erik Johansson <[email protected]>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M licq/cmake/FindLicq.cmake
M licq/cmake/LicqVersion.cmake
Log Message:
-----------
Use git HEAD revision as extra version
Commit: 28f084616e93c255fce391281f649bfc278208da
https://github.com/licq-im/licq/commit/28f084616e93c255fce391281f649bfc278208da
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/userevents/usersendcommon.cpp
Log Message:
-----------
Only save whether to send through server if it was changed by user. This could cause mutex deadlock when peer went offline.
Commit: a25b1a1044a17a942dce931bf38b34a6011d5234
https://github.com/licq-im/licq/commit/a25b1a1044a17a942dce931bf38b34a6011d5234
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M jabber/src/vcard.cpp
Log Message:
-----------
Merged 07a411f from master to use full name in jabber if nickname isn't set.
Commit: d391b69c9e1550069118961f34b3c38fb1509a20
https://github.com/licq-im/licq/commit/d391b69c9e1550069118961f34b3c38fb1509a20
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/widgets/protocombobox.cpp
Log Message:
-----------
Merged 8dd81a7 from master to show icons in protocol combobox when there is no owner.
Commit: 5abb04aeeb5c93742325e288149165c1a409df10
https://github.com/licq-im/licq/commit/5abb04aeeb5c93742325e288149165c1a409df10
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M jabber/src/client.cpp
Log Message:
-----------
Merged 8c171d2 from master to not send old status message when changing jabber status.
Commit: a404ee7c99b16428c4d5c79e6ae04af691d8399a
https://github.com/licq-im/licq/commit/a404ee7c99b16428c4d5c79e6ae04af691d8399a
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M jabber/src/client.cpp
M jabber/src/handler.cpp
M jabber/src/handler.h
Log Message:
-----------
Merged 1d654e9 from master to make jabber away messages available to GUI.
Commit: a4dea69a89e130b41df7b1ce75fc6267d0f740cf
https://github.com/licq-im/licq/commit/a4dea69a89e130b41df7b1ce75fc6267d0f740cf
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M jabber/src/client.cpp
M jabber/src/handler.cpp
M jabber/src/handler.h
Log Message:
-----------
Merged 0e9d28c from master to mark jabber contacts we are awaiting auth from.
Commit: 0e0e1ed300631d913bac03251a7ee568faf88ee6
https://github.com/licq-im/licq/commit/0e0e1ed300631d913bac03251a7ee568faf88ee6
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/userevents/usersendcommon.cpp
Log Message:
-----------
Merged 28f0846 from master to remove mutex deadlock on send through server button.
Commit: 7c8979f0503d3b0b1e954eaf1e7e3d3743fead11
https://github.com/licq-im/licq/commit/7c8979f0503d3b0b1e954eaf1e7e3d3743fead11
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/dialogs/logwindow.cpp
Log Message:
-----------
Set title on network log save dialog and add ... to save button.
Commit: a21413dd198da87f983e28b5f46c426a251615ad
https://github.com/licq-im/licq/commit/a21413dd198da87f983e28b5f46c426a251615ad
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
M qt4-gui/src/dialogs/ownermanagerdlg.h
Log Message:
-----------
Don't enable account modify/delete until an account has actually been selected.
Commit: efe3a189cf0e528ee71a6129701669fc1cfe2aa2
https://github.com/licq-im/licq/commit/efe3a189cf0e528ee71a6129701669fc1cfe2aa2
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/dialogs/logwindow.cpp
Log Message:
-----------
Merged r7c8979f from master to set title on network log save dialog.
Commit: c3248cfce269aa41c205013ff9ff77c9c729cddd
https://github.com/licq-im/licq/commit/c3248cfce269aa41c205013ff9ff77c9c729cddd
Author: Anders Olofsson <[email protected]>
Date: 2011-02-13 (Sun, 13 Feb 2011)
Changed paths:
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
M qt4-gui/src/dialogs/ownermanagerdlg.h
Log Message:
-----------
Merged ra21413d from master to disable modify/delete account until account selected.
Commit: d885c46246ec69c3e31344f087b7f5d5dde57059
https://github.com/licq-im/licq/commit/d885c46246ec69c3e31344f087b7f5d5dde57059
Author: Anders Olofsson <[email protected]>
Date: 2011-02-15 (Tue, 15 Feb 2011)
Changed paths:
M qt4-gui/src/userevents/usersendcommon.cpp
Log Message:
-----------
Revised r28f0846 to use triggered() instead as mySendServerCheck is a QAction, not a QToolButton.
Commit: 0756f007f639c0542b4aedae0bca73ce7db2d89d
https://github.com/licq-im/licq/commit/0756f007f639c0542b4aedae0bca73ce7db2d89d
Author: Anders Olofsson <[email protected]>
Date: 2011-02-15 (Tue, 15 Feb 2011)
Changed paths:
M qt4-gui/src/userevents/usersendcommon.cpp
Log Message:
-----------
Merged rd885c46 from master to correct r0e0e1ed.
Commit: 96ef0f15c48c7fbfa78e2639ef4a182765e8d388
https://github.com/licq-im/licq/commit/96ef0f15c48c7fbfa78e2639ef4a182765e8d388
Author: Erik Johansson <[email protected]>
Date: 2011-02-28 (Mon, 28 Feb 2011)
Changed paths:
M licq/src/logging/tests/logtest.cpp
Log Message:
-----------
Fix warning with g++ 4.4
warning: format not a string literal and no format arguments
Commit: f1b958d67189a499b4c23356cbe5919829ced7d9
https://github.com/licq-im/licq/commit/f1b958d67189a499b4c23356cbe5919829ced7d9
Author: Erik Johansson <[email protected]>
Date: 2011-04-06 (Wed, 06 Apr 2011)
Changed paths:
M licq/src/CMakeLists.txt
Log Message:
-----------
Fix build error when LDFLAGS is set in the environment
Patch taken from ubuntu
Commit: e2fefa9d05cd8d0968039012c9c92339eeed21b5
https://github.com/licq-im/licq/commit/e2fefa9d05cd8d0968039012c9c92339eeed21b5
Author: Erik Johansson <[email protected]>
Date: 2011-04-07 (Thu, 07 Apr 2011)
Changed paths:
M licq/cmake/FindLicq.cmake
M licq/src/CMakeLists.txt
Log Message:
-----------
Link with thread library the normal way
Commit: 57239376691bb0e584f9be0d999f89652e71a8bd
https://github.com/licq-im/licq/commit/57239376691bb0e584f9be0d999f89652e71a8bd
Author: Anders Olofsson <[email protected]>
Date: 2011-04-09 (Sat, 09 Apr 2011)
Changed paths:
M licq/include/licq/userevents.h
Log Message:
-----------
Added functions to get message from user events that were it was missing.
Commit: 4486a1d5206b59bfa8924eda550d730a6d9b6dc5
https://github.com/licq-im/licq/commit/4486a1d5206b59bfa8924eda550d730a6d9b6dc5
Author: Anders Olofsson <[email protected]>
Date: 2011-04-09 (Sat, 09 Apr 2011)
Changed paths:
M licq/cmake/LicqCommonCompilerFlags.cmake
A licq/include/licq/filter.h
M licq/src/CMakeLists.txt
M licq/src/daemon.cpp
A licq/src/filter.cpp
A licq/src/filter.h
M licq/src/licq.cpp
Log Message:
-----------
Added a filter for user events
The filter can match events based on protocol, event type or message contents.
Filter rules can be disabled/enabled without removing them from the
configuration. Message contents is matched with a regular expression.
A match can allow the event, just drop it, or log the event as normal without
notifying the user.
Only events from unknown contacts are filtered, contacts in the list are
always trusted. If no rule applies, the default is to accept the event.
The default configuration is set to drop a few spam messages that I have seen
repeatedly the last months. It will also silence (but log) any authorization
request containing a URL as those are generally also spam.
Limitations:
- Currently there is no GUI, only the daemon logic and a configuration file.
- The filter does not understand non-ascii characters making the rules for
cryllic characters very unreadable.
- Counters should be added to let the user see which rules get matches.
Commit: a458c430d21e4a1c76aacad38caa71076a25ce1e
https://github.com/licq-im/licq/commit/a458c430d21e4a1c76aacad38caa71076a25ce1e
Author: Erik Johansson <[email protected]>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M licq/src/CMakeLists.txt
Log Message:
-----------
Fix build error when LDFLAGS is set in the environment
Patch taken from ubuntu
Commit: e2c74ef1ccc52a73dd0f4802aaab0cf0e6e52137
https://github.com/licq-im/licq/commit/e2c74ef1ccc52a73dd0f4802aaab0cf0e6e52137
Author: Erik Johansson <[email protected]>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M licq/cmake/FindLicq.cmake
M licq/src/CMakeLists.txt
Log Message:
-----------
Link with thread library the normal way
Commit: 1b697a3241b291f249d2680376681148a69a0bee
https://github.com/licq-im/licq/commit/1b697a3241b291f249d2680376681148a69a0bee
Author: Anders Olofsson <[email protected]>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M licq/src/icq/icq-srv.cpp
Log Message:
-----------
Ignore unnecessary ICQ offline updates
The ICQ server periodically sends updates for offline users. If we
already know the user is offline there is no need to notify plugins
or fill up the network log.
Commit: 3512f4b951c99ac2df175b8bf788a47dec5d5269
https://github.com/licq-im/licq/commit/3512f4b951c99ac2df175b8bf788a47dec5d5269
Author: Anders Olofsson <[email protected]>
Date: 2011-04-16 (Sat, 16 Apr 2011)
Changed paths:
M licq/include/licq/logging/log.h
M licq/src/buffer.cpp
M licq/src/contactlist/user.cpp
M licq/src/contactlist/userhistory.cpp
M licq/src/daemon.cpp
M licq/src/icq/chat.cpp
M licq/src/icq/filetransfer.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/oscarservice.cpp
M licq/src/icq/packet.cpp
M licq/src/icq/threads.cpp
M licq/src/inifile.cpp
M licq/src/licq.cpp
M licq/src/protocolmanager.cpp
M licq/src/proxy.cpp
M licq/src/socket.cpp
M licq/src/translator.cpp
Log Message:
-----------
Removed the deprecated ERR and WRN log constants.
Commit: 53e848318a39163b9888ca9df33ffdbfe81bb94c
https://github.com/licq-im/licq/commit/53e848318a39163b9888ca9df33ffdbfe81bb94c
Author: Anders Olofsson <[email protected]>
Date: 2011-04-16 (Sat, 16 Apr 2011)
Changed paths:
M licq/include/licq/logging/log.h
M licq/src/fifo.cpp
M licq/src/icq/chat.cpp
M licq/src/icq/filetransfer.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/oscarservice.cpp
M licq/src/icq/packet.cpp
M licq/src/icq/threads.cpp
M licq/src/socket.cpp
Log Message:
-----------
Removed deprecated SRV and TCP log constants.
Commit: 87210f1762ff1691603d42b3b4d2c36aabc2da6b
https://github.com/licq-im/licq/commit/87210f1762ff1691603d42b3b4d2c36aabc2da6b
Author: Anders Olofsson <[email protected]>
Date: 2011-04-17 (Sun, 17 Apr 2011)
Changed paths:
M console/src/console.cpp
M console/src/console_menu.cpp
M console/src/console_print.cpp
M console/src/console_tab.cpp
M licq/include/licq/contactlist/user.h
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/packet.cpp
M licq/src/icq/threads.cpp
M qt4-gui/src/core/licqgui.cpp
M qt4-gui/src/core/mainwin.cpp
M qt4-gui/src/dialogs/authuserdlg.cpp
M qt4-gui/src/dialogs/awaymsgdlg.cpp
M qt4-gui/src/dialogs/customautorespdlg.cpp
M qt4-gui/src/dialogs/forwarddlg.cpp
M qt4-gui/src/dialogs/gpgkeymanager.cpp
M qt4-gui/src/dialogs/gpgkeyselect.cpp
M qt4-gui/src/dialogs/historydlg.cpp
M qt4-gui/src/dialogs/keyrequestdlg.cpp
M qt4-gui/src/dialogs/mmsenddlg.cpp
M qt4-gui/src/dialogs/refusedlg.cpp
M qt4-gui/src/dialogs/showawaymsgdlg.cpp
M qt4-gui/src/userdlg/userdlg.cpp
M qt4-gui/src/userevents/usereventcommon.cpp
M qt4-gui/src/userevents/usereventtabdlg.cpp
M qt4-gui/src/userevents/usersendchatevent.cpp
M qt4-gui/src/userevents/usersendcommon.cpp
M qt4-gui/src/userevents/usersendfileevent.cpp
M qt4-gui/src/views/floatyview.cpp
M qt4-gui/src/widgets/historyview.cpp
Log Message:
-----------
Removed last usage of deprecated User::GetAlias()
Commit: bf66f32306b3b03447d9f6d7f2e5127b81f60bc5
https://github.com/licq-im/licq/commit/bf66f32306b3b03447d9f6d7f2e5127b81f60bc5
Author: Anders Olofsson <[email protected]>
Date: 2011-05-13 (Fri, 13 May 2011)
Changed paths:
M licq/doc/CHANGELOG
Log Message:
-----------
Updated changelog for future 1.5.1
Commit: fdc8221d07f62a291a6ac02f66c385b2ea29a440
https://github.com/licq-im/licq/commit/fdc8221d07f62a291a6ac02f66c385b2ea29a440
Author: Anders Olofsson <[email protected]>
Date: 2011-05-13 (Fri, 13 May 2011)
Changed paths:
M licq/doc/CHANGELOG
Log Message:
-----------
Updated changelog for future 1.6.0
Commit: a327b5fe2163369af484d6dadb5ce704c47e759a
https://github.com/licq-im/licq/commit/a327b5fe2163369af484d6dadb5ce704c47e759a
Author: Anders Olofsson <[email protected]>
Date: 2011-05-16 (Mon, 16 May 2011)
Changed paths:
M qt4-gui/src/dialogs/historydlg.cpp
M qt4-gui/src/helpers/CMakeLists.txt
R qt4-gui/src/helpers/eventdesc.cpp
R qt4-gui/src/helpers/eventdesc.h
M qt4-gui/src/userevents/usersendcommon.cpp
M qt4-gui/src/widgets/historyview.cpp
M qt4-gui/src/widgets/messagelist.cpp
Log Message:
-----------
Removed duplicate event descriptions in GUI
Commit: 342e3cb670f77e49eb551221acabcdff5b0e0e0c
https://github.com/licq-im/licq/commit/342e3cb670f77e49eb551221acabcdff5b0e0e0c
Author: Anders Olofsson <[email protected]>
Date: 2011-05-16 (Mon, 16 May 2011)
Changed paths:
M licq/include/licq/contactlist/user.h
Log Message:
-----------
There is no LicqDaemon::UserEvent
Commit: 04652530c2ff449878fe3494f98181ba64d720bd
https://github.com/licq-im/licq/commit/04652530c2ff449878fe3494f98181ba64d720bd
Author: Anders Olofsson <[email protected]>
Date: 2011-05-16 (Mon, 16 May 2011)
Changed paths:
M licq/include/licq/userevents.h
M licq/src/userevents.cpp
Log Message:
-----------
Revised user event descriptions to virtual members
Commit: e9e07c93f136aea1caad827f4a96e35c425f38c2
https://github.com/licq-im/licq/commit/e9e07c93f136aea1caad827f4a96e35c425f38c2
Author: Anders Olofsson <[email protected]>
Date: 2011-05-16 (Mon, 16 May 2011)
Changed paths:
M console/src/console.cpp
M forwarder/src/forwarder.cpp
M licq/include/licq/userevents.h
M licq/src/daemon.cpp
M licq/src/filter.cpp
M licq/src/userevents.cpp
M qt4-gui/src/config/iconmanager.cpp
M qt4-gui/src/config/iconmanager.h
M qt4-gui/src/contactlist/contactlist.h
M qt4-gui/src/contactlist/contactuserdata.cpp
M qt4-gui/src/contactlist/contactuserdata.h
M qt4-gui/src/core/licqgui.cpp
M qt4-gui/src/dialogs/forwarddlg.cpp
M qt4-gui/src/dialogs/forwarddlg.h
M qt4-gui/src/dialogs/historydlg.cpp
M qt4-gui/src/userevents/usereventtabdlg.cpp
M qt4-gui/src/userevents/usersendcommon.cpp
M qt4-gui/src/userevents/userviewevent.cpp
M qt4-gui/src/views/contactdelegate.cpp
M qt4-gui/src/widgets/historyview.cpp
M qt4-gui/src/widgets/messagelist.cpp
M rms/src/rms.cpp
Log Message:
-----------
Added event type constants in Licq::UserEvent
Even if the event types for now must have the same values as the ICQ protocol constants,
it will at least allow several classes to stop including icqdefines.h.
Commit: 8d40caff3be739e86be02e6035ae0917cbd67097
https://github.com/licq-im/licq/commit/8d40caff3be739e86be02e6035ae0917cbd67097
Author: Anders Olofsson <[email protected]>
Date: 2011-06-02 (Thu, 02 Jun 2011)
Changed paths:
M licq/include/licq/daemon.h
M licq/include/licq/proxy.h
M licq/src/daemon.cpp
Log Message:
-----------
Moved proxy type constant to daemon.h
Commit: 489a566307692692156b8d53aab571f657eba29b
https://github.com/licq-im/licq/commit/489a566307692692156b8d53aab571f657eba29b
Author: Anders Olofsson <[email protected]>
Date: 2011-06-02 (Thu, 02 Jun 2011)
Changed paths:
M jabber/src/client.cpp
M jabber/src/config.cpp
M jabber/src/config.h
Log Message:
-----------
Use proxy settings from daemon in Jabber plugin
Commit: 614464d1bb3cf73909414fe7a9c485f12ecb0235
https://github.com/licq-im/licq/commit/614464d1bb3cf73909414fe7a9c485f12ecb0235
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M qt4-gui/src/config/iconmanager.cpp
M qt4-gui/src/config/iconmanager.h
Log Message:
-----------
Added function in GUI to get icon for a protocol
Commit: 406174bb25e256bdcbfcdf7f6cfbdba0be609cc5
https://github.com/licq-im/licq/commit/406174bb25e256bdcbfcdf7f6cfbdba0be609cc5
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M jabber/src/jabberplugin.cpp
M licq/cmake/FindLicq.cmake
M licq/include/licq/plugin.h
M licq/include/licq/protocolbase.h
M licq/src/icq/icqprotocolplugin.cpp
M licq/src/plugins/protocolplugin.cpp
M licq/src/plugins/protocolplugin.h
M licq/src/plugins/tests/protocolplugintest.cpp
M msn/src/plugin.cpp
Log Message:
-----------
Added symbols to protocols for default server
Default host and port are made available from protocols allowing daemon
and/or UIs to know default values when configuring/creating owners.
Commit: 8f42d2afe7fb1cc15320e07bf6149440db3e04d5
https://github.com/licq-im/licq/commit/8f42d2afe7fb1cc15320e07bf6149440db3e04d5
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M licq/include/licq/contactlist/owner.h
M licq/src/contactlist/owner.cpp
Log Message:
-----------
Store login server in owner objects
This allows protocols to store server host and port in the owner object
rather than having these parameters in a protocol specific config file.
The owner object will use defaults specified by each protocol (if loaded).
Migration from old parameters is also done in owner constructor as a hack,
but it's prettier than trying to do this in each protocol plugin.
Commit: 4191f364a1bd6c20dddaa8027899ae81924c6579
https://github.com/licq-im/licq/commit/4191f364a1bd6c20dddaa8027899ae81924c6579
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M qt4-gui/src/dialogs/ownereditdlg.cpp
M qt4-gui/src/dialogs/ownereditdlg.h
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
M qt4-gui/src/dialogs/ownermanagerdlg.h
Log Message:
-----------
Added login server config to GUI owner manager
Commit: 882722127ec867c831dcd9a649df1032f66c11ab
https://github.com/licq-im/licq/commit/882722127ec867c831dcd9a649df1032f66c11ab
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M qt4-gui/src/settings/network.cpp
M qt4-gui/src/settings/network.h
M qt4-gui/src/settings/settingsdlg.h
Log Message:
-----------
Removed old ICQ server config from GUI settings
Commit: 471c58d211de6d8267853a939cfd1905038db8b7
https://github.com/licq-im/licq/commit/471c58d211de6d8267853a939cfd1905038db8b7
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M licq/include/licq/icq.h
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq.cpp
Log Message:
-----------
Updated ICQ protocol to store server in owner
Commit: 26980f774af180d6bbe5c1145628e4270d90ece9
https://github.com/licq-im/licq/commit/26980f774af180d6bbe5c1145628e4270d90ece9
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M jabber/src/client.cpp
M jabber/src/client.h
M jabber/src/config.cpp
M jabber/src/config.h
M jabber/src/plugin.cpp
Log Message:
-----------
Updated Jabber protocol to store server in owner
Commit: 62b9038ad067ef922a0634b45ee296927e1ae93a
https://github.com/licq-im/licq/commit/62b9038ad067ef922a0634b45ee296927e1ae93a
Author: Anders Olofsson <[email protected]>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M msn/src/msn-srv.cpp
M msn/src/msn.cpp
M msn/src/msn.h
Log Message:
-----------
Updated MSN protocol to store server in owner
Commit: a38ada0a3a960b9234f79ee9a9e0ef3fd2b6631d
https://github.com/licq-im/licq/commit/a38ada0a3a960b9234f79ee9a9e0ef3fd2b6631d
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M licq/src/fifo.cpp
Log Message:
-----------
Removed data parameter from fifo functions
Commit: 7d3dbdad94a4e163b2f33bc9e561fbe947b3dcd4
https://github.com/licq-im/licq/commit/7d3dbdad94a4e163b2f33bc9e561fbe947b3dcd4
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M licq/include/licq/icq.h
M licq/src/icq/icq.h
M licq/src/plugins/plugin.h
M licq/src/plugins/pluginthread.h
Log Message:
-----------
Removed some unneeded forward declaration.
Commit: 0ca9d4cf09de7258cc922f93e62a026fe568d257
https://github.com/licq-im/licq/commit/0ca9d4cf09de7258cc922f93e62a026fe568d257
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/dialogs/awaymsgdlg.cpp
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
Log Message:
-----------
Added missing ... in some menu actions
Commit: 1d288b779b6a0f039f036750009bff4f5da27c5f
https://github.com/licq-im/licq/commit/1d288b779b6a0f039f036750009bff4f5da27c5f
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M licq/doc/CHANGELOG
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/core/usermenu.h
M qt4-gui/src/views/userview.cpp
M qt4-gui/src/views/userviewbase.cpp
M qt4-gui/src/views/userviewbase.h
Log Message:
-----------
Show keyboard shortcuts in user menu
This commit makes the user specific keyboard shortcuts in the main window
visible in the popup menu. Note that since the menu is used in multiple
windows, this is only for show. The actual shortcuts are handled in the main
window itself.
Commit: 5a4c7373799c3a2deb5954e1d126ef66dd643515
https://github.com/licq-im/licq/commit/5a4c7373799c3a2deb5954e1d126ef66dd643515
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M qt4-gui/src/dialogs/adduserdlg.cpp
M qt4-gui/src/widgets/protocombobox.cpp
M qt4-gui/src/widgets/protocombobox.h
Log Message:
-----------
Remove protocols without owner from add dialog
Commit: 9efbdc2d0475b4dcd590f30d10ecd930345edda5
https://github.com/licq-im/licq/commit/9efbdc2d0475b4dcd590f30d10ecd930345edda5
Author: Anders Olofsson <[email protected]>
Date: 2011-06-05 (Sun, 05 Jun 2011)
Changed paths:
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/dialogs/reqauthdlg.cpp
M qt4-gui/src/dialogs/reqauthdlg.h
Log Message:
-----------
Added protocol selection to Auth Request dialog
Commit: 154861bbce870198e5d0ad098d95ab031d3470ee
https://github.com/licq-im/licq/commit/154861bbce870198e5d0ad098d95ab031d3470ee
Author: Anders Olofsson <[email protected]>
Date: 2011-06-06 (Mon, 06 Jun 2011)
Changed paths:
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
Log Message:
-----------
Disable registration from gui if ICQ owner exists
Until Licq can support registering accounts for other protocols, there is no
point in enabling a registration button when it cannot be used.
Commit: 7e6b9532489fba779ae612a4157f13216f8a765a
https://github.com/licq-im/licq/commit/7e6b9532489fba779ae612a4157f13216f8a765a
Author: Anders Olofsson <[email protected]>
Date: 2011-06-08 (Wed, 08 Jun 2011)
Changed paths:
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/dialogs/awaymsgdlg.cpp
Log Message:
-----------
Added missing ... in som menu actions
Merge of 0ca9d4c from master
Commit: 385377ad53d56cf3926e413fa9eeb8ccdf401d86
https://github.com/licq-im/licq/commit/385377ad53d56cf3926e413fa9eeb8ccdf401d86
Author: Anders Olofsson <[email protected]>
Date: 2011-06-08 (Wed, 08 Jun 2011)
Changed paths:
M licq/doc/CHANGELOG
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/core/usermenu.h
M qt4-gui/src/views/userview.cpp
M qt4-gui/src/views/userviewbase.cpp
M qt4-gui/src/views/userviewbase.h
Log Message:
-----------
Show keyboard shortcuts in user menu
Merge of 1d288b7 from master
Commit: 1b77dc773f11590321d1893a580d200f01bf717c
https://github.com/licq-im/licq/commit/1b77dc773f11590321d1893a580d200f01bf717c
Author: Anders Olofsson <[email protected]>
Date: 2011-06-08 (Wed, 08 Jun 2011)
Changed paths:
M qt4-gui/src/dialogs/adduserdlg.cpp
M qt4-gui/src/dialogs/ownereditdlg.cpp
M qt4-gui/src/widgets/protocombobox.cpp
M qt4-gui/src/widgets/protocombobox.h
Log Message:
-----------
Remove protocols without owner from add dialog
Merge of 5a4c737 from master.
Commit: 8bebdd1f6ce368225fb37207b4c4e7e59c15422d
https://github.com/licq-im/licq/commit/8bebdd1f6ce368225fb37207b4c4e7e59c15422d
Author: Anders Olofsson <[email protected]>
Date: 2011-06-08 (Wed, 08 Jun 2011)
Changed paths:
M qt4-gui/src/config/emoticons.cpp
M qt4-gui/src/userevents/usersendcommon.cpp
M qt4-gui/src/userevents/usersendcommon.h
Log Message:
-----------
Hide emoticon tool button when no emoticons exist
Commit: 9369cf21a6b032c7719005e17bcacb9aa025488d
https://github.com/licq-im/licq/commit/9369cf21a6b032c7719005e17bcacb9aa025488d
Author: Anders Olofsson <[email protected]>
Date: 2011-06-15 (Wed, 15 Jun 2011)
Changed paths:
M jabber/src/client.cpp
Log Message:
-----------
jabber: Log error text when getting stream error
Commit: 60fffcbf273d6663a62cea3fa0ef881ff03f18d8
https://github.com/licq-im/licq/commit/60fffcbf273d6663a62cea3fa0ef881ff03f18d8
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
A licq/3rdparty/gtest/CMakeLists.txt
A licq/3rdparty/gtest/COPYING
A licq/3rdparty/gtest/include/gtest/gtest-death-test.h
A licq/3rdparty/gtest/include/gtest/gtest-message.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h.pump
A licq/3rdparty/gtest/include/gtest/gtest-printers.h
A licq/3rdparty/gtest/include/gtest/gtest-spi.h
A licq/3rdparty/gtest/include/gtest/gtest-test-part.h
A licq/3rdparty/gtest/include/gtest/gtest-typed-test.h
A licq/3rdparty/gtest/include/gtest/gtest.h
A licq/3rdparty/gtest/include/gtest/gtest_pred_impl.h
A licq/3rdparty/gtest/include/gtest/gtest_prod.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-death-test-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-filepath.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-linked_ptr.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-port.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-string.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h.pump
A licq/3rdparty/gtest/src/gtest-all.cc
A licq/3rdparty/gtest/src/gtest-death-test.cc
A licq/3rdparty/gtest/src/gtest-filepath.cc
A licq/3rdparty/gtest/src/gtest-internal-inl.h
A licq/3rdparty/gtest/src/gtest-port.cc
A licq/3rdparty/gtest/src/gtest-printers.cc
A licq/3rdparty/gtest/src/gtest-test-part.cc
A licq/3rdparty/gtest/src/gtest-typed-test.cc
A licq/3rdparty/gtest/src/gtest.cc
A licq/3rdparty/gtest/src/gtest_main.cc
Log Message:
-----------
Add Google test 1.6.0
Google mock only builds if gtest is of the same version as gmock. Therefor we
keep our own copy of it in-tree.
Commit: 0ddfb8c8840a40e6bedcb6bec1f607c34cda5d44
https://github.com/licq-im/licq/commit/0ddfb8c8840a40e6bedcb6bec1f607c34cda5d44
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M licq/3rdparty/gmock/include/gmock/gmock-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-cardinalities.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-more-actions.h
R licq/3rdparty/gmock/include/gmock/gmock-printers.h
M licq/3rdparty/gmock/include/gmock/gmock-spec-builders.h
M licq/3rdparty/gmock/include/gmock/gmock.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump
M licq/3rdparty/gmock/include/gmock/internal/gmock-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-port.h
M licq/3rdparty/gmock/src/gmock-all.cc
M licq/3rdparty/gmock/src/gmock-cardinalities.cc
M licq/3rdparty/gmock/src/gmock-internal-utils.cc
M licq/3rdparty/gmock/src/gmock-matchers.cc
R licq/3rdparty/gmock/src/gmock-printers.cc
M licq/3rdparty/gmock/src/gmock-spec-builders.cc
M licq/3rdparty/gmock/src/gmock.cc
M licq/3rdparty/gmock/src/gmock_main.cc
Log Message:
-----------
Upgrade gmock to version 1.6.0
Commit: a53aa19b7e454922e3d3cc19535016008a417350
https://github.com/licq-im/licq/commit/a53aa19b7e454922e3d3cc19535016008a417350
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M licq/CMakeLists.txt
Log Message:
-----------
Use interal gtest version
Commit: 5b75bb1de58d9f8e222ea05dadecf587b6b95c84
https://github.com/licq-im/licq/commit/5b75bb1de58d9f8e222ea05dadecf587b6b95c84
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M licq/src/licq.cpp
Log Message:
-----------
Fix compiler warning
Commit: c28005a70bd6d6383bf4f98541b393a45dfbd9d9
https://github.com/licq-im/licq/commit/c28005a70bd6d6383bf4f98541b393a45dfbd9d9
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M licq/src/logging/tests/logtest.cpp
Log Message:
-----------
Fix compiler warning
Commit: 7cb4c72095ad0d55003a398e40e698c22ecd225f
https://github.com/licq-im/licq/commit/7cb4c72095ad0d55003a398e40e698c22ecd225f
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M licq/3rdparty/gmock/include/gmock/gmock-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-cardinalities.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-more-actions.h
R licq/3rdparty/gmock/include/gmock/gmock-printers.h
M licq/3rdparty/gmock/include/gmock/gmock-spec-builders.h
M licq/3rdparty/gmock/include/gmock/gmock.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump
M licq/3rdparty/gmock/include/gmock/internal/gmock-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-port.h
M licq/3rdparty/gmock/src/gmock-all.cc
M licq/3rdparty/gmock/src/gmock-cardinalities.cc
M licq/3rdparty/gmock/src/gmock-internal-utils.cc
M licq/3rdparty/gmock/src/gmock-matchers.cc
R licq/3rdparty/gmock/src/gmock-printers.cc
M licq/3rdparty/gmock/src/gmock-spec-builders.cc
M licq/3rdparty/gmock/src/gmock.cc
M licq/3rdparty/gmock/src/gmock_main.cc
A licq/3rdparty/gtest/CMakeLists.txt
A licq/3rdparty/gtest/COPYING
A licq/3rdparty/gtest/include/gtest/gtest-death-test.h
A licq/3rdparty/gtest/include/gtest/gtest-message.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h.pump
A licq/3rdparty/gtest/include/gtest/gtest-printers.h
A licq/3rdparty/gtest/include/gtest/gtest-spi.h
A licq/3rdparty/gtest/include/gtest/gtest-test-part.h
A licq/3rdparty/gtest/include/gtest/gtest-typed-test.h
A licq/3rdparty/gtest/include/gtest/gtest.h
A licq/3rdparty/gtest/include/gtest/gtest_pred_impl.h
A licq/3rdparty/gtest/include/gtest/gtest_prod.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-death-test-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-filepath.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-linked_ptr.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-port.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-string.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h.pump
A licq/3rdparty/gtest/src/gtest-all.cc
A licq/3rdparty/gtest/src/gtest-death-test.cc
A licq/3rdparty/gtest/src/gtest-filepath.cc
A licq/3rdparty/gtest/src/gtest-internal-inl.h
A licq/3rdparty/gtest/src/gtest-port.cc
A licq/3rdparty/gtest/src/gtest-printers.cc
A licq/3rdparty/gtest/src/gtest-test-part.cc
A licq/3rdparty/gtest/src/gtest-typed-test.cc
A licq/3rdparty/gtest/src/gtest.cc
A licq/3rdparty/gtest/src/gtest_main.cc
M licq/CMakeLists.txt
A licq/README
M licq/doc/CHANGELOG
M licq/po/de.po
Log Message:
-----------
Merge branch '1.5-stable'
Commit: 63e8ed28a0f97f14cd01d00c7a35ba6cb412cb1c
https://github.com/licq-im/licq/commit/63e8ed28a0f97f14cd01d00c7a35ba6cb412cb1c
Author: Erik Johansson <[email protected]>
Date: 2011-06-17 (Fri, 17 Jun 2011)
Changed paths:
M rms/src/rms.cpp
Log Message:
-----------
Fix compiler warning
Commit: de00e4614e3ee369435cbdb79b353e3ccacf106a
https://github.com/licq-im/licq/commit/de00e4614e3ee369435cbdb79b353e3ccacf106a
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/src/CMakeLists.txt
M licq/src/sighandler.cpp
M licq/src/thread/readwritemutex.cpp
Log Message:
-----------
Enable RW mutex debugging only in debug builds
Commit: 75c183713f0504cbfabe7086def3b2740b657d40
https://github.com/licq-im/licq/commit/75c183713f0504cbfabe7086def3b2740b657d40
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/LICENSE
M licq/README
M licq/doc/CHANGELOG
A licq/doc/README-1.5.0
Log Message:
-----------
Updated readme and changelog for 1.5.1
Commit: ddb0af2fbac90000f9254a0b73366dd06cf3ed6d
https://github.com/licq-im/licq/commit/ddb0af2fbac90000f9254a0b73366dd06cf3ed6d
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M aosd/version.cmake
M auto-reply/version.cmake
M console/version.cmake
M forwarder/version.cmake
M jabber/version.cmake
M licq/cmake/LicqVersion.cmake
M licqweb/README
M msn/version.cmake
M osd/version.cmake
M qt4-gui/version.cmake
M rms/version.cmake
Log Message:
-----------
Updated version to 1.5.1-rc1
Commit: 980b1dea5b95d1e859cc593f0d98330361db5a0f
https://github.com/licq-im/licq/commit/980b1dea5b95d1e859cc593f0d98330361db5a0f
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/po/be.po
M licq/po/de.po
M licq/po/es.po
M licq/po/licq.pot
M qt4-gui/po/be.ts
M qt4-gui/po/bg_BG.ts
M qt4-gui/po/cs_CZ.ts
M qt4-gui/po/de.ts
M qt4-gui/po/es.ts
M qt4-gui/po/fi.ts
M qt4-gui/po/fr.ts
M qt4-gui/po/hu_HU.ts
M qt4-gui/po/it.ts
M qt4-gui/po/ja_JP.eucJP.ts
M qt4-gui/po/pl.ts
M qt4-gui/po/pt.ts
M qt4-gui/po/pt_BR.ts
M qt4-gui/po/ru.ts
M qt4-gui/po/sr.ts
M qt4-gui/po/sv.ts
M qt4-gui/po/tr.ts
M qt4-gui/po/uk.ts
Log Message:
-----------
Merged all translations
Commit: 79a5b8c1c1080a9cde919d03b056de68d2cad725
https://github.com/licq-im/licq/commit/79a5b8c1c1080a9cde919d03b056de68d2cad725
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/src/CMakeLists.txt
M licq/src/sighandler.cpp
M licq/src/thread/readwritemutex.cpp
R licq/src/thread/readwritemutex_debug.h
Log Message:
-----------
Merge branch '1.5-stable'
Commit: f11d8f5b94e1abef6f78dda07bf4da7184889023
https://github.com/licq-im/licq/commit/f11d8f5b94e1abef6f78dda07bf4da7184889023
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/doc/README
Log Message:
-----------
Update version in licq/doc/README
Commit: 822c8a1e6be7b203060dee49c595d682233ee68d
https://github.com/licq-im/licq/commit/822c8a1e6be7b203060dee49c595d682233ee68d
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M licq/po/be.po
M licq/po/de.po
M licq/po/es.po
M licq/po/licq.pot
M qt4-gui/po/be.ts
M qt4-gui/po/bg_BG.ts
M qt4-gui/po/cs_CZ.ts
M qt4-gui/po/de.ts
M qt4-gui/po/es.ts
M qt4-gui/po/fi.ts
M qt4-gui/po/fr.ts
M qt4-gui/po/hu_HU.ts
M qt4-gui/po/it.ts
M qt4-gui/po/ja_JP.eucJP.ts
M qt4-gui/po/pl.ts
M qt4-gui/po/pt.ts
M qt4-gui/po/pt_BR.ts
M qt4-gui/po/ru.ts
M qt4-gui/po/sr.ts
M qt4-gui/po/sv.ts
M qt4-gui/po/tr.ts
M qt4-gui/po/uk.ts
Log Message:
-----------
Merged all translations
Commit: d88ff72b8fdc255685ce566061f6297b674b219b
https://github.com/licq-im/licq/commit/d88ff72b8fdc255685ce566061f6297b674b219b
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
A scripts/create-licq-tarball
A scripts/set-version
Log Message:
-----------
Import help scripts from svn
Commit: 1812a03b91ffa1f37ae940a9f49aa9cf0bc71e5f
https://github.com/licq-im/licq/commit/1812a03b91ffa1f37ae940a9f49aa9cf0bc71e5f
Author: Anders Olofsson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M aosd/version.cmake
M auto-reply/version.cmake
M console/version.cmake
M forwarder/version.cmake
M jabber/version.cmake
M licq/LICENSE
R licq/README
M licq/cmake/LicqVersion.cmake
M licq/doc/CHANGELOG
M licq/doc/README
A licq/doc/README-1.5.1
M licqweb/README
M msn/version.cmake
M osd/version.cmake
M qt4-gui/version.cmake
M rms/version.cmake
Log Message:
-----------
Updated version to 1.6.0 and merged 1.5.1 README
Commit: 259fed454ecd0478441e808bbc01f30ed0cf56ff
https://github.com/licq-im/licq/commit/259fed454ecd0478441e808bbc01f30ed0cf56ff
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M scripts/create-licq-tarball
Log Message:
-----------
Port tarball creation script from svn to git
Commit: c0f7f5101c8c7532648d374b132023b95966c8b0
https://github.com/licq-im/licq/commit/c0f7f5101c8c7532648d374b132023b95966c8b0
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M scripts/create-licq-tarball
Log Message:
-----------
Verify given treeish before exporting
Commit: f2039fea9ffdc3fe5377675384ddad8b5b4215a3
https://github.com/licq-im/licq/commit/f2039fea9ffdc3fe5377675384ddad8b5b4215a3
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M scripts/create-licq-tarball
Log Message:
-----------
Fix setting of extra version
Commit: 08c8c90a8399dd0d5d3d120f514a92cf4bb095a7
https://github.com/licq-im/licq/commit/08c8c90a8399dd0d5d3d120f514a92cf4bb095a7
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M aosd/version.cmake
M auto-reply/version.cmake
M console/version.cmake
M forwarder/version.cmake
M jabber/version.cmake
M licq/LICENSE
R licq/README
M licq/cmake/LicqVersion.cmake
M licq/doc/CHANGELOG
M licq/doc/README
A licq/doc/README-1.5.1
M licq/po/be.po
M licq/po/de.po
M licq/po/es.po
M licq/po/licq.pot
M licqweb/README
M msn/version.cmake
M osd/version.cmake
M qt4-gui/po/be.ts
M qt4-gui/po/bg_BG.ts
M qt4-gui/po/cs_CZ.ts
M qt4-gui/po/de.ts
M qt4-gui/po/es.ts
M qt4-gui/po/fi.ts
M qt4-gui/po/fr.ts
M qt4-gui/po/hu_HU.ts
M qt4-gui/po/it.ts
M qt4-gui/po/ja_JP.eucJP.ts
M qt4-gui/po/pl.ts
M qt4-gui/po/pt.ts
M qt4-gui/po/pt_BR.ts
M qt4-gui/po/ru.ts
M qt4-gui/po/sr.ts
M qt4-gui/po/sv.ts
M qt4-gui/po/tr.ts
M qt4-gui/po/uk.ts
M qt4-gui/version.cmake
M rms/version.cmake
Log Message:
-----------
Merge branch 'master' of github.com:licq-im/licq
Commit: 535f3a154e19e723bfd5a64fcdb2dabc0bd5fbff
https://github.com/licq-im/licq/commit/535f3a154e19e723bfd5a64fcdb2dabc0bd5fbff
Author: Erik Johansson <[email protected]>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M scripts/create-licq-tarball
Log Message:
-----------
Don't set extra version for tags
Commit: b5e2db3b432044e64046b2e2c761d0c7ca495f73
https://github.com/licq-im/licq/commit/b5e2db3b432044e64046b2e2c761d0c7ca495f73
Author: Erik Johansson <[email protected]>
Date: 2011-06-19 (Sun, 19 Jun 2011)
Changed paths:
M aosd/version.cmake
M auto-reply/version.cmake
M console/src/console.cpp
M console/src/console_menu.cpp
M console/src/console_print.cpp
M console/src/console_tab.cpp
M console/version.cmake
M forwarder/src/forwarder.cpp
M forwarder/version.cmake
M jabber/src/client.cpp
M jabber/src/client.h
M jabber/src/config.cpp
M jabber/src/config.h
M jabber/src/handler.cpp
M jabber/src/handler.h
M jabber/src/jabberplugin.cpp
M jabber/src/plugin.cpp
M jabber/version.cmake
M licq/3rdparty/gmock/include/gmock/gmock-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-cardinalities.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-actions.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-function-mockers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-matchers.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h
M licq/3rdparty/gmock/include/gmock/gmock-generated-nice-strict.h.pump
M licq/3rdparty/gmock/include/gmock/gmock-matchers.h
M licq/3rdparty/gmock/include/gmock/gmock-more-actions.h
R licq/3rdparty/gmock/include/gmock/gmock-printers.h
M licq/3rdparty/gmock/include/gmock/gmock-spec-builders.h
M licq/3rdparty/gmock/include/gmock/gmock.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump
M licq/3rdparty/gmock/include/gmock/internal/gmock-internal-utils.h
M licq/3rdparty/gmock/include/gmock/internal/gmock-port.h
M licq/3rdparty/gmock/src/gmock-all.cc
M licq/3rdparty/gmock/src/gmock-cardinalities.cc
M licq/3rdparty/gmock/src/gmock-internal-utils.cc
M licq/3rdparty/gmock/src/gmock-matchers.cc
R licq/3rdparty/gmock/src/gmock-printers.cc
M licq/3rdparty/gmock/src/gmock-spec-builders.cc
M licq/3rdparty/gmock/src/gmock.cc
M licq/3rdparty/gmock/src/gmock_main.cc
A licq/3rdparty/gtest/CMakeLists.txt
A licq/3rdparty/gtest/COPYING
A licq/3rdparty/gtest/include/gtest/gtest-death-test.h
A licq/3rdparty/gtest/include/gtest/gtest-message.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h
A licq/3rdparty/gtest/include/gtest/gtest-param-test.h.pump
A licq/3rdparty/gtest/include/gtest/gtest-printers.h
A licq/3rdparty/gtest/include/gtest/gtest-spi.h
A licq/3rdparty/gtest/include/gtest/gtest-test-part.h
A licq/3rdparty/gtest/include/gtest/gtest-typed-test.h
A licq/3rdparty/gtest/include/gtest/gtest.h
A licq/3rdparty/gtest/include/gtest/gtest_pred_impl.h
A licq/3rdparty/gtest/include/gtest/gtest_prod.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-death-test-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-filepath.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-internal.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-linked_ptr.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-param-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-port.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-string.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-tuple.h.pump
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h
A licq/3rdparty/gtest/include/gtest/internal/gtest-type-util.h.pump
A licq/3rdparty/gtest/src/gtest-all.cc
A licq/3rdparty/gtest/src/gtest-death-test.cc
A licq/3rdparty/gtest/src/gtest-filepath.cc
A licq/3rdparty/gtest/src/gtest-internal-inl.h
A licq/3rdparty/gtest/src/gtest-port.cc
A licq/3rdparty/gtest/src/gtest-printers.cc
A licq/3rdparty/gtest/src/gtest-test-part.cc
A licq/3rdparty/gtest/src/gtest-typed-test.cc
A licq/3rdparty/gtest/src/gtest.cc
A licq/3rdparty/gtest/src/gtest_main.cc
M licq/CMakeLists.txt
M licq/LICENSE
M licq/cmake/FindLicq.cmake
M licq/cmake/LicqCommonCompilerFlags.cmake
M licq/cmake/LicqVersion.cmake
M licq/doc/CHANGELOG
M licq/doc/README
A licq/doc/README-1.5.1
M licq/include/licq/contactlist/owner.h
M licq/include/licq/contactlist/user.h
M licq/include/licq/daemon.h
A licq/include/licq/filter.h
M licq/include/licq/icq.h
M licq/include/licq/logging/log.h
M licq/include/licq/plugin.h
M licq/include/licq/protocolbase.h
M licq/include/licq/proxy.h
M licq/include/licq/userevents.h
M licq/po/be.po
M licq/po/de.po
M licq/po/es.po
M licq/po/licq.pot
M licq/src/CMakeLists.txt
M licq/src/buffer.cpp
M licq/src/contactlist/owner.cpp
M licq/src/contactlist/user.cpp
M licq/src/contactlist/userhistory.cpp
M licq/src/contactlist/usermanager.cpp
M licq/src/daemon.cpp
M licq/src/fifo.cpp
A licq/src/filter.cpp
A licq/src/filter.h
M licq/src/icq/chat.cpp
M licq/src/icq/filetransfer.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/icqprotocolplugin.cpp
M licq/src/icq/oscarservice.cpp
M licq/src/icq/packet.cpp
M licq/src/icq/threads.cpp
M licq/src/inifile.cpp
M licq/src/licq.cpp
M licq/src/logging/tests/logtest.cpp
M licq/src/plugins/plugin.h
M licq/src/plugins/pluginthread.h
M licq/src/plugins/protocolplugin.cpp
M licq/src/plugins/protocolplugin.h
M licq/src/plugins/tests/protocolplugintest.cpp
M licq/src/protocolmanager.cpp
M licq/src/proxy.cpp
M licq/src/sighandler.cpp
M licq/src/socket.cpp
M licq/src/thread/readwritemutex.cpp
R licq/src/thread/readwritemutex_debug.h
M licq/src/translator.cpp
M licq/src/userevents.cpp
M licqweb/README
M msn/src/msn-srv.cpp
M msn/src/msn.cpp
M msn/src/msn.h
M msn/src/plugin.cpp
M msn/version.cmake
M osd/version.cmake
M qt4-gui/po/be.ts
M qt4-gui/po/bg_BG.ts
M qt4-gui/po/cs_CZ.ts
M qt4-gui/po/de.ts
M qt4-gui/po/es.ts
M qt4-gui/po/fi.ts
M qt4-gui/po/fr.ts
M qt4-gui/po/hu_HU.ts
M qt4-gui/po/it.ts
M qt4-gui/po/ja_JP.eucJP.ts
M qt4-gui/po/pl.ts
M qt4-gui/po/pt.ts
M qt4-gui/po/pt_BR.ts
M qt4-gui/po/ru.ts
M qt4-gui/po/sr.ts
M qt4-gui/po/sv.ts
M qt4-gui/po/tr.ts
M qt4-gui/po/uk.ts
M qt4-gui/src/config/emoticons.cpp
M qt4-gui/src/config/iconmanager.cpp
M qt4-gui/src/config/iconmanager.h
M qt4-gui/src/contactlist/contactlist.h
M qt4-gui/src/contactlist/contactuserdata.cpp
M qt4-gui/src/contactlist/contactuserdata.h
M qt4-gui/src/core/licqgui.cpp
M qt4-gui/src/core/mainwin.cpp
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/core/usermenu.h
M qt4-gui/src/dialogs/adduserdlg.cpp
M qt4-gui/src/dialogs/authuserdlg.cpp
M qt4-gui/src/dialogs/awaymsgdlg.cpp
M qt4-gui/src/dialogs/customautorespdlg.cpp
M qt4-gui/src/dialogs/forwarddlg.cpp
M qt4-gui/src/dialogs/forwarddlg.h
M qt4-gui/src/dialogs/gpgkeymanager.cpp
M qt4-gui/src/dialogs/gpgkeyselect.cpp
M qt4-gui/src/dialogs/historydlg.cpp
M qt4-gui/src/dialogs/keyrequestdlg.cpp
M qt4-gui/src/dialogs/logwindow.cpp
M qt4-gui/src/dialogs/mmsenddlg.cpp
M qt4-gui/src/dialogs/ownereditdlg.cpp
M qt4-gui/src/dialogs/ownereditdlg.h
M qt4-gui/src/dialogs/ownermanagerdlg.cpp
M qt4-gui/src/dialogs/ownermanagerdlg.h
M qt4-gui/src/dialogs/refusedlg.cpp
M qt4-gui/src/dialogs/reqauthdlg.cpp
M qt4-gui/src/dialogs/reqauthdlg.h
M qt4-gui/src/dialogs/showawaymsgdlg.cpp
M qt4-gui/src/helpers/CMakeLists.txt
R qt4-gui/src/helpers/eventdesc.cpp
R qt4-gui/src/helpers/eventdesc.h
M qt4-gui/src/settings/network.cpp
M qt4-gui/src/settings/network.h
M qt4-gui/src/settings/settingsdlg.h
M qt4-gui/src/userdlg/userdlg.cpp
M qt4-gui/src/userevents/usereventcommon.cpp
M qt4-gui/src/userevents/usereventtabdlg.cpp
M qt4-gui/src/userevents/usersendchatevent.cpp
M qt4-gui/src/userevents/usersendcommon.cpp
M qt4-gui/src/userevents/usersendcommon.h
M qt4-gui/src/userevents/usersendfileevent.cpp
M qt4-gui/src/userevents/userviewevent.cpp
M qt4-gui/src/views/contactdelegate.cpp
M qt4-gui/src/views/floatyview.cpp
M qt4-gui/src/views/userview.cpp
M qt4-gui/src/views/userviewbase.cpp
M qt4-gui/src/views/userviewbase.h
M qt4-gui/src/widgets/historyview.cpp
M qt4-gui/src/widgets/messagelist.cpp
M qt4-gui/src/widgets/protocombobox.cpp
M qt4-gui/src/widgets/protocombobox.h
M qt4-gui/version.cmake
M rms/src/rms.cpp
M rms/version.cmake
A scripts/create-licq-tarball
A scripts/set-version
Log Message:
-----------
Merge branch 'master' into gui-in-main-thread
Commit: 9684fdcdfdffb964ee730166421a1a04298d1761
https://github.com/licq-im/licq/commit/9684fdcdfdffb964ee730166421a1a04298d1761
Author: Erik Johansson <[email protected]>
Date: 2011-06-19 (Sun, 19 Jun 2011)
Changed paths:
M licq/src/plugins/pluginthread.cpp
M licq/src/plugins/pluginthread.h
Log Message:
-----------
Document PluginThread::createWithCurrentThread better
Commit: b45181f7a2a8dc16becef712e7a0d3cecdc217ef
https://github.com/licq-im/licq/commit/b45181f7a2a8dc16becef712e7a0d3cecdc217ef
Author: Erik Johansson <[email protected]>
Date: 2011-06-19 (Sun, 19 Jun 2011)
Changed paths:
M licq/src/main.cpp
M licq/src/plugins/pluginmanager.cpp
M licq/src/plugins/pluginmanager.h
Log Message:
-----------
Rename setMainThread to setGuiThread
Commit: 6da2e433041e989c83112ccd2b8a471dd3788ccb
https://github.com/licq-im/licq/commit/6da2e433041e989c83112ccd2b8a471dd3788ccb
Author: Erik Johansson <[email protected]>
Date: 2011-06-19 (Sun, 19 Jun 2011)
Changed paths:
M licq/src/plugins/pluginthread.cpp
Log Message:
-----------
Minor state name improvement
Commit: 9c01956e10e35aaee4c80f47b4b870149657ee72
https://github.com/licq-im/licq/commit/9c01956e10e35aaee4c80f47b4b870149657ee72
Author: Erik Johansson <[email protected]>
Date: 2011-06-19 (Sun, 19 Jun 2011)
Changed paths:
M licq/src/main.cpp
Log Message:
-----------
Run GUI plugin in main thread on OS X
Compare: https://github.com/licq-im/licq/compare/2b6d9c1...9c01956
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.