Commit graph

742 commits

Author SHA1 Message Date
Yann Leboulanger
7e225fcf7d ChooseGPGDialog is back with run() (We need to wait for the answer before continuing) and this cause NO PB with keepalive 2005-08-02 16:27:25 +00:00
Yann Leboulanger
8bc5c2fe04 just delete the iter without sending anything to the server when we delete the server contact 2005-08-01 19:37:18 +00:00
Dimitur Kirov
51b4eafa8c moved add_file_transfer method to FileTransfer
class
2005-08-01 15:04:08 +00:00
Dimitur Kirov
f4bacf0989 tooltip positioning... base tooltip class...
custom tooltip in notif. area
2005-07-31 19:21:11 +00:00
Nikos Kouremenos
80b66e13fb fix string 2005-07-31 17:16:39 +00:00
Dimitur Kirov
9d1a64fa50 save the last opened directory 2005-07-30 14:40:58 +00:00
Dimitur Kirov
fd1e2e7a3f notifications for completed download 2005-07-30 14:14:10 +00:00
Dimitur Kirov
d30efa1421 simple file receiving 2005-07-30 10:20:46 +00:00
Dimitur Kirov
689af77a53 tooltip in notification area shows
status & message for all active accounts
2005-07-30 00:25:31 +00:00
Nikos Kouremenos
5720ddba59 try to fix a TB 2005-07-25 18:48:15 +00:00
Nikos Kouremenos
dcfdc006e0 nothing 2005-07-25 14:38:41 +00:00
Nikos Kouremenos
3227d67666 try to prevent a TB 2005-07-24 15:42:19 +00:00
Nikos Kouremenos
3722402bbc use of in: code is cleaner 2005-07-23 15:23:45 +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
Yann Leboulanger
7acbbd0af3 when we become offline, we remove the padlock 2005-07-22 20:16:10 +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
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
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
549b10369e moving contacts-related functions to common/gajim.py 2005-07-22 00:01:05 +00:00
Nikos Kouremenos
f6d16b1db0 sleeper_state now holds string instead of 0 1 2 3 2005-07-21 23:47:27 +00:00
Nikos Kouremenos
3aa0363a2a prefix with roster_ 2005-07-21 21:19:08 +00:00
Nikos Kouremenos
ef6643b24d status message in the banner instaed of jid; remove_user => remove_contact 2005-07-21 17:54:58 +00:00
Nikos Kouremenos
4ec127aa92 cleanups 2005-07-21 17:00:05 +00:00
Yann Leboulanger
d2c9d3b253 fix a TB 2005-07-21 15:43:53 +00:00
Nikos Kouremenos
2db64d9ce8 put chatstate in the banner 2005-07-21 14:56:39 +00:00
Yann Leboulanger
fa69961f57 remove unneeded print 2005-07-21 13:28:07 +00:00
Nikos Kouremenos
128800be28 fix a renaming group tb 2005-07-21 13:16:31 +00:00
Dimitur Kirov
23dbb25763 hide one of the two consecutive separators in
popup menu on item from 'not in roster' group
2005-07-21 09:45:55 +00:00
Yann Leboulanger
7108bcf6d9 typo 2005-07-19 18:09:41 +00:00
Yann Leboulanger
52d573e58c no need of sre 2005-07-19 16:59:42 +00:00
Nikos Kouremenos
5654843eae fix a tb 2005-07-19 15:17:13 +00:00
Nikos Kouremenos
e9e9c24d0a [delmonico] on renaming remove resource number and add it after renaming is done 2005-07-19 14:53:35 +00:00
Nikos Kouremenos
d6c9c7cbc6 [peralta] Chat State Notifications inital patch. I assume that every wm will focus-out before iconify. If that is not the case I am going to use window-state-changed too [to be tested] 2005-07-19 14:38:58 +00:00
Yann Leboulanger
a47cca07f0 move var that have nothing to do with GTK to gajim instead of roster or gajim.py: contacts, groups, newly_added, to_be_removed, awaiting_messages (was queues), nicks, allow_notifications, con_types, sleeper_state 2005-07-18 21:08:31 +00:00
Nikos Kouremenos
4ec2eea678 update_user => update_contact 2005-07-18 14:52:28 +00:00
Nikos Kouremenos
5b4c3b4ca8 comment out some code until I can overcome a gtk+ limit 2005-07-18 12:26:21 +00:00
Nikos Kouremenos
ff18a88d92 advanced menuitem does not segfault any more 2005-07-18 09:55:55 +00:00
Nikos Kouremenos
9f2c75163f typo fixes in previous commit 2005-07-17 20:32:49 +00:00
Nikos Kouremenos
4a2014a9d0 dkirov patch to show popup on menu kbd key; I removed duplication of code 2005-07-17 20:29:44 +00:00
Yann Leboulanger
2ec1d31e11 missing substitution 2005-07-17 17:38:03 +00:00
Nikos Kouremenos
537d1e6026 [dkirov] fix to show correct state icon 2005-07-17 11:49:29 +00:00
Nikos Kouremenos
abe9c7708d [dkirov] show transport status icon in tooltip 2005-07-15 18:13:54 +00:00
Nikos Kouremenos
ef7c64acf2 Show the real status icon on new message patch by Dimitur Kirov 2005-07-08 23:43:11 +00:00
Nikos Kouremenos
2aa4f0fa96 hide tooltip on certain events 2005-07-08 22:26:46 +00:00
Nikos Kouremenos
4fe2414534 tooltip to show multiple resources [thanks Dimitur Kirov!!] 2005-07-08 00:04:59 +00:00
Nikos Kouremenos
b75562490b fix a Traceback, a typo in string, and adhere to coding style 2005-07-07 23:37:04 +00:00