aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
Commit message (Collapse)AuthorAgeFilesLines
* disable chat history menu item when there is no account.Frederic Peters2009-01-301-0/+21
| | | | | | (bug #562554) svn path=/trunk/; revision=2265
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-2/+2
| | | | svn path=/trunk/; revision=2233
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-11/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2145
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2121
* Port EmpathyEventManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2117
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2113
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-071-10/+5
| | | | | | of sounds we support. svn path=/trunk/; revision=2082
* Improve wording.Xavier Claessens2009-01-071-2/+2
| | | | svn path=/trunk/; revision=2079
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-071-31/+16
| | | | | | automatically plays the sound if the pref is enabled. svn path=/trunk/; revision=2078
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-8/+4
| | | | svn path=/trunk/; revision=2074
* Implement sound for contact login/logout.Xavier Claessens2009-01-071-0/+47
| | | | svn path=/trunk/; revision=2060
* Port EmpathyMainWindow to the new API.Xavier Claessens2009-01-071-168/+114
| | | | svn path=/trunk/; revision=2045
* Only play logout sound if switching to Offline from Available.Xavier Claessens2009-01-071-7/+12
| | | | svn path=/trunk/; revision=2028
* Don't emit sound when changing state and properly play login sound.Xavier Claessens2009-01-071-1/+12
| | | | svn path=/trunk/; revision=2027
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-071-12/+15
| | | | svn path=/trunk/; revision=2025
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-071-1/+20
| | | | svn path=/trunk/; revision=2022
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
| | | | svn path=/trunk/; revision=1942
* Remove useless include in main windowXavier Claessens2008-10-171-1/+0
| | | | svn path=/trunk/; revision=1637
* Removed import dialog references from main window. (Jonny Lamb)Jonny Lamb2008-10-171-10/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1596
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-171-0/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1593
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1542
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.Xavier Claessens2008-09-191-7/+9
| | | | svn path=/trunk/; revision=1471
* Do not use mission_control_request_channel as we don't use MC's dispatcher ↵Xavier Claessens2008-08-071-6/+9
| | | | | | anymore. Fixes bug #529084. svn path=/trunk/; revision=1311
* Display an error message if reason is != _REQUESTED instead of >Xavier Claessens2008-07-201-1/+4
| | | | svn path=/trunk/; revision=1265
* Make more explicit the comment when we activate an eventXavier Claessens2008-07-151-1/+2
| | | | svn path=/trunk/; revision=1258
* Add a comment telling that if there is no event the default handler of ↵Xavier Claessens2008-07-151-1/+2
| | | | | | row-activated will be called. svn path=/trunk/; revision=1257
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-151-0/+4
| | | | svn path=/trunk/; revision=1255
* Move the event manager to src/Xavier Claessens2008-07-151-1/+217
| | | | svn path=/trunk/; revision=1253
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-151-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 Lamb2008-07-041-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 Claessens2008-05-011-7/+7
| | | | svn path=/trunk/; revision=1066
* Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-1/+1
| | | | svn path=/trunk/; revision=1053
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-18/+9
| | | | svn path=/trunk/; revision=1046
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ↵Xavier Claessens2008-04-201-1/+1
| | | | | | empathy_url_show. Use that to show empathy's doc. svn path=/trunk/; revision=996
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-131-4/+3
| | | | svn path=/trunk/; revision=932
* We can't use *_run_* API from dbus signal cb or method implementation. To ↵Xavier Claessens2008-04-111-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 Claessens2008-03-171-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 Claessens2008-03-141-0/+1167
libempathy-gtk/ to src/ svn path=/trunk/; revision=789