Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | factor out contact_added | Guillaume Desmottes | 2010-03-30 | 1 | -4/+11 | |
| | | ||||||
* | | map_view_update_contact_position: don't call contact_has_location twice | Guillaume Desmottes | 2010-03-30 | 1 | -5/+7 | |
| | | ||||||
* | | Always connect "notify::location" on contact | Guillaume Desmottes | 2010-03-30 | 1 | -3/+0 | |
| | | | | | | | | | | Now contact position will be displayed even if they didn't have a postion when the map has been created (#614012). | |||||
* | | map_view_contacts_foreach: no need to create the marker any more | Guillaume Desmottes | 2010-03-30 | 1 | -1/+0 | |
| | | | | | | | | map_view_update_contact_position will do it if needed. | |||||
* | | map_view_update_contact_position: create marker if needed | Guillaume Desmottes | 2010-03-30 | 1 | -1/+10 | |
| | | ||||||
* | | factor out contact_has_location | Guillaume Desmottes | 2010-03-30 | 1 | -10/+19 | |
| | | ||||||
* | | factor out create_marker | Guillaume Desmottes | 2010-03-30 | 1 | -19/+28 | |
| | | ||||||
* | | rename map_view_marker_update_position to map_view_update_contact_position ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -18/+14 | |
| | | | | | | | | and pass a contact rather than a marker | |||||
* | | map-view: add a mapping from EmpathyContact to ChamplainMarker | Guillaume Desmottes | 2010-03-30 | 1 | -0/+8 | |
| | | ||||||
* | | empathy_tp_call_leave: allocate the array on the stack | Guillaume Desmottes | 2010-03-30 | 1 | -7/+2 | |
| | | ||||||
* | | empathy_call_handler_stop_call: use empathy_tp_call_leave rather than ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | empathy_tp_call_close This will gracefully hang up calls (#610477). | |||||
* | | add empathy_tp_call_leave | Guillaume Desmottes | 2010-03-30 | 2 | -0/+48 | |
| | | ||||||
* | | call-window: call empathy_call_handler_stop_call when closing a call | Guillaume Desmottes | 2010-03-30 | 1 | -1/+8 | |
| | | | | | | | | This will allow us to properly terminate the call. | |||||
* | | empathy_call_window_disconnected: remove call to ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -1/+3 | |
| | | | | | | | | empathy_call_window_reset_pipeline out of variable declarations | |||||
* | | remove forget button | Guillaume Desmottes | 2010-03-30 | 10 | -308/+51 | |
| | | ||||||
* | | Add clear icon in entry containing password (#608104) | Guillaume Desmottes | 2010-03-30 | 1 | -0/+42 | |
| | | ||||||
* | | 2.31 here we go | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 | |
| | | ||||||
* | | Rename empathy status icons to fit standard icon name | Guillaume Desmottes | 2010-03-30 | 31 | -30/+30 | |
| | | | | | | | | | | This give us fallback to Empathy icons for free if they are not implemented in the theme. | |||||
* | | use the 'user-invisible' icon if implemented | Guillaume Desmottes | 2010-03-30 | 2 | -2/+10 | |
| | | ||||||
* | | Use standard names for status icons (#602420) | Guillaume Desmottes | 2010-03-30 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch 'people-nearby-fake-group-613558' | Danielle Madeley | 2010-03-30 | 4 | -35/+76 | |
|\ \ | ||||||
| * | | Remove People Nearby from sorted groups list | Danielle Madeley | 2010-03-30 | 1 | -1/+0 | |
| | | | ||||||
| * | | Clean up sorting function to take top/bottom lists of fake groups | Danielle Madeley | 2010-03-24 | 1 | -9/+52 | |
| | | | | | | | | | | | | | | | | | | Even if we choose not to sort People Nearby, this patch is useful because it makes how the sorting of groups is done much clearer and allows us to add other fake groups in the future. | |||||
| * | | Add an icon for People Nearby | Danielle Madeley | 2010-03-24 | 1 | -5/+8 | |
| | | | ||||||
| * | | Make People Nearby into a Fake Group like Ungrouped and Favourites | Danielle Madeley | 2010-03-24 | 3 | -21/+17 | |
| | | | ||||||
* | | | CellRendererText: Use G_PARAM_STATIC_STRINGS | Will Thompson | 2010-03-30 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also changes the name of the "is group" property to use a hyphen (which is the canonical form) rather than an underscore, because the combination of the underscore and G_PARAM_STATIC_STRINGS makes GObject blow up: GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags & G_PARAM_STATIC_NAME) || is_canonical (name)' failed | |||||
* | | | Show status messages in compact view (#614052) | Will Thompson | 2010-03-30 | 4 | -30/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when the contact list was in compact mode your contacts' status mesasges were not shown. With this patch, status messages are shown in the space to the right of the contact's name, in the same small, grey font as in the expanded view. Only custom messages are shown; fallback strings like _("Available") are redundant and made the list way too hard to read, so are not shown. This patch does show that most of my contacts are too boring to have status messages... | |||||
* | | | Use a temporary variable for param specs | Will Thompson | 2010-03-30 | 1 | -28/+17 | |
| | | | ||||||
* | | | disconnect NewChannels signal once we got all the list channels we care about | Guillaume Desmottes | 2010-03-30 | 1 | -1/+19 | |
| | | | ||||||
* | | | tp-contact-list: watch for list channels announced in NewChannels signals | Guillaume Desmottes | 2010-03-30 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | If ensuring list channels fails (for example because the server is slow and the D-Bus call timeouts before CM fetches the roster), we have a chance to get them later. (#612949) | |||||
* | | | allow got_list_channel to be called more than once for the same channel | Guillaume Desmottes | 2010-03-30 | 1 | -2/+6 | |
| | | | | | | | | | | | | Also allow to pass other list channel such as 'deny' for example. | |||||
* | | | factor out got_list_channel | Guillaume Desmottes | 2010-03-30 | 1 | -19/+27 | |
| | | | ||||||
* | | | don't leak the classes list | Guillaume Desmottes | 2010-03-30 | 1 | -4/+12 | |
| | | | ||||||
* | | | Unsensitive roomlist expander if roomlist is not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Don't request roomlist channel if not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -1/+14 | |
| | | | ||||||
* | | | empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0 | Guillaume Desmottes | 2010-03-30 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | This allows us to check if channel type with HandleType=None are supported (for example roomlist channels). | |||||
* | | | release.py: releases are now tagged EMPATHY_2_30* | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Sets sensitivity of Previous/Next Tab menu items based on ↵ | Aaron Brown | 2010-03-30 | 1 | -2/+7 | |
| | | | | | | | | | | | | gtk-keynav-wrap-around and tab position (#613382) | |||||
* | | | Updated Arabic translation | Khaled Hosny | 2010-03-30 | 1 | -125/+121 | |
| | | | ||||||
* | | | Updated Latvian translation. | Peteris Krisjanis | 2010-03-30 | 1 | -474/+335 | |
| | | | ||||||
* | | | chat: use empathy_signal_connect_weak to connect signal on the buffer | Guillaume Desmottes | 2010-03-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | The textview can't survive once the EmpathyChat has been destroyed but if for some reason its buffer it's still alive, firing this signal leads to a crash (#612363). | |||||
* | | | chat_input_text_buffer_changed_cb: 'priv' is useless | Guillaume Desmottes | 2010-03-29 | 1 | -3/+0 | |
| | | | ||||||
* | | | coding style fixes | Guillaume Desmottes | 2010-03-29 | 1 | -6/+5 | |
| | | | ||||||
* | | | Check for errors when linking the video source into a call (#612020) | Olivier Crête | 2010-03-29 | 1 | -7/+60 | |
| | | | ||||||
* | | | Verify that the video source could be linked into the pipeline | Olivier Crête | 2010-03-29 | 1 | -1/+5 | |
| | | | ||||||
* | | | Return error when the audio source can not be started | Olivier Crête | 2010-03-29 | 1 | -4/+31 | |
| | | | ||||||
* | | | telepathy-glib sucks, need to send stream error from the main thread | Olivier Crête | 2010-03-29 | 1 | -2/+13 | |
| | | | ||||||
* | | | Return a telepathy error if the source can't be added | Olivier Crête | 2010-03-29 | 2 | -4/+10 | |
| | | | ||||||
* | | | Remove false comment | Olivier Crête | 2010-03-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | The sink-added callback is called in response to a dbus call, so from the main thread. It is the src-addec callback that comes from a streaming thread. | |||||
* | | | Add audio conversion filter to receive pipeline | Olivier Crête | 2010-03-29 | 1 | -1/+43 | |
| | | | ||||||
* | | | Add fakesink to srcpad if not real sink could be linked | Olivier Crête | 2010-03-29 | 1 | -0/+30 | |
| | | | ||||||
* | | | Emit error when failing to link audio pad | Olivier Crête | 2010-03-29 | 1 | -1/+12 | |
| | | | ||||||
* | | | Send stream error when the src pad can't be linked | Olivier Crête | 2010-03-29 | 2 | -4/+11 | |
| | | | ||||||
* | | | Handle errors from audio sink | Olivier Crête | 2010-03-29 | 1 | -5/+53 | |
| | | | ||||||
* | | | new-chatroom-dialog: filter CM not implementing groupchat | Andrew Gorcester | 2010-03-29 | 1 | -1/+45 | |
| | | | ||||||
* | | | tp-chat: update self user if it has been renamed (#613930) | Guillaume Desmottes | 2010-03-29 | 1 | -0/+6 | |
| | | | ||||||
* | | | start dev of next release | Guillaume Desmottes | 2010-03-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | fallback to JID if alias is empty | Felix Kaser | 2010-03-29 | 1 | -5/+8 | |
| | | | | | | | | | | | | if the alias is empty, contact_get_name should fallback to the jabber id. this fixes bug #614162 | |||||
* | | | fix alignment of the label in error-infobar | Felix Kaser | 2010-03-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | this left aligns the label which contains the error message in the infobar. fixes bug #609823 | |||||
* | | | Updated Greek translation for empathy documentation | Simos Xenitellis | 2010-03-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | prepare 2.30 releaseEMPATHY_2_30_0 | Guillaume Desmottes | 2010-03-29 | 2 | -3/+74 | |
| | | | ||||||
* | | | release.py: add release date in NEWS | Guillaume Desmottes | 2010-03-29 | 1 | -1/+2 | |
| | | | ||||||
* | | | release.py: draw a 'line' of the length of the title | Guillaume Desmottes | 2010-03-29 | 1 | -1/+3 | |
| | | | ||||||
* | | | Update Simplified Chinese translation. | Aron Xu | 2010-03-29 | 1 | -726/+960 | |
| | | | ||||||
* | | | remove empathy_log_store_empathy_get_dir | Guillaume Desmottes | 2010-03-29 | 2 | -10/+0 | |
| | | | ||||||
* | | | ship a copy of empathy_log_store_empathy_get_dir in migrate-butterfly-logs.c | Guillaume Desmottes | 2010-03-29 | 1 | -5/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code duplication isn't cool but that allows us to migrate logs when Empathy is built with TPL as well (#613437). The other option was to always build log-store-empathy but it's pulling log-store and even the log-manager. I think adding this small duplication is ok as that's temporary code that will be dropped during the 2.31 cycle. | |||||
* | | | coding style fixes | Guillaume Desmottes | 2010-03-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | fix menu_tabs_right accelerator | Guillaume Desmottes | 2010-03-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge commit 'treitter/bug-613272' | Guillaume Desmottes | 2010-03-29 | 3 | -527/+543 | |
|\ \ \ | ||||||
| * | | | Set a default empathy-accounts window size such that any scrolled Advanced ↵ | Travis Reitter | 2010-03-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | section will be somewhat-reasonably-sized. | |||||
| * | | | Another way to fix Gnome bug #613272. This puts the Advanced expander ↵ | Travis Reitter | 2010-03-25 | 4 | -628/+630 | |
| | | | | | | | | | | | | | | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section. | |||||
| * | | | Make the account details pane scrollable, in case the Advanced section is ↵ | Travis Reitter | 2010-03-20 | 3 | -105/+119 | |
| | | | | | | | | | | | | | | | | too large to fit on the screen all at once. Fixes Gnome bug #613272. | |||||
* | | | | Adds Ctrl+Shift+PgUp/PgDn accelerator key to move current tab left/right ↵ | Aaron Brown | 2010-03-29 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | (#614155) | |||||
* | | | | Updated Serbian translations | Branko Kokanović | 2010-03-29 | 2 | -484/+548 | |
| | | | | ||||||
* | | | | Update Czech translation | Petr Kovar | 2010-03-29 | 1 | -27/+22 | |
| | | | | ||||||
* | | | | Updated Bengali translation | Jamil Ahmed | 2010-03-28 | 1 | -148/+132 | |
| | | | | ||||||
* | | | | Updated Danish translation | Ask H. Larsen | 2010-03-28 | 1 | -941/+1507 | |
| | | | | ||||||
* | | | | Updated Greek translation | Simos Xenitellis | 2010-03-27 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-27 | 1 | -15/+39 | |
| | | | | ||||||
* | | | | Updated Bengali translation | Jamil Ahmed | 2010-03-27 | 1 | -638/+741 | |
| | | | | ||||||
* | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-03-27 | 2 | -78/+70 | |
| | | | | ||||||
* | | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-27 | 1 | -240/+250 | |
| | | | | ||||||
* | | | | Update Czech translation | Jiri Eischmann | 2010-03-27 | 1 | -910/+1364 | |
| | | | | ||||||
* | | | | Updated Lithuanian translation | Žygimantas Beručka | 2010-03-27 | 1 | -860/+1571 | |
| | | | | ||||||
* | | | | Updated Greek translation for empathy documentation | Marios Zindilis | 2010-03-27 | 1 | -138/+47 | |
| | | | | ||||||
* | | | | Updated Kurdish translation | Sîmurg56 | 2010-03-26 | 1 | -844/+1274 | |
| | | | | ||||||
* | | | | Updated Kurdish translation | Sîmurg56 | 2010-03-26 | 1 | -1360/+701 | |
| | | | | ||||||
* | | | | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-26 | 1 | -205/+225 | |
| | | | | ||||||
* | | | | Updated German doc translation | Mario Blättermann | 2010-03-26 | 1 | -402/+420 | |
| | | | | ||||||
* | | | | Add a comment explaining translator how to make the Facebook string look nice | Guillaume Desmottes | 2010-03-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | One more time... | Timo Jyrinki | 2010-03-26 | 1 | -13/+13 | |
| | | | | ||||||
* | | | | Updated French doc translation | Bruno Brouard | 2010-03-26 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Updated translation from Launchpad. | Timo Jyrinki | 2010-03-26 | 1 | -124/+126 | |
| | | | | ||||||
* | | | | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2010-03-26 | 1 | -872/+1495 | |
| | | | | ||||||
* | | | | Removed the non standard notification capabilities from the list | Nicolò Chieffo | 2010-03-25 | 1 | -4/+0 | |
| | | | | ||||||
* | | | | Merge branch 'hidden-613892' | Guillaume Desmottes | 2010-03-25 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Launch Empathy in hidden mode when invoked (#613892) | Guillaume Desmottes | 2010-03-25 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Updated Greek translation | Μάριος Ζηντίλης | 2010-03-25 | 1 | -1150/+973 | |
|/ / / / | ||||||
* | | | | Updated Greek translation | Kostas Papadimas | 2010-03-25 | 1 | -809/+411 | |
| | | | | ||||||
* | | | | Updated Spanish translation | Jorge González | 2010-03-25 | 1 | -6/+8 | |
| | | | | ||||||
* | | | | fix enalbe typo - bgo 613772 | Paul Cutler | 2010-03-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Updated Galician translation | Fran Diéguez | 2010-03-24 | 1 | -26/+20 | |
| | | | | ||||||
* | | | | Updated French doc translation | Bruno Brouard | 2010-03-24 | 1 | -1023/+2980 | |
| | | | | | | | | | | | | | | | | | | | | Contributed by Bruno Brouard <annoa.b@gmail.com> and Rémi Peixoto <remi.peixoto@gmail.com> | |||||
* | | | | Same reap-child fix for empathy-debugger | Danielle Madeley | 2010-03-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Automatically reap the empathy-accounts child process | Danielle Madeley | 2010-03-24 | 4 | -31/+8 | |
| |/ / |/| | | | | | | | | Remove unrequired exit_cb code | |||||
* | | | empathy-contact-manager: no need to pass object as user_data and weak_object | Danielle Madeley | 2010-03-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | empathy-contact-manager: remove unrequired for loop when unpacking struct | Danielle Madeley | 2010-03-24 | 1 | -14/+5 | |
| | | | ||||||
* | | | Updated Catalan translation | Gil Forcada | 2010-03-24 | 1 | -989/+1512 | |
| | | | ||||||
* | | | empathy-debugger: set text domain | Guillaume Desmottes | 2010-03-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | If we don't set it the debugger is not translated. | |||||
* | | | updating for Punjabi by A S Alam | A S Alam | 2010-03-23 | 1 | -56/+64 | |
| | | | ||||||
* | | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-23 | 1 | -6/+6 | |
| | | | ||||||
* | | | empathy-accounts: set text domain | Guillaume Desmottes | 2010-03-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | If we don't set it the accounts assistant and dialog are not translated (#613596). | |||||
* | | | Update Romanian translation | Adi Roiban | 2010-03-22 | 1 | -207/+235 | |
| | | | ||||||
* | | | chat-window: remove some DEBUG calls | Guillaume Desmottes | 2010-03-22 | 1 | -15/+0 | |
| | | | | | | | | | | | | They don't really give us anything useful and flood logs. | |||||
* | | | empathy_window_present: use X server time if there is no event | Guillaume Desmottes | 2010-03-22 | 1 | -2/+51 | |
| | | | ||||||
* | | | Estonian translation updated | Ivar Smolin | 2010-03-22 | 1 | -6/+6 | |
| | | | ||||||
* | | | Updated Hungarian translation | Gabor Kelemen | 2010-03-21 | 1 | -745/+957 | |
| | | | ||||||
* | | | Updated Portuguese translation | Duarte Loreto | 2010-03-21 | 1 | -862/+1481 | |
| | | | ||||||
* | | | Updated Galician translation | Fran Diéguez | 2010-03-21 | 1 | -174/+213 | |
| | | | ||||||
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-03-20 | 2 | -364/+428 | |
| | | | ||||||
* | | | Updated German translation | Christian Kirbach | 2010-03-20 | 1 | -9/+5 | |
| | | | ||||||
* | | | Updated Korean translation | Changwoo Ryu | 2010-03-20 | 1 | -879/+1417 | |
| | | | ||||||
* | | | Updated Arabic translation | Khaled Hosny | 2010-03-19 | 1 | -8/+14 | |
| | | | ||||||
* | | | Updated Swedish translation | Daniel Nylander | 2010-03-19 | 1 | -26/+26 | |
|/ / | ||||||
* | | Updated Italian translation | Milo Casagrande | 2010-03-19 | 1 | -6/+10 | |
| | | ||||||
* | | Updated Polish translation | Piotr Drąg | 2010-03-19 | 1 | -21/+21 | |
| | | ||||||
* | | Estonian translation updated | Mattias Põldaru | 2010-03-18 | 1 | -31/+34 | |
| | | ||||||
* | | Updated Finnish translation by Jiri Grönroos. Via Launchpad. | Timo Jyrinki | 2010-03-18 | 1 | -877/+1809 | |
| | | ||||||
* | | Updated Russian translation from Yury Kozlov | Leonid Kanter | 2010-03-18 | 1 | -39/+18 | |
| | | ||||||
* | | Updated Brazilian Portuguese translation | Djavan Fagundes | 2010-03-18 | 1 | -177/+207 | |
| | | ||||||
* | | Updated French translation | Bruno Brouard | 2010-03-18 | 1 | -46/+52 | |
| | | ||||||
* | | Updated British English translation | Bruce Cowan | 2010-03-18 | 1 | -178/+208 | |
| | | ||||||
* | | Updated German translation | Christian.Kirbach | 2010-03-18 | 1 | -173/+207 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-03-18 | 1 | -55/+55 | |
| | | ||||||
* | | Updated Bulgarian translation | Alexander Shopov | 2010-03-17 | 1 | -5/+5 | |
| | | ||||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-03-17 | 1 | -53/+53 | |
| | | ||||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -75/+49 | |
| | | ||||||
* | | sidebar: fix assertion in empathy_sidebar_menu_position_under | Guillaume Desmottes | 2010-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | For some reason this assertion was done the wrong way. I checked in eog and it's supposed to be done that way (#612557). | |||||
* | | fix escaping of UTF-chars in ui file (#613117) | Gabor Kelemen | 2010-03-17 | 2 | -4/+4 | |
| | | ||||||
* | | Added gtk-keynav-wrap-around check before cycling tabs | mrhappypants | 2010-03-17 | 1 | -2/+10 | |
| | | ||||||
* | | updating for Punjabi by A S Alam | A S Alam | 2010-03-17 | 1 | -232/+248 | |
| | | ||||||
* | | Updated Kurdish translation | simurg56 | 2010-03-17 | 1 | -981/+2855 | |
| | | ||||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -43/+69 | |
| | | ||||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -196/+190 | |
| | | ||||||
* | | Updated Bulgarian translation | Alexander Shopov | 2010-03-16 | 1 | -228/+237 | |
| | | ||||||
* | | Update Russian translation from Alexander Saprykin | Leonid Kanter | 2010-03-16 | 1 | -222/+246 | |
| | | ||||||
* | | start dev of next release | Guillaume Desmottes | 2010-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "Updated Italian translation" | Milo Casagrande | 2010-03-16 | 1 | -3091/+3050 | |
| | | | | | | | | This reverts commit dd8208c3597a234a62e3502f098d3c32fcedf70a. | |||||
* | | Updated Italian translation | Francesco Marlatta | 2010-03-16 | 1 | -3050/+3091 | |
| | | ||||||
* | | Updated French translation | Claude Paroz | 2010-03-16 | 1 | -143/+160 | |
| | | ||||||
* | | Updated Italian translation | Milo Casagrande | 2010-03-16 | 1 | -237/+247 | |
| | | ||||||
* | | Updated Arabic translation | Khaled Hosny | 2010-03-16 | 1 | -220/+242 | |
| | | ||||||
* | | Updated Swedish translation | Daniel Nylander | 2010-03-16 | 1 | -268/+285 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-03-16 | 1 | -53/+58 | |
| | | ||||||
* | | fix typo in release nameEMPATHY_2_29_93 | Guillaume Desmottes | 2010-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | Prepare 2.29.93 release | Guillaume Desmottes | 2010-03-16 | 2 | -2/+46 | |
| | | ||||||
* | | Merge commit 'staz/dnd' | Guillaume Desmottes | 2010-03-16 | 2 | -13/+19 | |
|\ \ | ||||||
| * | | DnD: add a text/path-list target to contact list windows too | Olivier Le Thanh Duong | 2010-03-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | DnD: add a new text/path-list target in chat window | Olivier Le Thanh Duong | 2010-03-16 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | add a new text/path-list drop target to the chat window, it act like the text/uri-list target but is prioritized over it. This is mainly to circumvent Tomboy returning note:// uri in its uri-list. | |||||
| * | | chat_window_drag_motion : search in all the drop targets | Olivier Le Thanh Duong | 2010-03-05 | 1 | -7/+4 | |
| | | | | | | | | | | | | | | | Use gtk_drag_dest_find_target to search in all the drop targets instead of only the first one. | |||||
* | | | Updated Polish translation | Piotr Drąg | 2010-03-16 | 1 | -216/+222 | |
| | | | ||||||
* | | | empathy_window_present: use _NET_WM_USER_TIME only has a fallback | Guillaume Desmottes | 2010-03-15 | 1 | -1/+5 | |
| | | | ||||||
* | | | empathy_window_present: use gdk_x11_display_get_user_time as timestamp | Guillaume Desmottes | 2010-03-15 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using G_MAXINT32 is wrong because X clock wraps every few weeks so G_MAXINT32 is not garanteed to be in the past or future. Using gdk_x11_display_get_user_time should give us a good approximation of the actual time. Fixes bug #609001. | |||||
* | | | empathy_window_present: remove useless 'steal_focus' arg | Guillaume Desmottes | 2010-03-15 | 6 | -9/+7 | |
| | | | ||||||
* | | | main_window_chat_quit_cb: release the reference on the chatroom mgr | Guillaume Desmottes | 2010-03-15 | 1 | -0/+1 | |
| | | | ||||||
* | | | call-window: display the 'audio input' page by default (#612450) | Guillaume Desmottes | 2010-03-15 | 1 | -6/+7 | |
| | | | ||||||
* | | | idle: Only restore state but not status message when getting back from idle ↵ | Brian Curtis | 2010-03-15 | 1 | -14/+3 | |
| | | | | | | | | | | | | (#566832) | |||||
* | | | Updated Slovenian translation | Matej Urbančič | 2010-03-15 | 1 | -218/+236 | |
| | | | ||||||
* | | | add COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they ↵ | Guillaume Desmottes | 2010-03-15 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | are shipped in tarballs Also sort EXTRA_DIST. | |||||
* | | | return correct value in g_return_val_if_fail | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | contact-selector-dialog: unref filter_account when disposing | Guillaume Desmottes | 2010-03-15 | 1 | -0/+5 | |
| | | | ||||||
* | | | contact_selector_dialog_account_changed_cb: cope with ↵ | Guillaume Desmottes | 2010-03-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | tp_account_get_connection being NULL | |||||
* | | | invite-participant-dialog: filter contacts by account | Guillaume Desmottes | 2010-03-15 | 3 | -4/+10 | |
| | | | | | | | | | | | | | | | We can't invite contacts from other accounts so we shouldn't display them (#612718). | |||||
* | | | contact-selector-dialog: Add a property to filter contacts by account | Guillaume Desmottes | 2010-03-15 | 2 | -3/+72 | |
| | | | | | | | | | | | | | | | This is useful when the account chooser is not displayed to filter contacts from one specific account. | |||||
* | | | contact_widget_contact_update: don't call ↵ | Guillaume Desmottes | 2010-03-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | contact_widget_favourites_changed_cb if favorite support is disabled | |||||
* | | | Allow to unmark contacts as favorite using DnD | Guillaume Desmottes | 2010-03-15 | 1 | -2/+13 | |
| | | | ||||||
* | | | Allow to remove contact from the 'Ungrouped' group using DnD | Guillaume Desmottes | 2010-03-15 | 1 | -3/+8 | |
| | | | ||||||
* | | | factor out group_can_be_modified | Guillaume Desmottes | 2010-03-15 | 1 | -6/+19 | |
| | | | ||||||
* | | | Support to tag contact as favorite using DnD | Guillaume Desmottes | 2010-03-15 | 1 | -2/+11 | |
| | | | ||||||
* | | | Don't allow moving contacts to fake groups using DnD | Guillaume Desmottes | 2010-03-15 | 3 | -4/+16 | |
| | | | | | | | | | | | | Fake groups can't be modified. | |||||
* | | | add 'favorite' checkbox to the edit dialog | Guillaume Desmottes | 2010-03-15 | 3 | -6/+82 | |
| | | | ||||||
* | | | remove double ; | Guillaume Desmottes | 2010-03-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | rephrase fake favorite group display name | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBS | Guillaume Desmottes | 2010-03-15 | 3 | -6/+0 | |
| | | | ||||||
* | | | libtelepathy-logger has been renamed to telepathy-logger | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE | Guillaume Desmottes | 2010-03-15 | 2 | -36/+0 | |
| | | | | | | | | | | | | We don't need it any more. | |||||
* | | | Don't display context menu when right clicking on a fake group | Guillaume Desmottes | 2010-03-15 | 2 | -5/+14 | |
| | | | | | | | | | | | | Those can't be renamed. | |||||
* | | | compare_separator_and_groups: check that the group is actually a fake one | Guillaume Desmottes | 2010-03-15 | 1 | -13/+15 | |
| | | | ||||||
* | | | contact-list-store: add a column saying if a group is a fake one or not | Guillaume Desmottes | 2010-03-15 | 2 | -5/+10 | |
| | | | ||||||
* | | | stop displaying favorite contacts on top of groups | Guillaume Desmottes | 2010-03-15 | 1 | -10/+3 | |
| | | | | | | | | | | | | They are already displayed in a separated group on top of the contact list | |||||
* | | | Display icon near the favorite fake group | Guillaume Desmottes | 2010-03-15 | 1 | -0/+53 | |
| | | | ||||||
* | | | Display the fake 'Favorites' group at the top of the contact list | Guillaume Desmottes | 2010-03-15 | 1 | -1/+5 | |
| | | | ||||||
* | | | Create a fake 'Favorites People' group | Guillaume Desmottes | 2010-03-15 | 2 | -1/+19 | |
| | | | ||||||
* | | | factor out add_contact_to_store | Guillaume Desmottes | 2010-03-15 | 1 | -26/+24 | |
| | | | ||||||
* | | | Move the 'Ungrouped' fake contact to the bottom of the contact list | Guillaume Desmottes | 2010-03-15 | 1 | -2/+8 | |
| | | | ||||||
* | | | factor out compare_separator_and_groups | Guillaume Desmottes | 2010-03-15 | 1 | -41/+45 | |
| | | | ||||||
* | | | add 'Ungrouped' fake contact | Guillaume Desmottes | 2010-03-15 | 2 | -1/+16 | |
| | | | ||||||
* | | | Move the 'Favorite' menu item after 'Information' | Guillaume Desmottes | 2010-03-15 | 1 | -7/+7 | |
| | | | ||||||
* | | | remove EMPATHY_IMAGE_(UN)FAVOURITE | Guillaume Desmottes | 2010-03-15 | 1 | -2/+0 | |
| | | | ||||||
* | | | remove 'favorite' column in the contact list | Guillaume Desmottes | 2010-03-15 | 1 | -88/+0 | |
| | | | | | | | | | | | | We can use the contact menu now. | |||||
* | | | Add 'favorite' checkbox to the contact menu | Guillaume Desmottes | 2010-03-15 | 2 | -0/+50 | |
| | | | ||||||
* | | | check that logger is not NULL before unrefing it | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 | |
| | | | ||||||
* | | | fix hash table leak | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | priv->favourites takes the reference of the newly created hash table so we don't have to ref it. | |||||
* | | | factor out add_contacts_to_favourites | Guillaume Desmottes | 2010-03-15 | 1 | -31/+30 | |
| | | | ||||||
* | | | Unref contact returned by empathy_contact_list_get_members | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | empathy_contact_list_get_members return a list of reffed contacts. | |||||
* | | | log an error if {Add,Remove}FavouriteContact failed | Guillaume Desmottes | 2010-03-15 | 1 | -2/+22 | |
| | | | ||||||
* | | | document the favorites hash table | Guillaume Desmottes | 2010-03-15 | 1 | -0/+2 | |
| | | | ||||||
* | | | coding style fixes | Guillaume Desmottes | 2010-03-15 | 5 | -51/+54 | |
| | | | ||||||
* | | | Sync Unix_Timestamp64 definition with the spec | Guillaume Desmottes | 2010-03-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | It now has the 'x' type. | |||||
* | | | Rebase the favourites support upon the telepathy-logger instead of a ↵ | Travis Reitter | 2010-03-15 | 9 | -21/+564 | |
| | | | | | | | | | | | | specially-named favourites group. | |||||
* | | | Cut out the concept of a special Favourites group | Travis Reitter | 2010-03-15 | 4 | -78/+33 | |
| | | | ||||||
* | | | Add a favorite contacts build option and make Moblin support automatically ↵ | Travis Reitter | 2010-03-15 | 6 | -0/+68 | |
| | | | | | | | | | | | | turn it on. | |||||
* | | | Add support for marking contacts as favorites (which gives them a highlighted | Travis Reitter | 2010-03-15 | 6 | -6/+181 | |
| | | | | | | | | | | | | star next to their name and adds them to the top of the contact list) | |||||
* | | | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -10/+11 | |
| | | | ||||||
* | | | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -204/+221 | |
| | | | ||||||
* | | | empathy-accounts: set a title for the assistant | Danielle Madeley | 2010-03-15 | 1 | -0/+3 | |
| | | | ||||||
* | | | empathy-accounts: set "Empathy Accounts" as application name | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | It's more friendly to translators. | |||||
* | | | empathy-debugger: set "Empathy Debugger" as application name | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | It's more friendly to translators. | |||||
* | | | Separate the debug window into its own process. | Mike Ruprecht | 2010-03-15 | 5 | -3/+88 | |
| | | | ||||||
* | | | Merge branch 'butterfly-networkid' | Jonny Lamb | 2010-03-15 | 8 | -0/+291 | |
|\ \ \ | ||||||
| * | | | Migrate butterfly logs to remove the network ID suffix. | Jonny Lamb | 2010-03-13 | 8 | -0/+291 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
* | | | | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -21/+43 | |
| | | | | ||||||
* | | | | Updated Italian help translation | Milo Casagrande | 2010-03-15 | 1 | -67/+91 | |
| | | | | ||||||
* | | | | Update Galician translation | Fran Diéguez | 2010-03-14 | 1 | -39/+26 | |
| | | | | ||||||
* | | | | Updated German doc translation | Mario Blättermann | 2010-03-13 | 1 | -21/+44 | |
| | | | | ||||||
* | | | | [help] Updated the irc-join-pwd topic: password protected IRC room now works | Milo Casagrande | 2010-03-13 | 1 | -9/+21 | |
| | | | | ||||||
* | | | | set $HOME as default directory when sending a file | Guillaume Desmottes | 2010-03-12 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672) | Guillaume Desmottes | 2010-03-12 | 1 | -0/+8 | |
|/ / / | ||||||
* | | | Updated German doc translation | Mario Blättermann | 2010-03-12 | 1 | -463/+455 | |
| | | | ||||||
* | | | updated breton translation | deniarnuad | 2010-03-12 | 1 | -1049/+1972 | |
| | | | ||||||
* | | | Updated Spanish translation | Jorge González | 2010-03-12 | 1 | -79/+72 | |
| | | | ||||||
* | | | [help] Removed the offline-contacts topic (bug 612448): | Milo Casagrande | 2010-03-12 | 3 | -52/+43 | |
| | | | | | | | | | | | | | | | | | | * Created hide-contacts based on removed-contacts * Fixed the topic * Removed the old page from Makefile and added the new one | |||||
* | | | Fix a small typo | Luca Ferretti | 2010-03-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'butterfly-conference-misc' | Jonny Lamb | 2010-03-11 | 2 | -3/+12 | |
|\ \ \ | ||||||
| * | | | tp-chat: remove butterfly MSN HandleType=NONE workaround | Jonny Lamb | 2010-03-11 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of butterfly use the conference interface, so their 1-1 chats don't implement the group interface. This patch changes nothing there, but now when butterfly gives a channel with TargetHandleType=NONE, it is actually a MUC, so act like that. Thanks to the addition of the conference interface with this change, we can check for its presence to decide whether this is old-school or new-school butterfly. This commit and 13a7c40c together fix bug #612461. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
| * | | | tp-chat: when seeing if a chat can be upgraded, don't worry about handle type | Jonny Lamb | 2010-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you upgrade a gtalk 1-1 chat to a PMUC, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=ROOM]. When you upgrade an MSN 1-1 chat to a multi-user chat in butterfly, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=NONE]. Both of these cases have the 1-1 chat properties set as fixed properties in a class in their connection's RCC. They both also have the upgraded set of properties as above fixed, and o.fd.Tp.Channel.Interface.Conference(.DRAFT) in the appropriate Allowed_Properties array. Empathy used to look for this said channel interface in the allowed properties of a TargetHandleType=ROOM class. As butterfly uses TargetHandleType=NONE, this isn't so useful, so let's not care about the handle type to fit around both gtalk and MSN. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
| * | | | dispatcher: allow not caring about handle type when looking up RCCs | Jonny Lamb | 2010-03-11 | 1 | -2/+3 | |
| | |/ | |/| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
* | | | Add a copy of the Attribution-ShareAlike 3.0 Unported licence | Guillaume Desmottes | 2010-03-11 | 1 | -0/+61 | |
| | | | ||||||
* | | | add a copy of the GNU Free Documentation License | Guillaume Desmottes | 2010-03-11 | 1 | -0/+451 | |
| | | | ||||||
* | | | add a copy of the LGPLv2.1 | Guillaume Desmottes | 2010-03-11 | 1 | -0/+504 | |
| | | | ||||||
* | | | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-11 | 1 | -1020/+1260 | |
| | | | ||||||
* | | | Show offline contacts by default (#612448) | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Sort contacts by state by default (#612448) | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Window title for the accounts dialog should match the name in the launcher. | Ken VanDine | 2010-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes bug #612433 | |||||
* | | | gtk_check_version() is returning a string error or NULL, not a boolean | Xavier Claessens | 2010-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | This actually invert the logic | |||||
* | | | Disable empathy_add_link_markup() if linked to an old GTK version | Xavier Claessens | 2010-03-10 | 1 | -0/+8 | |
| | | | | | | | | | | | | Using links in labels could make a freeze, see GNOME #612066 | |||||
* | | | Revert "Revert "Make links clickable in presence message and topics"" | Xavier Claessens | 2010-03-10 | 2 | -3/+17 | |
| | | | | | | | | | | | | This reverts commit efb42513359f4db545e3312e3c583d07c6306418. | |||||
* | | | empathy-accounts: make CcPage insensitive when assistant is being shown | Danielle Madeley | 2010-03-10 | 4 | -5/+59 | |
| | | | | | | | | | | | | Also destroy assistant when CcPanel becomes inactive. | |||||
* | | | Updated Russian translation from Yury Myasoedov | Leonid Kanter | 2010-03-10 | 1 | -1003/+1428 | |
| | | | ||||||
* | | | start dev of next release | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 | |
| | | |