summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add skypeweb to known protocolsBalló György2017-02-131-0/+5
| | | | | | | Also add icons for Skype protocols. Source: https://github.com/EionRobb/skype4pidgin/tree/master/icons https://bugzilla.gnome.org/show_bug.cgi?id=778157
* Remove Facebook XMPP supportballogyor@gmail.com2017-02-031-1/+1
| | | | | | | The service is discontinued in 2015: https://developers.facebook.com/docs/chat https://bugzilla.gnome.org/show_bug.cgi?id=747623
* remove tpaw_make_color_whiter()Guillaume Desmottes2014-01-081-10/+0
| | | | | | It's not used any more. https://bugzilla.gnome.org/show_bug.cgi?id=710252
* wrap x11 specific codeArmin K2013-10-121-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708395
* tp-account-widgets: use TpAW's debugging functions instead of Empathy'sMarco Barisione2013-08-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tpaw-utils: copy URL handling functions from Empathy to tp-awMarco Barisione2013-08-201-0/+40
| | | | | | | 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_xml_validate_from_resource to tp-aw and rename itMarco Barisione2013-08-201-0/+36
| | | | | | | 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
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-0/+53
| | | | | | | 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_get_toplevel_window to tp-aw and rename itMarco Barisione2013-08-201-1/+18
| | | | | | | 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: copy empathy_make_color_whiter()Marco Barisione2013-08-201-0/+10
| | | | | | | 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 functions for protocol and service display informationMarco Barisione2013-08-201-0/+89
| | | | | | | | | | | | | The following functions were moved from empathy to tp-aw and renamed accordingly: * empathy_protocol_icon_name; * empathy_protocol_name_to_display_name; * empathy_service_name_to_display_name. 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
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-201-1/+45
| | | | | | | 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
* tpaw-utils: add stub for files with misc utility functionsMarco Barisione2013-08-201-0/+25
https://bugzilla.gnome.org/show_bug.cgi?id=699492