summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_list_store_insert_with_values ().xclaesse2009-01-061-4/+3
* Use gettext() when populating the preferences sound list.xclaesse2009-01-061-1/+1
* Update empathy_sound_play () to be nicer to use and centralize the listxclaesse2009-01-063-29/+15
* Improve wording.xclaesse2009-01-062-6/+6
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatxclaesse2009-01-062-44/+23
* Use new singleton policy for EmpathyAccountManager.xclaesse2009-01-063-10/+6
* Implement sound for contact login/logout.xclaesse2009-01-061-0/+47
* Port EmpathyMainWindow to the new API.xclaesse2009-01-061-168/+114
* Port EmpathyAccountsDialog to use the cached values to get the number ofxclaesse2009-01-061-27/+3
* Port EmpathyStatusIcon to the new API.xclaesse2009-01-061-35/+28
* Port EmpathyAccountsDialog to the new API.xclaesse2009-01-061-83/+72
* Only play logout sound if switching to Offline from Available.xclaesse2009-01-061-7/+12
* Don't emit sound when changing state and properly play login sound.xclaesse2009-01-061-1/+12
* Adapt the libcanberra calls to use the new functions.xclaesse2009-01-063-27/+31
* Adapt Patryk's patch to trunk.xclaesse2009-01-063-1/+67
* Create an UI for sound configuration.xclaesse2009-01-062-103/+192
* Don't unref NULL avatar used as chat window iconxclaesse2008-12-291-1/+4
* Don't forget to unref the smiley managerxclaesse2008-12-161-0/+1
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.xclaesse2008-12-161-16/+15
* Replace _get_selection_bounds by _get_has_selectionxclaesse2008-12-161-3/+2
* gtk_init and g_thread_init shouldn't be called by libraries. Let applications...xclaesse2008-12-122-6/+10
* Use gi18n-lib.h instead of gi18n.h for libraries.xclaesse2008-12-121-0/+1
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...xclaesse2008-12-123-36/+9
* Drop libgnomeui dependency (Cosimo Cecchi).xclaesse2008-12-011-14/+8
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).xclaesse2008-12-015-5/+5
* Don't forget to install empathy-import-dialog.gladexclaesse2008-12-011-0/+1
* Replace Q_() with C_() for translation context.xclaesse2008-11-211-12/+3
* If first_line xor second_line is NULL, use only one line in ft_manager_update...xclaesse2008-11-211-3/+6
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...xclaesse2008-11-211-1/+0
* Avoid a string dup.xclaesse2008-11-211-4/+2
* Cleanup the code inside ft_manager_build_ui.xclaesse2008-11-211-59/+50
* Simplify and comment the livetime of EmpathyFTManagerxclaesse2008-11-211-21/+28
* Reorder the code for more clarity.xclaesse2008-11-211-225/+221
* Cleanup of ft_manager_add_tp_file_to_list.xclaesse2008-11-211-21/+20
* Remove useless gnomevfs include.xclaesse2008-11-211-1/+0
* Update the selection only if we are removing the selected row.xclaesse2008-11-211-9/+11
* Check if URI is not NULL before adding it to the recent manager.xclaesse2008-11-211-1/+2
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...xclaesse2008-11-212-7/+12
* Fix a comment phrasingxclaesse2008-11-211-1/+1
* Update the selection of the ft manager when a ft is removed only if it's not ...xclaesse2008-11-211-8/+15
* There is no reason to remove the FT if it's cancelled while the window was hi...xclaesse2008-11-211-33/+8
* Fix glade lookupxclaesse2008-11-211-2/+1
* Simplify ft_manager_remove_file_from_list.xclaesse2008-11-211-39/+14
* Clean ft_manager_update_ft_row()xclaesse2008-11-211-19/+19
* Simplify conditionxclaesse2008-11-211-3/+1
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa...xclaesse2008-11-211-3/+4
* Simplify the code to add a FT in the manager.xclaesse2008-11-211-25/+6
* Simplify the code to set sensibility of buttonsxclaesse2008-11-211-21/+8
* When the channel is invalidated, change state to CANCELLED.xclaesse2008-11-211-7/+6
* Move the ft manager to src/ other programs do not need it.xclaesse2008-11-215-1/+1293