aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Don't filter out Individual removal at the IndividualManager level.Travis Reitter2010-08-271-9/+4
* | Bug 627715 — Linking dialog: move personas using DnDPhilip Withnall2010-08-271-2/+84
* | Add drag and drop support to EmpathyPersonaViewPhilip Withnall2010-08-272-1/+232
* | Add feature support for EmpathyPersonaViewPhilip Withnall2010-08-273-4/+51
* | Accept text/plain drops as file transfers, rather than as IndividualsPhilip Withnall2010-08-271-5/+3
* | Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-273-65/+64
* | Add an EmpathyIndividualView::drag-persona-received signalPhilip Withnall2010-08-272-2/+89
* | Add an EmpathyIndividualView::drag-individual-received signalPhilip Withnall2010-08-272-35/+55
* | Use EmpathyIndividualFeatureFlags consistently in EmpathyIndividualViewPhilip Withnall2010-08-271-4/+4
* | Use text/individual-id instead of text/contact-id for dragging IndividualsPhilip Withnall2010-08-271-2/+2
* | Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_*Philip Withnall2010-08-272-13/+13
* | Add an EmpathyIndividualView feature for changing Individuals' groupsPhilip Withnall2010-08-272-15/+38
* | Fix memory leaks in EmpathyIndividualView drop handling codePhilip Withnall2010-08-271-15/+11
* | Move individual_view_handle_drag() to individual_view_contact_drag_received()Philip Withnall2010-08-271-40/+33
* | Add an EmpathyIndividualView feature for dropping files on IndividualsPhilip Withnall2010-08-272-6/+13
|/
* Use libchamplain 0.7.1 or newer for the map pluginJiří Techet2010-08-271-4/+4
* Fix British English translationPhilip Withnall2010-08-271-3/+3
* Update British English translationPhilip Withnall2010-08-271-705/+1119
* Updated Spanish translation, fixes bug #627996Jorge González2010-08-271-81/+93
* Fix row toggling on activation in EmpathyIndividualLinkerPhilip Withnall2010-08-271-25/+12
* l10n: Updated Greek translation for empathyMichael Kotsarinis2010-08-261-693/+1157
* Fix selectable labels in EmpathyIndividualWidgetPhilip Withnall2010-08-261-8/+11
* 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
* Fix the "Show Protocols" option with linked contactsPhilip Withnall2010-08-261-1/+1
* allow to choose irc network with ENTERFelix Kaser2010-08-261-0/+12
* Merge branch 'irc-wizard-596086'Guillaume Desmottes2010-08-265-4/+118
|\
| * account-assistant: stop blacklisting IRC (#596086)Guillaume Desmottes2010-08-261-2/+1
| * use the simple variant of the IRC widget if neededGuillaume Desmottes2010-08-261-2/+10
| * account-widget-irc: add simple version of the widgetGuillaume Desmottes2010-08-263-0/+107
* | Merge branch 'irc-network-selection-fix'Felix Kaser2010-08-261-5/+21
|\ \
| * | fix selection problems in irc networksFelix Kaser2010-08-261-5/+21
| |/
* / accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)Guillaume Desmottes2010-08-261-2/+18
|/
* Merge branch 'irc-widget-588243'Guillaume Desmottes2010-08-2611-458/+1204
|\
| * grab focus on the treeview after adding, editing or removing networkGuillaume Desmottes2010-08-261-0/+4
| * irc-network-chooser-dialog: make it transient and modalGuillaume Desmottes2010-08-263-3/+11
| * search_text_notify_cb: select first matching only if we are still searchingGuillaume Desmottes2010-08-261-2/+21
| * Hide the search after picking the network to get the right oneGuillaume Desmottes2010-08-261-2/+3
| * properly set table_common_settingsGuillaume Desmottes2010-08-251-2/+2
| * cance live search when adding/removing a networkGuillaume Desmottes2010-08-251-0/+4
| * search_text_notify_cb: rename iter to filter_iter to avoid confusionGuillaume Desmottes2010-08-251-3/+4
| * factor out iter_to_filter_iter()Guillaume Desmottes2010-08-251-14/+21
| * scroll_to_iter: need a filter iterGuillaume Desmottes2010-08-251-1/+1
| * assert that iter convert don't failGuillaume Desmottes2010-08-251-6/+6
| * select_iter: set the cursor as wellGuillaume Desmottes2010-08-251-0/+10
| * make title clearerGuillaume Desmottes2010-08-251-1/+1
| * don't allow to select a network if none is actually selectedGuillaume Desmottes2010-08-251-2/+7
| * replace the close button by 'Select'Guillaume Desmottes2010-08-251-1/+4
| * select the first matching network when searchingGuillaume Desmottes2010-08-251-0/+6
| * pass filter iter to select_iter() and scroll_to_iter()Guillaume Desmottes2010-08-251-19/+27
| * irc-network-chooser: use network accessorsGuillaume Desmottes2010-08-251-7/+4
| * irc-network-chooser-dialog: use network accessorsGuillaume Desmottes2010-08-251-18/+4
| * irc-network-chooser-dialog: add live search supportGuillaume Desmottes2010-08-251-7/+91
| * irc-network: add accessors for name and charsetGuillaume Desmottes2010-08-252-0/+20
| * account-widget-irc: use EmpathyIrcNetworkChooserGuillaume Desmottes2010-08-252-459/+24
| * irc-network-chooser: popup network chooser dialog when clickedGuillaume Desmottes2010-08-251-1/+62
| * add empathy-irc-network-chooser-dialogGuillaume Desmottes2010-08-253-0/+559
| * add empathy-irc-network-chooserGuillaume Desmottes2010-08-253-0/+362
| * add empathy_irc_network_manager_dup_default()Guillaume Desmottes2010-08-252-0/+36
* | Don't let the GtkCellRendererToggle get activated by clicking on a tree rowPhilip Withnall2010-08-261-0/+1
* | Disconnect from the group-changed signal when destroying EmpathyGroupsWidgetPhilip Withnall2010-08-261-1/+1
* | Don't expand rows if the tree view has been destroyedPhilip Withnall2010-08-251-1/+7
* | Updated Slovenian translationMatej Urbančič2010-08-251-16/+3
* | Updated Slovenian translationMatej Urbančič2010-08-251-19/+114
|/
* added some files to gitignoreFelix Kaser2010-08-252-0/+2
* Use gmodule-export-2.0 so introspecting ourselves worksSjoerd Simons2010-08-251-0/+1
* allow building empathy without edsSaleem Abdulrasool2010-08-254-6/+28
* Update Galician translationsFran Diéguez2010-08-251-17/+109
* Updated Spanish translationJorge González2010-08-251-18/+111
* Don't leak a reference when updating an IndividualWidget.Travis Reitter2010-08-241-0/+2
* When setting an EmpathyContact's Persona, disconnect existing signal handlerTravis Reitter2010-08-241-1/+5
* Merge branch 'tls-connection'Cosimo Cecchi2010-08-2431-10/+3472
|\
| * Properly handle corner cases of _prepare_async() called twiceCosimo Cecchi2010-08-241-0/+26
| * Don't leak certificate dataCosimo Cecchi2010-08-241-1/+2
| * Use new certificate API in EmpathyServerTLSHandlerCosimo Cecchi2010-08-241-14/+29
| * Make EmpathyTLSCertificate a TpProxy subclassCosimo Cecchi2010-08-242-152/+65
| * Use _complete instead of _complete_in_idle()Cosimo Cecchi2010-08-191-2/+2
| * Don't show the error if user-requested is setCosimo Cecchi2010-08-191-1/+10
| * Use new API in EmpathyAccountsDialogCosimo Cecchi2010-08-191-2/+2
| * Add an usre_requested param to _account_get_error()Cosimo Cecchi2010-08-192-3/+15
| * Use the hostname properties in the dialogCosimo Cecchi2010-08-191-3/+28
| * Fill 'user-requested' when we reject the certificateCosimo Cecchi2010-08-191-3/+11
| * Use the hash table directly as a parameter to reject ()Cosimo Cecchi2010-08-192-7/+2
| * Remove whitespaceCosimo Cecchi2010-08-193-6/+6
| * Add new files to extensions/Makefile.amCosimo Cecchi2010-08-191-0/+2
| * Add new files to POTFILES.inCosimo Cecchi2010-08-191-0/+2
| * Implement a timeout machinery for the auth clientCosimo Cecchi2010-08-191-1/+63
| * Rename empathy-auth-helper->empathy-auth-clientCosimo Cecchi2010-08-193-7/+7
| * Don't allow calling verify_async() twiceCosimo Cecchi2010-08-191-0/+2
| * Use tp_clear_pointer() where possibleCosimo Cecchi2010-08-191-7/+3
| * Push the details table to the dialog after verificationCosimo Cecchi2010-08-191-4/+6
| * Add a details hash table to the dialog propertiesCosimo Cecchi2010-08-192-2/+30
| * Add a details hash table as an out param of the verificationCosimo Cecchi2010-08-192-6/+30
| * Make it more clear which snippets are taken from GnuTLSCosimo Cecchi2010-08-191-1/+7
| * Assert when we have an invalid pointerCosimo Cecchi2010-08-191-0/+2
| * Update to the new EmpathyTLSCertificate async APICosimo Cecchi2010-08-191-3/+4
| * Make _accept/_reject real async methodsCosimo Cecchi2010-08-192-12/+74
| * Use _borrow_immutable_properties instead of GetAll()Cosimo Cecchi2010-08-191-44/+21
| * Properly use errors when handling channelsCosimo Cecchi2010-08-191-14/+56
| * Add reference to the original gnome-keyring repoCosimo Cecchi2010-08-182-0/+6
| * Require GnuTLS >= 2.8.5Cosimo Cecchi2010-08-181-1/+2
| * Add the checkbox only if the reason is SelfSignedCosimo Cecchi2010-08-131-5/+14
| * Save the certificate when we are told to rememberCosimo Cecchi2010-08-131-0/+5
| * Build the right path when looking at user certsCosimo Cecchi2010-08-131-3/+7
| * Add a 'remember' checkbox and property to the dialogCosimo Cecchi2010-08-131-2/+33
| * Add a method to store the CA certificateCosimo Cecchi2010-08-132-0/+121
| * Integrate the dialog into the auth helperCosimo Cecchi2010-08-131-1/+41
| * Import gcr-simple-certificate from gcrCosimo Cecchi2010-08-133-0/+190
| * Add EmpathyTLSDialogCosimo Cecchi2010-08-133-0/+345
| * Depend on gcr from gnome-keyringCosimo Cecchi2010-08-132-1/+3
| * Add also certificates from our storageCosimo Cecchi2010-08-131-6/+77
| * Cosmetic changesCosimo Cecchi2010-08-131-4/+7
| * Implement hostname checkingCosimo Cecchi2010-08-131-5/+54
| * Correctly treat the last certificate in the chainCosimo Cecchi2010-08-131-10/+33
| * Use the right GnuTLS->Tp mapping for reasons.Cosimo Cecchi2010-08-131-2/+2
| * Use the right index to access the cert array.Cosimo Cecchi2010-08-131-1/+1
| * Make sure to release all the referencesCosimo Cecchi2010-08-132-3/+11
| * Whitespace fixCosimo Cecchi2010-08-131-1/+0
| * Verify the certificate from the helper.Cosimo Cecchi2010-08-131-4/+52
| * Add debug outputCosimo Cecchi2010-08-131-0/+2
| * Update to the new tp-spec APICosimo Cecchi2010-08-131-25/+6
| * Add Hostname and Certificate propertiesCosimo Cecchi2010-08-131-0/+29
| * Update spec snapshotCosimo Cecchi2010-08-132-161/+173
| * Add EmpathyTLSVerifierCosimo Cecchi2010-08-135-0/+648
| * Update for the new tp-spec APICosimo Cecchi2010-08-132-7/+66
| * Update to the merged spec.Cosimo Cecchi2010-08-132-43/+159
| * Add the proxy properties and methods.Cosimo Cecchi2010-08-132-0/+102
| * Add the Authentication.TLSCertificate ifaceCosimo Cecchi2010-08-131-0/+5
| * Unref the handler after the signal.Cosimo Cecchi2010-08-131-0/+1
| * Add a debug flag for TLSCosimo Cecchi2010-08-132-0/+2
| * Add the service files for the new client.Cosimo Cecchi2010-08-133-2/+16
| * Add tp-spec extensions for TLS auth.Cosimo Cecchi2010-08-133-0/+247
| * Add a first skeleton of the auth helper.Cosimo Cecchi2010-08-132-1/+98
| * Add a first skeleton of the auth factory.Cosimo Cecchi2010-08-133-0/+276
| * Add EmpathyServerTLSHandler.Cosimo Cecchi2010-08-133-0/+341
| * Add EmpathyTLSCertificate.Cosimo Cecchi2010-08-133-0/+363
* | Remove EmpathyAvatar->tokenPhilip Withnall2010-08-243-13/+5
* | Use the avatar filename rather than token for change detectionPhilip Withnall2010-08-241-5/+7
* | Remove empathy_contact_new_for_log()Philip Withnall2010-08-242-19/+0
* | Make empathy_contact_load_avatar_cache() privatePhilip Withnall2010-08-242-6/+6
* | Make empathy_contact_set_avatar() privatePhilip Withnall2010-08-242-12/+9
* | use proper model in linking uiFelix Kaser2010-08-241-1/+1
* | Updated Arabic translationKhaled Hosny2010-08-241-610/+920
* | Update Czech translation by Marek CernockyPetr Kovar2010-08-241-594/+931
* | Updated Spanish translationJorge González2010-08-231-7/+11
* | linker: add some padding in the 2 part of the paneGuillaume Desmottes2010-08-231-2/+13
* | individual-widget: adapt number of rows to the features neededGuillaume Desmottes2010-08-231-3/+7
* | linker: add a label explaining how to use the dialogGuillaume Desmottes2010-08-231-2/+18
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-08-232-622/+1030
* | Display the number of personas only in tooltipsGuillaume Desmottes2010-08-231-19/+25
* | pass NULL instead of "" to gtk_label_new()Guillaume Desmottes2010-08-232-2/+2
* | linker: display titles in boldGuillaume Desmottes2010-08-231-2/+9
* | Consider contact without presence as online (#627587)Guillaume Desmottes2010-08-231-1/+3
* | Updated galician translationsFran Diéguez2010-08-231-58/+73
* | Updated Danish translationKenneth Nielsen2010-08-221-631/+915
* | Updated Spanish translationJorge González2010-08-211-68/+79
* | Updated Norwegian bokmål translationKjartan Maraas2010-08-211-332/+526
* | Updated Slovenian translationMatej Urbančič2010-08-211-96/+153
* | Updated Hebrew translation.Yaron Shahrabani2010-08-211-88/+153
* | Add a "Linked Contacts" label at the top of the Information dialoguePhilip Withnall2010-08-202-3/+36
* | Allow EmpathyIndividualInformationDialog to be resizedPhilip Withnall2010-08-201-1/+1
* | Fix some visual breakage of EmpathyIndividualWidget in tooltipsPhilip Withnall2010-08-202-6/+12
* | Bug 627360 — "Information" of a meta contact is too big for the screenPhilip Withnall2010-08-202-3/+56
* | Display Personas' accounts in the linking dialoguePhilip Withnall2010-08-201-1/+3
* | Add an "account" column to EmpathyPersonaStorePhilip Withnall2010-08-202-0/+10
* | Avoid conflicting accelerators in New Call dialog.Will Thompson2010-08-201-1/+1
* | Add EmpathyIndividualEditDialogPhilip Withnall2010-08-205-6/+337
* | Allow unlinking individuals through EmpathyIndividualManagerPhilip Withnall2010-08-202-0/+38
* | Updated galician translationsFran Diéguez2010-08-201-88/+148
* | Don't try to expand groups if the EmpathyIndividualView's store is unsetPhilip Withnall2010-08-201-2/+6
* | Bug 627219 — Link dialog search doesn't workPhilip Withnall2010-08-203-25/+81
* | Updated Spanish translationJorge González2010-08-201-92/+149
* | Use EmpathyIndividualWidget in EmpathyIndividualInformationDialogPhilip Withnall2010-08-201-28/+10
* | Use EmpathyIndividualWidget in EmpathyIndividualView tooltipsPhilip Withnall2010-08-201-12/+8
* | Fix the flags given to the widget in EmpathyIndividualLinkerPhilip Withnall2010-08-201-1/+1
* | Expand EmpathyIndividualWidgetPhilip Withnall2010-08-205-72/+1984
* | Split the group editing widgets out of EmpathyContactWidgetPhilip Withnall2010-08-206-392/+688
* | live-search: fix typoGuillaume Desmottes2010-08-191-1/+1
* | Updated Slovenian translationMatej Urbančič2010-08-191-33/+51
* | Updated Hebrew translation.Yaron Shahrabani2010-08-191-58/+67
* | Updated Swedish translationDaniel Nylander2010-08-191-78/+101
* | Ensure we disconnect signals from all Personas in an IndividualPhilip Withnall2010-08-191-19/+58
* | Allow cancellation of avatar load operationsPhilip Withnall2010-08-193-13/+54
* | Display invite dialog even if we don't know the inviter (#627228)Guillaume Desmottes2010-08-181-7/+14
* | display_invite_room_dialog: deal with contact being NULLGuillaume Desmottes2010-08-181-3/+11
* | factor out display_invite_room_dialogGuillaume Desmottes2010-08-181-15/+22
* | l10n: Added Kazakh translation for empathyBaurzhan Muftakhidinov2010-08-181-0/+3557
* | l10n: Added Kazakh (kk) to po/LINGUAS for empathyBaurzhan Muftakhidinov2010-08-181-0/+1
* | remove released flagGuillaume Desmottes2010-08-181-1/+1
* | prepare 2.31.90 releaseEMPATHY_2_31_90Guillaume Desmottes2010-08-182-3/+72
* | event-manager: use tp_user_action_time_from_x11()Guillaume Desmottes2010-08-181-7/+4
* | empathy_chat_window_present_chat: use tp_user_action_time_should_presentGuillaume Desmottes2010-08-181-5/+2
* | use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-189-18/+15
* | Update tp-glib dep to 0.11.13Guillaume Desmottes2010-08-181-1/+1
* | Aggregate group expansion/contraction in EmpathyIndividualViewPhilip Withnall2010-08-181-36/+96
* | Don't recursively expand contact list rows unnecessarilyPhilip Withnall2010-08-181-1/+1
* | Bug 626552 — Sporadic tree model warnings upon initial fill in EmpathyPhilip Withnall2010-08-181-5/+15
* | Rearrange functions in EmpathyIndividualViewPhilip Withnall2010-08-181-109/+109
* | Updated Galician translationsFran Diéguez2010-08-181-29/+33
* | Updated Spanish translationJorge González2010-08-171-30/+34
* | Updated Slovenian translationMatej Urbančič2010-08-171-43/+34
* | Updated Slovenian translationMatej Urbančič2010-08-171-15/+20
* | add preference to disable logging (#567858)Guillaume Desmottes2010-08-173-0/+28
* | Updated Hebrew translation.Yaron Shahrabani2010-08-171-169/+224
* | Updated Spanish translationJorge González2010-08-171-91/+102
* | Updated Galician translationsFran Diéguez2010-08-171-18/+31
* | Support previous conversations in the Personas menu.Travis Reitter2010-08-162-25/+33
* | Support chat room invites in the Personas menu.Travis Reitter2010-08-162-42/+68
* | Support desktop sharing in the Personas menu.Travis Reitter2010-08-161-6/+18
* | Also support file transfer in the Personas menu.Travis Reitter2010-08-162-7/+20
* | Support calls in the Personas menu.Travis Reitter2010-08-163-16/+42
* | Add Personas entries to the contact menu.Travis Reitter2010-08-162-8/+143
* | Make the Share my Desktop item map to the first capable contact.Travis Reitter2010-08-161-19/+5
* | Make the Invite to Chat Room list all possible rooms for all subcontacts.Travis Reitter2010-08-161-16/+99
* | Make Send File context menu choose the first capable contact.Travis Reitter2010-08-161-18/+6
* | Make the individual menu items map to the first capable contact.Philip Withnall2010-08-161-42/+79
* | Show information for all an individual's personas in the information dialoguePhilip Withnall2010-08-164-6/+326
* | Updated Slovenian translationMatej Urbančič2010-08-161-73/+84
* | log-viewer: rename labels of the Back and Previous buttonsGuillaume Desmottes2010-08-161-4/+12
* | Updated Galician translationsFran Diéguez2010-08-161-90/+117
* | log-window: fix ordering of the Back and Previous buttons (#626992)Guillaume Desmottes2010-08-161-21/+37
* | update translation for PunjabiA S Alam2010-08-171-276/+376
* | Updated Spanish translationJorge González2010-08-161-143/+190
* | Updated Swedish translationDaniel Nylander2010-08-141-171/+205
|/
* event-manager: we don't use the dispatcher any moreGuillaume Desmottes2010-08-131-4/+0
* empathy_contact_new can be static nowGuillaume Desmottes2010-08-132-2/+1
* persona-view: use empathy_contact_dup_from_tp_contact instead of empathy_cont...Guillaume Desmottes2010-08-131-1/+1
* persona-store: use empathy_contact_dup_from_tp_contact instead of empathy_con...Guillaume Desmottes2010-08-131-5/+5
* add g_return_val_if_fail in _new functionsGuillaume Desmottes2010-08-122-0/+4
* empathy_tp_call_get_connection_manager: use the account directlyGuillaume Desmottes2010-08-121-14/+1
* tp-call: add account propertyGuillaume Desmottes2010-08-125-7/+44
* chat: get the account from the tp-chatGuillaume Desmottes2010-08-121-3/+2
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-124-8/+40
* Updated Slovenian translationMatej Urbančič2010-08-121-144/+166
* widget-irc: call update_server_params in setup so buttons are updated (#626620)Guillaume Desmottes2010-08-121-0/+1
* compare accounts using their object paths rather than their TpAccountGuillaume Desmottes2010-08-121-1/+3
* use tp_strdiffGuillaume Desmottes2010-08-121-3/+3
* use explicit pointer comparaisonsGuillaume Desmottes2010-08-121-11/+11
* select_account_once_ready: free the account and ID to avoid leaksGuillaume Desmottes2010-08-121-0/+4
* bump logger dep to 0.1.5Guillaume Desmottes2010-08-121-1/+1
* select the account once we have populated the model with its chats (#622714)Guillaume Desmottes2010-08-121-6/+16
* log_manager_got_chats_cb: don't rely on the selected account any moreGuillaume Desmottes2010-08-121-8/+4
* no need to pass account and chat infos to log_window_chats_set_selectedGuillaume Desmottes2010-08-121-14/+8