aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mc5Cosimo Cecchi2009-08-013-7/+8
|\
| * Change the name to Empathy IM Client, which is more recognizableSjoerd Simons2009-07-311-1/+1
| * Do not have too complex code in var initialization.Xavier Claessens2009-07-291-2/+4
| * Little coding style cleanupXavier Claessens2009-07-291-4/+3
* | Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-0114-470/+405
|\ \
| * | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-302-4/+2
| * | remove usage of empathy_account_equalSjoerd Simons2009-07-302-2/+2
| * | Remove empathy_account_hashSjoerd Simons2009-07-301-2/+2
| * | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-2813-462/+399
| |\|
| | * remove trailing tabulationFrédéric Péters2009-07-221-1/+1
| | * migrate configuration files to XDG config directoryFrédéric Péters2009-07-211-0/+63
| | * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-2/+2
| | * Respect the button-images settingMatthias Clasen2009-07-182-72/+14
| | * Merge commit 'jtellier/video-call-button-sensitivity'Davyd Madeley2009-07-151-5/+7
| | |\
| | | * Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-031-5/+7
| | * | Chat window's tab label changes the font color when got an incoming msg. (Fix...Abner Silva2009-07-151-6/+26
| | * | empathy-main-window.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | * | Minor changesGabriel Millaire2009-07-111-4/+4
| | * | Remove old codeGabriel Millaire2009-07-101-69/+0
| | * | Regrouped similar functions, uses enum instead of defineGabriel Millaire2009-07-101-63/+55
| | * | Changed menu label and various review fixesGabriel Millaire2009-07-102-27/+25
| | * | 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-103-247/+135
| | * | Work in progress : move preferences to View menuGabriel Millaire2009-07-102-30/+172
| | * | Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-106-12/+12
| | * | Sort themes by namePierre-Luc Beaudoin2009-07-031-0/+2
| | * | List installed adium themesPierre-Luc Beaudoin2009-07-032-138/+65
| | |/
* | | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-311-3/+8
* | | Fix trailing whitespaceCosimo Cecchi2009-07-301-6/+6
* | | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-1/+1
* | | Remove debug outputCosimo Cecchi2009-07-301-1/+0
* | | First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-15/+14
* | | Even more cleanup + update headerCosimo Cecchi2009-07-301-10/+13
* | | Adapt to the current telepathy styleCosimo Cecchi2009-07-301-1172/+1146
* | | Use the right property name when getting the connection status.Cosimo Cecchi2009-07-301-1/+1
* | | Use the new API when getting the account iter.Cosimo Cecchi2009-07-301-5/+8
* | | Make sure the account dialog respects the initial selectionCosimo Cecchi2009-07-301-30/+34
* | | Make remove workCosimo Cecchi2009-07-301-1/+1
* | | Unref the dialog when destroyingCosimo Cecchi2009-07-301-0/+10
* | | Chain up dispose and remove useless finalizeCosimo Cecchi2009-07-301-7/+2
* | | Move some code off disposeCosimo Cecchi2009-07-301-18/+31
* | | GObject-ify and clean-up the code; still WIPCosimo Cecchi2009-07-302-185/+387
|/ /
* | Don't try to update the widgets if no account was selectedSjoerd Simons2009-07-221-0/+4
* | Hook up removing accounts in the accounts dialogSjoerd Simons2009-07-221-0/+8
* | Coding style fixesSjoerd Simons2009-07-221-4/+4
* | Port creating of of a salut account to then new apisSjoerd Simons2009-07-221-44/+90
* | Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-111/+252
* | Move the responsibility of popping up the empathy accounts dialog out of the ...Sjoerd Simons2009-07-162-20/+18
* | Remove last references to mission-control 4Sjoerd Simons2009-07-166-84/+4
* | Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-162-2/+15
* | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-2/+1
* | Remove useless mission-control includesSjoerd Simons2009-07-064-7/+0
* | Transform profile chooser into a protocol chooserSjoerd Simons2009-07-062-43/+40
* | Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
* | use newly deprecated APISjoerd Simons2009-07-061-1/+3
* | Remove usage of McProfilesSjoerd Simons2009-07-052-59/+41
* | Get the icon name from the account object directlySjoerd Simons2009-07-051-1/+1
|/
* New chatrooms are no longer marked as favorite by default. Fixes bug #575667Abner Silva2009-07-011-9/+9
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-0113-138/+141
* fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2009-06-302-3/+9
* Ring on outgoing call.Xavier Claessens2009-06-271-24/+54
* Include empathy-sound.h to make it buildXavier Claessens2009-06-262-5/+7
* Port EmpathyEventManager to new empathy-sound API.Xavier Claessens2009-06-261-81/+16
* Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-262-4/+3
* Merge branch 'fix-prefs'Pierre-Luc Beaudoin2009-06-261-1/+1
|\
| * Rename label1 to remove dupped idPierre-Luc Beaudoin2009-06-261-1/+1
* | Merge branch 'debugger'Jonny Lamb2009-06-263-2/+42
|\ \ | |/ |/|
| * Add empathy to debug dialog CM chooser.Jonny Lamb2009-06-181-2/+10
| * Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-181-0/+31
| * Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-181-0/+1
* | empathy: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* | empathy-status-icon: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
* | empathy-sidebar: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* | empathy-preferences: remove trailing tabsGuillaume Desmottes2009-06-251-7/+7
* | empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* | empathy-chat-window: remove trailing tabsGuillaume Desmottes2009-06-251-9/+9
* | empathy-accounts-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
* | add empathy-map-view files to empathy_handwritten_source so they are checked ...Guillaume Desmottes2009-06-241-1/+1
* | empathy-map-view: fix coding styleGuillaume Desmottes2009-06-241-1/+1
* | Fixed Bug 586284 – Crasher: click on the microphone once disconnectedJonathan Tellier2009-06-231-2/+11
* | New labels for user signing in/out notification preferences.Frédéric Péters2009-06-231-2/+2
* | More human notification messages when users sign in/out.Frédéric Péters2009-06-231-2/+2
* | Fixed coding style of presence notification.Frédéric Péters2009-06-231-9/+11
* | Do not flash contact icon in the main window for notification only eventsFrédéric Péters2009-06-231-1/+1
* | Do not blink status icon for notification only eventsFrédéric Péters2009-06-231-5/+6
* | Support for notification-only eventsFrédéric Péters2009-06-232-0/+14
* | Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-233-0/+112
* | Move all data about an adium theme into EmpathyAdiumData struct and share it ...Xavier Claessens2009-06-221-1/+1
* | Hide muc contacts listGabriel Millaire2009-06-182-4/+2
* | Applied Xavier's commentsGabriel Millaire2009-06-181-27/+23
* | Add 'Show Contact List' in Conversation menuGabriel Millaire2009-06-182-0/+47
* | Added a preference in the conf and schema (show contact list in rooms)Gabriel Millaire2009-06-181-0/+6
* | Added general option Show contact list in roomsGabriel Millaire2009-06-181-0/+16
* | removed extra spacingGabriel Millaire2009-06-181-1/+0
* | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771)Frédéric Péters2009-06-181-2/+2
|/
* Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159)Jonny Lamb2009-06-181-0/+19
* Fix wrapping in Preferences dialogNicolò Chieffo2009-06-181-2/+2
* Remove 'new message from' from notification message (#586102). Based on a pat...Guillaume Desmottes2009-06-182-8/+5
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-172-30/+61
* Merge commit 'jtellier/video-call-stop-showing-last-frame'Guillaume Desmottes2009-06-161-3/+28
|\
| * The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-161-3/+28
* | Reorder functions to not declare them on topXavier Claessens2009-06-151-125/+113
* | Add contextual popup menu in map viewPierre-Luc Beaudoin2009-06-151-0/+30
* | Simplify map_view_marker_update_positionPierre-Luc Beaudoin2009-06-151-7/+6
* | Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin2009-06-151-4/+3
|/
* Merge commit 'jtellier/call-window-video-preview'Guillaume Desmottes2009-06-152-83/+243
|\
| * The video preview is no longer hidden when we get connected to a audioJonathan Tellier2009-06-131-20/+14
| * Corrected code style in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-45/+56
| * Added an early return in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-87/+96
| * Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier2009-06-121-52/+73
| * Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-121-56/+97
| * Implemented the call window's "View -> Video preview" option.Jonathan Tellier2009-06-122-1/+36
| * When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-121-0/+49
* | empathy-ft-manager: tile should be 'File Transfers'. (#585788)Guillaume Desmottes2009-06-151-1/+1
* | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-149-13/+9
* | Do not include default title property for Adium theme filepickerFrédéric Péters2009-06-131-1/+0
|/
* Add spinning throbber to EmpathyMapViewPierre-Luc Beaudoin2009-06-122-0/+54
* Port to new APIXavier Claessens2009-06-121-1/+1
* Fix a warning when the ADIUM_PATH gconf key is unset.Xavier Claessens2009-06-121-2/+9
* Add some #ifdef HAVE_WEBKITXavier Claessens2009-06-121-1/+6
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-123-136/+239
* Fix compile warningPierre-Luc Beaudoin2009-06-111-1/+1
* src/Makefile.am: actually enable warning CFLAGSGuillaume Desmottes2009-06-111-1/+1
* empathy-call-window: remove unused variablesGuillaume Desmottes2009-06-111-3/+0
* empathy-accounts-dialog: move back the 'Create' button on the rightGuillaume Desmottes2009-06-111-15/+15
* empathy-accounts-dialog: Use radio buttons instead of a checkbox for the 'reu...Guillaume Desmottes2009-06-112-15/+43
* empathy-accounts-dialog: change title to 'Add Account' as we can reuse an exi...Guillaume Desmottes2009-06-111-1/+1
* Added a "Redial" button to the call window.Jonathan Tellier2009-06-092-98/+265
* Distribute conditionally built filesPierre-Luc Beaudoin2009-06-091-5/+11
* Don't repeat a tooltip format stringWill Thompson2009-06-081-14/+13
* Italicize status message in tooltipWill Thompson2009-06-081-1/+1
* Don't include "Available"/"Away"... in tooltipsWill Thompson2009-06-081-2/+2
* Extract markup_printf-append-free to a functionWill Thompson2009-06-081-18/+29
* Only show status in tooltip when it existsWill Thompson2009-06-081-3/+11
* Merge branch 'profile-chooser'Jonny Lamb2009-06-071-3/+6
|\
| * Update the accounts dialog to the new profile chooser API.Jonny Lamb2009-06-051-3/+6
* | Use tp_asv_get_string instead of messing with GValues.Jonny Lamb2009-06-051-5/+2
* | Use "foo == NULL" instead of "!foo".Jonny Lamb2009-06-051-1/+2
* | Set an empty password for pidgin accounts that have no password set.Jonny Lamb2009-06-051-0/+10
* | Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)Jonny Lamb2009-06-051-1/+18
|/
* Add simple flymake support.Jonny Lamb2009-06-051-0/+1
* Don't display an empty treeview if there are no connections on opening.Jonny Lamb2009-06-051-3/+5
* Don't unref widgets twice.Jonny Lamb2009-06-051-6/+0
* Free a GError after use.Jonny Lamb2009-06-051-0/+1
* Merge branch 'debug'Jonny Lamb2009-06-055-0/+1324
|\
| * Display a label if the selected CM does not support Debug.Jonny Lamb2009-06-041-6/+56
| * Add level label to priv struct.Jonny Lamb2009-06-041-4/+5
| * Store toolbar items in priv struct.Jonny Lamb2009-06-041-33/+38
| * Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.Jonny Lamb2009-06-041-6/+7
| * Clean up EmpathyDebugDialogPriv.Jonny Lamb2009-06-041-9/+20
| * Use G_GSIZE_FORMAT instead of %u.Jonny Lamb2009-06-031-1/+2
| * Add a "Copy" toolbar item to copy text to clipboard.Jonny Lamb2009-04-241-0/+73
| * Create a straight TpProxy instead of a TpConnection.Jonny Lamb2009-04-241-12/+7
| * Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi...Jonny Lamb2009-04-241-0/+93
| * Store unique names in CM model.Jonny Lamb2009-04-241-27/+112
| * Use GtkWindow's "transient-for" property instead of holding a ref to the pare...Jonny Lamb2009-04-241-27/+1
| * Don't show the same CM more than once in the CM chooser if there are more tha...Jonny Lamb2009-04-241-0/+15
| * Use GFile and GFileOutputStream instead of fopen and fprintf.Jonny Lamb2009-04-241-13/+35
| * Use "foo != NULL" instead of "foo".Jonny Lamb2009-04-241-7/+7
| * Add more comments to debug_dialog_press_event_cb.Jonny Lamb2009-04-241-0/+3
| * Use guint instead of int for for loop counter.Jonny Lamb2009-04-241-1/+1
| * Split some long lines into two.Jonny Lamb2009-04-241-6/+10
| * Changed Help menu item to simply "Debug.Jonny Lamb2009-04-241-1/+1
| * Updated coding style.Jonny Lamb2009-04-241-44/+44
| * Remove tabs, sigh.Jonny Lamb2009-04-241-5/+5
| * Implement save button.Jonny Lamb2009-04-241-0/+96
| * Clear the store when changing CM.Jonny Lamb2009-04-241-0/+2
| * Implemented a menu when selecting a row to copy message to clipboard.Jonny Lamb2009-04-241-0/+95
| * Display debug message as monospace.Jonny Lamb2009-04-241-0/+3
| * Implement clear button.Jonny Lamb2009-04-241-0/+11
| * Implement level combo box.Jonny Lamb2009-04-241-28/+117
| * Align text at the top of the row.Jonny Lamb2009-04-241-0/+1
| * Remove trailing whitespace from the debug message.Jonny Lamb2009-04-241-1/+9
| * Store the bus name of CMs in an the combo box's tree model instead of two dif...Jonny Lamb2009-04-241-13/+27
| * Make the tree view have alternating row colours.Jonny Lamb2009-04-241-0/+1
| * Correct indentation and tab problems.Jonny Lamb2009-04-241-36/+36
| * Define the debug object path in the header and keep CM bus names from tp_list...Jonny Lamb2009-04-242-15/+17
| * Create a new string for category as it's g_free'd.Jonny Lamb2009-04-241-1/+1
| * Add Debug interface to TpProxy's known interfaces.Jonny Lamb2009-04-241-0/+3
| * Return NULL if _new is not given a GtkWindow.Jonny Lamb2009-04-241-0/+2
| * Only set Enabled=false in dispose if there we have a proxy.Jonny Lamb2009-04-241-3/+4
| * Changed account chooser to CM chooser.Jonny Lamb2009-04-241-37/+78
| * Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref...Jonny Lamb2009-04-241-8/+13
| * Make sure the toolbar labels are shown.Jonny Lamb2009-04-241-2/+7
| * Only set Enabled when we already have a proxy.Jonny Lamb2009-04-241-1/+2
| * Set Enabled dbus property to the correct value depending on whether the signa...Jonny Lamb2009-04-241-9/+26
| * Implement pause button and handle connections to signal when changing account.Jonny Lamb2009-04-241-8/+44
| * Only connect to NewDebugMessage if the paused button is not pressed.Jonny Lamb2009-04-241-3/+9
| * Connect to NewDebugMessage and append it to the treeview.Jonny Lamb2009-04-241-41/+67
| * Call GetMessages when the debug dialog opens.Jonny Lamb2009-04-241-11/+171
| * Add GtkTreeView to debug dialog.Jonny Lamb2009-04-241-6/+61
| * Added Debug Window menu item.Jonny Lamb2009-04-242-0/+16
| * Added a basic UI to debug dialog.Jonny Lamb2009-04-242-9/+112
| * Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-243-0/+192
* | event_manager_approve_channel_cb: displayed ignored channel typeGuillaume Desmottes2009-06-041-1/+1
* | Add a right-click menu to conversation window tabs.Will Thompson2009-06-031-32/+52
* | Remove "View"/"Show" prefixes from View menu itemsWill Thompson2009-06-031-4/+4
* | Fix conflict after rebaseCosimo Cecchi2009-06-021-1/+0
* | Format contact information when hashingCosimo Cecchi2009-06-011-3/+9
* | Add myself to the contributorsCosimo Cecchi2009-06-011-0/+1
* | Remove the preferencesCosimo Cecchi2009-06-012-41/+0
* | Clear the remaining time when transfer endsCosimo Cecchi2009-06-011-1/+22
* | Add the received files to GtkRecentManagerCosimo Cecchi2009-06-011-0/+10
* | Plug a leakCosimo Cecchi2009-06-011-0/+2
* | Fix coding styleCosimo Cecchi2009-06-011-2/+2
* | Set use_hash according to what the CM returnsCosimo Cecchi2009-06-011-3/+7
* | Set the completed message anywayCosimo Cecchi2009-06-011-3/+1
* | Remove useless gtk-doc annotationsCosimo Cecchi2009-06-011-17/+0
* | Don't claim outgoing channelsCosimo Cecchi2009-06-011-1/+8
* | Unref the EmpathyTpContactFactoryCosimo Cecchi2009-06-011-0/+2
* | Use gchar* instead of char* for allocated retvalsCosimo Cecchi2009-06-011-3/+3
* | Plug a string leakCosimo Cecchi2009-06-011-0/+2
* | Handle construction errorsCosimo Cecchi2009-06-011-2/+12
* | Set the right initial value in the UICosimo Cecchi2009-06-011-3/+7
* | Properly handle checksumming in the receiver UICosimo Cecchi2009-06-011-13/+40
* | Remove the singleton logic from the managerCosimo Cecchi2009-06-014-46/+30
* | Adjust clear button sensitivityCosimo Cecchi2009-06-011-0/+27
* | Adapt the manager codeCosimo Cecchi2009-06-011-9/+20
* | Clarify UI stringCosimo Cecchi2009-06-011-1/+1
* | Add a new preference in the UICosimo Cecchi2009-06-012-0/+41
* | Cleanup after rebase v2Cosimo Cecchi2009-06-014-18/+48
* | Add back speed and remaining timeCosimo Cecchi2009-06-011-7/+42
* | React to Tp remote errorsCosimo Cecchi2009-06-011-24/+1
* | Remove hashing progress debug messageCosimo Cecchi2009-06-011-2/+0
* | Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-012-33/+90
* | Unref the EmpathyFTHandlersCosimo Cecchi2009-06-011-0/+2
* | First implementation of error handlingCosimo Cecchi2009-06-011-15/+33
* | Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-1/+0
* | Rework the logic of cancelling transfersCosimo Cecchi2009-06-011-24/+3
* | Format messages for hashingCosimo Cecchi2009-06-011-11/+49
* | Use the proper TP interface instead of emp_cliCosimo Cecchi2009-06-012-10/+25
* | Make the whole thing compileCosimo Cecchi2009-06-011-211/+229
* | s/ft_manager/manager/ where appropriateCosimo Cecchi2009-06-011-57/+54
* | W.I.P. code for EmpathyFTManager v2Cosimo Cecchi2009-06-011-143/+188
* | First batch of W.I.P. rework of EmpathyFTManagerCosimo Cecchi2009-06-012-380/+197
* | Add to the EmpathyFTManager the new handlers.Cosimo Cecchi2009-06-011-4/+7
* | Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-1/+25
* | W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-9/+5
* | Fix inconsistency in preferences and codePierre-Luc Beaudoin2009-06-011-1/+1
* | Reimplement the singleton in the constructorPierre-Luc Beaudoin2009-06-011-1/+1
* | Rename empathy_location_manager_get_default to dup_defaultPierre-Luc Beaudoin2009-06-011-1/+1
* | Don't show the location preferences if geoclue not availablePierre-Luc Beaudoin2009-06-011-5/+7
* | Fix compilation if geoclue is not enabledPierre-Luc Beaudoin2009-06-011-1/+7
* | Add EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-0/+6
* | Add a Location tab in preferencesPierre-Luc Beaudoin2009-06-012-5/+253
* | Cope with status icon begin NULLSjoerd Simons2009-05-311-1/+2
* | Remove usage of McPresence as much as possibleSjoerd Simons2009-05-313-17/+25
* | Ensure a minimum size of tabs in the chat windowSjoerd Simons2009-05-311-8/+24
* | new tube API is now stableGuillaume Desmottes2009-05-282-6/+6
* | empathy-call-window: coding style fixGuillaume Desmottes2009-05-281-1/+1