aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | 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
* Use double quotes for all internal headersEmanuele Aina2013-04-011-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
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-161-1/+4
| | | | | | | | | The widget doesn't have to prepare EmpathyConnectionManagers itself any more and so can populate its treeview right away. By doing so it will request a more decent size and so the dialog will actually display the accounts which can be imported without forcing user to resize it. https://bugzilla.gnome.org/show_bug.cgi?id=670201
* Make the import system more future-proofCosimo Cecchi2009-08-221-18/+0
| | | | | | | | | 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.
* Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi2009-08-221-3/+36
| | | | Also, take this as a chance to GObject-ify everything.
* Port empathy-import-dialog to mc5Arnaud Maillet2009-08-221-3/+4
|
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-0/+1
|
* empathy-import-dialog: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-101-0/+1
| | | | | | 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 Lamb2009-01-231-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245
* Split pidgin import code into its own module. It makes easier to add other ↵Xavier Claessens2008-10-171-0/+10
| | | | | | import modules for other programs. svn path=/trunk/; revision=1644
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵Jonny Lamb2008-10-171-2/+1
| | | | | | | | parsed twice. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1630
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1624
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-171-0/+33
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1593