Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Portuguese translation | Duarte Loreto | 2011-09-17 | 1 | -799/+1427 |
| | |||||
* | [l10n] Updated Italian translation | Milo Casagrande | 2011-09-17 | 1 | -132/+153 |
| | |||||
* | avatar-chooser: disable 'take picture' button if there is no camera connected | Guillaume Desmottes | 2011-09-16 | 1 | -1/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985 | ||||
* | avatar-chooser: split creation of the file chooser dialog | Guillaume Desmottes | 2011-09-16 | 1 | -11/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985 | ||||
* | Updated Brazilian Portuguese translation | Antonio Fernandes C. Neto | 2011-09-16 | 1 | -69/+91 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -5/+5 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -8/+7 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -816/+1432 |
| | |||||
* | tp-roomlist: pass self as weak object to ↵ | Guillaume Desmottes | 2011-09-16 | 1 | -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 Desmottes | 2011-09-16 | 1 | -1/+7 |
| | | | | | | async call https://bugzilla.gnome.org/show_bug.cgi?id=658909 | ||||
* | Updated French translation | Bruno Brouard | 2011-09-16 | 1 | -818/+1435 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-09-16 | 1 | -68/+89 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-16 | 1 | -61/+81 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2011-09-15 | 1 | -61/+81 |
| | |||||
* | log-window: fix translators comment | Guillaume Desmottes | 2011-09-15 | 1 | -3/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141 | ||||
* | log-window: properly translate duration strings | Guillaume Desmottes | 2011-09-15 | 1 | -3/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141 | ||||
* | Disable contact and contact list search when disconnected | Guillaume Desmottes | 2011-09-15 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655270 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-15 | 2 | -582/+653 |
| | |||||
* | Merge remote-tracking branch 'pochu/call-reuse-windows-580794' | Guillaume Desmottes | 2011-09-15 | 5 | -100/+370 |
|\ | |||||
| * | CallWindow: explain call states | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -6/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | Resize the hangup button in ::realize | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -5/+6 |
| | | | | | | | | | | | | So that it's not resized many times. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | CallWindow: display a dialog to accept or reject incoming calls | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -13/+59 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | Let the existing call window know about new incoming calls | Emilio Pozuelo Monfort | 2011-09-08 | 2 | -0/+100 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | Reuse Call windows when possible | Emilio Pozuelo Monfort | 2011-09-08 | 3 | -18/+78 |
| | | | | | | | | | | | | | | | | | | | | If we have a call window opened for a contact and we get an incoming call from the same person, use the existing window instead of creating another one. Based on a patch from Jonathan Tellier. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | Make EmpathyCallFactory an approver | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -0/+98 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | CallFactory: make it a TpBaseClient subclass | Emilio Pozuelo Monfort | 2011-09-08 | 2 | -73/+38 |
| | | | | | | | | | | | | | | So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
* | | Remove unused variables [-Werror=unused-but-set-variable] | Alban Crequy | 2011-09-15 | 2 | -4/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ↵ | Guillaume Desmottes | 2011-09-15 | 1 | -59/+20 |
| | | | | | | | | | | | | | | | | cache GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cache | Guillaume Desmottes | 2011-09-15 | 1 | -64/+21 |
| | | | | | | | | | | | | GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | goa-mc-plugin: do not set the ConnectAutomatically Account property | Guillaume Desmottes | 2011-09-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | GOA accounts should behave like regular TP accounts and so shouldn't connect automatically. https://bugzilla.gnome.org/show_bug.cgi?id=658785 | ||||
* | | Updated Bulgarian translation | Krasimir Chonov | 2011-09-15 | 1 | -780/+1376 |
| | | |||||
* | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-15 | 1 | -131/+146 |
| | | |||||
* | | sasl-handler: only save password if we manage to connect | Guillaume Desmottes | 2011-09-14 | 1 | -22/+34 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659053 | ||||
* | | Update Collabora copyright in About Window | Cosimo Alfarano | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | GOA plugin: only save parameters from GOA accounts | Guillaume Desmottes | 2011-09-14 | 1 | -0/+14 |
| | | | | | | | | | | | | We should let MC deal with normal accounts. https://bugzilla.gnome.org/show_bug.cgi?id=658895 | ||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -263/+143 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1032/+1703 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-09-14 | 1 | -65/+68 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -140/+164 |
| | | |||||
* | | individual-widget: use GtkGrid instead of GtkTable internally | Cosimo Cecchi | 2011-09-13 | 1 | -125/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmpathyIndividualWidget (used both in the contact information dialogs and in the tooltips) use a GtkTable internally to layout contact details. GtkTable is being deprecated, and does not correctly support width-for-height size negotiation. So, there are cases where we get funny overallocations bugs for wrapping GtkLabels; this is especially annoying for tooltips, as they tend to grow huge vertically. Porting the code to use a better container such as GtkGrid solves the bug. This patch does not cover all the use of GtkTable in EmpathyIndividualWidget, but enough to fix the tooltip sizing. https://bugzilla.gnome.org/show_bug.cgi?id=658857 | ||||
* | | AccountChooser: don't return garbage from _set_account | Will Thompson | 2011-09-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Previously, the 'set' field of the stack-allocated 'data' structure was not initialized. It's explicitly set to TRUE if the account is found, but never otherwise set; so if the account is not found, this function returned random garbage. Reviewed-by: Xavier Claessens <xclaesse@gmail.com> | ||||
* | | notifications-approver: move translators comment right before the string | Guillaume Desmottes | 2011-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866 | ||||
* | | theme-adium: ensure we always use the same color when sending messages | Guillaume Desmottes | 2011-09-13 | 1 | -4/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658821 | ||||
* | | rename text/{persona,individual}-id as they are not standard | Guillaume Desmottes | 2011-09-13 | 3 | -8/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648315 | ||||
* | | update Simplified Chinese (zh_CN) translation; fix format | Yinghua Wang | 2011-09-13 | 1 | -574/+634 |
| | | |||||
* | | individual-manager: Port to the new individuals_changed_detailed signal | Philip Withnall | 2011-09-13 | 2 | -10/+27 |
| | | | | | | | | Closes: bgo#657746 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-13 | 1 | -124/+132 |
| | | |||||
* | | Updated Swedish translation | Daniel Nylander | 2011-09-12 | 1 | -140/+152 |
| | | |||||
* | | individual-manager: dup the Individual ID instead of borrowing it | Guillaume Desmottes | 2011-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | It's not immutable any more so we have to copy the string. https://bugzilla.gnome.org/show_bug.cgi?id=658573 | ||||
* | | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-12 | 1 | -784/+913 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-11 | 1 | -65/+63 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-10 | 1 | -5/+5 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-09-10 | 1 | -69/+80 |
| | | |||||
* | | Updated galician translations | Fran Dieguez | 2011-09-10 | 1 | -125/+137 |
| | | |||||
* | | Updated Czech translation | Marek Černocký | 2011-09-10 | 1 | -84/+81 |
| | | |||||
* | | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-10 | 1 | -138/+156 |
| | | |||||
* | | update PunjabiTranslation | A S Alam | 2011-09-09 | 1 | -530/+597 |
| | | |||||
* | | Updated galician translations for docs | Fran Dieguez | 2011-09-09 | 1 | -1112/+3472 |
| | | |||||
* | | Updated Brazilian Portuguese translation. | Antonio Fernandes C. Neto | 2011-09-09 | 1 | -138/+160 |
| | | |||||
* | | dup_color_balance: check that element currently implements GstColorBalance | Guillaume Desmottes | 2011-09-09 | 1 | -0/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | | video-src: factor out dup_color_balance() | Guillaume Desmottes | 2011-09-09 | 1 | -24/+23 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | | Because we like whales | Xavier Claessens | 2011-09-09 | 1 | -2/+43 |
| | | |||||
* | | individual_store_remove_individual: ensure that the store stays alive during ↵ | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644 | ||||
* | | contact_list_store_remove_contact: ensure that the store stays alive during ↵ | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644 | ||||
* | | Require Clutter 1.7 for empathy-call | Emilio Pozuelo Monfort | 2011-09-09 | 1 | -1/+2 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-09-09 | 1 | -250/+300 |
| | | |||||
* | | [l10n] Updated Italian translation | Milo Casagrande | 2011-09-09 | 1 | -807/+1398 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-09-09 | 1 | -792/+1370 |
| | | |||||
* | | Added British English translation | Bruce Cowan | 2011-09-08 | 1 | -837/+1418 |
| | | |||||
* | | factor out empathy_get_tp_contact_for_individual | Guillaume Desmottes | 2011-09-08 | 3 | -29/+44 |
| | | |||||
* | | Merge branch '657335-Preferences-Calls-Tab' | Will Thompson | 2011-09-08 | 1 | -112/+114 |
|\ \ | |||||
| * | | Preferences: explain what echo cancellation means | Will Thompson | 2011-09-06 | 1 | -1/+42 |
| | | | |||||
| * | | Preferences: reindent .ui file for Theme tab | Will Thompson | 2011-09-06 | 1 | -92/+92 |
| | | | | | | | | | | | | There are no XML changes in this commit, just indentation changes. | ||||
| * | | Preferences: remove Appearance label in Themes tab. | Will Thompson | 2011-09-06 | 1 | -40/+1 |
| | | | | | | | | | | | | | | | | | | This label doesn't add anything, so I removed it. The indentation is weird because I hand-edited the Glade file to show that nothing's really changed: I'll reindent it in the next patch. | ||||
| * | | Call preferences: add colons to labels | Will Thompson | 2011-09-06 | 1 | -2/+2 |
| | | | |||||
* | | | log-window: sort "Who" list store alphabetically | Jussi Kukkonen | 2011-09-08 | 1 | -11/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently "Who"-list is sorted with "g_strcmp0 (name)" which is not what we want (e.g. "Chris" becomes before "bob" because of the initial capital letter). Start sorting using g_utf8_collate_key(). https://bugzilla.gnome.org/show_bug.cgi?id=658336 | ||||
* | | | Update Finnish translation | Timo Jyrinki | 2011-09-08 | 1 | -1066/+1899 |
| | | | |||||
* | | | Updated Czech translation | Marek Černocký | 2011-09-08 | 1 | -686/+821 |
| | | | |||||
* | | | Updated Russian translation | Yuri Myasoedov | 2011-09-08 | 1 | -89/+100 |
| | | | |||||
* | | | Updated asturian translation | Xandru Armesto | 2011-09-07 | 1 | -1009/+2034 |
| | | | |||||
* | | | Updated Indonesian translation | Andika Triwidada | 2011-09-07 | 1 | -523/+544 |
| | | | |||||
* | | | update_geocode: don't try to get position if location is empty | Guillaume Desmottes | 2011-09-07 | 1 | -1/+2 |
| | | | | | | | | | | | | geocode-glib won't be able to much if contact's location dict is empty. | ||||
* | | | Updated galician translations | Fran Dieguez | 2011-09-07 | 1 | -18/+29 |
| | | | |||||
* | | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-07 | 1 | -17/+27 |
| | | | |||||
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-07 | 1 | -46/+56 |
| | | | |||||
* | | | [l10n] Updated German doc translation | Mario Blättermann | 2011-09-07 | 1 | -447/+470 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2011-09-07 | 1 | -85/+97 |
| | | | |||||
* | | | ContactSelector: mark standard action as the default. | Will Thompson | 2011-09-07 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows Gtk+ to style the button differently to indicate that it will be pressed when the user hits Enter; it also fixes hitting enter in the New Conversation dialog, which does not consider GTK_RESPONSE_ACCEPT to be a reasonable response and ignores it. So we get a bug fix and better styling in exchange for less code! https://bugzilla.gnome.org/show_bug.cgi?id=658343 | ||||
* | | | IndividualManager: disconnect handler from aggregator | Will Thompson | 2011-09-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the handler for FolksIndividualAggregator::individuals-changed was never disconnected; thus it could be called after EmpathyIndividualManager dies (if its aggregator outlives it), and crash us. https://bugzilla.gnome.org/show_bug.cgi?id=658340 | ||||
* | | | use champlain 0.12 | Guillaume Desmottes | 2011-09-07 | 1 | -4/+2 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658341 | ||||
* | | | import: prevent haze to be used for irc | Alban Browaeys | 2011-09-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Prevent haze to be used for irc even if sole connection manager to support it. Reworked by Guillaume Desmottes <gdesmott@gnome.org> . https://bugzilla.gnome.org/show_bug.cgi?id=657818 | ||||
* | | | individual-store: use Folks directly to watch is-favourite changes | Guillaume Desmottes | 2011-09-07 | 1 | -20/+18 |
| | | | | | | | | | | | | | | | We already use it to check if a contact is in favourite or not. The contact manager should probably be killed at some point any way. | ||||
* | | | Updated POTFILES.in | Piotr Drąg | 2011-09-06 | 1 | -1/+0 |
| | | | |||||
* | | | TpChat: don't crash with broken TpProperties implementations | Will Thompson | 2011-09-06 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I forgot to take the Telepathy.Properties interface out of Gabble when I removed Telepathy.Properties support from it. So Empathy called ListProperties() on it anyway: fine, you might think, except the callback set priv->had_properties_list to TRUE even if the method returned an error. empathy_tp_chat_set_property() and empathy_tp_chat_get_property() assume that if priv->had_properties_list is TRUE, priv->properties is not NULL. While I hope that we can delete this code entirely pretty soon, getting this crash fix in seems like a good idea. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Merge branch 'remove-cc-plugin' | Danielle Madeley | 2011-09-06 | 5 | -413/+0 |
|\ \ | |||||
| * | | Remove control centre plugin | Danielle Madeley | 2011-09-02 | 5 | -413/+0 |
| | | | | | | | | | | | | | | | GNOME no longer supports control centre plugins, and it was decided at the hackfest that empathy-accounts should not appear in the control centre. | ||||
* | | | remove release flag | Guillaume Desmottes | 2011-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | prepare 3.1.91EMPATHY_3_1_91 | Guillaume Desmottes | 2011-09-06 | 2 | -3/+43 |
| | | | |||||
* | | | Updated Persian translation | Arash Mousavi | 2011-09-06 | 1 | -2/+2 |
| | | | |||||
* | | | Updated Persian translation | Arash Mousavi | 2011-09-06 | 1 | -580/+616 |
| | | | |||||
* | | | build fix | Guillaume Desmottes | 2011-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | How did I end up commiting this without the ';'?? | ||||
* | | | empathy_contact_dup_from_folks_individual: add a debug msg if no contact is ↵ | Guillaume Desmottes | 2011-09-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | found In most cases that's probably either an Empathy or Folks issue, so it's good to have some info to help debugging. | ||||
* | | | empathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel | Guillaume Desmottes | 2011-09-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | We can't integrate with GNOME control center any more. https://bugzilla.gnome.org/show_bug.cgi?id=658254 | ||||
* | | | don't leak the keys returned by g_key_file_get_keys() | Guillaume Desmottes | 2011-09-06 | 1 | -0/+2 |
| | | | |||||
* | | | mcp_account_manager_goa_get: rename 'n' to nkeys | Guillaume Desmottes | 2011-09-06 | 1 | -6/+3 |
| | | | |||||
* | | | Store variable parameters to a key file | Guillaume Desmottes | 2011-09-06 | 1 | -7/+124 |
| | | | |||||
* | | | watch for chat properties change to detect if Chat has enabled/disabled | Guillaume Desmottes | 2011-09-06 | 1 | -19/+19 |
| | | | |||||
* | | | set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction | Guillaume Desmottes | 2011-09-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | We can't change the 'Chat' switch on the GOA account so user will have to use GOA to enable/disable the TP account. | ||||
* | | | Remove old Facebook code | Guillaume Desmottes | 2011-09-06 | 1 | -42/+4 |
| | | | | | | | | | | | | Add a TODO for now. | ||||
* | | | watch for Chat feature changes to enable/disable the account | Guillaume Desmottes | 2011-09-06 | 1 | -23/+18 |
| | | | |||||
* | | | mcp_account_manager_goa_set: pretend we save everything | Guillaume Desmottes | 2011-09-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | No doing it result in MC saving the keys in accounts.cfg and so duplicating the account. | ||||
* | | | Enable TP account only if Chat has been turned on in GOA | Guillaume Desmottes | 2011-09-06 | 1 | -22/+6 |
| | | | |||||
* | | | store the GoaObject rather than the GoaAccount | Guillaume Desmottes | 2011-09-06 | 1 | -11/+17 |
| | | | | | | | | | | | | We need to keep the GoaObject to check if Chat is enabled on it. | ||||
* | | | Add params fallback-servers, extra-certificate-identities and require-encryption | Danielle Madeley | 2011-09-06 | 1 | -0/+6 |
| | | | |||||
* | | | Document hashtable allocation/reffing | Danielle Madeley | 2011-09-06 | 1 | -1/+4 |
| | | | |||||
* | | | Track accounts created and destroyed from GOA | Danielle Madeley | 2011-09-06 | 1 | -2/+32 |
| | | | |||||
* | | | Support launching GNOME Online Accounts in empathy-accounts | Danielle Madeley | 2011-09-06 | 1 | -7/+65 |
| | | | |||||
* | | | Initial work on a GNOME Online Accounts Mission Control plugin | Danielle Madeley | 2011-09-06 | 6 | -1/+634 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2011-09-06 | 1 | -57/+114 |
| | | | |||||
* | | | help/share-desktop: Updated and improved wording | Ekaterina Gerasimova | 2011-09-06 | 1 | -21/+35 |
| | | | | | | | | | | | | | | | | | | Changed "desktop viewing application" to "desktop sharing application" when talking about a VNC server. Simplified language, improved grammar and word order. | ||||
* | | | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-06 | 1 | -273/+312 |
| | | | |||||
* | | | Updated galician translations | Fran Dieguez | 2011-09-05 | 1 | -205/+231 |
| | | | |||||
* | | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-04 | 1 | -48/+48 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2011-09-04 | 1 | -24/+18 |
| | | | |||||
* | | | help/irc-manage: Add install link for telepathy-idle | Shaun McCance | 2011-09-04 | 1 | -0/+6 |
| | | | |||||
* | | | main-window: add back the primary-toolbar hint | Cosimo Cecchi | 2011-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657956 | ||||
* | | | log-window: add the "raised" style class to the account chooser | Cosimo Cecchi | 2011-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | So that it raises up from the toolbar below. https://bugzilla.gnome.org/show_bug.cgi?id=657954 | ||||
* | | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-03 | 1 | -171/+196 |
| |/ |/| | |||||
* | | Use format-justify-fill everywhere | Emilio Pozuelo Monfort | 2011-09-02 | 1 | -2/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657843 | ||||
* | | LogWindow: fix toolbar icons | Emilio Pozuelo Monfort | 2011-09-02 | 1 | -2/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657843 | ||||
* | | log-window: align the account chooser and search widget | Guillaume Desmottes | 2011-09-02 | 1 | -0/+26 |
| | | | | | | | | | | | | | | Center the account chooser and align the search widget to the right of the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=657842 | ||||
* | | empathy_connection_can_*_personas: check if connection is connected | Guillaume Desmottes | 2011-09-02 | 1 | -0/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657266 | ||||
* | | Fixes a segfault in empathy-individual-store.c | Cosimo Alfarano | 2011-09-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | When a contact cannot be obtained from an individual, icon_name and contact will be NULL, leading to g_hash_table_lookup for a NULL-value, segfaulting. Although there's probably an underlying error somewhere, the NULL case should be handled, being a valid return value for the method; https://bugzilla.gnome.org/show_bug.cgi?id=657914 | ||||
* | | Updated Tamil translation | Dr.T.Vasudevan | 2011-09-02 | 1 | -790/+1383 |
| | | |||||
* | | Updated Tamil translation | Dr.T.Vasudevan | 2011-09-02 | 1 | -2/+2 |
|/ | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2011-09-02 | 1 | -831/+906 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2011-09-02 | 1 | -220/+181 |
| | |||||
* | build: fix typo in configure summary | Cosimo Cecchi | 2011-09-01 | 1 | -1/+1 |
| | | | | | | Geocode support uses geocode-glib, not geoclue. https://bugzilla.gnome.org/show_bug.cgi?id=657087 | ||||
* | Updated Swedish translation | Daniel Nylander | 2011-09-01 | 1 | -184/+213 |
| | |||||
* | Updated Brazilian Portuguese translation. | Antonio Fernandes C. Neto | 2011-09-01 | 1 | -179/+206 |
| | |||||
* | Merge branch 'timezones-656189' | Danielle Madeley | 2011-09-01 | 1 | -3/+3 |
|\ | |||||
| * | Use g_date_time_new_from_unix_local() to read timestamps from logger | Danielle Madeley | 2011-08-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | g_date_time_new_from_unix_local() reads a Unix timestamp (which is defined to be in UTC) and sets the timezone for the GDateTime to be the local timezone. Thus when we format it, we get times in local time. g_date_time_new_from_unix_utc() is not correct, because it sets the timezone to UTC. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656189 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-01 | 1 | -169/+194 |
| | | |||||
* | | Correct grouping in the hostname regexp | Sjoerd Simons | 2011-08-31 | 1 | -3/+4 |
| | | | | | | | | | | | | | | Correctly group our subregexp otherwise hostnames like the following won't be recognized due to the way things expand: a.com example.c-om | ||||
* | | CallWindow: make video buttons unsensitive when video not supported | Emilio Pozuelo Monfort | 2011-08-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | | If we're calling an audio-only contact, make the camera buttons unsensitive. https://bugzilla.gnome.org/show_bug.cgi?id=656871 | ||||
* | | remove released flag | Guillaume Desmottes | 2011-08-31 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.1.90.1EMPATHY_3_1_90_1 | Guillaume Desmottes | 2011-08-31 | 2 | -2/+21 |
| | | |||||
* | | build: use an autoconf macro to get to -lm | Frédéric Péters | 2011-08-31 | 3 | -3/+6 |
|/ | |||||
* | Updated Spanish translation | Jorge González | 2011-08-31 | 1 | -131/+138 |
| | |||||
* | CallWindow: destroy the preview clone when restarting the pipeline | Emilio Pozuelo Monfort | 2011-08-30 | 1 | -6/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656886 | ||||
* | Don't update presence on session changes if the Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -20/+27 |
| | | | | | | The Shell does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=656631 | ||||
* | fix typo | Guillaume Desmottes | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | build: remove -enumtypes rules | Frédéric Péters | 2011-08-30 | 1 | -18/+0 |
| | |||||
* | build: add -lm where required | Frédéric Péters | 2011-08-30 | 2 | -2/+3 |
| | |||||
* | Don't set presence to offline when Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -4/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656632 | ||||
* | CallWindow: don't spit unnecessary criticals | Emilio Pozuelo Monfort | 2011-08-30 | 1 | -2/+2 |
| | | | | | | | There's no guarantee that an actor has an allocation all the time, so gracefully handle the case when it doesn't. https://bugzilla.gnome.org/show_bug.cgi?id=656911 | ||||
* | Save the video preview position in gsettings | Emilio Pozuelo Monfort | 2011-08-30 | 2 | -0/+20 |
| | | | | | | And place it in the last used position when starting a new call. https://bugzilla.gnome.org/show_bug.cgi?id=656889 | ||||
* | don't create the status icon if GNOME Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -2/+48 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944 | ||||
* | remove released flag | Guillaume Desmottes | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | coding style fixEMPATHY_3_1_90 | Guillaume Desmottes | 2011-08-29 | 2 | -3/+3 |
| | |||||
* | prepare 3.1.90 | Guillaume Desmottes | 2011-08-29 | 2 | -3/+42 |
| | |||||
* | Merge branch 'account-widget-657616' | Guillaume Desmottes | 2011-08-29 | 1 | -0/+10 |
|\ | |||||
| * | account-widget-local-xmpp: put all the labels in a GtkSizeGroup | Guillaume Desmottes | 2011-08-29 | 1 | -0/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657616 | ||||
* | | contact list: optimize loading contacts | Alban Crequy | 2011-08-29 | 2 | -194/+220 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous algorithm was O(n^2) with the number of contacts. Each contact can be in several groups, so when a contact is added or updated, we iterated over all the contact list to find the rows representing the contact. When connecting to an account and getting all the contacts, this was too slow. The groups are stored in the GtkTreeStore and suffer from the same problem: to look for a group, it needed to iterate on all contacts. The new algorithm maintains a hash from the contact to the list of rows representing it, and another hash from the group to the row representing it. On Empathy 2.30.2 when tested on MeeGo with 300 contacts, loading the contacts is faster: roughly 9 seconds before the patch, 3 seconds after. On Empathy 3.1.5, it seems to load in background so I don't know how to measure the time lost in GtkTreeStore. But before the patch, GProf says 23% is lost in individual_store_find_contact_foreach(), and after the patch it is not visible anymore. And "time" says we win 5s of CPU when starting+quitting Empathy: Before the patch: After the patch: real 0m23.485s real 0m23.460s user 0m13.805s user 0m8.305s sys 0m0.308s sys 0m0.316s https://bugzilla.gnome.org/show_bug.cgi?id=657086 | ||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2011-08-29 | 2 | -1090/+1258 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-08-29 | 1 | -34/+49 |
|/ | |||||
* | contact-widget: use the day-selected sig to update birthday | Guillaume Desmottes | 2011-08-29 | 1 | -1/+1 |
| | | | | | Having to double click on a day to update it was really confusing and most people (including me!) were just thinking that was not working. | ||||
* | Allow to call phone number of contacts | Guillaume Desmottes | 2011-08-29 | 3 | -1/+212 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | add EmpathyAccountSelectorDialog | Guillaume Desmottes | 2011-08-29 | 3 | -0/+268 |
| | | | | | | Dialog asking user to pick an account from a pre-defined list. https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | export empathy_account_has_uri_scheme_tel() | Guillaume Desmottes | 2011-08-29 | 3 | -22/+25 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | chatroom_manager_parse_chatroom: check account path is valid | Guillaume Desmottes | 2011-08-29 | 1 | -2/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657362 | ||||
* | Updated galician translations | Fran Dieguez | 2011-08-28 | 1 | -5/+5 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-08-28 | 1 | -746/+882 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2011-08-27 | 1 | -833/+1427 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-08-27 | 1 | -53/+59 |
| | |||||
* | Don't leak FDs when loading avatars. | Will Thompson | 2011-08-26 | 1 | -5/+5 |
| | | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | Move the 'Show previous conversation' menu entry | Guillaume Desmottes | 2011-08-26 | 2 | -15/+15 |
| | | | | It used to be right in the middle of actions on the contact. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-26 | 1 | -4/+4 |
| | |||||
* | Fix unclear string in avatar chooser | Milo Casagrande | 2011-08-26 | 1 | -1/+1 |
| | | | | | | * Fix an unclear error string in the avatar chooser when saving camera taken image to file. Fixes bug #657166 | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2011-08-26 | 1 | -1646/+3194 |
| | |||||
* | Configure: produce useful dependency errors | Will Thompson | 2011-08-25 | 1 | -12/+36 |
| | | | | | | | | I discovered that PKG_CHECK_MODULES sets a variable if the dependencies aren't found containing the message it would have died with if you hadn't specified ACTION-IF-NOT-FOUND. So this gives us better output, without breaking opportunistically adding Call (etc.) support (as I did). | ||||
* | Revert "configure: simplify error path in --enable-call" | Will Thompson | 2011-08-25 | 1 | -1/+4 |
| | | | | | This reverts commit a7c8e72c9c4daa5a4830bad4ab6baa500106b3b4. It accidentally made not specifying an option equivalent to --enable-call. | ||||
* | configure: simplify error path in --enable-call | Will Thompson | 2011-08-25 | 1 | -4/+1 |
| | | | | | | | PKG_CHECK_MODULES raises a fatal error if you don't specify an ACTION-IF-NOT-FOUND, telling the developer which modules are missing. So we can simplify the configure script *and* give a more helpful error message. | ||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2011-08-25 | 1 | -527/+597 |
| | |||||
* | src: install empathy-main-window-menubar.ui | Raluca Elena Podiuc | 2011-08-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | empathy-main-window-menubar.ui was added in this commit: 1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit commit 1ad15d157971b6550cb11787a03463e891d29364 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Aug 23 14:08:18 2011 +0200 Move main window's UI manager to its own UI file Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. But was not marked to be installed. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271 | ||||
* | Updated Galician translations | Fran Dieguez | 2011-08-25 | 1 | -344/+365 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-08-25 | 1 | -318/+328 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-25 | 1 | -12/+16 |
| | |||||
* | Do not auto-accept publish requests if contact is not subscribed | Xavier Claessens | 2011-08-24 | 1 | -2/+8 |
| | | | | Fixes bug #657173 | ||||
* | account-widget-sip: add option to mark account as being able to call phones | Guillaume Desmottes | 2011-08-24 | 2 | -1/+40 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | widget-sip: load/save file in Glade | Guillaume Desmottes | 2011-08-24 | 1 | -18/+73 |
| | | | | | | No change has been done, this is just to keep commits simpler. https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | account-widget: add empathy_account_widget_get_settings() | Guillaume Desmottes | 2011-08-24 | 2 | -0/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | account-settings: add API to set 'tel' in the URISchemes property of the account | Guillaume Desmottes | 2011-08-24 | 2 | -0/+71 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-24 | 1 | -333/+340 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-08-24 | 1 | -194/+211 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-08-24 | 1 | -700/+515 |
| | |||||
* | libempathy-gtk: Explicitly close the input stream used for reading avatars | Philip Withnall | 2011-08-24 | 1 | -0/+20 |
| | | | | | | | | | | | | Due to a missing unref in GIO, the input stream is leaked by GFileIcon, so if we rely on its FD being implicitly closed when the stream is finalised, we'll end up leaking (lots of) file descriptors. As well as fixing the unref in GIO (see: bgo#657206), we now explicitly close the input stream so that even if the stream object is leaked, the FD isn't. Closes: bgo#656682 | ||||
* | main-window.ui: load and save the file in Glade | Guillaume Desmottes | 2011-08-23 | 1 | -81/+83 |
| | | | | | No change has been made, this is just to reduce the size of diff in future commits. | ||||
* | Move main window's UI manager to its own UI file | Guillaume Desmottes | 2011-08-23 | 4 | -317/+331 |
| | | | | | Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. | ||||
* | main-window: remove the throbber tooltip | Guillaume Desmottes | 2011-08-23 | 1 | -1/+0 |
| | | | | | | Clicking on it doesn't open the accounts dialog any more. https://bugzilla.gnome.org/show_bug.cgi?id=657105 | ||||
* | geocode: fix uninitialized variable (-Werror=uninitialized) | Alban Crequy | 2011-08-23 | 1 | -1/+1 |
| | |||||
* | Add a configure option for GProf | Alban Crequy | 2011-08-23 | 1 | -0/+12 |
| | | | | | It should help to investigate https://bugzilla.gnome.org/show_bug.cgi?id=657086 | ||||
* | Merge branch 'search-bar' | Jonny Lamb | 2011-08-23 | 1 | -16/+27 |
|\ | |||||
| * | search-bar: shorten labels to just Next & Previous | Jonny Lamb | 2011-08-22 | 1 | -3/+6 |
| | | | | | | | | | | | | The verb, "Find", is already present on the left of the entry. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: use smaller icons | Jonny Lamb | 2011-08-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: make close button non-important stock gtk-close | Jonny Lamb | 2011-08-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | This has the much nicer side-effect that if it gets thrown off the side because it doesn't have enough room, the icon and label will be shown in the expander. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: move close button to RHS | Jonny Lamb | 2011-08-22 | 1 | -12/+21 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | widget-irc: quit message entry shouldn't be invisible | Guillaume Desmottes | 2011-08-23 | 1 | -3/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657104 | ||||
* | | Updated Dutch translation by Wouter Bolsterlee | Wouter Bolsterlee | 2011-08-23 | 1 | -146/+159 |
|/ | |||||
* | EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ↵ | Xavier Claessens | 2011-08-22 | 1 | -0/+4 |
| | | | | ignore it | ||||
* | contact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar | Guillaume Desmottes | 2011-08-22 | 1 | -1/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656829 | ||||
* | Move live search to top of Contact list | Guillaume Desmottes | 2011-08-22 | 2 | -2/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656999 | ||||
* | Freenode has added 6697 to the list of SSL ports | Debarshi Ray | 2011-08-22 | 1 | -0/+1 |
| | | | | | | | The list of servers and port numbers for Freenode are given at: http://freenode.net/irc_servers.shtml Fixes: https://bugzilla.gnome.org/642385 | ||||
* | remove released flag | Guillaume Desmottes | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | add empathy-webkit-utils.c to POTFILES.inEMPATHY_3_1_5_1 | Guillaume Desmottes | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | prepare 3.1.5.1 | Guillaume Desmottes | 2011-08-22 | 2 | -2/+45 |
| | |||||
* | Don't assume that all FolksIndividuals have a corresponding EmpathyContact. | Travis Reitter | 2011-08-22 | 2 | -17/+25 |
| | | | | | | | Closes: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a valid TpContact Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Don't assume that all TpfPersonas contain valid TpContacts | Travis Reitter | 2011-08-22 | 9 | -116/+203 |
| | | | | | | | Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a valid TpContact Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Merge remote-tracking branch 'pochu/preview-position' | Jonny Lamb | 2011-08-22 | 1 | -1/+6 |
|\ | |||||
| * | CallWindow: correctly position the preview when dragging | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -1/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656887 | ||||
* | | Merge remote-tracking branch 'pochu/request-message' | Jonny Lamb | 2011-08-22 | 3 | -3/+63 |
|\ \ | |||||
| * | | Hide the request message entry if it can't be used | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -8/+30 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | EmpathyContactListFlags: add _MESSAGE_ADD flag | Emilio Pozuelo Monfort | 2011-08-20 | 2 | -0/+5 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | Set the scrolled window shadow type to Etched in | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | Allow to specify the subscription request message | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -3/+34 |
| |/ | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
* | | Update Simplified Chinese translation. | Aron Xu | 2011-08-21 | 1 | -380/+400 |
| | | |||||
* | | Fix call-event.h detection | Laurent Bigonville | 2011-08-19 | 1 | -0/+3 |
|/ | | | | | | | Correctly set the LDFLAGS from EMPATHY_LDFLAGS so AC_CHECK_HEADER can find call-event.h https://bugzilla.gnome.org/show_bug.cgi?id=656908 | ||||
* | CameraMenu: don't change the device if it's the current one | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656885 | ||||
* | Flip the preview in RoundedTexture->paint() | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -19/+4 |
| | | | | | | | | We can't flip the preview clone that we're dragging because of https://bugzilla.gnome.org/show_bug.cgi?id=656894, so directly paint it flipped. Partly fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656887 | ||||
* | CallWindow: make the preview button reactive | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+1 |
| | | | | | | | So it reacts to click events. Otherwise the video preview, which is reactive, will get all the events. https://bugzilla.gnome.org/show_bug.cgi?id=656888 | ||||
* | contact-chooser: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866 | ||||
* | main-window: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -12/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866 | ||||
* | Reset all the necessary elements when switching cameras | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -2/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CallWindow: make empathy_call_window_play_camera() public | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -4/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CallWindow: make the rectangles have rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -14/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | Add a rectangle actor with rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 3 | -0/+210 |
| | | | | | | | This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: make the info buttons rounded | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -4/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: round the video preview corners | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | Add a ClutterTexture subclass with rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 3 | -0/+134 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: don't hide the toolbar when not in a call | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -1/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656566 | ||||
* | Merge branch 'trivia' | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
|\ | |||||
| * | [log-window] Change Quit for Close | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
| | | |||||
* | | rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCE | Guillaume Desmottes | 2011-08-19 | 2 | -28/+11 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | tp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES | Guillaume Desmottes | 2011-08-19 | 1 | -35/+13 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | new-message-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | ft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES | Guillaume Desmottes | 2011-08-19 | 1 | -17/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | new-call-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+17 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES https://bugzilla.gnome.org/show_bug.cgi?id=656831 |