[empathy] Created tag EMPATHY_2_27_4



The unsigned tag 'EMPATHY_2_27_4' was created.

Tagger: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Jul 15 13:02:27 2009 +0100

    Tagged for release 2.27.4.

Changes since the last tag 'EMPATHY_2_27_3':

A S Alam (1):
      updating translation for Punjabi

Abderaouf Bencherait (1):
      fixed libnotify crashing if icon doesn't exist

Abner Silva (2):
      Removing chatroom from the list before emmiting chatroom-removed signal.
      New chatrooms are no longer marked as favorite by default. Fixes bug #575667

Claude Paroz (2):
      Remove markup from GTKBuilder translatable strings
      Updated French translation

Daniel Nylander (1):
      Updated Swedish translation

Davyd Madeley (24):
      Don't check for Adium themes if Webkit isn't available
      EmpathyKludgeLabel is a child of GtkLabel
      Make EmpathyContactWidget use EmpathyKludgeLabel
      Merge branch 'label-align'
      Expose channel group flags via EmpathyContactList iface
      Remove redundant empathy_tp_contact_list_can_add()
      Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flags_for_connection()
      Add a FLAGS column to EmpathyContactListStore
      Look up flags to determine whether or not to display the 'Remove' item
      call GetAliasFlags() to determine if an alias can be set on a ContactList
      Add empathy_contact_manager_initialized()
      Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are set
      Implement CAN_GROUP by looking at RequestableChannelClasses
      Determine if the contact is not in the Contact List and add a menu item as appropriate
      Hook up the callback to throw up the standard Add Contact dialog
      Set parent for new contact dialog
      Don't override empathy_account_chooser_set_account when setting filtering
      have EmpathyContactWidget set the account on the account chooser
      Remove deprecated call to g_mapped_file_free()
      Small coding style fix
      Handle the case where priv->list is not an EmpathyContactManager
      Check CAN_ADD before returning an Add Contact... menu item
      Small style fixes
      Revert "Remove deprecated call to g_mapped_file_free()"

Elliot Fairweather (2):
      disconnnect from invalidated signal before unreferencing connections
      disconnect from invalidated signal before unreferencing connections

Frédéric Péters (10):
      [release script] also check for bug numbers with a variant form
      Refuse sending empty or special files (directories, char/block devices, etc.)
      Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771)
      Show a notification when a contact goes offline or online
      Support for notification-only events
      Do not blink status icon for notification only events
      Do not flash contact icon in the main window for notification only events
      Fixed coding style of presence notification.
      More human notification messages when users sign in/out.
      New labels for user signing in/out notification preferences.

Gabriel Millaire (14):
      removed extra spacing
      Added general option Show contact list in rooms
      Added a preference in the conf and schema (show contact list in rooms)
      Read config and show/hide contact list
      Add 'Show Contact List' in Conversation menu
      Applied Xavier's comments
      Hide muc contacts list
      Work in progress : move preferences to View menu
      Move Compact List and Sort Contacts from Preferences to View menu
      Added notification for confs Show avatar, Compact Size and Sort criterium
      Changed menu label and various review fixes
      Regrouped similar functions, uses enum instead of define
      Remove old code
      Minor changes

Giedrius Slavinskas (1):
      Use gnome-session instead of gnome-screensaver to know when session is idle

Guillaume Desmottes (53):
      Merge commit 'jtellier/video-call-stop-showing-last-frame'
      Remove 'new message from' from notification message (#586102). Based on a patch from Nicolo Chieffo
      empathy-presence-chooser: use tp_strdiff instead of strcmp
      add empathy_status_presets_is_valid
      Don't add invalid presence type as favorite (#585053)
      add doc about empathy_status_presets_is_valid
      status_presets_file_parse: discard invalid presence (#585031)
      Assume our presence is offline if MC reports it as UNSET (#586645)
      Merge branch 'status-icon-586645'
      empathy-map-view: fix coding style
      add empathy-map-view files to empathy_handwritten_source so they are checked by the coding style script
      Merge branch 'check-style'
      empathy-accounts-dialog: remove trailing tabs
      empathy-chat-window: remove trailing tabs
      empathy-new-chatroom-dialog: remove trailing tabs
      empathy-preferences: remove trailing tabs
      empathy-sidebar: remove trailing tabs
      empathy-status-icon: remove trailing tabs
      empathy: remove trailing tabs
      empathy-chatroom: remove trailing tabs
      empathy-contact-manager: remove trailing tabs
      empathy-idle: remove trailing tabs
      empathy-time: remove trailing tabs
      empathy-tp-chat: remove trailing tabs
      empathy-tp-contact-list: remove trailing tabs
      empathy-utils: remove trailing tabs
      empathy-account-chooser: remove trailing tabs
      empathy-account-widget: remove trailing tabs
      empathy-avatar-chooser: remove trailing tabs
      empathy-chat-text-view: remove trailing tabs
      empathy-chat-view: remove trailing tabs
      empathy-chat: remove trailing tabs
      empathy-contact-dialogs: remove trailing tabs
      empathy-contact-list-store: remove trailing tabs
      empathy-contact-list-view: remove trailing tabs
      empathy-contact-menu: remove trailing tabs
      empathy-log-window: remove trailing tabs
      empathy-new-message-dialog: remove trailing tabs
      empathy-smiley-manager: remove trailing tabs
      empathy-spell: remove trailing tabs
      empathy-theme-adium: remove trailing tabs
      empathy-theme-boxes: remove trailing tabs
      empathy-theme-irc: remove trailing tabs
      empathy-theme-manager: remove trailing tabs
      check-whitespace.sh: check trailing tabs
      empathy_contact_manager_can_add: raise an error if connection is NULL
      can_add_contact_to_account: early return if connection is NULL (#587817)
      empathy-theme-adium.c: remove trailing spaces
      empathy-main-window.c: remove a trailing space
      empathy-message.c: remove a trailing space
      empathy.doap: add bug-database element (#587958). Thanks to Florian Ludwig.
      add empathy-theme-adium.c to POTFILES.in
      upgrade NEWS for 2.27.4

Gustavo Noronha Silva (4):
      Fix Bug 585882: Can't easily copy URL's when using Adium themes
      Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu item
      Merge branch 'fix-585601'
      Merge branch 'fix-585882'

Jonathan Tellier (3):
      The EmpathyCallHandler correctly initializes it "initial_video" property
      Fixed  Bug 586284 â?? Crasher: click on the microphone once disconnected
      Move sound related functions to its own module.

Jonny Lamb (7):
      Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159)
      Use correct emacs modelines.
      Set G_LOG_DOMAIN in libempathy and empathy.
      Implement o.fd.Tp.Debug. (Fixes #580631)
      Add empathy to debug dialog CM chooser.
      Merge branch 'debugger'
      Use accessor functions instead direct access (Fixes #586476)

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

Ken VanDine (1):
      Fixed a copy/paste bug in configure.ac

Laurent Bigonville (1):
      configure.ac: Cleanup PKG_CHECK_MODULES

Manoj Kumar Giri (3):
      Updated Oriya Translation
      Updated Oriya Translation
      Added Oriya into the List

Matthias Clasen (1):
      Don't hardcode size of the accounts dialog and use ellipsization (#520972)

Nicolo Chieffo (1):
      Workaround for the "Contact list doesn't appear in windows list" bug (#572759)

Nicolò Chieffo (3):
      Fix wrapping in Preferences dialog
      Fix Bug 586133: don't autoscroll on new messages
      Support for history message in Adium themes. Use context HTMLs.

Patryk Zawadzki (8):
      Introduce empathy_contact_equal, adapt themes
      Limit joining consecutive messages to 5 minutes
      Support fallback avatars provided by adium themes
      Fix bug #585475
      Stop status_html from leaking
      Partial fix for bug #586379
      Add a plist parser and set font family, size and default variant. Fixes bug #586387.
      Add working GTK+ theme tracking

Pierre-Luc Beaudoin (6):
      Fix 585887: "Publish my location" causes a crash
      Rename label1 to remove dupped id
      Merge branch 'fix-prefs'
      Improve geocoding debugging and add more fields
      List installed adium themes
      Sort themes by name

Runa Bhattacharjee (1):
      Merged translations for Bengali India

Sjoerd Simons (20):
      Fix coding style and FSF address
      Optionally use libnm-glib for NetworkManager integration
      Always react when disconnecting from the network
      Use NM by default
      Fallback to OFFLINE when getting an unknown presence from MC
      Implement EmpathyAccount
      Port EmpathyTpRoomlist to EmpathyAccount
      Port libempathy to EmpathyAccount
      Port libempathy-gtk to EmpathyAccount
      Port the main of empathy to EmpathyAccount
      Port megaphone to EmpathyAccount
      Port the tests to EmpathyAccount
      Update the python bindings
      Fix coding style
      explain the connect_time struct member
      Clarify that we own the keys/values in the accounts hash
      fix coding style
      clarify when notify::connection is signalled
      Merge branch 'empathy-account'
      Bump sonames for libempathy and libempathy-gtk

Will Thompson (11):
      Print part reasons to conversation window
      Return early from chat_members_changed_cb
      Extract part message building to a function
      Include actor in members-changed if possible
      Include actor in part message if possible
      Reduce format string duplication for part notifications.
      Move string manipulation into build_part_message
      Coding style: one declaration per line.
      Style: use FIXME not TODO
      Style: avoid marching off the right margin
      Merge branch 'part-reasons'

Xavier Claessens (12):
      Bump version to 2.27.4
      Use tp_g_value_slice_new and tp_asv API for plist parser.
      Fix warning if theme don't have footer_html
      Fix typos in plist parser
      Move all data about an adium theme into EmpathyAdiumData struct and share it with all EmpathyThemeAdium instances.
      Add helper API to read info.plist file of an adium theme. Will be useful for upcoming theme selector
      Port EmpathyEventManager to new empathy-sound API.
      Include empathy-sound.h to make it build
      Add empathy_sound_* in doc.
      Ring on outgoing call.
      Merge commit 'elliot/bug-584703-c'
      Use atomic operations to manage EmpathyAdiumData refcount

drtvasudevan (4):
      Updated Tamil translation
      Updated Tamil translation
      Updated Tamil translation
      Updated Tamil translation

Žygimantas BeruÄ?ka (1):
      Updated Lithuanian translation



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