summaryrefslogtreecommitdiff
path: root/src/empathy-import-pidgin.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione1-1/+2
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-2/+2
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-2/+2
2013-04-01Use double quotes for all internal headersEmanuele Aina1-2/+2
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-10/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+1
2012-06-06import-pidgin: use TpProtocolGuillaume Desmottes1-3/+3
2010-10-11enable imported Pidgin accounts if needed (#594145)Vitaly Minko1-4/+49
2010-08-06Add casts to fix constness problems in empathy-import-pidgin.cPhilip Withnall1-5/+5
2010-08-05Fix constness of various variables and parametersPhilip Withnall1-3/+3
2009-10-20src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes1-3/+4
2009-09-14Fix a long line.Cosimo Cecchi1-1/+2
2009-09-14Watch the DBus signature of the param.Cosimo Cecchi1-5/+28
2009-09-06Convert Pidgin's int values to uintsCosimo Cecchi1-2/+5
2009-08-22Make the import system more future-proofCosimo Cecchi1-1/+1
2009-08-21Fix a small memory leakSjoerd Simons1-6/+6
2009-08-21Port empathy-import-pidgin to mc5Arnaud Maillet1-16/+17
2009-07-01Port the main of empathy to EmpathyAccountSjoerd Simons1-1/+0
2009-06-05Use tp_asv_get_string instead of messing with GValues.Jonny Lamb1-5/+2
2009-06-05Use "foo == NULL" instead of "!foo".Jonny Lamb1-1/+2
2009-06-05Set an empty password for pidgin accounts that have no password set.Jonny Lamb1-0/+10
2009-06-05Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)Jonny Lamb1-1/+18
2009-05-18empathy-import-pidgin: fix coding styleGuillaume Desmottes1-1/+1
2009-05-18empathy-import-pidgin: update the FSF addressGuillaume Desmottes1-2/+2
2009-03-10Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb1-0/+16
2009-01-23Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb1-1/+1
2008-10-17It is a map from pidgin to CM, not MC.Xavier Claessens1-10/+10
2008-10-17Split pidgin import code into its own module. It makes easier to add other im...Xavier Claessens1-0/+305