gajim: do not try to go autoaway or come back from autoaway if w...

2015-08-04 Thread Gajim
changeset fc0e20d9098f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=fc0e20d9098f description: do not try to go autoaway or come back from autoaway if we are not connected. See #8062 diffstat:

gajim: if config file says password is saved with libsecret (wit...

2015-08-04 Thread Gajim
changeset 89fb94925f32 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=89fb94925f32 description: if config file says password is saved with libsecret (with py3 branch) we can still get it with gnomekeyring

gajim: correctly detect that key is not trusted before encryptin...

2015-08-04 Thread Gajim
changeset 7a48158d56c3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7a48158d56c3 description: correctly detect that key is not trusted before encrypting. Doc says: gpg just prints a message to the console,

gajim: prepare 0.16.2 release

2015-08-04 Thread Gajim
changeset adbad0aca894 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=adbad0aca894 description: prepare 0.16.2 release diffstat: ChangeLog | 6 ++ autogen.sh | 2 +- debian/changelog

gajim: set urgency_hint when notify_on_all_muc_messages is True....

2015-08-04 Thread Gajim
changeset 8c5aff636fb7 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8c5aff636fb7 description: set urgency_hint when notify_on_all_muc_messages is True. Fixes #8110 diffstat: src/message_window.py | 3 ++-

gajim: require python-nbxmpp 0.5.3

2015-08-04 Thread Gajim
changeset 8d23ebbee93b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8d23ebbee93b description: require python-nbxmpp 0.5.3 diffstat: src/gajim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

gajim: Correctly register gajim-remote with xmpp: URIs

2015-08-04 Thread Gajim
changeset 437c32ee7d03 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=437c32ee7d03 description: Correctly register gajim-remote with xmpp: URIs diffstat: data/gajim-remote.desktop.in.in | 11 +

gajim: don't try to reconnect when network goes down. See #8062

2015-08-04 Thread Gajim
changeset 86931b5d08f5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=86931b5d08f5 description: don't try to reconnect when network goes down. See #8062 diffstat: src/network_manager_listener.py | 5 ++--- 1

gajim: prepare 0.16.3 release

2015-08-04 Thread Gajim
changeset 25e0fff8cf51 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=25e0fff8cf51 description: prepare 0.16.3 release diffstat: ChangeLog | 6 ++ autogen.sh | 2 +- debian/changelog

gajim: Handle PINENTRY_LAUNCHED when signing. Fixes #8099

2015-08-04 Thread Gajim
changeset 6d283cb66ffe in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6d283cb66ffe description: Handle PINENTRY_LAUNCHED when signing. Fixes #8099 diffstat: src/common/gnupg.py | 3 ++- 1 files changed, 2

gajim: Added tag gajim-0.16.2 for changeset d96858fee8db

2015-08-04 Thread Gajim
changeset fbffefe7eb56 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=fbffefe7eb56 description: Added tag gajim-0.16.2 for changeset d96858fee8db diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0

gajim: never duplicate gnome keyring entries

2015-08-04 Thread Gajim
changeset f583d7b71314 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f583d7b71314 description: never duplicate gnome keyring entries diffstat: src/common/passwords.py | 2 +- 1 files changed, 1

gajim: prevent traceback

2015-08-04 Thread Gajim
changeset 1b7cd2956f67 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1b7cd2956f67 description: prevent traceback diffstat: src/common/connection.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)

gajim: specify module version before importing

2015-08-04 Thread Gajim
changeset f98c7a3df18a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f98c7a3df18a description: specify module version before importing diffstat: src/features_window.py | 2 ++ 1 files changed, 2