| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The name was miss leading as this function do more than just presenting the
window.
https://bugzilla.gnome.org/show_bug.cgi?id=705618
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=705618
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=705618
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=585440
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=643755
|
|
|
|
|
|
|
| |
When a new contact is added, it could already be online,
especially with Salut.
https://bugzilla.gnome.org/show_bug.cgi?id=704452
|
|
|
|
|
|
|
|
|
| |
This fixes a minor security issue where information about an account (its
name) could be displayed after the point it was deleted. It only lasted
until Empathy was quit. This patch ensures the name is scrubbed from Empathy
immediately.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=701649
|
|
|
|
|
|
| |
This prevent strings to be too big.
https://bugzilla.gnome.org/show_bug.cgi?id=702095
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
This fix gnome-shell crash if the name is too big,
because it makes the window huge.
https://bugzilla.gnome.org/show_bug.cgi?id=702095
|
|\| |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=701914
|
|\| |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=698742
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
selected account
When switching account before tp_room_list_new_async() finish,
there is a race for which one will finish first. We ignore the
new TpRoomList if it does not correspond to the currently
selected account.
https://bugzilla.gnome.org/show_bug.cgi?id=698742
|
| |
| |
| |
| |
| |
| | |
The comments where out of sync with the en COL_* enum.
https://bugzilla.gnome.org/show_bug.cgi?id=698742
|
| |
| |
| |
| |
| |
| |
| | |
We use empathy_keyring_set_account_password_finish and friends from
here.
https://bugzilla.gnome.org/show_bug.cgi?id=701281
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
NEWS
configure.ac
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=696151
|
| |
| |
| |
| |
| |
| | |
Corrected the icon names as per the icon naming spec.
https://bugzilla.gnome.org/show_bug.cgi?id=692160
|
| |
| |
| |
| |
| |
| | |
src/empathy-roster-window.c changed from "You need to setup an ..." to "You need to set up an ..." as suggested.
https://bugzilla.gnome.org/show_bug.cgi?id=697302
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Otherwise it tries to re-add it.
https://bugzilla.gnome.org/show_bug.cgi?id=697214
|
| |
| |
| |
| | |
Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=697197
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=697197
|
| |
| |
| |
| | |
Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
|
| |
| |
| |
| | |
This can be done by not initializing gtk before that the application will do it.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Also we make sure that the DESKTOP_STARTUP_ID env variable is not unset
when initializing gtk.
https://bugzilla.gnome.org/show_bug.cgi?id=697197
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| | |
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sort by:
• "config.h"
• API declarations, if any
• public libraries
• internal headers, alphabetically sorted (mostly)
http://telepathy.freedesktop.org/wiki/Style#A.23includes
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| | |
`glib-compile-resources generate-dependencies' needs the --sourcedir
flag to be able to work properly when $(srcdir) != $(builddir).
Spotted by running `make distcheck'.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|/
|
|
|
|
|
| |
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
With the help of the script posted at http://stackoverflow.com/a/7135530
and some manual fixes, drop the unused or redundant #include directives.
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
| |
|
|
|
|
|
| |
src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we
have to pass UOA build flags.
|
|
|
|
| |
Fixes: https://bugzilla.gnome.org/639877
|
|
|
|
| |
Fixes: https://bugzilla.gnome.org/639877
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=657634
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
This avoid to increase the width of the roster window when displaying the
error.
https://bugzilla.gnome.org/show_bug.cgi?id=691137
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/687449
|
| |
| |
| |
| |
| |
| |
| |
| | |
If the current video input is yanked out, we continue the call with
only audio and desensitize the camera menu. Once the call is over we
sensitize it again and continue.
Fixes: https://bugzilla.gnome.org/687928
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/686314
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/686311
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It was impossible to type 'F' in our status message because of it.
Shift+F is not a very common accelerator and there is no way to discover it
any more (accelerators are not displayed in Shell's menu).
Searching for contacts isn't something you are supposed to do every day so not
having an accelerator isn't that bad anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=687629
|
| |
| |
| |
| |
| |
| | |
Set the same size as the default chat-window size.
https://bugzilla.gnome.org/show_bug.cgi?id=687450
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Empathy currently displays a phone icon for clients which indicate that
they're phones. However some mobile clients use the "handheld" client
type instead (e.g. Xabber on android devices).
While changing things around, i've also refactored the code a bit to
ensure that the determination will stay consistent in the various
location if it's changed in future.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=691043
|
| |
| |
| |
| |
| |
| | |
That's the default value.
https://bugzilla.gnome.org/show_bug.cgi?id=691043
|
| |
| |
| |
| | |
We have to use '|' to combine flags, not '&'...
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=690733
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=670048
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=670048
|
| |
| |
| |
| |
| |
| |
| | |
Displaying "No online contacts" while we are actually displaying all the
contacts is miss leading.
https://bugzilla.gnome.org/show_bug.cgi?id=670048
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/687449
|
| |
| |
| |
| |
| |
| |
| |
| | |
If the current video input is yanked out, we continue the call with
only audio and desensitize the camera menu. Once the call is over we
sensitize it again and continue.
Fixes: https://bugzilla.gnome.org/687928
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=684979
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=684979
|
| |
| |
| |
| |
| |
| |
| | |
This means that when the expanded for advanced option is opened/closed the
dialog maintains the correct size.
https://bugzilla.gnome.org/show_bug.cgi?id=687338
|
| |
| |
| |
| |
| |
| |
| | |
In gstreamer 0.10 gst_debug_bin_to_dot_file() does not exists, it is
called _gst_debug_bin_to_dot_file(). However in both 0.10 and 1.0
there is GST_DEBUG_BIN_TO_DOT_FILE() macro that is no-op if gst is
not build with --gst-enable-gst-debug.
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/686314
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/686311
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=686067
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/685888
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=685793
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=681445
|
|/
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=592995
|
|
|
|
|
|
|
| |
We receive the EmpathyEvent as the second signal argument, no as user_data
pointer (which is 'self').
https://bugzilla.gnome.org/show_bug.cgi?id=681725
|
| |
|
|
|
|
| |
We want to keep it alive during the whole lifetime of empathy-chat.
|
| |
|
| |
|
|
|
|
|
| |
Dirty hack to cope with Folks being slow as hell and blocking the main loop
while preparing.
|
|
|
|
|
|
| |
The chat window is the one actually using the manager so it makes sense to
move it there. It's a singleton so the same instance will be shared between
windows anyway.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Calling empathy_chat_get_contact_menu() may have as a side effect to call
empathy_contact_set_persona() which will fire a 'notify' signal and so trigger
another mennu update. There is no point doing a second one, and creating a
second menu, so best to avoid recursive calls.
|
|
|
|
|
|
|
|
|
|
| |
This is not a string freeze break as this string is already used in a bunch of
place in this file.
We could probably improve the phrasing a little bit but that's too late for
this cycle.
https://bugzilla.gnome.org/show_bug.cgi?id=684528
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|