Commit Graph

63 Commits

Author SHA1 Message Date
Denis Fomin 5265d7fce9 fix focus-out-line tooltip 2013-01-07 14:54:29 +04:00
Yann Leboulanger 89540b0c2e fix registering an account 2013-01-04 23:11:07 +01:00
Denis Fomin ac9253e04a Merge 2013-01-02 22:13:27 +04:00
Denis Fomin e55985b498 fix join gc dialog 2013-01-02 13:32:17 +04:00
Yann Leboulanger 3fdefe20b7 xrange() -> list(range()) 2013-01-02 18:17:51 +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 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 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 f832900d2b coding standards 2012-08-22 12:55:57 +02:00
Yann Leboulanger 27ca6e13c5 make output of adhoc command selectable. Fixes #3697 2012-04-17 15:23:32 +02:00
Yann Leboulanger 3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Denis Fomin 086c5ea01f prevent Traceback in dataforms_widget(search user in jabber.tf-network.de server as example) 2011-03-01 14:01:10 +03:00
Yann Leboulanger 8d7e587c5b ability to validate dataform widget by pressing enter. Fixes #6032 2010-11-14 21:21:39 +01:00
Yann Leboulanger 6cd341ad69 show required field in a dataform with an * 2010-08-11 09:18:15 +02:00
Alexander Cherniuk 44fb0529d0 Patch to fix dataforms rendering. Thanks to Florob. Fixes #5834 2010-08-06 01:10:35 +03:00
Yann Leboulanger f9e8b46e6c iability to show captcha when joining a groupchat with captcha. (TODO: download image when it's not in the message itself) 2010-06-27 23:09:07 +02:00
Alexander Cherniuk 7be53c6136 Misindented statement 2010-03-17 16:59:25 +02:00
Yann Leboulanger 2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Yann Leboulanger ce039ff2eb [fantasticsid] Fix Fake Dataform multi-jid field names. Fixes #5614 2010-02-19 13:54:42 +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
Alexander Cherniuk 31f5e22f62 One more portion of doc-strings refactoring 2009-11-25 17:45:05 +02:00
Yann Leboulanger f550144530 switch from gtk.Tooltips to gtk.Tooltip. Fixes #3471 2009-10-29 11:35:22 +01:00
Yann Leboulanger b3704d37c5 show list-multi in a treeview when there are too much options. Fixes #3046 2009-08-31 21:45:52 +02:00
Yann Leboulanger 4ac97dae2b make instruction label of dataforms wrapable. see #4724 2009-04-08 18:52:50 +00:00
Yann Leboulanger e389e0b16b [thorstenp] remove whitespace at eol 2008-12-03 21:56:12 +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
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
Julien Pivotto de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
js 8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Yann Leboulanger 13541c0425 ability to configure pubsub nodes. see #3053 2008-02-15 22:55:21 +00:00
Jean-Marie Traissard 314a52708e CodingStandards : No space in indentation 2007-12-27 18:58:07 +00:00
Yann Leboulanger e52be0071b coding standards 2007-11-21 13:02:06 +00:00
Yann Leboulanger 5febd11788 make default added jid translatable in jid-multi field of a dataform 2007-11-12 21:32:23 +00:00
Yann Leboulanger 227c811b82 do some tests when adding a new JID to jid-multi field in dataforms 2007-11-12 21:30:37 +00:00
Yann Leboulanger fa7ea0783a forbid to have twice the same jid in jid-multi field in dataforms 2007-11-12 20:00:16 +00:00
Yann Leboulanger 605caae2b8 My name has changed 2007-10-22 11:33:50 +00:00
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger 2f0cd8fdc6 show search results in correct columns if result is not in the same order as <reported> element. fixes #3379 2007-08-19 21:45:35 +00:00
Yann Leboulanger b415df15cc add multiple data form support (XEP-0004) 2007-04-19 13:27:14 +00:00
Yann Leboulanger 290df83c80 show combobox in dataform widget when there are more than 5 options. see #3046 2007-03-20 14:09:27 +00:00
Jean-Marie Traissard 235950e2af Pyflakes spoted undefined name, 80 chars 2006-12-17 22:56:16 +00:00