[empathy] Created tag EMPATHY_2_29_3
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Created tag EMPATHY_2_29_3
- Date: Mon, 30 Nov 2009 16:40:40 +0000 (UTC)
The unsigned tag 'EMPATHY_2_29_3' was created.
Tagger: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Nov 30 16:37:18 2009 +0000
Tagged for release 2.29.3.
Changes since the last tag 'EMPATHY_2_29_2':
Adi Roiban (1):
Update Romanian translations
Antón Méixome (1):
Updated Galician Translation
Bastien Nocera (1):
Fix nautilus-sendto plugin's linking
Brian Pepple (1):
Add check for new NetworkManager-glib pkgconfig file.
Felix Kaser (1):
use conn-status-reason instead of conn-status
Gabor Kelemen (1):
Updated Hungarian translation
Guillaume Desmottes (93):
start dev of 2.29.3
log_store_empathy_search_hit_new: don't unref accounts
account-widget-jabber: increase spacing in the 'Override Server Settings' section
presence-chooser: remove icon blinking support
remove empathy_idle_{get,set}_flash_state
tp-chat: no need to connect twice on the ChatStateChanged signal
don't mix code and variable declarations
coding style fixes
tp-chat: copy the rename message
presence-chooser: use the account-manager directly to get our state and status
status-icon: use the account-manager directly to get our state and status
notify-manager: use the account mgr directly instead of empathy_check_available_state
empathy.c: use tp_account_manager_get_most_available_presence instead of empathy_idle_get_state
idle: make empathy_idle_get_status static
account-widget: use the account-manaer instead of idle
notify-manager: unref the account mgr when disposing
tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb
ft-handler: contact_factory_contact_cb: ref the contact
event-manager: event_manager_ft_got_contact_cb: ref the contact
empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of the contact to the cb
account-widget-sip: Add UI to configure auth-user, proxy-host and port params (#601697)
empathy-account-widget: export account_widget_setup_widget
account_widget_setup_widget: add support for GtkComboBox
account-widget-sip: add UI to configure the transport param
account-widget-sip: add UI to configure the loose-routine param
account-widget-sip: add UI to configure the discover-binding param
account-widget-sip: add UI to configure the keepalive-mechanism and keepalive-interval params
unsensitive the keep-alive spin button if keep-alive is disabled
Set explicitely the model of combo box
account_widget_combobox_changed_cb: check that param has a default
account-widget-sip: unsensitive the STUN labels as well when STUN is disabled
account-widget-sip: fix typo in variable name
account-widget-sip: add subsections in the advanced section
rename Misc section to Miscellaneous
rephrase the discover-stun checkbox label
add indentation so subsections are clearer
rephrase subsection titles and their labels
indent the STUN Server/Port label under the checkbox
move port settings to the same line as the host
fix position of the 2 combo boxes
rename account_widget_setup_widget empathy_account_widget_setup_widget
empathy-account-widget-private: fix coding style
account-widget-sip: translate all the labels in combo box
Don't set the accounts dialog transient when running empathy -a
add empathy-account-widget-sip.c to POTFILES.in
Always display the 'Room' column (#586678)
chat-text-view: override GtkTextView copy_clipboard
factor out empathy_chat_get_name
display the number of other tabs
empathy-chat: keep count of the number of unread messages
call empathy_chat_messages_read when messages have been read in a tab
display the number of unread message in the window title (#548701)
update the window title when a new message is received
fix typo in comments
change 'unread from everyone' to 'unread from all'
call-window: change the semantic of the "Video Preview" menu item (#601288)
add 'voip' debug domain
call-window: factor out display_video_preview to display/hide the video preview
remove empathy_call_window_update_self_avatar_visibility
we don't want to hide the self frame anymore
Don't display the video preview when the sink is added
Enable 'send video' buttons and display the preview if call has 'initial video' (#601288)
disable video preview when we turn off video sending
call-window: add some debug msg
We should display the avatar/preview when call is disconnected
call-window: check box labels should use sentence capitalization
add "camera off" and "preview" buttons to the toolbar
set the icon of the camera_off button
connect the 'camera off' and 'preview' buttons
remove the "Always Show Video Preview" menuitem
rename camera to camera_on
disable the others button when 'camera on' is enabled
early return if the camera_state is already the one we want
stop sending video when 'camera off' or 'preview' is enabled
empathy_call_window_set_send_video: add a debug msg
remove the "send video" menu item
add video menu containing radio actions to control video
update radio actions when a button is pressed
make disable_camera, enable_preview and enable_camera no-op if we are already in the desired state
hook the camera radio buttons
update toggle buttons when the camera state is changed because of radio buttons
disable_camera: disable send video only if we were sending it
empathy_call_window_set_send_video: don't request video stream if the call is not connected yet
enable the camera-off button when call is disconnected
enable the camera-off button if call doens't have initial video
Disable video preview when there is no call
Capitalize first letter of debug msg
Set the stock-person icon for contact online/offline notification
add tooltips on the camera buttons
contact_manager_status_changed_cb: ignore disconnected account
Merge commit 'shaunm/dndfiles2'
debug-window: don't disconnect the new debug msg signal once the proxy has been invalidated
prepare 2.29.3 release
Gustavo Noronha Silva (2):
Make sure double quotes are not considered part of URIs
Escape what is put inside <a> tags
Javier Jardón (1):
Use accessor functions instead direct access.
Jonathon Jongsma (2):
Handle the case where a user's id changes in a chatroom
Fixed some of Gillaume's review comments from Bug #571642
Jorge González (4):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Laurent Bigonville (1):
Move empathy-log to tests/interactive and don't install it anymore
Matej UrbanÄ?iÄ? (3):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Shaun McCance (16):
Implementing drag and drop file sending on chat windows
Call gtk_drag_finish when we get a file transfer drag on a chat window
Don't try to offer file transfers to MUCs
Always prefer GDK_ACTION_COPY for text/uri-list drags
Handle MOVE and COPY drags better, change contact-id drags to COPY
Implemented file drags to contact list, along with row highlights
Allow contacts to be dragged anywhere in a group, or dragged to the non-group
Setting reorderable on the contact list view to get row previews as drag icons
Split contact_list_view_drag_data_received into smaller functions
Utilitiy function to send files from a URI list, for dnd implementations
Fixed leak in drag motion and added comments for bug #595226
[empathy-chat-window] Documented MOVE/COPY selection in drag_motion
Move GtkTargetLists into priv so they're no longer static
[empathy-chat-window] Cleanup DND, don't accept drags to offline contacts
[empathy-contact-list-view] Don't accept file drags to offline/non-FT contacts
Some improvements to file drag-and-drop based on comments on #595226
Sjoerd Simons (2):
We should ensure, not create muc channels
gssize isn't an int on various platforms
Xavier Claessens (34):
Disable single include
Make sure to not save offscreen positioning. It happens with compiz.
Make empathy_present_window() also move to current desktop with compiz. Fixes bug #602649
Restore position of window if it gets remapped.
Drop workaround that restore window position when it gets deiconified
Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code.
Clarify macro names
Introduce a new smiley parser that can parse only a part of a string.
Rework the way message parsing and escaping is done.
exclude " and ' from links.
Use new smiley parser in EmpathyChatTextView.
Remove dead code from EmpathySmileyManager
Create API for generic string parser
Extract empathy_string_parser_link and empathy_string_parser_escape from empathy-theme-adium.c
Optimisation: Do not fetch use-smiley gconf key for each substring.
Add comments to explain empathy_smiley_manager_parse_len(), it is non-trivial function.
start and end positions in EmpathySmileyHit struct can't be negative. Change them to guint.
Accept any foo:// URL Schemes
Make possible to define different replace function for parsers
Add Test debug domain
Call empathy_init() from test_init()
Add parser tests
Init GTK from test_init()
Also parse smileys in tests
Replace GString param with a generic gpointer user_data, and port EmpathyChatTextView to new parser API.
Add more test cases and fix some found issues in link regex.
Do not escape twice /me messages with adium theme.
Add test for bug #597049
Add some more tests, and fail only after all have run, it's easier to debug
Rework the link regex to have "(user server com)" case work.
Clean how we insert link in adium themes
Clean how we insert smileys in adium themes
Merge branch 'adium-events'
Remember the geometry of debug window
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]