| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
That's what this code was always meant to do but some idiot named Guillaume
changed it and introduced this regression in
74d098cd8894f72321237e120267a5ec3f188b3f when using the
audio-input-microphone-muted-symbolic icon.
https://bugzilla.gnome.org/show_bug.cgi?id=684531
|
|
|
|
|
|
| |
I'm not a fan of pointer arithmetic, it's clearer to iterate using an index.
https://bugzilla.gnome.org/show_bug.cgi?id=684475
|
| |
|
|
|
|
|
| |
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
|
|
|
|
|
|
| |
Saves us from loading the same icons from the disk again and again.
https://bugzilla.gnome.org/show_bug.cgi?id=675220
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=675220
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=660128
|
| |
|
|
|
|
|
|
|
|
|
| |
We should wait for the AM to be prepared (which is done in this function)
before calling set_notebook_page() as it calls
empathy_account_manager_get_accounts_connected() which relies on the AM being
prepared.
https://bugzilla.gnome.org/show_bug.cgi?id=683854
|
|
|
|
| |
There is no point re-implementing it.
|
|
|
|
| |
tp_channel_get_connection() has been deprecated.
|
|
|
|
|
|
| |
tp_account_manager_get_valid_accounts() has been deprecated.
Fix an accounts list leak in empathy-sanity-cleaning.
|
| |
|
|
|
|
|
|
|
|
| |
The logic changed if no account is selected as new account are now added using
a separated dialog. So if no account is selected we can certainly add a new
account but not remove anything.
https://bugzilla.gnome.org/show_bug.cgi?id=683442
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683501
|
|
|
|
|
|
|
| |
It's cleaner to have all the logic deciding which page to display in
set_notebook_page().
https://bugzilla.gnome.org/show_bug.cgi?id=683501
|
|
|
|
|
| |
Fix a race between all the contacts being removed, and so the roster
being empty, and the presence notification.
|
|
|
|
| |
I added this flag exactly for this and then forgot to use it...
|
|
|
|
|
|
|
| |
I think I made this regress when I made Empathy understand the new
Subject interface.
https://bugzilla.gnome.org/show_bug.cgi?id=683453
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683326
|
|
|
|
|
|
| |
More scalable.
https://bugzilla.gnome.org/show_bug.cgi?id=683326
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683326
|
|
|
|
|
|
|
|
| |
There is no need to continue processing a message (unread count, play
incoming message sound) if it's an outgoing one.
Fix a bug where we use to play to ougoing sound *and* the incoming sound when
sending a message.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The UI hasn't used the RMS and peak values from the input source for a
while, so lets remove it.
|
|
|
|
|
|
| |
libempathy-gtk uses gstreamer directly only for one utility function
used by empathy-call. Split this one out into a call specific utility
file.
|
| |
|
|
|
|
| |
This ensures that the proccess stays running until we are actually done.
|
|
|
|
| |
There is no point keeping a ghost account around.
|
| |
|
|
|
|
|
| |
Best to have to re-create an account than having a ghost account staying
around.
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=682802
|
| |
|
| |
|
|
|
|
| |
See https://bugzilla.gnome.org/show_bug.cgi?id=656097#c20
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680774
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680778
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680778
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680778
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680778
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680778
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680449
|
|
|
|
|
|
|
|
|
|
| |
Changing avatar is only used for editing user's information, and
it will soon be replaced by a dedicated widget.
This is done to make easier to change EmpathyAvatarChooser's API before
introducing the new widget.
https://bugzilla.gnome.org/show_bug.cgi?id=680449
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680646
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680302
|
|
|
|
|
|
| |
If for some reason MC crashes we should restart it right away. Ideally this
should be done by the Shell (#680099) but it's good to have in Empathy as
well.
|
| |
|
|
|
|
| |
tp_account_new() has been deprecated.
|
| |
|
| |
|
|
|
|
|
| |
We want to activate the dialog when user hits 'Enter' so he joins the room
right away.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679111
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679396
|
|
|
|
|
|
|
|
|
| |
Ideally we should stop sending the DTMF event when the key is released but we
can't easily do that in Gtk+; we'll have to write our own widget.
I'm going to give it a shot but this is already a nice improvement so we
shouldn't block on it.
https://bugzilla.gnome.org/show_bug.cgi?id=679396
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679136
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679255
|
|
|
|
| |
empathy_theme_manager_dup_theme_name_from_path()
|
|
|
|
|
| |
The 'adium-path' key is now deprecated as we lookup the theme path from its
name.
|
|
|
|
| |
That's where this kind of code is meant to be.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=627948
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=678524
|
|
|
|
|
|
| |
It's not supported at the moment.
https://bugzilla.gnome.org/show_bug.cgi?id=678331
|
|
|
|
|
|
| |
We only support requesting FT channel in the same process as the FT handler.
https://bugzilla.gnome.org/show_bug.cgi?id=678331
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=678294
|
|
|
|
|
|
| |
I re-used the same code as in EmpathyIndividualView.
https://bugzilla.gnome.org/show_bug.cgi?id=678294
|
|
|
|
|
|
| |
It's clearer that way.
https://bugzilla.gnome.org/show_bug.cgi?id=678167
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=678167
|
|
|
|
|
|
|
|
|
| |
I'm about to change the default to not show groups, so users should have an
easy way to get them back.
I just removed a bunch of options from the preferences dialog so at the end it
will still be simpler than it used to be.
https://bugzilla.gnome.org/show_bug.cgi?id=677949
|
|
|
|
|
|
| |
Those are not supported by the new roster UI and so can be removed.
https://bugzilla.gnome.org/show_bug.cgi?id=677949
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677949
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677948
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677948
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677948
|
|
|
|
|
|
|
| |
Lot of features have been disabled/commented out. I'll re-introduce them
progressively.
https://bugzilla.gnome.org/show_bug.cgi?id=677948
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677948
|
| |
|
|
|
|
| |
Those have been removed from menubar.ui when implementing the new menu.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677545
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677465
|
|\ |
|
| |
| |
| |
| | |
Will make debugging easier.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=676569
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Seems that's the proper way to do it.
|
| | | |
|
| | |
| | |
| | |
| | | |
The CSS magic is done automatically now.
|
| | |
| | |
| | |
| | | |
https://bugzilla.gnome.org/show_bug.cgi?id=669473
|
| | |
| | |
| | |
| | | |
https://bugzilla.gnome.org/show_bug.cgi?id=669473
|
| | |
| | |
| | |
| | | |
https://bugzilla.gnome.org/show_bug.cgi?id=676637
|
|/ /
| |
| |
| | |
It has been accidentally removed during the recent settings clean up.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
NEWS
configure.ac
src/empathy-audio-src.c
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Now that the video box is flush against the sides add some extra margin
for the things floating inside.
|
| |
| |
| |
| |
| | |
Mimic totem in making the background for our video output black by
default and without extra borders. It does look nicer.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
NEWS
configure.ac
src/empathy-accounts.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
The latter has been deprecated in tp-glib master.
|
| |
| |
| |
| |
| |
| | |
Instead call both gst_object_ref() and gst_object_sink()
https://bugzilla.gnome.org/show_bug.cgi?id=675590
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
That's the one used by Contacts so best to stay coherent
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
So yeah, Authentification is actually not an English word...
https://bugzilla.gnome.org/show_bug.cgi?id=676027
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675597
|
| | |
|
| |
| |
| |
| | |
This is what happens when you convert files with XSLT, kids.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Set this 'true' by default.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Cleans up the code and makes it much less work to add new preferences.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
It doesn't make sense to have this anyway. You can still have history even
though you have no accounts configured.
|
| |
| |
| |
| | |
The docs are wrong, surprise!
|
| |
| |
| |
| | |
Rebased-by: Danielle Madeley <danielle.madeley@collabora.co.uk>
|
| |
| |
| |
| | |
That's recommended for a better GNOME 3 integration.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=673989
|
| |
| |
| |
| | |
We should use Gtk+'s default and those widgets don't use it any way.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674860
|
| |
| |
| |
| |
| |
| | |
Let's just get rid of all these stupid prototypes.
https://bugzilla.gnome.org/show_bug.cgi?id=674860
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674860
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674318
|
| |
| |
| |
| |
| |
| | |
Makes things easier and saves us from dupping the info.
https://bugzilla.gnome.org/show_bug.cgi?id=674182
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674182
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674182
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=674182
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=640417
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675597
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675597
|
| |
| |
| |
| |
| |
| | |
This approve function is way to big, let's split it.
https://bugzilla.gnome.org/show_bug.cgi?id=675597
|
| |
| |
| |
| |
| |
| | |
Instead call both gst_object_ref() and gst_object_sink()
https://bugzilla.gnome.org/show_bug.cgi?id=675590
|
| |
| |
| |
| | |
The latter has been deprecated in tp-glib master.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675246
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| |
| |
| | |
It's basically the same as empathy_tp_chat_join()
https://bugzilla.gnome.org/show_bug.cgi?id=675229
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675296
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=675296
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\|
| |
| |
| |
| | |
Conflicts:
po/ca@valencia.po
|
| |
| |
| |
| |
| |
| |
| | |
Hidden is disabled by default, so if Empathy is re-invoked with --hidden
explicitely passed, we shouldn't bring back the contact list or any UI.
https://bugzilla.gnome.org/show_bug.cgi?id=673691
|
| |
| |
| |
| | |
Looks like it has been accidentally removed.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=673821
|
| |
| |
| |
| |
| |
| |
| | |
That means EmpathyTpChat doesn't have to implement the EmpathyContactList
interface any more.
https://bugzilla.gnome.org/show_bug.cgi?id=673821
|
| |
| |
| |
| |
| |
| | |
We want to get rid of the EmpathyContactList interface.
https://bugzilla.gnome.org/show_bug.cgi?id=673821
|
| |
| |
| |
| |
| |
| | |
g_mutex_new() has been deprecated in GLib 2.31.
https://bugzilla.gnome.org/show_bug.cgi?id=662662
|
| |
| |
| |
| |
| |
| | |
It has been deprecated in GLib 2.31.
https://bugzilla.gnome.org/show_bug.cgi?id=662662
|
| | |
|
| | |
|
| |
| |
| |
| | |
It's not used any more by Intel.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
If we manage to fetch all the info from EDS the account is ready to connect
and so the 'Connect' button should be sensitive right away.
https://bugzilla.gnome.org/show_bug.cgi?id=673451
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=673159
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=673159
|
|/
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673159
|
|
|
|
|
|
|
| |
Or the actors will be raised relative to their box, but not relative to
the whole scene.
https://bugzilla.gnome.org/show_bug.cgi?id=673046
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673162
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673162
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673162
|
|
|
|
|
|
| |
No semantic change.
https://bugzilla.gnome.org/show_bug.cgi?id=673162
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673141
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673141
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Prevent a crash when using a11y as GTK+ may want to look at the content of the
row as soon it's added. See the bug for details.
https://bugzilla.gnome.org/show_bug.cgi?id=670601
|
|\ |
|
| |
| |
| |
| |
| | |
This is kind of overkill to avoid me typoing the two names used in
empathy-chat-window.c, but, hey.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Gnome Shell filters out notifications from Empathy whose category is
something the Shell shows its own notification for. However, we
previously used the im.received category for notifications about being
highlighted in a MUC, as well as for incoming 1-1 IM notifications. The
Shell filters these out these notifications, because it shows its own
1-1 notifications, but it doesn't show MUC highlight notifications.
So this patch sets a different category on notifications from chat
rooms, which makes them show up in Gnome Shell. I'm prefixing the
category with x-empathy, following the comment above
get_category_for_event_type in empathy-notifications-approver.c.
This shouldn't confuse other notification daemons, unless they were also
filtering out im.received but also showed their own highlight
notifications (which I find unlikely).
https://bugzilla.gnome.org/show_bug.cgi?id=652800
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/672796
|
|/
|
|
| |
Fixes: https://bugzilla.gnome.org/672796
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672560
|
|
|
|
|
|
|
|
|
|
| |
Make this a real toolbar, and add a CSS provider to set the correct
border radius.
In the future, GTK and Adwaita will support an 'OSD' style class that
takes care of this automatically, but right now we have add these few
lines of code.
https://bugzilla.gnome.org/show_bug.cgi?id=672560
|
|
|
|
|
|
|
|
|
|
|
| |
It's way easier to use a ClutterBoxLayout to ensure the preview
rectangles and the floating toolbar don't overlap.
This way, we can get rid of some complicated manual UI layouting code
and just a margin to set the bottom spacing for the floating toolbar.
Also, this makes the code not dependent on a hardcoded toolbar size
anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=672560
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672560
|
|
|
|
|
|
|
| |
Use color shades from the color theme for preview placeholders, instead
of hardcoding black/red.
https://bugzilla.gnome.org/show_bug.cgi?id=672561
|
|
|
|
|
|
| |
And not [0..255] integers.
https://bugzilla.gnome.org/show_bug.cgi?id=672561
|
|
|
|
|
|
| |
We should try to display as much rows as possible.
https://bugzilla.gnome.org/show_bug.cgi?id=672839
|
|
|
|
|
|
| |
empathy-accounts already does it for us.
https://bugzilla.gnome.org/show_bug.cgi?id=672839
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672596
|
|
|
|
|
|
|
| |
We should still display the 'no account' page if none is configured or
enabled.
https://bugzilla.gnome.org/show_bug.cgi?id=672506
|
|
|
|
|
|
| |
Looks like the new doc infra uses "help" rather than "ghelp".
https://bugzilla.gnome.org/show_bug.cgi?id=672596
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672608
|
|
|
|
|
|
|
| |
So that the banner is not packed even when the window is at its minimum
size.
https://bugzilla.gnome.org/show_bug.cgi?id=672504
|
|
|
|
|
|
|
| |
Insufficient refcount on priv->video_preview_sink caused segfaults
when accessing freed data.
https://bugzilla.gnome.org/show_bug.cgi?id=672063
|
|
|
|
|
|
|
| |
Fixes the crash when calling someone while being already in a call
with the same contact.
https://bugzilla.gnome.org/show_bug.cgi?id=671931
|
|
|
|
|
|
|
| |
All these flags are making this code pretty messy. Hopefully we'll move and
clean it when implementing the new design next cycle.
https://bugzilla.gnome.org/show_bug.cgi?id=672036
|
|
|
|
|
|
|
| |
If for some unspecified reason a call go to the TP_CALL_STATE_ENDED
state, reinitialize the call window.
https://bugzilla.gnome.org/show_bug.cgi?id=671931
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=671035
|
|
|
|
|
|
|
| |
tp_connection_get_contacts_by_handle() will raise a warning if the
TpConnection has been invalidated.
https://bugzilla.gnome.org/show_bug.cgi?id=671035
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=671035
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672120
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Also try to set a transparent background on the GtkBin inside
GtkClutteActors, but for some reason it's not working here.
https://bugzilla.gnome.org/show_bug.cgi?id=671718
|
|\ \ |
|
| | |
| | |
| | |
| | | |
https://bugzilla.gnome.org/show_bug.cgi?id=671720
|
| | |
| | |
| | |
| | |
| | |
| | | |
Looks like that's the right way to do it since Clutter 1.8
https://bugzilla.gnome.org/show_bug.cgi?id=669673
|
|/ /
| |
| |
| |
| |
| | |
It can happen, typically if no account is currently selected.
https://bugzilla.gnome.org/show_bug.cgi?id=671790
|
| |
| |
| |
| |
| |
| | |
The first value was never used and overrided a few lines below.
https://bugzilla.gnome.org/show_bug.cgi?id=670745
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=671644
|
| |
| |
| |
| |
| |
| | |
This is by analogy to F9 toggling the sidebar in Nautilus.
https://bugzilla.gnome.org/show_bug.cgi?id=671547
|
| | |
|
| | |
|
| |
| |
| |
| | |
gtk_scale_new_with_range() has been introduced in GTK+ 3.0 so we're good.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=671452
|
| |
| |
| |
| |
| |
| |
| | |
empathy-auth-client is the best place to do such tasks as it will be run even
if using only the Shell without Empathy's UI.
https://bugzilla.gnome.org/show_bug.cgi?id=671452
|