Commit graph

458 commits

Author SHA1 Message Date
Dimitur Kirov
4de1ac6e46 removed button became inactive if there are
no selected rows
2005-08-03 21:11:46 +00:00
Dimitur Kirov
0bb1dd8a5f missing 'N' in transfer 2005-08-03 16:53:04 +00:00
Nikos Kouremenos
148db88343 close button for file transfer dialog as default; Ctrl+T and file transfers menuitem in roster 2005-08-03 15:59:44 +00:00
Dimitur Kirov
7e1958b42c show Recipient, instead of Sender, when sending
file
2005-08-03 15:51:37 +00:00
Dimitur Kirov
f09d3ac32e file transfer dialog support sendning files 2005-08-03 14:11:51 +00:00
Nikos Kouremenos
11e4f6b471 better strings; fixes in glade 2005-08-03 00:39:00 +00:00
Nikos Kouremenos
6aefa6ae86 use plural forms (ngettext) in a string. please convert your strings that way 2005-08-02 23:03:21 +00:00
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
Nikos Kouremenos
9a03441f75 coding standards, HIG plz adhere! :) 2005-08-01 23:17:53 +00:00
Nikos Kouremenos
dd821ac164 use better strings (adhere to HIG, try to describe better what is going on), make code by dkirov adhere to our coding standards, fix comments and FIXME in comments 2005-08-01 22:48:58 +00:00
Yann Leboulanger
4d661b5042 update info stored on server when we move a contact from edit group window 2005-08-01 19:33:22 +00:00
Dimitur Kirov
3c46c13d8d ':' spacing. always set a status message 2005-08-01 16:14:35 +00:00
Dimitur Kirov
8c7d818eca changed comment 2005-08-01 16:00:36 +00:00
Dimitur Kirov
438606b50d show 'offline' to offline users with no
message
2005-08-01 15:54:26 +00:00
Dimitur Kirov
f4c6c41e5b not showing status in tray tooltip 2005-08-01 15:50:43 +00:00
Dimitur Kirov
64853a80a0 file transfer window 2005-08-01 15:02:17 +00:00
Dimitur Kirov
a6f9f83f31 fixed "Pan Taduesz; Ksiega I" problem 2005-07-31 21:16:20 +00:00
Dimitur Kirov
f4bacf0989 tooltip positioning... base tooltip class...
custom tooltip in notif. area
2005-07-31 19:21:11 +00:00
Dimitur Kirov
7f25dbd34a thanks to ehh who reported strange behaviour
of tooltip window: each time tooltip gets
bigger this will prevent further bugs of this
king
2005-07-30 19:19:48 +00:00
Dimitur Kirov
146777738e pack table with expand and fill 2005-07-30 15:31:10 +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
c31e8e9d41 ok button is focused by default 2005-07-30 00:27:58 +00:00
Dimitur Kirov
c43b72434e bug 461 - comfirm for close MUC dialog 2005-07-29 17:18:51 +00:00
Dimitur Kirov
441b9d6290 Allow receiving single messages with no
subject (bug 615)
2005-07-26 15:23:11 +00:00
Nikos Kouremenos
dcfdc006e0 nothing 2005-07-25 14:38:41 +00:00
Dimitur Kirov
0b0e605bb1 added cancelbutton handler, which destroys the
dialog
2005-07-25 14:21:01 +00:00
Dimitur Kirov
98460f0f35 InputDialog can be non modal with parameters
is_modal=True and callback ok_handler
2005-07-25 07:47:05 +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
549b10369e moving contacts-related functions to common/gajim.py 2005-07-22 00:01:05 +00:00
Nikos Kouremenos
532d93f527 fix typo 2005-07-21 21:42:53 +00:00
Nikos Kouremenos
688fb66979 gtkgui_helpers have func to escape pango markup 2005-07-21 21:39:47 +00:00
Nikos Kouremenos
5689aeb249 editable False for change status dialog 2005-07-21 20:55:00 +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
Dimitur Kirov
afb15500e0 Escape markup in contact status and Resource
(Tooltip)
2005-07-21 14:09:17 +00:00
Dimitur Kirov
b63040681e Strip status message 2005-07-21 13:11:35 +00:00
Dimitur Kirov
2b460a39fe show status icons for resources 2005-07-20 17:50:50 +00:00
Nikos Kouremenos
b8de6a0275 fix a typo 2005-07-19 17:07:12 +00:00
Dimitur Kirov
31a8b1a258 Show resource priority and status in section Status, the way nk proposed 2005-07-19 15:05:01 +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
f3c99b8cc5 nothing important 2005-07-18 15:57:11 +00:00
Nikos Kouremenos
4ec2eea678 update_user => update_contact 2005-07-18 14:52:28 +00:00
Nikos Kouremenos
1f931c337f [dkirov] changepassword should not traceback on error [I modified it to use exceptions] 2005-07-18 11:03:53 +00:00
Nikos Kouremenos
164c896e1e add a space before ( in the tooltip and add a comment 2005-07-18 09:06:54 +00:00
Nikos Kouremenos
9c102c421b does not work as it should, does not traceback either though 2005-07-16 09:33:43 +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
5084392f30 show tooltip bg color from gtk-theme 2005-07-08 12:51:58 +00:00
Nikos Kouremenos
4fe2414534 tooltip to show multiple resources [thanks Dimitur Kirov!!] 2005-07-08 00:04:59 +00:00