aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Autoreject incoming calls if there are others in progressEmilio Pozuelo Monfort2011-03-071-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=643656
* Fix make distcheckEMPATHY_2_91_90Emilio Pozuelo Monfort2011-02-211-1/+1
|
* add gedit-close-buttonGuillaume Desmottes2011-02-211-0/+2
| | | | This file is a bare copy from gedit.
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-211-0/+8
| | | | And only build them for empathy-av, since they use farsight.
* Only link empathy-av against farsightEmilio Pozuelo Monfort2011-02-101-0/+3
|
* Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-101-10/+15
| | | | So the other binaries don't need to link against farsight.
* Generate closures for src/Emilio Pozuelo Monfort2011-02-101-1/+22
|
* EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreenEmilio Pozuelo Monfort2011-02-031-1/+1
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-1/+1
|
* libempathy: Use trust assertions instead of certificate directories.Stef Walter2010-12-241-0/+1
| | | | Initial implementation.
* add EmpathyNotificationsApproverGuillaume Desmottes2010-11-231-0/+1
|
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-6/+0
| | | | We do not support GTK2 anymore, so there is no point in keeping those
* src/Makefile.am: add $(NULL)Guillaume Desmottes2010-10-251-3/+6
|
* Create 'empathy-chat' handling text channels (#631946)Guillaume Desmottes2010-10-251-1/+9
|
* stop linking on libuniqueGuillaume Desmottes2010-10-181-4/+0
|
* Import latest version of ev-sidebar from totemGuillaume Desmottes2010-10-041-3/+6
| | | | | This one builds fine with GTK-3. Also, stop renamespacing it so it's easier to update it.
* allow building empathy without edsSaleem Abdulrasool2010-08-251-2/+4
|
* Rename empathy-auth-helper->empathy-auth-clientCosimo Cecchi2010-08-191-3/+3
|
* Add a first skeleton of the auth helper.Cosimo Cecchi2010-08-131-1/+5
|
* Update cc-empathy-accounts-panel for latest gnome-control-centerDanielle Madeley2010-07-211-2/+0
|
* import empathy-accounts manpage from DebianGuillaume Desmottes2010-07-121-1/+2
| | | | Thanks to Laurent Bigonville for this man page.
* link on unique-3 when using GTK3Guillaume Desmottes2010-07-081-0/+4
|
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-0/+2
|
* install empathy-av to libexecGuillaume Desmottes2010-06-291-1/+3
|
* Add empathy-av, a new process handling media channels (#599161)Guillaume Desmottes2010-06-291-4/+10
|
* remove empathy-import-mc4-accounts (#622578)Guillaume Desmottes2010-06-241-1/+0
|
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-2/+0
|
* cc-empathy-accounts-panel: Enable gettext when the panel is createdRob Bradford2010-04-261-0/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-1/+0
| | | | Fixes bug #598446
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-301-0/+1
|\
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Separate the debug window into its own process.Mike Ruprecht2010-03-151-1/+6
| |
* | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-131-0/+1
|/ | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-261-0/+2
| | | | By default TPL is disabled, use --enable-tpl configure option to enable it.
* Add missing libm linking (#610751)Brian Pepple2010-02-231-0/+1
|
* empathy-accounts-dialog: Prepend BIN_DIR to the binary nameDanielle Madeley2010-02-121-0/+1
|
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-121-14/+89
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* move create_salut_account_if_needed and should_create_salut_account to a new ↵Guillaume Desmottes2010-01-201-0/+1
| | | | file
* remove empathy-tube-handler.c and empathy-tube-dispatchGuillaume Desmottes2010-01-191-4/+1
|
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-3/+2
| | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add a rudimentry UI to select a 3rd contact to inviteDanielle Madeley2009-12-211-0/+1
| | | | Needs support for inviting in MUCs added
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-191-4/+1
|
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-131-1/+0
| | | | All its code was related to notifications.
* src/Makefile.am: sort filesGuillaume Desmottes2009-11-131-9/+9
|
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
|
* Merge branch 'debug-window'Xavier Claessens2009-08-261-1/+1
|\ | | | | | | | | Conflicts: src/empathy-debug-window.c
| * Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-261-1/+1
| |
* | Add the mc4 account importer files in the makefileArnaud Maillet2009-08-241-0/+1
| |
* | Make the import system more future-proofCosimo Cecchi2009-08-221-0/+1
| | | | | | | | | | | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import.
* | Add the new files to the Makefile.amCosimo Cecchi2009-08-221-0/+1
| |
* | Move back the account assistant to src/Cosimo Cecchi2009-08-221-0/+1
| |
* | Implement first page in the assistantCosimo Cecchi2009-08-221-1/+0
| |
* | Add a first page to the assistantCosimo Cecchi2009-08-221-0/+1
| |
* | Add empathy-import-dialog and empathy-import-pidgin to the makefileArnaud Maillet2009-08-221-0/+2
| |
* | Port to libuniqueCosimo Cecchi2009-08-011-1/+0
| |
* | Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-161-2/+0
|/
* Merge branch 'debugger'Jonny Lamb2009-06-261-0/+1
|\
| * Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-181-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | add empathy-map-view files to empathy_handwritten_source so they are checked ↵Guillaume Desmottes2009-06-241-1/+1
|/ | | | by the coding style script
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-121-1/+3
|
* src/Makefile.am: actually enable warning CFLAGSGuillaume Desmottes2009-06-111-1/+1
|
* Distribute conditionally built filesPierre-Luc Beaudoin2009-06-091-5/+11
|
* Add simple flymake support.Jonny Lamb2009-06-051-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'debug'Jonny Lamb2009-06-051-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-241-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Move the geoclue geocoding in EmpathyTpContactFactoryPierre-Luc Beaudoin2009-05-281-3/+1
| | | | | | | | | | | | This code needs to be run when ever there is a new location available It makes more sens for it to be there. This makes the geolocation informtion ritcher as it can be displayed on a map.
* | Build fixDavyd Madeley2009-05-281-2/+4
| |
* | Add a Contact Map windowPierre-Luc Beaudoin2009-05-281-0/+8
| |
* | Configure bits for libchamplainPierre-Luc Beaudoin2009-05-281-1/+3
| |
* | enable coding style checks in srcGuillaume Desmottes2009-05-181-3/+12
| |
* | Video playback fullscreen modejtellier2009-05-081-0/+2
| | | | | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771
* | Add shave support to build process.Jonny Lamb2009-04-241-2/+4
|/ | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Modify Makefile.am for new file namesXavier Claessens2009-04-161-13/+13
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848
* Put in new VOIP UISjoerd Simons2009-02-031-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2404
* add a sidebar abstraction taken from emerillionSjoerd Simons2009-02-031-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2402
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵Sjoerd Simons2009-02-031-1/+0
| | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-311-0/+1
| | | | svn path=/trunk/; revision=2294
* Add libnotify dep to src/ only.Xavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2292
* Do not generate marshallers in src/, it is not needed.Xavier Claessens2009-01-101-21/+0
| | | | svn path=/trunk/; revision=2212
* Add EmpathyTubeDispatcher as a helper for dispatching tubesSjoerd Simons2009-01-101-0/+46
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2157
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). ↵Xavier Claessens2008-12-121-6/+0
| | | | | | They have to be called by any process using libempathy. svn path=/trunk/; revision=1966
* Don't forget to install empathy-import-dialog.gladeXavier Claessens2008-12-011-0/+1
| | | | svn path=/trunk/; revision=1939
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-0/+2
| | | | svn path=/trunk/; revision=1884
* Split pidgin import code into its own module. It makes easier to add other ↵Xavier Claessens2008-10-171-0/+1
| | | | | | import modules for other programs. svn path=/trunk/; revision=1644
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1593
* Use alphabetical order in makefileXavier Claessens2008-10-171-12/+12
| | | | svn path=/trunk/; revision=1592
* Remove empathy-accounts binary, it is replaced by empathy --accountsXavier Claessens2008-08-021-6/+1
| | | | svn path=/trunk/; revision=1283
* Move the event manager to src/Xavier Claessens2008-07-151-2/+3
| | | | svn path=/trunk/; revision=1253
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-151-3/+7
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵Xavier Claessens2008-05-091-1/+0
| | | | | | parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093
* Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon ↵Xavier Claessens2008-04-231-0/+4
| | | | | | McVittie). svn path=/trunk/; revision=1035
* Move tube chandler to EmpathyFilterXavier Claessens2008-04-201-0/+1
| | | | svn path=/trunk/; revision=988
* Build empathy-tubes-chandlerXavier Claessens2008-04-201-2/+2
| | | | svn path=/trunk/; revision=975
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-201-29/+2
| | | | svn path=/trunk/; revision=967
* Add missing glade fileXavier Claessens2008-04-041-0/+1
| | | | svn path=/trunk/; revision=868
* Install glade files that got moved to src/Xavier Claessens2008-03-151-1/+11
| | | | svn path=/trunk/; revision=796
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-5/+15
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Move chat chandler into the same process than contact listXavier Claessens2008-03-141-6/+2
| | | | svn path=/trunk/; revision=788
* Do not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione).Xavier Claessens2008-03-091-1/+4
| | | | svn path=/trunk/; revision=711
* Fix typo in var name and don't link empathy-call-chandler on ↵Xavier Claessens2008-02-261-1/+0
| | | | | | libemp-extensions.la anymore. svn path=/trunk/; revision=666
* Make use of generated code for using stream engine.Xavier Claessens2008-02-261-0/+1
| | | | svn path=/trunk/; revision=664
* Add a program to show chat logsXavier Claessens2008-01-201-1/+3
| | | | svn path=/trunk/; revision=584
* Ship empathy-call.chandler as extra_dist if not compiled with VoIPXavier Claessens2007-12-051-0/+2
| | | | | | | | | | 2007-12-05 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * src/Makefile.am: Ship empathy-call.chandler as extra_dist if not compiled with VoIP support. Fixes bug #501486. svn path=/trunk/; revision=466
* Do not build voip chandler if building without voip support. Fixes bugXavier Claessens2007-11-151-10/+10
| | | | | | | | | | 2007-11-15 Xavier Claessens <xclaesse@gmail.com> * src/Makefile.am: Do not build voip chandler if building without voip support. Fixes bug #496861. svn path=/trunk/; revision=438
* Move chats to its own process.Xavier Claessens2007-11-111-1/+4
| | | | | | | | | | | | | | 2007-11-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.c: * src/empathy-call-chandler.c: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: * src/empathy.c: * src/Makefile.am: Move chats to its own process. svn path=/trunk/; revision=429
* Install empathy-call-chandler to $libexecdir.Xavier Claessens2007-11-081-2/+3
| | | | | | | | | | 2007-11-07 Xavier Claessens <xclaesse@gmail.com> * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: Install empathy-call-chandler to $libexecdir. svn path=/trunk/; revision=426
* Rename icons to follow fd.o icon naming spec. Move icons to the rightXavier Claessens2007-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.glade: * libempathy-gtk/empathy-group-chat.glade: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-images.h: * src/empathy.c: * src/Makefile.am: * configure.ac: * data/jabber.profile: * data/salut.profile: * data/msn.profile: * data/gtalk.profile: * data/irc.profile: * data/22x22: * data/32x32: * data/24x24: * data/16x16: * data/48x48: * data/scalable: * data/Makefile.am: * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons to the right directory. Fixes bug #470418 (Michael Monreal). svn path=/trunk/; revision=404
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-291-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Ported from VOIP branch.Xavier Claessens2007-09-281-6/+5
| | | | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: * src/Makefile.am: * libempathy/empathy-tp-group.c: * libempathy/Makefile.am: Ported from VOIP branch. svn path=/trunk/; revision=335
* Fix a leaked ref.Xavier Claessens2007-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Empathy is no more splitted into 2 processes. It makes debugging moreXavier Claessens2007-06-141-14/+4
| | | | | | | | | | | | | | | | | | | 2007-06-14 Xavier Claessens <xclaesse@gmail.com> * src/org.gnome.Empathy.Chat.service.in: * src/empathy-accounts.c: * src/empathy-accounts-main.c: * src/empathy-chat-main.c: * src/empathy.c: * src/Makefile.am: * src/empathy-main.c: * libempathy/gossip-chatroom-manager.c: * autogen.sh: Empathy is no more splitted into 2 processes. It makes debugging more difficult when emmpathy-chat crashes. It's also more optimised like that since contact objects can be shared. svn path=/trunk/; revision=154
* libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.cXavier Claessens2007-06-041-20/+4
| | | | | | | | | | | | | | | | | | | | | | | 2007-06-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-ui-utils.c * libempathy-gtk/gossip-accounts-dialog.c * libempathy-gtk/Makefile.am * src/empathy-accounts-main.c * src/empathy-chat-main.c * src/Makefile.am * src/empathy-main.c * libempathy/gossip-utils.c * libempathy/Makefile.am * src/empathy-filter.h * src/empathy-filter-plugin.c * src/empathy-filter.xml * src/empathy-filter.c * libempathy/gossip-paths.c * libempathy/gossip-paths.h: Remove unused code. svn path=/trunk/; revision=120
* po/POTFILES.inXavier Claessens2007-05-141-2/+5
| | | | | | | | | | | | | | | | 2006-05-14 Xavier Claessens <xclaesse@gmail.com> * src/empathy-chat-main.c: * src/Makefile.am: * src/empathy-main.c: * po/POTFILES.in * po/LINGUAS: * TODO: Setting up i18n support. * po/Makefile.in.in: Removed, it's generated at build time. svn path=/trunk/; revision=62
* Removing empathy-contact-list program, it's useless.Xavier Claessens2007-05-141-6/+1
| | | | | | | | | | | 2006-05-13 Xavier Claessens <xclaesse@gmail.com> * src/Makefile.am: * src/empathy-contact-list-main.c: Removing empathy-contact-list program, it's useless. svn path=/trunk/; revision=55
* [darcs-to-svn @ Improve build system]Xavier Claessens2007-05-091-13/+22
| | | | svn path=/trunk/; revision=36
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-091-21/+25
| | | | svn path=/trunk/; revision=35
* [darcs-to-svn @ Cleanup build system and add MC plugin]Xavier Claessens2007-05-061-19/+23
| | | | svn path=/trunk/; revision=29
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-031-13/+44
| | | | svn path=/trunk/; revision=28
* [darcs-to-svn @ Autostart]Xavier Claessens2007-05-031-1/+4
| | | | svn path=/trunk/; revision=27
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]Xavier Claessens2007-05-021-0/+20
svn path=/trunk/; revision=25