aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move down empathy_account_chooser_class_init()Guillaume Desmottes2011-10-271-46/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609
* account-chooser: port to new coding styleGuillaume Desmottes2011-10-272-715/+740
| | | | | | | | | | I wanted to clean the account chooser a bit but the old coding style makes me cry... It's good to do anyway, especially if we move this widget to a telepathy-gtk lib at some point. https://bugzilla.gnome.org/show_bug.cgi?id=662609
* Merge branch 'bug-662727'Danielle Madeley2011-10-271-0/+12
|\
| * contact-chooser: refilter when the tmp contacts change capabilitiesDanielle Madeley2011-10-261-0/+12
| | | | | | | | | | | | | | | | | | Making a call to GetContactAttributes only gets the attributes currently known to the CM. If a contact is unknown, lookups for the attributes are then queued and signalled when retrieved. When we receive this signal, we should refilter the contact list. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662727
* | empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-263-29/+41
| | | | | | | | | | | | | | We have to old the application while doing async preparation as the app window is not created right away. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* | empathy-accounts: prepare the AM in app_command_line_cbGuillaume Desmottes2011-10-261-22/+6
| | | | | | | | | | | | | | We just need to prepare it in the main instance; there is no point doing it the other ones as they will just re-invoke the main one and exit. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* | empathy-accounts: re-use existing TpAccount rather than creating a new oneGuillaume Desmottes2011-10-261-30/+30
| | | | | | | | | | | | | | This allows us to detect right away if the account is a valid one and we don't have to prepare it any more as the AM already did it for us. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* | empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-3/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662504
* | empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-263-6/+7
|/ | | | | | | | We are not supposed to call gtk_main_quit() as we don't use gtk_main() any more. Instead we add the windows to the GtkApplication which will take care of exiting when they have been all destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* Updated Slovenian translationMatej Urbančič2011-10-261-96/+106
|
* [l10n]Updated Catalan documentationGil Forcada2011-10-261-981/+3072
|
* We need to pass a description to AC_DEFINEGuillaume Desmottes2011-10-251-1/+1
|
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-3/+3
| | | | | The latter has been deprecated in GLib 2.31 but g_format_size() has been added in 2.30 so we can already use it without bumping the dep.
* use g_unichar_fully_decompose instead of g_unicode_canonical_decompositionGuillaume Desmottes2011-10-251-8/+1
| | | | | The latter has been deprecated and g_unichar_fully_decompose() is already in 2.30.
* Disable GLib deprecation warnings for nowGuillaume Desmottes2011-10-251-0/+5
|
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-254-0/+4
| | | | | They use deprecated API (g_mutex_new) but we still want to use it for now so they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-2/+2
| | | | | The latter has been deprecated in GLib 2.31 but g_format_size() has been added in 2.30 so we can already use it without bumping the dep.
* [presence-chooser] Set status message as the tooltipJovanka Gulicoska2011-10-251-4/+8
| | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=640846 Signed-off-by: Danielle Madeley <danielle.madeley@collabora.co.uk>
* Updated German translationChristian Kirbach2011-10-251-1/+1
|
* remove released flagGuillaume Desmottes2011-10-241-1/+1
|
* prepare 3.3.1EMPATHY_3_3_1Guillaume Desmottes2011-10-242-3/+81
|
* theme-adium: escape the name in actions as wellGuillaume Desmottes2011-10-241-3/+3
|
* ensure that contact_list_store_contact_active_cb isn't called after the ↵Guillaume Desmottes2011-10-241-5/+38
| | | | | | | | store destruction This is an exact port of similar code from empathy-individual-store. https://bugzilla.gnome.org/show_bug.cgi?id=662211
* contact_list_store_dispose: unset the timer idsGuillaume Desmottes2011-10-241-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662211
* Updated Norwegian bokmål translationKjartan Maraas2011-10-241-193/+222
|
* Updated Persian TranslationArash Mousavi2011-10-241-264/+295
|
* [l10n]Minor fixes to Catalan translationGil Forcada2011-10-241-2/+2
|
* Updated Spanish translationDaniel Mustieles2011-10-241-201/+242
|
* [l10n] Updated German translationPaul Seyfert2011-10-231-519/+657
|
* Updated Latvian translation.Rudolfs Mazurs2011-10-231-3/+3
|
* Updated Hebrew translation.Yaron Shahrabani2011-10-221-872/+788
|
* Merge branch 'balance-errors'Danielle Madeley2011-10-222-9/+103
|\
| * display_error: Put 'Close' button on the bottom/endDanielle Madeley2011-10-211-2/+4
| |
| * Include dbus-reason in signal argumentsDanielle Madeley2011-10-211-1/+1
| |
| * Don't need to prepare balance feature, already prepared by client factoryDanielle Madeley2011-10-211-20/+10
| |
| * Inline assignments are icky; free leaked stringDanielle Madeley2011-10-211-3/+5
| |
| * 'Get Credit' is called 'Top Up' in other parts of the UIDanielle Madeley2011-10-211-1/+1
| |
| * Show an infobar if there's not enough creditEmilio Pozuelo Monfort2011-10-212-6/+106
| | | | | | | | With a button to buy some if desired.
* | Updated Slovenian translationMatej Urbančič2011-10-221-529/+636
| |
* | Updated POTFILES.inPiotr Drąg2011-10-211-1/+0
|/
* Add empathy-contactinfo-utils to POTFILES.inDanielle Madeley2011-10-211-0/+1
|
* Port contact-widget to contactinfo-utilsDanielle Madeley2011-10-213-132/+58
| | | | | This is a reworking, rather than rebasing of the original patch because of large changes in the codebase.
* Incorporate updates from empathy-contact-widget into contactinfo-utilsDanielle Madeley2011-10-213-15/+72
| | | | | Update empathy-individual-widget for these changes. This comes from the rebase of this branch.
* Move empathy-contactinfo-utils to libempathy-gtkDanielle Madeley2011-10-215-3/+3
| | | | | | | Why do we still have this annoying split? Rebasing this work will pull in a dependency on empathy-string-parser, which is part of libempathy-gtk. Hence the move.
* Port individual-widget to contactinfo-utilsDanielle Madeley2011-10-211-64/+17
|
* Abstract common contactinfo code into empathy-contactinfo-utilsDanielle Madeley2011-10-213-0/+228
| | | | | This handles things like sorting fields and converting field names to human readable names.
* Merge branch 'chooser-662250'Danielle Madeley2011-10-217-759/+80
|\
| * [contact-chooser] Don't reselect the first match if something else is selectedDanielle Madeley2011-10-201-2/+5
| | | | | | | | | | This patch isn't quite the behaviour I want, but I think it's better than just re-selecting the first entry every time I type something.
| * [contact-chooser] Move the selection up/down without defocusing the entryDanielle Madeley2011-10-201-0/+56
| |
| * [contact-chooser] emit 'activate' on 'row-activated' as wellDanielle Madeley2011-10-201-0/+11
| | | | | | | | This means the selection can be activated when the treeview is focused.
| * Swap SMS and Text buttonsDanielle Madeley2011-10-201-4/+4
| | | | | | | | The default action should be on the right.
| * Fix extra buttons in new-call/message dialogsDanielle Madeley2011-10-202-2/+4
| | | | | | | | This was caused by a missing parameter of gtk_dialog_add_buttons().
| * Remove contact-selector-dialogDanielle Madeley2011-10-204-751/+0
| | | | | | | | It's no longer used.
* | Updated Belarusian translation.Ihar Hrachyshka2011-10-211-434/+484
| |
* | Fix an article in the Hungarian help translationGabor Kelemen2011-10-201-1/+1
|/
* Merge branch 'dialpad-widget'Danielle Madeley2011-10-207-135/+265
|\
| * Scroll dialpad entry right as more characters are inserted.Danielle Madeley2011-10-191-0/+1
| | | | | | | | The user wants to see her most recent history, not what she typed in first.
| * Move dialpad into a widget of its ownDanielle Madeley2011-10-197-135/+264
| | | | | | | | | | | | Let's face it, the whole thing was getting a little unwieldly there in the UI utils, and if we're going to be using it in more places, let's start by abstracting it into a widget.
* | Updated Norwegian bokmål translationKjartan Maraas2011-10-201-49/+45
|/
* Updated Turkish translationMuhammet Kara2011-10-191-199/+289
|
* theme_adium_append_message: escape alias before displaying itGuillaume Desmottes2011-10-191-2/+5
| | | | | | Not doing so can lead to nasty HTML injection from hostile users. https://bugzilla.gnome.org/show_bug.cgi?id=662035
* empathy_new_message_dialog_response: initialize contactGuillaume Desmottes2011-10-181-1/+1
|
* empathy_new_message_dialog_response: initialize individualGuillaume Desmottes2011-10-181-1/+1
|
* Updated Spanish translationDaniel Mustieles2011-10-181-146/+153
|
* new-call-dialog: use the self->priv patternGuillaume Desmottes2011-10-182-32/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981
* new-message-dialog: port to EmpathyContactChooserGuillaume Desmottes2011-10-182-126/+137
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981
* new-call-dialog: port to EmpathyContactChooserGuillaume Desmottes2011-10-182-99/+121
| | | | | | | | | | Replace the 'send video' checkbox by an extra button It's more coherent with the other places where we allow user to start calls. It also gives better feedback as we can unsensitive this button if the selected contact doesn't support video. https://bugzilla.gnome.org/show_bug.cgi?id=661981
* factor out empathy_individual_can_audio_video_call()Guillaume Desmottes2011-10-183-53/+67
| | | | | | Also allow caller to get a ref on the EmpathyContact supporting audio/video. https://bugzilla.gnome.org/show_bug.cgi?id=661981
* new-call-dialog: fix typo in commentGuillaume Desmottes2011-10-181-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981
* invite-participant-dialog: activate the dialog when the chooser is activatedGuillaume Desmottes2011-10-181-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* contact-chooser: add 'activate' signalGuillaume Desmottes2011-10-181-0/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* contact-chooser: when searching, make sure that the first matching item is ↵Guillaume Desmottes2011-10-181-0/+3
| | | | | | | | | selected So user can just type the phone number of the contact he wants to call and hit enter. https://bugzilla.gnome.org/show_bug.cgi?id=661993
* add empathy_individual_view_select_first()Guillaume Desmottes2011-10-182-0/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* Updated Norwegian bokmål translationKjartan Maraas2011-10-181-171/+240
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-171-45/+33
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-171-629/+780
|
* l10n: updated Italian translationLuca Ferretti2011-10-171-178/+185
|
* Updated Swedish translationDaniel Nylander2011-10-171-182/+482
|
* Updated Korean translationChangwoo Ryu2011-10-171-185/+195
|
* Updated British English translationBruce Cowan2011-10-161-141/+145
|
* Updaged Galician translationsFran Dieguez2011-10-151-397/+486
|
* Updated Bulgarian translationAlexander Shopov2011-10-151-334/+424
|
* Updated Hungarian translationGabor Kelemen2011-10-151-201/+176
|
* contact-list: remove favourite APIGuillaume Desmottes2011-10-152-57/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489
* contact-list-store: stop tracking favourite contactsGuillaume Desmottes2011-10-151-26/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489
* contact-manager: remove unused favourite codeGuillaume Desmottes2011-10-151-305/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489
* contact-list-store: remove 'fake group' codeGuillaume Desmottes2011-10-154-129/+1
| | | | | | | | This store is only used for MUC members which doesn't use these fake groups. Actually we could drop all the group code but it would probably be easier to completely rewrite the way we display MUC members. https://bugzilla.gnome.org/show_bug.cgi?id=661489
* remove unused EMPATHY_CONTACT_FEATURE_FAVOURITEGuillaume Desmottes2011-10-152-51/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489
* [l10n] Updated German translationMario Blättermann2011-10-151-223/+218
|
* Updated Polish translationPiotr Drąg2011-10-151-182/+186
|
* Mark a forgotten string for translation.Gabor Kelemen2011-10-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756
* adium themes: crash less hard when Template.html is missingWill Thompson2011-10-151-1/+9
| | | | | | | | If Template.html is missing, then you haven't installed Empathy properly (or set EMPATHY_SRCDIR or whatever in my case). But previously we would just crash later down this function when passing template_html to string_with_format() without checking if it's NULL. This patch makes it fail a little less inscrutably.
* TpChat: remove support for old PropertiesWill Thompson2011-10-151-263/+5
| | | | Change notification for this is broken in the CMs *anyway*.
* TpChat: Use RoomConfig1 and Subject if availableWill Thompson2011-10-151-5/+138
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658542
* configure: depend on tp-glib with Subject.Will Thompson2011-10-151-1/+1
| | | | | | Actually, a slightly earlier version of telepathy-glib, on the unstable 0.15.x branch, includes Subject, but we may as well depend on the stable branch: it includes fixes for Empathy bugs.
* TpChat: track subject and title explicitly.Will Thompson2011-10-151-50/+37
| | | | | This will allow us to also use the new API (and, ultimately, delete the Telepathy.Properties code cleanly).
* TpChat: hide guts of Telepathy properties.Will Thompson2011-10-153-75/+136
| | | | | | | This will make it easier to replace these with new stuff. The funky indentation in the callbacks for the subject and title changing is to make it clear that I didn't change that code; I'll reindent it in another patch.
* Updated Spanish translationDaniel Mustieles2011-10-141-198/+274
|
* Merge remote-tracking branch 'pochu/upgrade-software'Danielle Madeley2011-10-142-0/+136
|\
| * Display Upgrade Software errorsEmilio Pozuelo Monfort2011-09-052-0/+136
| | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=644360 Conflicts: libempathy/empathy-utils.c
* | Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley2011-10-148-22/+121
|\ \
| * | Set a parent for the error dialogEmilio Pozuelo Monfort2011-09-051-5/+8
| | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c
| * | NewMessageDialog: show an error if starting the channel failsEmilio Pozuelo Monfort2011-09-051-2/+77
| | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c
| * | empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-058-22/+43
| |/ | | | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c
* | Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-143-3/+9
|\ \
| * | CallWindow: correctly detect outgoing callsEmilio Pozuelo Monfort2011-09-051-3/+4
| | |
| * | Display an accurate error when not enough creditEmilio Pozuelo Monfort2011-09-051-0/+2
| | |
| * | Cope with gtk_icon_theme_lookup_icon returning NULLSjoerd Simons2011-09-051-0/+3
| |/
* | Merge branch: 'Add top-up link to chat text when there is insufficient credit'Danielle Madeley2011-10-144-3/+78
|\ \
| * | EmpathyChat: add a 'Top up' link when there's not enough creditEmilio Pozuelo Monfort2011-09-051-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is only added for Adium themes since ChatTextView ones don't support markup. Conflicts: libempathy-gtk/empathy-chat.c
| * | EmpathyThemeAdium: implement append_event_markupEmilio Pozuelo Monfort2011-09-051-0/+9
| | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-theme-adium.c
| * | Add empathy_chat_view_append_event_markupEmilio Pozuelo Monfort2011-09-052-0/+22
| |/ | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-chat-view.c libempathy-gtk/empathy-chat-view.h
* | Improve iain sleeping patternDamien Lespiau2011-10-148-1720/+29395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Hypno Koala was making iain wake up in sweat and with his heart pounding at unreasonable hours. Nobody wants that. The Hypno Koala has served his duty and it's now time for retirement. Its replacement was designed and drawn by: Cyrene Domogalla <cyrene.domogalla@intel.com> I've included the source SVG in the commit. To generate icons from this one, one needs to use the render-icon-theme.py script to generate the 16x16, 24x24, 32x32 and 48x48 versions, the 22x22 one was generated by the generate-png.sh script in data/icons. https://bugzilla.gnome.org/show_bug.cgi?id=619186
* | Updated Norwegian bokmål translationKjartan Maraas2011-10-131-318/+298
| |
* | Update telepathy-yellGuillaume Desmottes2011-10-131-0/+0
| | | | | | | | | | | | I just fixed yell to properly connect D-Bus signals when its core feature is being prepared. This fix empathy-call handling incoming calls which used to be racy.
* | contact-blocking-dialog: make debug more usefulGuillaume Desmottes2011-10-131-12/+21
| | | | | | | | It's not very helpful to not know which Connection/Channel failed.
* | Make sure we have our settings before we want to use themSjoerd Simons2011-10-131-2/+2
| |
* | Don't try to access non-existing propertiesSjoerd Simons2011-10-131-5/+20
| |
* | empathy-call: use dark themeGuillaume Desmottes2011-10-121-0/+5
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661464
* | preferences: don't display variants checkbox if there is no variantGuillaume Desmottes2011-10-121-3/+12
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586
* | Use default variant if we can't find any variantsGuillaume Desmottes2011-10-121-1/+4
| | | | | | | | | | | | We use to crash here trying to get the first element of an empty GPtrArray. https://bugzilla.gnome.org/show_bug.cgi?id=660586
* | Updated Turkish translationMuhammet Kara2011-10-101-397/+335
| |
* | Updated Swedish translationDaniel Nylander2011-10-101-330/+330
| |
* | Updated POTFILES.inPiotr Drąg2011-10-091-1/+0
| |
* | Updated Esperanto translationKristjan SCHMIDT2011-10-091-1042/+1573
| |
* | Updated Lithuanian translationAlgimantas Margevičius2011-10-091-337/+341
| |
* | remove empathy-contact-selectorGuillaume Desmottes2011-10-093-550/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517
* | remove empetitGuillaume Desmottes2011-10-092-71/+0
| | | | | | | | | | | | It used to test EmpathyContactSelector which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=629517
* | nautilus-sendto: use EmpathyContactSelector instead of EmpathyContactChooserGuillaume Desmottes2011-10-091-33/+67
| | | | | | | | | | | | | | This way we display meta-contacts rather than Telepathy contacts and use a nice treeview instead of a huge combo box. https://bugzilla.gnome.org/show_bug.cgi?id=629517
* | contact-chooser: add API to hide the search entryGuillaume Desmottes2011-10-092-5/+15
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517
* | Updated Spanish translationDaniel Mustieles2011-10-071-274/+282
| |
* | Updated French doc translationBruno Brouard2011-10-053-69/+86
| |
* | Updated Slovak translationPavol Klačanský2011-10-021-1195/+1630
| |
* | Do not should "password required" if X-TELEPATHY-PASSWORD is not supportedXavier Claessens2011-10-011-4/+25
| | | | | | | | Messenger XMPP only supports auth via an access token, no password
* | individual-widget: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-17/+10
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | call-window: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-88/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | streamed-media-window: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-88/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | contact-selector-dialog: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-17/+16
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | empathy-contact-selector-dialog.ui: load/save in GladeGuillaume Desmottes2011-09-291-3/+5
| | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | new-chatroom-dialog: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-25/+20
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | empathy-new-chatroom-dialog.ui: load/save in GladeGuillaume Desmottes2011-09-291-49/+81
| | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | Use new GOA desktop fileGuillaume Desmottes2011-09-291-2/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660449
* | Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-2845-190/+93
| | | | | | | | No more ugly marshallers \o/
* | Update Simplified Chinese translation.Aron Xu2011-09-281-178/+197
| |
* | ft-handler: Use TpFileTransferChannel propertiesGuillaume Desmottes2011-09-271-15/+17
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | don't connect on the TransferredBytesChanged D-Bus signalGuillaume Desmottes2011-09-271-10/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | remove empathy_tp_file_is_incoming()Guillaume Desmottes2011-09-273-24/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | EmpathyTpFile: inherit from TpFileTransferChannelGuillaume Desmottes2011-09-276-146/+54
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | tp-file: chain up constructedGuillaume Desmottes2011-09-271-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-276-8/+32
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | accounts-dialog: remove useless childsGuillaume Desmottes2011-09-271-23/+0
| | | | | | | | | | | | They don't seem to be used and were raising a Gtk+ warning. https://bugzilla.gnome.org/show_bug.cgi?id=659474
* | always display the accounts dialog if we have to show a specific accountGuillaume Desmottes2011-09-261-1/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124
* | Updated Slovenian translationMatej Urbančič2011-09-261-101/+109
| |
* | [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-896/+1315
| |
* | e-account-widget-irc: Use a GtkGrid to fix label wrappingXavier Claessens2011-09-262-52/+49
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | empathy-account: add a --assistant option to force having assistantXavier Claessens2011-09-263-4/+11
| | | | | | | | | | | | This makes easier to test it https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | Wait for the store to be filled before loading eventsXavier Claessens2011-09-261-8/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659807
* | Add /inspector command to show webkit inspectorXavier Claessens2011-09-263-0/+28
| |
* | remove butterfly-logs-migrated gsettings keyGuillaume Desmottes2011-09-263-7/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612555
* | all: remove butterfly workarounds (bgo#612555)Jonny Lamb2011-09-266-362/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | added shortcut ctrl + j for joining a new chatBernhard Posselt2011-09-261-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659952
* | CallWindow: drag the video preview smoothlyEmilio Pozuelo Monfort2011-09-261-5/+73
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656907
* | CallWindow: show a spinner when switching camerasEmilio Pozuelo Monfort2011-09-261-7/+62
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884
* | RoundedActor: allow to set a different round factorEmilio Pozuelo Monfort2011-09-262-1/+27
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884
* | streamed-media-window: simplify translator contextGuillaume Desmottes2011-09-261-4/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144
* | hide notifications options when in ShellJuan R. Garcia Blanco2011-09-265-4/+98
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207
* | remember last accountJuan R. Garcia Blanco2011-09-263-0/+76
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=574879
* | release.py: update last_tag_patternGuillaume Desmottes2011-09-261-1/+1
| |
* | Don't try to request a Call channel if built without Call supportGuillaume Desmottes2011-09-261-0/+35
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* | Factor out call_new_with_streams()Guillaume Desmottes2011-09-261-5/+22
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* | contact-widget: left align status labelGuillaume Desmottes2011-09-261-0/+1
| | | | | | | | | | | | It's already done that way in individual-widget. https://bugzilla.gnome.org/show_bug.cgi?id=659816
* | remove released flagGuillaume Desmottes2011-09-261-1/+1
| |
* | prepare 3.2.0EMPATHY_3_2_0Guillaume Desmottes2011-09-262-3/+40
| |
* | Update Czech translationPetr Kovar2011-09-261-175/+165
| |
* | Updated Aragonese translationDaniel Martinez Cucalon2011-09-261-960/+887
| |
* | [l10n]Updated Catalan translationGil Forcada2011-09-261-843/+1439
| |
* | Updated Irish translationSeán de Búrca2011-09-261-978/+3085
| |
* | Updated Bulgarian translationAlexander Shopov2011-09-251-150/+150
| |
* | Updated Indonesian translationAndika Triwidada2011-09-251-255/+304
| |
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-09-252-349/+367
| |
* | Updated Basque languageInaki Larranaga Murgoitio2011-09-241-4/+4
| |
* | Updated Basque languageInaki Larranaga Murgoitio2011-09-241-811/+1481
| |
* | Updated Korean translationChangwoo Ryu2011-09-241-797/+1396
| |
* | Updated Aragonese translationDaniel Martinez Cucalon2011-09-241-792/+1302
| |
* | glade: move IRC's expander to the vbox instead of the tableXavier Claessens2011-09-231-130/+168
| |
* | Glade: GtkGrid does not have n-rows and n-columns properties as GtkTableXavier Claessens2011-09-231-9/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | Glade: fix sizing in SIP accounts widgetXavier Claessens2011-09-231-1/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | Updated Hebrew translation.Yaron Shahrabani2011-09-231-177/+198
| |
* | Updated Thai translation.Theppitak Karoonboonyanan2011-09-231-952/+1504
| |
* | e-account-widget-jabber: Use GtkGrid instead of GtkTableXavier Claessens2011-09-221-55/+71
| | | | | | | | | | | | This work around bug #657621 https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | e-account-widget-jabber: fix sizing issuesDiego Escalante Urrelo2011-09-221-347/+381
| | | | | | | | | | | | Fix the glade file for sizing issues Bug #646630
* | Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-221-0/+184
| |
* | Update Assamese translationNilamdyuti Goswami2011-09-221-1272/+3066
| |
* | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-221-201/+227
| |
* | Updated Hungarian help translationGabor Kelemen2011-09-211-143/+246
| |
* | Merge branch 'crash-659118'Danielle Madeley2011-09-211-0/+4
|\ \ | | | | | | | | | | | | Freeze exception signed off by Andre Klapper <ak-47@gmx.net> and Matthias Clasen <matthias.clasen@gmail.com>
| * | Don't destroy MainWindow on delete-event, just hide itDanielle Madeley2011-09-201-0/+4
| | | | | | | | | | | | | | | | | | | | | This stops MainWindow being unreferenced, and prevents crashes caused by things which then try to use it. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=659118
* | | Updated Serbian translationМирослав Николић2011-09-212-1968/+3288
| | |
* | | Updated Slovenian translationMatej Urbančič2011-09-201-716/+915
| | |
* | | Updated Hungarian translationGabor Kelemen2011-09-201-649/+802
| | |
* | | Updated Latvian translation.Rudolfs Mazurs2011-09-201-31/+26
| | |
* | | log-window: improve icons in the search entryCosimo Cecchi2011-09-201-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few improvements we can make to the search entry icons in the log window, which this patch tries to fix. - icons in entries are usually symbolic in GNOME 3, so I made the icons symbolic. - I merged the two icons in just one on the right using the shell-style, i.e. the search icon turns into a clear action once there's some text typed into the entry (Documents also uses the same style for its search entry). https://bugzilla.gnome.org/show_bug.cgi?id=659298
* | | Updated Czech translationMarek Černocký2011-09-201-131/+159
| | |
* | | remove release flagGuillaume Desmottes2011-09-191-1/+1
| | |
* | | coding style fixEMPATHY_3_1_92Guillaume Desmottes2011-09-191-1/+1
| | |
* | | prepare 3.1.92Guillaume Desmottes2011-09-192-2/+80
| | |
* | | Use always-writeable and writeable-properties for alias and groupsRaul Gutierrez Segales2011-09-193-22/+83
| | | | | | | | | | | | | | | | | | | | | | | | Folks is in the way of deprecating the folks_persona_store_get_can_{alias,group}_personas methods in favour of directly checking alias and groups properties via folks_persona_store_get_always_writeable_properties and folks_persona_get_writeable_properties.
* | | EmpathyChat: Set slider position after a timeoutXavier Claessens2011-09-191-16/+29
| | | | | | | | | | | | | | | | | | | | | This ensure that the window has resized before setting the position because GtkPaned needs to know its size allocation https://bugzilla.gnome.org/show_bug.cgi?id=632357
* | | Updated British English translationBruce Cowan2011-09-191-135/+156
| | |
* | | Don't assume a connected TpAccount always have a TpConnectionGuillaume Desmottes2011-09-191-14/+7
| | | | | | | | | | | | | | | | | | | | | The connection object may not be there yet if tp-glib is still preparing its features. https://bugzilla.gnome.org/show_bug.cgi?id=659439
* | | Build fixEmilio Pozuelo Monfort2011-09-191-1/+1
| | |
* | | CallWindow: unconditionally connect to notify::call-channelEmilio Pozuelo Monfort2011-09-191-7/+8
| | | | | | | | | | | | | | | | | | | | | Since we can get a new call channel if we e.g. hangup and then call again. https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | | CallWindow: emit tones using MultipleTonesEmilio Pozuelo Monfort2011-09-191-16/+68
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | | Use tp_proxy_prepare_async instead of tp_account_prepare_asyncGuillaume Desmottes2011-09-192-4/+4
| | |
* | | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-1918-41/+41
| | |
* | | Sync with the current GSettings schemas install rule from gsettings.m4 in ↵Antoine Jacoutot2011-09-191-14/+2
|/ / | | | | | | | | | | | | | | glib. See #627126 for details. This allows to properly install gsettings schemas files on BSDs. https://bugzilla.gnome.org/show_bug.cgi?id=659377
* | Updated Swedish translationDaniel Nylander2011-09-191-78/+103
| |
* | Updated Latvian translation.Rudolfs Mazurs2011-09-191-193/+215
| |
* | Updated Turkish translationMuhammet Kara2011-09-191-756/+1428
| |
* | Updated Spanish translationJorge González2011-09-181-12/+11
| |
* | Updated Spanish translationJorge González2011-09-181-69/+98
| |
* | [l10n] Updated German translationMario Blättermann2011-09-181-356/+438
| |
* | Updated Lithuanian translationAurimas Černius2011-09-181-219/+253
| |
* | updated Tamil translationDr.T.Vasudevan2011-09-181-111/+110
| |
* | updated Tamil translationDr.T.Vasudevan2011-09-181-30/+50
| |
* | Updated Bulgarian translationAlexander Shopov2011-09-181-70/+88
| |
* | update Punjabi TranslationA S Alam2011-09-181-2/+2
| |
* | Updated Belarusian translation (some fixes after manual testing).Ihar Hrachyshka2011-09-181-48/+48
| |
* | Updated Punjabi TranslationA S Alam2011-09-181-144/+159
| |
* | Updated Norwegian bokmål translationKjartan Maraas2011-09-171-78/+103
| |
* | Updated Russian translationYuri Myasoedov2011-09-171-175/+212
| |
* | Updated Japanese translationJiro Matsuzawa2011-09-171-863/+1595
| |
* | Updated Portuguese translationDuarte Loreto2011-09-171-799/+1427
| |
* | [l10n] Updated Italian translationMilo Casagrande2011-09-171-132/+153
| |
* | avatar-chooser: disable 'take picture' button if there is no camera connectedGuillaume Desmottes2011-09-161-1/+16
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985
* | avatar-chooser: split creation of the file chooser dialogGuillaume Desmottes2011-09-161-11/+12
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985
* | Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-09-161-69/+91
| |
* | Updated Danish translationKenneth Nielsen2011-09-161-5/+5
| |
* | Updated Danish translationKenneth Nielsen2011-09-161-8/+7
| |
* | Updated Danish translationKenneth Nielsen2011-09-161-816/+1432
| |
* | tp-roomlist: pass self as weak object to ↵Guillaume Desmottes2011-09-161-1/+1
| | | | | | | | | | | | tp_cli_channel_type_room_list_call_list_rooms https://bugzilla.gnome.org/show_bug.cgi?id=658909
* | tp-roomlist: ensure that we stay alive during the create_and_handle_channel ↵Guillaume Desmottes2011-09-161-1/+7
| | | | | | | | | | | | async call https://bugzilla.gnome.org/show_bug.cgi?id=658909
* | Updated French translationBruno Brouard2011-09-161-818/+1435
| |
* | Updated Galician translationsFran Dieguez2011-09-161-68/+89
| |
* | Updated Belarusian translation.Ihar Hrachyshka2011-09-161-61/+81
| |
* | Updated Polish translationPiotr Drąg2011-09-151-61/+81
| |
* | log-window: fix translators commentGuillaume Desmottes2011-09-151-3/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141
* | log-window: properly translate duration stringsGuillaume Desmottes2011-09-151-3/+14
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141
* | Disable contact and contact list search when disconnectedGuillaume Desmottes2011-09-151-1/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655270
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-152-582/+653
| |