[empathy] Created tag EMPATHY_2_27_1



The unsigned tag 'EMPATHY_2_27_1' was created.

Tagger: Xavier Claessens <xclaesse gmail com>
Date: Mon May 18 12:01:24 2009 +0200

    Tagged for release 2.27.1.

Changes since the last tag 'EMPATHY_2_25_92':

Adam Schreiber (2):
      Display spelling suggestions in a submenu instead of in a separate
      Fixes based on feedback

Alexander Shopov (1):
      Updated Bulgarian translation by Alexander Shopov <ash contact bg>

Andre Klapper (1):
      Updated Czech translation by Martin Picek.

Aron Xu (1):
      Updated Simplified Chinese translations by fwang.

Claude Paroz (3):
      Updated French translation by Frédéric Peters and Bruno Brouard.
      Updated French translation by Frédéric Peters and Claude Paroz
      Updated POTFILES.in (.glade to .ui)

David Planella (1):
      Updated Catalan translation by Joan Duran

Davyd Madeley (69):
      Add a test program for the presence widget
      Initial work on reworking the presence selector
      Set the chooser in "editing mode" when you start editing it
      Fix some type warnings
      Initial work on reimplementing presence_chooser_presence_changed_cb
      Use EmpathyIdle to push MC around
      Reenable warning flags.. clean up mess
      Reimplement flashing (untested). Prevent a possible recursive signal loop.
      Separate out mc_set_custom_state from set_status_editing
      Escape to cancel from status editing
      Fix bug where priv->state might be unset
      Add a tooltip, mark user visible strings for translation
      Make custom messages dialog a transient of the window containing the presence selector (if possible)
      Add Custom Messages dialog back in (this dialog needs some work ASAP)
      Unset focus from GtkEntry when editing is stopped
      Update comment headers/copyrights/etc.
      Only check model rows that will have valid states
      Fix typo in my email address
      When editing custom messages, preseed the entry with the current status
      Ensure ::changed is connected on both the entry and the combo
      Don't make Hidden/Offline have customisable text
      Commit the changed status message on focus-out.
      Fix reset status on Esc
      Refactor some code, cleans some things up
      Editing mode on click
      Ignore up/down arrow keypresses
      Clean up function names
      Fix regression where going offline was overwriting the saved status message
      Don't set editing mode on click, just select the text
      Fix focus-out autocommit using an idle handler
      Drop this, it breaks something subtly
      Don't get stuck in editing mode when you load up the old dialog
      Coding style fixes
      make the type enum a named type
      Coding style fix for test
      Don't blat message if it updates whilst in editing mode
      Look up the iter of the new tree row on the filter model for set_active_iter
      Icons from Firefox
      More icon sizes
      Add a favourite icon to custom/saved messages
      Update the preset list
      Reliably set favourite-star
      s/favourite/favorite/
      Coding style fix
      Skeleton of a new presets dialog
      Skeleton of a test program for the dialog
      List presets in the treeview
      Make [Remove] work
      Make [Add] work
      Add new files to POTFILES.in
      Make test load status presets
      Connect new dialog into presence chooser, remove old dialog
      Output GtkBuilder errors as g_critical() not DEBUG()
      Add some labels to the UI
      Fix up Add Preset combo focusing
      Don't reset the state to Available when you click [Add]
      Fix function naming
      Make it possible to edit a status message by double-clicking on it
      gtk-doc entry
      Sort presets alphabetically in the list
      Add a comment for cassidy ;-)
      Preserve the status message across combo box changes
      Rest of gtk-doc
      Merge branch 'presets-dialog'
      Fix trailing whitespace
      Remove spell dialog from POTFILES.in; remove GtkBuilder file
      Merge branch 'spelling-578399'
      Fix foaf:mbox URI in DOAP file
      Add menu option to display FT Managers

Duarte Loreto (1):
      Updated Portuguese translation.

Elliot Fairweather (1):
      revert a little. search for blank contact in store.

Frco. Javier Rial (1):
      Updated Galician Translation

Frederic Peters (3):
      Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)
      use new GtkStatusIcon tooltip methods, formatting the header in italics.
      Add context string for translation (#575442)

Frédéric Péters (1):
      always show images in smiley menu items (GNOME #582751)

Gabriel Millaire (2):
      Fixed bug #579485 by making each columns sortable
      Fix bug #579484: Join Chatroom dialog doesn't list rooms when changing

Gintautas Miliauskas (1):
      Updated Lithuanian translation.

Guillaume Desmottes (108):
      Merge branch 'fix-ft' into to-merge
      empathy_contact_set_handle: remove the handle ready flag when the handle is set to 0
      empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817
      enable coding style checks in tests
      coding style fixes
      empathy-tp-tube: the state is a EmpTubeChannelState not a guint
      empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
      empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for the state property
      empathy-tp-tube: remove initiator and type member variables as they are not used
      tp-tube: remove priv->initiator_contact and priv->factory as they are not used
      tp-tube: remove priv->service
      tp-tube: remove priv->parameters
      don't dispatch D-Bus tube having an invalid ServiceName
      empathy_tube_handler_build_bus_name: escape invalid char in the service name
      Merge branch 'tube-bus-name'
      empathy-accounts-dialog.ui: no change, the file has just been opened and sauved in Glade
      Add ellipsis to the add account button. Fixes bug #548704
      tp_tube_constructor: get State property not priv->state is actually set
      add empathy_tp_tube_call_when_ready. Fixes bug #579735
      empathy-tube-handler: wait that tube is ready before announcing it
      update python bindings
      remove empathy-spell-dialog from python binding
      empathy-account-widget-irc.ui: the network dialog doesn't have to be
      rename button_remove to button_remove_network to fix id clash
      fix another id clash
      empathy_irc_network_dialog_show: call show_all on the dialog
      empathy-account-widget-irc: rename button_remove to button_remove_network so it has the same name as the UI id
      empathy-account-widget-irc: remove unused widgets
      Merge branch 'irc-dialog-579800'
      check-empathy-helpers: gconf_entry_free has been deprecated; use gconf_entry_unref
      Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394
      empathy-call-window: send-video meny entry has to be unsensitive by default
      empathy-contact-widget: call contact_widget_change_contact after widget's setup. Fixes #579971
      empathy-call-window: add priv->sending_video so we don't call empathy_call_window_set_send_video when it's not needed
      Merge branch 'send-video-576394'
      add HACKING file pointing to the wiki
      The incoming call dialog doesn't have to be modal. Fixes #576384
      empathy-call-window.c: update priv->sending_video *before* changing widget's state
      tp-file: implement getter/setter for the ready property
      tp-file: ready property has to be read only
      Merge branch 'master' into tp-tube
      document empathy_tp_tube_call_when_ready
      s/Empaty/Empathy
      libempathy/empathy-tp-tube.[ch]: port to tp coding style
      document empathy-tp-tube
      add '%' in front of constants
      Merge branch 'tp-tube'
      document EmpathyTpTube object
      tube-handler: wait that the connection is ready before creating the TpChannel
      tube-handler: don't leak data and connection if connection is invalidated
      tube-handler: use tp_channel_call_when_ready instead of tp_channel_run_until_ready
      tube-handler: fix functions definition style
      tp-roomlist: use tp_channel_call_when_ready instead of tp_channel_run_until_ready
      call-window: handler property has to be construct only
      call-handler: contact and tp-call properties are construct only
      call-handler: get the contact from the TpCall if it has not been defined during construction
      call-window: set remote contact's name in window's title. Fixes #530119
      call-window: update window's title when contact's name is changed
      remove useless include
      empathy_call_window_constructed: set default title if the call handler doesn't have a contact
      empathy_call_window_dispose: disconnect signals before unrefing the contact
      tube_is_ready: ensure than tube stays alive while we are calling the callbacks
      upgrade Python bindings
      Merge commit 'jtellier/bug-580771'
      empathy-about-dialog: remove trailing spaces
      empathy-accounts-dialog: remove trailing spaces
      empathy-chat-window: remove trailing spaces
      empathy-main-window: remove trailing spaces
      empathy-sidebar: remove trailing spaces
      empathy-chatrooms-window: remove trailing spaces
      empathy-event-manager: remove trailing spaces
      empathy-ft-manager: remove trailing spaces
      empathy-import-dialog: remove trailing spaces
      empathy-logs: remove trailing spaces
      empathy-misc: remove trailing spaces
      empathy-new-chatroom-dialog: remove trailing spaces
      empathy-preferences: remove trailing spaces
      empathy-status-icon: remove trailing spaces
      empathy: remove trailing spaces
      ephy-spinner: remove trailing spaces
      empathy-about-dialog: update the FSF address
      empathy-accounts-dialog: update the FSF address
      empathy-chat-window: update the FSF address
      empathy-chatrooms-window: update the FSF address
      empathy-ft-manager: update the FSF address
      empathy-import-dialog: update the FSF address
      empathy-import-pidgin: update the FSF address
      empathy-logs: update the FSF address
      empathy-main-window: update the FSF address
      empathy-misc: update the FSF address
      empathy-new-chatroom-dialog: update the FSF address
      empathy-preferences: update the FSF address
      empathy-sidebar: update the FSF address
      empathy: update the FSF address
      empathy_call_window_bus_message: init GError
      empathy-accounts-dialog: fix coding style
      empathy-call-window-fullscreen: fix coding style
      empathy-call-window: fix coding style
      empathy-chat-window: fix coding style
      empathy-event-manager: fix coding style
      empathy-import-pidgin: fix coding style
      empathy-main-window: fix coding style
      empathy-preferences: fix coding style
      empathy-tube-dispatch: fix coding style
      empathy: fix coding style
      disable tab coding style check for now
      enable coding style checks in src
      add empathy-call-window-fullscreen.ui to POTFILES.in

Ignacio Casal Quinteiro (1):
      Updated Galician translation by Suso Baleato.

Ihar Hrachyshka (2):
      Updated be latin po
      Added Belarusian translation.

Jonny Lamb (64):
      Converted log code to Collabora coding style. (Jonny Lamb)
      Made get_last_messages source independent. (Jonny Lamb)
      Make get_dates check whether a date is already in the GList before adding it now in order. (Jonny Lamb)
      Don't override the constructor. (Jonny Lamb)
      Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it.
      Added ack_message function to EmpathyLogSource interface.
      Only call EmpathyLogSource methods if they are defined.
      Fixed problems picked up when rebasing and cherry-picking.
      Move logging to the dispatcher on Received and Sent signals.
      Use the channel wrapper to log chats instead of connecting to the signals directly.
      Use g_list_concat even if the current GList is empty (NULL).
      Added get_name function to EmpathyLogSource.
      Only write messages to one specified log source, hardcoded at the moment.
      Pass the channel to received_message_cb and use tp_channel_get_identifier.
      Moved dispatcher observing and logging into EmpathyLogManager.
      Renamed EmpathyLogSource to EmpathyLogStore.
      Changed some G_STR_EQUALs to EMP_STR_EQUAL.
      Cleaned up rebasing brokenness.
      Updated python bindings.
      Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTpChat.
      Added empathy_message_get_unique_id & empathy_message_equal.
      EmpathyLogStore: Store the CM message ID in the logs, and use it when reading logs.
      EmpathyChat: Remove messages from log messages which are pending.
      Removed duplicate log source addition.
      EmpathyChat: Simplified adding appropriate messages to the window.
      Get last messages for the last day - 1 as well as the last day.
      Added checks to the arguments of empathy_message_equal.
      Replaced get_last_messages with get_filtered_messages.
      Added empathy_log_store_get_filtered_messages.
      Implemented get_filtered_messages in empathy log store.
      Use get_filtered_messages in EmpathyChat.
      libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.
      Call GET_PRIV after checking the parameters of empathy_message_equal.
      Use atoi instead of sscanf.
      Use a single-line return statement instead of if/else if/else if.
      Use g_list_next (l) instead of l->next.
      Use g_list_delete_link instead of g_list_remove.
      Use if (n != NULL) instead of if (n).
      Make the "Import Accounts" button insensitive if there's nothing to import.
      Initial empathy_contact_selector_set_visible implementation.
      Adjust empetit to test the contact selector filtering.
      Correct English.
      Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_account and fixed leaks.
      Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_dup_selected and fixed leaks.
      Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_selected and fixed leaks.
      Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes #579780
      Add documentation for EmpathyAccountChooser.
      Add documentation for EmpathyContactSelector.
      Add documentation for EmpathyContactWidget.
      Add documentation for EmpathyPresenceChooser.
      Add documentation for EmpathyAvatarChooser.
      Add documentation for EmpathyAvatarImage.
      Add documentation for EmpathyProfileChooser.
      Add documentation for EmpathyNewMessageDialog.
      Misc. gtk-doc updates, including being more explicit about refs.
      Add shave support to build process.
      Update EmpathyTpFile documentation.
      Use a tp-glib constant rather than a magic number.
      Removed empathy_tp_file_close as it was a duplicate of _cancel.
      Update python bindings.
      Added more words to empathy_tp_file_is_ready.
      Remove incorrect emacs modeline.
      Reference empathy_tp_file_is_ready in the "ready" property.
      Merge branch 'ft-misc'

Jorge Gonzalez (7):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Jorge Gonzalez Gonzalez (7):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spansih translation
      Updated Spanish translation
      Updated Spansih translation, fixes bug #575627
      Updated Spanish translation
      Updated Spanish translation

Kenneth Nielsen (1):
      Updated Danish translation

Khaled Hosny (2):
      Updated Arabic translation
      Fix plural forms

Kostas Papadimas (1):
      Updated Greek tramslation by Jennie Petoumenou

Lars-Peter Clausen (14):
      Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139
      Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its
      fix memleak in preferences_widget_sync_string_combo. Previously name was not
      Fix memleak in empathy_tp_file_accept. Free content of priv->filename before
      Fix memleak in empathy_account_manager_init. Do not create unused account data.
      Fix memleak. Free strings retrieved from gtk_tree_model_get.
      Fix memleak in empathy_contact_invite_menu_item_new. Just calling
      Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has
      Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when
      Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere
      Fix memleak in avatar_chooser_update_preview_cb. Free string returned by
      Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer
      Fix indent.
      Instead of destroying the submenu when it's not needed only create it if there

Laurent Bigonville (1):
      Use autotools magic to take care of disabling deprecated symbols

Mario Blättermann (3):
      Updated German translation
      Updated German translation
      Updated German translation

Matej UrbanÄ?iÄ? (1):
      Updated Slovenian translation

Milo Casagrande (2):
      Updated Italian translation as of 2.26
      Small update to the manual

Nickolay V. Shmyrev (1):
      Updated Russian translation.

Olav Vitters (1):
      doap: Add desktop category

Olivier Crête (1):
      AM_MAINTAINER_MODE is evil

Paul Cutler (1):
      Fix ghelp link. Fixe bug #568562

Philip Withnall (3):
      Updated British English manual translation.
      Updated British English translation.
      Updated British English translation

Pierre-Luc Beaudoin (27):
      Remove the New in Join New... menu item
      Modify deeply the join chatroom dialog.
      Add more information to EmpathyChatroom
      Add members, invite and password columns to Join dialog
      Fix memory leaks + minor coding style changes
      Fix indent and translation
      Fix coding style by not going over 80 chars too much
      Add Location debug domain
      Add Location to EmpathyContact
      Get the telepathy bits generated
      Set/get location on telepathy
      Copy the hash table we receive
      Move get_location to the right place
      Fix review comments on EmpathyContact by Guillaume Desmottes
      Fix review comments on EmpathyTpContactFactory by Guillaume Desmottes
      Use iters on hash tables instead of foreach
      Get rid of the run call
      Fix doc's consistency
      Remove a trailing space and g_print
      Verify if the connection supports interface Location.DRAFT
      Don't create an unused hashtable and free location on finalize
      Update Copyright year
      Add keys' origin
      Remove the interface checks as per Zdra comments
      Drop tp_contact_factory_update_location for code readability
      Don't ref the returned hash table
      Use a quark as it is faster

Rajesh Ranjan (1):
      hindi updated by Rajesh Ranjan

Sandeep Shedmake (1):
      Updated Marathi Translations

Shankar Prasad (1):
      updated kn.po

Sjoerd Simons (19):
      Set empathy's media role to phone for so pulse can do policy on it
      Keep a weak pointer on the overlay in case it goes away
      Set the pipeline to pause before starting the call
      Assert that the widget is realized before using its XID
      Forward resource requests
      Unref the video input and tee after removing
      Handle resource-request
      Set the camera button sensitive while connected and there is a video input
      Hook up audio mute button
      Redraw the video widget if there is no underlying overlay
      Only check if the error came from the video_input if it's there
      Make the sidebar nicely pop in and out
      Refer to the gnome bug number belonging to the TODO
      First connect to the sink pad, then start playing
      Print a debug message if opening a log directory fails
      Actually recurse in the chatrooms directory
      Chatroom dirs only exist on the toplevel log directory
      Add colorspace and videoscale elements before the videosink
      Let the chat dialog directly grab the channel on reconnect

Theppitak Karoonboonyanan (1):
      Updated th translation.

Will Thompson (2):
      Unref TpChat's channel after emitting destroy.
      Fix a theoretical race listing pending messages

Wouter Bolsterlee (3):
      Updated Dutch translation by Wouter Bolsterlee.
      Added translator comment
      Updated Dutch translation by Wouter Bolsterlee.

Xavier Claessens (179):
      Bump to 2.25.93
      Simplify finalize using g_list_foreachc
      Optimize empathy_log_manager_get_filtered_messages and make it easier to understand.
      Remove useless include of contact-factory.h
      Little optimization of log_store_empathy_get_filtered_messages() and add a FIXME.
      Improve comment to explain what empathy_log_manager_get_filtered_messages does
      Remove unused empathy_message_get_unique_id
      Use tp_strdiff in empathy_message_equal to compare body.
      Fix typo in a comment
      Prevent an infinite loop when query tooltip on contact list view.
      Use running++ and running-- instead of a boolean
      Remove check on GTK version, we depend on >= 2.14.0 now.
      Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.
      Make sure the UI is build in empathy_ft_manager_get_dialog
      Add empathy-log.h and empathy-log-store.h to Makefile.am
      Fix release script in case there is no fixed bugs
      Bump version to 2.27.1
      Prepare NEWS entry
      Update python bindings
      Update API doc
      Update NEWS file
      Fix creation of svn tag
      Correctly get foreground-gdk color
      Do not reconnect chats if there is no ID. That could probably happen for MSN-like
      Use tp_channel_get_identifier instead of inspecting channel's handle.
      Stop compositing timeout if the chat channel is destroyed.
      Fix typo
      Do not assert if the CM does not support RequestableChannelClasses
      mc_account_create can fail, don't crash if it happens
      Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 and
      Free completion. Fixes bug #577828
      Remove unnecessary string dup. Fixes bug #577829
      Free the capabilities array. Fixes bug #577826
      Simplify how channel classes value is parsed. Fixes bug #577825
      Remove empathy-new-account.png from makefile, it is not used anymore. Fixes bug #576375
      Don't send unknown commands. Fixes bug #577026
      Add tests/test-empathy-presence-chooser to gitignore
      Fix more coding style
      Fix support for /me and /say commands.
      Set the default image when clearing the avatar, even if there were no avatar previously. That happens when the widget is created. Fixe bug #566905
      Steal GTK+'s way of generating ChangeLog from git logs
      Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863
      Make a separated module set for libempathy-gtk/ and src/
      Remove glade dep
      Convert glade files to GtkBuilder format
      Port glade helpers to GtkBuilber
      Port account widgets to new API
      Remove useless glade include
      Port EmpathyChat to new API
      Remove toplevel window from ui files if the window is not used.
      Port EmpathyContactDialogs to new API
      Port EmpathyContactWidget to new API
      Modify Makefile.am for new file names
      Port EmpathyIrcNetwordDialog to new API
      Port EmpathyLogWindow to new API
      Port EmpathyNewMessageDialog to new API
      Port EmpathyPresenceChooser to new API
      Port EmpathySpellDialog to new API
      Port EmpathyAccountsDialog to new API
      Port EmpathyCallWindow to new API
      Port EmpathyChatWindow to new API
      Port EmpathyChatroomsWindow to new API
      Port EmpathyFtManager to new API
      Port EmpathyImportDialog to new API
      Port EmpathyMainWindow to new API
      Port EmpathyNewChatroomDialog to new API
      Port EmpathyPreferences to new API
      Port EmpathyStatusIcon to new API
      Make use of GtkUIManager in EmpathyStatusIcon
      Reorder functions to not declare them on top
      Make use of GtkUIManager in EmpathyMainWindow
      Make use of GtkUIManager in EmpathyCallWindow
      Make use of GtkUIManager for EmpathyChatWindow
      Add back some icons that were droped during the conversion
      Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml
      Refactor the floating ref hack into a new function
      Don't unref 2 times gui.
      Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default renderer like glade.
      Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog.
      Remove libglade from libempathy-gtk.pc
      Remove reference to glade from panel applets
      Update python binding
      Fix compilation warning: chatrooms_window_model_get_selected() was not used.
      Fix python bingind
      Add empathy.doap file for project description.
      Remove comments coming from the doap template
      Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of malformed format.
      Fix urgency hint for MUCs
      Merge commit 'bigon/configure-deprecated-flag'
      Turn EmpathyContact into a TpContact wrapper
      Keep a ref to all TpConnection objects. Map account<>connection.
      Drop EmpathyContactFactory
      Change API of EmpathyTpContactFactory:
      Rebase EmpathyTpContactList on TpConnection instead of McAccount.
      EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpContactList.
      Drop unused include of contact factory
      EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on TpConnection instead of McAccount
      Port EmpathyTpFile to new API and add a ready property
      Port EmpathyDispatchOperation to new API
      Port EmpathyLogManager to new API
      Port EmpathyTpCall to new API
      Port EmpathyCallHandler to new API
      Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.
      Fix some coding style
      Reorder functions to not declare them on top
      Add empathy_tp_chat_get_connection() to direct access the channel's connection.
      Use the account manager to map from connection to account.
      Remove EmpathyTpGroup
      Remove usage of EmpathyTpGroup from EmpathyTpContactList
      Port EmpathyChat to new API.
      Port EmpathyChatWindow to new API and remove dead code.
      Port EmpathyContactDialogs to new API.
      Remove unused function empathy_dispatcher_call_with_contact().
      EmpathyTpContactFactory don't have a ready property anymore.
      Base EmpathyAvatarChooser on connection instead of account.
      Add empathy_account_chooser_get_connection()
      Port EmpathyContactWidget to new API.
      Port EmpathyNewMessageDialog to new API.
      There is no "contact" property on EmpathyTpFile
      Port EmpathyEventManager to new API
      - Split info/edit/personal dialogs into different functions.
      Port EmpathyMainWindow to new API
      Port EmpathyNEwChatroomDialog to new API
      Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed to be enough.
      Port empathy.c to new API
      Get the connection for newly created accounts
      Get the priv struct of the right object.
      CONSTRUCT_ONLY properties must be writable
      Get the factory in _constructed because connection property is not set yet in _init
      index begin at 0 and not 1 for GArray
      Make sure to not ref a NULL object
      Add a group channel only if suppress_handler == FALSE
      Remove obsolet test applications
      Update doc
      Remove dead code
      If presence message is "", get the default message.
      Drop usage of McAccount from EmpathyTpTube
      Drop dead code
      Remove useless condition
      Add getter and setter for "tp-chat" and "favorite" properties on EmpathyChatroom
      Use new getters and setters of EmpathyChatroom. Simplify to lookup when a tp_chat is destroyed.
      Remove dead code
      - Fix connection of "group-members-changed" signal
      Disconnect all signals from tp_chat when the UI is destroyed
      Add commented out code to set the _is_ready property of EmpathyContact
      Extract protocol from the connection's object-path and correctly set the special group for xmpp-local contacts.
      Simplify empathy_contact_get_account
      Remove useless include of empathy-contact-factory.h
      Update python binding
      Port megaphone applet to new API
      Port EmpathyChatWindow's DnD to new API
      Port EmpathyContactListView's DnD to new API
      Change EmpathyTpContactFactory API to look more like TpConnection. Add function to get only one contact from
      Also accept local-pending of publish if adding a contact
      Use tp_connection_get_self_handle where needed
      Cleanup authors of EmpathyContact. It has nothing to do with Gossip code anymore. All code is mine.
      Fix build, probably an error while rebasing
      Add G_PARAM_STATIC_STRINGS to EmpathyContact properties
      Add empathy_contact_new_static() to create a contact that comes from logs
      Document hash tables in EmpathyAccountManagerPriv
      Add asserts in connection_invalidated_cb
      Make explicit in the doc of empathy_account_manager_get_connection that it does not return a new ref
      Add doc for empathy_account_manager_dup_connections.
      Simplify expression in tp_contact_list_group_add_data_unref
      Add a comment to explain what does tp_contact_list_group_add
      Make the comment for group hash table more explicit
      Add a comment to tell that tp_contact_list_group_add() takes ownership of handles array
      Replace empathy_connection_get_protocol by tp_connection_parse_object_path
      Rename manager to self to not confuse with account_manager.
      Do not rely on suppress_handlers, it is deprecated.
      Don't forget to show the contact widget in some places
      Rename empathy_contact_new_static to empathy_contact_new_for_log
      Display the file transfer speed and calculate remaining time more dynamically.
      Refresh each second instead of each 2 seconds
      Add gtk-doc for new functions
      Update release script
      Update Makefile.am to generate changelog since 2.26.1
      Bump ABI version
      Update NEWS

jtellier (4):
      Video playback fullscreen mode
      Fixed coding style by removing trailing spaces and not using a mix of
      Usability fix: The "Leave Fullscreen" button is now using the
      Fixed some coding style.

miloc (3):
      Added a new section on the documentation (Advanced Options) Removed one
      Updated C/empathy.xml as of 2.26 branch
      Updated Italian translation Deleted the unused image



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