Yann Leboulanger
a591be7cd2
remove already discused fixme: we don't receive this info (the nick)
2005-09-24 10:25:25 +00:00
Yann Leboulanger
63c890da2b
systray.add_jid and systray.remove_jid now have another argument: the typ of message: ('gc' or 'chat' or 'single_chat' or 'pm')
...
systary now can handle pm messages
2005-09-24 09:42:10 +00:00
Yann Leboulanger
8f93012465
groupchat_window now has an on_message function that can hold pm in queues so they are not printed (systray is not handled yet)
2005-09-23 21:01:42 +00:00
Yann Leboulanger
84bc2dde2f
add the type of row in gc roster
2005-09-22 07:42:08 +00:00
Yann Leboulanger
bc25dbef03
split NOTIFY event into NOTIFY and GC_NOTIFY
2005-09-20 18:36:28 +00:00
Alex Mauer
3da22df9c1
* Add comment explaining logic of displaying join_gc window
...
* correct grammar regression
2005-09-16 00:12:46 +00:00
Nikos Kouremenos
18c04d4323
coding styles in hawke commit: doesnt --> does not, nick --> nickname (Gajim user is grandma not hacker), spaces between operators, fixing one string (the rest I leave for the orignial author in 80 margin with python strings concentation)
2005-09-15 12:21:39 +00:00
Alex Mauer
b9e2ddbe65
* Improved comments in the "/" groupchat commands section
...
* Use gettext for command help strings (hope I got this right!)
* Can now supply a message to be displayed to the other occupants when
you use the /part, /leave, or /close commands
2005-09-15 06:26:28 +00:00
Alex Mauer
3fda0dc738
Tiny oops, nick wasn't set. I could swear I tested this before...
2005-09-14 21:47:43 +00:00
Yann Leboulanger
7a157ac986
fix indentation
2005-09-14 15:43:44 +00:00
Alex Mauer
ed135f3207
* New groupchat "/" commands interpretation.
...
* Added help for all "/" commands (in groupchat)
* Added "/join" to commands
2005-09-14 07:34:17 +00:00
Travis Shirk
4bf0ac5703
MUC chat states; closes #845
2005-09-14 00:51:26 +00:00
Nikos Kouremenos
9986a3cb62
remove a dialog [we have a better one]
2005-09-12 11:11:13 +00:00
Nikos Kouremenos
b5aad7039c
adhere to jep about kicked by None/banned by None
2005-09-12 10:54:10 +00:00
Nikos Kouremenos
5e2e95b54c
remove two pass and add a fIXME: UGLY!
2005-09-11 17:37:45 +00:00
Nikos Kouremenos
43aef76dd9
[sef and me] now we also handle receiving invitations
2005-09-11 15:02:22 +00:00
Nikos Kouremenos
788a4dc7a1
remove checks and code for < 2.6
2005-09-11 13:56:38 +00:00
Nikos Kouremenos
a648d44fd3
add support for sending invite stanza /invite jid [reason]. I improved patch by Sef
2005-09-09 22:00:01 +00:00
Nikos Kouremenos
88593b3856
[Liorithiel] fix who can kick whom. updated from last fixes in JEP
2005-09-07 21:25:00 +00:00
Nikos Kouremenos
0fb750e9c2
fix a tb in TAB. thanks deluge
2005-09-07 17:08:32 +00:00
Travis Shirk
bb6c0d6a26
Chatstate notifications in tabs #672
2005-09-04 23:30:40 +00:00
Alex Mauer
fed1a43248
Remember nickname changes so autoaway works properly in groupchat.
2005-09-03 22:09:55 +00:00
Nikos Kouremenos
564f35d61c
[Sef] Group Chat roster has now tooltips
2005-09-03 17:30:49 +00:00
Nikos Kouremenos
75a9d0ae2c
fix logic
2005-09-03 16:38:19 +00:00
Nikos Kouremenos
87684c0f77
we only use ngettext() where we have %d [eg. counted entities]. Thanks Nikolai
2005-09-03 16:37:01 +00:00
Nikos Kouremenos
faab65d973
fix passive voice. now translators can write more free
2005-09-03 16:30:01 +00:00
Nikos Kouremenos
88b2f3b1f1
do some ellipsize via glade2.10 and remove some fixmes
2005-09-03 12:43:12 +00:00
Nikos Kouremenos
a9b5ed980f
typo
2005-08-28 11:02:59 +00:00
Nikos Kouremenos
ac05887b43
make human logic safe resizements, moves of windows
2005-08-28 10:57:08 +00:00
Nikos Kouremenos
cec336112d
[Stéphan K.] make most strings we use unicode instacnes
2005-08-26 00:52:44 +00:00
Nikos Kouremenos
84bf980787
s.decode(utf-8) does not choke if s is already unicode. so we MUST use that allover
2005-08-25 20:23:41 +00:00
Nikos Kouremenos
58149b4810
ensure unicode string func and using it in one more place
2005-08-24 20:29:12 +00:00
Nikos Kouremenos
753e1bbc65
remove commented out code
2005-08-24 18:03:44 +00:00
Nikos Kouremenos
77c8a3b03d
[dkirov] fix gc tooltips positioning problems
2005-08-24 17:29:15 +00:00
Nikos Kouremenos
a16d8f84e6
fix i18n to gc tooltips
2005-08-24 14:08:35 +00:00
Dimitur Kirov
79bfbfa190
find a way out of win16**2 GC tooltip PB
2005-08-24 14:01:56 +00:00
Dimitur Kirov
be68678b19
position GC tooltip
2005-08-24 13:07:11 +00:00
Nikos Kouremenos
1e2f27942b
[sef] tooltips in group chat roster
2005-08-24 12:58:03 +00:00
Dimitur Kirov
c522dcedbb
tb on utf-8 nick
2005-08-24 12:45:24 +00:00
Nikos Kouremenos
d065e3a289
use our helper func
2005-08-24 12:41:42 +00:00
Nikos Kouremenos
3cd7d46e68
fix strings/comments
2005-08-24 12:38:41 +00:00
Dimitur Kirov
379e5c4028
fix possible tb
2005-08-24 12:26:14 +00:00
Nikos Kouremenos
d74f43144a
we now use our own function with ngettext() which rocks
2005-08-24 11:54:47 +00:00
Nikos Kouremenos
15359f8fe1
fix typo in ban
2005-08-19 10:41:56 +00:00
Nikos Kouremenos
57930d1d7a
temporary workaround of ngettext() limitation
2005-08-18 14:14:18 +00:00
Nikos Kouremenos
7ddc438f53
fixes in greek po (pot/po) update
2005-08-17 19:05:43 +00:00
Yann Leboulanger
93293dfdc5
InformationDialog doesn't use run() anymore
2005-08-14 16:12:36 +00:00
Nikos Kouremenos
e641745500
using comments and Q_() for make disctioning of None and Unknown strings. this breaks strings freeze but I hope it is for the good and I hope it is the last time [sorry ppl]
2005-08-12 22:32:35 +00:00
Nikos Kouremenos
fb2053ecd9
ngettext now works
2005-08-12 21:17:09 +00:00
Yann Leboulanger
6b9c37f40b
when we split/merge gc windows, we also save the list of contacts and the connected state
2005-08-09 19:24:44 +00:00