Commit Graph

41 Commits

Author SHA1 Message Date
Nikos Kouremenos cb28e2124d use kbd_input.png (previously rename.png) for rename menuitems in roster;better names for making menus methods in roster;add (comment out though as it has a problem) rename for transport 2006-03-29 16:42:06 +00:00
Yann Leboulanger 68a6c88c54 add gc_invitation.png. Thx grenshad. Fixes #1196 2006-03-24 17:46:31 +00:00
Yann Leboulanger ec2d9c0ad2 move data/pixmaps/events/TRANSPORT_o*line.png to data/iconsets/transports/TRANSPORT/48x48
TODO: create 48x48 online and offline pngs for all jabber iconsets
2006-02-08 00:55:16 +00:00
Yann Leboulanger 0557b35c1a GG 48x48 pixmaps 2006-01-30 18:28:33 +00:00
Travis Shirk 757ed426e3 Merged revisions 4987-4989,4991-4996,4999,5003 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4987 | nk | 2006-01-03 04:00:51 -0700 (Tue, 03 Jan 2006) | 1 line

commit 48x48 transport online/offline imgs by Grenshad (I pngcrushed them)
........
r4988 | nk | 2006-01-03 04:32:01 -0700 (Tue, 03 Jan 2006) | 1 line

icon in notification window not always jabber now. MSN if he uses msn etc. thanks stian barmen for helping me test
........
r4989 | nk | 2006-01-03 04:40:44 -0700 (Tue, 03 Jan 2006) | 1 line

all strings I got report about them, are not translatable; pot/po update
........
r4991 | asterix | 2006-01-03 08:08:21 -0700 (Tue, 03 Jan 2006) | 2 lines

don't remove the jid entry in _contacts[account] when we remove a contact

........
r4992 | asterix | 2006-01-03 08:18:30 -0700 (Tue, 03 Jan 2006) | 2 lines

fix logic

........
r4993 | asterix | 2006-01-03 09:04:14 -0700 (Tue, 03 Jan 2006) | 2 lines

a GC_Contact can have a resource if we knoe his real JID

........
r4994 | asterix | 2006-01-03 09:32:58 -0700 (Tue, 03 Jan 2006) | 2 lines

missing argument in create_gc_contact

........
r4995 | asterix | 2006-01-03 10:36:41 -0700 (Tue, 03 Jan 2006) | 2 lines

we save gc_contact vcard instance in instances[self.account]['infos'][Fake_jid]

........
r4996 | asterix | 2006-01-03 11:17:43 -0700 (Tue, 03 Jan 2006) | 2 lines

in DataForm, a field of type 'list-single' can have no <value> element. Create a default one in such a case to prevent TB

........
r4999 | asterix | 2006-01-04 05:52:26 -0700 (Wed, 04 Jan 2006) | 2 lines

prevent TB when we move a contact that was in no group

........
r5003 | asterix | 2006-01-04 09:03:42 -0700 (Wed, 04 Jan 2006) | 2 lines

handle correctly unlabeled option values in DataForms

........
2006-01-05 03:17:36 +00:00
Nikos Kouremenos 159b29ee62 bigger .ico 2005-12-26 23:51:28 +00:00
Nikos Kouremenos c468ebf306 add ft_request image 2005-12-11 18:40:03 +00:00
Nikos Kouremenos c914a0d058 only use nice 48x48 img 2005-12-10 22:41:16 +00:00
Nikos Kouremenos dfe1d78391 add icons for more events 2005-12-10 22:27:41 +00:00
Nikos Kouremenos d9def4d2a4 [grenshad] add FT-related icons. thank him as artist 2005-12-10 22:00:06 +00:00
Nikos Kouremenos 3dc204b06c update README about where we take icons from; add icon for ft proxy 2005-11-20 14:10:53 +00:00
shteef a2467b8a8d pngcrushing icons 2005-11-20 13:18:35 +00:00
shteef 7cad8aa3b7 Publisher/subscriber service icon 2005-11-20 13:16:05 +00:00
Nikos Kouremenos d12146ce7f remove 3 not used modules, ask custom hostname in disco if it exists; add image for sip service 2005-11-20 13:02:48 +00:00
shteef 951fcfa322 Jabber user directory icon 2005-11-20 12:53:26 +00:00
Nikos Kouremenos cbc2973942 images for mail http-ws sms and fix size of weather 2005-11-19 20:18:20 +00:00
shteef cee4222c1a Better unknown icon for service discovery 2005-11-18 15:11:17 +00:00
shteef f5e22fbbfa Conference icon 2005-11-18 14:29:34 +00:00
shteef 1de6c0d8b4 pngcrushing weather icon 2005-11-18 14:23:58 +00:00
shteef 41384b5854 Weather transport icon 2005-11-18 14:16:00 +00:00
Nikos Kouremenos 9370991acf pngcrush the png. 5.43% smaller filesize with same quality 2005-11-18 14:13:28 +00:00
shteef 22b0cd65ab RSS icon 2005-11-18 14:01:53 +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
Nikos Kouremenos 7ae923f0a4 muc sep a bit upper 2005-10-29 19:05:04 +00:00
Nikos Kouremenos 79a893bff8 focus-out line now works in windoz too 2005-10-11 14:26:50 +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 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 894b012d3d update ico and mot it in data/pixmaps/ 2005-08-15 17:44:50 +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
Nikos Kouremenos f19e62cfa5 pngcrused now 2005-06-28 21:50:51 +00:00
Nikos Kouremenos 093b60facb so we can use it for gpg 2005-06-28 21:50:22 +00:00
Nikos Kouremenos 178d88f6af hig pallete to the icon by dcraven based on the previous icon by membris khan 2005-06-14 10:09:57 +00:00
Nikos Kouremenos b90bead525 fix #413 2005-06-09 23:28:07 +00:00
Nikos Kouremenos 325e5f51e4 touches in our logo 2005-06-06 22:31:24 +00:00
Nikos Kouremenos be103752e7 use png all over (cause of alpha), keep svg in ftp.gajim.org 2005-06-03 17:30:49 +00:00
Nikos Kouremenos 18f45ecf4f use png for about cause we use alpha for bg shadow [not possible in svg] 2005-06-03 15:43:36 +00:00
Nikos Kouremenos d2895c814c cleaner svg so gtk will show correctly [workaround to bug in gtk] (thanks membris) 2005-06-03 15:07:36 +00:00
Nikos Kouremenos 067103253b gajim.svg canvas size is ok now 2005-06-03 14:01:56 +00:00
Nikos Kouremenos d216c91818 adding our new logo in about dialog (thanks Membris Khan for logo design!!!!) 2005-06-03 11:41:02 +00:00
Nikos Kouremenos b62583f9e6 contacts from transports now use their protocol state images 2005-04-23 00:37:51 +00:00
Yann Leboulanger 149ed7a22d reorder files 2005-04-12 15:47:20 +00:00