summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-account-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* account-widget: Make it work with dialogs using header barsDebarshi Ray2014-06-041-1/+1
| | | | | | | | | | | | | | The tpaw_account_widget_new_for_protocol API has been changed to take a pointer to a GtkDialog instead of a GtkBox. If one is passed, then buttons are added to it without directly touching the action area. This way things will work irrespective of whether a header bar is being used or not. If NULL is passed, a button box is created and used for packing the buttons inside the widget as was the case before. In other words, this only affects users of this API who used to pass an action area. Those who did not should not be affected. https://bugzilla.gnome.org/show_bug.cgi?id=730578
* account-widget: add an "action-area" propertyMarco Barisione2013-08-201-0/+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
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-widget: change the license header from the GPL to the LGPL oneMarco Barisione2013-08-201-10/+9
| | | | | | | We have permission to relicense these files to LGPL, see GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-201-0/+95
https://bugzilla.gnome.org/show_bug.cgi?id=699492