aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't display 'null' in accounts UI for unknown protocolsWill Thompson2009-08-251-5/+10
* Workaround for Clutter bugPierre-Luc Beaudoin2009-08-251-1/+3
* Use the new function in the accounts dialogCosimo Cecchi2009-08-251-2/+4
* Check for NULL values returned by dup_selected()Cosimo Cecchi2009-08-251-0/+9
* Merge branch 'mc5', fixes bug #590165Sjoerd Simons2009-08-2527-2590/+4426
|\
| * empathy-accounts-dialog: remove the hardcoded Gmail labelGuillaume Desmottes2009-08-241-1/+0
| * Fix several coding style issuesSjoerd Simons2009-08-241-3/+3
| * When empathy_account_settings_apply_finish returns false the error is always setSjoerd Simons2009-08-241-2/+1
| * Put string up for translationSjoerd Simons2009-08-241-1/+1
| * Fix use after freeSjoerd Simons2009-08-241-1/+4
| * Fix copyright dateSjoerd Simons2009-08-242-2/+2
| * Fix some broken englishSjoerd Simons2009-08-241-1/+1
| * Move the logs to the new location after creating the accountSjoerd Simons2009-08-241-4/+92
| * Refactor the startup sequence a bitSjoerd Simons2009-08-241-30/+37
| * Always set the mc4 imported gconf keySjoerd Simons2009-08-241-9/+2
| * Fix debug strings, don't unref the gconf client twiceSjoerd Simons2009-08-241-4/+3
| * Add api to ask if we have importer our mc4 accountsSjoerd Simons2009-08-242-0/+15
| * Return TRUE if we imported any mc4 accountsSjoerd Simons2009-08-242-12/+20
| * Grab passwords from the keyring if neededSjoerd Simons2009-08-241-5/+42
| * Overhaul the importer slightlySjoerd Simons2009-08-242-343/+179
| * Use g_str_has_prefix convenience function for claritySjoerd Simons2009-08-241-1/+2
| * Make the gconf entry be false by defaultSjoerd Simons2009-08-241-7/+8
| * Don't unref the account object as we don't own itSjoerd Simons2009-08-241-1/+0
| * Use new async enable apiSjoerd Simons2009-08-241-1/+1
| * Instantiate the mc4 account importer in empathy.cArnaud Maillet2009-08-241-0/+2
| * Add the mc4 account importer files in the makefileArnaud Maillet2009-08-241-0/+1
| * Add empathy-import-mc4-accounts filesArnaud Maillet2009-08-242-0/+586
| * Use the right default answer if we're not importing accountsSjoerd Simons2009-08-231-3/+6
| * Clean up the dialog a bitSjoerd Simons2009-08-231-20/+5
| * Remove dead code and fix some coding style issuesSjoerd Simons2009-08-231-3/+1
| * Don't leak a ref to EmpathyAccountSettingsSjoerd Simons2009-08-231-1/+1
| * Don't free the icon name that we don't ownSjoerd Simons2009-08-221-2/+0
| * Fix errors revealed by make checkJonathan Tellier2009-08-224-11/+11
| * First part of an overhaul of the accounts dialogJonathan Tellier2009-08-223-291/+267
| * Enable entering more than an account from the wizard.Cosimo Cecchi2009-08-221-36/+131
| * Make the import system more future-proofCosimo Cecchi2009-08-2210-81/+212
| * Remove useless includesCosimo Cecchi2009-08-222-4/+1
| * The assistant should not be resizableCosimo Cecchi2009-08-221-0/+2
| * Don't hardcode new linesCosimo Cecchi2009-08-221-11/+17
| * Hook the import UI in the assistantCosimo Cecchi2009-08-221-22/+70
| * Adapt to the new APICosimo Cecchi2009-08-221-2/+7
| * Add the new files to the Makefile.amCosimo Cecchi2009-08-221-0/+1
| * Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi2009-08-225-403/+739
| * Remove the hardcodeArnaud Maillet2009-08-221-23/+13
| * Emit the close signal only after we are done with the async machinery.Cosimo Cecchi2009-08-221-8/+45
| * Port to new APICosimo Cecchi2009-08-222-2/+2
| * Implement close and cancel;Cosimo Cecchi2009-08-221-40/+61
| * Add a comment over the window type hintCosimo Cecchi2009-08-221-0/+1
| * Enable newly created accountsCosimo Cecchi2009-08-221-2/+8
| * Implement disposeCosimo Cecchi2009-08-221-0/+23
| * Report errors during creationCosimo Cecchi2009-08-221-1/+117
| * Fix long linesCosimo Cecchi2009-08-221-3/+4
| * Don't forward anymore after the endCosimo Cecchi2009-08-221-0/+6
| * Report back errors (right now just on stdout)Cosimo Cecchi2009-08-221-1/+18
| * Add a parent window property to the assistantCosimo Cecchi2009-08-223-5/+78
| * Unref settings when changing the protocolCosimo Cecchi2009-08-221-0/+4
| * Change labels when creating an accountCosimo Cecchi2009-08-221-0/+4
| * Unify the enter and create page.Cosimo Cecchi2009-08-221-114/+205
| * Filter out IRC and local-xmpp in the wizardCosimo Cecchi2009-08-221-1/+5
| * Update label layout and add an "apply" logicCosimo Cecchi2009-08-221-9/+57
| * Add the details page to the assistantCosimo Cecchi2009-08-221-5/+165
| * Add private struct and responses to first pageCosimo Cecchi2009-08-221-3/+59
| * Style fixesCosimo Cecchi2009-08-221-3/+6
| * Fix styleCosimo Cecchi2009-08-221-6/+13
| * Move back the account assistant to src/Cosimo Cecchi2009-08-223-0/+177
| * Implement first page in the assistantCosimo Cecchi2009-08-223-136/+0
| * Add a first page to the assistantCosimo Cecchi2009-08-223-0/+34
| * Skeleton of EmpathyAccountAssistantCosimo Cecchi2009-08-222-0/+102
| * Port empathy.c to telepathy-styleCosimo Cecchi2009-08-221-526/+546
| * Fix a small memory leakSjoerd Simons2009-08-221-6/+6
| * Instantiate mc5 pidgin account importer in empathy-accounts-dialogArnaud Maillet2009-08-221-15/+0
| * Add empathy-import-dialog and empathy-import-pidgin to the makefileArnaud Maillet2009-08-221-0/+2
| * Port empathy-import-pidgin to mc5Arnaud Maillet2009-08-221-16/+17
| * Port empathy-import-dialog to mc5Arnaud Maillet2009-08-222-57/+93
| * Merge back from masterSjoerd Simons2009-08-228-77/+174
| |\
| * | Cache the icon inside EmpathyAccountSettingsSjoerd Simons2009-08-191-4/+0
| * | Don't automagically remove invalid accountsSjoerd Simons2009-08-191-24/+1
| * | keep a ref on the selected accountSjoerd Simons2009-08-181-7/+15
| * | Use the remove function accountSjoerd Simons2009-08-181-2/+1
| * | _new for a signleton needs to return a refSjoerd Simons2009-08-181-0/+1
| * | Fix identationSjoerd Simons2009-08-181-3/+3
| * | Port to libuniqueCosimo Cecchi2009-08-014-578/+37
| * | Make sure we always show the main windowCosimo Cecchi2009-08-011-0/+2
| * | Merge branch 'master' into mc5Cosimo Cecchi2009-08-013-7/+8
| |\ \
| * \ \ 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
| | |\ \ \
| * | | | | 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
* | | | | Update marker's label every secondPierre-Luc Beaudoin2009-08-241-30/+66
| |_|_|/ |/| | |
* | | | Merge branch 'connman'Jonny Lamb2009-08-201-10/+17
|\ \ \ \
| * | | | empathy: unref Connectivity object at the end of the application lifeJonny Lamb2009-08-191-0/+1
| * | | | empathy: create a new EmpathyConnectivity object on startupJonny Lamb2009-08-191-10/+16
* | | | | stock button labels should not be translatableChristian Kirbach2009-08-201-1/+1
* | | | | Animate show in and out of markersPierre-Luc Beaudoin2009-08-191-2/+2
* | | | | Don't create a marker for contacts with empty locationPierre-Luc Beaudoin2009-08-191-1/+1
* | | | | Dim at 75% markers for location data older than a weekPierre-Luc Beaudoin2009-08-191-3/+11
* | | | | empathy-call-window: add 2 translators comments (#592052)Guillaume Desmottes2009-08-191-0/+3
|/ / / /
* | | | Port to Clutter 1.0 and libchamplain 0.3.6Pierre-Luc Beaudoin2009-08-182-3/+4
* | | | Fixed documentation link with for the new Mallard structureMilo Casagrande2009-08-141-1/+1
* | | | empathy-preferences: use tp_strdiff instead of strcmpGuillaume Desmottes2009-08-131-7/+8
* | | | Don't leak a ref when updating notification bubbleWill Thompson2009-08-131-5/+5
* | | | chat_window_help_contents_activate_cb: documentation doesn't have a 'chat' se...Guillaume Desmottes2009-08-071-1/+1
* | | | Setting priv->bus_message_source_id to 0 to make sure thatJonathan Tellier2009-08-071-3/+13
* | | | Now removing the bus watch when destroying the pipeline.Jonathan Tellier2009-08-071-4/+16
* | | | Fixed a bug that caused the application to crash when input volume wasJonathan Tellier2009-08-071-9/+27
* | | | status_icon_update_notification: don't crash if event->message is NULLGuillaume Desmottes2009-08-071-1/+4
* | | | Move the FsElementElementAddedNotifier over the main pipelineOlivier Crête2009-08-071-1/+30
* | | | Fix reduced accuracy concernsPierre-Luc Beaudoin2009-08-061-1/+1
* | | | Merge branch 'escape-notifications'Will Thompson2009-08-062-22/+26
|\ \ \ \
| * | | | Don't try to free NULL pixbufs.Will Thompson2009-08-052-16/+15
| * | | | Escape markup in notifications and icon tooltipWill Thompson2009-08-051-7/+12
| | |_|/ | |/| |
* / | | Embolden tab labels when you're highlightedWill Thompson2009-08-051-1/+2
|/ / /
* | | 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
| |/ |/|
* | 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
|/
* 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