Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge branch 'glassrose-contact-blocking-rebase' | Danielle Madeley | 2011-03-14 | 1 | -1/+16 |
|\ | |||||
| * | Add blocked contacts dialog to Empathy main window menu | Danielle Madeley | 2011-03-08 | 1 | -1/+16 |
| | | |||||
* | | Revert "disable the call observer for now" | Guillaume Desmottes | 2011-03-09 | 1 | -5/+0 |
| | | | | | | | | This reverts commit c4f12fc9ad76f90374e08460971f001fdfb90036. | ||||
* | | disable the call observer for now | Guillaume Desmottes | 2011-03-07 | 1 | -0/+5 |
| | | |||||
* | | Autoreject incoming calls if there are others in progress | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -1/+5 |
|/ | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643656 | ||||
* | Request a minimal size on the presence chooser | Robert Sajdok | 2011-02-28 | 1 | -0/+1 |
| | | | | This avoid to make it completely disappear when resizing the window (#583317) | ||||
* | Add Contact Search support | Emilio Pozuelo Monfort | 2011-01-28 | 1 | -0/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=606947 | ||||
* | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 1 | -1/+0 |
| | | | | It's doing more than idle management now. | ||||
* | main-window: use line-wrap for "no match" label | Diego Escalante Urrelo | 2011-01-25 | 1 | -2/+2 |
| | | | | | | | | | | On narrow contact lists, the ellipsizing makes the "No match" message disappear, users are forced to resize the window to know what's hidden beyond the …. Wrapping takes advantage of all the vertical space available. Bug #640295 | ||||
* | Don't use deprecated gdk_app_launch_context_new() | Emilio Pozuelo Monfort | 2011-01-11 | 1 | -5/+3 |
| | |||||
* | Fix build warnings for uninitialized variables | Xavier Claessens | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | main-window: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854) | Guillaume Desmottes | 2010-12-23 | 1 | -7/+16 |
| | |||||
* | Merge branch 'sasl-gui' | Jonny Lamb | 2010-12-15 | 1 | -0/+149 |
|\ | |||||
| * | main-window: s/Cancel/Disconnect/ when not giving a password | Jonny Lamb | 2010-12-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | main-window: don't use _full functions where not necessary | Jonny Lamb | 2010-12-15 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | main-window: document what the key and value types are for hash tables | Jonny Lamb | 2010-12-15 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2010-12-10 | 1 | -0/+148 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | main-window: add a tooltip on connection error info bars (#626507) | Robert Sajdok | 2010-12-13 | 1 | -0/+1 |
|/ | |||||
* | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 2010-11-30 | 1 | -2/+8 |
| | |||||
* | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Only the required submenus of 'Room' menu are updated, not the entire menu. | Chandni Verma | 2010-11-26 | 1 | -2/+14 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597043 | ||||
* | Merge remote branch 'vminko/fix-632024-v2' | Guillaume Desmottes | 2010-10-18 | 1 | -0/+10 |
|\ | |||||
| * | Move the 'Find in Contact List' item from the View menu to the Edit menu. | Vitaly Minko | 2010-10-18 | 1 | -2/+2 |
| | | |||||
| * | Add an entry in the View menu to search for contacts (#632024). | Vitaly Minko | 2010-10-18 | 1 | -0/+10 |
| | | |||||
* | | Retain the ContactManager for the lifetime of the main window. | Travis Reitter | 2010-10-16 | 1 | -5/+9 |
|/ | | | | | | | The ContactManager doesn't cleanly disconnect its signals when it's finalized (or initialized), so we need to retain it for the lifetime of the main window to avoid segfaults. It's not worth fixing the ContactManager, since we're planning to remove it. | ||||
* | main-window: elipsize "No match found" message | Guillaume Desmottes | 2010-10-06 | 1 | -0/+3 |
| | | | | This avoid to enlarge the contact list when displaying it (#631455). | ||||
* | don't set has-window on the spinner | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | | | | There is no reason to and that makes GTK assert. | ||||
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | switched notebook pages | Felix Kaser | 2010-09-13 | 1 | -2/+2 |
| | | | | | to start with the scrolled window for the treeview as first page. this fixes bug #627238 and the empathy part of bug #626503 | ||||
* | Merge branch 'trivia' | Guillaume Desmottes | 2010-08-27 | 1 | -7/+14 |
|\ | |||||
| * | main-window: define an enum for pages | Guillaume Desmottes | 2010-08-27 | 1 | -3/+7 |
| | | |||||
| * | Increase the size of the 'No Match Found' label | Guillaume Desmottes | 2010-08-27 | 1 | -2/+7 |
| | | | | | | | | It looks less crap that way. | ||||
| * | no need to use a #define | Guillaume Desmottes | 2010-08-27 | 1 | -4/+2 |
| | | |||||
* | | Add an EmpathyIndividualView feature for receiving Persona drops | Philip Withnall | 2010-08-27 | 1 | -1/+4 |
|/ | | | | | This is necessary to avoid Personas being droppable on the main contact list, which makes no sense (for the time being). Helps: bgo#627715 | ||||
* | Don't show the error if user-requested is set | Cosimo Cecchi | 2010-08-19 | 1 | -1/+10 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -4/+1 |
| | |||||
* | only show label during search | Felix Kaser | 2010-08-09 | 1 | -13/+7 |
| | | | | | don't change the behavior of the contact list when empty (without searching) | ||||
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 1 | -0/+3 |
| | | | | Added missing default cases and missing enum cases. | ||||
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 1 | -2/+2 |
| | |||||
* | use different labels if view is empty | Felix Kaser | 2010-08-05 | 1 | -9/+19 |
| | | | | | either show "no match found" or "your contact list is empty". fixes bug #621642 | ||||
* | show label if contact list is empty | Felix Kaser | 2010-08-05 | 1 | -4/+48 |
| | | | | | | at the moment there is only one label, but we should distinguish if the contact list is empty because no contact is online or because the live search matched nothing | ||||
* | added structure to show text when list empty | Felix Kaser | 2010-08-05 | 1 | -0/+9 |
| | | | | | I've added a notebook which holds the treeview and on another page it holds a label. The logic when to switch has to be implemented. | ||||
* | no need to pass the reason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -3/+2 |
| | |||||
* | no need to pass the reason to empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | main-window: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -4/+1 |
| | |||||
* | main-window: pass the TpConnectionStatusReason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -6/+5 |
| | |||||
* | removed fixme comment when toggling show_offline | Felix Kaser | 2010-08-03 | 1 | -3/+0 |
| | |||||
* | refactored show_offline property to the view | Felix Kaser | 2010-08-03 | 1 | -1/+1 |
| | | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well. | ||||
* | Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes | Travis Reitter | 2010-07-22 | 1 | -0/+2 |
| | |||||
* | Take advantage of tp_clear_object(). | Travis Reitter | 2010-07-21 | 1 | -7/+4 |
| | |||||
* | Fix alignment. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵ | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
| | | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced. | ||||
* | Use explicit boolean expressions for if-conditionals, according to Telepathy ↵ | Travis Reitter | 2010-07-21 | 1 | -3/+3 |
| | | | | style. | ||||
* | Support contact adding | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Fixes from merging master | Philip Withnall | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
| | |||||
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 1 | -49/+73 |
| | | | | with mainline Empathy. | ||||
* | main-window: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | Add missing signal to EmpathyMainWindow | Danielle Madeley | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | Port EmpathyPreferences to GtkDialog subclass | Danielle Madeley | 2010-06-24 | 1 | -1/+12 |
| | |||||
* | Port EmpathyMainWindow to GtkWindow subclass | Danielle Madeley | 2010-06-24 | 1 | -202/+264 |
| | |||||
* | Delay setting both contact list values until the each is set. | Danielle Madeley | 2010-06-21 | 1 | -4/+16 |
| | | | | Solves a loop in the notification code that caused things to get stuck. | ||||
* | Grab focus on the main window's tree view by default | Xavier Claessens | 2010-06-21 | 1 | -0/+2 |
| | | | | | | This is needed to make live search works when the main window is shown Fixes bug #621089 | ||||
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -83/+77 |
| | |||||
* | Use EmpathyLiveSearch in main window's contact list | Felix Kaser | 2010-06-09 | 1 | -1/+13 |
| | |||||
* | Fix some coding styles | Xavier Claessens | 2010-06-05 | 1 | -28/+28 |
| | |||||
* | change 'disconnect' label to 'finally' | Guillaume Desmottes | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Don't wait longer than 5 seconds when trying to join chatrooms | Guillaume Desmottes | 2010-06-03 | 1 | -2/+23 |
| | | | | | | If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms. | ||||
* | Join chatroom favorites once the account is connected (#620439) | Guillaume Desmottes | 2010-06-03 | 1 | -1/+68 |
| | |||||
* | factor out join_chatroom | Guillaume Desmottes | 2010-06-03 | 1 | -6/+16 |
| | |||||
* | Play sound for contact connected/disconnected from EmpathyEventManager ↵ | Xavier Claessens | 2010-05-26 | 1 | -47/+0 |
| | | | | instead of main window | ||||
* | Do not use EmpathyContactMonitor to know when a contact is added | Xavier Claessens | 2010-05-26 | 1 | -9/+17 |
| | |||||
* | main_window_favorite_chatroom_join: skip not connected accounts (#606738) | Guillaume Desmottes | 2010-05-21 | 1 | -5/+7 |
| | | | | This fix a crash if the account is connecting. | ||||
* | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | fix show_offline gconf key (#616267) | Guillaume Desmottes | 2010-04-20 | 1 | -3/+3 |
| | | | | The key is /ui/show_offline not /contacts/show_offline | ||||
* | Replace EphySpinner by GtkSpinner | Xavier Claessens | 2010-04-19 | 1 | -20/+18 |
| | | | | Fixes bug #598446 | ||||
* | Merge branch 'undo-close-tab' | Jonny Lamb | 2010-03-30 | 1 | -0/+20 |
|\ | |||||
| * | Add chat manager which tracks chats closing and can respawn them (bug #609832) | Jonny Lamb | 2010-03-06 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | fix alignment of the label in error-infobar | Felix Kaser | 2010-03-29 | 1 | -0/+1 |
| | | | | | | | | this left aligns the label which contains the error message in the infobar. fixes bug #609823 | ||||
* | | Same reap-child fix for empathy-debugger | Danielle Madeley | 2010-03-24 | 1 | -1/+1 |
| | | |||||
* | | Automatically reap the empathy-accounts child process | Danielle Madeley | 2010-03-24 | 1 | -3/+3 |
| | | | | | | | | Remove unrequired exit_cb code | ||||
* | | empathy_window_present: remove useless 'steal_focus' arg | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 |
| | | |||||
* | | main_window_chat_quit_cb: release the reference on the chatroom mgr | Guillaume Desmottes | 2010-03-15 | 1 | -0/+1 |
| | | |||||
* | | Separate the debug window into its own process. | Mike Ruprecht | 2010-03-15 | 1 | -2/+30 |
| | | |||||
* | | Migrate butterfly logs to remove the network ID suffix. | Jonny Lamb | 2010-03-13 | 1 | -0/+18 |
|/ | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: use GTK_MESSAGE_ERROR for account error info bars | Guillaume Desmottes | 2010-02-17 | 1 | -1/+1 |
| | | | | | The accounts dialog uses this message type in this case which makes more sense as that's an really an error (#609822). | ||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -3/+9 |
| | | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). | ||||
* | Show protocol in compat mode too | Guillaume Desmottes | 2010-01-26 | 1 | -3/+0 |
| | | | | There is no reason to not to (#607207). | ||||
* | Ellipsize connection error infobars | Will Thompson | 2010-01-26 | 1 | -1/+2 |
| | | | | | This prevents your contact list being forcibly expanded horizontally when an account with a long name fails to connect. Fixes: #608043 | ||||
* | remove custom style for buttons in infobar | Felix Kaser | 2010-01-25 | 1 | -9/+0 |
| | | | | the custom style for the buttons in the infobar is not needed. fixes bug #606329 | ||||
* | remember handler ids to prevent double invokation | Felix Kaser | 2010-01-11 | 1 | -4/+37 |
| | | | | the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts | ||||
* | connect to status-changed signal of new accounts | Felix Kaser | 2010-01-11 | 1 | -0/+10 |
| | | | | the main window has to listen for status-changed signals of newly created accounts to display error-infobar | ||||
* | main-window: don't add the protocol icon on top of event icons | Guillaume Desmottes | 2009-12-17 | 1 | -3/+1 |
| | |||||
* | main-window: add "New Call" menu entry (#582599) | Guillaume Desmottes | 2009-12-17 | 1 | -0/+10 |
| | |||||
* | contact_list: displays an icon showing the protocol by the contact (#603877) | chantra | 2009-12-17 | 1 | -4/+59 |
| | |||||
* | refactor friendly status reason messages | Felix Kaser | 2009-12-15 | 1 | -44/+1 |
| | | | | the friendly status reason can be asked from empathy-utils | ||||
* | refactoring - use main_window_remove_error | Felix Kaser | 2009-12-15 | 1 | -15/+3 |
| | | | | use remove_error function everywhere the error is removed | ||||
* | remove error infobars if account disabled/removed | Felix Kaser | 2009-12-15 | 1 | -5/+29 |
| | | | | fixes bug #601379 | ||||
* | Drop workaround that restore window position when it gets deiconified | Xavier Claessens | 2009-11-24 | 1 | -16/+0 |
| | | | | | It breaks with metacity because windows are all iconified/deiconified when switching workspace, and it seems reposition on map is enough. | ||||
* | Reload the main window geometry when deiconify to workaround WM bugs. | Xavier Claessens | 2009-11-16 | 1 | -0/+16 |
| | |||||
* | Correctly store/restore maximized state of windows. | Xavier Claessens | 2009-11-16 | 1 | -58/+1 |
| | |||||
* | Call g_object_unref instead of gtk_rc_style_unref | Gustavo Noronha Silva | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | use new tpAccount api | Felix Kaser | 2009-11-10 | 1 | -5/+5 |
| | |||||
* | added tooltips to buttons | Felix Kaser | 2009-11-10 | 1 | -0/+3 |
| | |||||
* | ui change: added 3 buttons to infobar | Felix Kaser | 2009-11-10 | 1 | -13/+97 |
| | | | | the current ui shows 3 buttons next to the error message: retry, edit, close | ||||
* | two line message | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | | | | the message is now two lined, one line for the accountname and one for the error | ||||
* | removed double code | Felix Kaser | 2009-11-10 | 1 | -6/+4 |
| | | | | removed one of two identical lines of code | ||||
* | make the infobar smaller | Felix Kaser | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | use only one button in error-infobar | Felix Kaser | 2009-11-10 | 1 | -20/+2 |
| | |||||
* | use smaller account icons for error message | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | use one lined error notifications | Felix Kaser | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | use gtk_box_pack_start | Felix Kaser | 2009-11-10 | 1 | -2/+2 |
| | | | | instead of gtk_container_add we should use gtk_box_pack_start | ||||
* | use account icon instead of warning sign | Felix Kaser | 2009-11-10 | 1 | -4/+5 |
| | | | | the infobar should use the account icon and not a generic warning sign | ||||
* | added set message type to infobar | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | refactoring | Felix Kaser | 2009-11-10 | 1 | -25/+21 |
| | | | | refactoring some names and calls | ||||
* | changed variable name | Felix Kaser | 2009-11-10 | 1 | -17/+17 |
| | | | | changed child into info_bar | ||||
* | removed trailing whitespaces | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Added GtkInfobar and Retry button | Felix Kaser | 2009-11-10 | 1 | -101/+48 |
| | | | | | Susbstituted the table/vbox/hbox thing with a infobar when an account failes to connect. Added a button to retry a connection. | ||||
* | Fix race where UI sensitivity was being set before the AM was ready | Danielle Madeley | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | main-window: save the size of the window when destroyed | Guillaume Desmottes | 2009-11-09 | 1 | -0/+4 |
| | |||||
* | ensure that the "Previous Conversations" menu entry stays sensitive if there ↵ | Guillaume Desmottes | 2009-11-05 | 1 | -1/+5 |
| | | | | | | | are valid accounts We have to wait until the account manager is ready before checking if there are valid accounts (#600798). | ||||
* | debug window shouldn't be transient | Guillaume Desmottes | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -1/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -48/+87 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | src/empathy-main-window.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -7/+9 |
| | |||||
* | Don't always show the main window (#596044). | Cosimo Cecchi | 2009-09-23 | 1 | -2/+0 |
| | |||||
* | Merge branch 'debug-window' | Xavier Claessens | 2009-08-26 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: src/empathy-debug-window.c | ||||
| * | Rename EmpathyDebugDialog to EmpathyDebugWindow | Xavier Claessens | 2009-08-26 | 1 | -2/+2 |
| | | |||||
* | | Make sure we always show the main window | Cosimo Cecchi | 2009-08-01 | 1 | -0/+2 |
| | | |||||
* | | Remove empathy_account_hash | Sjoerd Simons | 2009-07-30 | 1 | -2/+2 |
| | | |||||
* | | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 2009-07-28 | 1 | -78/+148 |
|\| | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c | ||||
| * | Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007) | Frédéric Péters | 2009-07-21 | 1 | -2/+2 |
| | | |||||
| * | empathy-main-window.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
| | | |||||
| * | Minor changes | Gabriel Millaire | 2009-07-11 | 1 | -4/+4 |
| | | |||||
| * | Regrouped similar functions, uses enum instead of define | Gabriel Millaire | 2009-07-10 | 1 | -63/+55 |
| | | |||||
| * | Changed menu label and various review fixes | Gabriel Millaire | 2009-07-10 | 1 | -18/+16 |
| | | |||||
| * | Added notification for confs Show avatar, Compact Size and Sort criterium | Gabriel Millaire | 2009-07-10 | 1 | -47/+77 |
| | | | | | | | | Now checks for wrong string in Sort criterium | ||||
| * | Move Compact List and Sort Contacts from Preferences to View menu | Gabriel Millaire | 2009-07-10 | 1 | -95/+60 |
| | | |||||
| * | Work in progress : move preferences to View menu | Gabriel Millaire | 2009-07-10 | 1 | -30/+115 |
| | | | | | | | | Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size | ||||
* | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -3/+0 |
| | | |||||
* | | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 1 | -2/+0 |
|/ | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -14/+11 |
| | |||||
* | Include empathy-sound.h to make it build | Xavier Claessens | 2009-06-26 | 1 | -5/+6 |
| | |||||
* | Do not flash contact icon in the main window for notification only events | Frédéric Péters | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'debug' | Jonny Lamb | 2009-06-05 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Added Debug Window menu item. | Jonny Lamb | 2009-04-24 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Remove the singleton logic from the manager | Cosimo Cecchi | 2009-06-01 | 1 | -6/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Cleanup after rebase v2 | Cosimo Cecchi | 2009-06-01 | 1 | -3/+1 |
| | | |||||
* | | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 1 | -14/+21 |
| | | |||||
* | | Simplify the #if by isolating the content | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+2 |
| | | |||||
* | | Fix gtk warning at startup when not compiled with libchamplain | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+2 |
| | | |||||
* | | Use its own ListStore of contacts instead of borrowing the Contact | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | | | | | | | | List's | ||||
* | | Add a Contact Map window | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+19 |
| | | |||||
* | | move 'View Previous Conversations' menu entry to View | Guillaume Desmottes | 2009-05-23 | 1 | -5/+5 |
| | | |||||
* | | move 'show offline contacts' menu entry to View | Guillaume Desmottes | 2009-05-23 | 1 | -3/+3 |
| | | |||||
* | | move 'show file transfers' menu entry to View | Guillaume Desmottes | 2009-05-23 | 1 | -2/+2 |
| | | |||||
* | | empathy-main-window: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-main-window: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-main-window: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -3/+3 |
| | | |||||
* | | Add menu option to display FT Managers | Davyd Madeley | 2009-04-27 | 1 | -0/+16 |
|/ | | | | Fixes GNOME Bug #574626 | ||||
* | Remove useless include of empathy-contact-factory.h | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
| | |||||
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-22 | 1 | -35/+9 |
| | |||||
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 1 | -3/+3 |
| | |||||
* | Make use of GtkUIManager in EmpathyMainWindow | Xavier Claessens | 2009-04-16 | 1 | -105/+107 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866 | ||||
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-16 | 1 | -613/+526 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865 | ||||
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -16/+12 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860 | ||||
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 1 | -3/+0 |
| | | | | | | | | | Let the event-manager handle sounds instead of the main window. Also make the incoming phone sound be played in a loop. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2393 | ||||
* | Add a getter for the main window widget | Sjoerd Simons | 2009-02-03 | 1 | -1/+8 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2390 | ||||
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
| | | | | | | (bug #562554) svn path=/trunk/; revision=2265 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 1 | -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 Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2117 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Update empathy_sound_play () to be nicer to use and centralize the list | Xavier Claessens | 2009-01-07 | 1 | -10/+5 |
| | | | | | | of sounds we support. svn path=/trunk/; revision=2082 | ||||
* | Improve wording. | Xavier Claessens | 2009-01-07 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2079 | ||||
* | Turn empathy_sound_pref_is_enabled into empathy_sound_play that | Xavier Claessens | 2009-01-07 | 1 | -31/+16 |
| | | | | | | automatically plays the sound if the pref is enabled. svn path=/trunk/; revision=2078 | ||||
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -8/+4 |
| | | | | svn path=/trunk/; revision=2074 | ||||
* | Implement sound for contact login/logout. | Xavier Claessens | 2009-01-07 | 1 | -0/+47 |
| | | | | svn path=/trunk/; revision=2060 | ||||
* | Port EmpathyMainWindow to the new API. | Xavier Claessens | 2009-01-07 | 1 | -168/+114 |
| | | | | svn path=/trunk/; revision=2045 | ||||
* | Only play logout sound if switching to Offline from Available. | Xavier Claessens | 2009-01-07 | 1 | -7/+12 |
| | | | | svn path=/trunk/; revision=2028 | ||||
* | Don't emit sound when changing state and properly play login sound. | Xavier Claessens | 2009-01-07 | 1 | -1/+12 |
| | | | | svn path=/trunk/; revision=2027 | ||||
* | Adapt the libcanberra calls to use the new functions. | Xavier Claessens | 2009-01-07 | 1 | -12/+15 |
| | | | | svn path=/trunk/; revision=2025 | ||||
* | Adapt Patryk's patch to trunk. | Xavier Claessens | 2009-01-07 | 1 | -1/+20 |
| | | | | svn path=/trunk/; revision=2022 | ||||
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1942 | ||||
* | Remove useless include in main window | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1637 | ||||
* | Removed import dialog references from main window. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -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 Lamb | 2008-10-17 | 1 | -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_new | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1542 | ||||
* | 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 |