Commit Graph

10852 Commits

Author SHA1 Message Date
Yann Leboulanger dc6aa56e6a send jabber:iq:last to bare jid when contact is offline. Fixes #7610 2014-01-01 22:32:00 +01:00
Yann Leboulanger 75a5c69871 add a <private> element to message stanza when message carbons is enabled and message is encrypted. Fixes #7616 2014-01-01 20:49:53 +01:00
Yann Leboulanger 309e7caf8a don't crash when we cannot connect to avahi. Fixes #7607 2013-12-31 14:28:24 +01:00
Yann Leboulanger 3cbb9df77b don't crash when Farstream is not installed 2014-03-26 18:23:58 +01:00
Yann Leboulanger e746ca9b1a start havine audio / video. Doesn't work correctly yet 2014-03-25 21:26:57 +01:00
Yann Leboulanger 659c5d2670 fix logic 2014-03-25 14:50:12 +01:00
Yann Leboulanger fd6689838e make buttons in dialog work 2014-03-23 20:54:54 +01:00
Yann Leboulanger 0d869cb192 merge GTK3 branch in default 2014-03-23 20:03:03 +01:00
Yann Leboulanger 2879d314a1 GLib.threads_init is no more needed 2014-03-23 16:55:45 +01:00
Yann Leboulanger 94af027043 fix banner color 2014-03-23 16:54:00 +01:00
Yann Leboulanger 6176e5c41f better way to handle close button in about dialog 2014-03-23 16:24:59 +01:00
Yann Leboulanger f36dddc8ef Close button in about dialog now work 2014-03-23 11:37:17 +01:00
Yann Leboulanger 9b2e2eb746 GLib.get_current_time is deprecated 2014-03-23 11:36:26 +01:00
Fedor Brunner 7b85094b88 correct for API changes in pyOpenSSL
Fixes #7662
2014-02-18 10:09:03 +01:00
Fedor Brunner 667cd1eb48 Replace the obsolete method warn.
http://docs.python.org/3/library/logging.html

  Note: There is an obsolete method warn which is functionally identical to
  warning. As warn is deprecated, please do not use it - use warning instead.
2014-02-18 09:39:48 +01:00
Fedor Brunner 38f09a4098 Backed out changeset c1f88dc9e4d0 of backed out changeset 4ba5c2f6386e 2014-01-29 16:22:17 +01:00
Fedor Brunner b0357a9692 Backed out changeset 4ba5c2f6386e
I have submitted the 'tls_version' to the incorrect default branch.
The correct submit was done in changeset 15331:b5831b64e5d2 ,
branch gajim_0.16 .
2014-01-29 14:42:14 +01:00
Fedor Brunner 2fd0cbe1d3 Disable TLS tickets (RFC 5077) in OpenSSL Context for XTLS.
More on the effect of TLS tickets:
https://media.blackhat.com/us-13/US-13-Daigniere-TLS-Secrets-Slides.pdf

Fixes #7638
2014-01-29 14:12:10 +01:00
Fedor Brunner 3b629a52d2 "4096-bit MODP Group" from RFC3526, Section 5.
The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966 pi] + 240904 }

RFC3526 specifies a generator of 2.

The generation of the group is described in RFC 2412.

Fixes: #7644
2014-02-17 14:54:20 +01:00
Fedor Brunner d7c8bdc8c4 Add ability to configure TLS protocol version.
add configuration option tls_version

Related to
https://python-nbxmpp.gajim.org/ticket/17
2014-01-27 16:31:08 +01:00
Fedor Brunner 3b0d68d06a Enable use of 2048, 3072, 4096 bit DH groups in ESessions. The 3072-bit DH
group is prefered.
Fixes #7615
2013-12-29 16:00:01 +01:00
Fedor Brunner ec2156ec42 Update entropy gathering for interface changes of pyOpenSSL.
Fixes: #7642
2014-02-17 13:51:45 +01:00
Fedor Brunner 460c62860a Syntax correction for Python3 2014-02-16 22:37:14 +01:00
Yann Leboulanger 58fdefa1d3 gobject -> GLib 2014-02-15 21:11:45 +01:00
Yann Leboulanger 67662ef6c0 unicode() -> str() 2014-02-15 21:09:13 +01:00
Yann Leboulanger 753c727f6e some gtk3 fixes in plugins window 2014-02-15 21:08:54 +01:00
Yann Leboulanger d337aeed4e py2 -> py3 2013-12-30 21:19:15 +01:00
Yann Leboulanger 54c3f9acaa py2 -> py3 2013-12-30 20:56:09 +01:00
Fedor Brunner 66c9ecd6cf Handle "NOTATION_NAME", "NOTATION_DATA" GPG lines. Fixes #7612 2013-12-27 12:42:19 +01:00
Fedor Brunner 4759ef235a ignore address-related errors for getaddrinfo. Fixes #7611
cleanup of jingle_transport.py
2013-12-27 12:16:58 +01:00
Fedor Brunner dcf1c33cc1 cipher specification cleanup
https://trac.gajim.org/ticket/7599
2013-12-23 23:26:54 +01:00
Fedor Brunner 4a360397fe cipher specification cleanup
https://trac.gajim.org/ticket/7599
2013-12-23 23:26:54 +01:00
Yann Leboulanger 5a8d757529 hide some menuitems in private chat context menu. Fixes #7603 2013-12-23 21:39:23 +01:00
Yann Leboulanger 7887f52ed7 Gajim need latest nbxmpp version 2013-12-23 16:56:58 +01:00
Yann Leboulanger 0fb4f69855 don't crash with new nbxmpp 2013-12-23 16:03:39 +01:00
Denis Fomin b3b691c345 Fix typo. Fixes #7598 2013-12-18 20:08:45 +04:00
Yann Leboulanger 6e0785964c update die to nbxmpp update 2013-12-06 21:20:22 +01:00
Yann Leboulanger a402c064c5 missing change 2013-12-06 21:29:25 +01:00
Yann Leboulanger d12be64986 minor code improvement 2013-12-06 21:27:53 +01:00
Yann Leboulanger 905f65720e update die to nbxmpp update 2013-12-06 21:20:22 +01:00
Denis Fomin e4244075dc Fix crash when try configure plugin second time. See https://trac-plugins.gajim.org/ticket/86 2013-12-06 12:25:34 +04:00
Yann Leboulanger df11617ddb both sender and receiver request remote SSL certificate, but only if it's a new one.
Correctly verify remote SSL certificate.
2013-12-04 18:43:28 +01:00
Yann Leboulanger 6e410b463b show bookmarked rooms in invite to menu when possible. Fixes #4455 2013-12-02 12:17:32 +01:00
Yann Leboulanger 1b0406a814 fix the "do not ask me again" behaviour with untrusted GPG key warning. Fixes #7584 2013-12-01 10:06:38 +01:00
Yann Leboulanger cb98239794 fix adding transport contacts 2013-11-30 15:25:21 +01:00
Yann Leboulanger d3e6e22166 [Dicson] Do not display dialog confirm_metacontacts when using Make CONTACT first contact. Fixes #7576 2013-11-30 10:33:04 +01:00
Yann Leboulanger fbf8fd7ca0 [fedor] fix gpg signature when hash algo is not SHA-1. Fixes #7569 2013-11-30 10:10:39 +01:00
Yann Leboulanger 90847091c5 improve XEP-184 mark colors. see #7476 2013-11-30 10:04:50 +01:00
Yann Leboulanger 395f9575c8 Make threads usable under windows so GPG works correctly. Fixes #7565 2013-11-30 10:00:10 +01:00
Yann Leboulanger a7a8354402 prevent traceback. Fixes #7572 2013-11-30 09:48:18 +01:00
Yann Leboulanger 5095bc6598 support direct invitation (XEP-0249). Fixes #7581 2013-11-28 21:24:17 +01:00
Yann Leboulanger 349048d937 missing return 2013-11-27 18:20:49 +01:00
Yann Leboulanger ffa078ec03 gtk2 -> gtk3 2013-12-30 16:27:47 +01:00
Denis Fomin 9e39f8d01f Change cursor on location icon. Fixes #7570 2013-11-23 11:20:29 +04:00
Denis Fomin 6b35ad79e5 Add emty line to the end of help strings 2013-11-18 22:51:56 +04:00
Yann Leboulanger 8e231c1d4f fix typo. Fixes #7560 2013-11-17 21:52:02 +01:00
Denis Fomin be40a35a36 Set transient_for 'You are no longer in group chat' 2013-11-16 22:23:13 +04:00
Denis Fomin ef5ba6e83a set transient_for for 'This service does not contain any items to browse.' 2013-11-15 20:23:41 +04:00
Yann Leboulanger 928b7b67ba fix warning message 2013-11-14 21:34:15 +01:00
Yann Leboulanger d4c2fd4da8 [fedor] enable forward secrecy thanks to Diffie-Hellman parameters. Fixes #7555 2013-11-12 21:10:22 +01:00
Yann Leboulanger 7d72b8089a improve manage bookmark jid handling. Fixes #7547 2013-11-11 13:37:16 +01:00
Denis Fomin 190bb38faf Add date to gajim logs. Fixes #7556 2013-11-11 15:43:56 +04:00
Denis Fomin 755c04270f Fix wrong import 2013-11-11 14:27:30 +04:00
Yann Leboulanger 0789b47646 [fedor] use openssl random number generator if available, and improve entropy. Fixes #7550 2013-11-10 08:39:50 +01:00
Denis Fomin 1e68c92bc8 fix var name 2013-11-08 14:06:22 +04:00
Denis Fomin df35dae981 Fix wrong import 2013-11-08 00:31:34 +04:00
Yann Leboulanger f90565c202 improve manage bookmark behaviour when copy/pasting room JID. Fixes room jid checking. Fixes #7547 2013-11-06 22:00:21 +01:00
Yann Leboulanger 52a70f34fe prevent traceback. Fixes #7503 2013-11-06 21:17:15 +01:00
Yann Leboulanger a0e84e08cf fix variable initialization. Fixes #7551 2013-11-06 19:02:37 +01:00
Denis Fomin ac5e65b3b6 Typo.Fixes #7551 2013-11-06 21:49:27 +04:00
Yann Leboulanger 43f21dcbeb don't send receipt answer for forwarded messages. Fixes #7548 2013-11-05 13:12:38 +01:00
Yann Leboulanger 24440e4185 [fedor] improve Jingle XTLS security. Fixes #7544 2013-11-05 11:21:56 +01:00
Yann Leboulanger 219405952c ability to configure cipher list 2013-11-03 17:57:12 +01:00
Yann Leboulanger 47b00c5c23 don't send receipt answer for forwarded messages. Fixes #7548 2013-11-05 13:12:38 +01:00
Yann Leboulanger 0bae08571a [fedor] improve Jingle XTLS security. Fixes #7544 2013-11-05 11:21:56 +01:00
Yann Leboulanger d7abab9097 ability to configure cipher list 2013-11-03 17:57:12 +01:00
Yann Leboulanger 24d38e2434 [fedor] prefer stronger hash algorithms. Fixes #7541 2013-11-02 21:22:41 +01:00
Yann Leboulanger 722429a347 use ―*20 instead of gajim-muc-separator.png. See #7476 2013-11-02 17:06:21 +01:00
Yann Leboulanger f888f57d1c fix computing hash once socket is correctly closed 2013-11-02 16:09:12 +01:00
Yann Leboulanger 4da8a480d0 file_props.size is an integer 2013-11-02 09:00:16 +01:00
Yann Leboulanger c56b9e9267 fix getting correct old message type when restoring last conversation. Fixes #7534 2013-11-01 20:00:28 +01:00
Yann Leboulanger c64f69a1a4 correctly show nickname when we restore previous conversation lines with chat_merge_consecutive_nickname enabled. Fixes #7534 2013-11-01 19:10:49 +01:00
Yann Leboulanger 812e8c331d fix inviting several contacts to a room. And don't allow to invite transports. Fixes 7527 2013-11-01 12:08:05 +01:00
Yann Leboulanger b38fac4abe show transport menu in chat control banner if the chat window is with a transport. Fixes #7520 2013-10-31 15:14:06 +01:00
Yann Leboulanger 45e32ab847 file_props is no more a dict. Fixes #7518 2013-10-31 10:32:39 +01:00
Yann Leboulanger ac9a67b269 don't crash when we rename local account that is activated but zeroconf not available. Fixes #7511 2013-10-31 10:15:55 +01:00
Yann Leboulanger 2f89228de8 sime cleanup in sound client list. Fixes #7497 2013-10-30 17:50:47 +01:00
Yann Leboulanger 152ca3ca6e [Maranda] ignore directory category of type server, if an identity with server category is present. Fixes #7499 2013-10-30 16:38:01 +01:00
Yann Leboulanger eb11474c2d fix showing tooltips of emoticons. fixes #7453 2013-10-30 14:02:21 +01:00
Yann Leboulanger f0bdd075c6 fix position of tooltip when tooltip is too high for the screen. Fixes #7490 2013-10-30 13:44:19 +01:00
Yann Leboulanger c8c466a466 fix adding a new preset status message. Fixes #7488 2013-10-30 13:13:00 +01:00
Yann Leboulanger 1660488da6 fix enabling / disabling accounts while creating a new one. Fixes #7477 2013-10-30 12:40:31 +01:00
Yann Leboulanger 9076ad8156 fix typo 2013-10-30 11:58:18 +01:00
Yann Leboulanger e50dad792f fix typo 2013-10-30 11:58:18 +01:00
Jefry Lagrange 5261137083 allow to connect to network ip but not loopback. Fixes #7403 2013-10-29 21:26:49 +00:00
Jefry Lagrange f8868280b1 allow to connect to network ip but not loopback. Fixes #7403 2013-10-29 21:26:49 +00:00
Yann Leboulanger 94f547583c handle caps correctly for pm. Fixes #7466 2013-10-29 17:26:25 +01:00
Yann Leboulanger 1b9672560d use ✓ and ✖ instead of gtk-yes / gtk-no icons for XEP-184 marks. Fixes #7445, see #7476 2013-10-28 19:24:11 +01:00
Yann Leboulanger bbca2284ac fix logging sent single messages. Fixes #7207 2013-10-28 12:02:05 +01:00
Yann Leboulanger cab5228220 fix receiving single messages 2013-10-28 11:23:54 +01:00
Denis Fomin b801667628 Edit _Groups -> Edit _Groups... is when several contacts are selected. See #7519 2013-10-26 00:05:09 +04:00
Denis Fomin bdec1952b0 Fix (Un)Block multiple contacts menu. Fixes #7526 2013-10-25 22:07:15 +04:00
Denis Fomin a7e9182e05 Fix transport detection 2013-10-25 21:49:07 +04:00
Denis Fomin 3adbbbcea5 [Darlan] Change mnemonic in roster context menu 2013-10-25 20:51:32 +04:00
Denis Fomin 806dad1243 Fix button name. Fixes #7521 2013-10-25 15:24:26 +04:00
Denis Fomin a61fb3bd4f Set transient_for 'Bookmark already set' and 'Bookmark has been added successfully' in disco 2013-10-24 14:17:30 +04:00
Denis Fomin 308f4c4a95 [Darlan] Add/Remove ... Fixes #7519 2013-10-22 13:43:34 +04:00
Denis Fomin a62d919cdc Set transient_for for 'This file already exists' dialog(FT). 2013-10-21 23:22:27 +04:00
Denis Fomin 0af89a407c Disable emoticons if emoticons.py is corrupted. Fixes #7414. Fixes #7513 2013-10-19 14:06:06 +04:00
Denis Fomin f91a115dd6 Set transient_for for 'Emoticons disabled' warning dialog. See #7185 2013-10-19 12:32:01 +04:00
Denis Fomin 002a5c7eee Set gajim-remote to not active by default. Fixes #7454 2013-10-15 23:56:20 +04:00
Denis Fomin 70fa9fcc88 Set transient_for for 'Wrong server' error dialog in join gc 2013-10-15 09:59:05 +04:00
Denis Fomin f3d6495ba1 Set transient_for for 'Wrong server' error dialog in join gc 2013-10-14 16:11:50 +04:00
Denis Fomin 8de94af154 Fix missing import 2013-10-14 15:23:40 +04:00
Denis Fomin 58942404de Set transient_for for 'Plugin already exists' 2013-09-24 17:03:30 +04:00
Denis Fomin e0db6fe2a5 Fis transient for manage_proxies_window 2013-09-21 14:06:45 +04:00
Denis Fomin 2c4e44af3b fix transient for. Fixes #7185 2013-09-21 11:51:16 +04:00
Denis Fomin 5aad77a6a2 fix dialogs buttons. Do not "Show images on buttons". Fixes #7186 2013-09-20 14:41:56 +04:00
Yann Leboulanger 0b53a34daf fix missing import 2013-12-28 22:36:48 +01:00
Denis Fomin b34bf56509 Fix crash with d-bus unable to reach the daemon's socket 2013-09-19 19:04:13 +04:00
Yann Leboulanger 89d553414f apply modification to markedmsgcolor immediatly. Fixes #7436 2013-09-16 16:48:07 +02:00
Yann Leboulanger fcfaed6f39 apply modification to markedmsgcolor immediatly. Fixes #7436 2013-09-16 16:48:07 +02:00
Denis Fomin 8c1992ce28 typo 2013-09-29 01:06:37 +04:00
Denis Fomin dc7a15582a typo 2013-09-17 12:41:32 +04:00
Denis Fomin 31aa419c17 Typo. Fixes #7479 2013-09-17 12:24:28 +04:00
Yann Leboulanger 7d94faa7d0 better behaviour of column width in ACE. Fixes #7446 2013-09-15 12:16:55 +02:00
Yann Leboulanger 0d8eedbdca prevent gtk warning 2013-09-15 12:11:18 +02:00
Yann Leboulanger 0ffd998050 better behaviour of column width in ACE. Fixes #7446 2013-09-15 11:15:29 +02:00
Yann Leboulanger c5b20c8bce set title of fingerprint dialog. Fixes #7239 2013-09-13 07:30:09 +02:00
Yann Leboulanger 3359bcbf62 set title of fingerprint dialog. Fixes #7239 2013-09-13 07:30:09 +02:00
Yann Leboulanger 7c5485ab2e add 2 more direction mark :/. Fixes #7284 2013-09-12 17:41:33 +02:00
Yann Leboulanger f336685aea add 2 more direction mark :/. Fixes #7284 2013-09-12 17:41:33 +02:00
Yann Leboulanger 9dbd7eac8a set title to insecure dialog. Fixes #7239 2013-09-12 17:30:50 +02:00
Yann Leboulanger c0c965e2ca escape previous message in last message correction tooltip. Fixes #7453 2013-09-15 12:09:07 +02:00
Yann Leboulanger bc8deaa55a set title to insecure dialog. Fixes #7239 2013-09-12 17:30:50 +02:00
Yann Leboulanger 5a23836e79 escape previous message in last message correction tooltip. Fixes #7453 2013-09-12 17:04:38 +02:00
noonien 841c774d23 Use send_message instead of pushing an event and print at own when sending remotely (when possibe). Fixes #7457 2013-09-02 14:35:54 +02:00
Yann Leboulanger fa6d3c16dd fix E2E / GPG information dialog and another information dialog transient_for property. Fixes #7185 2013-09-09 17:36:21 +02:00
Yann Leboulanger 0df292620b show correct menuitem when no metacontact exist. 2013-09-09 17:22:53 +02:00
Denis Fomin d270c45fff Replacing Tune PEP icon. See #7445 2013-09-08 21:58:54 +04:00
Yann Leboulanger 3769db71e2 gtk -> Gtk 2013-09-15 12:04:21 +02:00
Yann Leboulanger b60e4db4ff some cleanup in icons folder. Fixes #7455 2013-09-08 18:58:27 +02:00
Yann Leboulanger 7732b04759 render the whole line when we use XEP-309 Last Message Correction. Fixes #7400, #7453 2013-09-08 18:18:23 +02:00
Yann Leboulanger 75472935cd add twiter icon to disco, better irc detection, use address when identidy doesn't help enough. Fixes #7396 2013-09-08 18:11:53 +02:00
Yann Leboulanger 7745ea8f95 gtk -> Gtk 2013-09-15 11:54:42 +02:00
Denis Fomin c9bddaf1cf SynchroniseSelectAccountDialog, ClientCertChooserDialog set transient_for. See #7185 2013-09-07 22:27:45 +04:00
Denis Fomin b0bc896aca ChangePasswordDialog set transient_for. See #7185 2013-09-07 22:06:48 +04:00
Denis Fomin 37adfe9e2a [Darlan] Transient dialogs. See #7185 2013-09-07 21:50:18 +04:00
Denis Fomin cf9125bc98 Fix sensitive for file transfer button 2013-09-05 12:15:28 +04:00
Yann Leboulanger 6d4c849ca0 add time of stanza in XML console 2013-09-04 17:31:12 +02:00
Denis Fomin d81f296e4c Fix 'document-open-recent' icon problem. Fixes #7444 2013-09-04 18:01:57 +04:00
Yann Leboulanger d88c1fad89 make adhoc warning dialog with a warning icon. Fixes #7239 2013-09-03 21:17:36 +02:00
Yann Leboulanger ba554b2592 [lumirayz and mrDoctorWho] Ignore /me when determining direction_mark. Fixes #7414 2013-09-03 18:19:46 +02:00
noonien 0a6869cc2d Use send_message instead of pushing an event and print at own when sending remotely (when possibe). Fixes #7457 2013-09-02 14:35:54 +02:00
Yann Leboulanger 888c4a2446 fix E2E / GPG information dialog and another information dialog transient_for property. Fixes #7185 2013-09-09 17:36:21 +02:00
Yann Leboulanger 5a6030116e show correct menuitem when no metacontact exist. 2013-09-09 17:22:53 +02:00
Yann Leboulanger 8fc8e73361 some cleanup in icons folder. Fixes #7455 2013-09-08 18:58:27 +02:00
Yann Leboulanger 19d92c847a render the whole line when we use XEP-309 Last Message Correction. Fixes #7400, #7453 2013-09-08 18:18:23 +02:00
Yann Leboulanger d23da77a42 add twiter icon to disco, better irc detection, use address when identidy doesn't help enough. Fixes #7396 2013-09-08 18:11:53 +02:00
Yann Leboulanger 6a9ea72f9d add time of stanza in XML console 2013-09-04 17:31:12 +02:00
Yann Leboulanger 0ca5897271 make adhoc warning dialog with a warning icon. Fixes #7239 2013-09-03 21:17:36 +02:00
Yann Leboulanger 8d9d518b64 [lumirayz and mrDoctorWho] Ignore /me when determining direction_mark. Fixes #7414 2013-09-03 18:19:46 +02:00
Yann Leboulanger 2177eb11c1 insensitive more menuitems when we're offline. Fixes #7082 2013-09-01 21:22:10 +02:00
Yann Leboulanger 72b1e6dacd insensitive more menuitems when we're offline. Fixes #7082 2013-09-01 21:22:10 +02:00
Denis Fomin aabe137468 Set transient_for for Change Group Name dialog. Fixes #7185 2013-08-31 17:09:34 +04:00
Denis Fomin 570ceb90c1 Set transient_for for Change Group Name dialog. Fixes #7185 2013-08-31 17:09:34 +04:00
Denis Fomin adce366c53 Set 'sizing' to Type column in ACE. Make 'Value' column expandable. Fixes #7446 2013-08-31 09:57:13 +04:00
Denis Fomin 1ef8b0dcf6 Fix invite menu for group. Fixes #7422 2013-08-29 23:28:58 +04:00
Denis Fomin c610cadcf9 Fix invite menu for group. Fixes #7422 2013-08-29 23:28:58 +04:00
Yann Leboulanger b643e00f89 force max width to 250px only when initializing the treeview. Fixes #7446 2013-08-29 13:14:22 +02:00
Yann Leboulanger ecbaa71e2f force max width to 250px only when initializing the treeview. Fixes #7446 2013-08-29 13:14:22 +02:00
Denis Fomin 619500c3d4 Replacing some of the icons. Fixes #7445 2013-08-28 18:33:27 +04:00
Yann Leboulanger 018171033f typo 2013-08-28 20:27:10 +02:00
Denis Fomin 4d0005a9ab Replacing some of the icons. Fixes #7445 2013-08-28 18:33:27 +04:00
Denis Fomin 1f27096294 Fix merged accounts.See [574655470339] 2013-08-28 10:06:57 +04:00
Denis Fomin b91ce8c82e Fix merged accounts.See [574655470339] 2013-08-28 10:06:57 +04:00
Denis Fomin b214f9161f Add account name to SSL Certificate Verification dialog title 2013-08-27 23:35:11 +04:00
Denis Fomin 6bedb15134 Add account name to SSL Certificate Verification dialog title 2013-08-27 23:35:11 +04:00
Denis Fomin 69b6673290 [Darlan] Set title for ssl error dialogs 2013-08-27 23:21:16 +04:00
Denis Fomin 6377caf298 [Darlan] Set title for ssl error dialogs 2013-08-27 23:21:16 +04:00
Yann Leboulanger 4e2580d389 don't create a new session when we get an error message in a pm. Fixes #7435 2013-08-27 17:24:41 +02:00
Yann Leboulanger a8151d8dc2 don't create a new session when we get an error message in a pm. Fixes #7435 2013-08-27 17:24:41 +02:00
Yann Leboulanger 76ad29175a fix traceback with new fileprops. 2013-08-26 20:34:58 +02:00
Yann Leboulanger b34162e5d0 fix traceback with new fileprops. 2013-08-26 20:34:58 +02:00
Denis Fomin 5999f048f5 [Darlan]Fix gajim-remote -help. 2013-08-26 09:32:16 +04:00
Denis Fomin 6b623c8afe [Darlan]Fix gajim-remote -help. 2013-08-26 09:32:16 +04:00
Denis Fomin 0a9697b346 [Darlan]Fix gajim-history-manager -help and gajim-remote -help. See #7439 2013-08-26 09:16:51 +04:00
Denis Fomin 2cdb273d2e [Darlan]Fix gajim-history-manager -help and gajim-remote -help. See #7439 2013-08-26 09:16:51 +04:00
Denis Fomin b0dcfce121 All strings translatable in -help 2013-08-26 00:59:46 +04:00
Denis Fomin 0320ad611b All strings translatable in -help 2013-08-26 00:59:46 +04:00
Denis Fomin 62875aba80 [Darlan] Expand --help. Fixes #7439 2013-08-26 00:40:05 +04:00
Denis Fomin 2139105da2 [Darlan] Expand --help. Fixes #7439 2013-08-26 00:40:05 +04:00
Yann Leboulanger dd6f619d11 get gtkexcepthook back (Thanks demandimport once again ...) 2013-08-25 18:57:27 +02:00
Yann Leboulanger 8a72c32f42 get gtkexcepthook back (Thanks demandimport once again ...) 2013-08-25 18:57:27 +02:00
Yann Leboulanger 31a753463b handle config-path instead of config_path 2013-08-25 16:14:38 +02:00
Yann Leboulanger 268ec3c030 handle config-path instead of config_path 2013-08-25 16:14:38 +02:00
Yann Leboulanger 9ab803ca63 add markedmsgcolor option to GUI. Fixes #7436 2013-08-25 15:23:22 +02:00
Yann Leboulanger f956f4b0ba add markedmsgcolor option to GUI. Fixes #7436 2013-08-25 15:23:22 +02:00
Yann Leboulanger 077a6f08bf [Darlan] improve string 2013-08-25 14:07:49 +02:00
Yann Leboulanger 3c04489d03 [Darlan] improve string 2013-08-25 14:07:49 +02:00
Denis Fomin 10dd7630e0 Change history icon if theme have 'document-open-recent' icon. 2013-08-24 15:17:45 +04:00
Denis Fomin 8c49afbb13 don't use smooth scrolling when chnging fond or resizing chr window. Fixes #7268 2013-08-23 18:46:35 +04:00
Denis Fomin e884cb20ab don't use smooth scrolling when chnging fond or resizing chr window. Fixes #7268 2013-08-23 18:46:35 +04:00
Denis Fomin 3e5c7b184d Coding standards 2013-08-23 12:23:10 +04:00
Denis Fomin 4dcfba32b1 Change history icon if theme have 'document-open-recent' icon. Fixes #6893 2013-08-23 11:26:48 +04:00
Denis Fomin 0802d2af2f easy way to clear plugin_description_textview 2013-08-19 11:28:50 +04:00
Denis Fomin 1cc1c2bb14 translate plugins descriptions 2013-08-16 23:29:48 +04:00
Yann Leboulanger 627fe59cf1 ability to show HTML in plugin descriptions 2013-08-16 14:53:17 +02:00
Yann Leboulanger bdda090d80 add ability to handle urls in htmltextview. 2013-08-16 14:06:52 +02:00
Yann Leboulanger a3e947c249 add monotonic to the list of ignored modules by demandimport. Fixes #7409 2013-08-16 09:55:55 +02:00
Yann Leboulanger 3f4b0bf160 disable rfilter only when we have finished getting the correct iter. Fixes #7430 2013-08-16 09:39:10 +02:00
Yann Leboulanger b8edf8ed64 remove external unused file 2013-08-16 09:34:01 +02:00
Yann Leboulanger 16385e8a52 we release under GPL v3 2013-08-16 09:33:15 +02:00
Yann Leboulanger 647845e4ec [x11term] prevent traceback 2013-08-16 09:21:32 +02:00
Denis Fomin 5e2ae05877 typo 2013-08-16 10:09:41 +04:00
Denis Fomin 5600efb3b7 update version number 2013-08-16 01:37:02 +04:00
Yann Leboulanger 7de01f0f13 [Yves-Alexis Perez] Fix oid_xmppaddr and oid_dnssrv for X509 cert checking 2013-08-15 23:19:23 +02:00
Yann Leboulanger 0435b8a50b fix transient for. See #7185 2013-08-15 23:16:38 +02:00
Yann Leboulanger 92ed24a715 fix transient for windows. Fixes #7185 2013-08-15 23:14:42 +02:00
Yann Leboulanger e2960728d7 show error dialog of profile window transient for profile window. see #7185 2013-08-15 22:20:13 +02:00
Yann Leboulanger 88ae275e85 make very E2E code transient for the calling window. See #7185 2013-08-15 19:45:34 +02:00
Yann Leboulanger 285c49ff58 make error diaogs in accounts window transient for ccounts window. See #7185 2013-08-15 15:11:51 +02:00
Yann Leboulanger 4a85730523 coding standards 2013-08-15 14:57:39 +02:00
Denis Fomin f3c4486ac1 split long lines 2013-08-15 19:40:59 +04:00
Denis Fomin b5c16525c9 Tv transport icon fix 2013-08-15 19:28:44 +04:00
Yann Leboulanger 1db5fd4b31 don't use smooth scrolling when chnging fond or resizing chr window. Fixes #7268 2013-08-15 14:25:44 +02:00
Denis Fomin 01946a9bac Change history icon if theme have 'document-open-recent' icon. 2013-08-24 15:17:45 +04:00
Denis Fomin 3b41ce148f Coding standards 2013-08-23 12:23:10 +04:00
Denis Fomin 919310cac7 Change history icon if theme have 'document-open-recent' icon. Fixes #6893 2013-08-23 11:26:48 +04:00
Denis Fomin 2278433f97 easy way to clear plugin_description_textview 2013-08-19 11:28:50 +04:00
Denis Fomin 40c9dab636 translate plugins descriptions 2013-08-16 23:29:48 +04:00
Yann Leboulanger 5809aa2b5a ability to show HTML in plugin descriptions 2013-08-16 14:53:17 +02:00
Yann Leboulanger e4edeb0f15 fix some GTK3 things 2013-08-24 19:14:58 +02:00
Yann Leboulanger 24237f8fb8 add ability to handle urls in htmltextview. 2013-08-16 14:06:52 +02:00
Yann Leboulanger 41f4c110db add monotonic to the list of ignored modules by demandimport. Fixes #7409 2013-08-16 09:55:55 +02:00
Yann Leboulanger f5c0012190 disable rfilter only when we have finished getting the correct iter. Fixes #7430 2013-08-16 09:39:10 +02:00
Yann Leboulanger 56acdd2b56 remove external unused file 2013-08-16 09:34:01 +02:00
Yann Leboulanger b11524ea1d we release under GPL v3 2013-08-16 09:33:15 +02:00
Yann Leboulanger 0e6fdb181f [x11term] prevent traceback 2013-08-16 09:21:32 +02:00
Denis Fomin 190f377df4 typo 2013-08-16 10:09:41 +04:00
Yann Leboulanger 49f6ad216b [Yves-Alexis Perez] Fix oid_xmppaddr and oid_dnssrv for X509 cert checking 2013-08-15 23:19:23 +02:00
Yann Leboulanger 07c172fcc6 fix transient for. See #7185 2013-08-15 23:16:38 +02:00
Yann Leboulanger e1eb9af26f fix transient for windows. Fixes #7185 2013-08-15 23:14:42 +02:00
Yann Leboulanger 8f2dbdf05a show error dialog of profile window transient for profile window. see #7185 2013-08-15 22:20:13 +02:00
Yann Leboulanger 366e68a269 make very E2E code transient for the calling window. See #7185 2013-08-15 19:45:34 +02:00
Yann Leboulanger 4a5e2385b5 make error diaogs in accounts window transient for ccounts window. See #7185 2013-08-15 15:11:51 +02:00
Yann Leboulanger a8d831b6de coding standards 2013-08-15 14:57:39 +02:00
Denis Fomin 67b574ba49 split long lines 2013-08-15 19:40:59 +04:00
Denis Fomin 8d6a00297f Tv transport icon fix 2013-08-15 19:28:44 +04:00
Yann Leboulanger 43ee6a1741 don't use smooth scrolling when chnging fond or resizing chr window. Fixes #7268 2013-08-15 14:25:44 +02:00