Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Galician translations | Fran Diéguez | 2012-02-15 | 1 | -343/+357 |
| | |||||
* | Display a spinner while loading contacts from Folks | Guillaume Desmottes | 2012-02-14 | 2 | -14/+85 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | individual-manager: add API to know when contacts have been loaded from folks | Guillaume Desmottes | 2012-02-14 | 2 | -0/+46 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | Updated Serbian translation | Мирослав Николић | 2012-02-14 | 2 | -294/+316 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-02-14 | 1 | -4/+5 |
| | |||||
* | tls-dialog: add accessor on the 'Continue' button | Guillaume Desmottes | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-02-13 | 1 | -140/+150 |
| | |||||
* | Toggle telling others you are typing to them | Patrick F. Allen | 2012-02-13 | 3 | -1/+21 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668985 | ||||
* | Updated Serbian translation | Мирослав Николић | 2012-02-12 | 2 | -244/+180 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2012-02-12 | 1 | -3223/+629 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-02-12 | 1 | -1202/+1242 |
| | |||||
* | Don't unhighlight chat tabs when more messages are received | Will Thompson | 2012-02-11 | 3 | -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 valid | Guillaume Desmottes | 2012-02-10 | 1 | -0/+2 |
| | |||||
* | fix individual_info_menu_item_activate_cb signature | Guillaume Desmottes | 2012-02-10 | 1 | -1/+2 |
| | |||||
* | ContactInfo: always escape IRC channel names in markup | Will Thompson | 2012-02-10 | 1 | -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 translation | Daniel Mustieles | 2012-02-10 | 1 | -75/+83 |
| | |||||
* | empathy-call: call XInitThreads() | Guillaume Desmottes | 2012-02-09 | 1 | -0/+10 |
| | |||||
* | stop using clutter_gst_video_sink_new() | Guillaume Desmottes | 2012-02-09 | 1 | -4/+11 |
| | | | | It has been deprecated. | ||||
* | Add a gsetting key to show/hide groups | Guillaume Desmottes | 2012-02-09 | 3 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=627658 | ||||
* | account-widget-jabber: doesn't allow negative priority | Guillaume Desmottes | 2012-02-09 | 1 | -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 translation | Daniel Mustieles | 2012-02-09 | 1 | -137/+122 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2012-02-09 | 2 | -3442/+3938 |
| | |||||
* | po: Updated en_CA.po | Tiffany Antopolski | 2012-02-09 | 1 | -1763/+4103 |
| | |||||
* | contact-widget: use 'Personal Details' when editing our own info | Guillaume Desmottes | 2012-02-08 | 2 | -1/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669655 | ||||
* | [l10n] Update Japanese translation | Mako N | 2012-02-08 | 1 | -2158/+2187 |
| | |||||
* | Remove unused persona store/view | Guillaume Desmottes | 2012-02-08 | 5 | -2258/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482 | ||||
* | remove linking UI | Guillaume Desmottes | 2012-02-08 | 6 | -1203/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482 | ||||
* | individual-menu: remove link-contacts-activated signal | Guillaume Desmottes | 2012-02-08 | 2 | -34/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669482 | ||||
* | Remove 'Link Contact' menu item | Guillaume Desmottes | 2012-02-08 | 3 | -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 now | Guillaume Desmottes | 2012-02-08 | 1 | -0/+3 |
| | |||||
* | add missing config.h | Guillaume Desmottes | 2012-02-08 | 2 | -0/+3 |
| | |||||
* | Try installing gnome-contacts using PackageKit | Guillaume Desmottes | 2012-02-08 | 1 | -5/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578 | ||||
* | add empathy-pkg-kit | Guillaume Desmottes | 2012-02-08 | 3 | -0/+201 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578 | ||||
* | factor out start_gnome_contacts() | Guillaume Desmottes | 2012-02-08 | 1 | -1/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578 | ||||
* | Factor out show_gnome_contacts_error_dialog() | Guillaume Desmottes | 2012-02-08 | 1 | -14/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669578 | ||||
* | improve TP_ERROR_STR_ALREADY_CONNECTED displayed error string | Guillaume Desmottes | 2012-02-08 | 1 | -1/+1 |
| | | | | | | 'ressource' is XMPP specific and not clear to most users. https://bugzilla.gnome.org/show_bug.cgi?id=632739 | ||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2012-02-08 | 1 | -586/+653 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-02-08 | 1 | -891/+897 |
| | |||||
* | remove empathy-individual-information-dialog | Guillaume Desmottes | 2012-02-07 | 4 | -381/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669559 | ||||
* | Use gnome-contacts instead of the information dialog | Guillaume Desmottes | 2012-02-07 | 1 | -2/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669559 | ||||
* | [l10n] Updated German doc translation | Mario Blättermann | 2012-02-07 | 1 | -249/+270 |
| | |||||
* | add missing config.h | Guillaume Desmottes | 2012-02-07 | 2 | -0/+3 |
| | | | | Need to disable GLib deprecation warnings. | ||||
* | remove released flag | Guillaume Desmottes | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Update telepathy-yellEMPATHY_3_3_5 | Guillaume Desmottes | 2012-02-07 | 1 | -0/+0 |
| | | | | Needed to disable GLib deprecation warnings. | ||||
* | prepare 3.3.5 | Guillaume Desmottes | 2012-02-07 | 2 | -2/+44 |
| | |||||
* | individual_menu_add_personas: remove useless variable | Guillaume Desmottes | 2012-02-06 | 1 | -1/+0 |
| | |||||
* | account_widget_generic_format_param_name: make sure param_name is not NULL | Guillaume Desmottes | 2012-02-06 | 1 | -0/+2 |
| | | | | This should make the clang analyzer happier. | ||||
* | Make the default chat window size bigger. | Ken VanDine | 2012-02-06 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612216 | ||||
* | Updated Galician translations | Fran Diéguez | 2012-02-06 | 1 | -292/+382 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-02-04 | 1 | -29/+55 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-02-04 | 2 | -519/+682 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-02-03 | 1 | -26/+44 |
| | |||||
* | display a message if accounts need to be enabled | Guillaume Desmottes | 2012-02-03 | 1 | -4/+83 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | display a specific message if no account is configured | Guillaume Desmottes | 2012-02-03 | 1 | -0/+27 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | add generic contact icon and account settings button to the message page | Guillaume Desmottes | 2012-02-03 | 2 | -4/+73 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | make code displaying the 'no match found' page more generic | Guillaume Desmottes | 2012-02-03 | 1 | -16/+28 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097 | ||||
* | assistant: hide the buttons in the salut widget | Guillaume Desmottes | 2012-02-03 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669300 | ||||
* | 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. |