aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* chat-resources: Fix dependencies generation on $(srcdir) != $(builddir)Emanuele Aina2013-04-011-11/+7
| | | | | | `glib-compile-resources generate-dependencies' needs the --sourcedir flag to be able to work properly when $(srcdir) != $(builddir). Spotted by running `make distcheck'.
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+5
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Fix link issue when UOA is enabledXavier Claessens2013-03-131-0/+2
| | | | | src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we have to pass UOA build flags.
* empathy-chat: add some JavaScript to prepend messagesDebarshi Ray2013-01-211-1/+25
| | | | Fixes: https://bugzilla.gnome.org/639877
* Port to gstreamer 1.0Sjoerd Simons2012-09-031-1/+1
|
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-291-0/+2
| | | | | | libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file.
* remove libebook supportGuillaume Desmottes2012-06-071-2/+0
| | | | | | | It's API just changed and it's not really useful anymore as gnome-about-me has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=677533
* remove GeditCloseButtonGuillaume Desmottes2012-05-241-2/+0
|
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-211-0/+5
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac src/empathy-accounts.c
| * empathy-accounts: init cheese-gtk if neededGuillaume Desmottes2012-05-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | The avatar chooser, which is not used by empathy-accounts, may use Cheese to take a photo. cheese_gtk_init() has been added during the 3.4 cycle so I bumped the dep to 3.4.0 as that's the version I have tested it with it. It's an optionnal dep anyway so... https://bugzilla.gnome.org/show_bug.cgi?id=674553
* | Remove dead map view componentDanielle Madeley2012-05-161-14/+0
| |
* | video-widget: Remove as it is now unusedOlivier Crête2012-05-091-2/+0
| | | | | | | | | | | | | | It was only used by empathy-av. Move the #defines to call-window where they are used. https://bugzilla.gnome.org/show_bug.cgi?id=675647
* | remove empathy-avGuillaume Desmottes2012-05-021-33/+0
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-061-0/+1
| | | | | | | empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452
* empathy-call doesn't need ev-sidebarGuillaume Desmottes2012-03-021-2/+0
|
* Allow to build with empathy-avGuillaume Desmottes2012-03-021-3/+6
|
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+29
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Revert "remove ev-sidebar"Guillaume Desmottes2012-03-011-0/+2
| | | | | | This reverts commit 8499da09a2cd61da8c02b34f00112672007d13c8. Need for empathy-av
* check coding style of all binariesGuillaume Desmottes2012-02-211-1/+7
|
* remove ev-sidebarGuillaume Desmottes2012-02-211-2/+0
| | | | It's not used in empathy-call.
* Drop empathy-avGuillaume Desmottes2012-02-211-31/+1
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* always build empathy-callGuillaume Desmottes2012-02-211-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Merge remote-tracking branch 'origin/call1' into master+callGuillaume Desmottes2012-02-211-2/+0
|\ | | | | | | | | | | Conflicts: configure.ac telepathy-yell
| * Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-2/+0
| |
* | remove empathy-auto-salut-account-helperGuillaume Desmottes2012-02-171-2/+0
|/ | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-3/+3
| | | | | With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now.
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-31/+0
| | | | No more ugly marshallers \o/
* all: remove butterfly workarounds (bgo#612555)Jonny Lamb2011-09-261-1/+0
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Remove control centre pluginDanielle Madeley2011-09-021-31/+0
| | | | | GNOME no longer supports control centre plugins, and it was decided at the hackfest that empathy-accounts should not appear in the control centre.
* build: use an autoconf macro to get to -lmFrédéric Péters2011-08-311-2/+2
|
* build: remove -enumtypes rulesFrédéric Péters2011-08-301-18/+0
|
* build: add -lm where requiredFrédéric Péters2011-08-301-1/+1
|
* src: install empathy-main-window-menubar.uiRaluca Elena Podiuc2011-08-251-0/+1
| | | | | | | | | | | | | | | | | | empathy-main-window-menubar.ui was added in this commit: 1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit commit 1ad15d157971b6550cb11787a03463e891d29364 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Aug 23 14:08:18 2011 +0200 Move main window's UI manager to its own UI file Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. But was not marked to be installed. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271
* Add a rectangle actor with rounded cornersEmilio Pozuelo Monfort2011-08-191-0/+2
| | | | | | | This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576
* Add a ClutterTexture subclass with rounded cornersEmilio Pozuelo Monfort2011-08-191-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576
* mic-monitor: move the PA-specific stuff from audio-src to hereJonny Lamb2011-08-181-1/+5
| | | | | | Sorry for another big commit. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'log-window-webview'Danielle Madeley2011-08-181-4/+1
|\
| * Make WebKit compulsoryDanielle Madeley2011-08-161-4/+1
| | | | | | | | | | It is now required for the log viewer, furthermore it will be required once we remove non-adium themes.
* | CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-151-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167
* | Add a GtkClutterActor subclass that clips the cornersEmilio Pozuelo Monfort2011-08-121-1/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150
* | Make the #defines an static arrayEmilio Pozuelo Monfort2011-08-041-0/+2
| |
* | CallWindow: add a Help->About menuEmilio Pozuelo Monfort2011-08-041-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* | call-window: add a Microphone menu to change mic on the flyJonny Lamb2011-07-291-1/+3
| | | | | | | | | | | | | | Yay! Sorry this commit is kind of big with the addition of mic-menu, perhaps I should have added it in pieces. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | src: give empathy-call sources to the marshal generatorJonny Lamb2011-07-291-2/+2
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add a empathy-streamed-media-window.ui fileEmilio Pozuelo Monfort2011-06-231-0/+1
| | | | | | | | | EmpathyCallWindow and EmpathyStreamedMediaWindow were sharing the same .ui file, but they weren't both implementing everything (right now StreamedMedia didn't handle the Dialpad menu item). So add a empathy-streamed-media-window.ui from before new stuff was added to empathy-call-window.ui.
* Include yell before anything elseEmilio Pozuelo Monfort2011-06-091-1/+1
| | | | | | | Since we want to build against our copy of yell. Otherwise if you have yell installed in /usr, it'll be picked from there as we get -I/usr/include/telepathy-1.0 and telepathy-yell is installed as telepathy-yell/telepathy-yell.h in that directory.
* Build an empathy-call binary when we have Call supportEmilio Pozuelo Monfort2011-06-081-0/+34
| | | | | | Conflicts: src/Makefile.am
* 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