aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371
* Bump MissionControl version to 4.37, we uses new API introduced in thatXavier Claessens2007-10-101-1/+1
| | | | | | | | | | 2007-10-09 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump MissionControl version to 4.37, we uses new API introduced in that version. svn path=/trunk/; revision=366
* Bump version to 0.15.Xavier Claessens2007-10-011-1/+1
| | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.15. svn path=/trunk/; revision=354
* Update before release.Xavier Claessens2007-10-011-4/+4
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * NEWS: Update before release. svn path=/trunk/; revision=351
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-291-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). svn path=/trunk/; revision=339
* Bump version to 0.14. Updated.Xavier Claessens2007-09-281-1/+1
| | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.14. * doc/*: Updated. svn path=/trunk/; revision=333
* Updated for 0.13 release.EMPATHY_0_13Xavier Claessens2007-09-281-4/+4
| | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * ChangeLog: * configure.ac: * NEWS: Updated for 0.13 release. svn path=/trunk/; revision=331
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-281-2/+0
| | | | | | | | | | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes bug #442079 * libempathy/empathy-avatar.c: * libempathy/empathy-avatar.h: Fix Copyright header. * libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-group.c: Free return value for async DBus calls, they are not owned by dbus-glib. This fix big leaks, thanks again to valgrind. svn path=/trunk/; revision=330
* Ignore log files that don't have a good filename. Fixes bug #462046Xavier Claessens2007-09-211-1/+1
| | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-log-manager.c: Ignore log files that don't have a good filename. Fixes bug #462046 (Michael Scherer). * configure.ac: Bump GLIB version to 2.14.0. svn path=/trunk/; revision=309
* Fix warnings when finalizing.Xavier Claessens2007-09-211-0/+11
| | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304
* Fix ref count error for account objects.Xavier Claessens2007-09-211-2/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for account objects. * libempathy/empathy-contact-manager.c: Disconnect signals from MissionControl object when finalising the contact manager. * configure.ac: * megaphone/src/megaphone-applet.c: * megaphone/src/Makefile.am: * megaphone/src/megaphone-applet.h: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: * megaphone/data/Makefile.am: * megaphone/data/GNOME_Megaphone_Applet.server.in.in: * megaphone/data/GNOME_Megaphone_Applet.xml: * megaphone/Makefile.am: * nothere/src/nothere-applet.c: * nothere/src/Makefile.am: * nothere/src/nothere-applet.h: * nothere/data/Makefile.am: * nothere/data/GNOME_NotHere_Applet.server.in.in: * nothere/data/GNOME_NotHere_Applet.xml: * nothere/Makefile.am: * Makefile.am: * po/POTFILES.in: * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug #464954 (Raphael Slinckx, Xavier Claessens). svn path=/trunk/; revision=303
* Fix debug message.Xavier Claessens2007-09-101-3/+0
| | | | | | | | | | | | 2007-09-10 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Fix debug message. * libempathy/Makefile.am: * configure.ac: Remove useless code. svn path=/trunk/; revision=295
* Bump libtelepathy depend to 0.0.57.Xavier Claessens2007-09-081-1/+1
| | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump libtelepathy depend to 0.0.57. svn path=/trunk/; revision=286
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug ↵Xavier Claessens2007-08-311-52/+48
| | | | | | #459540 and bug #462907. svn path=/trunk/; revision=280
* Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642Xavier Claessens2007-08-291-1/+6
| | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/Makefile.am: * python/pyempathygtk/Makefile.am: * configure.ac: Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642 (Daniel Gryniewicz). svn path=/trunk/; revision=278
* Bump version to 0.13. Last NEWS entry is for version 0.12 and not 0.11.Xavier Claessens2007-08-251-1/+1
| | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.13. * NEWS: Last NEWS entry is for version 0.12 and not 0.11. svn path=/trunk/; revision=274
* update lt versionEMPATHY_0_12Xavier Claessens2007-08-251-1/+1
| | | | svn path=/trunk/; revision=272
* Updated.Xavier Claessens2007-08-251-2/+2
| | | | | | | | | | | | 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
* Change jabber icon. Fixes bug #466377 (Björn Martensen).Xavier Claessens2007-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy-proto-jabber.svg: * data/22x22/empathy-proto-jabber.png: * data/48x48/Makefile.am: * data/32x32/Makefile.am: * data/32x32/empathy-proto-jabber.svg: * data/32x32/empathy-proto-jabber.png: * data/24x24: * data/24x24/Makefile.am: * data/24x24/empathy-proto-jabber.png: * data/16x16/empathy-proto-jabber.svg: * data/16x16/Makefile.am: * data/16x16/empathy-proto-jabber.png: * data/scalable/empathy-proto-jabber.svg: * data/scalable/Makefile.am: * data/Makefile.am: Change jabber icon. Fixes bug #466377 (Björn Martensen). svn path=/trunk/; revision=267
* Add specialised UI for salut settings. Configure a Salut account firstXavier Claessens2007-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | 2007-08-23 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-salut.glade: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: * src/empathy.c: * configure.ac: * data/empathy.schemas.in: Add specialised UI for salut settings. Configure a Salut account first time empathy is started with salut CM installed using gnome-about-me information. Fixes bug #447467 (Cosimo Cecchi, Xavier Claessens). svn path=/trunk/; revision=266
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-201-1/+42
| | | | | | | | | | | | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/pyempathy.defs: * python/pyempathy/pyempathymodule.c: * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: * python/pyempathygtk/Makefile.am: * python/pyempathygtk/pyempathygtkmodule.c: * python/Makefile.am: * libempathy/empathy-time.h: * configure.ac: * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon). svn path=/trunk/; revision=264
* Bump version to 0.12.Xavier Claessens2007-08-131-1/+1
| | | | | | | | | 2007-08-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.12. svn path=/trunk/; revision=253
* Update libtool version.EMPATHY_0_11Xavier Claessens2007-08-131-5/+6
| | | | | | | | | | | | | 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 workaround for mc-enum-types.h not being installed by MC and bumpXavier Claessens2007-08-091-1/+1
| | | | | | | | | | | | 2007-08-09 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-presence.c: * libempathy/empathy-idle.c: * configure.ac: Remove workaround for mc-enum-types.h not being installed by MC and bump MC minimal version to 4.33. svn path=/trunk/; revision=239
* Bump version to 0.11.Xavier Claessens2007-07-301-1/+1
| | | | | | | | | 2007-07-29 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.11. svn path=/trunk/; revision=216
* Bump sonameXavier Claessens2007-07-301-2/+2
| | | | svn path=/trunk/; revision=213
* Align param names on the left.Xavier Claessens2007-07-301-1/+4
| | | | | | | | | | | | | | | | | 2007-07-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-generic.c: * libempathy-gtk/empathy-account-widget-generic.h: Align param names on the left. * libempathy-gtk/empathy-accounts-dialog.glade: * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe the selected account. Fixes bug #459169. * configure.ac: Set Collabora Ltd. in the Copyright. svn path=/trunk/; revision=212
* Bump version to 0.10Xavier Claessens2007-07-271-1/+1
| | | | | | | | | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.10 svn path=/trunk/; revision=203
* Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).Xavier Claessens2007-07-261-0/+18
| | | | | | | | | | | | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/Makefile.am: * libempathy/Makefile.am: * configure.ac: Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville). svn path=/trunk/; revision=200
* Fix missing header for EmpathyAccountWidgetMSN.Xavier Claessens2007-07-131-3/+3
| | | | | | | | | | | | | | 2007-07-12 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/Makefile.am: Fix missing header for EmpathyAccountWidgetMSN. * configure.ac: Fix useless "\". * autogen.sh: run gtkdocize if needed. svn path=/trunk/; revision=183
* Adding initial API documentation using gtk-doc.Xavier Claessens2007-07-131-0/+5
| | | | | | | | | | | 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
* Bump MC version required to 4.27. Updated.Xavier Claessens2007-07-011-1/+1
| | | | | | | | | | 2007-06-30 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump MC version required to 4.27. * TODO: Updated. svn path=/trunk/; revision=176
* Fix a leaked ref.Xavier Claessens2007-07-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-30 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref. * src/empathy.c: If we get a chatroom we have to create an EmpathyTpChatroom object. * src/Makefile.am: Fix build system, programs links to libempathy-gtk and libempathy. * configure.ac: libempathy does not depends on libgnome-vfs. * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-chat.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * libempathy/empathy-filter.c: * libempathy/empathy-filter.h: * libempathy/empathy-filter.xml: * libempathy/Makefile.am: Filter incoming text channels and make status icon flash when there we receive a new message. Dispatch the channel only when we get a message and the user click on the icon. svn path=/trunk/; revision=175
* Install libempathy and libempathy-gtk and make their API public.Xavier Claessens2007-06-231-0/+2
| | | | | | | | | | | | | | 2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/libempathy-gtk.pc.in: * libempathy-gtk/Makefile.am: * libempathy/libempathy.pc.in: * libempathy/Makefile.am: * configure.ac: Install libempathy and libempathy-gtk and make their API public. svn path=/trunk/; revision=172
* Bump version to 0.9Xavier Claessens2007-06-221-1/+1
| | | | | | | | | 2007-06-21 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.9 svn path=/trunk/; revision=168
* Adding spellcheck support.Xavier Claessens2007-06-101-8/+46
| | | | | | | | | | | | | | | | | 2007-06-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-spell-dialog.glade: * libempathy-gtk/gossip-spell-dialog.c: * libempathy-gtk/gossip-spell-dialog.h: * libempathy-gtk/gossip-chat.c: * libempathy-gtk/Makefile.am: * configure.ac: Adding spellcheck support. * libempathy-gtk/gossip-spell.c: * libempathy/gossip-conf.c: Remove useless debug messages. svn path=/trunk/; revision=144
* Bump version to 0.8Xavier Claessens2007-06-101-1/+1
| | | | | | | | | | | | | | | | | 2007-06-09 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.8 * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription property. * data/gtalk.profile: * data/jabber.profile: * data/msn.profile: Add VCardField and VCardDefault to profiles for eds-sync support. svn path=/trunk/; revision=139
* Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeuiXavier Claessens2007-06-021-3/+5
| | | | | | | | | | | 2007-06-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-ui-utils.c: * libempathy-gtk/gossip-ui-utils.h: * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeui dependency (Ross Burton). svn path=/trunk/; revision=112
* Monitor changes on chatrooms.xml file and relead it when it's modified.Xavier Claessens2007-06-021-0/+1
| | | | | | | | | | | | | | | 2007-06-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-chatrooms-window.c: * libempathy-gtk/gossip-chat-window.c: * libempathy/gossip-chatroom.c: * libempathy/gossip-chatroom-manager.c: * configure.ac: Monitor changes on chatrooms.xml file and relead it when it's modified. connect chatroom-added/removed in some places where needed. svn path=/trunk/; revision=111
* Bump version to 0.7Xavier Claessens2007-06-021-1/+1
| | | | | | | | | 2007-06-01 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.7 svn path=/trunk/; revision=110
* Bump version to 0.6Xavier Claessens2007-05-251-1/+1
| | | | | | | | | 2007-05-25 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.6 svn path=/trunk/; revision=97
* Bump version to 0.5Xavier Claessens2007-05-201-1/+1
| | | | | | | | | 2007-05-20 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.5 svn path=/trunk/; revision=82
* import po files from gossipXavier Claessens2007-05-161-3/+0
| | | | svn path=/trunk/; revision=69
* Set bugzilla information in desktop file and add it to POTFILES.inXavier Claessens2007-05-161-2/+6
| | | | | | | | | | | | | | 2006-05-15 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * data/empathy.desktop.in: * data/Makefile.am: * data/empathy.desktop.in.in: * po/POTFILES.in: Set bugzilla information in desktop file and add it to POTFILES.in svn path=/trunk/; revision=68
* Add empathy icon stolen from cohoba.Xavier Claessens2007-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | 2006-05-14 Xavier Claessens <xclaesse@gmail.com> * src/empathy-chat-main.c: * src/empathy-main.c: * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy.png: * data/48x48: * data/48x48/Makefile.am: * data/48x48/empathy.png: * data/32x32/Makefile.am: * data/32x32/empathy.png: * data/16x16/empathy.png: * data/16x16/Makefile.am: * data/scalable/empathy.svg: * data/scalable/Makefile.am: * data/Makefile.am: Add empathy icon stolen from cohoba. svn path=/trunk/; revision=63
* bump version to 0.4Xavier Claessens2007-05-141-1/+1
| | | | svn path=/trunk/; revision=60
* 0.3 releaseEMPATHY_0_3Xavier Claessens2007-05-141-1/+1
| | | | svn path=/trunk/; revision=58
* Change version from 0.3darcs to 0.3svnXavier Claessens2007-05-131-1/+1
| | | | | | | | | 2006-05-13 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Change version from 0.3darcs to 0.3svn svn path=/trunk/; revision=54
* [darcs-to-svn @ adding protocol icons]Xavier Claessens2007-05-131-0/+3
| | | | svn path=/trunk/; revision=51
* [darcs-to-svn @ fix including of mcd-*.h files]Xavier Claessens2007-05-081-1/+1
| | | | svn path=/trunk/; revision=34
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]Xavier Claessens2007-05-081-2/+2
| | | | svn path=/trunk/; revision=32
* [darcs-to-svn @ Cleanup build system and add MC plugin]Xavier Claessens2007-05-061-11/+33
| | | | svn path=/trunk/; revision=29
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-031-4/+1
| | | | svn path=/trunk/; revision=28
* [darcs-to-svn @ distcheck now works]Xavier Claessens2007-05-021-1/+0
| | | | svn path=/trunk/; revision=26
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]Xavier Claessens2007-05-021-0/+1
| | | | svn path=/trunk/; revision=25
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-261-0/+75
svn path=/trunk/; revision=2