aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
Commit message (Expand)AuthorAgeFilesLines
* Add blocked contacts dialog to Empathy main window menuDanielle Madeley2011-02-071-1/+16
* main-window: add a tooltip on connection error info bars (#626507)Robert Sajdok2011-02-011-0/+1
* Add Contact Search supportEmilio Pozuelo Monfort2011-01-281-0/+11
* main-window: s/Cancel/Disconnect/ when not giving a passwordJonny Lamb2011-01-261-1/+1
* main-window: don't use _full functions where not necessaryJonny Lamb2011-01-261-4/+1
* main-window: document what the key and value types are for hash tablesJonny Lamb2011-01-261-0/+4
* main-window: display an info bar approving or rejecting the auth channelJonny Lamb2011-01-261-0/+148
* main-window: elipsize "No match found" messageGuillaume Desmottes2010-10-061-0/+3
* switched notebook pagesFelix Kaser2010-09-131-2/+2
* Merge branch 'trivia'Guillaume Desmottes2010-08-271-7/+14
|\
| * main-window: define an enum for pagesGuillaume Desmottes2010-08-271-3/+7
| * Increase the size of the 'No Match Found' labelGuillaume Desmottes2010-08-271-2/+7
| * no need to use a #defineGuillaume Desmottes2010-08-271-4/+2
* | Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-271-1/+4
|/
* Don't show the error if user-requested is setCosimo Cecchi2010-08-191-1/+10
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-111-4/+1
* only show label during searchFelix Kaser2010-08-091-13/+7
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+3
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-051-2/+2
* use different labels if view is emptyFelix Kaser2010-08-051-9/+19
* show label if contact list is emptyFelix Kaser2010-08-051-4/+48
* added structure to show text when list emptyFelix Kaser2010-08-051-0/+9
* no need to pass the reason to main_window_error_displayGuillaume Desmottes2010-08-051-3/+2
* no need to pass the reason to empathy_account_get_error_messageGuillaume Desmottes2010-08-051-1/+1
* main-window: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-4/+1
* main-window: pass the TpConnectionStatusReason to main_window_error_displayGuillaume Desmottes2010-08-051-6/+5
* removed fixme comment when toggling show_offlineFelix Kaser2010-08-031-3/+0
* refactored show_offline property to the viewFelix Kaser2010-08-031-1/+1
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-221-0/+2
* Take advantage of tp_clear_object().Travis Reitter2010-07-211-7/+4
* Fix alignment.Travis Reitter2010-07-211-1/+1
* Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter2010-07-211-2/+2
* Use explicit boolean expressions for if-conditionals, according to Telepathy ...Travis Reitter2010-07-211-3/+3
* Support contact addingTravis Reitter2010-07-211-1/+2
* Fixes from merging masterPhilip Withnall2010-07-211-0/+1
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-0/+3
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-49/+73
* main-window: coding style fixGuillaume Desmottes2010-07-131-1/+1
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-071-1/+1
* Add missing signal to EmpathyMainWindowDanielle Madeley2010-06-241-1/+3
* Port EmpathyPreferences to GtkDialog subclassDanielle Madeley2010-06-241-1/+12
* Port EmpathyMainWindow to GtkWindow subclassDanielle Madeley2010-06-241-202/+264
* Delay setting both contact list values until the each is set.Danielle Madeley2010-06-211-4/+16
* Grab focus on the main window's tree view by defaultXavier Claessens2010-06-211-0/+2
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-83/+77
* Use EmpathyLiveSearch in main window's contact listFelix Kaser2010-06-091-1/+13
* Fix some coding stylesXavier Claessens2010-06-051-28/+28
* change 'disconnect' label to 'finally'Guillaume Desmottes2010-06-031-2/+2
* Don't wait longer than 5 seconds when trying to join chatroomsGuillaume Desmottes2010-06-031-2/+23
* Join chatroom favorites once the account is connected (#620439)Guillaume Desmottes2010-06-031-1/+68
* factor out join_chatroomGuillaume Desmottes2010-06-031-6/+16
* Play sound for contact connected/disconnected from EmpathyEventManager instea...Xavier Claessens2010-05-261-47/+0
* Do not use EmpathyContactMonitor to know when a contact is addedXavier Claessens2010-05-261-9/+17
* main_window_favorite_chatroom_join: skip not connected accounts (#606738)Guillaume Desmottes2010-05-211-5/+7
* add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-251-1/+2
* fix show_offline gconf key (#616267)Guillaume Desmottes2010-04-201-3/+3
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-20/+18
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-301-0/+20
|\
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+20
* | fix alignment of the label in error-infobarFelix Kaser2010-03-291-0/+1
* | Same reap-child fix for empathy-debuggerDanielle Madeley2010-03-241-1/+1
* | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-241-3/+3
* | empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-151-1/+1
* | main_window_chat_quit_cb: release the reference on the chatroom mgrGuillaume Desmottes2010-03-151-0/+1
* | Separate the debug window into its own process.Mike Ruprecht2010-03-151-2/+30
* | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-131-0/+18
|/
* main-window: use GTK_MESSAGE_ERROR for account error info barsGuillaume Desmottes2010-02-171-1/+1
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-121-3/+9
* Show protocol in compat mode tooGuillaume Desmottes2010-01-261-3/+0
* Ellipsize connection error infobarsWill Thompson2010-01-261-1/+2
* remove custom style for buttons in infobarFelix Kaser2010-01-251-9/+0
* remember handler ids to prevent double invokationFelix Kaser2010-01-111-4/+37
* connect to status-changed signal of new accountsFelix Kaser2010-01-111-0/+10
* main-window: don't add the protocol icon on top of event iconsGuillaume Desmottes2009-12-171-3/+1
* main-window: add "New Call" menu entry (#582599)Guillaume Desmottes2009-12-171-0/+10
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-171-4/+59
* refactor friendly status reason messagesFelix Kaser2009-12-151-44/+1
* refactoring - use main_window_remove_errorFelix Kaser2009-12-151-15/+3
* remove error infobars if account disabled/removedFelix Kaser2009-12-151-5/+29
* Drop workaround that restore window position when it gets deiconifiedXavier Claessens2009-11-241-16/+0
* Reload the main window geometry when deiconify to workaround WM bugs.Xavier Claessens2009-11-161-0/+16
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-161-58/+1
* Call g_object_unref instead of gtk_rc_style_unrefGustavo Noronha Silva2009-11-131-1/+1
* use new tpAccount apiFelix Kaser2009-11-101-5/+5
* added tooltips to buttonsFelix Kaser2009-11-101-0/+3
* ui change: added 3 buttons to infobarFelix Kaser2009-11-101-13/+97
* two line messageFelix Kaser2009-11-101-1/+1
* removed double codeFelix Kaser2009-11-101-6/+4
* make the infobar smallerFelix Kaser2009-11-101-1/+0
* use only one button in error-infobarFelix Kaser2009-11-101-20/+2
* use smaller account icons for error messageFelix Kaser2009-11-101-1/+1
* use one lined error notificationsFelix Kaser2009-11-101-2/+2
* use gtk_box_pack_startFelix Kaser2009-11-101-2/+2
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
* added set message type to infobarFelix Kaser2009-11-101-1/+1
* refactoringFelix Kaser2009-11-101-25/+21
* changed variable nameFelix Kaser2009-11-101-17/+17
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
* Fix race where UI sensitivity was being set before the AM was readyDanielle Madeley2009-11-101-2/+2
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
* ensure that the "Previous Conversations" menu entry stays sensitive if there ...Guillaume Desmottes2009-11-051-1/+5
* debug window shouldn't be transientGuillaume Desmottes2009-11-041-1/+1
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-1/+4
* main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
* Don't always show the main window (#596044).Cosimo Cecchi2009-09-231-2/+0
* Merge branch 'debug-window'Xavier Claessens2009-08-261-2/+2
|\
| * Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-261-2/+2
* | Make sure we always show the main windowCosimo Cecchi2009-08-011-0/+2
* | Remove empathy_account_hashSjoerd Simons2009-07-301-2/+2
* | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-78/+148
|\|
| * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-2/+2
| * empathy-main-window.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| * Minor changesGabriel Millaire2009-07-111-4/+4
| * Regrouped similar functions, uses enum instead of defineGabriel Millaire2009-07-101-63/+55
| * Changed menu label and various review fixesGabriel Millaire2009-07-101-18/+16
| * Added notification for confs Show avatar, Compact Size and Sort criteriumGabriel Millaire2009-07-101-47/+77
| * Move Compact List and Sort Contacts from Preferences to View menuGabriel Millaire2009-07-101-95/+60
| * Work in progress : move preferences to View menuGabriel Millaire2009-07-101-30/+115
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-3/+0
* | Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
|/
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-14/+11
* Include empathy-sound.h to make it buildXavier Claessens2009-06-261-5/+6
* Do not flash contact icon in the main window for notification only eventsFrédéric Péters2009-06-231-1/+1
* Merge branch 'debug'Jonny Lamb2009-06-051-0/+9
|\
| * Added Debug Window menu item.Jonny Lamb2009-04-241-0/+9
* | Remove the singleton logic from the managerCosimo Cecchi2009-06-011-6/+1
* | Cleanup after rebase v2Cosimo Cecchi2009-06-011-3/+1
* | Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-14/+21
* | Simplify the #if by isolating the contentPierre-Luc Beaudoin2009-05-281-4/+2
* | Fix gtk warning at startup when not compiled with libchamplainPierre-Luc Beaudoin2009-05-281-2/+2
* | Use its own ListStore of contacts instead of borrowing the ContactPierre-Luc Beaudoin2009-05-281-1/+1
* | Add a Contact Map windowPierre-Luc Beaudoin2009-05-281-0/+19
* | move 'View Previous Conversations' menu entry to ViewGuillaume Desmottes2009-05-231-5/+5
* | move 'show offline contacts' menu entry to ViewGuillaume Desmottes2009-05-231-3/+3
* | move 'show file transfers' menu entry to ViewGuillaume Desmottes2009-05-231-2/+2
* | empathy-main-window: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-main-window: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-main-window: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
* | Add menu option to display FT ManagersDavyd Madeley2009-04-271-0/+16
|/
* Remove useless include of empathy-contact-factory.hXavier Claessens2009-04-221-1/+0
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
* Reliably set favourite-starDavyd Madeley2009-04-211-3/+3
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-161-105/+107
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
* Let the event-manager manage the soundsSjoerd Simons2009-02-031-3/+0
* Add a getter for the main window widgetSjoerd Simons2009-02-031-1/+8
* disable chat history menu item when there is no account.Frederic Peters2009-01-301-0/+21
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-2/+2
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-11/+9
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyEventManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-071-10/+5
* Improve wording.Xavier Claessens2009-01-071-2/+2
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-071-31/+16
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-8/+4
* Implement sound for contact login/logout.Xavier Claessens2009-01-071-0/+47
* Port EmpathyMainWindow to the new API.Xavier Claessens2009-01-071-168/+114
* Only play logout sound if switching to Offline from Available.Xavier Claessens2009-01-071-7/+12
* Don't emit sound when changing state and properly play login sound.Xavier Claessens2009-01-071-1/+12
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-071-12/+15
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-071-1/+20
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
* Remove useless include in main windowXavier Claessens2008-10-171-1/+0
* Removed import dialog references from main window. (Jonny Lamb)Jonny Lamb2008-10-171-10/+0
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-171-0/+11
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.Xavier Claessens2008-09-191-7/+9
* Do not use mission_control_request_channel as we don't use MC's dispatcher an...Xavier Claessens2008-08-071-6/+9
* Display an error message if reason is != _REQUESTED instead of >Xavier Claessens2008-07-201-1/+4
* Make more explicit the comment when we activate an eventXavier Claessens2008-07-151-1/+2
* Add a comment telling that if there is no event the default handler of row-ac...Xavier Claessens2008-07-151-1/+2
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-151-0/+4
* Move the event manager to src/Xavier Claessens2008-07-151-1/+217
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-151-1/+1
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...Jonny Lamb2008-07-041-4/+4
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-7/+7
* Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-1/+1
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-18/+9
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ...Xavier Claessens2008-04-201-1/+1
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-131-4/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-111-3/+3
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+4
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-0/+1167