Mercurial > pidgin
annotate gaim.desktop @ 10475:94fd0bf8c4b1
[gaim-migrate @ 11762]
sf patch #1094341, from Richard Laager
implements sf rfe #1090971
"tracks when a buddy was last seen and displays this value in the
tooltip for offline and "signing on" buddies."
The changes for this feature were pretty small and self-contained,
and it's a neat feature.
Then I started changing other things. I changed the way tooltips are
created to use GStrings. I think it's easier to make changes without
screwing stuff up, and the code is hopefully a bit easier to read through.
I also changed how Add a Chat and Join a Chat work slightly. Now
PRPLs can specify if a field is required or not, and the dialogs
will not allow the user to click on "ok" if the field is not filled
in. For example, when joining an oscar chat, the room name MUST be
specified.
This change and I think something else minor should fix the problem with
adding chats to the buddy list that didn't have names.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 05 Jan 2005 05:52:10 +0000 |
parents | 6c421922e143 |
children | 5a50946954dd |
rev | line source |
---|---|
325 | 1 [Desktop Entry] |
3726 | 2 Encoding=UTF-8 |
9338 | 3 Name=Gaim Internet Messenger |
9349 | 4 Name[de]=Gaim Internet Messenger |
9842 | 5 Name[da]=Gaim - internet beskeder |
9344 | 6 Name[fr]=Gaim Messagerie Instantanée |
9361 | 7 Name[it]=Gaim Internet Messenger |
9355 | 8 Name[pl]=Komunikator Internetowy Gaim |
9345 | 9 Name[pt]=Mensageiro Instantâneo Gaim |
9844 | 10 Name[sl]=Gaim - spletni sel |
9338 | 11 GenericName=Internet Messenger |
9842 | 12 GenericName[da]=Internet beskeder |
9344 | 13 GenericName[fr]=Messagerie instantanée |
9361 | 14 GenericName[it]=Internet Messenger |
9355 | 15 GenericName[pl]=Komunikator Internetowy |
9345 | 16 GenericName[pt]=Mensageiro Instantâneo |
9357 | 17 GenericName[pt_BR]=Mensageiro da Internet Gaim |
9844 | 18 GenericName[sl]=Spletni sel |
9338 | 19 Comment=Multi-protocol Messaging Client |
9270 | 20 Comment[da]=Multiprotokolsklient til at sende og modtage beskeder |
9361 | 21 Comment[it]=Client multiprotocollo per messaggi immediati |
4305 | 22 Comment[es]=Cliente de mensajería instantánea multiprotocolo |
4472 | 23 Comment[fr]=Client de messagerie instantanée multiprotocole |
4589 | 24 Comment[de]=Multi-Protokoll Instant Messenger Client |
7360 | 25 Comment[ko]=다중 프로토콜 메신저 |
9367 | 26 Comment[pl]=Komunikator internetowy obsługujący kilka protokołów |
8795 | 27 Comment[pt]=Cliente de mensagens instantâneas multi-protocolo |
9530 | 28 Comment[pt_BR]=Cliente multi-protocolo de mensagens |
9844 | 29 Comment[sl]=Večprotokolni odjemalec za neposredno sporočanje |
3726 | 30 Exec=gaim |
3364 | 31 Icon=gaim.png |
3726 | 32 Terminal=false |
325 | 33 Type=Application |
3726 | 34 Categories=Application;Network; |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
4663
diff
changeset
|
35 StartupNotify=true |