Commit Graph

78 Commits

Author SHA1 Message Date
Jean-Marie Traissard 7b1d582bf1 Nicer systray tooltip when awaiting events of differents types (don't print gajim twice). Fixes #1053 2006-05-02 17:55:52 +00:00
Dimitur Kirov a2a5bfe9a6 reduce chars for GC tooltip status message 2006-05-01 15:50:33 +00:00
Jean-Marie Traissard 7cdc78d4a8 Don't print 'Disconnected' in systray tooltip (Simple revert of [2686], not needed anymore). Fix #890. 2006-04-24 19:22:44 +00:00
Dimitur Kirov 79d1443497 #1881 remove boldness of strings in tooltip 2006-04-21 13:48:27 +00:00
Dimitur Kirov ad1ec1ab40 lock icon in tooltip for merged accounts row
and notif area
2006-04-15 09:24:07 +00:00
Nikos Kouremenos 60c916b53a [jim] rm a space 2006-03-31 10:44:47 +00:00
Yann Leboulanger fb758eaf89 use sanitize_filename func before writing a file to HD. Fixes #1722 2006-03-26 11:46:04 +00:00
Nikos Kouremenos 4c2f8d9400 make clearer what we do 2006-03-25 11:12:31 +00:00
Nikos Kouremenos 19e078878c [jim++]. sort accounts in trayicon tooltip. fixes #1734 2006-03-24 18:58:37 +00:00
Dimitur Kirov 3893d4ffa7 resource is shown before status (for
consistency with roster tooltip)
2006-03-21 21:46:26 +00:00
Dimitur Kirov f01fd88ff5 table layout for gc tooltip properties 2006-03-21 21:33:56 +00:00
Dimitur Kirov 30522e5357 align two resource lines, left to avatar in
tooltip
2006-03-21 20:52:25 +00:00
Dimitur Kirov a71924dba4 set_line_wrap, instead of putting message on the
next line
2006-03-21 20:25:53 +00:00
Dimitur Kirov a6700273d9 testing: align status message left to avatar
in tooltip
2006-03-21 20:22:16 +00:00
Dimitur Kirov e1ff481a84 aligned properties for FT tooltip 2006-03-21 17:01:23 +00:00
Dimitur Kirov 1ba8e37972 better align of properties, with long avatar 2006-03-21 16:39:26 +00:00
Dimitur Kirov 78d48a141c aligned properties for roster tooltip 2006-03-21 15:44:36 +00:00
Yann Leboulanger 4a1c850bf7 avatars in gc tooltips 2006-03-17 15:26:58 +00:00
Yann Leboulanger adb62eb628 jids are now punycoded before we store avatars on HD. Fixes #1030 2006-03-10 18:58:28 +00:00
Yann Leboulanger 03ce89fdac avatars are back in tooltips 2006-03-01 17:45:18 +00:00
Dimitur Kirov 981cb163f2 show correct image icon for multiple resources 2006-02-28 16:12:59 +00:00
Dimitur Kirov 182490359c show the correct status icon, not the one from
helpers
2006-02-28 10:54:14 +00:00
Dimitur Kirov d59678c60f 2 typos 2006-02-28 10:15:42 +00:00
Dimitur Kirov 1f467c0fc3 show_tooltip uses less argumens, added some
docs, explaining what this arguments are for
2006-02-28 10:13:42 +00:00
Nikos Kouremenos b2cde9b6ba do not show status icon on acct row tooltip. fixes #1613 2006-02-26 14:13:59 +00:00
Yann Leboulanger f70f178527 time.strftime returns locale encoded string. So decode it. Thx Dimitur 2006-02-24 12:37:29 +00:00
Nikos Kouremenos 0584025f8c italic instead of bold. use since for not offline contacts and last status for offline; fix spacing in vcard text 2006-02-23 21:44:05 +00:00
Yann Leboulanger 0b2f9d4617 we now keep last_status_time, show it in tooltip and information window, ask it (jabber:iq:last, JEP-0012) when we open information window. Fixes #1133 2006-02-22 14:31:01 +00:00
Yann Leboulanger 033e95e795 add a space in tooltip between image and text. Fix #1223 2006-02-06 18:07:50 +00:00
Yann Leboulanger 693270cf5b wax size for avatar in tooltip: 125x125 by default 2006-02-06 13:42:23 +00:00
Yann Leboulanger b5c94b71c6 draw avatar in roster tooltip. Fixes #1223 2006-02-05 16:47:25 +00:00
Yann Leboulanger c49a993e88 80 margin 2006-02-05 16:22:25 +00:00
Travis Shirk aeddca16b2 Count unread msgs correctly in systray tooltip, closes #1461 2006-01-31 04:03:34 +00:00
Yann Leboulanger f219f1d24c clean code and fix a bug with names that contain a @ char 2006-01-20 23:12:12 +00:00
Yann Leboulanger 16724c22e9 [Hector] missing import 2006-01-11 08:31:00 +00:00
Yann Leboulanger d2ab3031f1 contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name 2006-01-10 18:30:57 +00:00
Travis Shirk 2a794ba19e Fix up, look sharp 2006-01-09 00:47:54 +00:00
Travis Shirk 2a5b0afc44 More groupchat goodness 2006-01-06 06:59:55 +00:00
Travis Shirk 1360933ba9 Merged in trunk updates, including meta_contacts
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line

fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines

merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.

........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines

correct contacts file

........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines

dict.remove() doesn't exists, it's del dict[]

........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines

some missing commits from branch

........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines

end of gc_contact.nick -> gc_contact.name

........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines

new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences

........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines

0.9.1-2 in debian that solve the group bug (commit [4924])

........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines

typo

........
2006-01-01 20:06:26 +00:00
Travis Shirk c30ee542dc Close to usable for chat, receiving messages, etc. 2005-12-31 21:55:44 +00:00
Nikos Kouremenos 19a64469f4 failsafe to dcraven 2005-12-12 15:14:58 +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
Nikos Kouremenos fbbb1f72c3 no need to inherit StatusTable; thanks deluge for tb 2005-12-01 21:18:12 +00:00
Nikos Kouremenos 5ab797ae7e missing init 2005-12-01 18:10:22 +00:00
Nikos Kouremenos 04eac0d1fb fix string 2005-11-22 19:02:35 +00:00
Yann Leboulanger c3feaf89cf fix some strings 2005-11-21 18:28:34 +00:00
Nikos Kouremenos 082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Yann Leboulanger a67d009497 fix icon in tooltip (sorry I can't test) 2005-11-12 20:07:46 +00:00