Commit Graph

10261 Commits

Author SHA1 Message Date
Denis Fomin 2205bda1c8 fix textbuffer get_text 2013-07-30 18:45:20 +04:00
Yann Leboulanger d1a6467d82 GObject -> GLib 2013-07-29 21:41:01 +02:00
Yann Leboulanger 134f87ced5 fix var name 2013-07-28 12:58:15 +02:00
Denis Fomin 9865135dbf Fix roster resizing in one window mode 2013-07-29 23:01:53 +04:00
Yann Leboulanger 137ae2b54a GObject -> GLib 2013-07-29 18:35:49 +02:00
Yann Leboulanger 3bd8c6e144 render_icon -> render_icon_pixbuf 2013-07-29 18:29:24 +02:00
Yann Leboulanger 0ee35f0395 use Gtk.Grid instead of deprecated Gtk.Table in tooltips 2013-07-29 18:22:19 +02:00
Yann Leboulanger b70d08a513 GObject -> GLib 2013-07-29 18:02:48 +02:00
Yann Leboulanger a5adad97e3 remove old line 2013-07-29 14:41:02 +02:00
Yann Leboulanger 593f3c3b7a remove call to deprecated get_pointer() 2013-07-29 14:38:09 +02:00
Yann Leboulanger 37be46d474 fix using generator.next() to next(generator) 2013-07-29 13:44:37 +02:00
Yann Leboulanger fd0ff877a3 GObject.* -> GLib.* 2013-07-28 20:50:30 +02:00
Yann Leboulanger 8c7ee7a12b fix encoding issue 2013-07-28 20:50:11 +02:00
Yann Leboulanger 7046cd0608 fix a few things for gtk3 2013-07-28 19:38:49 +02:00
Yann Leboulanger dce1c2d03f fix indentation 2013-07-28 08:53:06 +02:00
Denis Fomin a1e28bdcf1 Set sensitivity for toolbar. Fixes #7389 2013-07-27 19:10:08 +04:00
Yann Leboulanger b71ad6b419 use XEP-0033 to send one message to several JIDs 2013-07-27 14:14:50 +02:00
Yann Leboulanger f0d1282525 go to end iter after each print_special_text if we don't have an argument with the iter where we have to insert text. See #7372 2013-07-26 20:29:50 +02:00
Yann Leboulanger 49fec47f36 remove send_message from connection object. Use Event everywhere 2013-07-26 14:45:16 +02:00
Yann Leboulanger 27f0fbfbed use correct translation function. Fixes #7267 2013-07-25 19:03:43 +02:00
Yann Leboulanger db9970cd9b don't redraw several time the contacts when redrawing the full roster. See #7125 2013-07-25 08:54:35 +02:00
Yann Leboulanger c586053545 apply tags to puny encoded urls. Fixes #7391 2013-07-24 12:39:07 +02:00
Yann Leboulanger e388b94796 more tooltips in chat control 2013-07-24 10:06:58 +02:00
Denis Fomin c446150a7e [Darlan & I]Improved BiDi support for banner text, popup with presence info and more status messages (kick, ban, change nick) fixes #7284 #7192 2013-07-23 17:55:24 +04:00
Yann Leboulanger e24f10bd78 correctly find JID column in search result window. Fixes #7347 2013-07-22 20:36:03 +02:00
Yann Leboulanger b4c3d624e7 port to PyGi 2013-07-28 18:18:22 +02:00
Denis Fomin c3c1885e8b [Darlan] Improved BiDi support for status messages 2013-07-22 21:10:54 +04:00
Denis Fomin 839fab0c12 update toolbar when the status has changed 2013-07-21 23:26:58 +04:00
Yann Leboulanger 24d926532d fix showing correct previous sent message. Fixes #7361 2013-07-21 20:44:36 +02:00
Yann Leboulanger c952b6d754 fix placing corrected message when it contains special text. Fixes #7372 2013-07-21 20:37:05 +02:00
Yann Leboulanger 5f4fc5463b improve error message when we cannot connect to a host via a proxy. Fixes #7358 2013-07-19 21:12:11 +02:00
Denis Fomin ed5eabfa8e remove unused print 2013-07-19 15:49:47 +04:00
Yann Leboulanger beabd1c05d remove no more needed send_gc_message function 2013-07-19 12:46:09 +02:00
Denis Fomin bf83aab820 typo 2013-07-19 14:36:46 +04:00
Denis Fomin 41b1a28a16 handle gc outgoing messages with events. 2013-07-19 13:52:37 +04:00
Yann Leboulanger c9f22fdfba clear vcard values before filling them in case we receive vcard a second time when window is opened. Fixes #7366 2013-07-18 21:14:39 +02:00
Yann Leboulanger 21a830c2f2 make the Ok button of Insecure connection dialog insensitive when yes checkbox is not checked. Fixes #7373 2013-07-18 20:32:45 +02:00
Yann Leboulanger cb29870dd2 ability to write several JIDs in sender field of send single message dialog. fixes #7206 2013-07-18 17:04:59 +02:00
Yann Leboulanger 975bf972eb fix receiving a carbon of a sent message without a from. 2013-07-18 14:32:45 +02:00
Yann Leboulanger a496c8004d support version 2 of message carbons 2013-07-18 14:03:13 +02:00
Yann Leboulanger 5ef5a04787 improve connection with big roster. See #7125 2013-07-18 13:39:14 +02:00
Yann Leboulanger e2ec2e5e6c get the expired key information back 2013-07-17 15:04:10 +02:00
Yann Leboulanger 874e79d820 don't crash when GPG key are badly encrypted 2013-07-17 12:50:34 +02:00
Yann Leboulanger 7626e9093c read assigned GPG key when creating the contacts. fixes: #7111 2013-07-16 18:28:17 +02:00
Yann Leboulanger adb28aa5ce don't redraw roster line when it's not necessary 2013-07-16 18:03:58 +02:00
Yann Leboulanger 5a59654fea fix using FT proxies. Fixes #7382 2013-07-15 16:03:07 +02:00
Yann Leboulanger 1e1367417b add some title to windows. Fixes #7383 2013-07-15 15:34:14 +02:00
Yann Leboulanger 5082d573a9 distinguish console-printed strings in translation files. Fixes #7267 2013-07-15 15:13:39 +02:00
Yann Leboulanger a994ac68c5 remove debug print 2013-07-08 15:46:01 +02:00
Yann Leboulanger d360d67f9a load disco items slowly to now freeze with long list. 2013-07-08 14:51:50 +02:00
Yann Leboulanger 9cbf796ae1 fix connection to FT proxies. Fixes #7349 2013-07-07 14:22:37 +02:00
Yann Leboulanger 8096639512 .window -> .get_window() 2013-07-28 18:03:57 +02:00
Yann Leboulanger 7255f97afa move incoming and outgoing video stream in chat window when we receive the video call. 2013-07-06 21:27:30 +02:00
Yann Leboulanger ba80ea181f fix IPv6 issues under window 7 for file transfer. Fixes #4452, #7240 2013-07-05 21:10:16 +02:00
Yann Leboulanger 1d87b050b4 [binary] fix receiving pubsub bookmarks. Fixes #7380 2013-07-05 17:02:07 +02:00
Yann Leboulanger 3f15047919 fix using GPG with non-utf8 OS. Fixes #7227 2013-06-20 20:48:34 +02:00
Yann Leboulanger 9e7ea9b328 update gnupg to 0.3.4 2013-06-20 20:47:42 +02:00
Yann Leboulanger 8e2ef0c331 don't pass a useless argument to callback. Fixes #7357 2013-06-03 08:48:46 +02:00
Yann Leboulanger d280ff3aa4 gobject -> GObject 2013-07-28 17:54:55 +02:00
Yann Leboulanger d50ffacbec discover server of our contacts on startup if it's not already done. 2013-06-02 22:02:43 +02:00
Yann Leboulanger 1e4772fc65 cache jabber servers too in trnasports_cache table so that they are not considered as transports. Fixes #7360 2013-06-02 21:02:33 +02:00
Yann Leboulanger 63fd8e8277 fix privacy lists: Don't use several time the same order number. Fixes #7352 2013-05-26 12:58:19 +02:00
Denis Fomin beb74fcaad Make plugin config dialog not modal 2013-05-19 20:40:20 +04:00
Yann Leboulanger c8c457318e enable nbxmpp logging when using -v 2013-05-16 21:06:41 +02:00
Yann Leboulanger a14c758d06 - regroup display PEP info in roster options
- add option to show positive XEP-0184 ack in message window. Fixes 7341
2013-05-12 21:32:29 +02:00
Yann Leboulanger 76886ff6c9 fix traceback. Fixes #7340 2013-05-02 21:46:10 +02:00
Denis Fomin e406526ad7 Fix missing import 2013-04-26 13:01:05 +04:00
Yann Leboulanger f0a4094cc9 XEP-0308 Last Message Correction support. 2013-04-25 20:38:18 +02:00
Yann Leboulanger ca31ebb660 make FakeDataform instructino label selectable. Fixes #7331 2013-04-14 08:49:10 +02:00
Yann Leboulanger aef4452ff5 remove unused class parameter 2013-04-06 12:24:26 +02:00
Yann Leboulanger 7de87c19a0 move ConnectionPEP class to connection_handlers to prevent import loop 2013-04-06 10:14:28 +02:00
Yann Leboulanger 9c8c1de03f update my copyright 2013-04-05 21:35:39 +02:00
Yann Leboulanger 1886298d30 enable block menu if server supports only XEP-0191 2013-04-05 20:59:47 +02:00
Yann Leboulanger a38b779e9e don't run several GPG threads when we receive a non-GPG message. Fixes #7311 2013-04-05 20:59:17 +02:00
Yann Leboulanger 4b3a169571 implement XEP-0191 for servers that don't support privacy lists 2013-03-30 23:13:48 +01:00
Yann Leboulanger e011a28702 re-work blocking code 2013-03-30 20:36:43 +01:00
Yann Leboulanger 1c977b8045 use GED to send messages via gajim-remote. Fixes #7321 2013-03-19 10:25:10 +01:00
Yann Leboulanger 6cb4f446ed don't enable register button in disco when we select the server line 2013-03-14 12:47:49 +01:00
Yann Leboulanger 3c8e8c9371 hnadle MISSING_PASSPHRASE message from gnupg when signing 2013-03-14 12:45:53 +01:00
Yann Leboulanger 6cb91601c8 more fix for ipython import. Fixes #7316 2013-03-11 20:21:59 +01:00
Yann Leboulanger c8d7e89bc3 [kparal] logind suspend support. Fixes #7319 2013-03-11 12:55:11 +01:00
Denis Fomin f8ea97203a Fix roster size(gajim in one window mode) in fullscreen mode and in tiling wm. Fixes #7315 2013-03-10 22:18:53 +04:00
Yann Leboulanger e59c4bbfad send RIE stanza as an IQ if user is online and supports RIE. Fixes #7289 2013-02-10 18:57:25 +01:00
Daniel Aleksandersen 577c7221f6 Use the icon sizing solution from ticket #6839 for all dialogs.
History manager’s icon was 16px in Unity launcher. Fixes #7290
2013-01-14 20:18:55 +01:00
Yann Leboulanger fdbde63c99 gtk3 branch is name 0.16.10 2013-07-26 11:45:58 +02:00
Denis Fomin aa3b32400b Fix missing import 2013-05-15 12:51:23 +04:00
Denis Fomin 33014bfd81 Command system fix (python2 - > python3) 2013-05-06 23:25:49 +04:00
Denis Fomin ddbac25e19 PluginSystem. xhtml in available tab 2013-05-04 18:27:32 +04:00
Yann Leboulanger 123c6e4d53 remember with which nickname we entered rooms. Fixes #7334 2013-04-27 14:38:38 +02:00
Denis Fomin 0c00cdde72 typo 2013-04-22 18:09:58 +04:00
Denis Fomin 7954786a1b prevent warning 2013-04-22 18:07:45 +04:00
Denis Fomin c965ea6118 fix error win(set fill and expand for textview) 2013-04-21 12:25:34 +04:00
Denis Fomin a3ba80324b fix reload emoticons 2013-04-21 11:38:53 +04:00
Denis Fomin eaedf24540 Remove print 2013-03-24 10:56:43 +04:00
Denis Fomin 3b7640018b Fix traceback then gc opened and gajim theme changed 2013-03-23 23:34:34 +04:00
Denis Fomin 113a96ef1f Change history icon if theme have 'document-open-recent' icon. part 2 2013-03-17 23:14:34 +04:00
Denis Fomin 71464bef56 coding style 2013-03-17 22:33:51 +04:00
Denis Fomin 1a27615757 fix history button icon in gc 2013-03-17 00:36:39 +04:00
Denis Fomin 3b8c665665 Change history icon if theme have 'document-open-recent' icon 2013-03-16 23:56:22 +04:00
Yann Leboulanger 69a138fe66 remove some wrong decode() 2013-03-10 16:59:16 +01:00