aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepare 3.5.3EMPATHY_3_5_3Guillaume Desmottes2012-06-262-2/+43
* egg-list-box: update to masterGuillaume Desmottes2012-06-261-0/+0
* Updated Galician translationsFran Diéguez2012-06-251-381/+371
* Updated Greek translationTom Tryfonidis2012-06-221-710/+471
* Updated Slovenian translationAndrej Žnidaršič2012-06-221-3/+3
* Create and use People Nearby groupLaurent Contzen2012-06-201-0/+30
* coding style fixesGuillaume Desmottes2012-06-191-2/+3
* widget-irc: don't check 'username' using a regexpGuillaume Desmottes2012-06-191-11/+0
* If group is UNGROUPED, display at the bottom of the rosterLaurent Contzen2012-06-191-0/+5
* roster-view: add_to_displayed: no need to try refiltering groups in non group...Guillaume Desmottes2012-06-191-0/+4
* roster-view: add_to_displayed: get the proper EmpathyRosterGroup objectGuillaume Desmottes2012-06-191-3/+8
* roster-view: use a signal instead of a cb to handle individual tooltipsGuillaume Desmottes2012-06-184-38/+18
* roster-window: display individual tooltipsGuillaume Desmottes2012-06-181-0/+50
* empathy_roster_view_query_tooltip: set the tooltip next to the right childGuillaume Desmottes2012-06-181-1/+12
* Add heuristic to calculate individuals popularitySeif Lotfy2012-06-181-5/+39
* Show Popular contacts in the "Top Contacts" groupSeif Lotfy2012-06-181-1/+5
* roster-view: select the child when firing the popup menuGuillaume Desmottes2012-06-181-1/+5
* individual-manager: document that individuals_pop ref its contentGuillaume Desmottes2012-06-181-1/+1
* individual-manager: document individual_notify_im_interaction_count()Guillaume Desmottes2012-06-181-0/+4
* Revert "individual-manager: comment out interaction code"Guillaume Desmottes2012-06-181-9/+0
* depends on Folks 0.7.1Guillaume Desmottes2012-06-181-1/+1
* Use audio-input-microphone-muted-symbolic when the mic is mutedGuillaume Desmottes2012-06-183-12/+32
* add empathy_audio_src_set_mute()Guillaume Desmottes2012-06-182-0/+12
* Updated Spanish translationDaniel Mustieles2012-06-151-398/+357
* Don't show groups by defaultGuillaume Desmottes2012-06-151-1/+1
* preferences: add UI to show/hide groupsGuillaume Desmottes2012-06-152-0/+18
* remove deprecated gsettings keysGuillaume Desmottes2012-06-155-159/+0
* roster-window: remove unused gsettings_contactsGuillaume Desmottes2012-06-152-4/+0
* roster-window: display events in the viewGuillaume Desmottes2012-06-151-271/+24
* roster-window: display messages when roster is emptyGuillaume Desmottes2012-06-151-54/+27
* roster-window: hook activate and popup menuGuillaume Desmottes2012-06-151-0/+68
* roster-window: use EmpathyRosterViewGuillaume Desmottes2012-06-151-59/+32
* roster-window: use tp_g_signal_connect_object()Guillaume Desmottes2012-06-151-9/+4
* roster-view: display the favorite icon for the 'top' groupGuillaume Desmottes2012-06-153-4/+49
* roster-view: display favorite contacts at the top of the roster as wellGuillaume Desmottes2012-06-151-1/+68
* roster-view: sort top contacts alphabeticallyGuillaume Desmottes2012-06-151-25/+19
* individual-manager: comment out interaction codeGuillaume Desmottes2012-06-141-0/+9
* s/Ungroupped/UngroupedGuillaume Desmottes2012-06-141-4/+6
* roster-view: store all the children in EmpathyRosterGroup, not only the displ...Guillaume Desmottes2012-06-141-32/+69
* roster-view: factor out contact_should_be_displayed()Guillaume Desmottes2012-06-141-6/+17
* roster-view: add API to display eventsGuillaume Desmottes2012-06-143-0/+235
* add empathy_roster_contact_set_event_icon()Guillaume Desmottes2012-06-142-1/+24
* add empathy_roster_view_is_searching()Guillaume Desmottes2012-06-142-0/+9
* roster-view: add 'empty' propertyGuillaume Desmottes2012-06-143-1/+94
* roster-contact: some sizing fixesGuillaume Desmottes2012-06-141-2/+4
* add API for individual tooltipsGuillaume Desmottes2012-06-143-0/+68
* Add popup-individual-menu signalGuillaume Desmottes2012-06-142-0/+103
* add a signal when a contact is activatedGuillaume Desmottes2012-06-142-3/+51
* roster-contact: reduce border paddingGuillaume Desmottes2012-06-141-5/+5
* Display top contacts on the top of the rosterGuillaume Desmottes2012-06-141-0/+131
* roster-view: add live search supportGuillaume Desmottes2012-06-143-6/+113
* roster-view: add EmpathyRosterGroup and sort contacts accordinglyGuillaume Desmottes2012-06-141-12/+244
* add empathy-roster-groupGuillaume Desmottes2012-06-144-0/+263
* roster-view: add one EmpathyRosterContact per groupGuillaume Desmottes2012-06-141-13/+117
* roster-contact: add group propertyGuillaume Desmottes2012-06-143-4/+32
* roster-view: allow to store more than one widget per IndividualGuillaume Desmottes2012-06-141-9/+23
* factor out add_roster_contact()Guillaume Desmottes2012-06-141-6/+17
* roster-view: rename some variablesGuillaume Desmottes2012-06-141-24/+24
* rename EmpathyRosterItem to EmpathyRosterContactGuillaume Desmottes2012-06-145-110/+110
* test-empathy-roster-view: add --groups optionGuillaume Desmottes2012-06-141-0/+3
* roster-view: add 'show-groups' propertyGuillaume Desmottes2012-06-142-0/+41
* factor out populate_view()Guillaume Desmottes2012-06-141-10/+17
* roster-view: resort when the alias is changedGuillaume Desmottes2012-06-141-0/+4
* roster-item: add 'alias' propertyGuillaume Desmottes2012-06-141-5/+19
* test-empathy-roster-view: add option to display offline contactsGuillaume Desmottes2012-06-141-0/+21
* Filter out offline contactsGuillaume Desmottes2012-06-142-0/+58
* roster-item: track if individual is online or notGuillaume Desmottes2012-06-142-0/+61
* roster-item: add padding around the main boxGuillaume Desmottes2012-06-142-8/+16
* set separators between contactsGuillaume Desmottes2012-06-141-0/+23
* display phone icon if neededGuillaume Desmottes2012-06-141-7/+50
* set dim-label style class on the presence message labelGuillaume Desmottes2012-06-141-0/+4
* Center the alias if no presence message is displayedGuillaume Desmottes2012-06-141-3/+16
* roster-item: display the contact presence iconGuillaume Desmottes2012-06-141-0/+30
* roster-item: display the contact aliasGuillaume Desmottes2012-06-141-0/+65
* roster-item: display the contact avatarGuillaume Desmottes2012-06-141-0/+67
* roster-view: sort itemsGuillaume Desmottes2012-06-141-0/+20
* roster-view: populate with EmpathyRosterItemGuillaume Desmottes2012-06-141-1/+82
* add empathy-roster-itemGuillaume Desmottes2012-06-143-0/+207
* add test-empathy-roster-viewGuillaume Desmottes2012-06-143-1/+47
* create roster-view skeletonGuillaume Desmottes2012-06-143-0/+207
* Add egg-list-box as a submoduleGuillaume Desmottes2012-06-145-0/+29
* individual-manager: keep track of most popular contactsGuillaume Desmottes2012-06-142-0/+181
* empathy_client_factory_dup_contact_features: request groups and client-typesGuillaume Desmottes2012-06-131-0/+2
* Updated Greek translationTom Tryfonidis2012-06-111-2022/+2478
* Updated Belarusian translation.Ihar Hrachyshka2012-06-111-1091/+949
* empathy-chat: abort chat_log_filter if object was destroyedDebarshi Ray2012-06-111-9/+20
* empathy-chat: abort got_filtered_messages_cb if object was destroyedDebarshi Ray2012-06-111-3/+14
* roster-window: remove old GActionEntryGuillaume Desmottes2012-06-081-21/+0
* move 'Remove' item code to individual-menuGuillaume Desmottes2012-06-084-204/+210
* remove libebook supportGuillaume Desmottes2012-06-075-91/+3
* Build with TP_SEAL_ENABLEGuillaume Desmottes2012-06-071-0/+1
* empathy_account_settings_migrate_password_cb: use the vardict APIGuillaume Desmottes2012-06-071-6/+5
* account-settings: always use GVariant to store parametersGuillaume Desmottes2012-06-076-188/+220
* remove empathy_account_settings_set_* functionsGuillaume Desmottes2012-06-077-170/+74
* accounts-settings: store parameters as GVariantGuillaume Desmottes2012-06-073-30/+73
* make empathy_account_settings_get() staticGuillaume Desmottes2012-06-072-4/+5
* account-settings: use TpConnectionManager accessorsGuillaume Desmottes2012-06-071-2/+2
* import-utils: use TpConnectionManager accessorsGuillaume Desmottes2012-06-071-2/+2
* account-widget: use TpConnectionManager accessorsGuillaume Desmottes2012-06-071-17/+22
* connection-managers: use TpConnectionManager accessorGuillaume Desmottes2012-06-071-1/+1
* tp-chat: use TpProxy accessorsGuillaume Desmottes2012-06-071-4/+2
* remove unused proxy hash and equal functionsGuillaume Desmottes2012-06-072-33/+0
* protocol-chooser: use TpConnectionManagerProtocol accessorsGuillaume Desmottes2012-06-071-22/+32
* use TpAccountRequestGuillaume Desmottes2012-06-061-63/+28
* Add GVariant converters from tp-glibGuillaume Desmottes2012-06-062-0/+35
* Depend on tp-glib 0.19.1Guillaume Desmottes2012-06-061-1/+1
* import-pidgin: use TpProtocolGuillaume Desmottes2012-06-061-3/+3
* protocol-chooser: use TpProtocolGuillaume Desmottes2012-06-062-11/+12
* use tp_list_connection_managers_async()Guillaume Desmottes2012-06-061-18/+30
* account-settings: use TpProtocol's API to get TpConnectionManagerParamGuillaume Desmottes2012-06-063-34/+16
* accounts_widget_generic_setup: continue iterating when treating optional para...Guillaume Desmottes2012-06-061-1/+1
* empathy_account_settings_check_readyness: use the existing TpProtocol to list...Guillaume Desmottes2012-06-061-25/+21
* empathy_account_settings_get_tp_protocol: return a TpProtocolGuillaume Desmottes2012-06-063-5/+5
* account-widget-jabber.ui: remove n-{rows,columns} propertiesGuillaume Desmottes2012-06-061-2/+0
* remove released flagGuillaume Desmottes2012-06-051-1/+1
* add css_DATA to EXTRA_DIST and DISTCLEANFILESEMPATHY_3_5_2Guillaume Desmottes2012-06-051-0/+2
* prepare 3.5.2Guillaume Desmottes2012-06-052-2/+55
* Updated French translationBruno Brouard2012-06-051-1099/+959
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-06-051-2/+2
|\
| * tls_dialog_response_cb: say if we are supposed to remember the cert or notGuillaume Desmottes2012-06-051-2/+2
* | Updated Russian translationYuri Myasoedov2012-06-041-110/+64
* | live-search: handle the 'Menu' key as a navigation oneGuillaume Desmottes2012-06-041-2/+4
* | Updated Russian translationYuri Myasoedov2012-06-041-1217/+1528
* | Remove unused field hash from EmpathyContactChandni Verma2012-06-031-1/+0
* | Updated Hebrew translation.Yaron Shahrabani2012-06-021-209/+228
* | Don't erase schema in DISTCLEANDanielle Madeley2012-06-011-1/+0
* | call-window: use a linked style for the OSD toolbar buttonsCosimo Cecchi2012-06-012-34/+53
* | call-window: use GTK_STYLE_CLASS_OSD for the floating toolbarCosimo Cecchi2012-06-011-19/+4
* | Updated Spanish translationDaniel Mustieles2012-05-301-274/+311
* | Updated Galician translationsFran Diéguez2012-05-301-238/+259
* | Updated Norwegian bokmål translationKjartan Maraas2012-05-301-257/+270
* | Merge branch 'ui-work-672043'Danielle Madeley2012-05-3015-450/+748
|\ \
| * | account-widget: support for account widget genericDanielle Madeley2012-05-292-9/+71
| * | account-widget: msn, icq, groupwiseDanielle Madeley2012-05-293-26/+65
| * | account-widget-aim: remove colons, dim labels, fix packingDanielle Madeley2012-05-291-8/+26
| * | account-widget-local-xmpp: remove colons, dim labelsDanielle Madeley2012-05-291-12/+30
| * | account-widget-irc: remove colonsDanielle Madeley2012-05-291-18/+43
| * | account-widget-sip: remove colons, clean up paddingDanielle Madeley2012-05-291-16/+22
| * | account-widget-jabber: remove colons, clean up advanced sectionDanielle Madeley2012-05-291-184/+223
| * | accounts-dialog: tweak paddingDanielle Madeley2012-05-291-4/+6
| * | contact-widget: remove colons and dim labels, move avatar to LHSDanielle Madeley2012-05-294-173/+262
* | | Disconnect all aggregator signal handlers on disposing EmpathyIndividualManagerChandni Verma2012-05-291-7/+5
* | | The comment should have been removed with the contact managerChandni Verma2012-05-291-4/+0
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-05-282-2686/+2407
* | | factor out empathy_individual_get_client_types()Guillaume Desmottes2012-05-253-44/+47
* | | Updated Hebrew translation.Yaron Shahrabani2012-05-251-1512/+1458
* | | use the symbolic close icon in the tab close buttonGuillaume Desmottes2012-05-251-2/+2
* | | Define a style class for the tab close buttonGuillaume Desmottes2012-05-252-2/+4
* | | remove GeditCloseButtonGuillaume Desmottes2012-05-243-123/+0
* | | chat-window: stop using GeditCloseButtonGuillaume Desmottes2012-05-241-8/+28
* | | gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-247-25/+14
* | | Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-245-0/+11
* | | Add empathy.css and helper code to use itGuillaume Desmottes2012-05-244-0/+40
* | | accounts-dialog: don't crash if the account is connectingGuillaume Desmottes2012-05-231-4/+9
* | | roster-window: re-hook the show-groups gsettings keyGuillaume Desmottes2012-05-231-0/+3
|/ /
* | audio-src: mutex is now on the stackGuillaume Desmottes2012-05-211-2/+2
* | Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-213-239/+179
|\|
| * remove released flagGuillaume Desmottes2012-05-211-1/+1
| * Prepare 3.4.2.1EMPATHY_3_4_2_1Guillaume Desmottes2012-05-212-2/+16
| * call: Initialize the timer earlySjoerd Simons2012-05-211-2/+1
| * audiosrc: Don't use stream volumes properties if the src doesn't support themSjoerd Simons2012-05-211-2/+12
| * call: Keep the toolbar around if mutedSjoerd Simons2012-05-211-2/+26
| * audio input: Switch to stream volumesSjoerd Simons2012-05-211-142/+72
| * call: Adjust the preview rectangle colorsSjoerd Simons2012-05-211-27/+4
| * Call: Let the floating toolbar be above the previewSjoerd Simons2012-05-211-20/+19
| * Keep some margin for the preview and the floating toolbarSjoerd Simons2012-05-211-1/+7
| * call: Make the remote video background blackSjoerd Simons2012-05-211-18/+5
| * Call window: Ellipsize alias and statusSjoerd Simons2012-05-212-33/+37
| * Don't put the status in the header if the user has noneSjoerd Simons2012-05-211-1/+5
* | Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-214-2/+32
|\|
| * empathy-accounts: init cheese-gtk if neededGuillaume Desmottes2012-05-213-1/+17
| * configure.ac: set cheese version in CHEESE_GTK_REQUIREDGuillaume Desmottes2012-05-211-1/+2
| * Call: Fix floating toolbarSjoerd Simons2012-05-203-4/+2
| * remove released flagGuillaume Desmottes2012-05-141-1/+1
| * prepare 3.4.2EMPATHY_3_4_2Guillaume Desmottes2012-05-142-2/+16
* | Updated Galician translationsFran Diéguez2012-05-211-57/+56
* | Call: Fix floating toolbarSjoerd Simons2012-05-203-4/+2
* | individual-store: add missing folks.h includeGuillaume Desmottes2012-05-171-0/+1
* | Use the symbolic version of the avatar-default iconGuillaume Desmottes2012-05-172-2/+2
* | Updated POTFILES.inPiotr Drąg2012-05-161-2/+0
* | Merge branch 'misc'Danielle Madeley2012-05-166-727/+21
|\ \
| * | Remove dead map view componentDanielle Madeley2012-05-165-727/+0
| * | Readd Ctrl-H acceleratorDanielle Madeley2012-05-162-0/+21
* | | Updated Spanish translationDaniel Mustieles2012-05-161-361/+380
|/ /
* | Updated Galician translationsFran Diéguez2012-05-161-360/+377
* | Updated Norwegian bokmål translationKjartan Maraas2012-05-151-737/+576
* | Authentification → AuthenticationGuillaume Desmottes2012-05-152-2/+2
* | Warn on tp-glib 0.20 deprecationsGuillaume Desmottes2012-05-151-1/+1
* | remove tp-contact-factoryGuillaume Desmottes2012-05-153-257/+0
* | remove unused tp-contact-factory includesGuillaume Desmottes2012-05-1511-11/+0
* | contact-widget: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-151-11/+24
* | Readd Ctrl-J for Join RoomDanielle Madeley2012-05-151-0/+1
* | Don't mark actions/accels as translatableDanielle Madeley2012-05-151-23/+23
* | Tweak account balance displayDanielle Madeley2012-05-151-10/+20
* | Use (non-)starred-symbolic for presence chooserDanielle Madeley2012-05-151-49/+4
* | Remove contact list size radiobuttons from preferencesDanielle Madeley2012-05-152-93/+0
* | Add preference to show account balancesDanielle Madeley2012-05-154-9/+28
* | Refactor app menu as per design decisionDanielle Madeley2012-05-152-57/+52
* | Remove menu button, have only app menuDanielle Madeley2012-05-153-104/+17
* | preferences: move some items from Behaviour into ChatDanielle Madeley2012-05-151-77/+81
* | preferences: add options removed from View into preferencesDanielle Madeley2012-05-152-5/+284
* | Remove dead object from .ui fileDanielle Madeley2012-05-151-5/+0
* | preferences: remove a lot of bind-and-forget widgets from priv structDanielle Madeley2012-05-151-196/+86
* | Remove dead codeDanielle Madeley2012-05-151-58/+1
* | Rework balance display to be in-roster onlyDanielle Madeley2012-05-151-269/+33
* | Mark the options for the sort-criterion enumDanielle Madeley2012-05-151-0/+4
* | Remove all old view menu handling code with GSettings bindingsDanielle Madeley2012-05-151-257/+15
* | Add the app menu using the same model as the menu buttonDanielle Madeley2012-05-152-0/+25
* | Change the roster menu to a flat menu structureDanielle Madeley2012-05-151-77/+14
* | Move the menu to a button ala WebDanielle Madeley2012-05-152-107/+115
* | Remove view history actionDanielle Madeley2012-05-151-14/+0
* | Port roster-window-menubar.ui to current GMenu builder XML formatDanielle Madeley2012-05-151-34/+135
* | roster-window: migrate menu bar to GtkBuilderGuillaume Desmottes2012-05-152-548/+517
* | EmpathyMainWindow: inherit from GtkApplicationWindowGuillaume Desmottes2012-05-153-7/+9
* | stop passing the main window to empathy_sound_manager_play()Guillaume Desmottes2012-05-151-24/+6
* | turn EmpathyContactWidget to be a proper GtkWidgetGuillaume Desmottes2012-05-152-406/+443
* | Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-111-1/+1
|\|
| * account-widget-irc: Quit label should be in the first columnGuillaume Desmottes2012-05-111-1/+1
* | coding style fixGuillaume Desmottes2012-05-111-1/+1
* | Updated Galician translationsFran Diéguez2012-05-111-571/+513
* | Updated Spanish translationDaniel Mustieles2012-05-111-70/+72
* | contact-blocking-dialog: use tp_connection_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-29/+30
* | contact: use tp_connection_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-19/+24
* | contact-chooser: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-25/+37
* | chat: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-62/+33
* | tp-chat: use tp_text_channel_get_chat_state()Guillaume Desmottes2012-05-101-2/+2
* | client-factory: request TP_TEXT_CHANNEL_FEATURE_CHAT_STATESGuillaume Desmottes2012-05-101-1/+1
* | tp-chat: remove chat-state-changed-empathy signalGuillaume Desmottes2012-05-101-58/+0
* | chat: use contact-chat-state-changed signalGuillaume Desmottes2012-05-101-4/+10
* | Updated Spanish translationDaniel Mustieles2012-05-101-32/+29
* | remove empathy-tp-roomlistGuillaume Desmottes2012-05-103-585/+0
* | new-chatroom-dialog: use TpRoomListGuillaume Desmottes2012-05-101-103/+76
* | Updated Spanish translationDaniel Mustieles2012-05-101-485/+427
* | contact-search-dialog: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-101-29/+50
* | add empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-102-0/+79
* | remove invisible_char from ui filesGuillaume Desmottes2012-05-103-9/+0
* | Turn EmpathyNewChatroomDialog to a GtkDialog sub-classGuillaume Desmottes2012-05-103-458/+491
* | chatroom-dialog: re-order some functionsGuillaume Desmottes2012-05-101-355/+299
* | new-chatroom-dialog: port to TP coding styleGuillaume Desmottes2012-05-102-640/+642
* | Use tp_capabilities_get_channel_classes_variant()Guillaume Desmottes2012-05-101-11/+33
* | Stop generating Certificate APIGuillaume Desmottes2012-05-103-307/+0
* | remove empathy-tls-certificateGuillaume Desmottes2012-05-103-527/+0
* | Use TpTpTLSCertificateGuillaume Desmottes2012-05-108-127/+114
* | use tp_capabilities_supports_sms()Guillaume Desmottes2012-05-101-32/+2
* | Stop generating Debug APIGuillaume Desmottes2012-05-103-167/+0
* | Store the TpDebugMessage in the modelGuillaume Desmottes2012-05-101-134/+131
* | merge store_filter_foreach () and copy_model_foreach ()Guillaume Desmottes2012-05-101-61/+14
* | debug-window: use TpDebugClientGuillaume Desmottes2012-05-101-70/+89
* | empathy-debugger: use self->priv patternGuillaume Desmottes2012-05-102-278/+267
* | debug_window_dispose: use g_clear_object()Guillaume Desmottes2012-05-101-20/+4