[Git][gajim/gajim][xep-0319] fix missing return

2017-07-28 Thread Yann Leboulanger
Yann Leboulanger pushed to branch xep-0319 at gajim / gajim Commits: 10a50064 by Yann Leboulanger at 2017-07-28T22:42:35+02:00 fix missing return - - - - - 1 changed file: - gajim/common/connection_handlers_events.py Changes: = gajim/common/connection_ha

[Git][gajim/gajim][xep-0319] fix parsing since attribute

2017-07-28 Thread Yann Leboulanger
Yann Leboulanger pushed to branch xep-0319 at gajim / gajim Commits: ff8c17c3 by Yann Leboulanger at 2017-07-28T21:51:56+02:00 fix parsing since attribute - - - - - 1 changed file: - gajim/common/connection_handlers_events.py Changes: = gajim/common/conn

[Git][gajim/gajim][master] Remove old ScrolledWindow from GroupchatControl

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 05b509e0 by Philipp Hörist at 2017-07-28T21:39:11+02:00 Remove old ScrolledWindow from GroupchatControl - - - - - 1 changed file: - data/gui/groupchat_control.ui Changes: = data/gui/groupch

[Git][gajim/gajim][xep-0319] improve idle time formatting in tooltip

2017-07-28 Thread Yann Leboulanger
Yann Leboulanger pushed to branch xep-0319 at gajim / gajim Commits: 96a1c9a6 by Yann Leboulanger at 2017-07-28T15:40:42+02:00 improve idle time formatting in tooltip - - - - - 2 changed files: - gajim/common/connection_handlers_events.py - gajim/tooltips.py Changes: ==

[Git][gajim/gajim][xep-0319] correctly get autoaway config value

2017-07-28 Thread Yann Leboulanger
Yann Leboulanger pushed to branch xep-0319 at gajim / gajim Commits: a5fa072f by Yann Leboulanger at 2017-07-28T14:42:23+02:00 correctly get autoaway config value send XEP-0319 idle tag to groupchat presences fix coming back from autoaway - - - - - 3 changed files: - gajim/common/connection.p

[Git][gajim/python-nbxmpp][master] 2 commits: Update ChangeLog

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: ce2be452 by Philipp Hörist at 2017-07-28T14:32:00+02:00 Update ChangeLog - - - - - 958c4ff1 by Philipp Hörist at 2017-07-28T14:32:10+02:00 Add .gitignore - - - - - 2 changed files: - + .gitignore - ChangeLog Changes:

[Git][gajim/python-nbxmpp][master] 2 commits: Improve setTagAttr/getTagAttr

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 7d4efe25 by Philipp Hörist at 2017-07-28T13:56:43+02:00 Improve setTagAttr/getTagAttr Make them except a namespace named argument - - - - - 21b06c5d by Philipp Hörist at 2017-07-28T13:56:53+02:00 Add setOriginID/getOriginI

[Git][gajim/gajim][gajim_0.16] Stay compatible with future nbxmpp versions

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 1c7fb74f by Philipp Hörist at 2017-07-28T13:41:51+02:00 Stay compatible with future nbxmpp versions - - - - - 2 changed files: - src/common/connection_handlers_events.py - src/common/helpers.py Changes: ==

[Git][gajim/python-nbxmpp][master] Fix new getTag method working with Python 2

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: d8e4ed3e by Philipp Hörist at 2017-07-28T11:17:14+02:00 Fix new getTag method working with Python 2 - - - - - 1 changed file: - nbxmpp/protocol.py Changes: = nbxmpp/protocol.py