Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2010-10-11 | 1 | -4/+49 |
| | |||||
* | Add casts to fix constness problems in empathy-import-pidgin.c | Philip Withnall | 2010-08-06 | 1 | -5/+5 |
| | |||||
* | Fix constness of various variables and parameters | Philip Withnall | 2010-08-05 | 1 | -3/+3 |
| | |||||
* | src/empathy-import-pidgin: cast strings to (xmlChar *) when needed | Guillaume Desmottes | 2009-10-20 | 1 | -3/+4 |
| | |||||
* | Fix a long line. | Cosimo Cecchi | 2009-09-14 | 1 | -1/+2 |
| | |||||
* | Watch the DBus signature of the param. | Cosimo Cecchi | 2009-09-14 | 1 | -5/+28 |
| | | | | We used to hardcode UINT, but this does not work for haze CMs. | ||||
* | Convert Pidgin's int values to uints | Cosimo Cecchi | 2009-09-06 | 1 | -2/+5 |
| | |||||
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -1/+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. | ||||
* | Fix a small memory leak | Sjoerd Simons | 2009-08-22 | 1 | -6/+6 |
| | |||||
* | Port empathy-import-pidgin to mc5 | Arnaud Maillet | 2009-08-22 | 1 | -16/+17 |
| | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -1/+0 |
| | |||||
* | Use tp_asv_get_string instead of messing with GValues. | Jonny Lamb | 2009-06-05 | 1 | -5/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Use "foo == NULL" instead of "!foo". | Jonny Lamb | 2009-06-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Set an empty password for pidgin accounts that have no password set. | Jonny Lamb | 2009-06-05 | 1 | -0/+10 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992) | Jonny Lamb | 2009-06-05 | 1 | -1/+18 |
| | | | | | | | It was decided that if pidgin has an account with no host set, then both the server and port should be ignored, as a special case in XMPP. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-import-pidgin: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-import-pidgin: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Make the "Import Accounts" button insensitive if there's nothing to import. | Jonny Lamb | 2009-03-10 | 1 | -0/+16 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665 | ||||
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245 | ||||
* | It is a map from pidgin to CM, not MC. | Xavier Claessens | 2008-10-17 | 1 | -10/+10 |
| | | | | svn path=/trunk/; revision=1645 | ||||
* | Split pidgin import code into its own module. It makes easier to add other ↵ | Xavier Claessens | 2008-10-17 | 1 | -0/+305 |
import modules for other programs. svn path=/trunk/; revision=1644 |