| Commit message (Expand) | Author | Age | Files | Lines |
* | empathy-ui-utils: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -14/+14 |
* | Output GtkBuilder errors as g_critical() not DEBUG() | Davyd Madeley | 2009-04-22 | 1 | -1/+1 |
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 1 | -0/+17 |
* | Port glade helpers to GtkBuilber | Xavier Claessens | 2009-04-16 | 1 | -117/+48 |
* | Move URI regex to empathy-ui-utils | Xavier Claessens | 2009-03-03 | 1 | -0/+21 |
* | Add a empathy_sound_play_full function | Sjoerd Simons | 2009-02-03 | 1 | -12/+59 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 1 | -51/+1 |
* | Fix coding style. | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
* | Initialize GError to NULL before using it. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Add a convenience function to avoid hacks when getting the pixbuf from the ic... | Xavier Claessens | 2009-01-31 | 1 | -11/+23 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 1 | -2/+8 |
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 1 | -8/+47 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Make coding style consistent with the rest of the file | Xavier Claessens | 2009-01-10 | 1 | -15/+14 |
* | Use new API to request file transfers | Sjoerd Simons | 2009-01-10 | 1 | -2/+52 |
* | Port to the new singleton API. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Add a comment that tells to keep EmpathySound enum sync with sound_entries ar... | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Assert that sound_id is OK before getting sound_entries[sound_id], to avoid c... | Xavier Claessens | 2009-01-07 | 1 | -3/+5 |
* | Sanity checks for empathy_play_sounds. | Xavier Claessens | 2009-01-07 | 1 | -1/+2 |
* | Add a debug message when playing sound. | Xavier Claessens | 2009-01-07 | 1 | -0/+4 |
* | Propperly mark event descriptions for translation. | Xavier Claessens | 2009-01-07 | 1 | -1/+4 |
* | Update empathy_sound_play () to be nicer to use and centralize the list | Xavier Claessens | 2009-01-07 | 1 | -6/+41 |
* | Turn empathy_sound_pref_is_enabled into empathy_sound_play that | Xavier Claessens | 2009-01-07 | 1 | -1/+16 |
* | Only play logout sound if switching to Offline from Available. | Xavier Claessens | 2009-01-07 | 1 | -1/+0 |
* | Don't emit sound when changing state and properly play login sound. | Xavier Claessens | 2009-01-07 | 1 | -2/+4 |
* | Add empathy_sound_pref_is_enabled (). | Xavier Claessens | 2009-01-07 | 1 | -0/+35 |
* | Remove useless empathy_text_buffer_tag_set | Xavier Claessens | 2008-12-16 | 1 | -48/+1 |
* | gtk_init and g_thread_init shouldn't be called by libraries. Let applications... | Xavier Claessens | 2008-12-12 | 1 | -36/+3 |
* | Refactor empathy_gtk_init* to share common code. | Xavier Claessens | 2008-12-12 | 1 | -19/+26 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They... | Xavier Claessens | 2008-12-12 | 1 | -0/+41 |
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -6/+6 |
* | Fix a little coding style | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -15/+1 |
* | Removed empathy_send_file_with_file_chooser_and_manager and made file transfe... | Jonny Lamb | 2008-11-22 | 1 | -46/+11 |
* | Removed useless test to check whether a GList has items. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -38/+34 |
* | Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -20/+8 |
* | Add parameter checks to public functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Use FIXME instead of TODO in comments. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -7/+7 |
* | Added empathy_send_file_with_file_chooser_and_manager to make use of the file... | Jonny Lamb | 2008-11-22 | 1 | -0/+14 |
* | Added some more file sending functions to libempathy-gtk. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+124 |
* | Add empathy_pixbuf_from_data_and_mime instead of breaking API. | Xavier Claessens | 2008-11-11 | 1 | -3/+10 |
* | Use foo[1] rather than *(foo + 1) | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit" | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Don't automatically resize and png-ify avatars. | Xavier Claessens | 2008-11-11 | 1 | -8/+22 |
* | Prepend "mailto:" to urls containing a "@". | Xavier Claessens | 2008-07-05 | 1 | -5/+9 |
* | Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712... | Xavier Claessens | 2008-06-08 | 1 | -1/+1 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -9/+8 |
* | Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias). | Baptiste Mille-Mathias | 2008-04-27 | 1 | -1/+1 |
* | Make possible to show "ghelp:" URIs and display a dialog in case of error in ... | Xavier Claessens | 2008-04-20 | 1 | -9/+20 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 1 | -10/+2 |
* | Fix compilation and usage of GError | Xavier Claessens | 2008-03-11 | 1 | -2/+2 |
* | Avoid dup the url string if not needed. | Xavier Claessens | 2008-03-11 | 1 | -15/+11 |
* | Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc... | Xavier Claessens | 2008-03-11 | 1 | -5/+12 |
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 1 | -1/+2 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Call gtk_window_deiconify() when presenting a window because in some cases th... | Xavier Claessens | 2008-02-15 | 1 | -0/+3 |
* | Change a bit the generic account setting API. | Xavier Claessens | 2008-02-11 | 1 | -22/+10 |
* | Add a generic UI to make easy building UI for protocol specific settings. Por... | Xavier Claessens | 2008-02-11 | 1 | -15/+24 |
* | Remove EmpathyPresence object and have "presence" and "presence-message" prop... | Xavier Claessens | 2008-01-25 | 1 | -21/+4 |
* | Try to load dtd and glade files from the srcdir first to aboid having to inst... | Xavier Claessens | 2008-01-23 | 1 | -1/+9 |
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 1 | -0/+48 |
* | merge git work | Xavier Claessens | 2007-12-29 | 1 | -48/+0 |
* | Simplify chat theme system | Xavier Claessens | 2007-12-29 | 1 | -0/+48 |
* | Simplify empaty_window_present, empathy_window_iconify and empathy_window_is_... | Xavier Claessens | 2007-12-20 | 1 | -30/+18 |
* | set unsensitive the add button if there is no profile installed and tell | Xavier Claessens | 2007-10-19 | 1 | -1/+1 |
* | Don't warning if we try to load a NULL icon. | Xavier Claessens | 2007-10-15 | 1 | -0/+4 |
* | Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them | Xavier Claessens | 2007-10-09 | 1 | -29/+90 |
* | More dynamic smiley managment and more efficient algorithm to detect | Xavier Claessens | 2007-09-08 | 1 | -98/+0 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | Xavier Claessens | 2007-08-31 | 1 | -8/+2 |
* | Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi). | Xavier Claessens | 2007-08-10 | 1 | -0/+1 |
* | Remove per-state "Custom message..." item and add one on the bottom of the | Xavier Claessens | 2007-08-10 | 1 | -1/+2 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 1 | -49/+135 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+1341 |