aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-1/+1
|
* remove libebook supportGuillaume Desmottes2012-06-071-71/+2
| | | | | | | It's API just changed and it's not really useful anymore as gnome-about-me has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=677533
* remove empathy_account_settings_set_* functionsGuillaume Desmottes2012-06-071-7/+9
| | | | | | | | They don't buy us much so let's just pass the GVariant directly. Fix some string leaks in empathy-account-widget-irc.c as well. https://bugzilla.gnome.org/show_bug.cgi?id=677545
* Turn EmpathyAccountWidget to a proper GtkWidgetGuillaume Desmottes2012-05-081-10/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640417
* add empathy_local_xmpp_assistant_widget_is_valid()Guillaume Desmottes2012-04-041-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673451
* local-xmpp-assistant-widget: increase row-spacingGuillaume Desmottes2012-02-171-1/+1
|
* use the 48x48 version of the local-xmpp iconGuillaume Desmottes2012-02-171-1/+1
| | | | | | We don't have to scale up the icon any more and it looks good as it. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* move the second part of the message at the end of the widgetGuillaume Desmottes2012-02-171-8/+15
| | | | | | I rephrased it as well per Will's suggestion. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* local-xmpp-assistant-widget: inherit from a GtkGridGuillaume Desmottes2012-02-171-11/+6
| | | | | | It simplifies widgets packing. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Move should_create_salut_account to local-xmpp-assistant-widgetGuillaume Desmottes2012-02-171-0/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* add empathy-local-xmpp-assistant-widgetGuillaume Desmottes2012-02-171-0/+282
All of this is duplicated code from empathy-account-assistant and empathy-auto-salut-account-helper but those are going away so I didn't bother refactoring them. https://bugzilla.gnome.org/show_bug.cgi?id=652669