aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* accounts-dialog: suggest to create a salut accountGuillaume Desmottes2012-02-171-2/+68
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Move should_create_salut_account to local-xmpp-assistant-widgetGuillaume Desmottes2012-02-175-29/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* add empathy-local-xmpp-assistant-widgetGuillaume Desmottes2012-02-174-0/+345
| | | | | | | | All of this is duplicated code from empathy-account-assistant and empathy-auto-salut-account-helper but those are going away so I didn't bother refactoring them. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* accounts-dialog: display the import dialog if there is no accountGuillaume Desmottes2012-02-171-0/+17
| | | | | | This is the first step of merging the accounts-dialog and assistant. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Updated Spanish translationDaniel Mustieles2012-02-171-73/+77
|
* accounts-dialog: improve the 'no protocol installed' messageGuillaume Desmottes2012-02-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts_dialog_add_account: select if that's the first account addedGuillaume Desmottes2012-02-161-3/+7
| | | | | | This ensures we'll select the first imported account. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: move the 'no protocol' message to a different pageGuillaume Desmottes2012-02-162-44/+48
| | | | | | It's cleaner that way https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: remove hbox_protocolGuillaume Desmottes2012-02-162-29/+0
| | | | | | It's not used any more since we moved adding account to a separated dialog. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: don't automatically open the add accountGuillaume Desmottes2012-02-161-9/+0
| | | | | | | This legacy code isn't used since a while as the assistant is displayed if there is no account. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* import-dialog: set a verb on the 'Ok' buttonGuillaume Desmottes2012-02-161-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* import-dialog: expand and fill the import widgetGuillaume Desmottes2012-02-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-166-30/+70
| | | | | | | | | The widget doesn't have to prepare EmpathyConnectionManagers itself any more and so can populate its treeview right away. By doing so it will request a more decent size and so the dialog will actually display the accounts which can be imported without forcing user to resize it. https://bugzilla.gnome.org/show_bug.cgi?id=670201
* factor out display_import_dialog()Guillaume Desmottes2012-02-161-3/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* remove useless includeGuillaume Desmottes2012-02-161-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* coding style fixesGuillaume Desmottes2012-02-161-2/+2
|
* Update Simplified Chinese translation.Wylmer Wang2012-02-161-1517/+1584
|
* Updated Russian translationYuri Myasoedov2012-02-161-1160/+1262
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-161-132/+145
|
* empathy-chat: keep the individual manager alive as a cacheGuillaume Desmottes2012-02-151-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* empathy-chat: use empathy_ensure_individual_from_tp_contact()Guillaume Desmottes2012-02-151-1/+2
| | | | | | | This ensures we'll pass the right individual ID to gnome-contacts when opening a meta-contact. https://bugzilla.gnome.org/show_bug.cgi?id=669676
* add empathy_ensure_individual_from_tp_contact()Guillaume Desmottes2012-02-152-0/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* add empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-02-152-0/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* set the presence message as a tooltip on its labelGuillaume Desmottes2012-02-151-0/+3
| | | | | | So user can still read the full message if it has been ellipsized. https://bugzilla.gnome.org/show_bug.cgi?id=663627
* accounts-dialog: ellipsize presence messageGuillaume Desmottes2012-02-151-1/+1
| | | | | | | Long messages make this dialog looks weird and that's not really the point of this UI to display it anyway. https://bugzilla.gnome.org/show_bug.cgi?id=663627
* Updated Galician translationsFran Diéguez2012-02-151-343/+357
|
* Display a spinner while loading contacts from FolksGuillaume Desmottes2012-02-142-14/+85
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* individual-manager: add API to know when contacts have been loaded from folksGuillaume Desmottes2012-02-142-0/+46
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* Updated Serbian translationМирослав Николић2012-02-142-294/+316
|
* Updated Spanish translationDaniel Mustieles2012-02-141-4/+5
|
* tls-dialog: add accessor on the 'Continue' buttonGuillaume Desmottes2012-02-131-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-02-131-140/+150
|
* Toggle telling others you are typing to themPatrick F. Allen2012-02-133-1/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=668985
* Updated Serbian translationМирослав Николић2012-02-122-244/+180
|
* Updated French doc translationBruno Brouard2012-02-121-3223/+629
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-121-1202/+1242
|
* Don't unhighlight chat tabs when more messages are receivedWill Thompson2012-02-113-29/+33
| | | | | | | | | | | | | | | | Travis noticed that if you receive a message in which you are not mentioned after one in which you are, the highlight on the chat tab is cleared. This turned out to be because the text of the chat tab label was set in two different places in empathy-chat-window.c: one which takes should_highlight into account, and one which does not. This patch makes EmpathyChat keep track of whether it should be highlighted (reusing empathy_chat_messages_read(), which is called to acknowledge messages as having been seen by the user, to clear the flag), and then uses that from one of the label-updating code paths and deletes the other. https://bugzilla.gnome.org/show_bug.cgi?id=669823
* start_gnome_contacts: make sure individual is validGuillaume Desmottes2012-02-101-0/+2
|
* fix individual_info_menu_item_activate_cb signatureGuillaume Desmottes2012-02-101-1/+2
|
* ContactInfo: always escape IRC channel names in markupWill Thompson2012-02-101-1/+1
| | | | | | | | For some reason, I chose to escape the channel name for the contents of the href='' attribute but not in the body of the tag. Thus, channel names like "#r&d" made Pango refuse to coöperate. https://bugzilla.gnome.org/show_bug.cgi?id=669695
* Updated Spanish translationDaniel Mustieles2012-02-101-75/+83
|
* empathy-call: call XInitThreads()Guillaume Desmottes2012-02-091-0/+10
|
* stop using clutter_gst_video_sink_new()Guillaume Desmottes2012-02-091-4/+11
| | | | It has been deprecated.
* Add a gsetting key to show/hide groupsGuillaume Desmottes2012-02-093-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=627658
* account-widget-jabber: doesn't allow negative priorityGuillaume Desmottes2012-02-091-1/+1
| | | | | | | Setting a negative priority secretly mean "don't send me any message" which can be very confusing. https://bugzilla.gnome.org/show_bug.cgi?id=669712
* Updated Spanish translationDaniel Mustieles2012-02-091-137/+122
|
* Updated Serbian translationМирослав Николић2012-02-092-3442/+3938
|
* po: Updated en_CA.poTiffany Antopolski2012-02-091-1763/+4103
|
* contact-widget: use 'Personal Details' when editing our own infoGuillaume Desmottes2012-02-082-1/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669655
* [l10n] Update Japanese translationMako N2012-02-081-2158/+2187
|
* Remove unused persona store/viewGuillaume Desmottes2012-02-085-2258/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482
* remove linking UIGuillaume Desmottes2012-02-086-1203/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482
* individual-menu: remove link-contacts-activated signalGuillaume Desmottes2012-02-082-34/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482
* Remove 'Link Contact' menu itemGuillaume Desmottes2012-02-083-57/+5
| | | | | | | We want to use gnome-contacts and the 'Informations' menu item already starts it. https://bugzilla.gnome.org/show_bug.cgi?id=669482
* disable clutter deprecation warnings for nowGuillaume Desmottes2012-02-081-0/+3
|
* add missing config.hGuillaume Desmottes2012-02-082-0/+3
|
* Try installing gnome-contacts using PackageKitGuillaume Desmottes2012-02-081-5/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578
* add empathy-pkg-kitGuillaume Desmottes2012-02-083-0/+201
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578
* factor out start_gnome_contacts()Guillaume Desmottes2012-02-081-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578
* Factor out show_gnome_contacts_error_dialog()Guillaume Desmottes2012-02-081-14/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578
* improve TP_ERROR_STR_ALREADY_CONNECTED displayed error stringGuillaume Desmottes2012-02-081-1/+1
| | | | | | 'ressource' is XMPP specific and not clear to most users. https://bugzilla.gnome.org/show_bug.cgi?id=632739
* [l10n] Updated Estonian translationMattias Põldaru2012-02-081-586/+653
|
* Updated Spanish translationDaniel Mustieles2012-02-081-891/+897
|
* remove empathy-individual-information-dialogGuillaume Desmottes2012-02-074-381/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669559
* Use gnome-contacts instead of the information dialogGuillaume Desmottes2012-02-071-2/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669559
* [l10n] Updated German doc translationMario Blättermann2012-02-071-249/+270
|
* add missing config.hGuillaume Desmottes2012-02-072-0/+3
| | | | Need to disable GLib deprecation warnings.
* remove released flagGuillaume Desmottes2012-02-071-1/+1
|
* Update telepathy-yellEMPATHY_3_3_5Guillaume Desmottes2012-02-071-0/+0
| | | | Needed to disable GLib deprecation warnings.
* prepare 3.3.5Guillaume Desmottes2012-02-072-2/+44
|
* individual_menu_add_personas: remove useless variableGuillaume Desmottes2012-02-061-1/+0
|
* account_widget_generic_format_param_name: make sure param_name is not NULLGuillaume Desmottes2012-02-061-0/+2
| | | | This should make the clang analyzer happier.
* Make the default chat window size bigger.Ken VanDine2012-02-061-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612216
* Updated Galician translationsFran Diéguez2012-02-061-292/+382
|
* Updated Norwegian bokmål translationKjartan Maraas2012-02-041-29/+55
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-02-042-519/+682
|
* Updated Spanish translationDaniel Mustieles2012-02-031-26/+44
|
* display a message if accounts need to be enabledGuillaume Desmottes2012-02-031-4/+83
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* display a specific message if no account is configuredGuillaume Desmottes2012-02-031-0/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* add generic contact icon and account settings button to the message pageGuillaume Desmottes2012-02-032-4/+73
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* make code displaying the 'no match found' page more genericGuillaume Desmottes2012-02-031-16/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* assistant: hide the buttons in the salut widgetGuillaume Desmottes2012-02-031-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669300
* Updated Slovenian translationMatej Urbančič2012-02-031-51/+91
|
* Updated Norwegian bokmål translationKjartan Maraas2012-02-021-51/+100
|
* Updated Spanish translationDaniel Mustieles2012-02-021-32/+37
|
* presence-manager: stop watching connectivity changesGuillaume Desmottes2012-02-021-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 subjectWill Thompson2012-02-023-2/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669177
* Updated Telugu TranslationPraveen Illa2012-01-311-962/+1143
|
* Updated Spanish translationDaniel Mustieles2012-01-311-15/+12
|
* preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGINGuillaume Desmottes2012-01-311-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=666522
* individual_view_drag_end: remove the auto scrollGuillaume Desmottes2012-01-311-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 translationDaniel Mustieles2012-01-311-13/+63
|
* Don't warn before leaving disconnected chatroomsWill Thompson2012-01-301-2/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756
* Shorten "Leave chat room" to "Leave room"Will Thompson2012-01-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756
* Special-case closing a window with exactly one tabWill Thompson2012-01-301-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 Thompson2012-01-301-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 tabsWill Thompson2012-01-301-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 translationMatej Urbančič2012-01-291-192/+212
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-281-157/+170
|
* auth-client: set keep above on dialogsGuillaume Desmottes2012-01-272-0/+4
| | | | | | This will avoid to accidentally 'loose' the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=643699
* Updated Hebrew translation.Yaron Shahrabani2012-01-271-288/+306
|
* coding style fixGuillaume Desmottes2012-01-271-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-01-271-21/+33
|
* roster_window_connection_items_setup: remove edit_personal_informationGuillaume Desmottes2012-01-271-1/+0
| | | | It has been removed from the UI file.
* Merge remote-tracking branch 'danni/trivia'Guillaume Desmottes2012-01-274-57/+97
|\
| * preferences: split "Open new chats in separate windows" into a radiobuttonDanielle Madeley2012-01-272-10/+43
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462
| * individual-store: contacts in Favourite People are not UngroupedDanielle Madeley2012-01-271-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 screenshotsDanielle Madeley2012-01-261-0/+1
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681
* | Updated Spanish translationDaniel Mustieles2012-01-271-117/+118
|/
* Utils: provide a human-readable message for CM crashesWill Thompson2012-01-261-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 Thompson2012-01-2613-104/+205
|\
| * EmpathyChat: cache highlight regex.Will Thompson2012-01-251-17/+45
| |
| * EmpathyChat: track self contact.Will Thompson2012-01-191-8/+27
| |
| * TpChat: add a :self-contact property.Will Thompson2012-01-191-0/+19
| |
| * Don't highlight messages in 1-1 chats.Will Thompson2012-01-191-0/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=576912
| * Don't highlight messages the user sent themselfWill Thompson2012-01-191-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 EmpathyChatWill Thompson2012-01-193-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-messageWill Thompson2012-01-192-3/+13
| | | | | | | | | | This allows EmpathyChatWindow to use this rather than calling empathy_message_should_highlight() itself.
| * chat_view_append_message: take a should_highlight argumentWill Thompson2012-01-199-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 highlightWill Thompson2012-01-191-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 translationDaniel Mustieles2012-01-251-189/+191
| |
* | org.gnome.Empathy.gschema.xml.in: fix sort-criterium's descriptionGuillaume Desmottes2012-01-251-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668663
* | Updated Norwegian bokmål translationKjartan Maraas2012-01-251-128/+120
| |
* | accounts-dialog: don't add newly created account twiceGuillaume Desmottes2012-01-241-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 directlyGuillaume Desmottes2012-01-241-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 TpAccountGuillaume Desmottes2012-01-241-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 supportedGuillaume Desmottes2012-01-241-4/+8
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668502
* | contact-widget: merge grid_contact and main_grid_contactGuillaume Desmottes2012-01-231-70/+52
| | | | | | | | | | | | No point keeping the extra widgets now. https://bugzilla.gnome.org/show_bug.cgi?id=666714
* | move vbox_avatar to grid_contactGuillaume Desmottes2012-01-231-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_contactGuillaume Desmottes2012-01-231-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 GtkGridGuillaume Desmottes2012-01-231-6/+5
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=666714
* | contact-widget: stop storing hbox_contactGuillaume Desmottes2012-01-231-2/+0
| | | | | | | | | | | | It's not used. https://bugzilla.gnome.org/show_bug.cgi?id=666714
* | Updated Slovenian translationMatej Urbančič2012-01-221-586/+580
| |
* | Updated Spanish translationDaniel Mustieles2012-01-211-76/+62
| |
* | remove an unnecessary adjectiveYasumichi Akahoshi2012-01-211-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 Desmottes2012-01-202-54/+0
| |
* | remove 'edit->personnal information' menuGuillaume Desmottes2012-01-202-15/+0
| | | | | | | | | | | | It's done in empathy-accounts now. https://bugzilla.gnome.org/show_bug.cgi?id=668336
* | Use a localized format when displaying timesGuillaume Desmottes2012-01-201-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 styleGuillaume Desmottes2012-01-202-81/+85
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=608474
* | Updated Czech translationMarek Černocký2012-01-201-837/+788
| |
* | help: fixed cause of validation errorTiffany Antopolski2012-01-201-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 favoriteYasumichi Akahoshi2012-01-201-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 boxYasumichi Akahoshi2012-01-201-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 Desmottes2012-01-191-22/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668186
* | empathy-irc-network-manager-test: use more specific assertionsGuillaume Desmottes2012-01-191-22/+21
|/ | | | | | They are more useful for debugging when the test is failing. https://bugzilla.gnome.org/show_bug.cgi?id=668186
* Updated Swedish translationDaniel Nylander2012-01-181-968/+996
|
* account-widget: allow JID such as 'test@localhost'Guillaume Desmottes2012-01-171-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 preparedDanielle Madeley2012-01-171-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 Desmottes2012-01-172-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 avatarGuillaume Desmottes2012-01-171-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 translationsFran Diéguez2012-01-172-3941/+5231
|
* Updated Galician translationsFran Diéguez2012-01-171-4969/+3707
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-171-1260/+1229
|
* remove released flagGuillaume Desmottes2012-01-161-1/+1
|
* prepare 3.3.4EMPATHY_3_3_4Guillaume Desmottes2012-01-162-2/+42
|
* individual-view: remove GTK+ workaroundsGuillaume Desmottes2012-01-161-68/+0
| | | | They have been properly fixed since a while.
* empathy_account_get_error_message: get the reason before displaying itGuillaume Desmottes2012-01-161-2/+2
|
* coding style fixGuillaume Desmottes2012-01-161-1/+1
|
* individual-view: use tp_g_signal_connect_object() to connect the destroy sigGuillaume Desmottes2012-01-161-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 checksGuillaume Desmottes2012-01-161-0/+4
|
* Updated Galician translationsFran Diéguez2012-01-151-1641/+1639
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-01-142-1682/+1674
|
* Updated Slovenian translationAndrej Žnidaršič2012-01-141-203/+288
|
* account-widget-irc: fix label position in the gridGuillaume Desmottes2012-01-131-0/+1
|
* be less restrictive regarding the Service formatGuillaume Desmottes2012-01-131-11/+17
|
* irc-network-chooser-dialog: be more NULL-safeGuillaume Desmottes2012-01-131-1/+4
|
* irc-network-chooser: set the account serviceGuillaume Desmottes2012-01-131-0/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791
* account-settings: allow to change the serviceGuillaume Desmottes2012-01-132-0/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791
* roster-window: watch for TpAccount:connection changesGuillaume Desmottes2012-01-121-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 Desmottes2012-01-121-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 patternGuillaume Desmottes2012-01-102-447/+390
|
* roster-window: port to new coding styleGuillaume Desmottes2012-01-102-1860/+1874
| | | | While I'm modyfing this file, best to do it now.
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-109-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 optionalXavier Claessens2012-01-101-10/+19
|
* Disable join button when protocol irc is selectedJovanka Gulicoska2012-01-101-0/+8
|
* Fix a doubled word in the Hungarian translationGabor Kelemen2012-01-091-4/+4
|
* Updated Russian translationYuri Myasoedov2012-01-081-415/+413
|
* added # in join room when irc protocol selectedJovanka Gulicoska2012-01-061-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631236
* contact-chooser: keep a ref on the TpContact we requestedGuillaume Desmottes2012-01-061-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 translationHannie Dumoleyn2012-01-031-924/+1054
|
* [l10n] Updated Estonian translationMattias Põldaru2012-01-021-217/+101
|
* [l10n]Updated Turkish translationMuhammet Kara2011-12-311-837/+819
|
* Updated Hebrew translation.Yaron Shahrabani2011-12-301-386/+383
|
* Updated Belarusian translation.Kasia Bondarava2011-12-291-860/+837
|
* Added Macedonian translation.Jovan Naumovski2011-12-251-1014/+4329
|
* Updated Spanish translationDaniel Mustieles2011-12-231-548/+540
|
* New translatino for Xhosa (xh)Andiswa Mvanyashe2011-12-232-0/+4794
|
* individual-widget: display champlain map in tooltipsGuillaume Desmottes2011-12-221-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661500
* Check for champlain 0.12.1Guillaume Desmottes2011-12-221-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 containerGuillaume Desmottes2011-12-221-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.cGuillaume Desmottes2011-12-221-0/+1
|
* accounts-dialog: remove protocol chooserGuillaume Desmottes2011-12-221-99/+0
|
* accounts-dialog: use the new account dialogGuillaume Desmottes2011-12-221-3/+22
|
* add new-account-dialogGuillaume Desmottes2011-12-223-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 wellGuillaume Desmottes2011-12-223-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 signalGuillaume Desmottes2011-12-221-24/+0
| | | | This signal will never be fired when editing an existing account.
* account-widget: modernize dipose functionGuillaume Desmottes2011-12-221-20/+2
|
* account-widget: use the self->priv patternGuillaume Desmottes2011-12-222-326/+287
| | | | I'm changing this file a lot so while I'm on it...
* don't use deprecated GTK+ APIGuillaume Desmottes2011-12-221-2/+2
|
* display the editor on topGuillaume Desmottes2011-12-221-3/+7
|
* properly handle accounts using an external storageGuillaume Desmottes2011-12-222-211/+129
|
* No need to manually prepare the connectionGuillaume Desmottes2011-12-221-25/+9
| | | | tp-glib does it for us now, thanks to the EmpathyClientFactory.
* we can now use the stock close buttonGuillaume Desmottes2011-12-221-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 commentGuillaume Desmottes2011-12-221-1/+0
| | | | We fire the close signal a bit later in this function
* no need to control the cancel button sensitivity any moreGuillaume Desmottes2011-12-221-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 dialogGuillaume Desmottes2011-12-221-4/+9
| | | | Looks better that way.
* add an accelerator to open the params dialogGuillaume Desmottes2011-12-221-1/+1
|
* pass a second NULL pointer to gtk_dialog_new_with_buttons()Guillaume Desmottes2011-12-221-1/+1
| | | | It makes gcc happier.
* Don't show the presence twiceDanielle Madeley2011-12-223-1/+5
|
* Make it possible to add/remove/edit accounts without it crashing everywhereDanielle Madeley2011-12-221-54/+11
|
* Add a close signal, emitted by both cancel and applyDanielle Madeley2011-12-222-5/+18
|
* Begin combining the dialogsDanielle Madeley2011-12-222-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 translationBruno Brouard2011-12-211-194/+154
|
* Updated Spanish translationDaniel Mustieles2011-12-201-120/+138
|
* [help] Reworked the search conversation topicMilo Casagrande2011-12-201-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 helpMilo Casagrande2011-12-202-15/+17
| | | | | * Fixed UI reference in the add and delete account pages, the button changed with the new Gnome theme
* Updated Polish translation of helpPiotr Drąg2011-12-201-103/+94
|
* remove released flagGuillaume Desmottes2011-12-201-1/+1
|
* coding style fixEMPATHY_3_3_3Guillaume Desmottes2011-12-201-1/+1
|
* prepare 3.3.3Guillaume Desmottes2011-12-202-2/+57
|
* empathy_chat_window_present_chat: move to the chat window desktopGuillaume Desmottes2011-12-191-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_desktopGuillaume Desmottes2011-12-192-0/+120
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=649208
* Updated Spanish translationDaniel Mustieles2011-12-191-131/+133
|
* [help] Fixed some UI references and typos, fixes bug #653812Milo Casagrande2011-12-186-38/+40
| | | | * Fixed the references to the OFF/ON switch
* Updated Slovenian translationMatej Urbančič2011-12-161-3/+56
|
* import-widget: use the server in IRC account display nameGuillaume Desmottes2011-12-161-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 translationMilo Casagrande2011-12-161-14/+16
| | | | * Updated Italian help translation, fixes bug #666261
* clsing tags (bug#666265)Funda Wang2011-12-151-3/+3
|
* Updated POTFILES.inPiotr Drąg2011-12-151-1/+0
|
* Stop passing an EmpathyContact to menu_item_new() fonctionsGuillaume Desmottes2011-12-143-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 needGuillaume Desmottes2011-12-142-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-managerGuillaume Desmottes2011-12-143-603/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* remove useless includes of empathy-contact-manager.hGuillaume Desmottes2011-12-145-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* main-window: stop instantiating the contact managerGuillaume Desmottes2011-12-141-5/+0
| | | | | | We don't use it any more. https://bugzilla.gnome.org/show_bug.cgi?id=660547
* remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITEGuillaume Desmottes2011-12-142-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 Desmottes2011-12-142-62/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* Show a contact as blocked if *all* is personas are blockedGuillaume Desmottes2011-12-141-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 neededGuillaume Desmottes2011-12-141-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-menuGuillaume Desmottes2011-12-143-723/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* map-view: use the individual menuGuillaume Desmottes2011-12-141-8/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* chat: use an EmpathyIndividualMenuGuillaume Desmottes2011-12-141-8/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* add EMPATHY_INDIVIDUAL_FEATURE_BLOCKGuillaume Desmottes2011-12-142-0/+216
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* remove EMPATHY_INDIVIDUAL_FEATURE_ALLGuillaume Desmottes2011-12-143-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 NULLGuillaume Desmottes2011-12-141-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 Desmottes2011-12-141-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 NULLGuillaume Desmottes2011-12-142-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 Desmottes2011-12-141-10/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665853
* Depend on folks 0.6.6Guillaume Desmottes2011-12-141-1/+1
| | | | We need it for the API to ensure a persona from a TpContact.
* empathy-audio-sink.c: include config.hXavier Claessens2011-12-131-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 NULLGuillaume Desmottes2011-12-121-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662873