]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Wed, 15 Feb 2012 18:52:10 +0000 (21:52 +0300)]
Updated Belarusian translation.

12 years agoempathy-chat: keep the individual manager alive as a cache
Guillaume Desmottes [Fri, 10 Feb 2012 13:54:19 +0000 (14:54 +0100)]
empathy-chat: keep the individual manager alive as a cache

https://bugzilla.gnome.org/show_bug.cgi?id=669676

12 years agoempathy-chat: use empathy_ensure_individual_from_tp_contact()
Guillaume Desmottes [Fri, 10 Feb 2012 13:53:40 +0000 (14:53 +0100)]
empathy-chat: use empathy_ensure_individual_from_tp_contact()

This ensures we'll pass the right individual ID to gnome-contacts when opening
a meta-contact.

https://bugzilla.gnome.org/show_bug.cgi?id=669676

12 years agoadd empathy_ensure_individual_from_tp_contact()
Guillaume Desmottes [Fri, 10 Feb 2012 13:52:28 +0000 (14:52 +0100)]
add empathy_ensure_individual_from_tp_contact()

https://bugzilla.gnome.org/show_bug.cgi?id=669676

12 years agoadd empathy_individual_manager_lookup_by_contact()
Guillaume Desmottes [Fri, 10 Feb 2012 13:40:28 +0000 (14:40 +0100)]
add empathy_individual_manager_lookup_by_contact()

https://bugzilla.gnome.org/show_bug.cgi?id=669676

12 years agoset the presence message as a tooltip on its label
Guillaume Desmottes [Fri, 6 Jan 2012 14:06:47 +0000 (15:06 +0100)]
set the presence message as a tooltip on its label

So user can still read the full message if it has been ellipsized.

https://bugzilla.gnome.org/show_bug.cgi?id=663627

12 years agoaccounts-dialog: ellipsize presence message
Guillaume Desmottes [Fri, 6 Jan 2012 14:03:58 +0000 (15:03 +0100)]
accounts-dialog: ellipsize presence message

Long messages make this dialog looks weird and that's not really the point of
this UI to display it anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=663627

12 years agoUpdated Galician translations
Fran Diéguez [Tue, 14 Feb 2012 21:00:44 +0000 (22:00 +0100)]
Updated Galician translations

12 years agoDisplay a spinner while loading contacts from Folks
Guillaume Desmottes [Mon, 6 Feb 2012 13:16:55 +0000 (14:16 +0100)]
Display a spinner while loading contacts from Folks

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agoindividual-manager: add API to know when contacts have been loaded from folks
Guillaume Desmottes [Fri, 3 Feb 2012 15:11:47 +0000 (16:11 +0100)]
individual-manager: add API to know when contacts have been loaded from folks

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agoUpdated Serbian translation
Мирослав Николић [Tue, 14 Feb 2012 09:33:25 +0000 (10:33 +0100)]
Updated Serbian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 13 Feb 2012 16:13:17 +0000 (17:13 +0100)]
Updated Spanish translation

12 years agotls-dialog: add accessor on the 'Continue' button
Guillaume Desmottes [Mon, 13 Feb 2012 13:31:09 +0000 (14:31 +0100)]
tls-dialog: add accessor on the 'Continue' button

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 13 Feb 2012 11:43:40 +0000 (12:43 +0100)]
Updated Spanish translation

12 years agoToggle telling others you are typing to them
Patrick F. Allen [Sat, 11 Feb 2012 13:52:14 +0000 (08:52 -0500)]
Toggle telling others you are typing to them

https://bugzilla.gnome.org/show_bug.cgi?id=668985

12 years agoUpdated Serbian translation
Мирослав Николић [Sun, 12 Feb 2012 15:21:41 +0000 (16:21 +0100)]
Updated Serbian translation

12 years agoUpdated French doc translation
Bruno Brouard [Sun, 12 Feb 2012 10:05:39 +0000 (11:05 +0100)]
Updated French doc translation

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sat, 11 Feb 2012 19:02:59 +0000 (22:02 +0300)]
Updated Belarusian translation.

12 years agoDon't unhighlight chat tabs when more messages are received
Will Thompson [Fri, 10 Feb 2012 17:47:47 +0000 (17:47 +0000)]
Don't unhighlight chat tabs when more messages are received

Travis noticed that if you receive a message in which you are not
mentioned after one in which you are, the highlight on the chat tab is
cleared. This turned out to be because the text of the chat tab label
was set in two different places in empathy-chat-window.c: one which
takes should_highlight into account, and one which does not.

This patch makes EmpathyChat keep track of whether it should be
highlighted (reusing empathy_chat_messages_read(), which is called to
acknowledge messages as having been seen by the user, to clear the
flag), and then uses that from one of the label-updating code paths and
deletes the other.

https://bugzilla.gnome.org/show_bug.cgi?id=669823

12 years agostart_gnome_contacts: make sure individual is valid
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:38 +0000 (12:58 +0100)]
start_gnome_contacts: make sure individual is valid

12 years agofix individual_info_menu_item_activate_cb signature
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:20 +0000 (12:58 +0100)]
fix individual_info_menu_item_activate_cb signature

12 years agoContactInfo: always escape IRC channel names in markup
Will Thompson [Wed, 8 Feb 2012 17:48:07 +0000 (17:48 +0000)]
ContactInfo: always escape IRC channel names in markup

For some reason, I chose to escape the channel name for the contents of
the href='' attribute but not in the body of the tag. Thus, channel
names like "#r&d" made Pango refuse to coöperate.

https://bugzilla.gnome.org/show_bug.cgi?id=669695

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 9 Feb 2012 16:29:26 +0000 (17:29 +0100)]
Updated Spanish translation

12 years agoempathy-call: call XInitThreads()
Guillaume Desmottes [Thu, 9 Feb 2012 15:02:44 +0000 (16:02 +0100)]
empathy-call: call XInitThreads()

12 years agostop using clutter_gst_video_sink_new()
Guillaume Desmottes [Thu, 9 Feb 2012 14:29:03 +0000 (15:29 +0100)]
stop using clutter_gst_video_sink_new()

It has been deprecated.

12 years agoAdd a gsetting key to show/hide groups
Guillaume Desmottes [Fri, 25 Nov 2011 13:44:09 +0000 (14:44 +0100)]
Add a gsetting key to show/hide groups

https://bugzilla.gnome.org/show_bug.cgi?id=627658

12 years agoaccount-widget-jabber: doesn't allow negative priority
Guillaume Desmottes [Thu, 9 Feb 2012 11:51:47 +0000 (12:51 +0100)]
account-widget-jabber: doesn't allow negative priority

Setting a negative priority secretly mean "don't send me any message" which
can be very confusing.

https://bugzilla.gnome.org/show_bug.cgi?id=669712

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 9 Feb 2012 11:32:06 +0000 (12:32 +0100)]
Updated Spanish translation

12 years agoUpdated Serbian translation
Мирослав Николић [Thu, 9 Feb 2012 10:58:59 +0000 (11:58 +0100)]
Updated Serbian translation

12 years agopo: Updated en_CA.po
Tiffany Antopolski [Thu, 9 Feb 2012 00:31:32 +0000 (19:31 -0500)]
po: Updated en_CA.po

12 years agocontact-widget: use 'Personal Details' when editing our own info
Guillaume Desmottes [Wed, 8 Feb 2012 15:29:19 +0000 (16:29 +0100)]
contact-widget: use 'Personal Details' when editing our own info

https://bugzilla.gnome.org/show_bug.cgi?id=669655

12 years ago[l10n] Update Japanese translation
Mako N [Wed, 8 Feb 2012 15:25:00 +0000 (00:25 +0900)]
[l10n] Update Japanese translation

12 years agoRemove unused persona store/view
Guillaume Desmottes [Wed, 8 Feb 2012 14:12:16 +0000 (15:12 +0100)]
Remove unused persona store/view

https://bugzilla.gnome.org/show_bug.cgi?id=669482

12 years agoremove linking UI
Guillaume Desmottes [Wed, 8 Feb 2012 13:52:10 +0000 (14:52 +0100)]
remove linking UI

https://bugzilla.gnome.org/show_bug.cgi?id=669482

12 years agoindividual-menu: remove link-contacts-activated signal
Guillaume Desmottes [Wed, 8 Feb 2012 13:48:33 +0000 (14:48 +0100)]
individual-menu: remove link-contacts-activated signal

https://bugzilla.gnome.org/show_bug.cgi?id=669482

12 years agoRemove 'Link Contact' menu item
Guillaume Desmottes [Wed, 8 Feb 2012 13:42:36 +0000 (14:42 +0100)]
Remove 'Link Contact' menu item

We want to use gnome-contacts and the 'Informations' menu item already starts
it.

https://bugzilla.gnome.org/show_bug.cgi?id=669482

12 years agodisable clutter deprecation warnings for now
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:55 +0000 (15:04 +0100)]
disable clutter deprecation warnings for now

12 years agoadd missing config.h
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:24 +0000 (15:04 +0100)]
add missing config.h

12 years agoTry installing gnome-contacts using PackageKit
Guillaume Desmottes [Tue, 7 Feb 2012 16:12:15 +0000 (17:12 +0100)]
Try installing gnome-contacts using PackageKit

https://bugzilla.gnome.org/show_bug.cgi?id=669578

12 years agoadd empathy-pkg-kit
Guillaume Desmottes [Wed, 8 Feb 2012 10:57:05 +0000 (11:57 +0100)]
add empathy-pkg-kit

https://bugzilla.gnome.org/show_bug.cgi?id=669578

12 years agofactor out start_gnome_contacts()
Guillaume Desmottes [Wed, 8 Feb 2012 11:06:41 +0000 (12:06 +0100)]
factor out start_gnome_contacts()

https://bugzilla.gnome.org/show_bug.cgi?id=669578

12 years agoFactor out show_gnome_contacts_error_dialog()
Guillaume Desmottes [Tue, 7 Feb 2012 14:45:36 +0000 (15:45 +0100)]
Factor out show_gnome_contacts_error_dialog()

https://bugzilla.gnome.org/show_bug.cgi?id=669578

12 years agoimprove TP_ERROR_STR_ALREADY_CONNECTED displayed error string
Guillaume Desmottes [Wed, 8 Feb 2012 12:26:25 +0000 (13:26 +0100)]
improve TP_ERROR_STR_ALREADY_CONNECTED displayed error string

'ressource' is XMPP specific and not clear to most users.

https://bugzilla.gnome.org/show_bug.cgi?id=632739

12 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Wed, 8 Feb 2012 09:06:40 +0000 (11:06 +0200)]
[l10n] Updated Estonian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 7 Feb 2012 16:57:38 +0000 (17:57 +0100)]
Updated Spanish translation

12 years agoremove empathy-individual-information-dialog
Guillaume Desmottes [Tue, 7 Feb 2012 12:48:03 +0000 (13:48 +0100)]
remove empathy-individual-information-dialog

https://bugzilla.gnome.org/show_bug.cgi?id=669559

12 years agoUse gnome-contacts instead of the information dialog
Guillaume Desmottes [Tue, 7 Feb 2012 12:42:00 +0000 (13:42 +0100)]
Use gnome-contacts instead of the information dialog

https://bugzilla.gnome.org/show_bug.cgi?id=669559

12 years ago[l10n] Updated German doc translation
Mario Blättermann [Tue, 7 Feb 2012 13:55:25 +0000 (14:55 +0100)]
[l10n] Updated German doc translation

12 years agoadd missing config.h
Guillaume Desmottes [Tue, 7 Feb 2012 11:54:55 +0000 (12:54 +0100)]
add missing config.h

Need to disable GLib deprecation warnings.

12 years agoremove released flag
Guillaume Desmottes [Tue, 7 Feb 2012 10:49:55 +0000 (11:49 +0100)]
remove released flag

12 years agoUpdate telepathy-yell
Guillaume Desmottes [Tue, 7 Feb 2012 10:31:24 +0000 (11:31 +0100)]
Update telepathy-yell

Needed to disable GLib deprecation warnings.

12 years agoprepare 3.3.5
Guillaume Desmottes [Mon, 6 Feb 2012 16:40:58 +0000 (17:40 +0100)]
prepare 3.3.5

12 years agoindividual_menu_add_personas: remove useless variable
Guillaume Desmottes [Mon, 6 Feb 2012 14:40:15 +0000 (15:40 +0100)]
individual_menu_add_personas: remove useless variable

12 years agoaccount_widget_generic_format_param_name: make sure param_name is not NULL
Guillaume Desmottes [Mon, 6 Feb 2012 14:39:46 +0000 (15:39 +0100)]
account_widget_generic_format_param_name: make sure param_name is not NULL

This should make the clang analyzer happier.

12 years agoMake the default chat window size bigger.
Ken VanDine [Mon, 6 Feb 2012 10:46:48 +0000 (11:46 +0100)]
Make the default chat window size bigger.

https://bugzilla.gnome.org/show_bug.cgi?id=612216

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 5 Feb 2012 22:14:54 +0000 (23:14 +0100)]
Updated Galician translations

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 4 Feb 2012 11:35:27 +0000 (12:35 +0100)]
Updated Norwegian bokmål translation

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Sat, 4 Feb 2012 07:10:15 +0000 (15:10 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 3 Feb 2012 15:29:07 +0000 (16:29 +0100)]
Updated Spanish translation

12 years agodisplay a message if accounts need to be enabled
Guillaume Desmottes [Thu, 2 Feb 2012 16:00:08 +0000 (17:00 +0100)]
display a message if accounts need to be enabled

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agodisplay a specific message if no account is configured
Guillaume Desmottes [Thu, 2 Feb 2012 14:50:51 +0000 (15:50 +0100)]
display a specific message if no account is configured

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agoadd generic contact icon and account settings button to the message page
Guillaume Desmottes [Tue, 23 Aug 2011 09:19:14 +0000 (11:19 +0200)]
add generic contact icon and account settings button to the message page

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agomake code displaying the 'no match found' page more generic
Guillaume Desmottes [Tue, 23 Aug 2011 09:08:23 +0000 (11:08 +0200)]
make code displaying the 'no match found' page more generic

https://bugzilla.gnome.org/show_bug.cgi?id=656097

12 years agoassistant: hide the buttons in the salut widget
Guillaume Desmottes [Fri, 3 Feb 2012 11:46:48 +0000 (12:46 +0100)]
assistant: hide the buttons in the salut widget

https://bugzilla.gnome.org/show_bug.cgi?id=669300

12 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 2 Feb 2012 19:52:46 +0000 (20:52 +0100)]
Updated Slovenian translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 2 Feb 2012 12:57:36 +0000 (13:57 +0100)]
Updated Norwegian bokmål translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 2 Feb 2012 11:23:03 +0000 (12:23 +0100)]
Updated Spanish translation

12 years agopresence-manager: stop watching connectivity changes
Guillaume Desmottes [Mon, 23 Jan 2012 13:46:24 +0000 (14:46 +0100)]
presence-manager: stop watching connectivity changes

Mission-Control does it for us now (thanks Will!).

We don't remove empathy-connectivity yet because some Empathy components still
rely on it to display the status of the network. Ideally, this could be
exposed by MC as well (fdo #45126).

https://bugzilla.gnome.org/show_bug.cgi?id=668498

12 years agoChat: show who changed the subject
Will Thompson [Wed, 1 Feb 2012 14:26:58 +0000 (14:26 +0000)]
Chat: show who changed the subject

https://bugzilla.gnome.org/show_bug.cgi?id=669177

12 years agoUpdated Telugu Translation
Praveen Illa [Tue, 31 Jan 2012 14:44:29 +0000 (20:14 +0530)]
Updated Telugu Translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 31 Jan 2012 12:14:44 +0000 (13:14 +0100)]
Updated Spanish translation

12 years agopreferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN
Guillaume Desmottes [Mon, 30 Jan 2012 13:08:20 +0000 (14:08 +0100)]
preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN

https://bugzilla.gnome.org/show_bug.cgi?id=666522

12 years agoindividual_view_drag_end: remove the auto scroll
Guillaume Desmottes [Mon, 30 Jan 2012 14:47:23 +0000 (15:47 +0100)]
individual_view_drag_end: remove the auto scroll

This ensures that we'll stop scrolling if the DnD operation hasn't been
completed.

https://bugzilla.gnome.org/show_bug.cgi?id=662916

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 30 Jan 2012 17:28:30 +0000 (18:28 +0100)]
Updated Spanish translation

12 years agoDon't warn before leaving disconnected chatrooms
Will Thompson [Mon, 30 Jan 2012 13:21:47 +0000 (13:21 +0000)]
Don't warn before leaving disconnected chatrooms

https://bugzilla.gnome.org/show_bug.cgi?id=591756

12 years agoShorten "Leave chat room" to "Leave room"
Will Thompson [Fri, 21 Aug 2009 00:16:48 +0000 (01:16 +0100)]
Shorten "Leave chat room" to "Leave room"

https://bugzilla.gnome.org/show_bug.cgi?id=591756

12 years agoSpecial-case closing a window with exactly one tab
Will Thompson [Fri, 14 Aug 2009 00:27:19 +0000 (01:27 +0100)]
Special-case closing a window with exactly one tab

The confirmation message when closing a window containing one tab, which
is a chat room, should be identical to the confirmation message when
closing that tab with ^W.

https://bugzilla.gnome.org/show_bug.cgi?id=591756

12 years agoConfirm closing windows containing chat rooms.
Will Thompson [Mon, 30 Jan 2012 13:19:36 +0000 (13:19 +0000)]
Confirm closing windows containing chat rooms.

Getting the messages to feel right took quite a few iterations. Maybe we
need one more case: when you only have one chat room in a window, and
nothing else, the message from closing the window should probably be the
same as it would have been if you'd hit ^W.

https://bugzilla.gnome.org/show_bug.cgi?id=591756

12 years agoConfirm closing chat room tabs
Will Thompson [Thu, 13 Aug 2009 23:00:21 +0000 (00:00 +0100)]
Confirm closing chat room tabs

I often accidentally close tabs with Control-W, and more occasionally by
clicking the [X] by mistake. This is okay for 1-1 conversations (I can
just reopen them) but is destructive for chat rooms. So let's make the
user confirm.

https://bugzilla.gnome.org/show_bug.cgi?id=591756

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 28 Jan 2012 19:29:24 +0000 (20:29 +0100)]
Updated Slovenian translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 28 Jan 2012 14:47:34 +0000 (15:47 +0100)]
Updated Norwegian bokmål translation

12 years agoUse gtk_list_store_insert_with_values ()
Chandni Verma [Thu, 26 Jan 2012 15:56:00 +0000 (21:26 +0530)]
Use gtk_list_store_insert_with_values ()

Replace all occourances of gtk_list_store_append followed by
gtk_list_store_set by gtk_list_store_insert_with_values

12 years agoUn-pausing incoming messages should update All's active buffer too
Chandni Verma [Thu, 10 Nov 2011 02:06:16 +0000 (07:36 +0530)]
Un-pausing incoming messages should update All's active buffer too

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoSet window sensitivity
Chandni Verma [Fri, 2 Dec 2011 11:09:36 +0000 (16:39 +0530)]
Set window sensitivity

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoAdd incoming messages to All's buffer
Chandni Verma [Fri, 2 Dec 2011 11:04:29 +0000 (16:34 +0530)]
Add incoming messages to All's buffer

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoRefresh "All" selection's active-buffer when needed
Chandni Verma [Wed, 30 Nov 2011 21:15:20 +0000 (02:45 +0530)]
Refresh "All" selection's active-buffer when needed

Add refresh_all_buffer() and call it  when either any service's
proxy invalidates or when a service's name_owner_changed is called.
Initially use it to populate all active buffers.

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoAdd "All" selection to service_chooser and all_active_buffer to priv
Chandni Verma [Sun, 6 Nov 2011 23:36:34 +0000 (05:06 +0530)]
Add "All" selection to service_chooser and all_active_buffer to priv

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoPreparing for adding "All" option to service_chooser
Chandni Verma [Tue, 8 Nov 2011 01:05:06 +0000 (06:35 +0530)]
Preparing for adding "All" option to service_chooser

-Store associations to proxies while creating them
-Find service_store iter to store useful proxies

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoauth-client: set keep above on dialogs
Guillaume Desmottes [Fri, 27 Jan 2012 13:35:27 +0000 (14:35 +0100)]
auth-client: set keep above on dialogs

This will avoid to accidentally 'loose' the dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=643699

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 27 Jan 2012 13:12:17 +0000 (15:12 +0200)]
Updated Hebrew translation.

12 years agocoding style fix
Guillaume Desmottes [Fri, 27 Jan 2012 12:17:21 +0000 (13:17 +0100)]
coding style fix

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 27 Jan 2012 11:55:55 +0000 (12:55 +0100)]
Updated Spanish translation

12 years agoroster_window_connection_items_setup: remove edit_personal_information
Guillaume Desmottes [Fri, 27 Jan 2012 11:53:01 +0000 (12:53 +0100)]
roster_window_connection_items_setup: remove edit_personal_information

It has been removed from the UI file.

12 years agoMerge remote-tracking branch 'danni/trivia'
Guillaume Desmottes [Fri, 27 Jan 2012 10:14:26 +0000 (11:14 +0100)]
Merge remote-tracking branch 'danni/trivia'

12 years agoPort DTMF code to new tp-glib API
Xavier Claessens [Fri, 20 Jan 2012 13:32:43 +0000 (14:32 +0100)]
Port DTMF code to new tp-glib API

12 years agopreferences: split "Open new chats in separate windows" into a radiobutton
Danielle Madeley [Fri, 27 Jan 2012 06:28:32 +0000 (17:28 +1100)]
preferences: split "Open new chats in separate windows" into a radiobutton

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462
12 years agoindividual-store: contacts in Favourite People are not Ungrouped
Danielle Madeley [Fri, 27 Jan 2012 02:28:00 +0000 (13:28 +1100)]
individual-store: contacts in Favourite People are not Ungrouped

Rearrange the code that puts people into groups a bit in a way I think
makes more sense.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668796
12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 26 Jan 2012 16:13:27 +0000 (17:13 +0100)]
Updated Spanish translation

12 years agoFactor out create_proxy_to_get_messages
Chandni Verma [Mon, 7 Nov 2011 06:07:44 +0000 (11:37 +0530)]
Factor out create_proxy_to_get_messages

https://bugzilla.gnome.org/show_bug.cgi?id=592994

12 years agoDebug window - Use one active buffer and one pause buffer per service
Chandni Verma [Sat, 29 Oct 2011 09:41:54 +0000 (15:11 +0530)]
Debug window - Use one active buffer and one pause buffer per service

-Remove cache and store.
-Add one proxy and and related data per service in service_chooser
-Add one list store per service in service_chooser to save logs
-Make the service chooser switch the correct list store to display
-Free proxy_data before disposing service_store
-Fix "Clear" operation
-Fix searching
-Setting the correct store_filter on switching services
-Adding COL_PAUSE_BUFFER to service_store
-Deploy one pause-buffer per proxy

https://bugzilla.gnome.org/show_bug.cgi?id=592994