| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
prepare_{async_finish} functions
|
| |
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
| |
|
| |
|
|
|
|
|
| |
- Added missing files in po/POTFILES.in
- Fixed style
|
|
|
|
|
|
|
|
|
| |
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.
|
|
Also, take this as a chance to GObject-ify everything.
|