summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main-window: elipsize "No match found" messageGuillaume Desmottes2010-10-061-0/+3
* google-talk: no need to unset the 'server' paramGuillaume Desmottes2010-09-282-2/+0
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-283-15/+0
* Disable the fullscreen action while we are not connectedGuillaume Desmottes2010-09-271-0/+6
* empathy_call_window_fullscreen_set_cursor_visible: clean up functionGuillaume Desmottes2010-09-271-5/+5
* Leave fullscreen mode when call is disconnected (#593437)Guillaume Desmottes2010-09-271-0/+3
* show_borders: check if video_output still exists before using itGuillaume Desmottes2010-09-271-4/+9
* empathy_call_window_fullscreen_set_cursor_visible: early return if video widg...Guillaume Desmottes2010-09-271-1/+4
* call-window-fullscreen: NULLify the video widget when it's destroyedGuillaume Desmottes2010-09-271-0/+12
* disconnect signal before destroying the video widgetGuillaume Desmottes2010-09-271-0/+1
* factor out disconnect_video_output_motion_handler()Guillaume Desmottes2010-09-271-9/+12
* call-window: remove the errors info bar when redialing (#630276)Guillaume Desmottes2010-09-271-0/+4
* chat_window_new_message_cb: update the window icon as well (#558802)Guillaume Desmottes2010-09-271-1/+2
* empathy-accounts.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
* empathy.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
* switched notebook pagesFelix Kaser2010-09-132-11/+11
* Enable server fallback for GTalk accountNicolas Dufresne2010-09-082-8/+20
* Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3Philip Withnall2010-09-071-0/+10
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-073-0/+11
* chat_window_detach_hook: move the window *after* showing itGuillaume Desmottes2010-08-301-1/+1
* Bug 628064 — Miscellaneous string fixesPhilip Withnall2010-08-271-1/+1
* Unmark strings as translatable which aren't shown to the userPhilip Withnall2010-08-271-3/+3
* new-chatroom-dialog: remove markup from transltable stringGuillaume Desmottes2010-08-271-2/+5
* accounts-dialog.ui: set pango properties in the UI file (#628063)Guillaume Desmottes2010-08-271-2/+5
* Merge branch 'trivia'Guillaume Desmottes2010-08-271-7/+14
|\
| * main-window: define an enum for pagesGuillaume Desmottes2010-08-271-3/+7
| * Increase the size of the 'No Match Found' labelGuillaume Desmottes2010-08-271-2/+7
| * no need to use a #defineGuillaume Desmottes2010-08-271-4/+2
* | Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-271-1/+4
|/
* unsensitive the remove button while loadingGuillaume Desmottes2010-08-261-1/+14
* insensitive treeview while loadingGuillaume Desmottes2010-08-261-1/+4
* accounts-dialog: display loading page while loading accounts (#611701)Guillaume Desmottes2010-08-262-1/+55
* accounts-dialog: add a GtkNotebookGuillaume Desmottes2010-08-261-64/+102
* Merge branch 'irc-wizard-596086'Guillaume Desmottes2010-08-261-2/+1
|\
| * account-assistant: stop blacklisting IRC (#596086)Guillaume Desmottes2010-08-261-2/+1
* | accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)Guillaume Desmottes2010-08-261-2/+18
|/
* added some files to gitignoreFelix Kaser2010-08-251-0/+1
* allow building empathy without edsSaleem Abdulrasool2010-08-242-2/+11
* Merge branch 'tls-connection'Cosimo Cecchi2010-08-244-4/+285
|\
| * Don't show the error if user-requested is setCosimo Cecchi2010-08-181-1/+10
| * Use new API in EmpathyAccountsDialogCosimo Cecchi2010-08-181-2/+2
| * Fill 'user-requested' when we reject the certificateCosimo Cecchi2010-08-181-3/+11
| * Implement a timeout machinery for the auth clientCosimo Cecchi2010-08-181-1/+63
| * Rename empathy-auth-helper->empathy-auth-clientCosimo Cecchi2010-08-182-6/+6
| * Push the details table to the dialog after verificationCosimo Cecchi2010-08-181-4/+6
| * Update to the new EmpathyTLSCertificate async APICosimo Cecchi2010-08-181-3/+4
| * Save the certificate when we are told to rememberCosimo Cecchi2010-08-131-0/+5
| * Integrate the dialog into the auth helperCosimo Cecchi2010-08-131-1/+41
| * Verify the certificate from the helper.Cosimo Cecchi2010-08-131-4/+52
| * Add EmpathyTLSVerifierCosimo Cecchi2010-08-131-0/+9