aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libempathy-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Explicitely use libempathy from builddir. Fixes bug #478558 (FredericXavier Claessens2007-09-211-1/+1
| | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from builddir. Fixes bug #478558 (Frederic Peters). svn path=/trunk/; revision=308
* "interactive" property on EmpathyContactListView to enable/disable contectXavier Claessens2007-09-111-0/+5
| | | | | | | | | | | | | | | 2007-09-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-view.h: * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive" property on EmpathyContactListView to enable/disable contect menu and action when double-click on a contact. svn path=/trunk/; revision=297
* More dynamic smiley managment and more efficient algorithm to detectXavier Claessens2007-09-084-63/+3
| | | | | | | | | | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-smiley-manager.c: * libempathy-gtk/empathy-smiley-manager.h: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and more efficient algorithm to detect smileys in messages. * doc/: Updated svn path=/trunk/; revision=285
* Updated.Xavier Claessens2007-08-313-1/+15
| | | | | | | | | | | | | | | | | | 2007-08-31 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/Makefile.am: * doc/libempathy-gtk/tmpl/empathy-preferences.sgml: * doc/libempathy-gtk/tmpl/empathy-images.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-tp-group.sgml: * doc/libempathy/tmpl/empathy-avatar.sgml: * doc/libempathy/tmpl/empathy-contact.sgml: * doc/libempathy/tmpl/empathy-contact-list.sgml: Updated. svn path=/trunk/; revision=283
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug ↵Xavier Claessens2007-08-314-69/+0
| | | | | | #459540 and bug #462907. svn path=/trunk/; revision=280
* Updated.Xavier Claessens2007-08-251-0/+7
| | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/libempathy-gtk/tmpl/empathy-preferences.sgml: * NEWS: * po/POTFILES.in: Updated. svn path=/trunk/; revision=271
* Update libtool version.EMPATHY_0_11Xavier Claessens2007-08-132-0/+16
| | | | | | | | | | | | | 2007-08-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Update libtool version. * doc/libempathy-gtk/tmpl/empathy-images.sgml: * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml: * NEWS: Updated. svn path=/trunk/; revision=251
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-082-36/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-07 Marco Barisione <marco@barisione.org> * libempathy/Makefile.am: * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and include empathy-marshal.h from empathy-marshal.c. * libempathy/Makefile.am: * libempathy-gtk/Makefile.am: Generate files for enum types with glib-mkenums. * libempathy/empathy-contact.c: * libempathy/empathy-idle.c: * libempathy/empathy-message.c: * libempathy/empathy-presence.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-preferences.c: * doc/libempathy-gtk/libempathy-gtk.types: * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use g_param_spec_enum() and g_param_spec_flags() instead of g_param_spec_(u)int. Fixes bug #462465. * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-contact-list-store.h: Remove empathy_contact_list_store_sort_get_type() as it's now auto-generated by glib-mkenums. svn path=/trunk/; revision=234
* Update doc.Xavier Claessens2007-08-033-0/+49
| | | | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml: * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml: * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml: * doc/libempathy/tmpl/empathy-message.sgml: * doc/libempathy/tmpl/empathy-utils.sgml: Update doc. svn path=/trunk/; revision=227
* Bump version to 0.11.Xavier Claessens2007-07-301-1/+0
| | | | | | | | | 2007-07-29 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.11. svn path=/trunk/; revision=216
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-272-1/+7
| | | | | | | | | | | | | | 2007-07-27 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-log-manager.c: Add message type in log files. Fixes bug #459579. * doc/*: Updated. svn path=/trunk/; revision=205
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-262-19/+1
| | | | | | | | | | | | | | | | | | | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-chooser.c: * libempathy-gtk/empathy-new-chatroom-dialog.c: * libempathy-gtk/empathy-account-chooser.h: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-chatrooms-window.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-log-window.c: * doc/*: Do not show salut accounts in the add contact dialog. Rework a bit EmpathyContactWidget. Fixes bug #459100 (Guillaume Desmottes, Xavier Claessens). svn path=/trunk/; revision=197
* Fix problems when NM is not running. Fixes bug #460419.Xavier Claessens2007-07-261-9/+0
| | | | | | | | | | | | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes bug #460419. * doc/*: Updated documentation. svn path=/trunk/; revision=195
* Adding initial API documentation using gtk-doc.Xavier Claessens2007-07-1337-0/+2818
2007-07-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/*: * Makefile.am: Adding initial API documentation using gtk-doc. svn path=/trunk/; revision=182