Commit Graph

851 Commits

Author SHA1 Message Date
Denis Fomin b84f0d3409 Set title for InvitationReceivedDialog. Fixes #7383 2013-08-10 23:39:35 +04:00
Yann Leboulanger 786584a669 better way to set outgoing video in chat window 2013-07-31 19:15:42 +02:00
Yann Leboulanger c8aea07b45 don't try to get xid of a non-existing window 2013-07-31 18:22:55 +02:00
Yann Leboulanger 025f879f25 modify_fg/bg/font -> override_* 2013-07-31 16:40:33 +02:00
Yann Leboulanger f0bbb92b41 don't allow to browse non-MUC server in join groupchat dialog. 2013-07-30 20:09:52 +02:00
Yann Leboulanger fd0ff877a3 GObject.* -> GLib.* 2013-07-28 20:50:30 +02:00
Yann Leboulanger b71ad6b419 use XEP-0033 to send one message to several JIDs 2013-07-27 14:14: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 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 1e1367417b add some title to windows. Fixes #7383 2013-07-15 15:34:14 +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
Denis Fomin beb74fcaad Make plugin config dialog not modal 2013-05-19 20:40:20 +04:00
Yann Leboulanger 9c8c1de03f update my copyright 2013-04-05 21:35:39 +02:00
Yann Leboulanger 123c6e4d53 remember with which nickname we entered rooms. Fixes #7334 2013-04-27 14:38:38 +02:00
Yann Leboulanger 7bbabeec2d GPG -> OpenPGP. Fixes #7312 2013-03-09 17:49:22 +01:00
Yann Leboulanger 6f2935ba4e check that contacts are not in "not in roster" group when we receive a RIE stanza. Fixes #7289 2013-02-12 19:31:35 +01:00
Yann Leboulanger 38df4d2c1f don't try to escape JID when we get a subscription request from it, it's already escaped. Fixes #7277 2013-01-22 17:38:43 +01:00
Denis Fomin 0156f8ba4a use get_window() 2013-01-21 23:50:52 +04:00
Denis Fomin 370aecd28c fix add contact window 2013-01-12 22:00:52 +04:00
Denis Fomin 3d25080850 fix PrivacyList window 2013-01-12 21:05:37 +04:00
Denis Fomin a5027f847e fix char counter in single message dialog 2013-01-11 13:43:46 +04:00
Denis Fomin b913acd5ef correctly set_type_hint 2013-01-05 22:10:57 +04:00
Yann Leboulanger b541736407 fix disco window (+ remove cmp() + some GTK3 changements) 2013-01-05 15:32:53 +01:00
Denis Fomin 9f64f04b37 fix traceback in xml console 2013-01-05 18:29:55 +04:00
Yann Leboulanger e03b3c35b6 fix traceback handling
fix struc and sha1 usage (use bytes instead of string)
2013-01-05 00:03:36 +01:00
Denis Fomin d7501b9ebf fix big avatar 2013-01-05 01:27:22 +04:00
Denis Fomin 04e92b0398 fix join gc dialog 2013-01-04 15:20:04 +04:00
Denis Fomin 1f7d676248 split long lines 2013-01-03 23:31:26 +04:00
Denis Fomin bbfc28242f fix change mood window 2013-01-03 23:28:04 +04:00
Denis Fomin 6d4675d1c7 fix change activity window 2013-01-03 23:01:24 +04:00
Denis Fomin 1a3d2fc179 fix ResourceWarnings. py3 way 2013-01-03 03:25:44 +04:00
Denis Fomin 785f8098b6 fix ResourceWarnings 2013-01-03 00:55:00 +04:00
Denis Fomin ac9253e04a Merge 2013-01-02 22:13:27 +04:00
Denis Fomin 92ce48886c fix some windows 2013-01-02 20:57:20 +04:00
Denis Fomin e55985b498 fix join gc dialog 2013-01-02 13:32:17 +04:00
Yann Leboulanger c55354584c fix some set_transient_for call 2013-01-01 11:46:13 +01:00
Denis Fomin 42b5a1c912 fix profile window 2012-12-31 21:14:21 +04:00
Yann Leboulanger 841be1bf21 fix about dialog 2012-12-31 13:38:08 +01:00
Yann Leboulanger 2acaa2e075 some GTK3 fixes 2012-12-30 23:29:51 +01:00
Yann Leboulanger 912f0e921d fix imports and many py3 changements 2013-01-02 13:54:02 +01:00
Yann Leboulanger d27591076f fix exception handling 2013-01-01 23:18:36 +01:00
Yann Leboulanger 069bddbbcb remove call to unicode() 2013-01-01 21:06:16 +01:00
Yann Leboulanger 414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Yann Leboulanger e71188a6fa print -> print() 2013-01-01 19:36:56 +01:00
Yann Leboulanger a8d946bc96 more GTK3 fixes 2012-12-27 21:58:52 +01:00
Yann Leboulanger 11f661a3ed fix some GTK calls 2012-12-26 11:19:36 +01:00
Yann Leboulanger 8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger 7cd239b993 [chrysn] pluralize some strings 2012-11-14 17:13:06 +01:00