Commit Graph

145 Commits

Author SHA1 Message Date
Yann Leboulanger 86b256ac96 fix style / color things 2013-01-05 15:53:14 +01:00
Denis Fomin 185d0d8c07 fix missing import 2013-01-05 18:52:26 +04:00
Yann Leboulanger b541736407 fix disco window (+ remove cmp() + some GTK3 changements) 2013-01-05 15:32:53 +01:00
Yann Leboulanger 2c21353a8b remove has_key()
fix base64 calls (requires and returns bytes, not str)
2013-01-02 17:53:42 +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 414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Yann Leboulanger a8d946bc96 more GTK3 fixes 2012-12-27 21:58:52 +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 7c5fe335bb fix displaying pubsub nodes 2012-08-27 13:28:47 +02:00
Yann Leboulanger b846ac8793 save config regulary when we change an option. 2012-04-18 10:15:53 +02:00
Yann Leboulanger 3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Yann Leboulanger 857ba5f707 new way to handle incominf messages, new notification event. 2011-05-01 22:09:50 +02:00
Denis Fomin c077670518 Prevent the possibility of entering '@' in the fields of 'room' and 'server' in the manage bookmarks dialog.
Set the selection at startup manage bookmarks dialog.
Fix var name in dialogs.py
2010-12-04 14:47:38 +03:00
Yann Leboulanger 1bbd486575 fix traceback when browsing rooms from join groupchat dialog. Fixes #6059 2010-12-01 09:12:27 +01:00
Yann Leboulanger 6a2651ebd5 use NEC to handle agent info / items events 2010-11-29 12:53:50 +01:00
Yann Leboulanger 1ed5de8f44 don't close groupchat list window when we join one. Fixes #6031 2010-11-16 20:24:42 +01:00
Yann Leboulanger 2a941132b1 ability to reload service discovery window by pressing ctrl + R. Fixes #5882 2010-09-08 14:05:21 +02:00
Yann Leboulanger 2d9c32c16e correctly set join muc dialog when we select one in browse muc dilog. 2010-07-22 22:09:11 +02:00
Alexander Cherniuk 6081909a26 Fixed out-of-scope variables. Might need a better fix. Fixes #5680 2010-03-29 17:15:32 +03:00
Yann Leboulanger 23ab28d76f restore combobox in disco window. Fixes #5656 2010-03-21 21:50:07 +01:00
Yann Leboulanger 2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Yann Leboulanger e552333b85 Split room jid field in join groupchat dialog. Fixes #5528
Add browse rooms button in join groupchat dialog. Fixes #3546
2010-02-21 23:35:29 +01:00
Éric Araujo fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger 956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Yann Leboulanger d1d4a4e7c8 use GED for disco.py 2010-01-19 22:23:19 +01:00
Yann Leboulanger 8e74c4e360 fix icon names in disco window 2010-01-13 11:08:17 +01:00
Yann Leboulanger 002b8a720f finish using icon theme. Fixes #2378 2009-12-01 15:50:58 +01:00
Alexander Cherniuk 5b64efe4f3 Corrections for method refactoring 2009-11-27 11:13:27 +02:00
Alexander Cherniuk a8cb838769 Small portion of method refactoring 2009-11-27 11:06:35 +02:00
Alexander Cherniuk 7316d00766 New portion of doc-string refactoring 2009-11-25 19:52:56 +02:00
Yann Leboulanger 7d7ca4d4ae always expand lines in disco window, increase default disco window width. Fixes #3877 2009-09-10 13:54:44 +02:00
Yann Leboulanger b8f0732de7 get correctly parent node when browsing pubsub. Fixes #3438 2009-09-06 20:59:42 +02:00
Yann Leboulanger fda322706b [Spike411] Facebook iconset for Gajim. A great thanks to Jakub Szypulka for is iconset: http://cubestuff.wordpress.com/2008/05/21/facebook-goes-tango/ 2009-06-27 09:50:50 +02:00
Yann Leboulanger 3807e5f386 [alx] add bookmark button in MUC browser. Fixes #3726 2009-06-22 18:30:02 +02:00
Yann Leboulanger 610a747c79 really execute ad hoc command when clicking on Execute command in disco window 2009-06-05 21:26:23 +02:00
Yann Leboulanger daa86b240e prevent traceback when trying to open a second search window. Fixes #5073 2009-06-04 17:34:38 +02:00
Yann Leboulanger 89a1e55a85 fix potential traceback. Fixes #4780 2009-02-09 19:46:26 +00:00
Yann Leboulanger e389e0b16b [thorstenp] remove whitespace at eol 2008-12-03 21:56:12 +00:00
Yann Leboulanger 1865294a25 [thorstenp] fix access to members before definition 2008-12-03 19:56:37 +00:00
Yann Leboulanger 31dc32eeb9 [thorstenp] fix redefined builtins 2008-12-03 17:16:04 +00:00
Yann Leboulanger c163e90b10 [thorstenp] fix unused variables 2008-12-02 15:53:23 +00:00
Stephan Erb f72fc7f2ab Prevent possible traceback when selecting a row while ServiceBrowser is still loading. 2008-11-17 21:13:12 +00:00
Yann Leboulanger f6697682c1 default browser is ToplevelAgentBrowser instead of AgentBrowser. It is more general. 2008-11-17 15:08:22 +00:00
Yann Leboulanger eb93f2a19e [thorstenp] remove useless import 2008-11-05 20:00:18 +00:00
Yann Leboulanger 25935a2f25 add a default icon in disco window when there is no icon to show. Fixes #4442 2008-11-02 13:20:12 +00:00
Yann Leboulanger 06ab4a7b6d revert thorstenp patches for now. They introduce bugs. 2008-10-20 21:38:06 +00:00
Yann Leboulanger f801a50260 [thorstenp] fix unused variables 2008-10-20 21:17:48 +00:00
Yann Leboulanger 158538b81c [thorstenp] rename some var to not hide builts-in functions (list -> list_, ...) 2008-10-11 10:22:04 +00:00