Commit graph

5994 commits

Author SHA1 Message Date
Tomasz Melcer
145cdbbf40 Fetching command list from entity now works.
If the entity has at least one command exposed, it will be displayed as
a radio button. Other changes: run python interpreter without optimalizations,
otherwise asserts doesn't work. Names of widgets in the glade file were
changed a bit.
2006-06-23 14:38:54 +00:00
Tomasz Melcer
23fa0bf8e6 First version of commands window.
Added: glade file for commands window, src/adhoc_commands.py with a class
to create/manage the window. For now, progressbar bounces :-).
2006-06-22 22:49:39 +00:00
Tomasz Melcer
f1e9574401 dataforms.py and glade part for that - a Data Form widget
Introduced a widget that will present full data form as in JEP-0004, to make
things easier. Code will just have to create this widget with just-got
xmpp.DataForm form, show it to user, wait a bit and send the modified form
back.
2006-06-19 21:33:54 +00:00
Tomasz Melcer
8a959c846b "Execute command..." entry in roster in contact's popup menu, plus two fixes.
The fixes:
 * when received a single message from a contact that has one resource online,
   'start chat' entry in popup menu open only that message, not the chat
 * when contact has more resources online, 'rename item' entry in popup menu
   doesn't work
2006-06-19 21:30:58 +00:00
Jean-Marie Traissard
e66a8a3430 Fix beep for event notification 2006-06-19 14:58:41 +00:00
Yann Leboulanger
2c534b32d6 [Sergey Khlutchin] show translated subscription in tooltip. Fixes #2077 2006-06-19 11:43:53 +00:00
Jean-Marie Traissard
fa21d11bfe Also use good info menuitem in gc_occupants menu 2006-06-19 10:57:20 +00:00
Jean-Marie Traissard
6047a41efd Fixes #2083 TB 2006-06-18 23:38:02 +00:00
Jean-Marie Traissard
17f891a22f Do nou use gtkspell on RECEIVED single messages. Fixes #2065. 2006-06-16 17:47:47 +00:00
Jean-Marie Traissard
9ec77f1dd9 Merge duplicate code 2006-06-16 17:01:36 +00:00
Jean-Marie Traissard
42d74e39fa [maciekp] Send single message with gajim-remote, fixes #2026. 2006-06-16 16:09:46 +00:00
Jean-Marie Traissard
f757025e85 [nk] some visual fixes 2006-06-16 13:18:04 +00:00
Yann Leboulanger
afbbddd55c update debian folder 2006-06-16 06:42:59 +00:00
Dimitur Kirov
8e4131fc93 create .gajim dir if it doesn't exist 2006-06-15 09:49:44 +00:00
Dimitur Kirov
fff37fe869 check if pid file is already removed 2006-06-15 09:43:08 +00:00
Yann Leboulanger
a4b4323e38 fix wrong var name. Fixes #2073 2006-06-15 08:36:19 +00:00
Yann Leboulanger
b28f22ac05 fix header in fuzzyclock.py 2006-06-15 07:18:55 +00:00
Yann Leboulanger
7ec7acbb27 [delmonico] fuzzyclock 2006-06-15 07:14:39 +00:00
Yann Leboulanger
1c6c15f1c0 typo: really install mo files 2006-06-15 07:04:08 +00:00
Yann Leboulanger
bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Yann Leboulanger
4ae020946c destroy bigger_avatar_window when we close a tab. Fixes #2034 2006-06-14 14:54:23 +00:00
Yann Leboulanger
0e03f023ea show_ascii_formatting_chars is now True by default 2006-06-14 08:54:41 +00:00
Dimitur Kirov
b7cc1bd94d add Anton Shmigirilov 2006-06-14 08:48:59 +00:00
Dimitur Kirov
0b0e32ca32 [Anton Shmigirilov] Confirmation dialog,
instead of Error dialog for pid file
2006-06-14 08:45:30 +00:00
Dimitur Kirov
514f94c2b2 copy AUTHORS file to share dir 2006-06-14 06:34:55 +00:00
Dimitur Kirov
46d0344c61 [Sergio Ĥlutĉin] added esperanto translation 2006-06-13 09:59:26 +00:00
Dimitur Kirov
f12f80f63b fix sh error 2006-06-13 09:58:21 +00:00
Dimitur Kirov
900d6d01b1 var name is 'account' 2006-06-13 06:41:33 +00:00
Jean-Marie Traissard
576f4eef56 Delete now unused sync param 2006-06-12 17:34:08 +00:00
Yann Leboulanger
d10d8f7815 don't show signed in/out popup notification for 30 seconds for transport contacts when we log in/out this transport. Fixes #2041 2006-06-12 15:24:58 +00:00
Dimitur Kirov
ffa6465e74 [Artur Tulyulya] don't install po files, if
translation target is not build
2006-06-12 09:24:14 +00:00
Yann Leboulanger
600cae12f5 ctrl+C now removes pid file 2006-06-12 08:16:15 +00:00
Dimitur Kirov
97f66424bd quit after unavalable oresence stanza is sent
(#1937)
2006-06-12 07:38:07 +00:00
Dimitur Kirov
668b98e403 prevent TB for missing option 2006-06-12 07:37:17 +00:00
Jean-Marie Traissard
c4dfd8e443 Typo in french translation 2006-06-11 21:12:47 +00:00
Jean-Marie Traissard
3a71c72244 Do not fail with keyError in some cases due to 0.10.0.1 version change to 0.10.1.1 (failed from 0.10.1 to
svn)
2006-06-11 13:01:54 +00:00
Jean-Marie Traissard
bc7fcf3f9c Use gtk-info instead of gtk-dialog-info, it has a shortcut and icon is more clear IMO. Fixes #2043. 2006-06-10 22:16:22 +00:00
Jean-Marie Traissard
25caac724c Sort preset messages by title in prefs too 2006-06-10 20:35:57 +00:00
Jean-Marie Traissard
28691db92b Relate to changeset 2006-06-10 18:23:19 +00:00
Jean-Marie Traissard
cfceab7d44 Really use translated word for 'Disabled', about emoticones
Updated version to 0.10.1.2 for optparser because all non-english users have 'Disabled' instead of '' for
their emot
2006-06-10 18:18:46 +00:00
Jean-Marie Traissard
4e1e46a8ac 19:26:12 Jim++: is space before AND after ":" mandatory (in french it is) ?
19:26:17 Hawke: No
19:26:22 Hawke: Only after

Let translator decide
2006-06-10 17:31:43 +00:00
Jean-Marie Traissard
5252ec2d3f Set all strings translatable in about dialog, use AUTHORS file
logger->Typo
2006-06-10 17:23:58 +00:00
Dimitur Kirov
da0eab3e84 [Alex V. Myltsev] update ru translation 2006-06-10 05:35:40 +00:00
Dimitur Kirov
5b019e9341 save avatar from our own vcard 2006-06-09 14:42:20 +00:00
Dimitur Kirov
22e2341ba9 add translator comment 2006-06-09 13:42:33 +00:00
Dimitur Kirov
bfe397a27d show avatars in roster, if there is no 'TYPE'
attribute in vcard
2006-06-09 13:41:31 +00:00
Yann Leboulanger
18f2175f11 comboboxentry is less high than button in disco. Fixes #2017 2006-06-09 09:00:03 +00:00
Dimitur Kirov
99de39fcaf don't keep dialog references in self.
(problem when we open several FT choosers, or
info dialogs)
2006-06-09 08:29:42 +00:00
Dimitur Kirov
64e66817e5 print the rest of the names 2006-06-08 13:49:52 +00:00
Dimitur Kirov
664e00c43c [avb] add /names command for GC
Fix /query [TAB] bug
2006-06-08 10:09:15 +00:00