[empathy] Created tag EMPATHY_2_31_4



The unsigned tag 'EMPATHY_2_31_4' was created.

Tagger: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Jun 28 18:44:04 2010 +0200

    Tagged for release 2.31.4.

Changes since the last tag 'EMPATHY_2_31_3':

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

Claude Paroz (1):
      Updated French translation

Danielle Madeley (13):
      Access GdkDragContext members via getters
      Merge branch 'gseal'
      Port Empathy code to GSettings, remove EmpathyConf
      Convert to new-style schema
      Add a keyfile for gsettings-data-convert
      Mark schema summaries and descriptions for translation
      Port empathy-import-mc4-accounts imported setting to GSettings
      Delay setting both contact list values until the each is set.
      Merge remote branch 'sjoerd/misc'
      Port EmpathyMainWindow to GtkWindow subclass
      Port EmpathyPreferences to GtkDialog subclass
      Merge branch 'preferences-dialog-622557'
      Add missing signal to EmpathyMainWindow

Felix Kaser (3):
      Add EmpathyLiveSearch widget
      refactored how contacts are added to the store
      Use EmpathyLiveSearch in main window's contact list

Fran Diéguez (2):
      Updated Galician translations
      Updated Galician translations

Guillaume Desmottes (74):
      remove released flag
      empathy-parser-test: stop as soon a test fails
      empathy-parser-test: use empathy_string_replace_escaped
      empathy_string_replace_escaped: remove '\r' (#620903)
      factor out set_requirements
      empathy_string_replace_escaped: use gsize instead of gssize
      coding style fixes
      check if the search widget exists before trying to use it
      Don't display the 'Important Room' menu item in private chats
      use tp_g_signal_connect_object to connect the "closed" signal on the notification
      map-view: add a debug message when adding a marker
      empathy_message_equal: always use the timestamp+body (#621797)
      event-manager: disable approving for now
      remove internal approving code
      add inviter arg to empathy_tp_chat_is_invited
      event-manager: re-implement approving using a proper Approver (#599158)
      fix typo
      approve_channels: use quarks to compare channel types
      factor out reject_approval
      add GOSSIP-RELICENSING.txt
      empathy-time: add Collabora copyright
      empathy-time: relicense to LGPL
      log-store-empathy: update Collabora copyright
      log-store-empathy: relicense to LGPL
      log-manager: update Collabora copyright
      log-manager: relicense to LGPL
      rename channel_claim_cb to reject_channel_claim_cb
      log-store: relicense to LGPL
      port to latest tp-logger API
      tests: add TPL CFLAGS and LIBS
      nautilus-sendto: add TPL CFLAGS
      tp-logger now use GDate rather than strings in its API
      tpl_log_manager_search_new_async has been renamed to tpl_log_manager_search_async
      TplLogEntry(Text) has been renamed to TplEntry(Text)
      TplContact has been renamed to TplEntity
      depend on telepathy-logger-0.1
      don't use strptime
      use ISO-8601 dates in DEBUG
      Depend on telepathy-logger (#610956)
      remove old logger files
      Merge branch 'approvers-redone-599158'
      replace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_stream_tube
      share-my-desktop: request the tube using the CDO
      strip name of the room (#622201)
      Merge branch 'check-vinagre-589225'
      Merge branch 'vino-621998'
      Stop advertissing audio/video capabilities using old API
      share-my-desktop: ownership of the request hash table is passed to empathy_dispatcher_create_channel
      stop handling internally stream media channels
      call-factory: use TpSimpleHandler to handle incoming calls (#622368)
      remove empathy_call_factory_new_call
      tp-call: use the Requested property to check if the call is an incoming one or not
      tp-call: use TargetHandle to get the remote contact
      tp-call: use tp_g_signal_connect_object to connect signal on the channel
      empathy_call_factory_new_call_with_streams: request channel using the CD
      empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams
      empathy_tp_call_accept_incoming_call: early return if the call is not an incoming one
      remove empathy_call_handler_new_for_contact_with_streams
      remove empathy_tp_call_to
      move the static variable used by the singleton out of empathy_log_window_show
      log-window: check if the window still exist in async cb (#622273)
      debug-window: add the logger (#622381)
      new-call-dialog: create the AV channel using the TargetID so we don't have to wait for the EmpathyContact
      Merge branch 'av-handler-622368'
      add 2 comments
      log_window_get_messages_for_date: don't clear the marks on the calendar
      stop importing MC4 accounts
      remove imported-mc4-accounts gsettings key
      remove empathy-import-mc4-accounts (#622578)
      rename approver service to Empathy.EventManager
      Approve right away group text channels if we are not invited
      tp-chat: Wait that all the pending messages have been added to the pending queue
      prepare 2.31.4 release
      remove org.gnome.Empathy.gschema.xml.in from POTFILES.in

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

Kjartan Maraas (3):
      Updated Norwegian bokmål translation
      Rename the schemas
      Added Norwegian bokmål translation

Kristjan Schmidt (1):
      Updated Esperanto translation

Laurent Bigonville (1):
      Call geoclue_master_client_set_requirements before asking for position/address

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

Rudolfs Mazurs (1):
      Updated Latvian translation.

Sjoerd Simons (8):
      Remove IDT_COMPILE_WARNINGS as we don't have the macro anymore
      EmpathyChat: use an opaque struct for priv not a void pointer
      Use the right GSettings scheme
      Always prepare both the Connection and the Channel
      Throw a warning if the contact sort function didn't get two contacts
      Pick the right sort function early
      Now that we depend on the logger always enable favourite contact support
      Rely on compare_separator_and_groups when either A or B isn't a contact

Will Thompson (2):
      Make status preset editor taller by default
      Add shortcut keys for contact list item sizes

Xavier Claessens (22):
      Add unit test for the live search matching
      Show/Hide the live search before refiltering
      Strip the @server.com part of the contact ID for the live search matching.
      Require GTK+ 2.21.2
      Use new GtkTextView API to make EmpathyChat build with GSEAL enabled
      Use gtk_text_view_get_vadjustment() instead of assuming parent is a GtkScrolledWindow
      Use a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group in idle cb
      Do not crash if the row gets deleted before the expand idle cb
      If path is NULL, the signal is blocked forever
      Fix authors and copyright of EmpathyLiveSearch
      Bump required version of libunique to 1.1.2
      Display contact vCard in information dialog, add basic vCard editor for self contact
      Add a GtkSpinner to notify the RequestContactInfo progress
      Bump required version of telepathy-glib to 0.11.7 for ContactInfo API
      Fix the visibility of group when live search is active
      Remove the treeview's build-in search function, we use the live search now.
      Remove useless occurences of 'gconf' word
      Remove dead code in tests that still use MC4
      Grab focus on the main window's tree view by default
      Add "activate" signal on EmpathyLiveSearch
      Make sure taping ENTER when searching contact starts a chat.
      Use document font by default for adium themes

Yaron Shahrabani (1):
      Updated Hebrew translation.



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