Commit Graph

20 Commits

Author SHA1 Message Date
Yann Leboulanger 7ebbad43cb fix command system 2013-01-27 19:51:11 +01:00
Yann Leboulanger b541736407 fix disco window (+ remove cmp() + some GTK3 changements) 2013-01-05 15:32:53 +01:00
Yann Leboulanger 0312b6275a itervalues / iterkeys doesn't exist anymore 2013-01-05 09:52:09 +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
Alexander Cherniuk 4635a08f94 Completely rewrote the dispatcher in the command system 2010-08-05 21:47:46 +03:00
Alexander Cherniuk 09e1742bcc Shortened a couple of things in the command system 2010-08-05 14:06:36 +03:00
Alexander Cherniuk da1f16b0c9 Simplified formatting of commands documentation 2010-08-04 22:31:47 +03:00
Alexander Cherniuk e42a50dc44 Contracted @documentation to @doc 2010-03-19 03:22:17 +02:00
Alexander Cherniuk 03f6c9f380 Missed some copyrights, updating 2010-03-18 08:32:47 +02:00
Alexander Cherniuk 48b2bfd700 Added a comment about command escaping and tiny touchups 2010-03-18 07:37:49 +02:00
Alexander Cherniuk c272fce312 Realigned width of text meant for humans to 72 characters 2010-02-26 12:35:09 +02:00
Alexander Cherniuk 8be7f9d2e1 Setting my identity straight 2009-11-23 16:08:09 +02:00
red-agent 0e38897445 Minor refactoring 2009-11-03 10:14:23 +02:00
red-agent aae1dd6c38 Fixed an issue with the bare command prefix 2009-11-02 17:42:00 +02:00
Yann Leboulanger ea973ddc2e fix exception handling in command system 2009-11-01 13:50:34 +01:00
red-agent e0dac306f7 Modified @documentation to not depend on order 2009-10-05 12:55:34 +03:00
red-agent d7e4ab3eb7 A workaround to make commands documentation easily translatable
Though I consider this a major regression, as using doc-strings is a much
cleaner and better solution. It requires not that big scaffolding to support it,
but some of Gajim developers think otherwise.
2009-10-04 20:43:51 +03:00
red-agent 958d937d5c Dropped in the reworked version of the new command system
The reworked version has refactored and simplified architecture, which also
involves simplified dispatching.
2009-10-02 23:57:11 +03:00