[empathy] Created tag EMPATHY_2_33_2



The unsigned tag 'EMPATHY_2_33_2' was created.

Tagger: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 24 17:45:31 2011 +0100

    Tagged for release 2.33.2.

Changes since the last tag 'EMPATHY_2_33_1':

Alex Launi (1):
      Reword subscription request dialog to be less technical

Chandni Verma (1):
      Reset network list button

Danielle Madeley (31):
      Beginning of contact blocking dialog
      Test for contact blocking dialog
      Connect ::response in test
      Add and remove contacts from deny list
      Provide autocompletion of known contacts in the entry box
      Prepare EmpathyContactManager in test
      Add blocked contacts dialog to Empathy main window menu
      Don't need to prepare accounts separately
      Handle the case where there are no accounts with deny channels
      Add contact blocking to EmpathyContactList and friends
      Add 'Block Contact' to empathy-contact-menu
      Add contact blocking support to EmpathyIndividualManager
      Add 'Delete and Block' as an option to the Remove Contact dialog
      Add a confirmation dialog when you block a contact from the Contact menu
      Add Block button to the subscription authorization dialog
      Don't leak EmpathyContact
      contact-blocking-dialog: report errors to the user
      Factor out common blocking confirmation dialog
      Add UI to blocking confirmation dialog for future "report as abusive" function
      Add block confirmation to the authorise publication dialog
      Add confirmation dialog to Remove
      Style fixes from review
      Merge branch 'contact-blocking-3' into gnome-2-34
      Hook up abusive argument into TpContactList backend
      Add draft Conn.I.ContactBlocking (danni's version) to extensions
      Determine whether a connection supports reporting abuse, set the connection flag
      Only destroy block confirmation dialogs after we've read out the abusive state
      Use Conn.I.CB to report contacts as abusive when blocking them
      Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialog
      Merge branch 'report-abuse' into gnome-2-34
      Prevent segv attempting to free uninitialised value.

Debarshi Ray (1):
      Add some more servers and port numbers for Freenode

Emilio Pozuelo Monfort (48):
      EmpathyTpCall -> EmpathyTpStreamedMedia
      EmpathyCallHandler -> EmpathyStreamedMediaHandler
      EmpathyCallWindow -> EmpathyStreamedMediaWindow
      EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreen
      ::new-call-handler -> ::new-streamed-media-handler
      Generate closures for src/
      EmpathyCallFactory -> EmpathyStreamedMediaFactory
      Move a couple of call-related functions to empathy-utils.h
      Only build the EmpathyStreamedMedia* classes for empathy-av
      Only link empathy-av against farsight
      Move farsight-using sources to src
      Fix make distcheck
      Add ax_config_dir from audacity
      Add telepathy-yell as a submodule
      Check for telepathy-yell if requested
      Add an EmpathyCallFactory class
      Add an EmpathyCallHandler class
      Add an EmpathyCallWindow class
      Add an EmpathyCallWindowFullscreen class
      Build an empathy-call binary when we have Call support
      NewCallDialog: support Calls
      Teach EmpathyChannelFactory how to create Call channels
      EmpathyEventManager: handle Call channels
      Show notifications for Calls
      Initialize telepathy-yell
      empathy_call_new_with_streams: start Calls when we support them
      Use the new empathy_call_create_call_request thoroughly
      Add empathy-call
      Build fix
      Call: check for priv->members to enable the video button
      Don't use tpy_call_channel_is_receiving_video
      Don't use tpy_call_channel_is_sending_video
      Temporarily disable some code
      Build fix
      Initialize GObject
      Move empathy_call_* util functions to libempathy-gtk
      Don't require EmpathyContacts to start a call
      Show an error dialog if starting a call fails
      Always build telepathy-yell and handle Call channels
      empathy_call_new_with_streams: prefer StreamedMedia over Call
      Unref the entity when we're done
      Log window: don't leak the account
      Check for the right telepathy-logger pc file
      Log window: free the entities together with the list
      Indentation fix
      Update the Logger dbus API for the new version
      Add a button to delete logs
      Add missing files to POTFILES.in

Guillaume Desmottes (33):
      remove released flag
      update last_tag_pattern
      individual_view_popup_menu_idle_cb: remove useless sink/unref
      individual-menu: ensure that the contact stays alive while the activate signal is connected (#641119)
      contact_list_view_popup_menu_idle_cb: remove useless sink/unref
      individual-view: properly unref the tooltip_widget when disposing (#641157)
      set FileTransfer.URI on outgoing FT
      Set FileTransfer.URI when accepting a file (#641707)
      depends on telepathy-glib 0.13.12
      tp-file: use the self->priv pattern
      use tp_clear_object()
      improve phrasing of the subscription request message
      add EmpathyChannelFactory (#634679)
      string-parser: properly handle if g_regex_new() fails
      use tp-glib API for Conference (#630709)
      Stop generating Conference API
      use TP_PROP_*
      irc-network-chooser: recreate the default IRC network if needed (#641861)
      password-dialog: activate the dialog when the entry is activated (#642296)
      only try reconnecting accounts if needed (#642358)
      fix coding style
      ft-factory: don't leak the handler
      accounts-dialog: only update the row which have actually been changed; may fix #636189
      Always display favorite contacts (#592595)
      folks favorite API has changed
      rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton()
      empathy_account_settings_check_readyness: don't leak a ref on manager
      accounts: release our ref on the TpDBusDaemon
      empathy_theme_manager_dup_singleton: act as a proper dup singleton function
      ensure that the theme manager stay alive
      Ship a 256x256 version of the Empathy icon
      tls-dialog: destroy the dialog if the certificate is invalidated (#643186)
      prepare 2.33.2

Nicolas Dufresne (1):
      Port empathy to Telepathy logger 0.2.0

Philip Withnall (2):
      Bug 641662 â?? Update for libfolks API changes to IndividualAggregator
      Bug 637151 â?? Hide the user Individual from the contact list

Rob Bradford (1):
      connectivity: Update to use new Connman D-BUS service names / interfaces

Sjoerd Simons (22):
      Don't use wildcards for just one marshal file
      Recognize Call channel capabilities
      Add TargetContact property that's guaranteed to exist on CallHandler
      coding style trivia
      Move to using ->priv pointer in the object instance
      Use target-contact instead of members
      Only change the UI in the main thread
      Remove stray debug
      Explicitely use the libtelepathy-yell .la file for dependency tracking
      In gtk2 GtkProgressBar doesn't implement GTK_ORIENTABLE
      Update telepathy-yell submodule
      Close call channels after hanging up
      event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we can still approve
      Stop ringing after approving a Channel.Type.Call channel
      Retrieve the contact for incoming calls so we can display it
      Trivial coding style fix (>80 chars)
      No need to borrow the connection, it gets passed to us
      auto-detect the presence of farsight
      escape USE_MAINTAINER_MODE to prevent errors from make
      make the dots consistent
      More consistent naming of the call handler option
      Keep a ref to our handler instance



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