aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* account-widget: add an "action-area" propertyMarco Barisione2013-08-201-1/+1
| | | | | | | This allows user of the class to get the buttons packed in a different widget, for instance the one returned by gtk_dialog_get_action_area. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* pixbuf-utils: copy the generic pixbuf-related utily functions from EmpathyMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Switch the symbols namespace to tpawEmanuele Aina2013-08-201-4/+4
| | | | | | | | The file names have been kept unchanged to keep the diff simple and will be updated later. This makes easier to spot where the account widgets still rely on libempathy. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | 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
* Avoid include path overspecificationsEmanuele Aina2013-04-011-2/+2
| | | | | | | If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
| | | | | | | 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
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* ll-xmpp-assistant: deal with the im-local-xmpp not being foundGuillaume Desmottes2012-09-071-4/+7
| | | | | | | For some reason my test user can't find it; best to not raise warnings in this case. https://bugzilla.gnome.org/show_bug.cgi?id=683442
* 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