Commit graph

78 commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
fb221a692b Remove wrong usage of the list(range(…)) pattern. 2017-02-08 02:26:21 +00:00
Emmanuel Gil Peyrot
289d82fae7 Remove unused imports. 2017-02-08 02:26:20 +00:00
Emmanuel Gil Peyrot
51eb62bb73 Replace some wildcard imports with explicit ones. 2017-02-07 21:00:52 +00:00
Yann Leboulanger
d338572271 Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
Yann Leboulanger
06a477da8a ability to compite the installer for gtk3 version 2016-07-07 22:41:35 +02:00
Yann Leboulanger
5656d210f7 remove gconf usage. It's not used anymore 2015-10-04 21:22:17 +02:00
Yann Leboulanger
1b6550a0e3 add /ping command in groupchat to ping occupants 2014-08-22 15:44:07 +02:00
Yann Leboulanger
bc5eb7a5d4 add a not to not translate an example string 2014-05-29 23:28:25 +02:00
Yann Leboulanger
64bcf6c497 add translator notes. Fixes #7427 2013-08-14 14:56:15 +02:00
Yann Leboulanger
137ae2b54a GObject -> GLib 2013-07-29 18:35:49 +02:00
Denis Fomin
33014bfd81 Command system fix (python2 - > python3) 2013-05-06 23:25:49 +04:00
Yann Leboulanger
7bbabeec2d GPG -> OpenPGP. Fixes #7312 2013-03-09 17:49:22 +01:00
Yann Leboulanger
486fc72f4c fix traceback 2013-01-28 21:04:21 +01:00
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
3fdefe20b7 xrange() -> list(range()) 2013-01-02 18:17: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
b81863527f use gobject introspection to access gconf 2012-12-26 23:08:26 +01:00
Yann Leboulanger
8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Denis Fomin
63eb866b71 output style. 2012-09-23 23:59:26 +04:00
Denis Fomin
07cd259bed Add 'role' and 'affiliate' command to command system. 2012-08-11 14:59:05 +04:00
Denis Fomin
e7efe5007c [Darlan]. typo 2012-07-28 22:46:11 +04:00
Yann Leboulanger
75c495979c add XEP-0224 support (/attention command, persistant popup and special sound). F
ixes #3465
2012-04-09 13:38:28 +02:00
Yann Leboulanger
72be2c49e0 [Jeff Bailes] updated strings 2012-03-06 11:51:11 +01:00
Yann Leboulanger
efa2b44378 [Dicson] fix /away command to work when we are onln #7070. 2012-02-15 20:22:46 +01:00
Yann Leboulanger
00e53b2571 [Dicson] Fixes #7070 2012-02-14 21:49:48 +01:00
Yann Leboulanger
d2c108d928 make /status /away and /back commands apply to connected and synchronized accounts. Fixes #7070 2012-01-05 20:09:33 +01:00
Yann Leboulanger
f95e45d457 modify /clear command in groupchats so that it also reset color assignment. Fixes #7022 2011-11-29 11:55:06 +01:00
Denis Fomin
e4314f63a0 revert [3bd5f54fca8d] 2011-10-08 22:54:05 +03:00
Denis Fomin
98781f8db4 command_system. do not automatically enable Execute class 2011-10-05 14:37:40 +03:00
Denis Fomin
4b61a8682c Fixed previous changeset and prevent traceback in command system 2011-03-11 00:35:26 +03:00
Alexander Cherniuk
2d23b938b7 Minor reimplementation the /audio and /video commands 2010-08-07 17:37:14 +03:00
Alexander Cherniuk
d9c7fca2de Reimplemeted the /dtmf command 2010-08-07 17:26:12 +03:00
Alexander Cherniuk
6a50a96be2 Reimplemented the /names command 2010-08-07 16:38:05 +03:00
Alexander Cherniuk
99aa440fbf Unify the tuple notation style 2010-08-06 21:47:34 +03:00
Alexander Cherniuk
a26a578396 A bit more intelligent behavior for the execute 2010-08-06 15:36:30 +03:00
Alexander Cherniuk
75eb686f09 Correct usage of GConf. There is still code needs to be fixed 2010-08-06 15:01:56 +03:00
Alexander Cherniuk
e78e4318c5 Upgraded middleware inside the command system. Added support for proper output style 2010-08-06 06:07:28 +03:00
Alexander Cherniuk
7c1f4bf23e Rewrote the command_system/implementation/custom.py 2010-08-06 01:49:46 +03:00
Alexander Cherniuk
4635a08f94 Completely rewrote the dispatcher in the command system 2010-08-05 21:47:46 +03:00
Alexander Cherniuk
162dd1eb6f Minor fixes for the command system dispatching 2010-08-05 15:45:10 +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
96078f29de A bit more precise name for the polling interval 2010-08-04 11:37:01 +03:00
Alexander Cherniuk
c6c2f1574d Added safe /execute and /show commands. May be moved to plugins later 2010-08-04 11:08:24 +03:00
Alexander Cherniuk
6d62571da3 Fix the check of whether command succeeded or not 2010-04-19 17:26:59 +03:00
Alexander Cherniuk
dd4af8cd6c Do not clear the input, when there has been a command-related error 2010-04-17 21:53:09 +03:00