gajim: print timestamp as invisible in history window when we do...

2016-04-18 Thread Gajim
changeset 37571844b8f6 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=37571844b8f6 description: print timestamp as invisible in history window when we don't want to see it so we can search for it. See

gajim: [ralf] correctly store roster window size in one window m...

2016-04-18 Thread Gajim
changeset 4c8fcf026ff1 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4c8fcf026ff1 description: [ralf] correctly store roster window size in one window mode. Fixes #8314 diffstat: src/roster_window.p

gajim: prevent traceback. Fixes #7978

2016-04-18 Thread Gajim
changeset 835e31812849 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=835e31812849 description: prevent traceback. Fixes #7978 diffstat: src/common/connection.py | 2 +- 1 files changed, 1 insertions

gajim: Use OrderedDict to maintain emoticons order in packs.

2016-04-18 Thread Gajim
changeset 72f8389c90f2 in /home/hg/repos/gajim author: Anaël Verrier <elgh...@free.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=72f8389c90f2 description: Use OrderedDict to maintain emoticons order in packs. diffstat: data/emoticons/animated/emoticons.py

gajim: print timestamp as invisible in history window when we do...

2016-04-17 Thread Gajim
changeset d02b76c94c5e in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=d02b76c94c5e description: print timestamp as invisible in history window when we don't want to see it so we can

gajim: Use the timestamp of the forwarded message in mam process...

2016-04-17 Thread Gajim
changeset b19bd9be4a87 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b19bd9be4a87 description: Use the timestamp of the forwarded message in mam processing if possible. Fixes #8277 diffstat: src/

gajim: Cleaner version of the mam message timestamp fix. Fixes #...

2016-04-19 Thread Gajim
changeset a5a4f8c23b5e in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a5a4f8c23b5e description: Cleaner version of the mam message timestamp fix. Fixes #8277 diffstat: src/common/connection_handlers_events.py

gajim: merge

2016-04-19 Thread Gajim
changeset 756d78be6ab2 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=756d78be6ab2 description: merge diffstat: data/emoticons/animated/emoticons.py | 100 --- data/emoticons/

gajim: small bugfix

2016-04-14 Thread Gajim
changeset 2f36b249c7af in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2f36b249c7af description: small bugfix diffstat: src/notify.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines):

gajim: [NooN8] Fix imports thanks to pyflakes. Fixes #8360

2016-07-14 Thread Gajim
changeset 193081600a08 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=193081600a08 description: [NooN8] Fix imports thanks to pyflakes. Fixes #8360 diffstat: src/chat_cont

gajim: fix using GPG2. Fixes #8355

2016-07-14 Thread Gajim
changeset 4bac6da40720 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=4bac6da40720 description: fix using GPG2. Fixes #8355 diffstat: src/common/gnupg.py | 2 +- 1 files changed, 1 inse

gajim: [NooN8] add missing event to events_dump plugin. Fixes #8357

2016-07-14 Thread Gajim
changeset a010e196496a in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=a010e196496a description: [NooN8] add missing event to events_dump plugin. Fixes #8357 diffstat: plugins/events_dump/plu

gajim: [NooN8] Fix parameter name. Fixes #8358

2016-07-14 Thread Gajim
changeset 4f26d28d7943 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=4f26d28d7943 description: [NooN8] Fix parameter name. Fixes #8358 diffstat: src/common/dataforms.py | 4 ++-- 1 files c

gajim: Some more bugfixes (see 0.16 branch)

2016-07-17 Thread Gajim
changeset 39bc01c577a5 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=39bc01c577a5 description: Some more bugfixes (see 0.16 branch) diffstat: src/common/connection.py | 4 ++-- src/dialogs.py

gajim: fix not defined NS_CHATSTATES variable

2016-07-17 Thread Gajim
changeset f670dd475da6 in /home/hg/repos/gajim author: Philipp Hoerist branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=f670dd475da6 description: fix not defined NS_CHATSTATES variable diffstat: src/common/connection.py | 4 ++-- 1 files changed, 2 insertions(+), 2

gajim: fix about window not opening

2016-07-17 Thread Gajim
changeset f769137e5867 in /home/hg/repos/gajim author: Philipp Hoerist branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=f769137e5867 description: fix about window not opening diffstat: src/dialogs.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs

gajim: merge

2016-07-17 Thread Gajim
changeset 8e864acec622 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8e864acec622 description: merge diffstat: build.bat | 29 +--- gajim.nsi

gajim: Small bugfix for encrypted conversations

2016-07-17 Thread Gajim
changeset 7a0d0931cb36 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7a0d0931cb36 description: Small bugfix for encrypted conversations diffstat: src/session.py | 2 +- 1 files changed, 1 insertions

gajim: forgot to import defs in the last commit

2016-07-17 Thread Gajim
changeset f161efd21ce1 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f161efd21ce1 description: forgot to import defs in the last commit diffstat: src/dialogs.py | 1 + 1 files changed, 1 insertions

gajim: Added empty appveyor.yml

2016-07-18 Thread Gajim
changeset 1d8d3d27d84f in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1d8d3d27d84f description: Added empty appveyor.yml ___ Commits mailing list Commits@gajim.org

gajim: update gnupg from upstream. Fixes #8355

2016-07-07 Thread Gajim
changeset 3a780a9e0da3 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=3a780a9e0da3 description: update gnupg from upstream. Fixes #8355 diffstat: src/common/gnupg.py | 18 ++-

gajim: ability to compite the installer for gtk3 version

2016-07-07 Thread Gajim
changeset 49137edc585e in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=49137edc585e description: ability to compite the installer for gtk3 version diffstat: build.bat | 29 +--- gaj

gajim: [noon] prevent traceback

2016-07-04 Thread Gajim
changeset 9788d182df8b in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=9788d182df8b description: [noon] prevent traceback diffstat: src/session.py | 4 ++-- 1 files changed, 2 insertions

gajim: Fix version comparisons in plugin loader, warn about inco...

2016-08-07 Thread Gajim
changeset 29bba5077cf9 in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=29bba5077cf9 description: Fix version comparisons in plugin loader, warn about incompatible plugins diffstat: src/p

gajim: add new event for gc after message stanza is built so it ...

2016-08-07 Thread Gajim
changeset da01065cf9c4 in /home/hg/repos/gajim author: lovetox branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=da01065cf9c4 description: add new event for gc after message stanza is built so it can be modified by plugins diffstat: src/common/connection.py | 36

gajim: Added some more files for automatic appveyor builds

2016-08-07 Thread Gajim
changeset 7f8b3cc6cf0b in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7f8b3cc6cf0b description: Added some more files for automatic appveyor builds diffstat: download.ps1 | 23 +++ 1

gajim: add pkg_resources to the Windows build

2016-08-07 Thread Gajim
changeset bef1fa5ffbd7 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bef1fa5ffbd7 description: add pkg_resources to the Windows build diffstat: setup_win32.py | 3 ++- 1 files changed, 2 insertions

gajim: Some sensible default values to give users more privacy a...

2016-08-08 Thread Gajim
changeset 4cf1ee5092a7 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4cf1ee5092a7 description: Some sensible default values to give users more privacy and less annoyance diffstat: src/common/config.py

gajim: Make the port optional in

2016-08-05 Thread Gajim
changeset b1567f3877c9 in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b1567f3877c9 description: Make the port optional in XEP-0065 section 9.2 says “The "port" att

gajim: Make the port optional in

2016-08-05 Thread Gajim
changeset 06207bfa2cd8 in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=06207bfa2cd8 description: Make the port optional in XEP-0065 section 9.2 says “The "port" attribute sp

gajim: Use correct event var on gc-invitation

2016-09-02 Thread Gajim
changeset 04723bd1dd57 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=04723bd1dd57 description: Use correct event var on gc-invitation diffstat: src/roster_window.py | 2 +- 1 files changed, 1 inse

gajim: Modified source to work under python3

2016-09-02 Thread Gajim
changeset 7414c5ecff7c in /home/hg/repos/gajim author: Jeffrey Baitis <j...@baitis.net> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7414c5ecff7c description: Modified source to work under python3 diffstat: plugins/dbus_plugin/__init__.py|2 +- p

gajim: Accidentally went with camel case here on the filename. W...

2016-09-02 Thread Gajim
changeset f5209cb10665 in /home/hg/repos/gajim author: Jeffrey Baitis <j...@baitis.net> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f5209cb10665 description: Accidentally went with camel case here on the filename. Won't fail under windows, but will under *nix diffstat:

gajim: Added new gui extension point 'print_real_text' which is ...

2016-09-05 Thread Gajim
changeset 2caf7d2aaea7 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2caf7d2aaea7 description: Added new gui extension point 'print_real_text' which is executed before the message line is printed diffstat:

gajim: Added ability to diconnect muc from tab context menu

2016-09-05 Thread Gajim
changeset ad7120868929 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ad7120868929 description: Added ability to diconnect muc from tab context menu diffstat: data/gui/gc_control_popup_menu.ui | 7 ++

gajim: Minimize groupchats by default, fixes #8369

2016-09-05 Thread Gajim
changeset 3b09dc50a020 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3b09dc50a020 description: Minimize groupchats by default, fixes #8369 diffstat: src/chat_control.py | 22 +++--

gajim: Some more points to add the additional_data property

2016-09-05 Thread Gajim
changeset 0ec7f92a322b in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0ec7f92a322b description: Some more points to add the additional_data property diffstat: src/common/connection_handlers_events.py | 4 +

gajim: Added ability to use additional_data for directly sent me...

2016-09-05 Thread Gajim
changeset 9a7d6628a4dc in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=9a7d6628a4dc description: Added ability to use additional_data for directly sent messages not coming from history db. diffstat:

gajim: Also write additional_data to history db when mam message...

2016-09-05 Thread Gajim
changeset 8d499203 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8d499203 description: Also write additional_data to history db when mam messages are received. diffstat: src/common/log

gajim: fix Gajim version comparison for plugins. Fixes #8389

2016-09-06 Thread Gajim
changeset 334cce896289 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=334cce896289 description: fix Gajim version comparison for plugins. Fixes #8389 diffstat: src/plugins/pluginmanager.py | 2 +- 1

gajim: Merged...

2016-09-06 Thread Gajim
changeset 73696744a9c0 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=73696744a9c0 description: Merged... diffstat: src/common/configpaths.py | 44 +--- src/ga

gajim: Make complete profile separation configurable via command...

2016-09-06 Thread Gajim
changeset 55eefca1f745 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=55eefca1f745 description: Make complete profile separation configurable via commandline switch. Use -s or --separate to use t

gajim: Remove ternary operator, fixes #8388

2016-09-06 Thread Gajim
changeset ed67ab06dcca in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ed67ab06dcca description: Remove ternary operator, fixes #8388 diffstat: src/common/configpaths.py | 15 --- 1 files chang

gajim: correctly update database schema

2016-09-06 Thread Gajim
changeset f9e24a65652e in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f9e24a65652e description: correctly update database schema diffstat: src/common/defs.py | 2 +- src/common/optparser.py

gajim: Fixed possible iterator clash, maybe fixes #8277

2016-09-06 Thread Gajim
changeset 1990a807b6b4 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=1990a807b6b4 description: Fixed possible iterator clash, maybe fixes #8277 diffstat: src/common/logger.py | 4 ++-- 1 files c

gajim: Honor profile given on commandline for plugin dir and his...

2016-09-04 Thread Gajim
changeset 6aa48be81fc6 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6aa48be81fc6 description: Honor profile given on commandline for plugin dir and history db and more. Also added new pr

gajim: Some more improvements to gajim's path management

2016-09-04 Thread Gajim
changeset 127cb0ebcec1 in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=127cb0ebcec1 description: Some more improvements to gajim's path management diffstat: src/common/configpaths.py | 18 +--

gajim: Added ability to read additional_data from history db and...

2016-09-04 Thread Gajim
changeset 5de52ba869ac in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=5de52ba869ac description: Added ability to read additional_data from history db and use it in gui extension point print_special_text.

gajim: Corrected last commit and added ability to set and log ad...

2016-09-04 Thread Gajim
changeset caab0e5dfbde in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=caab0e5dfbde description: Corrected last commit and added ability to set and log additional_data for outgoing messages as well (and

gajim: Replace deprecated gtk-dialog-authentication icon

2016-09-25 Thread Gajim
changeset ad8ebf60d53c in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ad8ebf60d53c description: Replace deprecated gtk-dialog-authentication icon diffstat: src/roster_window.py | 4 ++-- 1 files chan

gajim: Fix button text in discovery window

2016-09-25 Thread Gajim
changeset 2a8ba5d1ee38 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2a8ba5d1ee38 description: Fix button text in discovery window diffstat: src/disco.py | 8 1 files changed, 4 insertions

gajim: Catch keypress event in discovery window

2016-09-25 Thread Gajim
changeset c5ed29c480f0 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c5ed29c480f0 description: Catch keypress event in discovery window diffstat: data/gui/service_discovery_window.ui | 1 + src/di

gajim: Dont use deprecated method to set tooltip alignment

2016-09-25 Thread Gajim
changeset 2d8e089a77b0 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2d8e089a77b0 description: Dont use deprecated method to set tooltip alignment diffstat: src/tooltips.py | 3 ++- 1 files changed, 2 inse

gajim: Convert basestring to str

2016-09-25 Thread Gajim
changeset 28985e72cebd in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=28985e72cebd description: Convert basestring to str Type basestring doesnt exist in python3 anymore diffstat: src/common/datafo

gajim: Refactor scrolling in XMLConsoleWindow

2016-09-26 Thread Gajim
changeset 397061a92391 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=397061a92391 description: Refactor scrolling in XMLConsoleWindow Fixes automatic scrolling for the XMLConsole in GTK3 diffstat:

gajim: Add methods for scrolling in a GtkScrolledWindow

2016-09-26 Thread Gajim
changeset e9644efd8b49 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e9644efd8b49 description: Add methods for scrolling in a GtkScrolledWindow diffstat: src/gtkgui_helpers.py

gajim: Fix layout in manage sounds window and add transient

2016-10-05 Thread Gajim
changeset 8ee178fc1bdb in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8ee178fc1bdb description: Fix layout in manage sounds window and add transient diffstat: data/gui/manage_sounds_window.ui | 7 --

gajim: Fix layout in gajim themes window

2016-10-05 Thread Gajim
changeset 3044b896fec7 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3044b896fec7 description: Fix layout in gajim themes window diffstat: data/gui/gajim_themes_window.ui | 17 + 1 files c

gajim: Fix NoneType Error introduced in a10e0df42f31

2016-10-04 Thread Gajim
changeset 1cfe2d62f639 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1cfe2d62f639 description: Fix NoneType Error introduced in a10e0df42f31 diffstat: src/gui_interface.py | 2 +- 1 files changed, 1 inse

gajim: Default to RosterWindow as transient for CommonInputDialog

2016-10-04 Thread Gajim
changeset da67239e3e2c in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=da67239e3e2c description: Default to RosterWindow as transient for CommonInputDialog diffstat: src/dialogs.py | 2 ++ 1 files chan

gajim: Format ChangeNick message

2016-10-04 Thread Gajim
changeset cfa08bbe4915 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=cfa08bbe4915 description: Format ChangeNick message without \newlines the input dialog gets really big diffstat: src/gui_interf

gajim: Align buttons in InputDialog

2016-10-04 Thread Gajim
changeset 42de8d86d0ab in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=42de8d86d0ab description: Align buttons in InputDialog diffstat: data/gui/input_dialog.ui | 6 +++--- 1 files changed, 3 insertions

gajim: [pitchum] Fix datetime parsing - Fixes #8444

2016-10-08 Thread Gajim
changeset 81c36bd94098 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=81c36bd94098 description: [pitchum] Fix datetime parsing - Fixes #8444 diffstat: src/common/helpers.py | 8 ++-- 1 files c

gajim: [pitchum] Fix datetime parsing - Fixes #8444

2016-10-08 Thread Gajim
changeset ecce88d89f6c in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ecce88d89f6c description: [pitchum] Fix datetime parsing - Fixes #8444 diffstat: src/common/helpers.py | 8 ++-- 1 files chan

gajim: Add transient to overwrite status message dialog

2016-10-05 Thread Gajim
changeset 6f69192b6bc8 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6f69192b6bc8 description: Add transient to overwrite status message dialog diffstat: src/dialogs.py | 2 +- 1 files changed, 1 insertions

gajim: Fix layout in Plugins Window

2016-10-05 Thread Gajim
changeset 5850bb0c8922 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=5850bb0c8922 description: Fix layout in Plugins Window diffstat: data/gui/plugins_window.ui

gajim: Make JoinGroupChat dialog not resizeable

2016-10-05 Thread Gajim
changeset 015eb5fa57d9 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=015eb5fa57d9 description: Make JoinGroupChat dialog not resizeable diffstat: data/gui/join_groupchat_window.ui | 13 +++-- 1

gajim: start running tests

2016-10-10 Thread Gajim
changeset f196f08e65f9 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=f196f08e65f9 description: start running tests diffstat: src/common/contacts.py | 2 +- test/integration/test_roster.p

gajim: Fix fuzzy time

2016-10-10 Thread Gajim
changeset 5cc25f8ab431 in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=5cc25f8ab431 description: Fix fuzzy time diffstat: src/conversation_textview.py | 3 +-- 1 files changed, 1 insertions(+), 2 del

gajim: Add transients for some MUC dialogs

2016-09-21 Thread Gajim
changeset a10e0df42f31 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a10e0df42f31 description: Add transients for some MUC dialogs diffstat: src/dialogs.py | 30 ++---

gajim: Limit time to reconnect to 5 minutes. Fixes #8393

2016-09-18 Thread Gajim
changeset 2cb44c8b1d79 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=2cb44c8b1d79 description: Limit time to reconnect to 5 minutes. Fixes #8393 diffstat: src/common/connection.py | 7 +++-

gajim: default connection is now only done with TLS. No more leg...

2016-09-18 Thread Gajim
changeset 849a745fc6c1 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=849a745fc6c1 description: default connection is now only done with TLS. No more legacy SSL or plain connection. Fixes

gajim: [gdr_gdr] Improve error message when a groupchat is in ro...

2016-09-18 Thread Gajim
changeset 9db52e975b8a in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=9db52e975b8a description: [gdr_gdr] Improve error message when a groupchat is in roster as a contact. Fixes #8380 diffstat:

gajim: add new event for gc after message stanza is built so it ...

2016-08-28 Thread Gajim
changeset c736e7a257be in /home/hg/repos/gajim author: lovetox branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=c736e7a257be description: add new event for gc after message stanza is built so it can be modified by plugins diffstat: src/common/connection.py

gajim: Fix Send button layout

2016-08-28 Thread Gajim
changeset 2e4557e538fe in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2e4557e538fe description: Fix Send button layout diffstat: data/gui/chat_control.ui | 1 + data/gui/groupchat_control.ui |

gajim: Include traceback in exception logging for plugin load

2016-08-28 Thread Gajim
changeset 978573139f4b in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=978573139f4b description: Include traceback in exception logging for plugin load diffstat: src/plugins/pluginmanager.py | 4 +

gajim: Output gajim version readably in case of incompatibility

2016-08-28 Thread Gajim
changeset 6c81b4366b3d in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6c81b4366b3d description: Output gajim version readably in case of incompatibility diffstat: src/plugins/pluginmanager.p

gajim: update debian changelog file for 0.16.6

2016-09-28 Thread Gajim
changeset b316fae5df77 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b316fae5df77 description: update debian changelog file for 0.16.6 diffstat: debian/changelog | 6 ++ 1 files chan

gajim: Limit time to reconnect to 5 minutes. Fixes #8393

2016-09-28 Thread Gajim
changeset 1492d4770d36 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1492d4770d36 description: Limit time to reconnect to 5 minutes. Fixes #8393 diffstat: src/common/connection.py | 7 +++ 1

gajim: default connection is now only done with TLS. No more leg...

2016-09-28 Thread Gajim
changeset e84eafcc8630 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e84eafcc8630 description: default connection is now only done with TLS. No more legacy SSL or plain connection. Fixes #8390 di

gajim: prepare 0.16.6 release

2016-09-28 Thread Gajim
changeset 6b20ee151368 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=6b20ee151368 description: prepare 0.16.6 release diffstat: ChangeLog | 7 +++ autogen.sh

gajim: Correctly append shown value to list

2016-09-27 Thread Gajim
changeset d5627f99bedc in /home/hg/repos/gajim author: tmolitor <th...@eightysoft.de> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=d5627f99bedc description: Correctly append shown value to list diffstat: src/common/logger.py | 2 +- 1 files changed, 1 insertions

gajim: Fix missing time reference - Fixes #8399

2016-10-03 Thread Gajim
changeset e64a6f0077ca in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=e64a6f0077ca description: Fix missing time reference - Fixes #8399 diffstat: src/common/connection.py | 2 +- 1 files chan

gajim: Fix missing time reference - Fixes #8399

2016-10-03 Thread Gajim
changeset e66fb2abadd8 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e66fb2abadd8 description: Fix missing time reference - Fixes #8399 diffstat: src/common/connection.py | 2 +- 1 files changed, 1 inse

gajim: Restore correct window size in single window mode

2016-10-03 Thread Gajim
changeset 72bcd2e76aaf in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=72bcd2e76aaf description: Restore correct window size in single window mode diffstat: src/message_window.py | 13 + 1 files c

gajim: Restore correct window size in single window mode

2016-10-03 Thread Gajim
changeset 2eace08470b1 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=2eace08470b1 description: Restore correct window size in single window mode diffstat: src/message_window.py | 6 +++--- 1

gajim: Default to GioResolver

2016-10-02 Thread Gajim
changeset 3dd54c6dc369 in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3dd54c6dc369 description: Default to GioResolver diffstat: src/common/resolver.py | 11 ++- 1 files changed, 2 insertions

gajim: Add GIO-based resolver

2016-10-02 Thread Gajim
changeset a787db107aba in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a787db107aba description: Add GIO-based resolver diffstat: src/common/resolver.py

gajim: Remove other resolvers

2016-10-02 Thread Gajim
changeset c325f1e92a4e in /home/hg/repos/gajim author: Linus Heckemann <g...@sphalerite.org> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c325f1e92a4e description: Remove other resolvers diffstat: src/common/resolver.py

gajim: Display version/os information correctly in VCard window

2016-10-02 Thread Gajim
changeset 7798d6f62f3e in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7798d6f62f3e description: Display version/os information correctly in VCard window On contacts with multiple resources, n

gajim: Use UTF-8 to store VCards

2016-10-01 Thread Gajim
changeset cd9664c9b166 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=cd9664c9b166 description: Use UTF-8 to store VCards If we dont specify the encoding, the system default is used which leads to en

gajim: Add timeout to progressbar in VCard window

2016-10-01 Thread Gajim
changeset 45d0adba4c72 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=45d0adba4c72 description: Add timeout to progressbar in VCard window The progressbar was looping forever when someone sent us an i

gajim: Fix alignment in VCard window and add LinkButtons for email

2016-10-01 Thread Gajim
changeset 89f5a9128f03 in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=89f5a9128f03 description: Fix alignment in VCard window and add LinkButtons for email diffstat: data/gui/vcard_information_window.ui |

gajim: correct release date

2016-10-02 Thread Gajim
changeset ce73cff770a7 in /home/hg/repos/gajim author: Yann Leboulanger <aste...@lagaule.org> branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ce73cff770a7 description: correct release date diffstat: ChangeLog| 2 +- debian/changelog | 2 +- 2 files c

gajim: Store optional fields correctly in Bookmarks

2016-10-10 Thread Gajim
changeset c9ab416e87df in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c9ab416e87df description: Store optional fields correctly in Bookmarks diffstat: src/common/connection.py

gajim: Support old print_status tag in Bookmarks

2016-10-10 Thread Gajim
changeset bbb2c16e481d in /home/hg/repos/gajim author: lovetox <forenjun...@chelo.at> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bbb2c16e481d description: Support old print_status tag in Bookmarks diffstat: src/common/connection_handlers_events.py | 6 -- 1

gajim: Add forgotten import dialogs in history_window.

2016-11-05 Thread Gajim
changeset bd5bf727dfbd in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bd5bf727dfbd description: Add forgotten import dialogs in history_window. diffstat: src/history_window.py | 1 + 1 files c

gajim: Import reduce from functools, it isn?t a builtin anymore ...

2016-11-05 Thread Gajim
changeset e5baaa087cfe in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e5baaa087cfe description: Import reduce from functools, it isn?t a builtin anymore in python3. diffstat: src/ipython_view.p

gajim: Rename typo s/fb/fd/ in remote_control.

2016-11-05 Thread Gajim
changeset 4b2e515d270c in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4b2e515d270c description: Rename typo s/fb/fd/ in remote_control. diffstat: src/remote_control.py | 2 +- 1 files chan

gajim: Use the correct ctx variable name in jingle_xtls.

2016-11-05 Thread Gajim
changeset debf41873d30 in /home/hg/repos/gajim author: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=debf41873d30 description: Use the correct ctx variable name in jingle_xtls. diffstat: src/common/jingle_xtls.py | 2 +- 1

<    5   6   7   8   9   10   11   12   13   14   >