[empathy] Created tag EMPATHY_2_31_6



The unsigned tag 'EMPATHY_2_31_6' was created.

Tagger: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Aug 2 18:10:21 2010 +0200

    Tagged for release 2.31.6.

Changes since the last tag 'EMPATHY_2_31_5_1':

Andrej ŽnidarÅ¡iÄ? (1):
      Updated Slovenian translation

Aron Xu (2):
      Update Simplified Chinese translation.
      Add Simplified Chinese help translation.

Cheng-Chia Tseng (3):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Danielle Madeley (6):
      GtkNotebookPage no longer exists in GTK+ 3
      Remove apostrophes from configure.ac because they break vim's highlighting
      Update gnome-control-center dependency
      Update cc-empathy-accounts-panel for latest gnome-control-center
      Remove unneccesary signal disconnection in EmpathyAccountsDialog
      Add authors and fix copyrights for empathy-accounts-module

Felix Kaser (11):
      fix small regression with expanding groups
      added zh_CN to help/.gitignore
      fixed a critical when quiting while searching
      dont catch key up and down from the treeview
      enable keynavigation during search in contact-list
      keep the selected contact visible after search
      add key navigation possibilities to search
      added check for null before scroll to cell
      changed the type of keynav signal
      added return value for the keynav signal
      backport the last commit to contact-list-view

Fran Diéguez (8):
      Updated Galician translations for docs
      Added gl to DOC_LINGUAS
      Fixed headers in galician translation file
      Fixed headers in galician translation file
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Guillaume Desmottes (14):
      bump telepathy-farsight dep
      call-handler: add send audio/video codec properties
      call-window: Add 'details' pane containing encoding codecs (#599166)
      call-handler: add audio/video recv codecs properties
      call-window: display receiving codecs
      reset codecs when call is disconnected
      display the clock rate of the codec as well
      remove released flag
      Merge branch 'debug-av-599166'
      Disable /query and /msg commands for now (#624268)
      Check for the right version of CC depending on GTK+
      free the list returned by clutter_container_get_children()
      map-view: be a proper GtkWindow (#625826)
      prepare 2.31.6

Jorge González (2):
      Updated Spanish translation
      Updated Spanish translation

Khaled Hosny (1):
      Typos

Marc-Antoine Perennou (1):
      avoid segfault in event_manager_add (#624462)

Mario Blättermann (2):
      [i18n] Updated German translation
      [i18n] Updated German translation

Mattias Põldaru (1):
      [l10n] Updated Estonian translation

Nicolò Chieffo (1):
      show the date in messages coming from history (#624599)

Philip Withnall (22):
      Fixes from merging master
      Use the new FolksFavourite interface for favourites support
      Finish adding favourites support
      Remove an unused connection to the telepathy-logger service
      Remove unused EmpathyIndividualManager instances from the individual menu
      Re-implement file sending with drag and drop
      Fix some referencing bugs with the IndividualStore and IndividualView
      Support removing groups
      Re-enable changing individuals' groups
      Allow changing of individuals' aliases
      Fix setting favourites from the contact editing dialogue
      Hold a reference to the contact we're adding as an individual
      Re-add support for the "People Nearby" group
      Add a link between EmpathyContact and FolksPersona
      Remove folks_individual_dup_from_empathy_contact()
      Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias
      Update FolksPersona:alias when updating EmpathyContact:alias
      Re-enable setting of groups for newly-added contacts
      Enforce use only of TpfPersonas
      Use presence message from FolksPersona rather than TpContact
      Use the new IndividualAggregator.prepare() method
      Don't warn when adding an existing contact

Sjoerd Simons (2):
      Tune settings for the updated x264enc element
      Committed version of x264enc needs profile=1 for baseline

Torstein Adolf Winterseth (2):
      Added Norwegian Nynorsk translation
      Updated Norwegian Nynorsk translation

Travis Reitter (64):
      Base the contact list around libfolks metacontacts. Not yet to feature-parity     with mainline Empathy.
      Implement avatar support.
      Back-port better solution for incorrect-groups-expanded problem.
      Fix the formatting of some calls to g_object_set()
      Don't crash if a row gets deleted before being expanded.
      Re-implement the context menu for Individuals
      Support the contact list tooltip
      Re-add the audio and video call menu items in the call-activated handler.
      Add a note about future work to be done after we break the 1:1 FolksIndividual:TpContact relationship.
      Avoid potential segfaults if there are no contacts on the first pass.
      Support contact adding
      Support contact removal
      Follow the new tree store insertion convention used by the contact list store in the individual store.
      Catch up with convention for getting the view's model.
      Replace the IndividualView's setup function with a more-conventional constructed function.
      Hide/show groups as necessary when their members change.
      Take advantage of favourites being a hard requirement and add stubs for adding/removing individuals as favourites.
      Cut outdated comment.
      Sync up with the libfolks replacement of folks_individual_aggregator_get_members().
      Bump required version of libfolks for API change.
      Fix trivial casting error.
      Bump libfolks requirement.
      Add some more validation when sorting the contact list.
      Add the empathy-individual-* files to POTFILES.in
      Use explicit boolean expressions for if-conditionals, according to Telepathy style.
      Clarify that toggling a group in the EmpathyContactWidget actually toggles it.
      Create a constructor for PixbufAvatarFromIndividualClosure.
      Cut misinformed comment about a potential race condition.
      Take advantage of the tp_clear_* utility functions.
      Reduce line length.
      Use the gio async pattern for fetching Individuals' avatars
      Add comments for the new Individual/Contact utility functions.
      Simplify empathy_folks_individual_contains_contact().
      Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
      Don't leak references to the contacts returned from empathy_contact_dup_from_folks_individual().
      Fix alignment.
      Update copyright notice.
      Stick with the term 'contact' instead of adding 'individual'.
      We already know that this contact is a FolksIndividual if it isn't NULL, so simplify the conditional.
      Take advantage of tp_clear_object().
      Simplify validation.
      Cut obsolete comment.
      Use explicit '!= NULL' for pointer boolean expressions.
      Don't enclose trivial blocks in {}.
      Also sort the IndividualStore by underlying protocol and account ID.
      Enclose a non-trivial expression in () in an assignment.
      Minimize the scope of some variables and avoid risk of double-freeing a string.
      Take advantage of tp_clear_object().
      Use the more-conventional approach to signal emission in IndividualManager.
      Add a comment about the IndividualManager's general memory management policy.
      Perform the IndividualManager dispose work in a dispose() function, not finalize.
      Chain up IndividualManager's dispose() to call its parent's dispose().
      Cut excessive G_STRLOC in DEBUG statements.
      Only have one parameter per function definition line.
      Calculate contact capabilities ourselves.
      Don't depend on Folks capabilities in the IndividualView
      Update to the FolksIndividualAggregator:individuals-changed signal.
      Adjust to the new add_persona_from_details() API.
      Use the proper source_tag in empathy_pixbuf_avatar_from_individual_scaled_*().
      Take advantage of tp_asv_new().
      Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes
      Adjust for signature change in folks_individual_aggregator_remove_individual()
      Adjust for signature change in folks_groups_change_group()
      Merge branch 'folks-async-and-prepare'

Xavier Claessens (9):
      Remove cc-empathy-accounts-page.c from POTFILE.in
      Add help/gl/ in gitignore
      Add GTK_LIBS to build tests
      Make EmpathyLiveSearch's match algo smarter with words
      Add unit tests for the multi-word searching
      Make livesearch work if accentued letters are pre-decomposed
      Simplify code: Avoid nested loops
      Abort directly if a test failed
      Group all matching functions together

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Updated Hebrew translation.

Yunqiang Su (1):
      Update Simplified Chinese translations.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]