Commit graph

795 commits

Author SHA1 Message Date
Nikos Kouremenos
2aa4f0fa96 hide tooltip on certain events 2005-07-08 22:26:46 +00:00
Nikos Kouremenos
4fe2414534 tooltip to show multiple resources [thanks Dimitur Kirov!!] 2005-07-08 00:04:59 +00:00
Nikos Kouremenos
b75562490b fix a Traceback, a typo in string, and adhere to coding style 2005-07-07 23:37:04 +00:00
Nikos Kouremenos
4240fd7ecc fix a traceback 2005-07-07 22:22:13 +00:00
Yann Leboulanger
0acf9c168c we now have tooltip in roster window ! A great thanks to Dimitur 2005-07-07 21:27:53 +00:00
Nikos Kouremenos
f8a4675174 not in the roster string can be translated now 2005-07-07 17:33:15 +00:00
Nikos Kouremenos
e2a3c1121a Transports string is now marked for translation 2005-07-07 17:25:04 +00:00
Nikos Kouremenos
2c44dfa19d remove sth that should not have been commmited 2005-07-07 17:01:35 +00:00
Nikos Kouremenos
f2cb015f73 user --> contact in some functions name, also type is contact too now 2005-07-07 16:38:36 +00:00
Nikos Kouremenos
6c9d148e07 advanced actions show account if multiple acocunts 2005-07-07 15:41:03 +00:00
Nikos Kouremenos
0da81481ca edit groups dialog now works again [repoter: ehh] 2005-07-06 16:46:50 +00:00
Nikos Kouremenos
e8917d200b usage of stockitems in some menuitems and less code 2005-07-06 14:34:59 +00:00
Yann Leboulanger
b81747f483 typo 2005-07-06 14:26:10 +00:00
Yann Leboulanger
f933b29b2e when we choose None in ChooseGPGWindow, we don't print None in config file 2005-07-06 14:07:20 +00:00
Nikos Kouremenos
e4932f56be more glade stuff for advanced menuitem [I will do the code too] 2005-07-06 13:34:47 +00:00
Nikos Kouremenos
94c01aeecc we can now receive normal and chat messages with subject and handle them ok. we can also reply to received normal message with RE: previous message and all the good stuff! hoooray! 2005-07-05 21:35:37 +00:00
Yann Leboulanger
fd03253594 show Ctrl+N only when we have only one account 2005-07-05 20:47:25 +00:00
Nikos Kouremenos
192ccf2075 General group marked for translation. pending: Transports and not in the roster 2005-07-04 23:18:29 +00:00
Nikos Kouremenos
4e66548813 gajim now sends xml stanza via xml console 2005-07-04 21:29:22 +00:00
Nikos Kouremenos
5032f888f9 yet another menu now in glade 2005-07-04 16:59:43 +00:00
Yann Leboulanger
669b7bde6b last_message_time is now saved in gajim.py so we begin to count time when we receive the message and not when we print it (fix #162) 2005-07-03 15:27:41 +00:00
Nikos Kouremenos
9b11b98af2 Gajim now can send type=normal messages [TODO: handle incoming normal better] 2005-07-02 15:49:25 +00:00
Yann Leboulanger
dc2d1924f8 separate gpg keys in config file 2005-07-02 08:50:11 +00:00
Yann Leboulanger
48d36a16e5 more beautifull code 2005-07-01 22:20:01 +00:00
Nikos Kouremenos
11434df567 roster contact context menu now via glade, also has a non working yet menuitem to single message (eg. type=normal and not chat); last but not we now use ImageMenuItem and not hbox + MenuItem to have images where we implement gui on code and not on glade [as we prefer] 2005-07-01 15:15:35 +00:00
Yann Leboulanger
633b45de92 little comment for nk :) 2005-06-30 21:52:42 +00:00
Nikos Kouremenos
c7f8486e8c we now have option in case abc@doremi.org is not an email and it is jid (we can add it to roster, we can chat to it, we can join group chat). Most of the patch is done by neurocyte 2005-06-30 16:45:14 +00:00
Yann Leboulanger
414abe3687 HistoryWindow must now have account as param to get the nicks 2005-06-30 06:21:12 +00:00
Nikos Kouremenos
98c8af1d16 make sure the icon is shown and close to account if window is small 2005-06-29 15:10:10 +00:00
Nikos Kouremenos
e55e38b7db now gui can know connection_type ('tls', 'ssl', 'tcp')
roster now has another cellrenderer (that holds pixbuf) so does the treestore there
result: Gajim now shows an icon for accounts that were connected with ssl, tls and can show avatar of users too [that is TODO]
2005-06-29 12:57:46 +00:00
Yann Leboulanger
3c10f30f1f we can now send status (and connect) asynchronously thanks to threads 2005-06-28 19:03:00 +00:00
Nikos Kouremenos
ad05a9d1de typo. thanks Thomas! 2005-06-25 21:18:07 +00:00
Yann Leboulanger
7cd28d5e2d Contact class is easier to use now 2005-06-25 09:18:39 +00:00
Nikos Kouremenos
0342329e0f User class becomes Contact class 2005-06-24 14:28:00 +00:00
Nikos Kouremenos
b496ae3498 ICON_SIZE_MENU and not BUTTON. so now it's smaller as it has to be for menuitems 2005-06-23 18:36:32 +00:00
Yann Leboulanger
db90fc6430 middle click in roster open chat window
middle clicl in gc window open a pm
2005-06-23 08:33:25 +00:00
Yann Leboulanger
f076a17de1 we change the status only for account already connected and with sync_with_global_status option on (if one is connected) fix #406 2005-06-21 18:32:52 +00:00
Yann Leboulanger
2db9ac75e0 status combobox is now defined in glade 2005-06-21 14:45:23 +00:00
Yann Leboulanger
5d44204264 when we use merge and we collapse/expand a group, we collapse/expand this group in every accounts (fix #295) 2005-06-20 22:51:42 +00:00
Yann Leboulanger
5f4a2b9cad context menu has icons now (with previous patch) in roster window, thx Dennis 2005-06-20 20:17:39 +00:00
Nikos Kouremenos
8e985d068a add tlen and do better detection for gadugadu [thanks to da.killa] 2005-06-20 19:54:27 +00:00
Yann Leboulanger
b9259399be bugfix: we need to re-create images when we create a menu 2005-06-20 19:18:53 +00:00
Nikos Kouremenos
0eeba54e67 only if connected show menuitems 2005-06-19 23:01:45 +00:00
Yann Leboulanger
7538333c5d we now handle when the user doesn't give his OpenPGP passphrase and print an error message 2005-06-18 16:57:57 +00:00
Nikos Kouremenos
f513a9c167 fix #315 2005-06-18 15:18:15 +00:00
Nikos Kouremenos
2fc6cd51e1 gobject.TYPE_STRING/BOOLEAN becomes str/bool 2005-06-18 13:48:43 +00:00
Nikos Kouremenos
92167a98f7 use %s in one string 2005-06-18 11:40:56 +00:00
Yann Leboulanger
9063034cf8 bugfix in contact menu 2005-06-15 07:38:58 +00:00
Nikos Kouremenos
7bd2cf9d59 fix #442 2005-06-14 23:32:04 +00:00
Yann Leboulanger
e7ff7da1da themes are back (TODO: manage themes) 2005-06-13 22:11:09 +00:00