Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Updated Swedish translation | Daniel Nylander | 2011-08-03 | 1 | -41/+43 |
| | | |||||
* | | empathy_send_file_with_file_chooser: keep on the contact while the dialog is ↵ | Guillaume Desmottes | 2011-08-02 | 1 | -1/+2 |
| | | | | | | | | | | | | running It's not safe to assume that the EmpathyContact stays alive. | ||||
* | | empathy_server_sasl_handler_class_init: properly initialize the dispose function | Alexey Fisher | 2011-08-02 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655788 | ||||
* | | Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com> | Gabor Kelemen | 2011-08-02 | 1 | -429/+498 |
| | | |||||
* | | Move signal disconnection earlier to hopefully fix SEGV | Danielle Madeley | 2011-08-02 | 1 | -3/+3 |
| | | | | | | | | | | | | I can't actually reproduce this, but this is possibly the fix. (Hopefully) Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654914 | ||||
* | | preferences: update tab order | Jonny Lamb | 2011-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This isn't pretty but I'm not sure if there's a better way of getting a specific tab from a GtkNotebook without using its order? Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | call-window: don't display labels in both toolbars | Guillaume Desmottes | 2011-08-01 | 1 | -0/+4 |
| | | |||||
* | | help/.gitignore: add eu translation of the doc | Guillaume Desmottes | 2011-08-01 | 1 | -0/+2 |
| | | |||||
* | | sort help/.gitignore | Guillaume Desmottes | 2011-08-01 | 1 | -18/+16 |
| | | |||||
* | | Merge branch 'change-audio' | Jonny Lamb | 2011-08-01 | 9 | -24/+1021 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/empathy-call-window.c src/empathy-call-window.ui Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | audio-src: check for new enough pulsesrc before trying to change mics | Jonny Lamb | 2011-07-30 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | This means this feature will automatically start working when a new enough pulsesrc is used. Making _get_microphones() fail has a nice side-effect that the Edit menu item doesn't appear at all. Neat. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: update to newer GstPulseSrc API | Jonny Lamb | 2011-07-29 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | This time it's actually merged to master. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src,mic-menu: use DEBUG macros | Jonny Lamb | 2011-07-29 | 2 | -3/+9 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: only call operations_run when PA is ready | Jonny Lamb | 2011-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | mic-menu: display monitors when they're the current mic | Jonny Lamb | 2011-07-29 | 1 | -4/+28 |
| | | | | | | | | | | | | | | | | | | ...but otherwise hide them. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add is_monitor boolean to mic struct | Jonny Lamb | 2011-07-29 | 3 | -3/+9 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | call-window: add a Microphone menu to change mic on the fly | Jonny Lamb | 2011-07-29 | 5 | -1/+473 |
| | | | | | | | | | | | | | | | | | | | | | Yay! Sorry this commit is kind of big with the addition of mic-menu, perhaps I should have added it in pieces. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | call-window: add getters for the UI manager and audio src | Jonny Lamb | 2011-07-29 | 2 | -0/+21 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: don't ignore monitors | Jonny Lamb | 2011-07-29 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | pavucontrol doesn't... Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add comment about values for unknown values | Jonny Lamb | 2011-07-29 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: set property IDs properly | Jonny Lamb | 2011-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: listen to PA state changes and signal accordingly | Jonny Lamb | 2011-07-29 | 1 | -14/+104 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | src: give empathy-call sources to the marshal generator | Jonny Lamb | 2011-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add some comments explaining the PA changes | Jonny Lamb | 2011-07-29 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add API for getting the mic source ID | Jonny Lamb | 2011-07-29 | 2 | -0/+70 |
| | | | | | | | | | | | | | | | | | | | | | Also listen out for changes in the source output ID (but that'll only happen if we go READY -> NULL -> READY again). Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add API for changing microphone | Jonny Lamb | 2011-07-28 | 2 | -0/+84 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add the source name to the microphone info struct | Jonny Lamb | 2011-07-28 | 2 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: add API to query available microphones | Jonny Lamb | 2011-07-28 | 2 | -0/+209 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | configure: depend on libpulse | Jonny Lamb | 2011-07-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: remove the element-added stuff | Jonny Lamb | 2011-07-28 | 1 | -30/+0 |
| | | | | | | | | | | | | | | | | | | Now that we hard-code pulsesrc, this is unnecessary. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: allow changing the audio source element | Jonny Lamb | 2011-07-28 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | Better than nothing, right? Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | audio-src: use pulsesrc instead of gconfaudiosrc | Jonny Lamb | 2011-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | chat_text_maybe_append_date_and_time: compute the right delta between timestamps | Guillaume Desmottes | 2011-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The first argument of g_date_time_difference() should be the older timestamp. https://bugzilla.gnome.org/show_bug.cgi?id=654958 | ||||
* | | | Update Simplified Chinese help translation. | lainme | 2011-08-01 | 1 | -293/+523 |
| | | | |||||
* | | | Update Simplified Chinese translation. | Aron Xu | 2011-08-01 | 1 | -524/+576 |
| | | | |||||
* | | | Updated Slovenian translation | Andrej Žnidaršič | 2011-07-31 | 1 | -86/+91 |
| | | | |||||
* | | | Updated translation for Zulu (zu), reviewed by Priscilla Mahlangu | Abel Motha | 2011-07-30 | 1 | -823/+1424 |
| | | | |||||
* | | | Uploaded Ukranian | Daniel Korostil | 2011-07-30 | 1 | -931/+1294 |
| | | | |||||
* | | | Updated Spanish translation | Daniel Mustieles | 2011-07-30 | 1 | -294/+320 |
| | | | |||||
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2011-07-29 | 2 | -896/+1002 |
| | | | |||||
* | | | Updated Swedish translation | Daniel Nylander | 2011-07-29 | 1 | -329/+349 |
| | | | |||||
* | | | Added Basque language | Inaki Larranaga Murgoitio | 2011-07-29 | 3 | -1/+3528 |
| | | | |||||
* | | | Updated Brazilian Portuguese translation | Felipe Borges | 2011-07-28 | 1 | -750/+1254 |
| | | | |||||
* | | | CallWindow: pack the details box | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Even if we don't show it, so that the widgets exist and we don't assert. | ||||
* | | | Show the percentage sign in the volume | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -1/+14 |
| | | | |||||
* | | | CallWindow: remove the sidebar | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -282/+31 |
| | | | | | | | | | | | | And only leave the dialpad in its place. | ||||
* | | | CallWindow: use the volume value from the preferences | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -79/+21 |
| | | | | | | | | | | | | | | | This also removes the 'Audio input' sidebar page, as all of it can now be found in the preferences. | ||||
* | | | Preferences: add a Calls tab | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -6/+173 |
| | | | | | | | | | | | | It only contains the micro volume for now. | ||||
* | | | Add a new gsettings key for the call volume | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -0/+11 |
| | | | |||||
* | | | CallWindow: use tp_g_signal_connect_object | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -7/+6 |
|/ / | | | | | | | So the signals are disconnected when the window is destroyed. | ||||
* | | CallWindow: build the toolbar from the .ui | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -69/+66 |
| | | |||||
* | | CallWindow: hide the audio/video call buttons on _init() | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -2/+2 |
| | | | | | | | | | | When we create a new window it's because there's an incoming call, so hide the audio/video call buttons. | ||||
* | | CallWindow: remove redial menu | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -33/+0 |
| | | |||||
* | | CallWindow: remove separator between hangup and dialpad buttons | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -8/+0 |
| | | |||||
* | | CallWindow: show audio and video call buttons to start a call | Emilio Pozuelo Monfort | 2011-07-28 | 3 | -15/+58 |
| | | | | | | | | Instead of the redial button. | ||||
* | | CallWindow: add the remote user name and presence to the toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -1/+45 |
| | | |||||
* | | CallWindow: add an avatar to the top toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -3/+40 |
| | | |||||
* | | CallWindow: move the status message to the bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -34/+24 |
| | | | | | | | | From its own statusbar. | ||||
* | | CallWindow: move the volume button to the bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 2 | -16/+17 |
| | | |||||
* | | CallWindow: add a bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -24/+36 |
| | | | | | | | | And move some buttons to it following the new call UI design. | ||||
* | | Updated Czech translation | Marek Černocký | 2011-07-28 | 1 | -692/+1111 |
| | | |||||
* | | Add letters underneath the numbers on the dialpad | Danielle Madeley | 2011-07-26 | 1 | -13/+39 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=632874 | ||||
* | | Factor out dialpad into a utility function | Danielle Madeley | 2011-07-26 | 4 | -98/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The dialpad is shared between empathy-call and empathy-av. Really it would be nice to make the dialpad its own little widget that emits signals with DTMF event ids, but I've got things to get done. Conflicts: libempathy-gtk/empathy-ui-utils.c src/empathy-call-window.c src/empathy-streamed-media-window.c | ||||
* | | remove released flag | Xavier Claessens | 2011-07-26 | 1 | -1/+1 |
| | | |||||
* | | prepare releaseEMPATHY_3_1_4 | Xavier Claessens | 2011-07-26 | 2 | -2/+43 |
| | | |||||
* | | Merge remote-tracking branch 'danni/populate-popup-654669' | Xavier Claessens | 2011-07-26 | 1 | -2/+4 |
|\ \ | |||||
| * | | Assume GDK_KEY_PRESS in the default case | Danielle Madeley | 2011-07-26 | 1 | -2/+4 |
| | | | | | | | | | | | | Warn if making this assumption. | ||||
* | | | Merge remote-tracking branch 'danni/drag-n-drop-558942' | Xavier Claessens | 2011-07-26 | 3 | -12/+52 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Apply the same fix to EmpathyContactListView | Danielle Madeley | 2011-07-26 | 1 | -3/+3 |
| | | | |||||
| * | | Don't generate critical when dragging with no contact selected | Danielle Madeley | 2011-07-20 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | | This also fixes the problem where dragging with no contact selected drags the previously selected contact. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=558942 | ||||
| * | Populate spelling suggestions when menu key is pressed | Danielle Madeley | 2011-07-18 | 1 | -6/+46 |
| | | | | | | | | | | | | | | Track what kind of event generated the populate-popup event and then use the cursor position or mouse position as appropriate. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654669 | ||||
* | | Updated Spanish translation | Jorge González | 2011-07-26 | 1 | -121/+127 |
| | | |||||
* | | CallWindow: fix comments | Emilio Pozuelo Monfort | 2011-07-25 | 1 | -3/+3 |
| | | | | | | | | We no longer show the self avatar | ||||
* | | CallWindow: fix typo | Emilio Pozuelo Monfort | 2011-07-25 | 1 | -3/+3 |
| | | |||||
* | | CallWindow: ignore events in the data probe callback | Emilio Pozuelo Monfort | 2011-07-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | We only want to show the remote video again if we receive video frames, not if we receive an event for whatever reason. That's in fact what we get when we start sending our own video, and so we don't want to display the remote video if it was hidden because we're not receiving it anymore. | ||||
* | | CallWindow: check the video exists before showing it | Emilio Pozuelo Monfort | 2011-07-25 | 1 | -2/+5 |
| | | | | | | | | | | | | | | Since empathy_call_window_show_video_output_cb() is called in an idle thread, it's possible that the video is removed before the function is executed, so check if it's still there before showing it. | ||||
* | | CallWindow: show the remote avatar when video stops coming | Emilio Pozuelo Monfort | 2011-07-25 | 1 | -0/+67 |
| | | | | | | | | | | | | If we don't get incoming video for a few seconds, show the remote contact avatar instead of the frozen video, and show the video back if it starts coming again. | ||||
* | | Merge branch 'irc-dialog' | Will Thompson | 2011-07-25 | 3 | -82/+205 |
|\ \ | | | | | | | | | | | | | Fixes: <https://bugzilla.gnome.org/show_bug.cgi?id=654552> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | ||||
| * | | IRC accounts: top-justify the password hint. | Will Thompson | 2011-07-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | As mentioned on <https://bugzilla.gnome.org/show_bug.cgi?id=654552#c13>, this makes the password hint text be right up against the field it's hinting about, at the cost of even more ugly space between it and the Advanced expander. I think this is the lesser of two evils. | ||||
| * | | IRC: validate 'username' parameter. | Will Thompson | 2011-07-19 | 1 | -0/+12 |
| | | | |||||
| * | | IRC: rename “user_name” regex to “nick_name” | Will Thompson | 2011-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | The 'account’ parameter in Telepathy, to which this regex applies, is the ‘nickname’ in IRC parlance. (I'm about to add a regex for what IRC calls ‘usernames’.) | ||||
| * | | IRC accounts: make labels the same width. | Will Thompson | 2011-07-19 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | This addresses Nick's concern on https://bugzilla.gnome.org/show_bug.cgi?id=654552 | ||||
| * | | Add an advanced section to the IRC configuration page | Rob Sharp | 2011-07-19 | 2 | -80/+180 |
| | | | | | | | | | | | | | | | | | | | | | -Move the Real Name and Quit Message to the advanced section -Add a new Username field to the advanced section https://bugzilla.gnome.org/show_bug.cgi?id=654552 | ||||
* | | | CallWindow: remove unused box | Emilio Pozuelo Monfort | 2011-07-21 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | | It was taking horizontal space even if it was empty, causing the video widget to not take the full width when returning from fullscreen. | ||||
* | | | Set the video widget for the fullscreen window | Emilio Pozuelo Monfort | 2011-07-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Otherwise the mouse cursor won't be hidden after a timeout and the 'Leave fullscreen' button won't dissapear when we unfullscreen the call window. | ||||
* | | | Updated Slovenian translation | Matej Urbančič | 2011-07-20 | 1 | -189/+218 |
| | | | |||||
* | | | Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call" | Emilio Pozuelo Monfort | 2011-07-19 | 1 | -15/+15 |
|/ / | | | | | | | | | | | | | | | Default to Call channels again. https://bugzilla.gnome.org/show_bug.cgi?id=654611 This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7. | ||||
* / | Updated Swedish translation | Daniel Nylander | 2011-07-19 | 1 | -46/+32 |
|/ | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-07-15 | 1 | -759/+1454 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-07-15 | 1 | -185/+214 |
| | |||||
* | Debug logs will now be saved in the user's home directory rather than /tmp | Rob Sharp | 2011-07-14 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=654541 | ||||
* | release.py: detect bug numbers using their full URL | Guillaume Desmottes | 2011-07-13 | 1 | -2/+3 |
| | | | | | git-bz uses the full address of the bug so best to support that format as well. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-07-13 | 1 | -166/+192 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-07-12 | 1 | -821/+1233 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-07-12 | 1 | -186/+212 |
| | |||||
* | LogWindow: stop retrieving logs if the window is closed | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -1/+4 |
| | |||||
* | Only follow available cameras if the contact can do Video calls | Emilio Pozuelo Monfort | 2011-07-12 | 2 | -16/+11 |
| | |||||
* | LogWindow: disable Video calls if no camera connected | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -1/+18 |
| | |||||
* | CallWindow: disable Video functionality if there's no camera | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -1/+12 |
| |