Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not crash if the chatroom's account has no connection. Fixes bug #550652. | Xavier Claessens | 2008-09-19 | 1 | -7/+9 |
| | | | | svn path=/trunk/; revision=1471 | ||||
* | Do not use mission_control_request_channel as we don't use MC's dispatcher ↵ | Xavier Claessens | 2008-08-07 | 1 | -6/+9 |
| | | | | | | anymore. Fixes bug #529084. svn path=/trunk/; revision=1311 | ||||
* | Display an error message if reason is != _REQUESTED instead of > | Xavier Claessens | 2008-07-20 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=1265 | ||||
* | Make more explicit the comment when we activate an event | Xavier Claessens | 2008-07-15 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1258 | ||||
* | Add a comment telling that if there is no event the default handler of ↵ | Xavier Claessens | 2008-07-15 | 1 | -1/+2 |
| | | | | | | row-activated will be called. svn path=/trunk/; revision=1257 | ||||
* | Prevent to start a chat when activating a row with an event | Xavier Claessens | 2008-07-15 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1255 | ||||
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 1 | -1/+217 |
| | | | | svn path=/trunk/; revision=1253 | ||||
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234 | ||||
* | Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ↵ | Jonny Lamb | 2008-07-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | Lamb). When a connection fails, a box in the main window appears with an "Edit Account" button. Clicking this button takes you to the account editor, but does nothing else. This patch moves the selection to the bugged account, for convenience. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1192 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -7/+7 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias). | Baptiste Mille-Mathias | 2008-04-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1053 | ||||
* | Create contact menu in empathy-contact-menu.h | Xavier Claessens | 2008-04-25 | 1 | -18/+9 |
| | | | | svn path=/trunk/; revision=1046 | ||||
* | Make possible to show "ghelp:" URIs and display a dialog in case of error in ↵ | Xavier Claessens | 2008-04-20 | 1 | -1/+1 |
| | | | | | | empathy_url_show. Use that to show empathy's doc. svn path=/trunk/; revision=996 | ||||
* | Fix disconnection of AccountStatusChanged signal. | Xavier Claessens | 2008-04-13 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=932 | ||||
* | We can't use *_run_* API from dbus signal cb or method implementation. To ↵ | Xavier Claessens | 2008-04-11 | 1 | -3/+3 |
| | | | | | | avoid problems move the code to a g_idle cb. svn path=/trunk/; revision=922 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -1/+4 |
| | | | | | | and others in src/ svn path=/trunk/; revision=813 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -0/+1167 |
libempathy-gtk/ to src/ svn path=/trunk/; revision=789 |