]> git.0d.be Git - empathy.git/log
empathy.git
13 years agonautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2
Guillaume Desmottes [Thu, 5 Aug 2010 08:57:39 +0000 (10:57 +0200)]
nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2

This version will have the same API that 2.90.0 so we don't have to stay
compatible with the old API.

13 years agoBug 628064 — Miscellaneous string fixes
Philip Withnall [Fri, 27 Aug 2010 11:33:20 +0000 (12:33 +0100)]
Bug 628064 — Miscellaneous string fixes

13 years agoBug 628062 — Add translator comments
Philip Withnall [Fri, 27 Aug 2010 11:22:35 +0000 (12:22 +0100)]
Bug 628062 — Add translator comments

13 years agoUnmark strings as translatable which aren't shown to the user
Philip Withnall [Fri, 27 Aug 2010 11:18:38 +0000 (12:18 +0100)]
Unmark strings as translatable which aren't shown to the user

Helps: bgo#628062

13 years agonew-chatroom-dialog: remove markup from transltable string
Guillaume Desmottes [Fri, 27 Aug 2010 11:28:09 +0000 (13:28 +0200)]
new-chatroom-dialog: remove markup from transltable string

13 years agoremove markups around 'Location'
Guillaume Desmottes [Fri, 27 Aug 2010 10:49:31 +0000 (12:49 +0200)]
remove markups around 'Location'

13 years agoAdd an EmpathyIndividualView::show-untrusted property
Philip Withnall [Wed, 25 Aug 2010 18:39:19 +0000 (19:39 +0100)]
Add an EmpathyIndividualView::show-untrusted property

This allows the view to filter out untrusted Individuals (such as link-local
XMPP contacts). This is used in the linking dialogue to disallow selection
of link-local XMPP contacts for linking. Closes: bgo#627930

13 years agoMove all individual view visibility logic into is_visible_individual()
Philip Withnall [Wed, 25 Aug 2010 18:35:06 +0000 (19:35 +0100)]
Move all individual view visibility logic into is_visible_individual()

13 years agoDesensitise the "Link…" menu entry for untrusted Individuals
Philip Withnall [Wed, 25 Aug 2010 18:04:09 +0000 (19:04 +0100)]
Desensitise the "Link…" menu entry for untrusted Individuals

This prevents the linking dialogue from being opened for local-xmpp contacts,
who cannot be trusted.

This bumps Empathy's dependency on libfolks to 0.1.15. Helps: bgo#627930

13 years agoaccounts-dialog.ui: set pango properties in the UI file (#628063)
Guillaume Desmottes [Fri, 27 Aug 2010 07:43:23 +0000 (09:43 +0200)]
accounts-dialog.ui: set pango properties in the UI file (#628063)

13 years agoMerge branch 'trivia'
Guillaume Desmottes [Fri, 27 Aug 2010 09:57:14 +0000 (11:57 +0200)]
Merge branch 'trivia'

13 years agoDon't filter out Individual removal at the IndividualManager level.
Travis Reitter [Thu, 26 Aug 2010 23:39:42 +0000 (16:39 -0700)]
Don't filter out Individual removal at the IndividualManager level.

The IndividualManager sometimes falsely filters out members of
FolksIndividualAggregator:individuals-changed:removed that should be passed
along to its users.

13 years agoBug 627715 — Linking dialog: move personas using DnD
Philip Withnall [Tue, 24 Aug 2010 16:54:34 +0000 (17:54 +0100)]
Bug 627715 — Linking dialog: move personas using DnD

Add support for dragging Individuals from the EmpathyIndividualView to the
EmpathyPersonaView in the linking dialogue, and for dragging Personas in the
reverse direction, linking and unlinking the appropriate Individuals,
respectively. Closes: bgo#627715

13 years agoAdd drag and drop support to EmpathyPersonaView
Philip Withnall [Tue, 24 Aug 2010 16:54:26 +0000 (17:54 +0100)]
Add drag and drop support to EmpathyPersonaView

This includes an EmpathyPersonaView::drag-individual-received signal, to
allow for notification that an Individual has been dropped onto the view.
Helps: bgo#627715

13 years agoAdd feature support for EmpathyPersonaView
Philip Withnall [Tue, 24 Aug 2010 13:57:56 +0000 (14:57 +0100)]
Add feature support for EmpathyPersonaView

13 years agoAccept text/plain drops as file transfers, rather than as Individuals
Philip Withnall [Wed, 25 Aug 2010 11:34:35 +0000 (12:34 +0100)]
Accept text/plain drops as file transfers, rather than as Individuals

13 years agoAdd an EmpathyIndividualView feature for receiving Persona drops
Philip Withnall [Wed, 25 Aug 2010 11:08:02 +0000 (12:08 +0100)]
Add an EmpathyIndividualView feature for receiving Persona drops

This is necessary to avoid Personas being droppable on the main contact list,
which makes no sense (for the time being). Helps: bgo#627715

13 years agoAdd an EmpathyIndividualView::drag-persona-received signal
Philip Withnall [Tue, 24 Aug 2010 16:54:14 +0000 (17:54 +0100)]
Add an EmpathyIndividualView::drag-persona-received signal

This allows notification of drops of personas on the individual view.
Helps: bgo#627715

13 years agoAdd an EmpathyIndividualView::drag-individual-received signal
Philip Withnall [Tue, 24 Aug 2010 13:34:00 +0000 (14:34 +0100)]
Add an EmpathyIndividualView::drag-individual-received signal

Subclasses or users of the widget can then override this and stop the signal
emission to do new and interesting things with dropped Individuals, rather
than just changing their groups.

13 years agoUse EmpathyIndividualFeatureFlags consistently in EmpathyIndividualView
Philip Withnall [Tue, 24 Aug 2010 13:08:46 +0000 (14:08 +0100)]
Use EmpathyIndividualFeatureFlags consistently in EmpathyIndividualView

13 years agoUse text/individual-id instead of text/contact-id for dragging Individuals
Philip Withnall [Tue, 24 Aug 2010 13:03:25 +0000 (14:03 +0100)]
Use text/individual-id instead of text/contact-id for dragging Individuals

13 years agoRename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_*
Philip Withnall [Tue, 24 Aug 2010 12:54:57 +0000 (13:54 +0100)]
Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_*

13 years agoAdd an EmpathyIndividualView feature for changing Individuals' groups
Philip Withnall [Tue, 24 Aug 2010 11:57:37 +0000 (12:57 +0100)]
Add an EmpathyIndividualView feature for changing Individuals' groups

This separates drag and drop support from changing groups, so that
EmpathyIndividualView instances (such as the one in the linking dialogue)
may support dragging and dropping Individuals to and from another tree view,
but not support dragging them between groups inside the EmpathyIndividualView
instance. Helps: bgo#627715

13 years agoFix memory leaks in EmpathyIndividualView drop handling code
Philip Withnall [Tue, 24 Aug 2010 11:37:45 +0000 (12:37 +0100)]
Fix memory leaks in EmpathyIndividualView drop handling code

13 years agoMove individual_view_handle_drag() to individual_view_contact_drag_received()
Philip Withnall [Tue, 24 Aug 2010 11:31:10 +0000 (12:31 +0100)]
Move individual_view_handle_drag() to individual_view_contact_drag_received()

This will make refactoring easier. Helps: bgo#627715

13 years agoAdd an EmpathyIndividualView feature for dropping files on Individuals
Philip Withnall [Tue, 24 Aug 2010 11:22:38 +0000 (12:22 +0100)]
Add an EmpathyIndividualView feature for dropping files on Individuals

This allows drag and drop to be enabled for the linking dialogue without
allowing files to be dropped onto the dialogue, which wouldn't make sense.
Helps: bgo#627715

13 years agomain-window: define an enum for pages
Guillaume Desmottes [Fri, 27 Aug 2010 08:05:28 +0000 (10:05 +0200)]
main-window: define an enum for pages

13 years agoIncrease the size of the 'No Match Found' label
Guillaume Desmottes [Fri, 27 Aug 2010 08:02:42 +0000 (10:02 +0200)]
Increase the size of the 'No Match Found' label

It looks less crap that way.

13 years agono need to use a #define
Guillaume Desmottes [Fri, 27 Aug 2010 08:00:27 +0000 (10:00 +0200)]
no need to use a #define

13 years agoUse libchamplain 0.7.1 or newer for the map plugin
Jiří Techet [Thu, 26 Aug 2010 20:01:41 +0000 (22:01 +0200)]
Use libchamplain 0.7.1 or newer for the map plugin

Signed-off-by: Jiří Techet <techet@gmail.com>
13 years agoFix British English translation
Philip Withnall [Thu, 26 Aug 2010 19:53:25 +0000 (20:53 +0100)]
Fix British English translation

13 years agoUpdate British English translation
Philip Withnall [Thu, 26 Aug 2010 19:44:23 +0000 (20:44 +0100)]
Update British English translation

13 years agoUpdated Spanish translation, fixes bug #627996
Jorge González [Thu, 26 Aug 2010 17:43:54 +0000 (19:43 +0200)]
Updated Spanish translation, fixes bug #627996

13 years agoFix row toggling on activation in EmpathyIndividualLinker
Philip Withnall [Thu, 26 Aug 2010 16:48:50 +0000 (17:48 +0100)]
Fix row toggling on activation in EmpathyIndividualLinker

Previously, row toggling was only working when activating rows at the end of a
live search. This makes it work for all row activation events (i.e. selecting
a row and pressing "enter").

13 years agol10n: Updated Greek translation for empathy
Michael Kotsarinis [Thu, 26 Aug 2010 15:38:14 +0000 (18:38 +0300)]
l10n: Updated Greek translation for empathy

13 years agoFix selectable labels in EmpathyIndividualWidget
Philip Withnall [Thu, 26 Aug 2010 15:28:00 +0000 (16:28 +0100)]
Fix selectable labels in EmpathyIndividualWidget

Ensure that labels in EmpathyIndividualWidget are only selectable if the
widget isn't in tooltip mode. Closes: bgo#627917

13 years agounsensitive the remove button while loading
Guillaume Desmottes [Thu, 26 Aug 2010 15:15:30 +0000 (17:15 +0200)]
unsensitive the remove button while loading

13 years agoinsensitive treeview while loading
Guillaume Desmottes [Thu, 26 Aug 2010 14:59:27 +0000 (16:59 +0200)]
insensitive treeview while loading

13 years agoaccounts-dialog: display loading page while loading accounts (#611701)
Guillaume Desmottes [Thu, 26 Aug 2010 13:38:18 +0000 (15:38 +0200)]
accounts-dialog: display loading page while loading accounts (#611701)

13 years agoaccounts-dialog: add a GtkNotebook
Guillaume Desmottes [Thu, 26 Aug 2010 12:41:13 +0000 (14:41 +0200)]
accounts-dialog: add a GtkNotebook

13 years agoFix the "Show Protocols" option with linked contacts
Philip Withnall [Thu, 26 Aug 2010 14:40:25 +0000 (15:40 +0100)]
Fix the "Show Protocols" option with linked contacts

13 years agoallow to choose irc network with ENTER
Felix Kaser [Thu, 26 Aug 2010 14:04:47 +0000 (16:04 +0200)]
allow to choose irc network with ENTER

while searching, the enter key allows you to select an irc network

13 years agoMerge branch 'irc-wizard-596086'
Guillaume Desmottes [Thu, 26 Aug 2010 13:39:43 +0000 (15:39 +0200)]
Merge branch 'irc-wizard-596086'

13 years agoMerge branch 'irc-network-selection-fix'
Felix Kaser [Thu, 26 Aug 2010 13:00:03 +0000 (15:00 +0200)]
Merge branch 'irc-network-selection-fix'

13 years agofix selection problems in irc networks
Felix Kaser [Thu, 26 Aug 2010 12:52:23 +0000 (14:52 +0200)]
fix selection problems in irc networks

13 years agoaccounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)
Guillaume Desmottes [Thu, 26 Aug 2010 12:33:03 +0000 (14:33 +0200)]
accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)

13 years agoaccount-assistant: stop blacklisting IRC (#596086)
Guillaume Desmottes [Wed, 25 Aug 2010 13:24:24 +0000 (15:24 +0200)]
account-assistant: stop blacklisting IRC (#596086)

13 years agouse the simple variant of the IRC widget if needed
Guillaume Desmottes [Wed, 25 Aug 2010 13:24:01 +0000 (15:24 +0200)]
use the simple variant of the IRC widget if needed

13 years agoaccount-widget-irc: add simple version of the widget
Guillaume Desmottes [Wed, 25 Aug 2010 13:23:42 +0000 (15:23 +0200)]
account-widget-irc: add simple version of the widget

13 years agoMerge branch 'irc-widget-588243'
Guillaume Desmottes [Thu, 26 Aug 2010 12:03:11 +0000 (14:03 +0200)]
Merge branch 'irc-widget-588243'

13 years agograb focus on the treeview after adding, editing or removing network
Guillaume Desmottes [Thu, 26 Aug 2010 11:59:36 +0000 (13:59 +0200)]
grab focus on the treeview after adding, editing or removing network

13 years agoirc-network-chooser-dialog: make it transient and modal
Guillaume Desmottes [Thu, 26 Aug 2010 11:54:01 +0000 (13:54 +0200)]
irc-network-chooser-dialog: make it transient and modal

13 years agoDon't let the GtkCellRendererToggle get activated by clicking on a tree row
Philip Withnall [Thu, 26 Aug 2010 10:28:11 +0000 (11:28 +0100)]
Don't let the GtkCellRendererToggle get activated by clicking on a tree row

GtkTreeView activates a row when it's clicked or double-clicked, which ends
up toggling the GtkCellRendererToggle in the linking dialogue even if it's
insensitive, allowing the start Individual to be removed from the link, and
causing chaos. See bgo#567481. Closes: bgo#628011

13 years agosearch_text_notify_cb: select first matching only if we are still searching
Guillaume Desmottes [Thu, 26 Aug 2010 10:20:18 +0000 (12:20 +0200)]
search_text_notify_cb: select first matching only if we are still searching

Also scroll to the selected network when cancelling the search.

13 years agoHide the search after picking the network to get the right one
Guillaume Desmottes [Thu, 26 Aug 2010 09:50:11 +0000 (11:50 +0200)]
Hide the search after picking the network to get the right one

13 years agoDisconnect from the group-changed signal when destroying EmpathyGroupsWidget
Philip Withnall [Wed, 25 Aug 2010 16:34:02 +0000 (17:34 +0100)]
Disconnect from the group-changed signal when destroying EmpathyGroupsWidget

13 years agoproperly set table_common_settings
Guillaume Desmottes [Wed, 25 Aug 2010 14:41:35 +0000 (16:41 +0200)]
properly set table_common_settings

account-widget needs it to add the "Enabled" checkbox.

13 years agoDon't expand rows if the tree view has been destroyed
Philip Withnall [Wed, 25 Aug 2010 11:50:41 +0000 (12:50 +0100)]
Don't expand rows if the tree view has been destroyed

13 years agocance live search when adding/removing a network
Guillaume Desmottes [Wed, 25 Aug 2010 14:30:15 +0000 (16:30 +0200)]
cance live search when adding/removing a network

13 years agosearch_text_notify_cb: rename iter to filter_iter to avoid confusion
Guillaume Desmottes [Wed, 25 Aug 2010 14:28:09 +0000 (16:28 +0200)]
search_text_notify_cb: rename iter to filter_iter to avoid confusion

13 years agofactor out iter_to_filter_iter()
Guillaume Desmottes [Wed, 25 Aug 2010 14:25:19 +0000 (16:25 +0200)]
factor out iter_to_filter_iter()

13 years agoscroll_to_iter: need a filter iter
Guillaume Desmottes [Wed, 25 Aug 2010 14:16:31 +0000 (16:16 +0200)]
scroll_to_iter: need a filter iter

13 years agoassert that iter convert don't fail
Guillaume Desmottes [Wed, 25 Aug 2010 14:14:30 +0000 (16:14 +0200)]
assert that iter convert don't fail

If they do we did something wrong.

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 25 Aug 2010 13:14:31 +0000 (15:14 +0200)]
Updated Slovenian translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 25 Aug 2010 13:12:08 +0000 (15:12 +0200)]
Updated Slovenian translation

13 years agoselect_iter: set the cursor as well
Guillaume Desmottes [Wed, 25 Aug 2010 13:00:12 +0000 (15:00 +0200)]
select_iter: set the cursor as well

13 years agomake title clearer
Guillaume Desmottes [Wed, 25 Aug 2010 12:23:07 +0000 (14:23 +0200)]
make title clearer

13 years agodon't allow to select a network if none is actually selected
Guillaume Desmottes [Wed, 25 Aug 2010 12:18:06 +0000 (14:18 +0200)]
don't allow to select a network if none is actually selected

13 years agoreplace the close button by 'Select'
Guillaume Desmottes [Wed, 25 Aug 2010 12:17:50 +0000 (14:17 +0200)]
replace the close button by 'Select'

13 years agoselect the first matching network when searching
Guillaume Desmottes [Wed, 25 Aug 2010 12:12:22 +0000 (14:12 +0200)]
select the first matching network when searching

13 years agopass filter iter to select_iter() and scroll_to_iter()
Guillaume Desmottes [Wed, 25 Aug 2010 12:10:10 +0000 (14:10 +0200)]
pass filter iter to select_iter() and scroll_to_iter()

13 years agoirc-network-chooser: use network accessors
Guillaume Desmottes [Wed, 25 Aug 2010 09:17:11 +0000 (11:17 +0200)]
irc-network-chooser: use network accessors

13 years agoirc-network-chooser-dialog: use network accessors
Guillaume Desmottes [Wed, 25 Aug 2010 09:14:59 +0000 (11:14 +0200)]
irc-network-chooser-dialog: use network accessors

13 years agoirc-network-chooser-dialog: add live search support
Guillaume Desmottes [Wed, 25 Aug 2010 09:12:47 +0000 (11:12 +0200)]
irc-network-chooser-dialog: add live search support

13 years agoirc-network: add accessors for name and charset
Guillaume Desmottes [Wed, 25 Aug 2010 08:55:46 +0000 (10:55 +0200)]
irc-network: add accessors for name and charset

13 years agoaccount-widget-irc: use EmpathyIrcNetworkChooser
Guillaume Desmottes [Tue, 24 Aug 2010 14:11:42 +0000 (16:11 +0200)]
account-widget-irc: use EmpathyIrcNetworkChooser

This avoid having a huge list in a combo box (#588243)

13 years agoirc-network-chooser: popup network chooser dialog when clicked
Guillaume Desmottes [Tue, 24 Aug 2010 14:10:28 +0000 (16:10 +0200)]
irc-network-chooser: popup network chooser dialog when clicked

13 years agoadd empathy-irc-network-chooser-dialog
Guillaume Desmottes [Tue, 24 Aug 2010 14:09:24 +0000 (16:09 +0200)]
add empathy-irc-network-chooser-dialog

Some of the code has been copied from empathy-account-widget-irc.c.

13 years agoadd empathy-irc-network-chooser
Guillaume Desmottes [Mon, 23 Aug 2010 15:24:59 +0000 (17:24 +0200)]
add empathy-irc-network-chooser

13 years agoadd empathy_irc_network_manager_dup_default()
Guillaume Desmottes [Tue, 24 Aug 2010 12:20:23 +0000 (14:20 +0200)]
add empathy_irc_network_manager_dup_default()

13 years agoadded some files to gitignore
Felix Kaser [Wed, 25 Aug 2010 08:41:28 +0000 (10:41 +0200)]
added some files to gitignore

they were introduced by the interactive tls certificate verification patches.

13 years agoUse gmodule-export-2.0 so introspecting ourselves works
Sjoerd Simons [Tue, 24 Aug 2010 19:38:04 +0000 (21:38 +0200)]
Use gmodule-export-2.0 so introspecting ourselves works

13 years agoallow building empathy without eds
Saleem Abdulrasool [Wed, 3 Mar 2010 20:30:24 +0000 (20:30 +0000)]
allow building empathy without eds

13 years agoUpdate Galician translations
Fran Diéguez [Tue, 24 Aug 2010 19:03:13 +0000 (21:03 +0200)]
Update Galician translations

13 years agoUpdated Spanish translation
Jorge González [Tue, 24 Aug 2010 18:56:42 +0000 (20:56 +0200)]
Updated Spanish translation

13 years agoDon't leak a reference when updating an IndividualWidget.
Travis Reitter [Mon, 23 Aug 2010 18:39:12 +0000 (11:39 -0700)]
Don't leak a reference when updating an IndividualWidget.

13 years agoWhen setting an EmpathyContact's Persona, disconnect existing signal handler
Travis Reitter [Mon, 23 Aug 2010 18:37:42 +0000 (11:37 -0700)]
When setting an EmpathyContact's Persona, disconnect existing signal handler

13 years agoMerge branch 'tls-connection'
Cosimo Cecchi [Tue, 24 Aug 2010 13:24:38 +0000 (15:24 +0200)]
Merge branch 'tls-connection'

13 years agoProperly handle corner cases of _prepare_async() called twice
Cosimo Cecchi [Tue, 24 Aug 2010 13:20:06 +0000 (15:20 +0200)]
Properly handle corner cases of _prepare_async() called twice

- If it's called twice before the first call returned, emit an error.
- If it's called twice on an already-prepared object, just successfully
  return.

13 years agoDon't leak certificate data
Cosimo Cecchi [Tue, 24 Aug 2010 09:54:17 +0000 (11:54 +0200)]
Don't leak certificate data

13 years agoUse new certificate API in EmpathyServerTLSHandler
Cosimo Cecchi [Tue, 24 Aug 2010 09:53:59 +0000 (11:53 +0200)]
Use new certificate API in EmpathyServerTLSHandler

13 years agoMake EmpathyTLSCertificate a TpProxy subclass
Cosimo Cecchi [Tue, 24 Aug 2010 09:53:11 +0000 (11:53 +0200)]
Make EmpathyTLSCertificate a TpProxy subclass

13 years agoRemove EmpathyAvatar->token
Philip Withnall [Mon, 23 Aug 2010 12:12:49 +0000 (13:12 +0100)]
Remove EmpathyAvatar->token

13 years agoUse the avatar filename rather than token for change detection
Philip Withnall [Mon, 23 Aug 2010 12:11:30 +0000 (13:11 +0100)]
Use the avatar filename rather than token for change detection

The filename includes the token, so this allows us to remove the token field
from EmpathyAvatar.

13 years agoRemove empathy_contact_new_for_log()
Philip Withnall [Mon, 23 Aug 2010 11:33:32 +0000 (12:33 +0100)]
Remove empathy_contact_new_for_log()

It was unused.

13 years agoMake empathy_contact_load_avatar_cache() private
Philip Withnall [Mon, 23 Aug 2010 11:23:18 +0000 (12:23 +0100)]
Make empathy_contact_load_avatar_cache() private

13 years agoMake empathy_contact_set_avatar() private
Philip Withnall [Mon, 23 Aug 2010 11:09:53 +0000 (12:09 +0100)]
Make empathy_contact_set_avatar() private

13 years agouse proper model in linking ui
Felix Kaser [Tue, 24 Aug 2010 08:44:32 +0000 (10:44 +0200)]
use proper model in linking ui

when searching in the linking-ui-treeview the filtered model has to be used. fixes bug #627500

13 years agoUpdated Arabic translation
Khaled Hosny [Tue, 24 Aug 2010 02:10:48 +0000 (04:10 +0200)]
Updated Arabic translation

13 years agoUpdate Czech translation by Marek Cernocky
Petr Kovar [Mon, 23 Aug 2010 20:51:45 +0000 (22:51 +0200)]
Update Czech translation by Marek Cernocky