| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|/
|
|
| |
managed
|
| |
|
|
|
|
|
|
|
| |
When empathy is started without any accounts the account assistant shows up,
but if empathy is already running and is called again nothing happens. Fixed
by always showing the account assistant if empathy is called and there are
no non-salut accounts
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The status icon will have to query the notify daemon during its
construction so libnotify has to be already initialized.
|
|\ |
|
| |
| |
| |
| | |
empathy_tp_chat
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|/ |
|
|
|
|
|
| |
Use GOptionContext directly to the help for gst options is also
displayed.
|
|
|
|
|
|
|
|
|
| |
Add basic capabilities for media-signalling so future CM's will still advertise
support for them. Currently we announce:
org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp
org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p
Fixes #593041
|
|
|
|
|
|
| |
A Dispatcher isn't guaranteed to ask the Handlers D-Bus interface for the
filter after launching it. So have our main handler match what is defined in
the client file and add an extra head which contains the complete list
|
|
|
|
|
| |
Implement an EmpathyHandler object which can be used to easily add extra
Client.Handler heads on D-Bus.
|
|
|
|
|
|
|
|
| |
On initial start the following should happen:
* If we haven't tried to import mc4 accounts, do so
* If there were no mc4 accounts imported and there are no accounts defined
show the account creation assistant.
* If we haven't created a salut account, do so
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
| | |
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
EmpathyAccountManager used to have a _lookup function that looked up accounts
by name and a _get function that lookup up accounts by connection. This is
confusing, as looking up an account for a connection is less common rename have
the _get_account be the same _lookup (but without returning a ref) and add a
_get_account_for_connection function lookup by account
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
libempathy-gtk/empathy-account-widget.c
src/empathy.c
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
| | |
|
| | |
|
| |
| |
| |
| | |
status icon
|
| | |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|/ |
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
| |
|
| |
|
|
|
|
|
| |
Handle errors that may arise when constructing the handler from the
factory.
|
|
|
|
|
|
| |
Don't use a singleton logic for the FT Manager, but let the manager
itself hold the references according to the state of the toplevel
window.
|
|
|
|
| |
Unref EmpathyFTHandler objects after adding them to the manager.
|
|
|
|
| |
Update to use the stable TP interface for FT.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Now, a client should have to do the following, in order to receive a file transfer:
- let the EmpathyFTFactory claim the EmpathyDispatchOperation
- the factory will emit "new-incoming-transfer" when the handler is filled with
the relevant properties
- now you can choose a destination file, and then you should call _set_destination
on EmpathyFTFactory passing the handler.
- the factory will emit "new-ft-handler" as you're now ready to start the actual
transfer.
|
| |
|
| |
|
|
|
|
| |
This is more consistent with the rest of Empathy.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Empathy's media role should be phone. Apart from voip calls the only sounds we
make are event sounds via libcanberra, which correctly sets the role to event
when playing a sound. For more information see:
http://pulseaudio.org/wiki/ApplicationProperties
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2634
|
|
|
|
|
|
| |
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2631
|
|
|
|
|
|
| |
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2618
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2592
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2591
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2590
|
|
|
|
|
|
|
|
| |
directly.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2587
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2586
|
|
|
|
|
|
|
|
| |
audit empathy
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2565
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2550
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2523
|
|
|
|
|
|
|
|
| |
to be called once and with a localized name
From: Guillaume Desmottes <gdesmott@gnome.org>
svn path=/trunk/; revision=2434
|
|
|
|
|
|
|
|
| |
its signals
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2383
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2380
|
|
|
|
|
|
| |
Thanks to Christian Persch, fix bug #569901.
svn path=/trunk/; revision=2373
|
|
|
|
|
|
| |
Thanks to Bruce Cowan, fix bug #569884.
svn path=/trunk/; revision=2370
|
|
|
|
| |
svn path=/trunk/; revision=2273
|
|
|
|
| |
svn path=/trunk/; revision=2271
|
|
|
|
| |
svn path=/trunk/; revision=2269
|
|
|
|
| |
svn path=/trunk/; revision=2267
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2236
|
|
|
|
| |
svn path=/trunk/; revision=2233
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2188
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2186
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2181
|
|
|
|
|
|
|
|
| |
ensured it's ready
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2177
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2176
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2163
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2153
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2137
|
|
|
|
|
|
| |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2132
|
|
|
|
| |
svn path=/trunk/; revision=2118
|
|
|
|
| |
svn path=/trunk/; revision=2114
|
|
|
|
|
|
| |
applications do it.
svn path=/trunk/; revision=1971
|
|
|
|
| |
svn path=/trunk/; revision=1967
|
|
|
|
|
|
| |
They have to be called by any process using libempathy.
svn path=/trunk/; revision=1966
|
|
|
|
|
|
| |
file_channel_create_cb() to unref the object when the FT is done.
svn path=/trunk/; revision=1913
|
|
|
|
| |
svn path=/trunk/; revision=1912
|
|
|
|
|
|
| |
_keep_alive method that adds a tmp ref until the transfer finishes.
svn path=/trunk/; revision=1904
|
|
|
|
| |
svn path=/trunk/; revision=1893
|
|
|
|
| |
svn path=/trunk/; revision=1884
|
|
|
|
| |
svn path=/trunk/; revision=1880
|
|
|
|
| |
svn path=/trunk/; revision=1849
|
|
|
|
| |
svn path=/trunk/; revision=1843
|
|
|
|
|
|
|
|
| |
manager when they are remote pending.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1838
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1834
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1773
|
|
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1737
|
|
|
|
| |
svn path=/trunk/; revision=1342
|
|
|
|
| |
svn path=/trunk/; revision=1291
|
|
|
|
| |
svn path=/trunk/; revision=1284
|
|
|
|
|
|
|
|
|
|
|
| |
If one loads empathy normally then calls "empathy -a", the accounts dialog
will load under the original empathy. If one loads "empathy -a", the
accounts dialog will show by itself. If one then runs "empathy -a" again,
the already-shown accounts dialog will present itself.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1280
|
|
|
|
| |
svn path=/trunk/; revision=1227
|
|
|
|
|
|
| |
(Marco Pesenti Gritti).
svn path=/trunk/; revision=1146
|
|
|
|
| |
svn path=/trunk/; revision=1126
|
|
|
|
| |
svn path=/trunk/; revision=1108
|
|
|
|
|
|
| |
parts are now in EmpathyStatusIcon
svn path=/trunk/; revision=1093
|
|
|
|
| |
svn path=/trunk/; revision=1066
|
|
|
|
| |
svn path=/trunk/; revision=1000
|
|
|
|
| |
svn path=/trunk/; revision=967
|
|
|
|
| |
svn path=/trunk/; revision=965
|
|
|
|
|
|
| |
Peters).
svn path=/trunk/; revision=958
|
|
|
|
| |
svn path=/trunk/; revision=907
|
|
|
|
| |
svn path=/trunk/; revision=864
|
|
|
|
| |
svn path=/trunk/; revision=849
|
|
|
|
| |
svn path=/trunk/; revision=842
|
|
|
|
| |
svn path=/trunk/; revision=836
|
|
|
|
| |
svn path=/trunk/; revision=815
|
|
|
|
| |
svn path=/trunk/; revision=808
|
|
|
|
|
|
| |
libempathy-gtk/ to src/
svn path=/trunk/; revision=789
|
|
|
|
| |
svn path=/trunk/; revision=788
|
|
|
|
|
|
| |
Cecchi).
svn path=/trunk/; revision=737
|
|
|
|
| |
svn path=/trunk/; revision=711
|
|
|
|
| |
svn path=/trunk/; revision=688
|
|
|
|
|
|
| |
starts empathy just after installation it will fail because gconf didn't refresh schemas yet.
svn path=/trunk/; revision=627
|
|
|
|
|
|
| |
automatically published name when creating new salut account. Fixes bug #515010 and #515008 (Marco Barisione).
svn path=/trunk/; revision=605
|
|
|
|
|
|
| |
#511679 (Guillaume Desmottes).
svn path=/trunk/; revision=599
|
|
|
|
|
|
| |
#499885 (Carl-Anton Ingmarsson).
svn path=/trunk/; revision=539
|
|
|
|
|
|
| |
ChangeLog
svn path=/trunk/; revision=455
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-11 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-chat.c:
* src/empathy-call-chandler.c:
* src/org.gnome.Empathy.Chat.service.in:
* src/empathy-chat-chandler.c:
* src/empathy.c:
* src/Makefile.am: Move chats to its own process.
svn path=/trunk/; revision=429
|
|
|
|
|
|
|
|
|
|
| |
2007-11-03 Xavier Claessens <xclaesse@gmail.com>
* src/empathy.c: Make use of gtk_init_with_args for command line
parsing. Fixes bug #491985 (Basilio Kublik).
svn path=/trunk/; revision=415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-28 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.glade:
* libempathy-gtk/empathy-group-chat.glade:
* libempathy-gtk/empathy-main-window.glade:
* libempathy-gtk/empathy-images.h:
* src/empathy.c:
* src/Makefile.am:
* configure.ac:
* data/jabber.profile:
* data/salut.profile:
* data/msn.profile:
* data/gtalk.profile:
* data/irc.profile:
* data/22x22:
* data/32x32:
* data/24x24:
* data/16x16:
* data/48x48:
* data/scalable:
* data/Makefile.am:
* data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons
to the right directory. Fixes bug #470418 (Michael Monreal).
svn path=/trunk/; revision=404
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-08 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-ui-utils.c:
* libempathy-gtk/empathy-ui-utils.h:
* libempathy-gtk/empathy-contact-widget.c:
* libempathy-gtk/empathy-contact-widget.h:
* libempathy-gtk/empathy-avatar-chooser.c:
* libempathy-gtk/empathy-avatar-chooser.h:
* libempathy-gtk/empathy-avatar-image.c:
* libempathy-gtk/empathy-avatar-image.h:
* libempathy-gtk/Makefile.am:
* src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage
and make use of them in contact information windows. That means we can
now enlarge avatars when clicking on it and we can set our own avatar if
we edit our own contact.
svn path=/trunk/; revision=363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-28 Xavier Claessens <xclaesse@gmail.com>
* configure.ac:
* src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome
dependency. Fixes bug #442079
* libempathy/empathy-avatar.c:
* libempathy/empathy-avatar.h: Fix Copyright header.
* libempathy/empathy-contact-factory.c:
* libempathy/empathy-tp-group.c: Free return value for async DBus calls,
they are not owned by dbus-glib. This fix big leaks, thanks again to
valgrind.
svn path=/trunk/; revision=330
|
|
|
|
|
|
|
|
|
|
| |
2007-08-24 Xavier Claessens <xclaesse@gmail.com>
* src/empathy.c: Chech if there is already a Salut account before
creating a new one and add more debug messages.
svn path=/trunk/; revision=269
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-23 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-widget-salut.glade:
* libempathy-gtk/empathy-account-widget-salut.c:
* libempathy-gtk/empathy-account-widget-salut.h:
* libempathy-gtk/empathy-preferences.h:
* libempathy-gtk/empathy-accounts-dialog.c:
* libempathy-gtk/Makefile.am:
* src/empathy.c:
* configure.ac:
* data/empathy.schemas.in: Add specialised UI for salut settings.
Configure a Salut account first time empathy is started with
salut CM installed using gnome-about-me information. Fixes bug #447467
(Cosimo Cecchi, Xavier Claessens).
svn path=/trunk/; revision=266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-20 Xavier Claessens <xclaesse@gmail.com>
* libempathy/Makefile.am:
* libempathy/empathy-tp-roomlist.h:
* libempathy/empathy-tp-roomlist.c:
* libempathy-gtk/empathy-chatrooms-window.c:
* libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list
support. It does not works yet.
* libempathy-gtk/empathy-account-widget-generic.c: Add support for all
types of integer and float. Fixes bug #457740 (Jamey Hicks).
* libempathy/empathy-tp-chat.c:
* libempathy-gtk/empathy-chat.c: If there is an error sending a message,
show an error message to the user.
* libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should
be unrefed after mc_account_get_profile.
* libempathy/empathy-utils.c:
* libempathy/empathy-utils.h:
* libempathy/empathy-tp-chatroom.c:
* libempathy/empathy-tp-group.h:
* libempathy/empathy-tp-group.c:
* src/empathy.c: Rename empathy_get_channel_id() to
empathy_inspect_channel(). We now have empathy_inspect_handle().
* po/POTFILES.in:
* libempathy/empathy-tp-contact-list.c: Set all contacts from salut
protocol to the "Local Network" group.
* libempathy/empathy-idle.c: Fix NetworkManager support.
* libempathy/empathy-chatroom.h: Fix indentation.
* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/empathy-ui-utils.c:
* libempathy-gtk/empathy-ui-utils.h:
- Iconify main window to the status icon like in rhythmbox.
Fixes bug #458106 (Jaap A. Haitsma).
- Rounded avatars. Fixes bug #457992 (Raphael Slinckx)
* Makefile.am: Fix distcheck for gtkdoc (Vincent Untz)
* data/empathy.desktop.in.in: Change application description
(Jaap A. Haitsma).
svn path=/trunk/; revision=190
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Xavier Claessens <xclaesse@gmail.com>
* src/empathy.c:
* libempathy/empathy-debug.c:
* libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes
bug #455240 (Guillaume Desmottes).
svn path=/trunk/; revision=179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-30 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
* src/empathy.c: If we get a chatroom we have to create an
EmpathyTpChatroom object.
* src/Makefile.am: Fix build system, programs links to libempathy-gtk
and libempathy.
* configure.ac: libempathy does not depends on libgnome-vfs.
* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/empathy-chat.c:
* libempathy/empathy-tp-chat.c:
* libempathy/empathy-tp-chat.h:
* libempathy/empathy-filter.c:
* libempathy/empathy-filter.h:
* libempathy/empathy-filter.xml:
* libempathy/Makefile.am: Filter incoming text channels and make
status icon flash when there we receive a new message. Dispatch the
channel only when we get a message and the user click on the icon.
svn path=/trunk/; revision=175
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-22 Xavier Claessens <xclaesse@gmail.com>
* libempathy/*.[ch]:
* libempathy-gtk/*.[ch]:
* src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
change namespace of all gossip_*() functions to empathy_*().
Fixes bug #444490 (Mario Danic, Xavier Claessens).
svn path=/trunk/; revision=170
|
|
|
|
|
|
|
|
|
|
| |
2007-06-15 Xavier Claessens <xclaesse@gmail.com>
* src/empathy.c:
* libempathy/empathy-idle.c: Adding NetworkManager support.
svn path=/trunk/; revision=162
|
|
2007-06-14 Xavier Claessens <xclaesse@gmail.com>
* src/org.gnome.Empathy.Chat.service.in:
* src/empathy-accounts.c:
* src/empathy-accounts-main.c:
* src/empathy-chat-main.c:
* src/empathy.c:
* src/Makefile.am:
* src/empathy-main.c:
* libempathy/gossip-chatroom-manager.c:
* autogen.sh: Empathy is no more splitted into 2 processes. It makes
debugging more difficult when emmpathy-chat crashes. It's also more
optimised like that since contact objects can be shared.
svn path=/trunk/; revision=154
|