Commit graph

250 commits

Author SHA1 Message Date
Yann Leboulanger
fe105d5b7a tooltip for line in gc is ready except the position is wrong 2005-10-21 22:06:26 +00:00
Yann Leboulanger
726640ef4b the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes 2005-10-20 11:17:17 +00:00
Yann Leboulanger
adcdcbc411 color of tabs are now well handeled: when we receive a chat state we modify both gtk.STATE_NORMAL and gtk.STATE_ACTIVE color, so when we change the active tab, color is ok 2005-10-20 09:49:28 +00:00
Yann Leboulanger
a33b571766 send_file menuitem is unsensitive if contact doesn't have a resource 2005-10-12 19:28:31 +00:00
Yann Leboulanger
c788403766 if message_tv is not sensitive, don't print things there 2005-10-11 16:23:50 +00:00
Nikos Kouremenos
c8602d63c4 commit almost there code for tooltip over ---- line. Dimitur plz read this commit and FIXME I have 2005-10-08 16:47:35 +00:00
Nikos Kouremenos
4d15c54010 center focus out line 2005-10-08 15:37:07 +00:00
Nikos Kouremenos
835e48b64d now on focus out and on tab switch groupchat window adds seperator to point where we where when we force losing focus in the conversation. TODO: position it better, add tooltip what ------ is 2005-10-07 22:29:06 +00:00
Yann Leboulanger
032518d4de remove ALL deactivate instances ... nkour, your editor musr have a search option 2005-10-06 18:43:43 +00:00
Nikos Kouremenos
addc42c85d remove some fixmes (assert never raised) 2005-10-06 16:36:45 +00:00
Nikos Kouremenos
905230341a fix leftovers from nicfit's [3690] 2005-10-06 15:20:53 +00:00
Dimitur Kirov
b628d8f849 chnage banner style when theme 'banner'
properties change.
2005-10-05 10:23:48 +00:00
Nikos Kouremenos
97f4cef06b get_type becomes get_message_type so it is self-explanatory 2005-09-24 11:35:56 +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
8cc1bd3cea count unread_messages in gc correctly when we have unread pm 2005-09-23 21:25:20 +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
Travis Shirk
4a7888d9d3 Added an assert to track down the FIXME 2005-09-21 03:23:01 +00:00
Yann Leboulanger
bc25dbef03 split NOTIFY event into NOTIFY and GC_NOTIFY 2005-09-20 18:36:28 +00:00
Nikos Kouremenos
a7ee9425be do it in an easier way 2005-09-20 18:30:21 +00:00
Nikos Kouremenos
8017a9d3cb comment 2005-09-20 18:12:39 +00:00
Nikos Kouremenos
8cceb3b2f8 position the menu below the actions button 2005-09-20 18:05:57 +00:00
Dimitur Kirov
c4c34bee9f make theme manager work with new layout 2005-09-16 21:32:57 +00:00
Travis Shirk
4bf0ac5703 MUC chat states; closes #845 2005-09-14 00:51:26 +00:00
Travis Shirk
2e9c81aac7 Unselected tabs now show chatstate (was a FIXME) 2005-09-10 19:23:57 +00:00
Alex Mauer
87567bfda0 * Don't set urgency hint for notifications, even if
notify_on_all_muc_messages is set.
2005-09-09 16:10:49 +00:00
Travis Shirk
90cb506c3c Fix for #854 and display chatstates when unread and no focus. 2005-09-08 02:08:31 +00:00
Alex Mauer
98ac1d0dc0 * Whoops. Fix. 2005-09-07 01:35:50 +00:00
Alex Mauer
a14da4fc27 * delete sent_history when a window/tab is closed. 2005-09-06 17:33:01 +00:00
Travis Shirk
8a6113f159 Final touches on chatstate notifications 2005-09-05 01:39:42 +00:00
Nikos Kouremenos
e3a3e20ce0 fix a typo 2005-09-05 00:31:12 +00:00
Nikos Kouremenos
a6bf5b30c0 fix comment 2005-09-05 00:29:20 +00:00
Nikos Kouremenos
eda58198e2 remove has_focus var and focus_out cb that are not needed 2005-09-05 00:00:17 +00:00
Nikos Kouremenos
cc260e3734 remove spaces 2005-09-04 23:57:47 +00:00
Travis Shirk
bb6c0d6a26 Chatstate notifications in tabs #672 2005-09-04 23:30:40 +00:00
Nikos Kouremenos
74ceb1f9f8 if we have pygtk28/gtk28 we now set UrgencyHint instead of just *. I LOVE 2.8 [see inside for new way via .props] CONGRAAAAAATS to jdahlin, gjc and rest of gang :) 2005-09-04 16:57:09 +00:00
Alex Mauer
7fe4cd958e Don't lose the original message when scrolling down from the end in the sent message history. 2005-09-03 18:18:33 +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
36a7ce1d45 [stephan k.] fix a typo 2005-08-30 21:20:25 +00:00
Nikos Kouremenos
37df1785e9 fix logic bug in tabs_always_visible 2005-08-29 10:41:57 +00:00
Nikos Kouremenos
79a3ee06ed fix typo 2005-08-28 15:56:08 +00:00
Nikos Kouremenos
215be2bb5c [nicfit] tabs_position (this needs UI option for .9) tabs_always_show tabs_border tabs_close_button are now configurable. USERS: you can have tabs in the bottom now if you like that :$ 2005-08-28 14:40:06 +00:00
Nikos Kouremenos
971f48abca thanks membris who found one noturius pygtk bug 2005-08-27 15:07:13 +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
cfe99c0a4f fix a silly tb [thanks Stephan] 2005-08-24 19:16:44 +00:00
Nikos Kouremenos
4aaa36fbae [hawke] show_ascii_formatting_chars advanced setting 2005-08-23 14:58:53 +00:00
Nikos Kouremenos
f640d62ac0 prevent a tb but add a fixme because I am not sure why it happens 2005-08-18 12:59:54 +00:00
Nikos Kouremenos
21e4819130 add a fixme for .9 2005-08-17 20:07:59 +00:00
Nikos Kouremenos
ba110194f8 action_button menu does not send inactive now 2005-08-17 09:49:21 +00:00
Nikos Kouremenos
6c38bf93b4 some more comments to assist tranlsations 2005-08-17 09:25:48 +00:00
Nikos Kouremenos
851457ba7a add a fixme 2005-08-16 19:05:27 +00:00