Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add EmpathyAccountSelectorDialog | Guillaume Desmottes | 2011-08-29 | 3 | -0/+268 |
| | | | | | | Dialog asking user to pick an account from a pre-defined list. https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | export empathy_account_has_uri_scheme_tel() | Guillaume Desmottes | 2011-08-29 | 3 | -22/+25 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | chatroom_manager_parse_chatroom: check account path is valid | Guillaume Desmottes | 2011-08-29 | 1 | -2/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657362 | ||||
* | Updated galician translations | Fran Dieguez | 2011-08-28 | 1 | -5/+5 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-08-28 | 1 | -746/+882 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2011-08-27 | 1 | -833/+1427 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-08-27 | 1 | -53/+59 |
| | |||||
* | Don't leak FDs when loading avatars. | Will Thompson | 2011-08-26 | 1 | -5/+5 |
| | | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | Move the 'Show previous conversation' menu entry | Guillaume Desmottes | 2011-08-26 | 2 | -15/+15 |
| | | | | It used to be right in the middle of actions on the contact. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-26 | 1 | -4/+4 |
| | |||||
* | Fix unclear string in avatar chooser | Milo Casagrande | 2011-08-26 | 1 | -1/+1 |
| | | | | | | * Fix an unclear error string in the avatar chooser when saving camera taken image to file. Fixes bug #657166 | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2011-08-26 | 1 | -1646/+3194 |
| | |||||
* | Configure: produce useful dependency errors | Will Thompson | 2011-08-25 | 1 | -12/+36 |
| | | | | | | | | I discovered that PKG_CHECK_MODULES sets a variable if the dependencies aren't found containing the message it would have died with if you hadn't specified ACTION-IF-NOT-FOUND. So this gives us better output, without breaking opportunistically adding Call (etc.) support (as I did). | ||||
* | Revert "configure: simplify error path in --enable-call" | Will Thompson | 2011-08-25 | 1 | -1/+4 |
| | | | | | This reverts commit a7c8e72c9c4daa5a4830bad4ab6baa500106b3b4. It accidentally made not specifying an option equivalent to --enable-call. | ||||
* | configure: simplify error path in --enable-call | Will Thompson | 2011-08-25 | 1 | -4/+1 |
| | | | | | | | PKG_CHECK_MODULES raises a fatal error if you don't specify an ACTION-IF-NOT-FOUND, telling the developer which modules are missing. So we can simplify the configure script *and* give a more helpful error message. | ||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2011-08-25 | 1 | -527/+597 |
| | |||||
* | src: install empathy-main-window-menubar.ui | Raluca Elena Podiuc | 2011-08-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | empathy-main-window-menubar.ui was added in this commit: 1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit commit 1ad15d157971b6550cb11787a03463e891d29364 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Aug 23 14:08:18 2011 +0200 Move main window's UI manager to its own UI file Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. But was not marked to be installed. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271 | ||||
* | Updated Galician translations | Fran Dieguez | 2011-08-25 | 1 | -344/+365 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-08-25 | 1 | -318/+328 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-25 | 1 | -12/+16 |
| | |||||
* | Do not auto-accept publish requests if contact is not subscribed | Xavier Claessens | 2011-08-24 | 1 | -2/+8 |
| | | | | Fixes bug #657173 | ||||
* | account-widget-sip: add option to mark account as being able to call phones | Guillaume Desmottes | 2011-08-24 | 2 | -1/+40 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | widget-sip: load/save file in Glade | Guillaume Desmottes | 2011-08-24 | 1 | -18/+73 |
| | | | | | | No change has been done, this is just to keep commits simpler. https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | account-widget: add empathy_account_widget_get_settings() | Guillaume Desmottes | 2011-08-24 | 2 | -0/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | account-settings: add API to set 'tel' in the URISchemes property of the account | Guillaume Desmottes | 2011-08-24 | 2 | -0/+71 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-24 | 1 | -333/+340 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-08-24 | 1 | -194/+211 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-08-24 | 1 | -700/+515 |
| | |||||
* | libempathy-gtk: Explicitly close the input stream used for reading avatars | Philip Withnall | 2011-08-24 | 1 | -0/+20 |
| | | | | | | | | | | | | Due to a missing unref in GIO, the input stream is leaked by GFileIcon, so if we rely on its FD being implicitly closed when the stream is finalised, we'll end up leaking (lots of) file descriptors. As well as fixing the unref in GIO (see: bgo#657206), we now explicitly close the input stream so that even if the stream object is leaked, the FD isn't. Closes: bgo#656682 | ||||
* | main-window.ui: load and save the file in Glade | Guillaume Desmottes | 2011-08-23 | 1 | -81/+83 |
| | | | | | No change has been made, this is just to reduce the size of diff in future commits. | ||||
* | Move main window's UI manager to its own UI file | Guillaume Desmottes | 2011-08-23 | 4 | -317/+331 |
| | | | | | Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. | ||||
* | main-window: remove the throbber tooltip | Guillaume Desmottes | 2011-08-23 | 1 | -1/+0 |
| | | | | | | Clicking on it doesn't open the accounts dialog any more. https://bugzilla.gnome.org/show_bug.cgi?id=657105 | ||||
* | geocode: fix uninitialized variable (-Werror=uninitialized) | Alban Crequy | 2011-08-23 | 1 | -1/+1 |
| | |||||
* | Add a configure option for GProf | Alban Crequy | 2011-08-23 | 1 | -0/+12 |
| | | | | | It should help to investigate https://bugzilla.gnome.org/show_bug.cgi?id=657086 | ||||
* | Merge branch 'search-bar' | Jonny Lamb | 2011-08-23 | 1 | -16/+27 |
|\ | |||||
| * | search-bar: shorten labels to just Next & Previous | Jonny Lamb | 2011-08-22 | 1 | -3/+6 |
| | | | | | | | | | | | | The verb, "Find", is already present on the left of the entry. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: use smaller icons | Jonny Lamb | 2011-08-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: make close button non-important stock gtk-close | Jonny Lamb | 2011-08-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | This has the much nicer side-effect that if it gets thrown off the side because it doesn't have enough room, the icon and label will be shown in the expander. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | search-bar: move close button to RHS | Jonny Lamb | 2011-08-22 | 1 | -12/+21 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | widget-irc: quit message entry shouldn't be invisible | Guillaume Desmottes | 2011-08-23 | 1 | -3/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657104 | ||||
* | | Updated Dutch translation by Wouter Bolsterlee | Wouter Bolsterlee | 2011-08-23 | 1 | -146/+159 |
|/ | |||||
* | EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ↵ | Xavier Claessens | 2011-08-22 | 1 | -0/+4 |
| | | | | ignore it | ||||
* | contact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar | Guillaume Desmottes | 2011-08-22 | 1 | -1/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656829 | ||||
* | Move live search to top of Contact list | Guillaume Desmottes | 2011-08-22 | 2 | -2/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656999 | ||||
* | Freenode has added 6697 to the list of SSL ports | Debarshi Ray | 2011-08-22 | 1 | -0/+1 |
| | | | | | | | The list of servers and port numbers for Freenode are given at: http://freenode.net/irc_servers.shtml Fixes: https://bugzilla.gnome.org/642385 | ||||
* | remove released flag | Guillaume Desmottes | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | add empathy-webkit-utils.c to POTFILES.inEMPATHY_3_1_5_1 | Guillaume Desmottes | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | prepare 3.1.5.1 | Guillaume Desmottes | 2011-08-22 | 2 | -2/+45 |
| | |||||
* | Don't assume that all FolksIndividuals have a corresponding EmpathyContact. | Travis Reitter | 2011-08-22 | 2 | -17/+25 |
| | | | | | | | Closes: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a valid TpContact Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Don't assume that all TpfPersonas contain valid TpContacts | Travis Reitter | 2011-08-22 | 9 | -116/+203 |
| | | | | | | | Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a valid TpContact Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Merge remote-tracking branch 'pochu/preview-position' | Jonny Lamb | 2011-08-22 | 1 | -1/+6 |
|\ | |||||
| * | CallWindow: correctly position the preview when dragging | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -1/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656887 | ||||
* | | Merge remote-tracking branch 'pochu/request-message' | Jonny Lamb | 2011-08-22 | 3 | -3/+63 |
|\ \ | |||||
| * | | Hide the request message entry if it can't be used | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -8/+30 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | EmpathyContactListFlags: add _MESSAGE_ADD flag | Emilio Pozuelo Monfort | 2011-08-20 | 2 | -0/+5 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | Set the scrolled window shadow type to Etched in | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
| * | | Allow to specify the subscription request message | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -3/+34 |
| |/ | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656934 | ||||
* | | Update Simplified Chinese translation. | Aron Xu | 2011-08-21 | 1 | -380/+400 |
| | | |||||
* | | Fix call-event.h detection | Laurent Bigonville | 2011-08-19 | 1 | -0/+3 |
|/ | | | | | | | Correctly set the LDFLAGS from EMPATHY_LDFLAGS so AC_CHECK_HEADER can find call-event.h https://bugzilla.gnome.org/show_bug.cgi?id=656908 | ||||
* | CameraMenu: don't change the device if it's the current one | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656885 | ||||
* | Flip the preview in RoundedTexture->paint() | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -19/+4 |
| | | | | | | | | We can't flip the preview clone that we're dragging because of https://bugzilla.gnome.org/show_bug.cgi?id=656894, so directly paint it flipped. Partly fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656887 | ||||
* | CallWindow: make the preview button reactive | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+1 |
| | | | | | | | So it reacts to click events. Otherwise the video preview, which is reactive, will get all the events. https://bugzilla.gnome.org/show_bug.cgi?id=656888 | ||||
* | contact-chooser: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866 | ||||
* | main-window: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -12/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866 | ||||
* | Reset all the necessary elements when switching cameras | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -2/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CallWindow: make empathy_call_window_play_camera() public | Emilio Pozuelo Monfort | 2011-08-19 | 2 | -4/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CallWindow: make the rectangles have rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -14/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | Add a rectangle actor with rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 3 | -0/+210 |
| | | | | | | | This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: make the info buttons rounded | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -4/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: round the video preview corners | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | Add a ClutterTexture subclass with rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 3 | -0/+134 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576 | ||||
* | CallWindow: don't hide the toolbar when not in a call | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -1/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656566 | ||||
* | Merge branch 'trivia' | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
|\ | |||||
| * | [log-window] Change Quit for Close | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
| | | |||||
* | | rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCE | Guillaume Desmottes | 2011-08-19 | 2 | -28/+11 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | tp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES | Guillaume Desmottes | 2011-08-19 | 1 | -35/+13 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | new-message-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | ft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES | Guillaume Desmottes | 2011-08-19 | 1 | -17/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | new-call-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+17 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | individual-widget: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -61/+35 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CONTACT_INFO https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | contact-widget: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 2 | -10/+9 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_CONTACT_INFO https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | contact-search-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -50/+10 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | avatar-chooser: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 2 | -5/+4 |
| | | | | | | | | | | | | TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | account-chooser: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
| | | | | | | | | | | | | | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES, Also simplify empathy_account_chooser_filter_supports_chatrooms in the process. https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | | ask factory to prepare TP_ACCOUNT_FEATURE_CONNECTION | Guillaume Desmottes | 2011-08-19 | 1 | -0/+18 |
|/ | | | | | | | So we can rely on the connection returned by tp_account_get_connection() to be usable right away. https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-08-19 | 1 | -300/+320 |
| | |||||
* | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-08-19 | 1 | -547/+692 |
| | |||||
* | Updated Slovenian translation | Andrej Žnidaršič | 2011-08-19 | 1 | -42/+4 |
| | |||||
* | CallWindow: hide the preview button while dragging it | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -1/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656573 | ||||
* | CallWindow: hide the preview while dragging it | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+4 |
| | | | | | | | We show a clone of it moving through the stage, so there's no point in showing the main preview at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=656573 | ||||
* | CallWindow: flip the dragged preview | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+11 |
| | | | | | | Currently disabled as it doesn't work as expected. https://bugzilla.gnome.org/show_bug.cgi?id=656573 | ||||
* | CallWindow: make the preview follow the pointer when dragging it | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -7/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656573 | ||||
* | Don't install Call service files if empathy-call is not built | Emilio Pozuelo Monfort | 2011-08-18 | 1 | -2/+10 |
| | |||||
* | mic-monitor: add set_default function | Jonny Lamb | 2011-08-18 | 2 | -0/+69 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | mic-monitor: add get_default function | Jonny Lamb | 2011-08-18 | 2 | -0/+63 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | mic-menu: don't show the menu if we can't switch microphones | Jonny Lamb | 2011-08-18 | 1 | -2/+8 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | audio-src: make supports_changing_mic public | Jonny Lamb | 2011-08-18 | 2 | -1/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | mic-monitor: move the PA-specific stuff from audio-src to here | Jonny Lamb | 2011-08-18 | 6 | -364/+724 |
| | | | | | | Sorry for another big commit. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | chatroom-manager: removed set and unused priv variable | Jonny Lamb | 2011-08-18 | 1 | -3/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 23 | -430/+329 |
| | | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799 | ||||
* | Depend on telepathy-glib 0.15.5 | Guillaume Desmottes | 2011-08-18 | 1 | -1/+1 |
| | | | | | | Needed for new factory API. https://bugzilla.gnome.org/show_bug.cgi?id=655799 | ||||
* | update git ignore with new build system | Guillaume Desmottes | 2011-08-18 | 3 | -1/+38 |
| | |||||
* | update translation for Punjabi | A S Alam | 2011-08-18 | 1 | -534/+594 |
| | |||||
* | Merge branch 'log-window-webview' | Danielle Madeley | 2011-08-18 | 13 | -467/+1017 |
|\ | |||||
| * | Use context menu utility in log viewer | Danielle Madeley | 2011-08-17 | 1 | -5/+25 |
| | | |||||
| * | Factor out WebKit context menu as a utility | Danielle Madeley | 2011-08-17 | 3 | -118/+145 |
| | | |||||
| * | Allow clicking on a row to select the contact | Danielle Madeley | 2011-08-16 | 2 | -30/+108 |
| | | | | | | | | Does not currently highlight the row. | ||||
| * | Reimplement scrollToRow | Danielle Madeley | 2011-08-16 | 2 | -14/+48 |
| | | | | | | | | | | N.B. This has not been properly tested, because I'm not actually sure how to exhaust this codepath. | ||||
| * | Make WebKit compulsory | Danielle Madeley | 2011-08-16 | 6 | -85/+14 |
| | | | | | | | | | | It is now required for the log viewer, furthermore it will be required once we remove non-adium themes. | ||||
| * | Style fix | Danielle Madeley | 2011-08-12 | 1 | -1/+1 |
| | | |||||
| * | Remove some commented-out debugging | Danielle Madeley | 2011-08-12 | 1 | -6/+0 |
| | | |||||
| * | Remove unused variable | Danielle Madeley | 2011-08-12 | 1 | -2/+0 |
| | | |||||
| * | Remove old code | Danielle Madeley | 2011-08-09 | 1 | -15/+0 |
| | | |||||
| * | Set the primary toolbar style | Danielle Madeley | 2011-08-09 | 1 | -0/+3 |
| | | |||||
| * | Toggle the expander on row double click | Danielle Madeley | 2011-08-09 | 1 | -8/+11 |
| | | |||||
| * | Add icons to the new log viewer | Danielle Madeley | 2011-08-09 | 2 | -6/+42 |
| | | |||||
| * | Add dates to new log viewer | Danielle Madeley | 2011-08-09 | 2 | -7/+16 |
| | | |||||
| * | Use the same font-setting utility for empathy-theme-adium | Danielle Madeley | 2011-08-09 | 1 | -62/+15 |
| | | |||||
| * | Use this utility in the log viewer | Danielle Madeley | 2011-08-09 | 3 | -2/+15 |
| | | | | | | | | | | It should also be used for the Adium theme, but this also supports fonts specified in the Adium theme, which we need to support. | ||||
| * | Utility to set the webkit default font/size from GSettings | Danielle Madeley | 2011-08-09 | 2 | -0/+77 |
| | | |||||
| * | Reimplement log_window_maybe_expand_events() | Danielle Madeley | 2011-08-08 | 2 | -9/+25 |
| | | |||||
| * | Factor out toggleExpander() | Danielle Madeley | 2011-08-08 | 1 | -18/+25 |
| | | |||||
| * | Remove treeview_events -- make the webview the only viewing component | Danielle Madeley | 2011-08-07 | 2 | -117/+58 |
| | | | | | | | | Still some commented out code to reimplement. | ||||
| * | Replace highlighting of search strings | Danielle Madeley | 2011-08-05 | 1 | -41/+6 |
| | | |||||
| * | Support smileys in log viewer | Danielle Madeley | 2011-08-04 | 1 | -2/+9 |
| | | |||||
| * | Handle links via external browser | Danielle Madeley | 2011-08-01 | 1 | -0/+19 |
| | | |||||
| * | Add expander toggles | Danielle Madeley | 2011-08-01 | 2 | -0/+89 |
| | | |||||
| * | Use webkit-utils in LogWindow webview | Danielle Madeley | 2011-08-01 | 1 | -45/+56 |
| | | |||||
| * | Abstract WebKit string parsers into empathy-webkit-utils | Danielle Madeley | 2011-08-01 | 4 | -68/+137 |
| | | | | | | | | | | | | This file is currently optionally built, but if the logviewer is going to depend on WebKit, maybe that's a bad idea? Maybe we should just make WebKit required (this will probably happen when we require Adium themes in the future). | ||||
| * | Copy fix for bug #625745 from empathy-theme-adium | Danielle Madeley | 2011-08-01 | 1 | -0/+5 |
| | | |||||
| * | Add a webview widget for displaying the log | Danielle Madeley | 2011-07-29 | 3 | -1/+263 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The widget is currently bolted in alongside the existing log display widget for comparison. This includes some debugging cruft like showing the secret notebook tabs. The webview is populated from the store_events treestore, allowing all of the existing node-management and ordering code to be used. Attempting to replace this logic in Javascript was demonstratably too hard. This approach keeps the Javascript code down to the 4 GtkTreeModel signals. TODO: - icons - pretty printed dates - expanders - supporting smileys, links, etc. - using the correct font, etc. - removing the debugging | ||||
* | | Updated Galician translations | Fran Dieguez | 2011-08-18 | 1 | -3155/+1120 |
| | | |||||
* | | configure.ac: Generate xz tarballs with ustar format by default | Javier Jardón | 2011-08-17 | 2 | -8/+5 |
| | | |||||
* | | configure.ac: Use upstream gettext instead the glib one | Javier Jardón | 2011-08-17 | 1 | -2/+3 |
| | | |||||
* | | build: Update autotools config a bit | Javier Jardón | 2011-08-17 | 2 | -16/+27 |
| | | | | | | | | | | Replace deprecated autoconf macros Use new libtool syntax | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-08-17 | 1 | -174/+201 |
| | | |||||
* | | Updated Galician translations | Fran Dieguez | 2011-08-17 | 1 | -182/+208 |
| | | |||||
* | | Updated Indonesian translation | Andika Triwidada | 2011-08-16 | 1 | -1312/+1557 |
| | | |||||
* | | Updated Norwegian bokmål translation. | Kjartan Maraas | 2011-08-16 | 1 | -177/+205 |
| | | |||||
* | | CallWindow: move preview rectangles on top of remote video | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -2/+24 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2011-08-16 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.1.5EMPATHY_3_1_5 | Guillaume Desmottes | 2011-08-16 | 2 | -2/+62 |
| | | |||||
* | | coding style fix | Guillaume Desmottes | 2011-08-16 | 1 | -1/+1 |
| | | |||||
* | | CallWindow: add some padding to the dialpad | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -1/+1 |
| | | |||||
* | | Use AC_ARG_ENABLE with --enable-* | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -10/+10 |
| | | |||||
* | | CallWindow: fix typo | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -12/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571 | ||||
* | | Don't show empathy-call preferences when not building empathy-call | Emilio Pozuelo Monfort | 2011-08-16 | 2 | -2/+11 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656582 | ||||
* | | Merge branch 'blockade' | Will Thompson | 2011-08-16 | 4 | -20/+38 |
|\ \ | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656167 | ||||
| * | | tests: simplify running blocking dialog | Will Thompson | 2011-08-09 | 1 | -8/+1 |
| | | | | | | | | | | | | This is reminiscent of 8f42bd4. | ||||
| * | | Blocking: don't critical if ContactBlockingCapabilities is missing | Will Thompson | 2011-08-09 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | Haze has a deny list, and ostensibly implements ContactBlocking, but doesn't really implement that property. Naughty Haze hackers. They should be blocked. | ||||
| * | | Blocking dialog: use a sensible default size | Will Thompson | 2011-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | This is the same area as is used for the custom status dialog's scrolled window. The content area turns out very slightly smaller, because the area includes the tree view's header. | ||||
| * | | Blocking dialog: Gnome 3-ify Remove button | Will Thompson | 2011-08-09 | 2 | -11/+22 |
| | | | |||||
* | | | Get the preview position from preview_pos | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Getting it from the coordinates might fail if the system is too slow and gives us bad coordinates. https://bugzilla.gnome.org/show_bug.cgi?id=656572 | ||||
* | | | Add some space between the status and the end of the toolbar | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -0/+6 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571 | ||||
* | | | Display the preview video button in the preview corner | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -4/+9 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571 | ||||
* | | | Bug 655212 — Update for libfolks API changes to AvatarDetails | Philip Withnall | 2011-08-16 | 2 | -40/+102 |
| | | | | | | | | | | | | | | | | | | | | | Folks' AvatarDetails.avatar is now a GLoadableIcon rather than a GFile. Closes: bgo#655212 https://bugzilla.gnome.org/show_bug.cgi?id=655212 | ||||
* | | | audio-sink: check if sink implements the GstStreamVolume interface | Guillaume Desmottes | 2011-08-15 | 1 | -2/+3 |
| | | | |||||
* | | | manually build the GstStructure | Guillaume Desmottes | 2011-08-15 | 1 | -5/+11 |
| | | | |||||
* | | | Get the env variable in create_{src,sink} directly | Guillaume Desmottes | 2011-08-15 | 2 | -4/+10 |
| | | | |||||
* | | | Enable echo cancellation if needed | Guillaume Desmottes | 2011-08-15 | 1 | -2/+16 |
| | | | |||||
* | | | Add Echo cancellation preference | Guillaume Desmottes | 2011-08-15 | 4 | -0/+27 |
| | | | |||||
* | | | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are set | Guillaume Desmottes | 2011-08-15 | 4 | -29/+80 |
| | | | | | | | | | | | | Also factor out empathy_call_set_stream_properties(). | ||||
* | | | Set stream-properties on GStreamer elements to set the media role | Guillaume Desmottes | 2011-08-15 | 4 | -2/+19 |
| | | | |||||
* | | | Use pulesink as audio sink | Guillaume Desmottes | 2011-08-15 | 1 | -205/+40 |
| | | | | | | | | | | | | | | | | | | | | | As we did for puslesrc, this can still be overriden with an env variable for debuging purposes. Relying on pulse allows us to remove all the software volume control logic. | ||||
* | | | Merge branch 'move-video-preview-656268' | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -4/+377 |
|\ \ \ | |||||
| * | | | Don't define the same thing twice | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -22/+20 |
| | | | | |||||
| * | | | CallWindow: add extra bottom margin for the floating toolbar | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -14/+32 |
| | | | | | | | | | | | | | | | | Otherwise the rectangles will be on top of the toolbar. | ||||
| * | | | CallWindow: create the rectangles after the avatar | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | As we want them to be on top of the avatar when they're shown. | ||||
| * | | | empathy-call: add COGL and Clutter option groups | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | Use self->priv->preview_pos to determine the preview position | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Darken the rectangles when starting a drag operation | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that if we have just dragged it, the rectangle where it was before isn't highlighted. https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Don't darken the preview when dragging it | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -8/+25 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Highlight the preview when hovered | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -1/+42 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Factor out empathy_call_window_darken_preview_rectangle | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -20/+17 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Factor out empathy_call_window_get_preview_rectangle | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -18/+28 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Move empathy_call_window_get_preview_position around | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -42/+42 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | CallWindow: highlight drop zones when hovered | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | Factor out empathy_call_window_get_preview_position() | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | CallWindow: show drop zones when dragging the preview | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | CallWindow: allow to move the video preview | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+103 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | CallWindow: add top and right margin to the preview container | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that when it's placed on another corner, it still has some margin. https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
| * | | | empathy-call: call gdk_disable_multidevice() | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clutter needs this, and gtk_clutter_init() calls it, but g_option_context_parse() initializes GTK+ when parsing GTK+ options so it's too late for us then. https://bugzilla.gnome.org/show_bug.cgi?id=656268 | ||||
* | | | | CameraMenu: don't crash if there are no cameras | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -3/+4 |
| | | | | |||||
* | | | | CameraMenu: use empathy_camera_monitor_new() | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to get a new object so that we get ::added upon construction for all the cameras. With _dup_singleton() we may get an existing object, which would have already fired the initial set of ::added signals. | ||||
* | | | | CameraMonitor: add empathy_camera_monitor_new() | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -26/+23 |
| | | | | | | | | | | | | | | | | Which doesn't return a singleton but a new object. | ||||
* | | | | CameraMenu: select the first camera if the last one isn't available | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -11/+21 |
| | | | | |||||
* | | | | CameraMonitor: dynamically-allocate the queue | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -8/+17 |
| | | | | |||||
* | | | | CallWindow: add a 'Swap camera' item to the preview menu | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+77 |
| | | | | |||||
* | | | | CameraMenu: restore the last selected camera on creation | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+5 |
| | | | | |||||
* | | | | CameraMenu: track changes to the camera key | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | And store changes from the menu itself in GSettings. | ||||
* | | | | Add a GSettings key for the default camera | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+6 |
| | | | | |||||
* | | | | CallWindow: add a menu to change the camera | Emilio Pozuelo Monfort | 2011-08-15 | 6 | -6/+417 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167 | ||||
* | | | | VideoSrc: add API to get the input device | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+12 |
| | | | | |||||
* | | | | VideoSrc: add API to change the input device | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+16 |
| | | | | |||||
* | | | | VideoSrc: use v4l2src instead of gconfvideosrc | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | CameraMonitor: add ::added and ::removed signals | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+27 |
| | | | | |||||
* | | | | CameraMonitor: make EmpathyCamera a boxed type | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+12 |
| | | | | |||||
* | | | | CameraMonitor: add API to get all cameras | Emilio Pozuelo Monfort | 2011-08-15 | 2 | -0/+80 |
|/ / / | |||||
* | | | Merge branch 'clutter-toolbar' | Emilio Pozuelo Monfort | 2011-08-15 | 5 | -13/+275 |
|\ \ \ | |||||
| * | | | Update the constraint when the stage allocation changes | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | Instead of when the box does, to avoid a warning. | ||||
| * | | | CallWindow: raise the toolbar when showing the preview | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | So that one can click the toolbar buttons. | ||||
| * | | | CallWindow: make the preview margin a define | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -2/+3 |
| | | | | |||||
| * | | | Move the video preview up | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | So it's not on top of the floating toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
| * | | | Make the floating toolbar have rounded corners | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
| * | | | Add a GtkClutterActor subclass that clips the corners | Emilio Pozuelo Monfort | 2011-08-12 | 3 | -1/+134 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
| * | | | CallWindow: show the toolbar when on fullscreen | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | And also hide it after 3s of inactivity. https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
| * | | | CallWindow: hide the toolbar after 3s of inactivity | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -0/+66 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
| * | | | CallWindow: make the toolbar float inside the window | Emilio Pozuelo Monfort | 2011-08-12 | 2 | -11/+63 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
* | | | | CallWindow: get the mic volume upon init | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it'll be zero and when we unmute the mic, we'll set the volume to zero as we won't know the old value. https://bugzilla.gnome.org/show_bug.cgi?id=656415 | ||||
* | | | | CallWindow: fix toggling the microphone on and off | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are changing the GSettings key, and also listening to changes on it and reacting to them, but we don't want to react to our own changes! https://bugzilla.gnome.org/show_bug.cgi?id=656415 | ||||
* | | | | Updated Vietnamese translation | Ngô Chin | 2011-08-13 | 1 | -354/+248 |
| | | | | |||||
* | | | | po/vi.po: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-08-13 | 1 | -758/+1364 |
| | | | | |||||
* | | | | Updated Persian translation | Arash Mousavi | 2011-08-13 | 1 | -751/+1308 |
| | | | | |||||
* | | | | Properly check if the backlog flag is set | Sjoerd Simons | 2011-08-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | The backlog flag should be TRUE or FALSE, so the check for the flag should result in either of those two values, not some other non-false value | ||||
* | | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-10 | 1 | -370/+422 |
|/ / / | |||||
* | | | LogWindow: don't crash if there are logs from the future | Emilio Pozuelo Monfort | 2011-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656065 | ||||
* | | | CallWindow: don't set the title for multiple participants | Emilio Pozuelo Monfort | 2011-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | We don't support that yet, the string is wrong, and priv->contact can't be NULL anyway. https://bugzilla.gnome.org/show_bug.cgi?id=655478 | ||||
* | | | Updated Slovenian translation | Andrej Žnidaršič | 2011-08-10 | 1 | -53/+0 |
|/ / | |||||
* | | Updated Swedish translation | Daniel Nylander | 2011-08-08 | 1 | -124/+139 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-08-08 | 1 | -111/+122 |
| | | |||||
* | | Updated Galician translations | Fran Dieguez | 2011-08-07 | 1 | -472/+555 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-08-06 | 1 | -377/+424 |
| | | |||||
* | | EmpathyContactChooser: remove EmpathyTpChat property | Guillaume Desmottes | 2011-08-05 | 3 | -62/+3 |
| | | | | | | | | | | | | It's not used any more and a generic widget shouldn't need it. https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | | Implement TpContact selection in EmpathyInviteParticipantDialog | Guillaume Desmottes | 2011-08-05 | 3 | -56/+15 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | | Implement filtering logic in EmpathyInviteParticipantDialog | Guillaume Desmottes | 2011-08-05 | 3 | -43/+131 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | | Add EmpathyContactChooser | Guillaume Desmottes | 2011-08-05 | 4 | -366/+594 |
| | | | | | | | | | | | | | | This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet. https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | | Allow to enter an email address as Yahoo ID | Guillaume Desmottes | 2011-08-04 | 1 | -2/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655959 | ||||
* | | Make the #defines an static array | Emilio Pozuelo Monfort | 2011-08-04 | 4 | -24/+38 |
| | | |||||
* | | Use the new enum everywhere | Emilio Pozuelo Monfort | 2011-08-04 | 6 | -17/+48 |
| | | | | | | | | And use strings for the --show-preferences argument. | ||||
* | | Preferences: add an enum for all the tabs | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -0/+11 |
| | | |||||
* | | CallWindow: go to the Calls tab when opening the preferences | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | Allow to specify the tab to open in the preferences | Emilio Pozuelo Monfort | 2011-08-04 | 3 | -8/+38 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | Preferences: add empathy_preferences_show_tab() | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -0/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: show Empathy.Call when opening the debug window | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | empathy-debugger: add a command line option to show a service | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -1/+49 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | DebugWindow: add function to change the service to show | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -0/+63 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | Factor out empathy_launch_program() | Emilio Pozuelo Monfort | 2011-08-04 | 5 | -163/+67 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: add a Settings menu item | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -0/+57 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | Add a command line option to Empathy to show the preferences | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -3/+39 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | MainWindow: add API to show the preferences window | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -3/+11 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: add a 'Call log' menu | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -0/+53 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: add a Help->About menu | Emilio Pozuelo Monfort | 2011-08-04 | 3 | -0/+18 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: add a Help->Contents menu | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -0/+25 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: remove the hangup menu item | Emilio Pozuelo Monfort | 2011-08-04 | 2 | -9/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | CallWindow: move 'Fullscreen' to the Call menu | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -16/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | | Dialpad: show an entry with the entered numbers | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -2/+31 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-08-04 | 1 | -47/+55 |
| | | |||||
* | | CallWindow: don't close the window when hanging up | Emilio Pozuelo Monfort | 2011-08-03 | 1 | -6/+3 |
| | | | | | | | | As one may want to redial. | ||||
* | | CallWindow: show 'Mute' on the statusbar when muted | Emilio Pozuelo Monfort | 2011-08-03 | 1 | -1/+10 |
| | | |||||
* | | call-window: use the input-dialpad icon | Guillaume Desmottes | 2011-08-03 | 1 | -1/+1 |
| | | | | | | | | Thanks a lot to Jakub Steiner for this awesome icon. |