Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 5 | -16/+7 |
| | | | | | | | TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | ft-handler: start using TpFTChannel instead of EmpathyTpFile | Jonny Lamb | 2011-11-09 | 3 | -84/+179 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | libempathy: remove empathy-tp-file from headers | Jonny Lamb | 2011-11-09 | 1 | -1/+0 |
| | | | | | | | | This is just a little hack so GEnums aren't created for enums in empathy-tp-file.h. We'll remove the files in a sec but I want to try and avoid breaking bisect. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | call: Fix GstCaps leak | Sjoerd Simons | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | Call: Cope with not having the Channel direclty after startin a call | Sjoerd Simons | 2011-11-08 | 1 | -2/+9 |
| | |||||
* | Use videorate max-rate property | Sjoerd Simons | 2011-11-08 | 1 | -22/+20 |
| | | | | | Using the max-rate property is simpler and less racy, so do that instead. Does require (currently unreleased) gst-plugins-base 0.10.36 | ||||
* | When reset the source remove and re-insert it | Sjoerd Simons | 2011-11-08 | 1 | -7/+16 |
| | | | | | | Setting an element to NULL resets various internal values (the clock, the base time etc). To make sure everything is reset as expected simply yank it from the bin and re-insert it (which will reset the values) | ||||
* | Drop EOS from the src | Sjoerd Simons | 2011-11-08 | 1 | -0/+11 |
| | |||||
* | Don't go asynchronously to paused | Sjoerd Simons | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Ignore dynamic framerate if videomaxrate is missing | Nicolas Dufresne | 2011-11-08 | 1 | -7/+16 |
| | |||||
* | Use framerate range instead of fix range | Nicolas Dufresne | 2011-11-08 | 1 | -6/+4 |
| | | | | | | | Using framerate range reduce the chance that changing the framerate breaks the pipline. We also always set an initial range to support src like videotestsrc that does not allow changing framerate dynamically and would default to a "as fast as possible" mode. | ||||
* | Reset clock after changing video resolution | Nicolas Dufresne | 2011-11-08 | 1 | -0/+8 |
| | | | | | This workaround issue with videotestsrc when the test src does not have a a clock after going to NULL state while changing resolution. | ||||
* | Change element state sink to source | Nicolas Dufresne | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Don't call GTK method from streaming thread | Nicolas Dufresne | 2011-11-08 | 1 | -4/+7 |
| | | | | | Also update from deprecated gst_x_overlay_set_xwindow_id() to gst_x_overlay_set_window_handle(). | ||||
* | Hook resolution change support | Nicolas Dufresne | 2011-11-08 | 1 | -0/+34 |
| | |||||
* | Let set_send_video do it's job | Nicolas Dufresne | 2011-11-08 | 1 | -4/+1 |
| | |||||
* | Check and create video_preview outside camera control | Nicolas Dufresne | 2011-11-08 | 1 | -0/+6 |
| | |||||
* | Add resultion and framerate changing to video src | Nicolas Dufresne | 2011-11-08 | 2 | -0/+58 |
| | |||||
* | Add framerate and resolution change signal | Nicolas Dufresne | 2011-11-08 | 1 | -0/+67 |
| | |||||
* | Don't crash when the buffer has length 0 | Danielle Madeley | 2011-11-07 | 1 | -1/+4 |
| | | | | | Unexpectedly, a 0 length buffer causes gdk_pixbuf_loader_write() to return FALSE without setting @error. Would then segv on error->message. | ||||
* | Make GOA optional again | Danielle Madeley | 2011-11-07 | 3 | -25/+59 |
| | | | | | | | | There is an --disable-goa flag in Empathy's configure, which should be able to disable GOA, except it had been included as a required dependency. This patch makes it completely optional again. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663442 | ||||
* | Add missing AC_MSG_RESULT | Danielle Madeley | 2011-11-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'ui-fixes' | Danielle Madeley | 2011-11-05 | 1 | -0/+6 |
|\ | |||||
| * | dialpad-widget: make grid rows/columns homogeneous | Danielle Madeley | 2011-11-04 | 1 | -0/+2 |
| | | | | | | | | Buttons should all be the same size. | ||||
| * | dialpad-widget: ensure able to show with gtk_widget_show() | Danielle Madeley | 2011-11-04 | 1 | -0/+4 |
| | | | | | | | | | | The child widgets of the dialpad-widget weren't being shown, so the widget required a gtk_widget_show_all() to show up. Unexpected :( | ||||
* | | Updated Galician translations | Fran Diéguez | 2011-11-04 | 1 | -305/+347 |
| | | |||||
* | | Import Facebook and windows Live GOA accounts | Xavier Claessens | 2011-11-04 | 8 | -29/+631 |
| | | | | | | | | | | | | Implement their auth mechanisms Fixes bug #661068 and #652544 | ||||
* | | Fix crash when opening GOA facebook account settings | Xavier Claessens | 2011-11-04 | 1 | -1/+1 |
| | | | | | | | | | | In that case priv->jid_suffix is NULL, so we should not try to call remove_jid_suffix(). | ||||
* | | empathy-auth-client: use a TpSimpleClientFactory | Xavier Claessens | 2011-11-04 | 3 | -12/+15 |
|/ | | | | | This prevent TpBaseClient to create a full TpAccountManager and allow us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts | ||||
* | tls: Cast argument to gcr_simple_certificate_new to avoid compiler warning | Colin Walters | 2011-11-04 | 1 | -1/+1 |
| | | | | Gcr correctly treats these as unsigned. | ||||
* | Fix set-but-not-used build warning | Xavier Claessens | 2011-11-02 | 1 | -2/+2 |
| | |||||
* | Revert "contact-blocking-dialog: use tp-glib high level blocking API" | Guillaume Desmottes | 2011-11-02 | 3 | -161/+319 |
| | | | | | | This reverts commit d8153fa21a7beb4229dbba1810eb8544af91db4f. I was not supposed to commit that yet; the tp-glib API hasn't been released. | ||||
* | contact-blocking-dialog: use tp-glib high level blocking API | Guillaume Desmottes | 2011-11-02 | 3 | -319/+161 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661805 | ||||
* | contact-blocking-dialog: split COL_* enums | Guillaume Desmottes | 2011-11-02 | 1 | -15/+21 |
| | | | | | | We have 2 different models having their own set of columns. https://bugzilla.gnome.org/show_bug.cgi?id=661805 | ||||
* | Updated Turkish translation | Muhammet Kara | 2011-11-02 | 1 | -256/+288 |
| | |||||
* | main-window: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -37/+23 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | individual-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -11/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | dialpad-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -5/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | contact-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 2 | -81/+57 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | account-widget-*: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 13 | -483/+126 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | Ignore generated files from pl doc | Guillaume Desmottes | 2011-11-01 | 1 | -0/+2 |
| | |||||
* | Fix for misaligned 16x16 app icon | Michael Monreal | 2011-11-01 | 2 | -5401/+46 |
| | | | | | | | | The 16x16 app icon that ships with empathy 3.x is missing the upper border because it is shifted one pixel up. I have rearranged the vector image to the baseplate and created a fixed 16x16. https://bugzilla.gnome.org/show_bug.cgi?id=662995 | ||||
* | coding style fix | Guillaume Desmottes | 2011-11-01 | 1 | -2/+2 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-10-30 | 1 | -502/+578 |
| | |||||
* | Added Polish translation of help | Aleksander Łukasiewicz | 2011-10-29 | 2 | -1/+3458 |
| | |||||
* | empathy_account_chooser_set_account: select account later if not ready yet | Guillaume Desmottes | 2011-10-28 | 2 | -34/+28 |
| | | | | | | It's stupid to have to ask to any user of this widget to do this itself. https://bugzilla.gnome.org/show_bug.cgi?id=662604 | ||||
* | account-chooser: factor out select_account() | Guillaume Desmottes | 2011-10-28 | 1 | -11/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662604 | ||||
* | invite-participant-dialog: don't display treeview if no contact list | Guillaume Desmottes | 2011-10-28 | 1 | -2/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843 | ||||
* | add empathy_contact_chooser_show_tree_view() | Guillaume Desmottes | 2011-10-28 | 2 | -5/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843 | ||||
* | Merge branch 'ui-work' | Danielle Madeley | 2011-10-28 | 1 | -34/+17 |
|\ | |||||
| * | accounts-dialog: fix infobar packing issues by porting to GtkGrid | Danielle Madeley | 2011-10-27 | 1 | -34/+17 |
| | | |||||
* | | refilter if the TpConnection of a TpAccount is changed | Guillaume Desmottes | 2011-10-27 | 1 | -0/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | factor out update_account() | Guillaume Desmottes | 2011-10-27 | 1 | -3/+13 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and ↵ | Guillaume Desmottes | 2011-10-27 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES are prepared Most filter will need those. https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | log-window: use empathy_account_chooser_refilter() | Guillaume Desmottes | 2011-10-27 | 1 | -6/+6 |
| | | | | | | | | | | | | It's cleaner than re-setting the same filter function. https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | factor out empathy_account_chooser_refilter() | Guillaume Desmottes | 2011-10-27 | 2 | -5/+13 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | move pre-defined filter at the end of the files | Guillaume Desmottes | 2011-10-27 | 2 | -28/+32 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | account-chooser: replace finalize by dispose | Guillaume Desmottes | 2011-10-27 | 1 | -5/+5 |
| | | | | | | | | | | | | It just unref one object so dispose is the best place. https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | account-chooser: use tp_g_signal_connect_object() | Guillaume Desmottes | 2011-10-27 | 1 | -12/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | account-chooser: use self->priv pattern | Guillaume Desmottes | 2011-10-27 | 2 | -75/+39 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | inline account_chooser_setup() | Guillaume Desmottes | 2011-10-27 | 1 | -136/+129 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | move down empathy_account_chooser_class_init() | Guillaume Desmottes | 2011-10-27 | 1 | -46/+36 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662609 | ||||
* | | account-chooser: port to new coding style | Guillaume Desmottes | 2011-10-27 | 2 | -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 Madeley | 2011-10-27 | 1 | -0/+12 |
|\ | |||||
| * | contact-chooser: refilter when the tmp contacts change capabilities | Danielle Madeley | 2011-10-26 | 1 | -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 loop | Guillaume Desmottes | 2011-10-26 | 3 | -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_cb | Guillaume Desmottes | 2011-10-26 | 1 | -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 one | Guillaume Desmottes | 2011-10-26 | 1 | -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 loop | Guillaume Desmottes | 2011-10-26 | 1 | -3/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662504 | ||||
* | | empathy: rely on gtk_application_add_window() to manage the main loop | Guillaume Desmottes | 2011-10-26 | 3 | -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 translation | Matej Urbančič | 2011-10-26 | 1 | -96/+106 |
| | |||||
* | [l10n]Updated Catalan documentation | Gil Forcada | 2011-10-26 | 1 | -981/+3072 |
| | |||||
* | We need to pass a description to AC_DEFINE | Guillaume Desmottes | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | use g_format_size instead of g_format_size_for_display | Guillaume Desmottes | 2011-10-25 | 1 | -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_decomposition | Guillaume Desmottes | 2011-10-25 | 1 | -8/+1 |
| | | | | | The latter has been deprecated and g_unichar_fully_decompose() is already in 2.30. | ||||
* | Disable GLib deprecation warnings for now | Guillaume Desmottes | 2011-10-25 | 1 | -0/+5 |
| | |||||
* | Include config.h in a bunch of files | Guillaume Desmottes | 2011-10-25 | 4 | -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_display | Guillaume Desmottes | 2011-10-25 | 1 | -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 tooltip | Jovanka Gulicoska | 2011-10-25 | 1 | -4/+8 |
| | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=640846 Signed-off-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | Updated German translation | Christian Kirbach | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | prepare 3.3.1EMPATHY_3_3_1 | Guillaume Desmottes | 2011-10-24 | 2 | -3/+81 |
| | |||||
* | theme-adium: escape the name in actions as well | Guillaume Desmottes | 2011-10-24 | 1 | -3/+3 |
| | |||||
* | ensure that contact_list_store_contact_active_cb isn't called after the ↵ | Guillaume Desmottes | 2011-10-24 | 1 | -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 ids | Guillaume Desmottes | 2011-10-24 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662211 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-24 | 1 | -193/+222 |
| | |||||
* | Updated Persian Translation | Arash Mousavi | 2011-10-24 | 1 | -264/+295 |
| | |||||
* | [l10n]Minor fixes to Catalan translation | Gil Forcada | 2011-10-24 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-24 | 1 | -201/+242 |
| | |||||
* | [l10n] Updated German translation | Paul Seyfert | 2011-10-23 | 1 | -519/+657 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-10-23 | 1 | -3/+3 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-10-22 | 1 | -872/+788 |
| | |||||
* | Merge branch 'balance-errors' | Danielle Madeley | 2011-10-22 | 2 | -9/+103 |
|\ | |||||
| * | display_error: Put 'Close' button on the bottom/end | Danielle Madeley | 2011-10-21 | 1 | -2/+4 |
| | | |||||
| * | Include dbus-reason in signal arguments | Danielle Madeley | 2011-10-21 | 1 | -1/+1 |
| | | |||||
| * | Don't need to prepare balance feature, already prepared by client factory | Danielle Madeley | 2011-10-21 | 1 | -20/+10 |
| | | |||||
| * | Inline assignments are icky; free leaked string | Danielle Madeley | 2011-10-21 | 1 | -3/+5 |
| | | |||||
| * | 'Get Credit' is called 'Top Up' in other parts of the UI | Danielle Madeley | 2011-10-21 | 1 | -1/+1 |
| | | |||||
| * | Show an infobar if there's not enough credit | Emilio Pozuelo Monfort | 2011-10-21 | 2 | -6/+106 |
| | | | | | | | | With a button to buy some if desired. | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2011-10-22 | 1 | -529/+636 |
| | | |||||
* | | Updated POTFILES.in | Piotr Drąg | 2011-10-21 | 1 | -1/+0 |
|/ | |||||
* | Add empathy-contactinfo-utils to POTFILES.in | Danielle Madeley | 2011-10-21 | 1 | -0/+1 |
| | |||||
* | Port contact-widget to contactinfo-utils | Danielle Madeley | 2011-10-21 | 3 | -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-utils | Danielle Madeley | 2011-10-21 | 3 | -15/+72 |
| | | | | | Update empathy-individual-widget for these changes. This comes from the rebase of this branch. | ||||
* | Move empathy-contactinfo-utils to libempathy-gtk | Danielle Madeley | 2011-10-21 | 5 | -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-utils | Danielle Madeley | 2011-10-21 | 1 | -64/+17 |
| | |||||
* | Abstract common contactinfo code into empathy-contactinfo-utils | Danielle Madeley | 2011-10-21 | 3 | -0/+228 |
| | | | | | This handles things like sorting fields and converting field names to human readable names. | ||||
* | Merge branch 'chooser-662250' | Danielle Madeley | 2011-10-21 | 7 | -759/+80 |
|\ | |||||
| * | [contact-chooser] Don't reselect the first match if something else is selected | Danielle Madeley | 2011-10-20 | 1 | -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 entry | Danielle Madeley | 2011-10-20 | 1 | -0/+56 |
| | | |||||
| * | [contact-chooser] emit 'activate' on 'row-activated' as well | Danielle Madeley | 2011-10-20 | 1 | -0/+11 |
| | | | | | | | | This means the selection can be activated when the treeview is focused. | ||||
| * | Swap SMS and Text buttons | Danielle Madeley | 2011-10-20 | 1 | -4/+4 |
| | | | | | | | | The default action should be on the right. | ||||
| * | Fix extra buttons in new-call/message dialogs | Danielle Madeley | 2011-10-20 | 2 | -2/+4 |
| | | | | | | | | This was caused by a missing parameter of gtk_dialog_add_buttons(). | ||||
| * | Remove contact-selector-dialog | Danielle Madeley | 2011-10-20 | 4 | -751/+0 |
| | | | | | | | | It's no longer used. | ||||
* | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-10-21 | 1 | -434/+484 |
| | | |||||
* | | Fix an article in the Hungarian help translation | Gabor Kelemen | 2011-10-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'dialpad-widget' | Danielle Madeley | 2011-10-20 | 7 | -135/+265 |
|\ | |||||
| * | Scroll dialpad entry right as more characters are inserted. | Danielle Madeley | 2011-10-19 | 1 | -0/+1 |
| | | | | | | | | The user wants to see her most recent history, not what she typed in first. | ||||
| * | Move dialpad into a widget of its own | Danielle Madeley | 2011-10-19 | 7 | -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 translation | Kjartan Maraas | 2011-10-20 | 1 | -49/+45 |
|/ | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-10-19 | 1 | -199/+289 |
| | |||||
* | theme_adium_append_message: escape alias before displaying it | Guillaume Desmottes | 2011-10-19 | 1 | -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 contact | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | empathy_new_message_dialog_response: initialize individual | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-18 | 1 | -146/+153 |
| | |||||
* | new-call-dialog: use the self->priv pattern | Guillaume Desmottes | 2011-10-18 | 2 | -32/+31 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981 | ||||
* | new-message-dialog: port to EmpathyContactChooser | Guillaume Desmottes | 2011-10-18 | 2 | -126/+137 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981 | ||||
* | new-call-dialog: port to EmpathyContactChooser | Guillaume Desmottes | 2011-10-18 | 2 | -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 Desmottes | 2011-10-18 | 3 | -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 comment | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981 | ||||
* | invite-participant-dialog: activate the dialog when the chooser is activated | Guillaume Desmottes | 2011-10-18 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993 | ||||
* | contact-chooser: add 'activate' signal | Guillaume Desmottes | 2011-10-18 | 1 | -0/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993 | ||||
* | contact-chooser: when searching, make sure that the first matching item is ↵ | Guillaume Desmottes | 2011-10-18 | 1 | -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 Desmottes | 2011-10-18 | 2 | -0/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-18 | 1 | -171/+240 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-17 | 1 | -45/+33 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-10-17 | 1 | -629/+780 |
| | |||||
* | l10n: updated Italian translation | Luca Ferretti | 2011-10-17 | 1 | -178/+185 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-10-17 | 1 | -182/+482 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2011-10-17 | 1 | -185/+195 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2011-10-16 | 1 | -141/+145 |
| | |||||
* | Updaged Galician translations | Fran Dieguez | 2011-10-15 | 1 | -397/+486 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2011-10-15 | 1 | -334/+424 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-10-15 | 1 | -201/+176 |
| | |||||
* | contact-list: remove favourite API | Guillaume Desmottes | 2011-10-15 | 2 | -57/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-list-store: stop tracking favourite contacts | Guillaume Desmottes | 2011-10-15 | 1 | -26/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-manager: remove unused favourite code | Guillaume Desmottes | 2011-10-15 | 1 | -305/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-list-store: remove 'fake group' code | Guillaume Desmottes | 2011-10-15 | 4 | -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_FAVOURITE | Guillaume Desmottes | 2011-10-15 | 2 | -51/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-10-15 | 1 | -223/+218 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2011-10-15 | 1 | -182/+186 |
| | |||||
* | Mark a forgotten string for translation. | Gabor Kelemen | 2011-10-15 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756 | ||||
* | adium themes: crash less hard when Template.html is missing | Will Thompson | 2011-10-15 | 1 | -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 Properties | Will Thompson | 2011-10-15 | 1 | -263/+5 |
| | | | | Change notification for this is broken in the CMs *anyway*. | ||||
* | TpChat: Use RoomConfig1 and Subject if available | Will Thompson | 2011-10-15 | 1 | -5/+138 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658542 | ||||
* | configure: depend on tp-glib with Subject. | Will Thompson | 2011-10-15 | 1 | -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 Thompson | 2011-10-15 | 1 | -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 Thompson | 2011-10-15 | 3 | -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 translation | Daniel Mustieles | 2011-10-14 | 1 | -198/+274 |
| | |||||
* | Merge remote-tracking branch 'pochu/upgrade-software' | Danielle Madeley | 2011-10-14 | 2 | -0/+136 |
|\ | |||||
| * | Display Upgrade Software errors | Emilio Pozuelo Monfort | 2011-09-05 | 2 | -0/+136 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=644360 Conflicts: libempathy/empathy-utils.c | ||||
* | | Merge remote-tracking branch 'pochu/error-dialog' | Danielle Madeley | 2011-10-14 | 8 | -22/+121 |
|\ \ | |||||
| * | | Set a parent for the error dialog | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
| * | | NewMessageDialog: show an error if starting the channel fails | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+77 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
| * | | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 8 | -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 Madeley | 2011-10-14 | 3 | -3/+9 |
|\ \ | |||||
| * | | CallWindow: correctly detect outgoing calls | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+4 |
| | | | |||||
| * | | Display an accurate error when not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+2 |
| | | | |||||
| * | | Cope with gtk_icon_theme_lookup_icon returning NULL | Sjoerd Simons | 2011-09-05 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch: 'Add top-up link to chat text when there is insufficient credit' | Danielle Madeley | 2011-10-14 | 4 | -3/+78 |
|\ \ | |||||
| * | | EmpathyChat: add a 'Top up' link when there's not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -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_markup | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-theme-adium.c | ||||
| * | | Add empathy_chat_view_append_event_markup | Emilio Pozuelo Monfort | 2011-09-05 | 2 | -0/+22 |
| |/ | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-chat-view.c libempathy-gtk/empathy-chat-view.h | ||||
* | | Improve iain sleeping pattern | Damien Lespiau | 2011-10-14 | 8 | -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 translation | Kjartan Maraas | 2011-10-13 | 1 | -318/+298 |
| | | |||||
* | | Update telepathy-yell | Guillaume Desmottes | 2011-10-13 | 1 | -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 useful | Guillaume Desmottes | 2011-10-13 | 1 | -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 them | Sjoerd Simons | 2011-10-13 | 1 | -2/+2 |
| | | |||||
* | | Don't try to access non-existing properties | Sjoerd Simons | 2011-10-13 | 1 | -5/+20 |
| | | |||||
* | | empathy-call: use dark theme | Guillaume Desmottes | 2011-10-12 | 1 | -0/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661464 | ||||
* | | preferences: don't display variants checkbox if there is no variant | Guillaume Desmottes | 2011-10-12 | 1 | -3/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586 | ||||
* | | Use default variant if we can't find any variants | Guillaume Desmottes | 2011-10-12 | 1 | -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 translation | Muhammet Kara | 2011-10-10 | 1 | -397/+335 |
| | | |||||
* | | Updated Swedish translation | Daniel Nylander | 2011-10-10 | 1 | -330/+330 |
| | | |||||
* | | Updated POTFILES.in | Piotr Drąg | 2011-10-09 | 1 | -1/+0 |
| | | |||||
* | | Updated Esperanto translation | Kristjan SCHMIDT | 2011-10-09 | 1 | -1042/+1573 |
| | | |||||
* | | Updated Lithuanian translation | Algimantas Margevičius | 2011-10-09 | 1 | -337/+341 |
| | | |||||
* | | remove empathy-contact-selector | Guillaume Desmottes | 2011-10-09 | 3 | -550/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | remove empetit | Guillaume Desmottes | 2011-10-09 | 2 | -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 EmpathyContactChooser | Guillaume Desmottes | 2011-10-09 | 1 | -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 entry | Guillaume Desmottes | 2011-10-09 | 2 | -5/+15 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -274/+282 |
| | | |||||
* | | Updated French doc translation | Bruno Brouard | 2011-10-05 | 3 | -69/+86 |
| | | |||||
* | | Updated Slovak translation | Pavol Klačanský | 2011-10-02 | 1 | -1195/+1630 |
| | | |||||
* | | Do not should "password required" if X-TELEPATHY-PASSWORD is not supported | Xavier Claessens | 2011-10-01 | 1 | -4/+25 |
| | | | | | | | | Messenger XMPP only supports auth via an access token, no password | ||||
* | | individual-widget: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | call-window: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 1 | -88/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | streamed-media-window: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 1 | -88/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | contact-selector-dialog: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | empathy-contact-selector-dialog.ui: load/save in Glade | Guillaume Desmottes | 2011-09-29 | 1 | -3/+5 |
| | | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | new-chatroom-dialog: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -25/+20 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | empathy-new-chatroom-dialog.ui: load/save in Glade | Guillaume Desmottes | 2011-09-29 | 1 | -49/+81 |
| | | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | Use new GOA desktop file | Guillaume Desmottes | 2011-09-29 | 1 | -2/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660449 | ||||
* | | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 45 | -190/+93 |
| | | | | | | | | No more ugly marshallers \o/ | ||||
* | | Update Simplified Chinese translation. | Aron Xu | 2011-09-28 | 1 | -178/+197 |
| | | |||||
* | | ft-handler: Use TpFileTransferChannel properties | Guillaume Desmottes | 2011-09-27 | 1 | -15/+17 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | don't connect on the TransferredBytesChanged D-Bus signal | Guillaume Desmottes | 2011-09-27 | 1 | -10/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | remove empathy_tp_file_is_incoming() | Guillaume Desmottes | 2011-09-27 | 3 | -24/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | EmpathyTpFile: inherit from TpFileTransferChannel | Guillaume Desmottes | 2011-09-27 | 6 | -146/+54 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | tp-file: chain up constructed | Guillaume Desmottes | 2011-09-27 | 1 | -0/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | pass to proper user action time when requesting an outgoing FT | Guillaume Desmottes | 2011-09-27 | 6 | -8/+32 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | accounts-dialog: remove useless childs | Guillaume Desmottes | 2011-09-27 | 1 | -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 account | Guillaume Desmottes | 2011-09-26 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124 | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2011-09-26 | 1 | -101/+109 |
| | | |||||
* | | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2011-09-26 | 1 | -896/+1315 |
| | | |||||
* | | e-account-widget-irc: Use a GtkGrid to fix label wrapping | Xavier Claessens | 2011-09-26 | 2 | -52/+49 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | empathy-account: add a --assistant option to force having assistant | Xavier Claessens | 2011-09-26 | 3 | -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 events | Xavier Claessens | 2011-09-26 | 1 | -8/+23 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659807 | ||||
* | | Add /inspector command to show webkit inspector | Xavier Claessens | 2011-09-26 | 3 | -0/+28 |
| | | |||||
* | | remove butterfly-logs-migrated gsettings key | Guillaume Desmottes | 2011-09-26 | 3 | -7/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612555 | ||||
* | | all: remove butterfly workarounds (bgo#612555) | Jonny Lamb | 2011-09-26 | 6 | -362/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | added shortcut ctrl + j for joining a new chat | Bernhard Posselt | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659952 | ||||
* | | CallWindow: drag the video preview smoothly | Emilio Pozuelo Monfort | 2011-09-26 | 1 | -5/+73 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656907 | ||||
* | | CallWindow: show a spinner when switching cameras | Emilio Pozuelo Monfort | 2011-09-26 | 1 | -7/+62 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884 | ||||
* | | RoundedActor: allow to set a different round factor | Emilio Pozuelo Monfort | 2011-09-26 | 2 | -1/+27 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884 | ||||
* | | streamed-media-window: simplify translator context | Guillaume Desmottes | 2011-09-26 | 1 | -4/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144 | ||||
* | | hide notifications options when in Shell | Juan R. Garcia Blanco | 2011-09-26 | 5 | -4/+98 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207 | ||||
* | | remember last account | Juan R. Garcia Blanco | 2011-09-26 | 3 | -0/+76 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=574879 | ||||
* | | release.py: update last_tag_pattern | Guillaume Desmottes | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | Don't try to request a Call channel if built without Call support | Guillaume Desmottes | 2011-09-26 | 1 | -0/+35 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | | Factor out call_new_with_streams() | Guillaume Desmottes | 2011-09-26 | 1 | -5/+22 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | | contact-widget: left align status label | Guillaume Desmottes | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | It's already done that way in individual-widget. https://bugzilla.gnome.org/show_bug.cgi?id=659816 | ||||
* | | remove released flag | Guillaume Desmottes | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.2.0EMPATHY_3_2_0 | Guillaume Desmottes | 2011-09-26 | 2 | -3/+40 |
| | | |||||
* | | Update Czech translation | Petr Kovar | 2011-09-26 | 1 | -175/+165 |
| | | |||||
* | | Updated Aragonese translation | Daniel Martinez Cucalon | 2011-09-26 | 1 | -960/+887 |
| | | |||||
* | | [l10n]Updated Catalan translation | Gil Forcada | 2011-09-26 | 1 | -843/+1439 |
| | | |||||
* | | Updated Irish translation | Seán de Búrca | 2011-09-26 | 1 | -978/+3085 |
| | | |||||
* | | Updated Bulgarian translation | Alexander Shopov | 2011-09-25 | 1 | -150/+150 |
| | | |||||
* | | Updated Indonesian translation | Andika Triwidada | 2011-09-25 | 1 | -255/+304 |
| | | |||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2011-09-25 | 2 | -349/+367 |
| | | |||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-24 | 1 | -4/+4 |
| | | |||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-24 | 1 | -811/+1481 |
| | | |||||
* | | Updated Korean translation | Changwoo Ryu | 2011-09-24 | 1 | -797/+1396 |
| | | |||||
* | | Updated Aragonese translation | Daniel Martinez Cucalon | 2011-09-24 | 1 | -792/+1302 |
| | | |||||
* | | glade: move IRC's expander to the vbox instead of the table | Xavier Claessens | 2011-09-23 | 1 | -130/+168 |
| | | |||||
* | | Glade: GtkGrid does not have n-rows and n-columns properties as GtkTable | Xavier Claessens | 2011-09-23 | 1 | -9/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | Glade: fix sizing in SIP accounts widget | Xavier Claessens | 2011-09-23 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-09-23 | 1 | -177/+198 |
| | | |||||
* | | Updated Thai translation. | Theppitak Karoonboonyanan | 2011-09-23 | 1 | -952/+1504 |
| | |