Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EmpathySearchContactDialog: Set search entry insensitive when search is not ↵ | Xavier Claessens | 2013-07-08 | 1 | -0/+2 |
| | | | | | | | | | supported There is no point in letting user type something if the search button is insensitive anyway. https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: Set line wrap on message pages instead of ellipsize | Xavier Claessens | 2013-07-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: Add a "Not Supported" message page | Xavier Claessens | 2013-07-08 | 1 | -1/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: factor out append_message_page() | Xavier Claessens | 2013-07-08 | 1 | -13/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -5/+6 |
| | | | | | | | | | | | | 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 includes | Emanuele Aina | 2013-04-01 | 1 | -3/+3 |
| | | | | | | | | 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 overspecifications | Emanuele Aina | 2013-04-01 | 1 | -5/+5 |
| | | | | | | | 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 headers | Emanuele Aina | 2013-04-01 | 1 | -8/+8 |
| | | | | | | | 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 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -2/+0 |
| | | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | contact-search-dialog: fix GtkSizeGroup leak | Pavel Vasin | 2012-10-08 | 1 | -0/+1 |
| | | | | | | | | GtkSizeGroup objects are referenced by each widget in the size group, so once you have added all widgets to a GtkSizeGroup, you can drop the initial reference to the size group with g_object_unref(). https://bugzilla.gnome.org/show_bug.cgi?id=685652 | ||||
* | contact-search-dialog: use empathy_display_individual_info() | Guillaume Desmottes | 2012-07-11 | 1 | -2/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111 | ||||
* | contact-search-dialog: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-10 | 1 | -29/+50 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | contact-search-dialog: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -4/+1 |
| | |||||
* | use gtk_box_new() instead of gtk_[h,v]box_new() | Guillaume Desmottes | 2011-11-21 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/ | ||||
* | contact-search-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-11-08 | 1 | -10/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663327 | ||||
* | Hide the request message entry if it can't be used | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -8/+30 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
* | Set the scrolled window shadow type to Etched in | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
* | Allow to specify the subscription request message | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -3/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
* | contact-search-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -50/+10 |
| | | | | | | TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | Include gi18n-lib.h in library sources, not gi18n.h. | Gabor Kelemen | 2011-05-05 | 1 | -1/+2 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379 | ||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -4/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+4 |
| | |||||
* | Contact Search: close the dialog when adding a contact | Emilio Pozuelo Monfort | 2011-03-17 | 1 | -0/+3 |
| | |||||
* | ContactSearch: don't leak a GError | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -2/+4 |
| | |||||
* | Build fix | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | Show a profile info button in contact search results | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -0/+55 |
| | |||||
* | Use the special "" search field if the CM supports it | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -1/+5 |
| | |||||
* | Emit RESPONSE_APPLY on row-activated | Danielle Madeley | 2011-03-03 | 1 | -0/+12 |
| | |||||
* | Contact Search Dialog: Search when enter is pressed | Danielle Madeley | 2011-03-03 | 1 | -1/+3 |
| | |||||
* | Change 'Add' to 'Add Contact' | Danielle Madeley | 2011-03-03 | 1 | -1/+3 |
| | |||||
* | Tweak ContactSearchDialog padding | Danielle Madeley | 2011-03-03 | 1 | -13/+17 |
| | |||||
* | Add Contact Search support | Emilio Pozuelo Monfort | 2011-01-28 | 1 | -0/+572 |
https://bugzilla.gnome.org/show_bug.cgi?id=606947 |