Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Slovenian translation | Matej Urbančič | 2012-02-03 | 1 | -51/+91 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-02-02 | 1 | -51/+100 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-02-02 | 1 | -32/+37 |
| | |||||
* | presence-manager: stop watching connectivity changes | Guillaume Desmottes | 2012-02-02 | 1 | -67/+3 |
| | | | | | | | | | | Mission-Control does it for us now (thanks Will!). We don't remove empathy-connectivity yet because some Empathy components still rely on it to display the status of the network. Ideally, this could be exposed by MC as well (fdo #45126). https://bugzilla.gnome.org/show_bug.cgi?id=668498 | ||||
* | Chat: show who changed the subject | Will Thompson | 2012-02-02 | 3 | -2/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669177 | ||||
* | Updated Telugu Translation | Praveen Illa | 2012-01-31 | 1 | -962/+1143 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-01-31 | 1 | -15/+12 |
| | |||||
* | preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN | Guillaume Desmottes | 2012-01-31 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=666522 | ||||
* | individual_view_drag_end: remove the auto scroll | Guillaume Desmottes | 2012-01-31 | 1 | -0/+6 |
| | | | | | | | This ensures that we'll stop scrolling if the DnD operation hasn't been completed. https://bugzilla.gnome.org/show_bug.cgi?id=662916 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-01-31 | 1 | -13/+63 |
| | |||||
* | Don't warn before leaving disconnected chatrooms | Will Thompson | 2012-01-30 | 1 | -2/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756 | ||||
* | Shorten "Leave chat room" to "Leave room" | Will Thompson | 2012-01-30 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756 | ||||
* | Special-case closing a window with exactly one tab | Will Thompson | 2012-01-30 | 1 | -0/+13 |
| | | | | | | | | The confirmation message when closing a window containing one tab, which is a chat room, should be identical to the confirmation message when closing that tab with ^W. https://bugzilla.gnome.org/show_bug.cgi?id=591756 | ||||
* | Confirm closing windows containing chat rooms. | Will Thompson | 2012-01-30 | 1 | -31/+115 |
| | | | | | | | | | Getting the messages to feel right took quite a few iterations. Maybe we need one more case: when you only have one chat room in a window, and nothing else, the message from closing the window should probably be the same as it would have been if you'd hit ^W. https://bugzilla.gnome.org/show_bug.cgi?id=591756 | ||||
* | Confirm closing chat room tabs | Will Thompson | 2012-01-30 | 1 | -2/+59 |
| | | | | | | | | | I often accidentally close tabs with Control-W, and more occasionally by clicking the [X] by mistake. This is okay for 1-1 conversations (I can just reopen them) but is destructive for chat rooms. So let's make the user confirm. https://bugzilla.gnome.org/show_bug.cgi?id=591756 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-01-29 | 1 | -192/+212 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-01-28 | 1 | -157/+170 |
| | |||||
* | auth-client: set keep above on dialogs | Guillaume Desmottes | 2012-01-27 | 2 | -0/+4 |
| | | | | | | This will avoid to accidentally 'loose' the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=643699 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-01-27 | 1 | -288/+306 |
| | |||||
* | coding style fix | Guillaume Desmottes | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-01-27 | 1 | -21/+33 |
| | |||||
* | roster_window_connection_items_setup: remove edit_personal_information | Guillaume Desmottes | 2012-01-27 | 1 | -1/+0 |
| | | | | It has been removed from the UI file. | ||||
* | Merge remote-tracking branch 'danni/trivia' | Guillaume Desmottes | 2012-01-27 | 4 | -57/+97 |
|\ | |||||
| * | preferences: split "Open new chats in separate windows" into a radiobutton | Danielle Madeley | 2012-01-27 | 2 | -10/+43 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462 | ||||
| * | individual-store: contacts in Favourite People are not Ungrouped | Danielle Madeley | 2012-01-27 | 1 | -47/+53 |
| | | | | | | | | | | | | | | Rearrange the code that puts people into groups a bit in a way I think makes more sense. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668796 | ||||
| * | empathy-tls-dialog: add a title for screenshots | Danielle Madeley | 2012-01-26 | 1 | -0/+1 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-01-27 | 1 | -117/+118 |
|/ | |||||
* | Utils: provide a human-readable message for CM crashes | Will Thompson | 2012-01-26 | 1 | -0/+4 |
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658908 Rebased-By: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | Merge branch 'highlight-regex' | Will Thompson | 2012-01-26 | 13 | -104/+205 |
|\ | |||||
| * | EmpathyChat: cache highlight regex. | Will Thompson | 2012-01-25 | 1 | -17/+45 |
| | | |||||
| * | EmpathyChat: track self contact. | Will Thompson | 2012-01-19 | 1 | -8/+27 |
| | | |||||
| * | TpChat: add a :self-contact property. | Will Thompson | 2012-01-19 | 1 | -0/+19 |
| | | |||||
| * | Don't highlight messages in 1-1 chats. | Will Thompson | 2012-01-19 | 1 | -0/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=576912 | ||||
| * | Don't highlight messages the user sent themself | Will Thompson | 2012-01-19 | 1 | -0/+4 |
| | | | | | | | | | | If a message is outgoing, then why on earth would we check whether it mentions our own nick and highlight it? | ||||
| * | Move empathy_message_should_highlight to EmpathyChat | Will Thompson | 2012-01-19 | 3 | -74/+71 |
| | | | | | | | | | | | | This will give us a place to cache the GRegex object. (Of course, this also depends on monitoring changes to the TpChat's self contact's alias, and changes to the TpChat's self contact!) | ||||
| * | EmpathyChat: include should_highlight in ::new-message | Will Thompson | 2012-01-19 | 2 | -3/+13 |
| | | | | | | | | | | This allows EmpathyChatWindow to use this rather than calling empathy_message_should_highlight() itself. | ||||
| * | chat_view_append_message: take a should_highlight argument | Will Thompson | 2012-01-19 | 9 | -27/+46 |
| | | | | | | | | | | | | | | | | | | | | Rather than the EmpathyChatView implementations calling empathy_message_should_highlight() themselves, this patch makes EmpathyChat take responsibility for doing so. The theme preview in Preferences, whether deliberately or otherwise, highlights the line in which Juliet mentions Romeo. This behaviour is preserved. | ||||
| * | Use /\b<nickname>\b/ to decide whether to highlight | Will Thompson | 2012-01-19 | 1 | -33/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current highlighting code finds the first occurrence of the nickname, then checks whether the characters before or after are a space, a comma, a colon or a full stop (or the start or end of the string). This means that someone saying “no! That's wjt’s coffee!” didn’t highlight me, because the apostrophe isn't in the whitelist. It also means that saying “borrow some Sudafed from daf” would not highlight daf, since the first match is in the middle of a word. We’re trying to check whether the nickname occurs as a complete word within the message. The regex metacharacter \b matches word boundaries, so /\b<nickname>\b/ is what we actually want. It gets the above cases right, including Unicode punctuation. https://bugzilla.gnome.org/show_bug.cgi?id=591667 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-01-25 | 1 | -189/+191 |
| | | |||||
* | | org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description | Guillaume Desmottes | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668663 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-01-25 | 1 | -128/+120 |
| | | |||||
* | | accounts-dialog: don't add newly created account twice | Guillaume Desmottes | 2012-01-24 | 1 | -69/+9 |
| | | | | | | | | | | | | | | | | | | | | It used to be created once in the accounts_dialog_account_validity_changed_cb callback and once when the new account dialog is done. This change is actually good because now accounts are always added to the model using the same code path. https://bugzilla.gnome.org/show_bug.cgi?id=668372 | ||||
* | | accounts_dialog_get_account_iter: use the COL_ACCOUNT directly | Guillaume Desmottes | 2012-01-24 | 1 | -4/+4 |
| | | | | | | | | | | | | There is no point using the EmpathyAccountSettings. https://bugzilla.gnome.org/show_bug.cgi?id=668372 | ||||
* | | accounts-dialog: no more need to manually prepare TpAccount | Guillaume Desmottes | 2012-01-24 | 1 | -20/+1 |
| | | | | | | | | | | | | The factory does it for us now. https://bugzilla.gnome.org/show_bug.cgi?id=668372 | ||||
* | | don't display 'No topic defined' if topic are not supported | Guillaume Desmottes | 2012-01-24 | 1 | -4/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668502 | ||||
* | | contact-widget: merge grid_contact and main_grid_contact | Guillaume Desmottes | 2012-01-23 | 1 | -70/+52 |
| | | | | | | | | | | | | No point keeping the extra widgets now. https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | | move vbox_avatar to grid_contact | Guillaume Desmottes | 2012-01-23 | 1 | -12/+13 |
| | | | | | | | | | | | | That way the avatar is no longer miss aligned with the other fields. https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | | contact-widget: move hbox_presence to grid_contact | Guillaume Desmottes | 2012-01-23 | 1 | -27/+16 |
| | | | | | | | | | | | | There is no point keeping this even more complicated that it already is. https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | | empathy-contact-widget: replace hbox_contact by a GtkGrid | Guillaume Desmottes | 2012-01-23 | 1 | -6/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | | contact-widget: stop storing hbox_contact | Guillaume Desmottes | 2012-01-23 | 1 | -2/+0 |
| | | | | | | | | | | | | It's not used. https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2012-01-22 | 1 | -586/+580 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-01-21 | 1 | -76/+62 |
| | | |||||
* | | remove an unnecessary adjective | Yasumichi Akahoshi | 2012-01-21 | 1 | -1/+1 |
| | | | | | | | | | | Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org> Signed-off-by: Milo Casagrande <milo@ubuntu.com> | ||||
* | | remove empathy_contact_personal_dialog_show() | Guillaume Desmottes | 2012-01-20 | 2 | -54/+0 |
| | | |||||
* | | remove 'edit->personnal information' menu | Guillaume Desmottes | 2012-01-20 | 2 | -15/+0 |
| | | | | | | | | | | | | It's done in empathy-accounts now. https://bugzilla.gnome.org/show_bug.cgi?id=668336 | ||||
* | | Use a localized format when displaying times | Guillaume Desmottes | 2012-01-20 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunatelly there is no localized format displaying only the hour and minutes (bug #668323) so we'll have to use %X for now which also display the seconds. EMPATHY_DATE_FORMAT_DISPLAY_SHORT was already localized so this one is fine. That also means we don't have to translate those formats any more as we'll just rely on the system env. https://bugzilla.gnome.org/show_bug.cgi?id=608474 | ||||
* | | empathy-time: port to TP coding style | Guillaume Desmottes | 2012-01-20 | 2 | -81/+85 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=608474 | ||||
* | | Updated Czech translation | Marek Černocký | 2012-01-20 | 1 | -837/+788 |
| | | |||||
* | | help: fixed cause of validation error | Tiffany Antopolski | 2012-01-20 | 1 | -2/+1 |
| | | | | | | | | | | - removed groups element from irc-manage page. This element causes the page not to validate. | ||||
* | | update mark to add custom message as a favorite | Yasumichi Akahoshi | 2012-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org> https://bugzilla.gnome.org/show_bug.cgi?id=667467 | ||||
* | | Remove about Add New Preset section on the Saved Presets box | Yasumichi Akahoshi | 2012-01-20 | 1 | -25/+2 |
| | | | | | | | | | | | | Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org> https://bugzilla.gnome.org/show_bug.cgi?id=667467 | ||||
* | | empathy-tls-test: use g_assert_(no_)error() | Guillaume Desmottes | 2012-01-19 | 1 | -22/+23 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668186 | ||||
* | | empathy-irc-network-manager-test: use more specific assertions | Guillaume Desmottes | 2012-01-19 | 1 | -22/+21 |
|/ | | | | | | They are more useful for debugging when the test is failing. https://bugzilla.gnome.org/show_bug.cgi?id=668186 | ||||
* | Updated Swedish translation | Daniel Nylander | 2012-01-18 | 1 | -968/+996 |
| | |||||
* | account-widget: allow JID such as 'test@localhost' | Guillaume Desmottes | 2012-01-17 | 1 | -1/+1 |
| | | | | | | Thanks to marc@ttux.net for his help. https://bugzilla.gnome.org/show_bug.cgi?id=660856 | ||||
* | client-factory: ensure alias, presence, capabilities and avatar are prepared | Danielle Madeley | 2012-01-17 | 1 | -6/+12 |
| | | | | | Sometimes contacts are assumed to have these features prepared, but they don't always. Ensure they are prepared by the factory. | ||||
* | don't free content of the list returned by ↵ | Guillaume Desmottes | 2012-01-17 | 2 | -2/+1 |
| | | | | | | empathy_connection_aggregator_get_all_groups() https://bugzilla.gnome.org/show_bug.cgi?id=667037 | ||||
* | empathy_pixbuf_avatar_from_individual_scaled_async: set an error if no avatar | Guillaume Desmottes | 2012-01-17 | 1 | -11/+10 |
| | | | | | | | It's fair for the caller to expect the error the be set if the _finish() function returns NULL. https://bugzilla.gnome.org/show_bug.cgi?id=667037 | ||||
* | Updated Galician translations | Fran Diéguez | 2012-01-17 | 2 | -3941/+5231 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-01-17 | 1 | -4969/+3707 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-01-17 | 1 | -1260/+1229 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | prepare 3.3.4EMPATHY_3_3_4 | Guillaume Desmottes | 2012-01-16 | 2 | -2/+42 |
| | |||||
* | individual-view: remove GTK+ workarounds | Guillaume Desmottes | 2012-01-16 | 1 | -68/+0 |
| | | | | They have been properly fixed since a while. | ||||
* | empathy_account_get_error_message: get the reason before displaying it | Guillaume Desmottes | 2012-01-16 | 1 | -2/+2 |
| | |||||
* | coding style fix | Guillaume Desmottes | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | individual-view: use tp_g_signal_connect_object() to connect the destroy sig | Guillaume Desmottes | 2012-01-16 | 1 | -2/+4 |
| | | | | | | This ensure that we won't call the callback when disposing the widget. https://bugzilla.gnome.org/show_bug.cgi?id=667676 | ||||
* | filter_result_callback_data_new: add some checks | Guillaume Desmottes | 2012-01-16 | 1 | -0/+4 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-01-15 | 1 | -1641/+1639 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-01-14 | 2 | -1682/+1674 |
| | |||||
* | Updated Slovenian translation | Andrej Žnidaršič | 2012-01-14 | 1 | -203/+288 |
| | |||||
* | account-widget-irc: fix label position in the grid | Guillaume Desmottes | 2012-01-13 | 1 | -0/+1 |
| | |||||
* | be less restrictive regarding the Service format | Guillaume Desmottes | 2012-01-13 | 1 | -11/+17 |
| | |||||
* | irc-network-chooser-dialog: be more NULL-safe | Guillaume Desmottes | 2012-01-13 | 1 | -1/+4 |
| | |||||
* | irc-network-chooser: set the account service | Guillaume Desmottes | 2012-01-13 | 1 | -0/+35 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791 | ||||
* | account-settings: allow to change the service | Guillaume Desmottes | 2012-01-13 | 2 | -0/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791 | ||||
* | roster-window: watch for TpAccount:connection changes | Guillaume Desmottes | 2012-01-12 | 1 | -4/+25 |
| | | | | | | | The account being connected isn't longer enough to ensure that its TpConnection is defined. https://bugzilla.gnome.org/show_bug.cgi?id=667743 | ||||
* | roster-window: factor out add_account() | Guillaume Desmottes | 2012-01-12 | 1 | -26/+26 |
| | | | | | | | Also fix a stupid bug where roster_window_account_removed_cb() was called on a valid account in roster_window_account_validity_changed_cb(). https://bugzilla.gnome.org/show_bug.cgi?id=667743 | ||||
* | roster-window: use self->priv pattern | Guillaume Desmottes | 2012-01-10 | 2 | -447/+390 |
| | |||||
* | roster-window: port to new coding style | Guillaume Desmottes | 2012-01-10 | 2 | -1860/+1874 |
| | | | | While I'm modyfing this file, best to do it now. | ||||
* | rename MainWindow to RosterWindow | Guillaume Desmottes | 2012-01-10 | 9 | -385/+385 |
| | | | | | With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now. | ||||
* | EmpathySoundManager: passing a GtkWidget is optional | Xavier Claessens | 2012-01-10 | 1 | -10/+19 |
| | |||||
* | Disable join button when protocol irc is selected | Jovanka Gulicoska | 2012-01-10 | 1 | -0/+8 |
| | |||||
* | Fix a doubled word in the Hungarian translation | Gabor Kelemen | 2012-01-09 | 1 | -4/+4 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-01-08 | 1 | -415/+413 |
| | |||||
* | added # in join room when irc protocol selected | Jovanka Gulicoska | 2012-01-06 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631236 | ||||
* | contact-chooser: keep a ref on the TpContact we requested | Guillaume Desmottes | 2012-01-06 | 1 | -2/+20 |
| | | | | | | Kinda hacky but that's the best we can do without major changes in Folks. https://bugzilla.gnome.org/show_bug.cgi?id=666531 | ||||
* | [l10n] Updated Dutch translation | Hannie Dumoleyn | 2012-01-03 | 1 | -924/+1054 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2012-01-02 | 1 | -217/+101 |
| | |||||
* | [l10n]Updated Turkish translation | Muhammet Kara | 2011-12-31 | 1 | -837/+819 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-12-30 | 1 | -386/+383 |
| | |||||
* | Updated Belarusian translation. | Kasia Bondarava | 2011-12-29 | 1 | -860/+837 |
| | |||||
* | Added Macedonian translation. | Jovan Naumovski | 2011-12-25 | 1 | -1014/+4329 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-12-23 | 1 | -548/+540 |
| | |||||
* | New translatino for Xhosa (xh) | Andiswa Mvanyashe | 2011-12-23 | 2 | -0/+4794 |
| | |||||
* | individual-widget: display champlain map in tooltips | Guillaume Desmottes | 2011-12-22 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661500 | ||||
* | Check for champlain 0.12.1 | Guillaume Desmottes | 2011-12-22 | 1 | -1/+2 |
| | | | | | | | We don't strictly depend on it but maps in tooltips will crash as hell with any previous version. https://bugzilla.gnome.org/show_bug.cgi?id=661500 | ||||
* | individual_grid_destroy: remove the ChamplainEmbedView from its container | Guillaume Desmottes | 2011-12-22 | 1 | -0/+11 |
| | | | | | | | The EmpathyIndividualWidget object is re-used for tooltips so we should remove the ChamplainEmbedView before trying to add a new one. https://bugzilla.gnome.org/show_bug.cgi?id=661500 | ||||
* | POTFILES.in: add empathy-new-account-dialog.c | Guillaume Desmottes | 2011-12-22 | 1 | -0/+1 |
| | |||||
* | accounts-dialog: remove protocol chooser | Guillaume Desmottes | 2011-12-22 | 1 | -99/+0 |
| | |||||
* | accounts-dialog: use the new account dialog | Guillaume Desmottes | 2011-12-22 | 1 | -3/+22 |
| | |||||
* | add new-account-dialog | Guillaume Desmottes | 2011-12-22 | 3 | -0/+273 |
| | | | | | This introduces some code duplication with the assistant but it's going to die soon anyway. | ||||
* | account-widget: display the buttons in simple mode as well | Guillaume Desmottes | 2011-12-22 | 3 | -55/+59 |
| | | | | | We'll need them when creating the account. Adding a simple function to manually hide them in the assistant for now. | ||||
* | account_dialog_create_edit_params_dialog: don't connect account-created signal | Guillaume Desmottes | 2011-12-22 | 1 | -24/+0 |
| | | | | This signal will never be fired when editing an existing account. | ||||
* | account-widget: modernize dipose function | Guillaume Desmottes | 2011-12-22 | 1 | -20/+2 |
| | |||||
* | account-widget: use the self->priv pattern | Guillaume Desmottes | 2011-12-22 | 2 | -326/+287 |
| | | | | I'm changing this file a lot so while I'm on it... | ||||
* | don't use deprecated GTK+ API | Guillaume Desmottes | 2011-12-22 | 1 | -2/+2 |
| | |||||
* | display the editor on top | Guillaume Desmottes | 2011-12-22 | 1 | -3/+7 |
| | |||||
* | properly handle accounts using an external storage | Guillaume Desmottes | 2011-12-22 | 2 | -211/+129 |
| | |||||
* | No need to manually prepare the connection | Guillaume Desmottes | 2011-12-22 | 1 | -25/+9 |
| | | | | tp-glib does it for us now, thanks to the EmpathyClientFactory. | ||||
* | we can now use the stock close button | Guillaume Desmottes | 2011-12-22 | 1 | -10/+1 |
| | | | | | We should use the official accelerator for closing dialog. If widget fields are also using the 'C' accelerator then they should be fixed. | ||||
* | remove old comment | Guillaume Desmottes | 2011-12-22 | 1 | -1/+0 |
| | | | | We fire the close signal a bit later in this function | ||||
* | no need to control the cancel button sensitivity any more | Guillaume Desmottes | 2011-12-22 | 1 | -2/+0 |
| | | | | | It should also be displayed now as we always want the user to be able to close the dialog. | ||||
* | add some padding in the edit conn settings dialog | Guillaume Desmottes | 2011-12-22 | 1 | -4/+9 |
| | | | | Looks better that way. | ||||
* | add an accelerator to open the params dialog | Guillaume Desmottes | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | pass a second NULL pointer to gtk_dialog_new_with_buttons() | Guillaume Desmottes | 2011-12-22 | 1 | -1/+1 |
| | | | | It makes gcc happier. | ||||
* | Don't show the presence twice | Danielle Madeley | 2011-12-22 | 3 | -1/+5 |
| | |||||
* | Make it possible to add/remove/edit accounts without it crashing everywhere | Danielle Madeley | 2011-12-22 | 1 | -54/+11 |
| | |||||
* | Add a close signal, emitted by both cancel and apply | Danielle Madeley | 2011-12-22 | 2 | -5/+18 |
| | |||||
* | Begin combining the dialogs | Danielle Madeley | 2011-12-22 | 2 | -21/+164 |
| | | | | | | | This is not functional yet, but it does compile and kindof demonstrate what's going to happen. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=652670 | ||||
* | Updated French doc translation | Bruno Brouard | 2011-12-21 | 1 | -194/+154 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-12-20 | 1 | -120/+138 |
| | |||||
* | [help] Reworked the search conversation topic | Milo Casagrande | 2011-12-20 | 1 | -27/+16 |
| | | | | | * Small work on the previous conversation topic in order to address the new UI. Topic needs to be reviewed. | ||||
* | [help] Fixed UI reference in the help | Milo Casagrande | 2011-12-20 | 2 | -15/+17 |
| | | | | | * Fixed UI reference in the add and delete account pages, the button changed with the new Gnome theme | ||||
* | Updated Polish translation of help | Piotr Drąg | 2011-12-20 | 1 | -103/+94 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | coding style fixEMPATHY_3_3_3 | Guillaume Desmottes | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | prepare 3.3.3 | Guillaume Desmottes | 2011-12-20 | 2 | -2/+57 |
| | |||||
* | empathy_chat_window_present_chat: move to the chat window desktop | Guillaume Desmottes | 2011-12-19 | 1 | -2/+6 |
| | | | | | | | This is more coherent with Shell's 'app is ready' notication which moves the view to the app desktop rather than moving the app itself. https://bugzilla.gnome.org/show_bug.cgi?id=649208 | ||||
* | add empathy_move_to_window_desktop | Guillaume Desmottes | 2011-12-19 | 2 | -0/+120 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=649208 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-12-19 | 1 | -131/+133 |
| | |||||
* | [help] Fixed some UI references and typos, fixes bug #653812 | Milo Casagrande | 2011-12-18 | 6 | -38/+40 |
| | | | | * Fixed the references to the OFF/ON switch | ||||
* | Updated Slovenian translation | Matej Urbančič | 2011-12-16 | 1 | -3/+56 |
| | |||||
* | import-widget: use the server in IRC account display name | Guillaume Desmottes | 2011-12-16 | 1 | -4/+18 |
| | | | | | | | User generally use the same nick on different servers so just displaying the nick isn't very useful. https://bugzilla.gnome.org/show_bug.cgi?id=654171 | ||||
* | [l10n] Updated Italian translation | Milo Casagrande | 2011-12-16 | 1 | -14/+16 |
| | | | | * Updated Italian help translation, fixes bug #666261 | ||||
* | clsing tags (bug#666265) | Funda Wang | 2011-12-15 | 1 | -3/+3 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2011-12-15 | 1 | -1/+0 |
| | |||||
* | Stop passing an EmpathyContact to menu_item_new() fonctions | Guillaume Desmottes | 2011-12-14 | 3 | -152/+64 |
| | | | | | | Best to always use an individual so we don't have 2 code paths to maintain. https://bugzilla.gnome.org/show_bug.cgi?id=666163 | ||||
* | individual-menu: export only the methods we need | Guillaume Desmottes | 2011-12-14 | 2 | -33/+41 |
| | | | | | | | No need to export everything. I added prototypes in the C file to not have to move everything upside down. https://bugzilla.gnome.org/show_bug.cgi?id=666163 | ||||
* | remove empathy-contact-manager | Guillaume Desmottes | 2011-12-14 | 3 | -603/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | remove useless includes of empathy-contact-manager.h | Guillaume Desmottes | 2011-12-14 | 5 | -5/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | main-window: stop instantiating the contact manager | Guillaume Desmottes | 2011-12-14 | 1 | -5/+0 |
| | | | | | | We don't use it any more. https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE | Guillaume Desmottes | 2011-12-14 | 2 | -72/+2 |
| | | | | | | | It's not used any more and this code was the last one using the contact manager. https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | remove unused empathy_contact_edit_dialog_show() | Guillaume Desmottes | 2011-12-14 | 2 | -62/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | Show a contact as blocked if *all* is personas are blocked | Guillaume Desmottes | 2011-12-14 | 1 | -4/+7 |
| | | | | | | It's clearer that way. https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | individual_menu_add_personas: add the block menu item, if needed | Guillaume Desmottes | 2011-12-14 | 1 | -0/+22 |
| | | | | | | | | | | | | | This allow user to select the personas he wants to block. Note that I didn't pass an EmpathyContact as second argument to empathy_individiual_block_menu_item_new() as we currently do with most item_new() methods. Instead I just craft a new individual containing only the persona we care about. This approach is much cleaner as we don't have to deal with 2 different code paths. I filed bug #666163 to do the same with the existing functions. https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | remove empathy-contact-menu | Guillaume Desmottes | 2011-12-14 | 3 | -723/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | map-view: use the individual menu | Guillaume Desmottes | 2011-12-14 | 1 | -8/+21 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | chat: use an EmpathyIndividualMenu | Guillaume Desmottes | 2011-12-14 | 1 | -8/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | add EMPATHY_INDIVIDUAL_FEATURE_BLOCK | Guillaume Desmottes | 2011-12-14 | 2 | -0/+216 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | remove EMPATHY_INDIVIDUAL_FEATURE_ALL | Guillaume Desmottes | 2011-12-14 | 3 | -4/+19 |
| | | | | | | It's a bit fragile, user should say which features he wants. https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | individual-menu: allow priv->store to be NULL | Guillaume Desmottes | 2011-12-14 | 1 | -2/+3 |
| | | | | | | | We already checks if it's a IndividualStoreChannel before using it so that's safe. https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | empathy_contact_get_persona: use tpf_persona_dup_for_contact() | Guillaume Desmottes | 2011-12-14 | 1 | -37/+5 |
| | | | | | | | We can finally get rid of this horrible code iterating over all the individuals. \o/ https://bugzilla.gnome.org/show_bug.cgi?id=665853 | ||||
* | Deal with empathy_create_individual_from_tp_contact() returning NULL | Guillaume Desmottes | 2011-12-14 | 2 | -0/+4 |
| | | | | | | Shouldn't really happen in practice but better to be safe than sorry. https://bugzilla.gnome.org/show_bug.cgi?id=665853 | ||||
* | use tpf_persona_dup_for_contact() | Guillaume Desmottes | 2011-12-14 | 1 | -10/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665853 | ||||
* | Depend on folks 0.6.6 | Guillaume Desmottes | 2011-12-14 | 1 | -1/+1 |
| | | | | We need it for the API to ensure a persona from a TpContact. | ||||
* | empathy-audio-sink.c: include config.h | Xavier Claessens | 2011-12-13 | 1 | -0/+1 |
| | | | | | Otherwise it warnings on deprecated glib symbols, because we defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac | ||||
* | get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULL | Guillaume Desmottes | 2011-12-12 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662873 | ||||
* | Uploaded Ukranian | Daniel Korostil | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2011-12-12 | 1 | -759/+868 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2011-12-11 | 1 | -6/+6 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2011-12-11 | 1 | -693/+847 |
| | |||||
* | Update Simplified Chinese help translation. | Guanhao Yin | 2011-12-10 | 1 | -331/+507 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-12-10 | 1 | -639/+636 |
| | |||||
* | auth-client: add some more debugging | Guillaume Desmottes | 2011-12-08 | 2 | -1/+3 |
| | | | | | I'm trying to understand what's going wrong in bug #665542 and having more debugging would help. | ||||
* | Call: Low the video watchdog timeout to 1 second | Sjoerd Simons | 2011-12-07 | 1 | -1/+1 |
| | | | | | | | | | | Switch back to the avatar if there was at least one second of not receiving any new video frames to display. With this change the reaction time will be between 1 (best case) and 2 (worse case) seconds from the point the last frame went into the sync. Before it was 5 seconds (best case) and up to 10 seconds (worst case), which doesn't make for a very good experience | ||||
* | about: Polish the code to generate the license string | Sjoerd Simons | 2011-12-07 | 1 | -8/+10 |
| | |||||
* | try requesting a TpContact when creating a contact from the logger | Guillaume Desmottes | 2011-12-06 | 1 | -1/+48 |
| | | | | | | | | This is useful when displaying a contact which is not in our roster in the logger (typically a PSTN number). Having a TpContact allow us to call him if that's supported by the CM. https://bugzilla.gnome.org/show_bug.cgi?id=665592 | ||||
* | log-window: update buttons if contact's caps are updated | Guillaume Desmottes | 2011-12-06 | 1 | -1/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665592 | ||||
* | factor out do_update_buttons_sensitivity() | Guillaume Desmottes | 2011-12-06 | 1 | -34/+41 |
| | | | | | | | | This fix a bug with button_video_binding not being re-installed when a contact supporting video was selected. It was only re-installed when using the contact from the selected event. https://bugzilla.gnome.org/show_bug.cgi?id=665592 | ||||
* | log-window: include empathy-geometry.h | Guillaume Desmottes | 2011-12-05 | 1 | -0/+1 |
| | |||||
* | log-window: save window geometry | Guillaume Desmottes | 2011-12-05 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664209 | ||||
* | map-view: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-05 | 1 | -54/+64 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665403 | ||||
* | Updated Russian translation | Vladislav Boboshko | 2011-12-04 | 1 | -856/+903 |
| | |||||
* | contact-blocking-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-02 | 2 | -26/+44 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | renamespace CheeseCameraDeviceMonitor | Guillaume Desmottes | 2011-12-02 | 3 | -84/+88 |
| | | | | | | | This ensures empathy will always use our version, even when linking on libcheese, and so avoid incompatibliy when libcheese breaks its ABI. https://bugzilla.gnome.org/show_bug.cgi?id=665244 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-12-02 | 1 | -624/+603 |
| | |||||
* | camera-monitor: fix memleak in on_camera_added | Raluca Elena Podiuc | 2011-12-01 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665256 | ||||
* | Properly cast buffer and latency times when setting properties | Guillaume Desmottes | 2011-11-30 | 2 | -2/+5 |
| | | | | | | | | | This fix a crash on 32 bits system as gcc can't figure out the right size of the value. Thanks to Raluca-Elena Podiuc for her help in debugging this. https://bugzilla.gnome.org/show_bug.cgi?id=665171 | ||||
* | use the individual edit dialog when pressing F2 | Guillaume Desmottes | 2011-11-30 | 1 | -9/+2 |
| | | | | | We already use it when using the menu so there is no reason to keep using the old one. | ||||
* | event-manager: use the conn aggregator instead of the contact mgr | Guillaume Desmottes | 2011-11-30 | 2 | -34/+104 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | connection-aggregator: add API to track contacts | Guillaume Desmottes | 2011-11-30 | 2 | -0/+74 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | ui-utils: don't expect that cancellable is not NULL | Guillaume Desmottes | 2011-11-30 | 1 | -2/+3 |
| | | | | cancellable are always optional so this code should be NULL safe. | ||||
* | Revert "WIP" | Guillaume Desmottes | 2011-11-29 | 4 | -106/+4 |
| | | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\ | ||||
* | remove trailing space | Guillaume Desmottes | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | WIP | Guillaume Desmottes | 2011-11-29 | 4 | -4/+106 |
| | |||||
* | Merge remote-tracking branch 'jonny/ft' | Guillaume Desmottes | 2011-11-29 | 11 | -1124/+186 |
|\ | | | | | | | | | Conflicts: libempathy/empathy-tp-file.c | ||||
| * | tp-file: remove EmpathyTpFile | Jonny Lamb | 2011-11-09 | 4 | -1023/+0 |
| | | | | | | | | | | | | TpFTChannel! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | 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> | ||||
* | | remove old school get_all_groups | Guillaume Desmottes | 2011-11-29 | 4 | -66/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665121 | ||||
* | | groups-widget: use empathy_connection_aggregator_get_all_groups() | Guillaume Desmottes | 2011-11-29 | 2 | -8/+34 |
| | | | | | | | | | | | | | | | | We have to prepare the contact groups feature and ensure that the singleton is still alive. The 'empathy' process is the only one allowing user to change contact groups so we just have to do it there. https://bugzilla.gnome.org/show_bug.cgi?id=665121 | ||||
* | | add empathy_connection_aggregator_get_all_groups() | Guillaume Desmottes | 2011-11-29 | 2 | -0/+31 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665121 | ||||
* | | add EmpathyConnectionAggregator | Guillaume Desmottes | 2011-11-29 | 3 | -0/+258 |
| | | | | | | | | | | | | | | It won't do much atm but will be used as a helper dealing with all connections. https://bugzilla.gnome.org/show_bug.cgi?id=665121 | ||||
* | | don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery report | Guillaume Desmottes | 2011-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | We should display an error message as well if not the user will assume the message has been sent and the spinner keeps spinning. https://bugzilla.gnome.org/show_bug.cgi?id=664564 | ||||
* | | add missing empathy-contact-list.h include | Guillaume Desmottes | 2011-11-28 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | For some reason, gcc starts complaining about this as soon as I remove EmpathyContactListFlags from empathy-contact-list.h ?! If you have an explanation for this please let me know... https://bugzilla.gnome.org/show_bug.cgi?id=663328 | ||||
* | | contact-list: remove flags | Guillaume Desmottes | 2011-11-28 | 2 | -25/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663328 | ||||
* | | tp-contact-list: remove tp_contact_list_get_flags | Guillaume Desmottes | 2011-11-28 | 1 | -119/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663328 | ||||
* | | remove empathy_contact_manager_get_flags_for_connection() | Guillaume Desmottes | 2011-11-28 | 2 | -25/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663328 | ||||
* | | contact-menu: stop using empathy_contact_manager_get_flags_for_connection() | Guillaume Desmottes | 2011-11-28 | 1 | -15/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663328 | ||||
* | | Depend on tp-glib 0.17.3 | Guillaume Desmottes | 2011-11-28 | 1 | -1/+1 |
| | | | | | | | | We need it for the high level alias API. | ||||
* | | Use current fsf address (#664935) | Brian Pepple | 2011-11-28 | 1 | -2/+2 |
| | | |||||
* | | Updated Romanian translation | Lucian Adrian Grijincu | 2011-11-27 | 1 | -1037/+1778 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2011-11-26 | 1 | -549/+548 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-11-26 | 1 | -522/+513 |
| | | |||||
* | | Properly update the 'simple' theme | Guillaume Desmottes | 2011-11-25 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | We have to call the callback manually to update the theme when it's changed. Also make sure that style-set signal is only connected once and we update the theme only if the 'simple' one is used. https://bugzilla.gnome.org/show_bug.cgi?id=664795 | ||||
* | | Update Simplified Chinese translation. | Yangtse Su | 2011-11-25 | 1 | -727/+868 |
| | | |||||
* | | Updated POTFILES.in | Piotr Drąg | 2011-11-24 | 1 | -1/+0 |
| | | |||||
* | | remove unused variables | Guillaume Desmottes | 2011-11-24 | 1 | -3/+0 |
| | | |||||
* | | Remove obsolete contact-list-{store,view} | Guillaume Desmottes | 2011-11-24 | 7 | -4117/+0 |
| | | | | | | | | | | | | Hourrah \o/ https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | remove EmpathyContactManager's test | Guillaume Desmottes | 2011-11-24 | 2 | -45/+0 |
| | | | | | | | | | | | | We want to get rid of it any way. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | chat: use the individual view/store rather than the contact one | Guillaume Desmottes | 2011-11-24 | 1 | -14/+22 |
| | | | | | | | | | | | | | | | | | | The great unification ! EmpathyChat was the last user of the contact store/view, everything now use the individual ones. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | add initial_loading() as a virtual method | Guillaume Desmottes | 2011-11-24 | 4 | -14/+37 |
| | | | | | | | | | | | | This allows us to remove setup_idle_id as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | add empathy_individual_store_refresh_individual() as a protected method | Guillaume Desmottes | 2011-11-24 | 3 | -11/+22 |
| | | | | | | | | | | | | This allows us to remove show_active as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | Add individual-store-channel | Guillaume Desmottes | 2011-11-24 | 3 | -0/+397 |
| | | | | | | | | | | | | This will allow us to use the individual view to display muc members. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT | Guillaume Desmottes | 2011-11-24 | 5 | -5/+171 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | factor out empathy_create_individual_from_tp_contact() | Guillaume Desmottes | 2011-11-24 | 3 | -20/+38 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | Abstract the individual store | Guillaume Desmottes | 2011-11-24 | 8 | -179/+403 |
| | | | | | | | | | | | | | | We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | individual-store: expose some attributes and methods as 'protected' | Guillaume Desmottes | 2011-11-24 | 2 | -30/+44 |
| | | | | | | | | | | | | This will be needed when abstracting EmpathyIndividualStore. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | | Allow user to try another password if auth failed | Guillaume Desmottes | 2011-11-23 | 3 | -0/+100 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | add empathy-bad-password-dialog | Guillaume Desmottes | 2011-11-23 | 4 | -0/+263 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | auth-factory: relay the auth-password-failed signal | Guillaume Desmottes | 2011-11-23 | 1 | -0/+25 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | server-sasl-handler: add auth-password-failed signal | Guillaume Desmottes | 2011-11-23 | 1 | -0/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | Abstract EmpathyPasswordDialog to EmpathyBasePasswordDialog | Guillaume Desmottes | 2011-11-23 | 6 | -196/+392 |
| | | | | | | | | | | | | | | I'm going to implement a slidely different version of this dialog so best to re-use as much code as possible. https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | password-dialog: use self->priv pattern | Guillaume Desmottes | 2011-11-23 | 2 | -68/+68 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | | restart the camera only if it's already running | Guillaume Desmottes | 2011-11-23 | 1 | -2/+9 |
| | | | | | | | | | | | | Always restarting it will enable the camera in an audio only call. https://bugzilla.gnome.org/show_bug.cgi?id=664459 | ||||
* | | factor out empathy_call_window_change_webcam() | Guillaume Desmottes | 2011-11-23 | 3 | -3/+17 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459 | ||||
* | | audio-src,audio-sink: Use lower latency values on pulsesrc/pulsesink | Arun Raghavan | 2011-11-22 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | This sets the pulsesink and pulsesrc buffer/latency parameters to be lower and more voip-friendly. If the system cannot provide or keep up with these values, PulseAudio will automatically try to adapt and provide larger values that are achievable. https://bugzilla.gnome.org/show_bug.cgi?id=663124 | ||||
* | | remove released flag | Guillaume Desmottes | 2011-11-21 | 1 | -1/+1 |
| | | |||||
* | | sync gsettings.m4EMPATHY_3_3_2 | Guillaume Desmottes | 2011-11-21 | 1 | -11/+26 |
| | | | | | | | | | | Latest version of glib-compile-schemas removed the --uninstall option; trying to use it break "make distcheck". | ||||
* | | prepare 3.3.2 | Guillaume Desmottes | 2011-11-21 | 3 | -3/+48 |
| | | |||||
* | | set_size_request on the video_container to ensure the window has a sane ↵ | Ken VanDine | 2011-11-21 | 1 | -0/+3 |
| | | | | | | | | | | | | minimum size. https://bugzilla.gnome.org/show_bug.cgi?id=664313 | ||||
* | | fix GTK_BOX casts | Guillaume Desmottes | 2011-11-21 | 3 | -4/+4 |
| | | |||||
* | | use gtk_box_new() instead of gtk_[h,v]box_new() | Guillaume Desmottes | 2011-11-21 | 19 | -58/+65 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | | use gtk_paned_new() instead of gtk_hpaned_new() | Guillaume Desmottes | 2011-11-21 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | | use gtk_separator_new() instead of gtk_hseparator_new() | Guillaume Desmottes | 2011-11-21 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | | Updated Lithuanian translation | Algimantas Margevičius | 2011-11-19 | 1 | -663/+713 |
| | | |||||
* | | Bump telepathy-farstream requirement | Sjoerd Simons | 2011-11-19 | 1 | -1/+1 |
| | | |||||
* | | AudioSink: Setup the initial properties in the main thread | Sjoerd Simons | 2011-11-19 | 1 | -12/+30 |
| | |