Commit Graph

1496 Commits

Author SHA1 Message Date
Yann Leboulanger 414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Denis Fomin 342755d58a fix SeparatorMenuItem 2013-01-01 19:46:04 +04:00
Denis Fomin 92b50a87a6 fix gtk warnings in console 2013-01-01 14:10:01 +04:00
Yann Leboulanger cbd329c9cc correctly place tooltips 2012-12-28 21:59:20 +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 77775cf0af Gajim now uses python-nbxmpp library instead of embedding it. 2012-12-09 21:37:51 +01:00
Yann Leboulanger d8f1eb99cb prevent some traceback. see #7152 2012-10-06 19:07:48 +02:00
Yann Leboulanger f801ecab11 roster accel group func returns true 2012-09-30 21:54:08 +02:00
Yann Leboulanger 498bcb6ccd decrease call to get_contact(s) function to improve speed. see #7125 2012-09-24 12:24:10 +02:00
Yann Leboulanger f310a41471 don't clear selection buffer when enabling roster filtering. Fixes #7233 2012-09-18 15:16:11 +02:00
Denis Fomin e56d5a5657 Add Keyboard Shortcuts menuitem to Help menu 2012-08-24 17:26:00 +04:00
Yann Leboulanger 0d59a84a96 add ctrl+s shortcut to change status message. 2012-08-24 13:33:27 +02:00
Yann Leboulanger 30d033c7c3 store full from jid in gc-invite event.
fix receiving decline tag
2012-08-24 10:27:51 +02:00
Yann Leboulanger 96dd70050b Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me 2012-08-23 13:10:30 +02:00
Jefry Lagrange 1dc1adf073 only delete file_props in the ft_window 2012-08-22 15:30:12 -04:00
Denis Fomin b1125bbab8 fix unexpected indent 2012-08-22 22:42:00 +04:00
Denis Fomin aa116a08c1 revert test patch. fix previous commit 2012-08-22 22:28:41 +04:00
Denis Fomin bb5db97546 plugin system. checking the type of stored data. Fix #7220 2012-08-22 22:21:26 +04:00
Yann Leboulanger afb77ff52f show in groupchat when we invite someone. Fixes #7219 2012-08-20 15:23:42 +02:00
Yann Leboulanger f1a75255b4 fix var name 2012-08-10 10:22:09 +02:00
Yann Leboulanger d19cabeaa0 reopen saved opened chat controls only once. 2012-08-10 10:21:01 +02:00
Yann Leboulanger 57c8fdad39 add option to enable / disable the remember opened chats option. Fixes #7193 2012-08-05 13:34:35 +02:00
Yann Leboulanger 651a433588 fix some typo 2012-08-04 10:51:02 +02:00
Denis Fomin 9c2573980a fix set parent window for ProfileWindow and ChoseGPGKeyDialog. 2012-07-06 01:38:18 +04:00
Jefry Lagrange e8df81ab31 sends file request after hash mismatch 2012-05-27 21:05:43 -04:00
Denis Fomin 1189f2c0ee revert [c78ce7188b4] 2012-05-16 17:23:34 +04:00
Denis Fomin 0101aa40cd redraw partipiant list after maximizing the conference. Fixes #6961 2012-05-12 21:51:05 +04:00
Yann Leboulanger f13debc29f improve roster drawing when we get many presences. Fixes #7125 2012-04-28 22:45:53 +02:00
Yann Leboulanger 4bcd09f8c0 improve Gajim startup. see #7125 2012-04-28 21:39:32 +02:00
Yann Leboulanger aea75469a1 save opened chat controls when quitting and restore them on startup. Fixes #3803 2012-04-20 14:34:24 +02:00
Yann Leboulanger eaa447c1e1 improve Gajim startup 2012-04-19 14:01:42 +02:00
Yann Leboulanger 40d5b2469d improve the left arrow behaviour in treeview: select parent row when we cannot collapse row 2012-04-17 15:40:24 +02:00
Yann Leboulanger c3574bce51 make metacontact visible when we use roster filter, even if big brother is filtered. Fixes #7137 2012-04-17 11:49:48 +02:00
Yann Leboulanger 0c36f50196 merge from trunk 2012-04-12 22:07:30 +02:00
Yann Leboulanger 5b48225d0c improve tooltip code a little bit 2012-04-04 15:11:20 +02:00
Yann Leboulanger e9f050d787 ability to press ctrl+shift+u to enable rosterfilter. Fixes #7139 2012-04-10 00:04:19 +02:00
Yann Leboulanger 5e1e914aea handle right / left to expand / collapse rows in treeview. Fixes #7138 2012-04-09 23:22:53 +02:00
Yann Leboulanger f1e6689231 allow to press Shift + a letter to enable roster filter. Fixes #7136 2012-04-09 21:54:54 +02:00
Yann Leboulanger aaa36ea7a3 don't enable roster filter when we press a unicode key with alt, control or shift (like Ctrl+i) 2012-04-08 17:32:45 +02:00
Yann Leboulanger 794a66e435 correctly forward unread printed messages to other resources. Fixes #7094 2012-04-01 19:39:26 +02:00
Yann Leboulanger a0a40c03a8 [leon] show account name in tooltip rather than in roster in merged mode. Fixes
#7118
2012-03-13 14:32:09 +01:00
Yann Leboulanger 1d980fa2ef don't mark received message as read until it's really read by user. Fixes #7094 2012-03-08 20:03:17 +01:00
Yann Leboulanger df17f8751d handle GUI while checking file hash. Show show re-request dialog when hash is incorrect. TODO: re-request file to sender. 2012-02-18 21:06:08 +01:00
Yann Leboulanger 72bca44272 fix behaviour when we remove a contact for which we have a chat tab opened (re-add it to not in roster group). Fixes #7078 2012-01-21 16:32:52 +01:00
Yann Leboulanger 34c95bbb9b fix restoring expanded / collapsed metacontacts when we finish using roster filter. Fixes #7060 2012-01-16 21:11:16 +01:00
Yann Leboulanger 3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Denis Fomin f4451af64c coding style 2012-01-09 14:57:21 +04:00
Yann Leboulanger b502f35a9f prevent traceback 2011-12-18 17:14:30 +01:00