summaryrefslogtreecommitdiff
path: root/libempathy-gtk/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-03-27Fix underlinkingSimon McVittie1-0/+1
Building with LDFLAGS=-Wl,-z,defs reveals that libempathy-gtk and libempathy rely on the host application to link to cheese and udev. This is because the telepathy-account-widgets convenience library does not pass its dependencies through, which appears to be deliberate (commit da8acc15 in tp-a-w).
2014-03-27remove extensions/Guillaume Desmottes1-1/+0
All the API have been merged into spec and tp-glib. \o/
2014-01-07remove EGGLISTBOX_CFLAGSGuillaume Desmottes1-1/+0
We stopped using egg-list-box a while ago.
2013-09-04remove egg-list-boxGuillaume Desmottes1-3/+0
https://bugzilla.gnome.org/show_bug.cgi?id=706988
2013-09-03add empathy-geoclue-helperGuillaume Desmottes1-2/+17
Based on a proposed API on fdo#68658. May end up in geoclue at some point. https://bugzilla.gnome.org/show_bug.cgi?id=706627
2013-08-20Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20user-info: move from Empathy to tp-account-widgetsMarco Barisione1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20avatar-chooser: move from Empathy to tp-account-widgetsMarco Barisione1-2/+0
This commit also changes the licence of the moved code from GPL to LGPL. EmpathyAvatarChooser was based on Evolution's EImageChooser that was originally LGPL. The later contributions were relicensed by the authors, see GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20calendar-button: move from Empathy to tp-accounts-widgetsMarco Barisione1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20contactinfo-utils: move from Empathy to tp-account-widgetsMarco Barisione1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20live-search: move from Empathy to tp-account-widgetsMarco Barisione1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20tp-account-widgets: Move account widgets code in the tp-account-widgets subdirEmanuele Aina1-26/+3
Start moving the account widgets code in a subdir before fully isolating it and stubbing it out in a submodule. https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-3/+3
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
2013-04-01Use double quotes for all internal headersEmanuele Aina1-1/+1
This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
2013-04-01account-widget: Embed .ui files with GResourceEmanuele Aina1-5/+20
https://bugzilla.gnome.org/show_bug.cgi?id=696978
2012-08-09add empathy-roster-model-aggregatorGuillaume Desmottes1-0/+2
2012-07-30EmpathyUserInfo: New widget to edit personal informationXavier Claessens1-0/+2
This is a much simplified version of EmpathyContactWidget https://bugzilla.gnome.org/show_bug.cgi?id=680449
2012-07-23add empathy-roster-model-managerGuillaume Desmottes1-0/+2
2012-07-23add empathy-roster-modelGuillaume Desmottes1-0/+2
2012-07-17Turn libempathy-gtk to a public libGuillaume Desmottes1-2/+8
We use "-release" versioning as it's not meant to be used out of Empathy's tree. https://bugzilla.gnome.org/show_bug.cgi?id=679786
2012-07-11remove empathy-contact-dialogsGuillaume Desmottes1-3/+0
https://bugzilla.gnome.org/show_bug.cgi?id=679111
2012-07-09add empathy-dialpad-buttonGuillaume Desmottes1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=679396
2012-07-05add empathy-subscription-dialogGuillaume Desmottes1-0/+2
This is copied from the similar dialog in empathy-account-dialogs.c which I'm about to remove. https://bugzilla.gnome.org/show_bug.cgi?id=679136
2012-07-02remove empathy-chat-viewGuillaume Desmottes1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=679255
2012-07-02remove empathy-chat-text-viewGuillaume Desmottes1-2/+0
In Adium we trust. https://bugzilla.gnome.org/show_bug.cgi?id=679255
2012-07-02Remove legacy themes codeDanielle Madeley1-4/+0
2012-06-14add empathy-roster-groupGuillaume Desmottes1-0/+2
2012-06-14rename EmpathyRosterItem to EmpathyRosterContactGuillaume Desmottes1-2/+2
2012-06-14add empathy-roster-itemGuillaume Desmottes1-0/+2
2012-06-14create roster-view skeletonGuillaume Desmottes1-0/+2
2012-06-14Add egg-list-box as a submoduleGuillaume Desmottes1-0/+4
2012-06-07remove libebook supportGuillaume Desmottes1-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
2012-03-16add EmpathyCalendarButtonGuillaume Desmottes1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=671981
2012-03-13Revert "remove empathy-individual-information-dialog"Guillaume Desmottes1-0/+2
This reverts commit 8c56829f3fa97640abf47ced7d39aa618fffe07f. https://bugzilla.gnome.org/show_bug.cgi?id=671884
2012-02-16add empathy-local-xmpp-assistant-widgetGuillaume Desmottes1-0/+4
All of this is duplicated code from empathy-account-assistant and empathy-auto-salut-account-helper but those are going away so I didn't bother refactoring them. https://bugzilla.gnome.org/show_bug.cgi?id=652669
2012-02-08Remove unused persona store/viewGuillaume Desmottes1-4/+0
https://bugzilla.gnome.org/show_bug.cgi?id=669482
2012-02-08remove linking UIGuillaume Desmottes1-4/+0
https://bugzilla.gnome.org/show_bug.cgi?id=669482
2012-02-07remove empathy-individual-information-dialogGuillaume Desmottes1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=669559
2011-12-22add new-account-dialogGuillaume Desmottes1-0/+2
This introduces some code duplication with the assistant but it's going to die soon anyway.
2011-12-14remove empathy-contact-menuGuillaume Desmottes1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=665038
2011-11-24Remove obsolete contact-list-{store,view}Guillaume Desmottes1-4/+0
Hourrah \o/ https://bugzilla.gnome.org/show_bug.cgi?id=663387
2011-11-24Add individual-store-channelGuillaume Desmottes1-0/+2
This will allow us to use the individual view to display muc members. https://bugzilla.gnome.org/show_bug.cgi?id=663387
2011-11-24Abstract the individual storeGuillaume Desmottes1-0/+2
We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387
2011-11-23add empathy-bad-password-dialogGuillaume Desmottes1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=661640
2011-11-23Abstract EmpathyPasswordDialog to EmpathyBasePasswordDialogGuillaume Desmottes1-0/+2
I'm going to implement a slidely different version of this dialog so best to re-use as much code as possible. https://bugzilla.gnome.org/show_bug.cgi?id=661640
2011-10-21Move empathy-contactinfo-utils to libempathy-gtkDanielle Madeley1-0/+2
Why do we still have this annoying split? Rebasing this work will pull in a dependency on empathy-string-parser, which is part of libempathy-gtk. Hence the move.
2011-10-20Remove contact-selector-dialogDanielle Madeley1-3/+0
It's no longer used.
2011-10-19Move dialpad into a widget of its ownDanielle Madeley1-0/+2
Let's face it, the whole thing was getting a little unwieldly there in the UI utils, and if we're going to be using it in more places, let's start by abstracting it into a widget.
2011-10-08remove empathy-contact-selectorGuillaume Desmottes1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=629517
2011-09-28Use g_cclosure_marshal_generic for all signalsXavier Claessens1-21/+0
No more ugly marshallers \o/