Commit graph

228 commits

Author SHA1 Message Date
Nikos Kouremenos
947c7c59c4 improve and add comments to make code more readable 2005-10-18 12:41:56 +00:00
Yann Leboulanger
f1b8cc1246 remove FIXME 2005-10-18 09:33:56 +00:00
Nikos Kouremenos
01e09ce9b1 make the cursor invisible when showing bigger avatar; make it visible on mouse move 2005-10-16 14:19:02 +00:00
Yann Leboulanger
77cb852057 single messages are well handled: they are saved in awaiting_events if needed and are printed when we dubble click a contact row, or systray or popup window 2005-10-16 13:18:34 +00:00
Yann Leboulanger
966afbb031 awaiting_messages is now named awaiting events
it now contains subject of messages
2005-10-15 20:49:08 +00:00
Nikos Kouremenos
00d72aecdd remove some prints 2005-10-14 10:12:04 +00:00
Nikos Kouremenos
ce66db017e do not do the same thing twice 2005-10-14 01:13:10 +00:00
Nikos Kouremenos
8ab275e87e comments never hurt; fix DeprecationWarning on passing float to scale_simple; do not show bigger avatar if avatar is not bigger 2005-10-13 20:33:13 +00:00
Yann Leboulanger
6df1018fca width and height must be integer 2005-10-13 19:53:36 +00:00
Yann Leboulanger
d505fd01a0 [Kaleo] don't make rectangulare avatars become square 2005-10-13 18:52:17 +00:00
Yann Leboulanger
95ad04abfb don't remove chat state when we receive a presence 2005-10-13 18:23:47 +00:00
Yann Leboulanger
19d99e0a89 remove the image in tc window when we get the vcard and there is no image in it 2005-10-12 20:17:58 +00:00
Yann Leboulanger
258595fc43 add comment 2005-10-12 19:00:24 +00:00
Yann Leboulanger
ad3d5c5944 do not DND on chat window that have no resource 2005-10-12 18:59:38 +00:00
Nikos Kouremenos
c9a368a163 bigger avatar cannot be shown in a window larger than half the screen 2005-10-11 11:57:51 +00:00
Nikos Kouremenos
7ee643c02e comments to help code not become a beast; clean and adhere to coding style 2005-10-07 14:46:10 +00:00
Yann Leboulanger
b91e380fcc fix var name .. 2 var can't have the same name 2005-10-06 20:28:38 +00:00
Yann Leboulanger
011115ae80 little cleanup / indentation fix 2005-10-06 20:27:11 +00:00
Nikos Kouremenos
688c92fe4e user --> contact, space after # for devel comments 2005-10-06 16:54:59 +00:00
Nikos Kouremenos
d80421953e fix more leftovers 2005-10-06 16:32:58 +00:00
Nikos Kouremenos
905230341a fix leftovers from nicfit's [3690] 2005-10-06 15:20:53 +00:00
Nikos Kouremenos
83ffab141f fix a tb 2005-10-03 20:17:55 +00:00
Nikos Kouremenos
5c61b2de72 remove assert 2005-10-03 17:21:48 +00:00
Nikos Kouremenos
e41bbd657d typo 2005-10-03 17:03:59 +00:00
Nikos Kouremenos
6899985d5c we now cache avatar, so we only ask once. TODO: ask, store and show in roster; TODO2: on new sha reask vcard to get new avatar 2005-10-03 16:14:41 +00:00
Nikos Kouremenos
7518d20bf7 show avatar window in mouse pos 2005-10-03 12:30:18 +00:00
Nikos Kouremenos
6ae41cddef mouseover avatar now show avatar in normal size; adding some FIXMES. Yann please look at the return 0 one 2005-10-03 01:40: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
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
Yann Leboulanger
bc25dbef03 split NOTIFY event into NOTIFY and GC_NOTIFY 2005-09-20 18:36:28 +00:00
Travis Shirk
83aa034a24 Abide by composing-only chatstate configuration; closes #945 2005-09-20 18:33:11 +00:00
Nikos Kouremenos
5a6e12e562 cleaning UI of TC p1: lamp button (with text it's big, without text it can confuse users very much) is removed in favor of the already there menuitem in actions 2005-09-20 11:10:28 +00:00
Travis Shirk
075c5bfc48 Per JEP-0085 updates, losing focus does not immediately result in inactive
http://article.gmane.org/gmane.network.jabber.standards-jig/8924
2005-09-20 01:57:54 +00:00
Yann Leboulanger
d05728fc55 fix stupid error :) 2005-09-15 21:26:15 +00:00
Yann Leboulanger
973631a2c9 error messages are nowprinted as if they come from server 2005-09-15 17:33:02 +00:00
Yann Leboulanger
7a157ac986 fix indentation 2005-09-14 15:43:44 +00:00
Travis Shirk
dd67ba1006 Don't send chatstates to offline contacts; closes #913 2005-09-14 01:27:37 +00:00
Nikos Kouremenos
6ac76197ef oops 2005-09-08 14:55:09 +00:00
Nikos Kouremenos
1789db7dde fix a tb 2005-09-08 14:48:41 +00:00
Travis Shirk
90cb506c3c Fix for #854 and display chatstates when unread and no focus. 2005-09-08 02:08:31 +00:00
Nikos Kouremenos
ec7e7ddbd8 fix LF in tabbed_chat_window and set svn:eol-style LF for src/*py 2005-09-07 10:13:00 +00:00
Travis Shirk
20b0efea68 Unread message state is not shown in the banner 2005-09-05 18:06:54 +00:00
Nikos Kouremenos
ef06e78abb scale and catch for avatar & emoticon 2005-09-05 13:35:45 +00:00
Travis Shirk
8a6113f159 Final touches on chatstate notifications 2005-09-05 01:39:42 +00:00
Nikos Kouremenos
de0ee5c703 add code back and try to please everybody 2005-09-05 00:24:26 +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
Nikos Kouremenos
88b2f3b1f1 do some ellipsize via glade2.10 and remove some fixmes 2005-09-03 12:43:12 +00:00
Nikos Kouremenos
8b43c212e4 [andreasvc] make 52 x 52 for avatars customizable 2005-09-01 13:58:20 +00:00
Nikos Kouremenos
a9b5ed980f typo 2005-08-28 11:02:59 +00:00