Commit graph

773 commits

Author SHA1 Message Date
Yann Leboulanger
26b0e1780f typo 2005-11-18 11:51:12 +00:00
Yann Leboulanger
cac6a82be6 temporary feature:
when we are in merge mode, we add (account_name) in the roster when there are 2 contacts with the same nick
2005-11-16 19:44:06 +00:00
Nikos Kouremenos
2493be0698 remove a print 2005-11-16 10:21:58 +00:00
Nikos Kouremenos
0901a6db53 do not autojoin bookmarks if you are invisible 2005-11-16 10:21:43 +00:00
Nikos Kouremenos
fac2a002c7 [sef] ask avatars on startup ace 2005-11-15 23:26:22 +00:00
Nikos Kouremenos
1ed82a95d6 cleanups 2005-11-15 19:56:49 +00:00
Nikos Kouremenos
1e78707dab clean ups 2005-11-15 16:48:40 +00:00
Yann Leboulanger
f3eef962c6 gc now have draw_contact, draw_roster and draw_all_roster functions and they are used to update style, iconset ... 2005-11-15 09:08:08 +00:00
Yann Leboulanger
df6474ec3b fix account tooltip 2005-11-14 10:24:38 +00:00
Yann Leboulanger
6a432bbb67 ask all unknown vcard at startup 2005-11-14 10:08:50 +00:00
Nikos Kouremenos
1921c43a94 try to prevent circular imports 2005-11-13 20:25:04 +00:00
Nikos Kouremenos
6487b8463c fix tb 2005-11-13 20:05:03 +00:00
Yann Leboulanger
cdde62ac88 reconnect to all gc when connection comes back 2005-11-13 17:24: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
33e7b103c0 gtkexcepthook only for those that run svn versions; release user should not be bugged with TBs as they should be minor to overall functionality and he should not care. if he is advanced he knows how to find out what is wrong (how to get to see a traceback etc); also moving get_avatar_pixbuf_from_cache to gtkgui_helpers (all in one commit because of import issues) 2005-11-12 21:24:54 +00:00
Yann Leboulanger
d97125de42 fix TB 2005-11-12 20:56:44 +00:00
Yann Leboulanger
a67d009497 fix icon in tooltip (sorry I can't test) 2005-11-12 20:07:46 +00:00
Nikos Kouremenos
67844ff1dc him --> him or her 2005-11-12 14:20:20 +00:00
Nikos Kouremenos
2a770a1ebf he --> he or she 2005-11-12 14:17:27 +00:00
Nikos Kouremenos
a38263dcdb his --> his or her 2005-11-12 14:15:32 +00:00
Yann Leboulanger
e55db9645d middle click on merged accounts row now works 2005-11-10 09:59:27 +00:00
Yann Leboulanger
7d827f0764 add tooltip for merged accounts row 2005-11-09 21:05:55 +00:00
Nikos Kouremenos
cb3010993e minor: dropped not droped 2005-11-09 10:55:42 +00:00
Yann Leboulanger
8eaa1f45ad add a 'merged account' row with a context menu 2005-11-09 07:00:46 +00:00
Nikos Kouremenos
8ecb477844 underscore in string 2005-11-08 21:34:41 +00:00
Nikos Kouremenos
fcfb314163 typo 2005-11-08 20:52:09 +00:00
Nikos Kouremenos
23099dffca gajim.contacts[account][jid][0] --> gajim.get_contact_instance_with_highest_priority(account, jid) which is superior and at worst the same 2005-11-08 20:33:52 +00:00
Nikos Kouremenos
e64bb76274 fix logic 2005-11-08 19:19:09 +00:00
Nikos Kouremenos
3d7dee624e avatar is now set in draw_contact; we need a better place though 2005-11-08 15:47:27 +00:00
Nikos Kouremenos
3492272881 only one line for status msg under contact 2005-11-08 15:24:19 +00:00
Nikos Kouremenos
51f6e125f6 align avatar and padlock to to right 2005-11-08 14:25:23 +00:00
Nikos Kouremenos
99636d5ccf [gjc]commit better analogy for colors in contact row 2005-11-08 14:09:56 +00:00
Nikos Kouremenos
4034efa762 we now have avatars in roster. I default to 48x48 (gaim defaults to that too) u can change that to whatever you want via ACE and you can take avatars off via PREFS; defaulting to 32x32 is too small. njoy 2005-11-08 13:04:59 +00:00
Yann Leboulanger
bd868245e0 support JEP 162 (show / hide some contacts according to their subscription / ask status) 2005-11-07 21:15:15 +00:00
Nikos Kouremenos
b89fe57543 inital patch to make status msg change color in gc too [does not work yet] 2005-11-07 11:07:55 +00:00
Nikos Kouremenos
846e9881fb [gjc] color for status msg under roster is half between fg and bg color no matter the state (selected or not) 2005-11-07 10:50:40 +00:00
Nikos Kouremenos
8c4217fd5c status msg under gc roster too 2005-11-06 16:29:52 +00:00
Nikos Kouremenos
4d3784e2f7 fix for good spaces identation pb 2005-11-06 15:08:54 +00:00
Yann Leboulanger
8c9bf693e7 fix indentation 2005-11-06 15:04:35 +00:00
Nikos Kouremenos
ea11076a0e we now show status message under contact name in roster thanks to initial patch by Michał Sobiegraj. if you do not like that, go to prefs and uncheck it. dimgrey to become white when row is selected 2005-11-06 14:30:17 +00:00
Yann Leboulanger
79d611032a always update self.previous_status_combobox_active, even when we don't manually change the combobox 2005-11-05 18:09:57 +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
Yann Leboulanger
e0b1dd77f8 at the end of the account creatio we don't need to enter the password if we entered it in the paramteres (even is save pass is not checked) 2005-11-05 11:21:41 +00:00
Nikos Kouremenos
9bd80e6772 fix a string 2005-11-04 15:08:49 +00:00
Yann Leboulanger
acd09eaba2 FirstTimeWizard -> AccountCreationWizard 2005-11-03 09:27:45 +00:00
Yann Leboulanger
d1ebec6ad4 we can now copy (not move) a contact to another group 2005-11-01 22:52:04 +00:00
Nikos Kouremenos
9b1881cbbd catch a async tb 2005-10-30 21:46:48 +00:00
shteef
b69bc501ae New Service Discovery, couple of quick notes about this commit:
* src/disco.py contains all the disco stuff
 * registration remains in src/config.py
 * data/pixmaps/agents contains the icons used in the toplevel server browser
   and the banner. They're referenced at the top of src/disco.py.
2005-10-30 09:58:13 +00:00
Yann Leboulanger
1142cc1e7d don't remove the event if it's not handled in open_event function 2005-10-28 22:37:58 +00:00
Yann Leboulanger
a42c43748c introduce a var in order not to duplicate long var 2005-10-28 22:37:14 +00:00