Nikos Kouremenos
c7f8486e8c
we now have option in case abc@doremi.org is not an email and it is jid (we can add it to roster, we can chat to it, we can join group chat). Most of the patch is done by neurocyte
2005-06-30 16:45:14 +00:00
Yann Leboulanger
39ee13f5ac
vcard are really not editable now
2005-06-30 16:36:25 +00:00
Nikos Kouremenos
9199cffa2d
fix bad logic by aldafu
2005-06-30 16:28:36 +00:00
Nikos Kouremenos
8c5d719814
fix a traceback
2005-06-30 16:09:55 +00:00
Nikos Kouremenos
3a85cc83a7
invisible contact is now not shown in GC muc list
2005-06-30 15:16:57 +00:00
Nikos Kouremenos
217a7d6fb1
fix by aldafu so abc@dore and www.abc get prefixed so gnome-open and kde's open work ok
2005-06-30 13:33:21 +00:00
Nikos Kouremenos
4fef38de93
do gc and tabbedchat menus via glade; and various other fixes
2005-06-30 13:31:31 +00:00
Yann Leboulanger
414abe3687
HistoryWindow must now have account as param to get the nicks
2005-06-30 06:21:12 +00:00
Yann Leboulanger
fb43600f97
hostory window now show the nicks in chat and gc
2005-06-30 06:17:56 +00:00
Yann Leboulanger
b2990a7bdf
nicks[account] already has a default value
2005-06-30 06:16:32 +00:00
Yann Leboulanger
2db9bfb9ce
bg colors are back in gc
2005-06-29 21:13:38 +00:00
Yann Leboulanger
2563414ccd
nickname can contain '/'
2005-06-29 20:50:30 +00:00
Nikos Kouremenos
98c8af1d16
make sure the icon is shown and close to account if window is small
2005-06-29 15:10:10 +00:00
Yann Leboulanger
52b0740834
no need for connect() to return the con_type
2005-06-29 15:09:10 +00:00
Yann Leboulanger
b4c4d2b26b
better debug print
2005-06-29 15:06:05 +00:00
Yann Leboulanger
30352695b2
disco browser is better now (we browse only once each item)
2005-06-29 15:03:16 +00:00
Nikos Kouremenos
e55e38b7db
now gui can know connection_type ('tls', 'ssl', 'tcp')
...
roster now has another cellrenderer (that holds pixbuf) so does the treestore there
result: Gajim now shows an icon for accounts that were connected with ssl, tls and can show avatar of users too [that is TODO]
2005-06-29 12:57:46 +00:00
Yann Leboulanger
acf31c1585
don't send more than 5 (by default) stanza per seconde
2005-06-29 08:28:12 +00:00
Yann Leboulanger
6a4214fcab
little bugfix
2005-06-28 22:31:05 +00:00
Yann Leboulanger
2ef7b35bf7
typo
2005-06-28 21:05:05 +00:00
Yann Leboulanger
5313a6b588
bugfix: get the show where it now is
2005-06-28 20:57:03 +00:00
Yann Leboulanger
3c10f30f1f
we can now send status (and connect) asynchronously thanks to threads
2005-06-28 19:03:00 +00:00
Nikos Kouremenos
93bf5477b4
fix a string
2005-06-28 10:20:59 +00:00
Yann Leboulanger
4c2ff32214
nick can now contain &, < and > in gc ( fix #506 )
2005-06-27 09:10:29 +00:00
Yann Leboulanger
2da1d8b171
Ctrl+PageUp/Down is back, it is done by gtk, so no need to do it in the code
2005-06-27 08:37:02 +00:00
Nikos Kouremenos
b64634880f
for ctrl+[shift]+tab it works. I put a print in what you said it's a gtk+ bug and it get called so it may be one [need small example to show the case]
2005-06-27 00:07:20 +00:00
Nikos Kouremenos
07a70ae4a0
put the eventbox back in
2005-06-26 23:42:42 +00:00
Yann Leboulanger
ef926b1c2b
more simple tab switching (still doesn't work ... GTK bug ?)
2005-06-26 22:41:25 +00:00
Yann Leboulanger
ea7d45ac2a
fixes in editable properties of some entries in vcard ( fix #438 )
2005-06-26 21:35:52 +00:00
Yann Leboulanger
7921b1fbe6
remove some unneeded eventboxs
2005-06-26 21:28:00 +00:00
Yann Leboulanger
b401c9888e
no need to ask os_info twice (it is asked in vcard_niformation_window)
2005-06-26 20:34:09 +00:00
Yann Leboulanger
dd60161e35
little bugfix
2005-06-26 19:59:34 +00:00
Yann Leboulanger
5e3a405329
we now have Contacts in gc, so we can ask information to everyone (even if we don't have the real jid)
2005-06-26 19:40:57 +00:00
Nikos Kouremenos
b657c0ff8c
ctrl+up/down now put the cursor after the message with and with a space [thanks to rohan and me]
2005-06-26 13:10:37 +00:00
Nikos Kouremenos
1f256b7431
fix for debian
2005-06-26 12:41:18 +00:00
Yann Leboulanger
a0d4506533
disconnect only if we use keepalive
2005-06-26 09:19:37 +00:00
Nikos Kouremenos
d29bbbee55
you can now disable keepalives; we know now if keepalive disconnected us; experts can change the seconds for keepalive stuff
2005-06-25 23:25:17 +00:00
Nikos Kouremenos
ad05a9d1de
typo. thanks Thomas!
2005-06-25 21:18:07 +00:00
Nikos Kouremenos
20e6434ba7
some better comments
2005-06-25 09:46:04 +00:00
Nikos Kouremenos
bd6accc143
bugfix
2005-06-25 09:35:31 +00:00
Yann Leboulanger
7cd28d5e2d
Contact class is easier to use now
2005-06-25 09:18:39 +00:00
Yann Leboulanger
f0547ba13d
don't show huge messages in context menu
...
we can also have this submenu on a status message word
2005-06-25 08:12:59 +00:00
Yann Leboulanger
f7f31bf802
remove unneeded function
2005-06-25 07:55:30 +00:00
Yann Leboulanger
eeafdd4e92
use a default LANG value
2005-06-25 07:37:14 +00:00
Nikos Kouremenos
958beaa486
Gajim now can search, visit wikipedia and dict a selected word or phrase. Yes it rocks :)
2005-06-25 01:23:21 +00:00
Nikos Kouremenos
3dbe1ccd23
pass "" in os.system after command (so shell dont touch the argument) Also added a fixme for when we go 2.4+ so we can use subproccess module
2005-06-25 01:21:30 +00:00
Nikos Kouremenos
fd0bfbc59b
do not use event but use button_press_event. [this hopefully will keep out the segfault (it was always returned True in event CB]. actions_hbox still don't popup the menu (maybe because it's invisible?) but anyways it's not big and I pledge that we focus on more important stuff)
2005-06-24 23:59:55 +00:00
Nikos Kouremenos
903a5483e6
remove an uneeded eventbox
2005-06-24 23:44:16 +00:00
Nikos Kouremenos
111ccf1e0a
nothing
2005-06-24 23:43:24 +00:00
Yann Leboulanger
c19e0f0bd4
add an INFORMATION event from connection to gui
2005-06-24 16:46:45 +00:00