Nikos Kouremenos
|
d29d825ac3
|
send composing only if ctrl or alt key is not present
|
2005-07-24 18:41:31 +00:00 |
Nikos Kouremenos
|
3227d67666
|
try to prevent a TB
|
2005-07-24 15:42:19 +00:00 |
Nikos Kouremenos
|
713b996d2f
|
assist delmonico to patch firsttime wizard
|
2005-07-24 14:31:03 +00:00 |
Nikos Kouremenos
|
b550a10cf8
|
motion-notify on TC window now works and works as expected
|
2005-07-23 22:37:18 +00:00 |
Nikos Kouremenos
|
dea0e53dbb
|
we were sending inactive chatstate because focus-out is called when we ask the context menu. now with some pointer and geometry stuff that is fixed
|
2005-07-23 20:48:08 +00:00 |
Nikos Kouremenos
|
11b81d269d
|
just /topic prints the subject of the room
|
2005-07-23 16:32:04 +00:00 |
Nikos Kouremenos
|
6718408bae
|
[rohan] increase the position counter only when adding something to history list
|
2005-07-23 16:08:33 +00:00 |
Nikos Kouremenos
|
3722402bbc
|
use of in: code is cleaner
|
2005-07-23 15:23:45 +00:00 |
Nikos Kouremenos
|
9550e80220
|
use in which is cleaner and add a FIXME for discussion
|
2005-07-23 14:12:59 +00:00 |
Nikos Kouremenos
|
586d268c72
|
do not detect abc@doremi.org: with : in it
|
2005-07-23 13:50:38 +00:00 |
Nikos Kouremenos
|
332ce86bc1
|
forgot an import
|
2005-07-23 13:13:15 +00:00 |
Nikos Kouremenos
|
8b24eb4cb8
|
escape subject in set_subject and do not TB
|
2005-07-23 13:09:36 +00:00 |
Nikos Kouremenos
|
d9ff414ac5
|
escape pango markup for all characters that break it
|
2005-07-23 12:45:17 +00:00 |
Yann Leboulanger
|
a037ca8369
|
fix a TB
|
2005-07-23 11:54:01 +00:00 |
Nikos Kouremenos
|
55e3a64f0b
|
use of in
|
2005-07-23 11:52:53 +00:00 |
Nikos Kouremenos
|
4e31156bbd
|
a is None is faster than a == None IIRC [it is for sure nicer :$]
|
2005-07-23 11:44:54 +00:00 |
Yann Leboulanger
|
f6892ea4f4
|
fix autoaway
|
2005-07-23 11:29:31 +00:00 |
Nikos Kouremenos
|
422367f28b
|
mention Debian as being one
|
2005-07-23 10:16:34 +00:00 |
Nikos Kouremenos
|
fef07cf825
|
fix a comment and use [model[iter][x]
|
2005-07-23 08:11:50 +00:00 |
Yann Leboulanger
|
3228de29fe
|
filter now works with sub-rows
|
2005-07-23 08:04:44 +00:00 |
Yann Leboulanger
|
b1eb4ec9be
|
little bugfix:
we can now edit sub-options
|
2005-07-23 07:38:33 +00:00 |
Yann Leboulanger
|
421af9c794
|
we can now edit filtered rows in advanced config editor
|
2005-07-23 07:26:41 +00:00 |
Nikos Kouremenos
|
5a304cbdd6
|
get subject from correct place
|
2005-07-22 23:25:29 +00:00 |
Dimitur Kirov
|
3c393f10df
|
added handler for editing-started and check
if the previously edited cell path is the same
|
2005-07-22 22:50:25 +00:00 |
Nikos Kouremenos
|
d35791d136
|
ChooseGPGKeyDialog no longer creates another loop
|
2005-07-22 22:49:03 +00:00 |
Nikos Kouremenos
|
aecbf2ffc0
|
EditGroupsDialog no longer uses gtkdialog.run() but an emulation so we do not run another mainloop and leave the main mainloop waiting [which results in disconnection] rest will follow
|
2005-07-22 22:32:45 +00:00 |
Nikos Kouremenos
|
04e5547681
|
autoconnect True for first account, 2nd and up autoconnect to False
|
2005-07-22 21:51:56 +00:00 |
Yann Leboulanger
|
0274905793
|
when we go autoaway, we save our status message so we restore it when we come back online
|
2005-07-22 21:27:04 +00:00 |
Nikos Kouremenos
|
2d09389632
|
string xalign 0.50 are HIG violation. fixed
|
2005-07-22 21:07:31 +00:00 |
Yann Leboulanger
|
3f9a52a177
|
we now don't log shat state
|
2005-07-22 20:27:24 +00:00 |
Yann Leboulanger
|
7acbbd0af3
|
when we become offline, we remove the padlock
|
2005-07-22 20:16:10 +00:00 |
Nikos Kouremenos
|
4108ef31b8
|
fix a traceback [do not pass empty jid]
|
2005-07-22 20:06:16 +00:00 |
Nikos Kouremenos
|
7e570e66b4
|
model.get_value(iter, X) -> model[iter][X] for roster_window.py (takes less code space so cleaner code)
|
2005-07-22 19:26:17 +00:00 |
Nikos Kouremenos
|
9fb9894092
|
add a FIXME
|
2005-07-22 18:10:55 +00:00 |
Nikos Kouremenos
|
de60232020
|
on_chat_notebook_switch_page now sends chatstates
|
2005-07-22 18:10:28 +00:00 |
Nikos Kouremenos
|
3c215f1a79
|
FIX of it seems you send 'gone' to active tab, which is wrong, I can close a tab in whic i'm not
|
2005-07-22 17:39:42 +00:00 |
Nikos Kouremenos
|
c6046f9373
|
typo
|
2005-07-22 17:31:46 +00:00 |
Yann Leboulanger
|
ff15366b2c
|
nothing important
|
2005-07-22 17:28:45 +00:00 |
Yann Leboulanger
|
4dd4de8dfc
|
file -> f
|
2005-07-22 17:27:03 +00:00 |
Yann Leboulanger
|
dfb3a7081a
|
no need of status fd
|
2005-07-22 17:26:05 +00:00 |
Yann Leboulanger
|
d67179053b
|
print when someone is banned in gc
|
2005-07-22 17:04:24 +00:00 |
Yann Leboulanger
|
2862d63438
|
begin of the JEP 126 implementation, but it is disabled because it the JEP is wrong
|
2005-07-22 16:36:20 +00:00 |
Yann Leboulanger
|
5792e54b23
|
when we cancel editing, editable becomes False
|
2005-07-22 14:57:59 +00:00 |
Dimitur Kirov
|
0740da3341
|
now use model[iter], instead of model.get_iter
|
2005-07-22 14:45:49 +00:00 |
Dimitur Kirov
|
d65beee037
|
when editing is canceled restore the number of
resources string at the end of contact name
|
2005-07-22 14:37:15 +00:00 |
Nikos Kouremenos
|
01acc1cf87
|
put a has
|
2005-07-22 14:35:34 +00:00 |
Nikos Kouremenos
|
77627bd433
|
remove a commented line
|
2005-07-22 14:33:26 +00:00 |
Nikos Kouremenos
|
b5fe60112d
|
nick was utf8, room_jid was unicode so we had a problem. it is fixed [stills Tracebacks because of TODO: use gc_contacts in common/gaim.py]
|
2005-07-22 14:30:35 +00:00 |
Dimitur Kirov
|
45ead83fad
|
disallow renaming groups from or to
_('not in the roster')
|
2005-07-22 14:10:03 +00:00 |
Nikos Kouremenos
|
bdf5342824
|
to ban we know real jid
|
2005-07-22 12:50:14 +00:00 |