1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
2007-06-30 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c:
* src/pidgin-libnotify.c: rename to pidgin-libnotify.c
2007-06-30 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: fix bug #1657570, don't show multiple
notifications for different accounts of the same contact.
2007-06-30 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c:
* configure.ac:
* Makefile.am:
apply pidgin conversion patch by Colin Guthrie
2007-04-05 Jonh Wendell <wendell@bani.com.br>
* src/gaim-libnotify.c: fix bug #1648831, don't show
notifications when absent, with an option disabled by default.
2006-11-25 Eduardo Perez Ureta <eperez@users.sourceforge.net>
* configure.ac: intl directory is not needed anymore.
* autogen.sh: setup-gettext is deprecated.
* setup-gettext: removed (deprecated)
2006-11-17 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: fix i18n framework and include
headers. Patch by Eduardo Pérez.
2006-10-22 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: re-add features with gaim-2.0.0-beta4 API
support.
2006-09-30 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: comment features out as a workaround for
the new API, real fixes coming soon.
2006-06-22 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: fix bug #1491160, Notification When Buddy
Logs Out, with an option disabled by default.
2006-06-22 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: fix bug #1492483, Empty string on weird
characters by escaping and (as a bonus) truncating the name on the
title.
2006-04-28 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: workaround for libnotify API strangeness:
we have to call notification_show() after an update.
2006-04-11 Steve Frécinaux <steve@istique.net>
* src/gaim-libnotify.c: Let the GtkPixbufLoader detect the image
type by itself (fixes crash).
2006-03-30 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: adapt to gaim-2.0.0-beta3 API.
2006-02-10 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: fix bug truncating string in middle of a
utf-8 character.
2006-02-10 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: use g_object_unref() instead of g_free()
to free the pixbuf_loader, fixes crash (I hope).
2006-02-10 Carl van Tonder <carlishere@hotmail.com>
* src/gaim-libnotify.c: Add preference: blocked - ignore signon
and message events from blocked buddies.
2006-03-02 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: escape messages so that it works when
messages have '<' or '>' characters.
2006-02-27 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: Refactor of icon code, [s|g]et_user_data
converted to gobject_[s|g]et_data. Untested. Icons work again!
2006-02-26 Carl Van Tonder <carlishere@hotmail.com>
* src/gaim-libnotify.c: Add Preferences: newmsg, convonly and
signon.
2005-12-24 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: Update to libnotify 0.3.x and gaim 2.0.0
2005-07-09 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: Add hash_table for buddies, so that the
same handle is used for the same buddy.
2005-07-09 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: Add avatar support with help from Ezequiel
Pérez.
2005-07-09 Duarte Henriques <duarte.henriques@gmail.com>
* configure.ac:
* Makefile.am:
* setup-gettext:
* src/gaim-libnotify.c:
* src/gln-intl.h:
* intl:
* po:
* po/ChangeLog:
Add i18n support to gaim-libnotify, based on patch from Ezequiel
Pérez
* autogen.sh:
Add i18n support, taken from guifications
2005-07-08 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: (notify_cb): Adapted from patch by
Ezequiel Pérez to provide an action callback - opens the
conversation. Thanks Ezequiel!
2005-07-07 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: Adapt to new libnotify API.
|