aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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