Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import-widget: use the server in IRC account display name | Guillaume Desmottes | 2011-12-16 | 1 | -4/+18 |
| | | | | | | | User generally use the same nick on different servers so just displaying the nick isn't very useful. https://bugzilla.gnome.org/show_bug.cgi?id=654171 | ||||
* | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async | Guillaume Desmottes | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2010-10-11 | 1 | -1/+10 |
| | |||||
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 1 | -1/+3 |
| | | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 | ||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 1 | -5/+6 |
| | | | | prepare_{async_finish} functions | ||||
* | empathy-import-widget: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -9/+10 |
| | |||||
* | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -2/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | import-widget: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -27/+30 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Move accounts assignment after the CMS are ready | Cosimo Cecchi | 2009-09-14 | 1 | -2/+2 |
| | |||||
* | Move protocol_is_supported() to empathy-import-utils | Cosimo Cecchi | 2009-09-14 | 1 | -26/+5 |
| | |||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 1 | -2/+2 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -15/+67 |
| | | | | | | | | | 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 EmpathyImportWidget | Cosimo Cecchi | 2009-08-22 | 1 | -0/+464 |
Also, take this as a chance to GObject-ify everything. |