Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | roster-item: track if individual is online or not | Guillaume Desmottes | 2012-06-14 | 2 | -0/+61 |
| | | | | | We cache the online status as we want to refresh the contact list only when the contact becomes online/offline, not each time his presence changes. | ||||
* | roster-item: add padding around the main box | Guillaume Desmottes | 2012-06-14 | 2 | -8/+16 |
| | |||||
* | set separators between contacts | Guillaume Desmottes | 2012-06-14 | 1 | -0/+23 |
| | |||||
* | display phone icon if needed | Guillaume Desmottes | 2012-06-14 | 1 | -7/+50 |
| | |||||
* | set dim-label style class on the presence message label | Guillaume Desmottes | 2012-06-14 | 1 | -0/+4 |
| | |||||
* | Center the alias if no presence message is displayed | Guillaume Desmottes | 2012-06-14 | 1 | -3/+16 |
| | |||||
* | roster-item: display the contact presence icon | Guillaume Desmottes | 2012-06-14 | 1 | -0/+30 |
| | |||||
* | roster-item: display the contact alias | Guillaume Desmottes | 2012-06-14 | 1 | -0/+65 |
| | |||||
* | roster-item: display the contact avatar | Guillaume Desmottes | 2012-06-14 | 1 | -0/+67 |
| | |||||
* | roster-view: sort items | Guillaume Desmottes | 2012-06-14 | 1 | -0/+20 |
| | |||||
* | roster-view: populate with EmpathyRosterItem | Guillaume Desmottes | 2012-06-14 | 1 | -1/+82 |
| | |||||
* | add empathy-roster-item | Guillaume Desmottes | 2012-06-14 | 3 | -0/+207 |
| | |||||
* | add test-empathy-roster-view | Guillaume Desmottes | 2012-06-14 | 3 | -1/+47 |
| | |||||
* | create roster-view skeleton | Guillaume Desmottes | 2012-06-14 | 3 | -0/+207 |
| | |||||
* | Add egg-list-box as a submodule | Guillaume Desmottes | 2012-06-14 | 5 | -0/+29 |
| | |||||
* | individual-manager: keep track of most popular contacts | Guillaume Desmottes | 2012-06-14 | 2 | -0/+181 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677940 | ||||
* | empathy_client_factory_dup_contact_features: request groups and client-types | Guillaume Desmottes | 2012-06-13 | 1 | -0/+2 |
| | | | | | | | Empathy prepares the AM before preparing folks, so when folks set its features on the factory, all TpContact are already created and so won't be upgraded. https://bugzilla.gnome.org/show_bug.cgi?id=675214 | ||||
* | Updated Greek translation | Tom Tryfonidis | 2012-06-11 | 1 | -2022/+2478 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-06-11 | 1 | -1091/+949 |
| | |||||
* | empathy-chat: abort chat_log_filter if object was destroyed | Debarshi Ray | 2012-06-11 | 1 | -9/+20 |
| | | | | Fixes: https://bugzilla.gnome.org/677641 | ||||
* | empathy-chat: abort got_filtered_messages_cb if object was destroyed | Debarshi Ray | 2012-06-11 | 1 | -3/+14 |
| | | | | Fixes: https://bugzilla.gnome.org/677641 | ||||
* | roster-window: remove old GActionEntry | Guillaume Desmottes | 2012-06-08 | 1 | -21/+0 |
| | | | | Those have been removed from menubar.ui when implementing the new menu. | ||||
* | move 'Remove' item code to individual-menu | Guillaume Desmottes | 2012-06-08 | 4 | -204/+210 |
| | | | | | | | There is no reason to not have it implemented like all the other menu items. Furtermore, having the logic in individual-menu.c will make it easier to use from the new roster view. | ||||
* | remove libebook support | Guillaume Desmottes | 2012-06-07 | 5 | -91/+3 |
| | | | | | | | It's API just changed and it's not really useful anymore as gnome-about-me has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=677533 | ||||
* | Build with TP_SEAL_ENABLE | Guillaume Desmottes | 2012-06-07 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | empathy_account_settings_migrate_password_cb: use the vardict API | Guillaume Desmottes | 2012-06-07 | 1 | -6/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | account-settings: always use GVariant to store parameters | Guillaume Desmottes | 2012-06-07 | 6 | -188/+220 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | remove empathy_account_settings_set_* functions | Guillaume Desmottes | 2012-06-07 | 7 | -170/+74 |
| | | | | | | | | They don't buy us much so let's just pass the GVariant directly. Fix some string leaks in empathy-account-widget-irc.c as well. https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | accounts-settings: store parameters as GVariant | Guillaume Desmottes | 2012-06-07 | 3 | -30/+73 |
| | | | | | | | This patch introduces a GValue leak. I'm going to fix it when switching the rest of this code to GVariant but I prefer to keep patches smaller. https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | make empathy_account_settings_get() static | Guillaume Desmottes | 2012-06-07 | 2 | -4/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | account-settings: use TpConnectionManager accessors | Guillaume Desmottes | 2012-06-07 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | import-utils: use TpConnectionManager accessors | Guillaume Desmottes | 2012-06-07 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | account-widget: use TpConnectionManager accessors | Guillaume Desmottes | 2012-06-07 | 1 | -17/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | connection-managers: use TpConnectionManager accessor | Guillaume Desmottes | 2012-06-07 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | tp-chat: use TpProxy accessors | Guillaume Desmottes | 2012-06-07 | 1 | -4/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | remove unused proxy hash and equal functions | Guillaume Desmottes | 2012-06-07 | 2 | -33/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | protocol-chooser: use TpConnectionManagerProtocol accessors | Guillaume Desmottes | 2012-06-07 | 1 | -22/+32 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | use TpAccountRequest | Guillaume Desmottes | 2012-06-06 | 1 | -63/+28 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676634 | ||||
* | Add GVariant converters from tp-glib | Guillaume Desmottes | 2012-06-06 | 2 | -0/+35 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676634 | ||||
* | Depend on tp-glib 0.19.1 | Guillaume Desmottes | 2012-06-06 | 1 | -1/+1 |
| | | | | Needed for TpAccountRequest. | ||||
* | import-pidgin: use TpProtocol | Guillaume Desmottes | 2012-06-06 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | protocol-chooser: use TpProtocol | Guillaume Desmottes | 2012-06-06 | 2 | -11/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | use tp_list_connection_managers_async() | Guillaume Desmottes | 2012-06-06 | 1 | -18/+30 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | account-settings: use TpProtocol's API to get TpConnectionManagerParam | Guillaume Desmottes | 2012-06-06 | 3 | -34/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | accounts_widget_generic_setup: continue iterating when treating optional ↵ | Guillaume Desmottes | 2012-06-06 | 1 | -1/+1 |
| | | | | | | | | param in simple mode We may have more non-optional parameters later. https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | empathy_account_settings_check_readyness: use the existing TpProtocol to ↵ | Guillaume Desmottes | 2012-06-06 | 1 | -25/+21 |
| | | | | | | | | list params No need to request another one. https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | empathy_account_settings_get_tp_protocol: return a TpProtocol | Guillaume Desmottes | 2012-06-06 | 3 | -5/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | account-widget-jabber.ui: remove n-{rows,columns} properties | Guillaume Desmottes | 2012-06-06 | 1 | -2/+0 |
| | | | | Not valid in a GtkGrid. | ||||
* | remove released flag | Guillaume Desmottes | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | add css_DATA to EXTRA_DIST and DISTCLEANFILESEMPATHY_3_5_2 | Guillaume Desmottes | 2012-06-05 | 1 | -0/+2 |
| | |||||
* | prepare 3.5.2 | Guillaume Desmottes | 2012-06-05 | 2 | -2/+55 |
| | |||||
* | Updated French translation | Bruno Brouard | 2012-06-05 | 1 | -1099/+959 |
| | |||||
* | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
|\ | |||||
| * | tls_dialog_response_cb: say if we are supposed to remember the cert or not | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
| | | | | | | | | Will make debugging easier. | ||||
* | | Updated Russian translation | Yuri Myasoedov | 2012-06-04 | 1 | -110/+64 |
| | | |||||
* | | live-search: handle the 'Menu' key as a navigation one | Guillaume Desmottes | 2012-06-04 | 1 | -2/+4 |
| | | | | | | | | Fix opening the popup menu from the 'Menu' key in the treeview. | ||||
* | | Updated Russian translation | Yuri Myasoedov | 2012-06-04 | 1 | -1217/+1528 |
| | | |||||
* | | Remove unused field hash from EmpathyContact | Chandni Verma | 2012-06-03 | 1 | -1/+0 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2012-06-02 | 1 | -209/+228 |
| | | |||||
* | | Don't erase schema in DISTCLEAN | Danielle Madeley | 2012-06-01 | 1 | -1/+0 |
| | | | | | | | | Oops | ||||
* | | call-window: use a linked style for the OSD toolbar buttons | Cosimo Cecchi | 2012-06-01 | 2 | -34/+53 |
| | | | | | | | | | | | | | | | | | | Pack the camera/volume/mic buttons in a GtkBox, so they get linked together by the theme. Also, use symbolic icons for the buttons in the toolbar, in GNOME 3 style. https://bugzilla.gnome.org/show_bug.cgi?id=676569 | ||||
* | | call-window: use GTK_STYLE_CLASS_OSD for the floating toolbar | Cosimo Cecchi | 2012-06-01 | 1 | -19/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676569 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-05-30 | 1 | -274/+311 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-05-30 | 1 | -238/+259 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-30 | 1 | -257/+270 |
| | | |||||
* | | Merge branch 'ui-work-672043' | Danielle Madeley | 2012-05-30 | 15 | -450/+748 |
|\ \ | |||||
| * | | account-widget: support for account widget generic | Danielle Madeley | 2012-05-29 | 2 | -9/+71 |
| | | | |||||
| * | | account-widget: msn, icq, groupwise | Danielle Madeley | 2012-05-29 | 3 | -26/+65 |
| | | | |||||
| * | | account-widget-aim: remove colons, dim labels, fix packing | Danielle Madeley | 2012-05-29 | 1 | -8/+26 |
| | | | |||||
| * | | account-widget-local-xmpp: remove colons, dim labels | Danielle Madeley | 2012-05-29 | 1 | -12/+30 |
| | | | |||||
| * | | account-widget-irc: remove colons | Danielle Madeley | 2012-05-29 | 1 | -18/+43 |
| | | | | | | | | | | | | | | | | | | The advanced settings for IRC look different to XMPP/SIP. They should probably be changed to be contained within a scrolled window/viewport for consistency. | ||||
| * | | account-widget-sip: remove colons, clean up padding | Danielle Madeley | 2012-05-29 | 1 | -16/+22 |
| | | | |||||
| * | | account-widget-jabber: remove colons, clean up advanced section | Danielle Madeley | 2012-05-29 | 1 | -184/+223 |
| | | | | | | | | | | | | Don't dim labels in viewport, grey on white looks wrong. | ||||
| * | | accounts-dialog: tweak padding | Danielle Madeley | 2012-05-29 | 1 | -4/+6 |
| | | | |||||
| * | | contact-widget: remove colons and dim labels, move avatar to LHS | Danielle Madeley | 2012-05-29 | 4 | -173/+262 |
| | | | | | | | | | | | | | | | | | | Make widget look like mockup. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672043 | ||||
* | | | Disconnect all aggregator signal handlers on disposing EmpathyIndividualManager | Chandni Verma | 2012-05-29 | 1 | -7/+5 |
| | | | |||||
* | | | The comment should have been removed with the contact manager | Chandni Verma | 2012-05-29 | 1 | -4/+0 |
| | | | |||||
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-05-28 | 2 | -2686/+2407 |
| | | | |||||
* | | | factor out empathy_individual_get_client_types() | Guillaume Desmottes | 2012-05-25 | 3 | -44/+47 |
| | | | |||||
* | | | Updated Hebrew translation. | Yaron Shahrabani | 2012-05-25 | 1 | -1512/+1458 |
| | | | |||||
* | | | use the symbolic close icon in the tab close button | Guillaume Desmottes | 2012-05-25 | 1 | -2/+2 |
| | | | |||||
* | | | Define a style class for the tab close button | Guillaume Desmottes | 2012-05-25 | 2 | -2/+4 |
| | | | | | | | | | | | | Seems that's the proper way to do it. | ||||
* | | | remove GeditCloseButton | Guillaume Desmottes | 2012-05-24 | 3 | -123/+0 |
| | | | |||||
* | | | chat-window: stop using GeditCloseButton | Guillaume Desmottes | 2012-05-24 | 1 | -8/+28 |
| | | | | | | | | | | | | The CSS magic is done automatically now. | ||||
* | | | gedit-close-button: move CSS bits to empathy.css | Guillaume Desmottes | 2012-05-24 | 7 | -25/+14 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473 | ||||
* | | | Load the CSS in all empathy-* binaries | Guillaume Desmottes | 2012-05-24 | 5 | -0/+11 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473 | ||||
* | | | Add empathy.css and helper code to use it | Guillaume Desmottes | 2012-05-24 | 4 | -0/+40 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473 | ||||
* | | | accounts-dialog: don't crash if the account is connecting | Guillaume Desmottes | 2012-05-23 | 1 | -4/+9 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676637 | ||||
* | | | roster-window: re-hook the show-groups gsettings key | Guillaume Desmottes | 2012-05-23 | 1 | -0/+3 |
|/ / | | | | | | | It has been accidentally removed during the recent settings clean up. | ||||
* | | audio-src: mutex is now on the stack | Guillaume Desmottes | 2012-05-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-21 | 3 | -239/+179 |
|\| | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/empathy-audio-src.c | ||||
| * | remove released flag | Guillaume Desmottes | 2012-05-21 | 1 | -1/+1 |
| | | |||||
| * | Prepare 3.4.2.1EMPATHY_3_4_2_1 | Guillaume Desmottes | 2012-05-21 | 2 | -2/+16 |
| | | |||||
| * | call: Initialize the timer early | Sjoerd Simons | 2012-05-21 | 1 | -2/+1 |
| | | |||||
| * | audiosrc: Don't use stream volumes properties if the src doesn't support them | Sjoerd Simons | 2012-05-21 | 1 | -2/+12 |
| | | |||||
| * | call: Keep the toolbar around if muted | Sjoerd Simons | 2012-05-21 | 1 | -2/+26 |
| | | | | | | | | | | | | It's not uncommon for people to forget that the put a call on mute, causing awkward situation while trying to talk while muted. To prevent this, keep the toolbar showhing while muted as a reminder. | ||||
| * | audio input: Switch to stream volumes | Sjoerd Simons | 2012-05-21 | 1 | -142/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer gstreamer & pulseaudio support the stream volume interface for input as well. Prefer this over using the mixer interface as it's both simpler and actually does as intended. Besides that the mixer interface is buggy and seems to not correctly adjust the current input device if the source was switch to a non-default input. As an extra put in a volume element to locally enforce the current mute state. This ensure that whatever happens, if the UI says mute, the stream is guaranteed to be muted. This prevents awkward situations if the source element doesn't support stream volumes or the notification is buggy (like with current pulsesrc in releases). | ||||
| * | call: Adjust the preview rectangle colors | Sjoerd Simons | 2012-05-21 | 1 | -27/+4 |
| | | | | | | | | | | | | As our default background is now black the non-highlighted previews get hard to see. Change the rectangle colors to white for the highlighted version and a darkened white for the non-highlighted. | ||||
| * | Call: Let the floating toolbar be above the preview | Sjoerd Simons | 2012-05-21 | 1 | -20/+19 |
| | | | | | | | | | | | | | | | | | | The call window has previews in the four corners, before the lower ones were packed in a way that they would appear above the floating toolbar which looks strange when the floating toolbar disappears. Instead allow the lower preview to be below the floating toolbar so they're evenly spread out. | ||||
| * | Keep some margin for the preview and the floating toolbar | Sjoerd Simons | 2012-05-21 | 1 | -1/+7 |
| | | | | | | | | | | Now that the video box is flush against the sides add some extra margin for the things floating inside. | ||||
| * | call: Make the remote video background black | Sjoerd Simons | 2012-05-21 | 1 | -18/+5 |
| | | | | | | | | | | Mimic totem in making the background for our video output black by default and without extra borders. It does look nicer. | ||||
| * | Call window: Ellipsize alias and status | Sjoerd Simons | 2012-05-21 | 2 | -33/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user alias is too long both the hangup and the dialpad buttons get pushed into a drop-down menu. Even worse when the alias doesn't fit, it just isn't shown at all anymore. Given the username is already printed in the title and the user tends to know who they're calling with, ellipsizing the alias isn't an issue. Which has the nice side-effect of keeping the hangup and dialpad buttons on the toolbar in all cases like they should be. Unfortunately as pango doesn't ellipsize if it still has enough height left to put more lines in. So put the alias and status in seperate labels in a vbox which isn't set to fill. | ||||
| * | Don't put the status in the header if the user has none | Sjoerd Simons | 2012-05-21 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-21 | 4 | -2/+32 |
|\| | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/empathy-accounts.c | ||||
| * | empathy-accounts: init cheese-gtk if needed | Guillaume Desmottes | 2012-05-21 | 3 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | The avatar chooser, which is not used by empathy-accounts, may use Cheese to take a photo. cheese_gtk_init() has been added during the 3.4 cycle so I bumped the dep to 3.4.0 as that's the version I have tested it with it. It's an optionnal dep anyway so... https://bugzilla.gnome.org/show_bug.cgi?id=674553 | ||||
| * | configure.ac: set cheese version in CHEESE_GTK_REQUIRED | Guillaume Desmottes | 2012-05-21 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674553 | ||||
| * | Call: Fix floating toolbar | Sjoerd Simons | 2012-05-20 | 3 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empathy needed to mark the toolbar actor as reactive otherwise it won't be reactive to events (doh)... And empathy needed to stop calling gdk_disable_multi_device().. Empathy used to do this because it has to be called before GTK+ is initialized and clutter-gtk only called after GTK+ was initialized by other function in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring event actually work with clutter-gtk calling this function will actually break event handle (great fun!).. Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get the right behaviour for events.. https://bugzilla.gnome.org/show_bug.cgi?id=670874 | ||||
| * | remove released flag | Guillaume Desmottes | 2012-05-14 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.4.2EMPATHY_3_4_2 | Guillaume Desmottes | 2012-05-14 | 2 | -2/+16 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-05-21 | 1 | -57/+56 |
| | | |||||
* | | Call: Fix floating toolbar | Sjoerd Simons | 2012-05-20 | 3 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empathy needed to mark the toolbar actor as reactive otherwise it won't be reactive to events (doh)... And empathy needed to stop calling gdk_disable_multi_device().. Empathy used to do this because it has to be called before GTK+ is initialized and clutter-gtk only called after GTK+ was initialized by other function in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring event actually work with clutter-gtk calling this function will actually break event handle (great fun!).. Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get the right behaviour for events.. https://bugzilla.gnome.org/show_bug.cgi?id=670874 | ||||
* | | individual-store: add missing folks.h include | Guillaume Desmottes | 2012-05-17 | 1 | -0/+1 |
| | | |||||
* | | Use the symbolic version of the avatar-default icon | Guillaume Desmottes | 2012-05-17 | 2 | -2/+2 |
| | | | | | | | | That's the one used by Contacts so best to stay coherent | ||||
* | | Updated POTFILES.in | Piotr Drąg | 2012-05-16 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'misc' | Danielle Madeley | 2012-05-16 | 6 | -727/+21 |
|\ \ | |||||
| * | | Remove dead map view component | Danielle Madeley | 2012-05-16 | 5 | -727/+0 |
| | | | |||||
| * | | Readd Ctrl-H accelerator | Danielle Madeley | 2012-05-16 | 2 | -0/+21 |
| | | | |||||
* | | | Updated Spanish translation | Daniel Mustieles | 2012-05-16 | 1 | -361/+380 |
|/ / | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-05-16 | 1 | -360/+377 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-15 | 1 | -737/+576 |
| | | |||||
* | | Authentification → Authentication | Guillaume Desmottes | 2012-05-15 | 2 | -2/+2 |
| | | | | | | | | | | | | So yeah, Authentification is actually not an English word... https://bugzilla.gnome.org/show_bug.cgi?id=676027 | ||||
* | | Warn on tp-glib 0.20 deprecations | Guillaume Desmottes | 2012-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Best to catch them sooner than later. https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | remove tp-contact-factory | Guillaume Desmottes | 2012-05-15 | 3 | -257/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | remove unused tp-contact-factory includes | Guillaume Desmottes | 2012-05-15 | 11 | -11/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | contact-widget: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-15 | 1 | -11/+24 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | Readd Ctrl-J for Join Room | Danielle Madeley | 2012-05-15 | 1 | -0/+1 |
| | | |||||
* | | Don't mark actions/accels as translatable | Danielle Madeley | 2012-05-15 | 1 | -23/+23 |
| | | | | | | | | This is what happens when you convert files with XSLT, kids. | ||||
* | | Tweak account balance display | Danielle Madeley | 2012-05-15 | 1 | -10/+20 |
| | | |||||
* | | Use (non-)starred-symbolic for presence chooser | Danielle Madeley | 2012-05-15 | 1 | -49/+4 |
| | | | | | | | | | | | | This makes it look somewhat more visually up to date with Help etc. However this makes the use of STOCK_OK out of place (what to replace this with?). | ||||
* | | Remove contact list size radiobuttons from preferences | Danielle Madeley | 2012-05-15 | 2 | -93/+0 |
| | | |||||
* | | Add preference to show account balances | Danielle Madeley | 2012-05-15 | 4 | -9/+28 |
| | | | | | | | | Set this 'true' by default. | ||||
* | | Refactor app menu as per design decision | Danielle Madeley | 2012-05-15 | 2 | -57/+52 |
| | | |||||
* | | Remove menu button, have only app menu | Danielle Madeley | 2012-05-15 | 3 | -104/+17 |
| | | |||||
* | | preferences: move some items from Behaviour into Chat | Danielle Madeley | 2012-05-15 | 1 | -77/+81 |
| | | |||||
* | | preferences: add options removed from View into preferences | Danielle Madeley | 2012-05-15 | 2 | -5/+284 |
| | | |||||
* | | Remove dead object from .ui file | Danielle Madeley | 2012-05-15 | 1 | -5/+0 |
| | | |||||
* | | preferences: remove a lot of bind-and-forget widgets from priv struct | Danielle Madeley | 2012-05-15 | 1 | -196/+86 |
| | | | | | | | | Cleans up the code and makes it much less work to add new preferences. | ||||
* | | Remove dead code | Danielle Madeley | 2012-05-15 | 1 | -58/+1 |
| | | |||||
* | | Rework balance display to be in-roster only | Danielle Madeley | 2012-05-15 | 1 | -269/+33 |
| | | |||||
* | | Mark the options for the sort-criterion enum | Danielle Madeley | 2012-05-15 | 1 | -0/+4 |
| | | |||||
* | | Remove all old view menu handling code with GSettings bindings | Danielle Madeley | 2012-05-15 | 1 | -257/+15 |
| | | |||||
* | | Add the app menu using the same model as the menu button | Danielle Madeley | 2012-05-15 | 2 | -0/+25 |
| | | |||||
* | | Change the roster menu to a flat menu structure | Danielle Madeley | 2012-05-15 | 1 | -77/+14 |
| | | |||||
* | | Move the menu to a button ala Web | Danielle Madeley | 2012-05-15 | 2 | -107/+115 |
| | | |||||
* | | Remove view history action | Danielle Madeley | 2012-05-15 | 1 | -14/+0 |
| | | | | | | | | | | It doesn't make sense to have this anyway. You can still have history even though you have no accounts configured. | ||||
* | | Port roster-window-menubar.ui to current GMenu builder XML format | Danielle Madeley | 2012-05-15 | 1 | -34/+135 |
| | | | | | | | | The docs are wrong, surprise! | ||||
* | | roster-window: migrate menu bar to GtkBuilder | Guillaume Desmottes | 2012-05-15 | 2 | -548/+517 |
| | | | | | | | | Rebased-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | | EmpathyMainWindow: inherit from GtkApplicationWindow | Guillaume Desmottes | 2012-05-15 | 3 | -7/+9 |
| | | | | | | | | That's recommended for a better GNOME 3 integration. | ||||
* | | stop passing the main window to empathy_sound_manager_play() | Guillaume Desmottes | 2012-05-15 | 1 | -24/+6 |
| | | | | | | | | | | | | | | | | | | I'm about to add an extra argument to the main window constructor so it's not convenient to, in theory, being able to create it from the event manager. Passing a widget wasn't doing anything anyway and this code is not even used when running the Shell so... Rebased-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | | turn EmpathyContactWidget to be a proper GtkWidget | Guillaume Desmottes | 2012-05-15 | 2 | -406/+443 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675803 | ||||
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-11 | 1 | -1/+1 |
|\| | |||||
| * | account-widget-irc: Quit label should be in the first column | Guillaume Desmottes | 2012-05-11 | 1 | -1/+1 |
| | | |||||
* | | coding style fix | Guillaume Desmottes | 2012-05-11 | 1 | -1/+1 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-05-11 | 1 | -571/+513 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-05-11 | 1 | -70/+72 |
| | | |||||
* | | contact-blocking-dialog: use tp_connection_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -29/+30 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675808 | ||||
* | | contact: use tp_connection_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -19/+24 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675808 | ||||
* | | contact-chooser: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -25/+37 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675808 | ||||
* | | chat: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -62/+33 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675808 | ||||
* | | tp-chat: use tp_text_channel_get_chat_state() | Guillaume Desmottes | 2012-05-10 | 1 | -2/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675807 | ||||
* | | client-factory: request TP_TEXT_CHANNEL_FEATURE_CHAT_STATES | Guillaume Desmottes | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | TP_CHANNEL_FEATURE_CHAT_STATES has been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=675807 | ||||
* | | tp-chat: remove chat-state-changed-empathy signal | Guillaume Desmottes | 2012-05-10 | 1 | -58/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675807 | ||||
* | | chat: use contact-chat-state-changed signal | Guillaume Desmottes | 2012-05-10 | 1 | -4/+10 |
| | | | | | | | | | | | | | | Now that we have a signal giving us a prepared TpContact there is no need to use the empathy variant as we can easily create the EmpathyContact directly. https://bugzilla.gnome.org/show_bug.cgi?id=675807 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-05-10 | 1 | -32/+29 |
| | | |||||
* | | remove empathy-tp-roomlist | Guillaume Desmottes | 2012-05-10 | 3 | -585/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673989 | ||||
* | | new-chatroom-dialog: use TpRoomList | Guillaume Desmottes | 2012-05-10 | 1 | -103/+76 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673989 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-05-10 | 1 | -485/+427 |
| | | |||||
* | | contact-search-dialog: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-10 | 1 | -29/+50 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | add empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-10 | 2 | -0/+79 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | remove invisible_char from ui files | Guillaume Desmottes | 2012-05-10 | 3 | -9/+0 |
| | | | | | | | | We should use Gtk+'s default and those widgets don't use it any way. | ||||
* | | Turn EmpathyNewChatroomDialog to a GtkDialog sub-class | Guillaume Desmottes | 2012-05-10 | 3 | -458/+491 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674860 | ||||
* | | chatroom-dialog: re-order some functions | Guillaume Desmottes | 2012-05-10 | 1 | -355/+299 |
| | | | | | | | | | | | | Let's just get rid of all these stupid prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=674860 | ||||
* | | new-chatroom-dialog: port to TP coding style | Guillaume Desmottes | 2012-05-10 | 2 | -640/+642 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674860 | ||||
* | | Use tp_capabilities_get_channel_classes_variant() | Guillaume Desmottes | 2012-05-10 | 1 | -11/+33 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674774 | ||||
* | | Stop generating Certificate API | Guillaume Desmottes | 2012-05-10 | 3 | -307/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318 | ||||
* | | remove empathy-tls-certificate | Guillaume Desmottes | 2012-05-10 | 3 | -527/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318 | ||||
* | | Use TpTpTLSCertificate | Guillaume Desmottes | 2012-05-10 | 8 | -127/+114 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318 | ||||
* | | use tp_capabilities_supports_sms() | Guillaume Desmottes | 2012-05-10 | 1 | -32/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673846 | ||||
* | | Stop generating Debug API | Guillaume Desmottes | 2012-05-10 | 3 | -167/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | Store the TpDebugMessage in the model | Guillaume Desmottes | 2012-05-10 | 1 | -134/+131 |
| | | | | | | | | | | | | Makes things easier and saves us from dupping the info. https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | merge store_filter_foreach () and copy_model_foreach () | Guillaume Desmottes | 2012-05-10 | 1 | -61/+14 |
| | | | | | | | | | | | | | | | | They were basically the same function. The only difference was that one was assuming to receive an empty string during the first iteration while the other was coping with it being NULL. https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | debug-window: use TpDebugClient | Guillaume Desmottes | 2012-05-10 | 1 | -70/+89 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | empathy-debugger: use self->priv pattern | Guillaume Desmottes | 2012-05-10 | 2 | -278/+267 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | debug_window_dispose: use g_clear_object() | Guillaume Desmottes | 2012-05-10 | 1 | -20/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674182 | ||||
* | | Depend on tp-glib 0.19.0 | Guillaume Desmottes | 2012-05-10 | 1 | -2/+2 |
| | | | | | | | | We are going to use its new API (TpDebugClient, TpTLSCertificate, etc). | ||||
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-09 | 1 | -1/+4 |
|\| | | | | | | | | | | | | | | | | | Conflicts: configure.ac libempathy/empathy-tp-chat.c src/empathy-event-manager.c src/empathy-streamed-media-window.c src/empathy-video-widget.c | ||||
| * | Use tp-glib version checking macros | Guillaume Desmottes | 2012-05-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Will make sure we don't accidentally use new API in stable branch. Depend on tp-glib 0.18.0 while we are on it as any distro shipping 3.4 should use this version any way. | ||||
| * | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-09 | 7 | -11/+11 |
| | | | | | | | | The latter has been deprecated in tp-glib master. | ||||
| * | Add fallback server for WLM | Xavier Claessens | 2012-05-08 | 1 | -0/+1 |
| | | |||||
| * | Use gst_object_ref_sink() | Javier Jardón | 2012-05-07 | 3 | -14/+7 |
| | | | | | | | | | | | | Instead call both gst_object_ref() and gst_object_sink() https://bugzilla.gnome.org/show_bug.cgi?id=675590 | ||||
* | | new-account-dialog: rely on the EmpathyAccountWidget::close signal | Guillaume Desmottes | 2012-05-09 | 2 | -18/+7 |
| | | | | | | | | | | | | | | | | | | | | User of the dialog should wait for the widget to be completely done before destroying it. Change the 'success' dialog response to GTK_RESPONSE_APPLY to stay coherent with the response type received from EmpathyAccountWidget. https://bugzilla.gnome.org/show_bug.cgi?id=675667 | ||||
* | | account-widget: delay 'close' signal if enabling the account | Guillaume Desmottes | 2012-05-09 | 1 | -2/+11 |
| | | | | | | | | | | | | | | The whole point of this signal is to tell to user when it can be destroyed, so we shouldn't fire it if we are still pending on an async call. https://bugzilla.gnome.org/show_bug.cgi?id=675667 | ||||
* | | video-widget: Remove as it is now unused | Olivier Crête | 2012-05-09 | 4 | -592/+6 |
| | | | | | | | | | | | | | | It was only used by empathy-av. Move the #defines to call-window where they are used. https://bugzilla.gnome.org/show_bug.cgi?id=675647 | ||||
* | | call-observer: use tp_channel_get_target_contact() | Guillaume Desmottes | 2012-05-08 | 1 | -32/+4 |
| | | |||||
* | | Turn EmpathyAccountWidget to a proper GtkWidget | Guillaume Desmottes | 2012-05-08 | 10 | -146/+139 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=640417 | ||||
* | | approve_ft_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -37/+20 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | approve_call_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -65/+47 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | event-manager: factor out approve_channel_*() functions | Guillaume Desmottes | 2012-05-08 | 1 | -94/+141 |
| | | | | | | | | | | | | This approve function is way to big, let's split it. https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | tp-chat: stop using the contact factory when building message | Guillaume Desmottes | 2012-05-08 | 1 | -63/+12 |
| | | | | | | | | | | | | | | | | | | Messages are now synchronously proccessed so we don't have to keep an internal queue of messages being prepared. We also need to complete the preparation of the EmpathyTpChat feature in idle as it's now prepared synchronously as well. https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | ft-handler: create EmpathyContact from TpContact | Guillaume Desmottes | 2012-05-08 | 1 | -32/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | tp-contact-factory: remove unused methods | Guillaume Desmottes | 2012-05-08 | 2 | -177/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | | Add fallback server for WLM | Xavier Claessens | 2012-05-08 | 1 | -0/+1 |
| | | |||||
* | | Use gst_object_ref_sink() | Javier Jardón | 2012-05-08 | 2 | -7/+4 |
| | | | | | | | | | | | | Instead call both gst_object_ref() and gst_object_sink() https://bugzilla.gnome.org/show_bug.cgi?id=675590 | ||||
* | | goa-mc-plugin: support enabling or disabling accounts | Debarshi Ray | 2012-05-07 | 2 | -11/+25 |
| | | | | | | | | | | | | Bumped the required version of GOA to 3.5.0. Fixes: https://bugzilla.gnome.org/673263 | ||||
* | | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 7 | -11/+11 |
| | | | | | | | | The latter has been deprecated in tp-glib master. | ||||
* | | Fix localization of --help outputs and application names | Gabor Kelemen | 2012-05-03 | 5 | -5/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246 | ||||
* | | accounts-dialog: stop using tp_connection_get_self_handle() | Guillaume Desmottes | 2012-05-03 | 1 | -17/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | contact-widget: stop using tp_connection_get_self_handle() | Guillaume Desmottes | 2012-05-03 | 1 | -4/+7 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | contact: compare TpContact objects rather than handles | Guillaume Desmottes | 2012-05-03 | 1 | -5/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | invite-participant-dialog: compare TpContact objects rather than handles | Guillaume Desmottes | 2012-05-03 | 1 | -6/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | tp-chat:stop using the handle of members | Guillaume Desmottes | 2012-05-03 | 1 | -22/+14 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 3 | -41/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | event-manager: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -4/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | invite-participant-dialog: stop using tp_channel_group_get_handle_owner() | Guillaume Desmottes | 2012-05-03 | 1 | -2/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | tp-chat: use new channel group API to track members | Guillaume Desmottes | 2012-05-03 | 1 | -136/+55 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | tp_chat_prepare_ready_async: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -46/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | empathy_tp_chat_is_invited: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -5/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | individual-store-channel: stop preparing TP_CHANNEL_FEATURE_CONTACTS | Guillaume Desmottes | 2012-05-03 | 1 | -26/+5 |
| | | | | | | | | | | | | The factory does it for us now. https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | client-factory: prepare TP_CHANNEL_FEATURE_CONTACTS | Guillaume Desmottes | 2012-05-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | We are about to use the channel-contacts API so best to make sure they will work. https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | remove empathy_tp_chat_join() | Guillaume Desmottes | 2012-05-03 | 2 | -33/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | chat-manager: use tp_channel_join_async() | Guillaume Desmottes | 2012-05-03 | 1 | -1/+17 |
| | | | | | | | | | | | | It's basically the same as empathy_tp_chat_join() https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | | Revert "Revert "remove EMPATHY_AV_BUS_NAME*"" | Guillaume Desmottes | 2012-05-02 | 1 | -3/+0 |
| | | | | | | | | | | | | This reverts commit afb9276b8a497e7b9275fb53abafd0cdb18d55fc. https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | | Revert "Revert "Stop requesting StreamedMedia channels"" | Guillaume Desmottes | 2012-05-02 | 2 | -73/+5 |
| | | | | | | | | | | | | This reverts commit 758b4250e767d9e952b8c0ea4db7d93df192a0c0. https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | | remove empathy-av | Guillaume Desmottes | 2012-05-02 | 20 | -7534/+14 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | | Stop approving StreamedMedia channels | Guillaume Desmottes | 2012-05-02 | 3 | -94/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | | Revert "DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av" | Guillaume Desmottes | 2012-05-02 | 1 | -1/+0 |
| | | | | | | | | | | | | This reverts commit bd55c7dec76d6c95d294ee60da616b7fe51d181a. https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | | tp-chat: add the 'members-changed' signal | Guillaume Desmottes | 2012-05-02 | 1 | -4/+12 |
| | | | | | | | | | | | | | | It uses to be implemented by the EmpathyContactList interface which has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=674864 | ||||
* | | tp-chat: add the 'member-renamed' signal | Guillaume Desmottes | 2012-05-02 | 1 | -3/+11 |
| | | | | | | | | | | | | | | It uses to be implemented by the EmpathyContactList interface which has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=674864 | ||||
* | | remove released flag and update release.py | Guillaume Desmottes | 2012-04-30 | 2 | -2/+2 |
| | | |||||
* | | Prepare 3.5.1EMPATHY_3_5_1 | Guillaume Desmottes | 2012-04-30 | 2 | -2/+50 |
| | | |||||
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-30 | 0 | -0/+0 |
|\| | |||||
| * | Updated Aragonese translation | Daniel Martinez Cucalon | 2012-04-17 | 1 | -1913/+2473 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-30 | 1 | -117/+122 |
| | | |||||
* | | POTFILES.in: set type gsettings | Guillaume Desmottes | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | Stop generating gschema from .in file | Guillaume Desmottes | 2012-04-23 | 6 | -311/+307 |
| | | | | | | | | | | | | | | intltool now supports translating gschema files properly so we don't need to do this crack any more. https://bugzilla.gnome.org/show_bug.cgi?id=672619 | ||||
* | | add tests/certificates/Makefile.am | Guillaume Desmottes | 2012-04-23 | 3 | -1/+5 |
| | | | | | | | | | | certificates needs to be in EXTRA_DIST so empathy-tls-test passes when distchecking. | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2012-04-21 | 1 | -473/+493 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-04-20 | 1 | -10/+14 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-04-20 | 1 | -253/+257 |
| | | |||||
* | | strip the new group name | Guillaume Desmottes | 2012-04-20 | 1 | -3/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=501065 | ||||
* | | live-search: don't forward shift keys | Guillaume Desmottes | 2012-04-20 | 1 | -0/+8 |
| | | | | | | | | | | | | Not doing so cancel any group renaming operation. https://bugzilla.gnome.org/show_bug.cgi?id=501065 | ||||
* | | individual-view: add menu item to rename groups | Guillaume Desmottes | 2012-04-20 | 1 | -20/+97 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=501065 | ||||
* | | add empathy_connection_aggregator_rename_group() | Guillaume Desmottes | 2012-04-20 | 2 | -0/+46 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=501065 | ||||
* | | roster-window: set a default height | Guillaume Desmottes | 2012-04-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | 600 seems to be a decent default height and that's already the one we use for the log viewer window. We continue relying on Gtk+ to pick the best width as there is no point making the window wider as long as all the menus are displayed. https://bugzilla.gnome.org/show_bug.cgi?id=674432 | ||||
* | | Updated Galician translations | Fran Diéguez | 2012-04-20 | 1 | -237/+249 |
| | | |||||
* | | tls-test: Use a proper PKCS#11 mock module for testing | Stef Walter | 2012-04-19 | 6 | -45/+1823 |
| | | | | | | | | | | | | | | | | | | | | | | * In empathy-tls-test.c use a proper PKCS#11 mock module, which we can place certificate anchors and pinned certificates in. * Fix EmpathyTlsVerifier to check for server trust assertions not client ones, this was a bug highlighted by fixing tests. https://bugzilla.gnome.org/show_bug.cgi?id=668186 https://bugzilla.gnome.org/show_bug.cgi?id=668261 | ||||
* | | add tests to noinst_PROGRAMS | Guillaume Desmottes | 2012-04-19 | 1 | -1/+4 |
| | | | | | | | | | | Make sure tests are always build. This is how tp-glib is handling its tests as well. | ||||
* | | Hook tests on 'make check' instead of 'make test' | Guillaume Desmottes | 2012-04-19 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | This is how it's supposed to be done and so has the nice side effect of actually using TESTS_ENVIRONMENT and so fix tests if EMPATHY_SRCDIR is not defined. https://bugzilla.gnome.org/show_bug.cgi?id=668186 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-19 | 1 | -326/+338 |
| | | |||||
* | | Updated Telugu Translation | Sasi Bhushan | 2012-04-17 | 1 | -238/+249 |
| | |