Commit Graph

13678 Commits

Author SHA1 Message Date
Yann Leboulanger 711a40e33c don't traceback when we try to open a remembered chat window from a contact not in roster 2014-04-09 17:56:09 +02:00
Yann Leboulanger 5f1c570744 use host to resolve DNS if it's available. 2014-04-09 17:04:03 +02:00
Fedor Brunner 46e9fc1f0a Overwrite the original random number generator seed file.
After the random number generator seed file is read overwrite the
previous content of the file.
2014-04-04 13:11:25 +02:00
Fedor Brunner 74eff753d7 Only Jingle RTP functions depend on Farstream library.
Jingle File Transfers work without Farstream.

ICE-UDP transport is also implemented as a part of Farstream (libnice)

Fixes #7713
2014-04-04 10:33:36 +02:00
Yann Leboulanger 345dad8988 prevent some GTK3 warning 2014-11-14 09:35:39 +01:00
Yann Leboulanger c5c59967be remove all icons for all menus 2014-11-11 23:11:15 +01:00
Yann Leboulanger 8ca7281480 make e2e work with py3 2014-11-11 15:07:53 +01:00
Yann Leboulanger 8a6ed2c04e fix pyasn1 usage 2014-11-09 22:33:32 +01:00
Yann Leboulanger 9ff5c310bd fix opening join groupchat dialog. Fixes #7861 2014-11-09 17:32:20 +01:00
=?UTF-8?q?Mat=C4=9Bj=20Cepl?= eb6fa81854 =?UTF-8?q?Don=E2=80=99t=20use=20positional=20arguments=20?= =?UTF-8?q?with=20*MenuItem=20inits.?=
Avoid DepreciationWarning for ImageMenuItem, CheckMenuItemi, and MenuItem.

Fix #7858

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
---
 src/chat_control.py          |  8 +++----
 src/conversation_textview.py |  5 ++--
 src/groupchat_control.py     |  4 ++--
 src/gui_interface.py         |  2 +-
 src/gui_menu_builder.py      | 15 +++++++-----
 src/roster_window.py         | 56 +++++++++++++++++++++++++++-----------------
 src/statusicon.py            | 13 ++++++----
 7 files changed, 61 insertions(+), 42 deletions(-)
2014-10-20 17:20:38 +02:00
=?UTF-8?q?Mat=C4=9Bj=20Cepl?= b7d4570017 Use explicit set_use_underline on MenuItem.
There are many warnings

    Using positional arguments with the GObject constructor has been
    deprecated.

cluttering stderr needlessly.
Fixes #7855
2014-10-18 23:10:42 +02:00
Yann Leboulanger 7c5d197658 fix opening discover services window. Fixes #7854 2014-10-18 23:08:59 +02:00
=?UTF-8?q?Mat=C4=9Bj=20Cepl?= 94a3713bc6 Fix a typo.
Fixes #7664

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
2014-10-18 22:40:33 +02:00
Yann Leboulanger bc5eb7a5d4 add a not to not translate an example string 2014-05-29 23:28:25 +02:00
Yann Leboulanger 8dd4730240 add a warning icon next to warning message in ACE. Fixes #7759 2014-05-29 22:46:48 +02:00
Yann Leboulanger 5d62740700 remove wrong .decode() 2014-04-08 22:47:43 +02:00
Yann Leboulanger dbb65d71cc fix typo 2014-04-08 22:36:19 +02:00
Yann Leboulanger 489bae4100 change icon of certificate Dialog. see #7445 2014-03-29 18:27:48 +01:00
Yann Leboulanger cb39f5957a rename gajim-security_high / low to security-high / low. see #7445 2014-03-29 18:18:04 +01:00
Yann Leboulanger ce0fed09cd minimize groupchats before closing message window 2014-03-29 17:52:22 +01:00
Yann Leboulanger 47404ea14d rename some icons so we don't need to check in code if installed iconset has it. Fixes #7445 2014-03-28 21:48:15 +01:00
Yann Leboulanger ea2eebdf11 keep treeview consistent when connecting. Fixes #7434 2014-03-28 21:30:57 +01:00
Yann Leboulanger ea30b6888b update contact instance in chat window when we talk to another resource. Fixes #7700 2014-03-28 21:29:42 +01:00
Yann Leboulanger 7d09c4d45b don't try to create certificates if PyOpenSSL is not available 2014-03-30 11:45:29 +02:00
Yann Leboulanger e8d5092f3e fix preference window expand properties 2014-03-30 11:42:10 +02:00
Yann Leboulanger 37390ada35 correctly find gnupg module 2014-03-27 21:18:26 +01:00
Yann Leboulanger 39ff7c27ec fix some typos 2014-03-27 13:21:28 +01:00
Yann Leboulanger 15a4a178ca remove outdated autopackage files 2014-03-15 11:23:27 +01:00
Yann Leboulanger 096bf5546a update changelog 2014-03-15 09:53:48 +01:00
Yann Leboulanger 2deec4ae34 update windows build script for win7 2014-03-15 09:53:20 +01:00
Yann Leboulanger 0eef85f776 ignore attention (XEP-224) when messages is delayed 2014-03-10 21:47:21 +01:00
Yann Leboulanger 3cd06b40eb make audio work under windows 2014-03-09 10:25:26 +01:00
Yann Leboulanger 0e8bb9e579 py2 -> py3 2014-03-27 12:42:19 +01:00
Yann Leboulanger 593e29bcd1 catch errors that could appear when running plugins gui extention points 2014-03-09 10:19:24 +01:00
Yann Leboulanger ac5db73d53 fix var name. Fixes #7668 2014-03-08 12:19:15 +01:00
Yann Leboulanger b69a0c291d use sys.stderr.isatty() to decide if we use colors in log output or not. 2014-03-08 10:07:40 +01:00
Yann Leboulanger e425bc317e print message to console in correct encoding. Fixes #7652 2014-03-02 11:26:52 +01:00
Yann Leboulanger f1ce924a92 we now require python-nbxmpp 0.3.3 2014-03-01 21:29:46 +01:00
Fedor Brunner d0b0f6992a New option 'authentication_mechanisms'
Fixes #7671
2014-03-01 21:16:24 +01:00
Yann Leboulanger a45d74024d get xid for windows correctly 2014-02-28 11:02:26 +01:00
Yann Leboulanger 9437d0ac2f fix <file> xmlns for jingleFT 2014-02-24 23:03:04 +01:00
Yann Leboulanger 845d8a445d fix using transport sid in jingle IBB instead of jingle sid
fix double iq-result sending
2014-02-24 22:13:25 +01:00
Yann Leboulanger a5eb0070e9 don't fail to receive a jingle FT request with no <security> tag 2014-02-23 20:53:04 +01:00
Fedor Brunner 700cbeb13f Old pyOpenSSL is missing get_signature_algorithm. Use the default "sha256"
signature algorithm for old pyOpenSSL.

Fixes #7641
2014-02-16 17:41:31 +01:00
Yann Leboulanger 82265425b7 copy big_brother_groups correctly when making metcontacts. Fixes #7574 2014-02-16 11:51:19 +01:00
Yann Leboulanger 7e64d60521 prevent traceback. Fixes #7592 2014-02-15 21:28:39 +01:00
Yann Leboulanger fbb87bf336 active plugin installer plugin by default if it's available. Fixes #7655 2014-02-12 14:04:19 +01:00
Yann Leboulanger 506741ff97 don't allow to do ctrl+r when roster is hidden. See #7315 2014-02-05 12:46:48 +01:00
Yann Leboulanger ff93ad5737 fix receiving highlighted corrected message. Fixes #7431 2014-01-29 22:10:48 +01:00
Yann Leboulanger a0ecc52e20 require nbxmpp 0.3.1 2014-01-27 20:18:42 +01:00