Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -5/+3 |
| | | | | | | | | | | | | 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 | ||||
* | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Avoid include path overspecifications | Emanuele Aina | 2013-04-01 | 1 | -3/+3 |
| | | | | | | | If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 1 | -5/+5 |
| | | | | | | | 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 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -8/+0 |
| | | | | | | | 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 | ||||
* | Consistently use `#include "config.h"` everywhere | Emanuele Aina | 2013-03-28 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | remove unused tp-contact-factory includes | Guillaume Desmottes | 2012-05-15 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | remove useless includes of empathy-contact-manager.h | Guillaume Desmottes | 2011-12-14 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | Swap SMS and Text buttons | Danielle Madeley | 2011-10-20 | 1 | -4/+4 |
| | | | | The default action should be on the right. | ||||
* | Fix extra buttons in new-call/message dialogs | Danielle Madeley | 2011-10-20 | 1 | -1/+2 |
| | | | | This was caused by a missing parameter of gtk_dialog_add_buttons(). | ||||
* | empathy_new_message_dialog_response: initialize contact | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | empathy_new_message_dialog_response: initialize individual | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | new-message-dialog: port to EmpathyContactChooser | Guillaume Desmottes | 2011-10-18 | 1 | -122/+133 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661981 | ||||
* | Set a parent for the error dialog | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -5/+8 |
| | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
* | NewMessageDialog: show an error if starting the channel fails | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+77 |
| | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
* | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+4 |
| | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c | ||||
* | new-message-dialog: rely on the factory to prepare ↵ | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
| | | | | | | TP_CONNECTION_FEATURE_CAPABILITIES https://bugzilla.gnome.org/show_bug.cgi?id=656831 | ||||
* | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -2/+2 |
| | | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion. | ||||
* | Only set the SMS button sensitive if we have SMS capability | Danielle Madeley | 2011-05-05 | 1 | -2/+63 |
| | |||||
* | Add an SMS button to the new-message dialog | Danielle Madeley | 2011-05-05 | 1 | -4/+39 |
| | |||||
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -2/+2 |
| | | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now. | ||||
* | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 2010-11-12 | 1 | -28/+5 |
| | |||||
* | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 2010-11-11 | 1 | -18/+67 |
| | | | | accounts properly (#633481). | ||||
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -4/+4 |
| | | | | TpConnection | ||||
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | | | | It's unused anyway. | ||||
* | empathy_contact_selector_dialog_get_selected: allow to get the account as well | Guillaume Desmottes | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 1 | -6/+19 |
| | | | | | | | | | | The got_response vcall method wasn't generic enough. It assumed that your response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog to be used with gtk_dialog_run. Instead dialogs now use the regular response() vcall provided by GtkDialog, and an additional API method empathy_contact_selector_dialog_get_selected() provides the information content of the dialog. | ||||
* | new-message-dialog: filter out CM which doesn't support 1-1 chat | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
| | |||||
* | empathy-new-message-dialog: port to TP coding style | Guillaume Desmottes | 2009-12-17 | 1 | -51/+53 |
| | | | | We rewrote most of this file any way. | ||||
* | new-message-dialog: inherit from EmpathyContactSelectorDialog | Guillaume Desmottes | 2009-12-17 | 1 | -259/+18 |
| | |||||
* | new-message-dialog: remove the call button | Guillaume Desmottes | 2009-12-17 | 1 | -40/+3 |
| | | | | We are about to create a new dialog for it. | ||||
* | new-message-dialog: inherit from GtkDialog (#604097) | Guillaume Desmottes | 2009-12-09 | 1 | -58/+146 |
| | |||||
* | Autocomplete for offline contacts. Closes bug #583919. | Justin Forest | 2009-11-03 | 1 | -17/+15 |
| | |||||
* | new-message-dialog: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 1 | -2/+0 |
| | |||||
* | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | empathy-new-message-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | empathy-new-message-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | |||||
* | Add documentation for EmpathyNewMessageDialog. | Jonny Lamb | 2009-04-23 | 1 | -0/+18 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵ | Xavier Claessens | 2009-04-22 | 1 | -3/+9 |
| | | | | | | function to get only one contact from id/handle. | ||||
* | Port EmpathyNewMessageDialog to new API. | Xavier Claessens | 2009-04-22 | 1 | -45/+55 |
| | |||||
* | Port EmpathyNewMessageDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2851 | ||||
* | Don't start the call from the message dialog, the handler will take care of it | Sjoerd Simons | 2009-02-03 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2385 | ||||
* | Switch to calling CallFactory to make calls | Sjoerd Simons | 2009-02-03 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2382 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2211 | ||||
* | Use the new call utility function to start calls | Sjoerd Simons | 2009-01-10 | 1 | -1/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2167 | ||||
* | Use the new dispatcher api to request text channels | Sjoerd Simons | 2009-01-10 | 1 | -4/+3 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2131 | ||||
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Autocompletion on contact names for "new message" dialog box. Fixes bug ↵ | Xavier Claessens | 2008-12-08 | 1 | -4/+145 |
| | | | | | | #552296 (Emmanuel Bretelle, Xavier Claessens). svn path=/trunk/; revision=1951 | ||||
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=1108 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Remove conditional build of VOIP. | Xavier Claessens | 2008-04-24 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=1038 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -1/+5 |
| | | | | | | and others in src/ svn path=/trunk/; revision=813 | ||||
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=688 | ||||
* | Change new message dialog to new conversation and make possible to do voip call. | Xavier Claessens | 2008-02-09 | 1 | -39/+27 |
| | | | | svn path=/trunk/; revision=608 | ||||
* | Add convinience functions empathy_chat_with_contact() and ↵ | Xavier Claessens | 2008-01-02 | 1 | -12/+3 |
| | | | | | | empathy_chat_with_contact_id() to start a chat with a contact. Make use of it when appropriate. svn path=/trunk/; revision=527 | ||||
* | Simplify empaty_window_present, empathy_window_iconify and ↵ | Xavier Claessens | 2007-12-20 | 1 | -8/+57 |
| | | | | | | empathy_window_is_visible stuff svn path=/trunk/; revision=491 | ||||
* | Squashed commit of the following: | Xavier Claessens | 2007-12-02 | 1 | -0/+136 |
commit a54ce7de2fc09f717f185fbc9b1d29e28cdcc2e7 Author: Xavier Claessens <xclaesse@gmail.com> Date: Sun Dec 2 14:41:27 2007 +0100 Implement New Message on status icon menu too. commit f98dae2e18348db82f1460d4f8fb6ff49dc5fbc2 Author: Xavier Claessens <zdra@zdra-laptop.(none)> Date: Sat Dec 1 00:49:56 2007 +0100 New message dialog svn path=/trunk/; revision=453 |