Commit graph

94 commits

Author SHA1 Message Date
Yann Leboulanger
412ba85154 fix a TB 2006-01-02 06:46:27 +00:00
Yann Leboulanger
349c69d5b3 continue using new functions to handle contacts 2005-12-29 21:44:35 +00:00
Yann Leboulanger
0af7e48bf1 create Contact instances with the new functions 2005-12-21 13:00:56 +00:00
Nikos Kouremenos
19a64469f4 failsafe to dcraven 2005-12-12 15:14:58 +00:00
Nikos Kouremenos
f7ee0dffd9 we now use 32x32 in Tabbed Chat banner img for state; and can control the size between 32x32 and 16x16 in general [of course only for those iconsets that ship 32x32 2005-12-12 15:13:31 +00:00
Yann Leboulanger
4f3b8dc3e8 move handle_event from systray.py to gajim.py 2005-12-11 10:31:42 +00:00
Yann Leboulanger
612716e2db change copyright from "Gajim Team" to real people 2005-12-09 23:30:28 +00:00
Yann Leboulanger
cae7ce3bac "Gajim Team" in all hearders become "Contributors for this file" 2005-12-09 17:15:30 +00:00
Yann Leboulanger
34255e5682 Vincent left us a long time ago 2005-12-07 23:09:10 +00:00
Yann Leboulanger
28936744a5 make sure windows get focus when we click on systray icon 2005-12-04 23:16:13 +00:00
Nikos Kouremenos
80b40b77ec chat using acct not chat with account [unless account is human been! :D] 2005-12-01 18:19:51 +00:00
Yann Leboulanger
3f2cbf7c46 [SF] show "with account acct_name" instead of "as jid" in menus 2005-11-28 16:29:04 +00:00
Nikos Kouremenos
4f74f23796 revert until gtk grows up 2005-11-17 16:28:41 +00:00
Nikos Kouremenos
897f60ad06 logic 2005-11-17 12:34:30 +00:00
Nikos Kouremenos
d8fa4a8904 fix something with a better way 2005-11-17 10:16:08 +00:00
Nikos Kouremenos
082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos
a3cd40ac84 fix a logic bug. thanks deluge 2005-11-08 11:13:47 +00:00
Nikos Kouremenos
183d59333f fix missing var 2005-11-07 14:06:39 +00:00
Nikos Kouremenos
1c89061483 fix tb 2005-11-06 17:10:55 +00:00
Yann Leboulanger
51d2175b18 ChangeStatusMessageDialog now shows the last_status_message even when we choose "change status message" menuitem 2005-11-05 17:52:49 +00:00
Nikos Kouremenos
5414ac84dc fix comment 2005-11-04 15:31:19 +00:00
Nikos Kouremenos
567436bd6d add a comment 2005-11-04 15:28:35 +00:00
Nikos Kouremenos
542349ad64 add img instead of text for show in chat with in systray 2005-11-04 15:22:12 +00:00
Nikos Kouremenos
878b274481 add func in gtkgui helpers 2005-10-31 19:35:17 +00:00
Nikos Kouremenos
f5411971c7 if roster is in vd1, and we are in vd2 and we click systray, move roster from vd1 to vd2 2005-10-31 18:06:36 +00:00
Yann Leboulanger
56bc8d4709 add show_all_events and show_roster menuitems to systray menu 2005-10-30 00:08:39 +00:00
Yann Leboulanger
39710fe110 fix TB 2005-10-29 23:43:49 +00:00
Nikos Kouremenos
ca60bacdb5 code optimization: tupples not lists in stuff like: 'if foo in [abc]' etc 2005-10-27 13:15:03 +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
9d42d10853 file-stopped and file-completed can be saved in awiting_events queue 2005-10-19 21:14:51 +00:00
Yann Leboulanger
af7fef5ec1 file-send-error can now be added to the awaiting queue 2005-10-19 20:16:22 +00:00
Yann Leboulanger
314fd4a8bf file-request-error can now be saved in the awaiting_events queue
better code to handle all these events
2005-10-18 20:30:26 +00:00
Yann Leboulanger
63c1d3d3f0 file transfer request can now be stored in awaiting_events queue and recalled from roster / filetransfer / popup notification 2005-10-18 09:07:52 +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
7dffeb86df change status message in status combobox and in systray now concern only accounts that have sync_with_global_status True 2005-10-10 19:10:59 +00:00
Nikos Kouremenos
3e0e623e9a fix code quality. if user presses Cancel in Status change dialog do not set the new status; add comments to code, make it cleaner (use 'SEPARATOR' and not '' for string for combobox; HIG (add ... to finish menuitems that need it and add a missing mnemonic) 2005-10-09 22:24:18 +00:00
Nikos Kouremenos
a0e5a45ff2 HIG says menuitems are Header 2005-10-09 18:52:57 +00:00
Nikos Kouremenos
708b9d5d6d use better image for rename/changing status (generally means: you have to type new string). thanks Bernhard Walle 2005-10-09 18:45:03 +00:00
Nikos Kouremenos
c5f90e9bc6 get_uf_show can return strings with mnemonics 2005-10-09 16:08:18 +00:00
Yann Leboulanger
8f3dafa920 account context menu and systary context menu now contain a change status message item
TODO:
global status combobox need it
2005-10-09 14:49:14 +00:00
Nikos Kouremenos
e3b340a430 fix a fixme 2005-09-25 18:37:50 +00:00
Yann Leboulanger
63449d5f9d remove unusefull code 2005-09-24 09:59:34 +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
Nikos Kouremenos
6c57428cbe fix identation 2005-08-29 22:25:48 +00:00
Nikos Kouremenos
12b190e98c win32: put hide this menuitem on top 2005-08-29 20:47:26 +00:00
Nikos Kouremenos
5bef7f8c9c [win32 only] add a menuitem to hide context menu of trayicon 2005-08-26 14:36:20 +00:00
Nikos Kouremenos
9c05382fc5 trayicon for windows is 100% ready 2005-08-16 20:24:56 +00:00
Nikos Kouremenos
6b57a5472a logic fix 2005-08-15 19:52:18 +00:00
Nikos Kouremenos
177a4c76de moving tooltips code to tooltips.py; moving ft_window to ft_window.py 2005-08-14 23:52:12 +00:00
Nikos Kouremenos
20ac157556 more OO for systraywin32 2005-08-11 13:46:37 +00:00