aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added topic on creating accountsMilo Casagrande2009-08-132-25/+150
| | * Add topic on changing your statusPhil Bull2009-08-131-0/+29
| | * * Added topic on sending files (send_file) * Fix broken link on index pagePhil Bull2009-08-131-0/+54
| | * Added the index.page start pageMilo Casagrande2009-08-131-0/+31
| * | Don't leak a ref when updating notification bubbleWill Thompson2009-08-131-5/+5
| |/
| * Updated Kannada(kn) translationShankar Prasad2009-08-121-846/+1338
| * Updated Oriya TranslationManoj Kumar Giri2009-08-121-297/+409
| * Updated Basque languageInaki Larranaga Murgoitio2009-08-111-753/+1166
| * Always show icons in presence chooser (GNOME bug 591247)Frédéric Péters2009-08-111-0/+1
| * Merge commit 'ksz/rfb'Guillaume Desmottes2009-08-101-1/+1
| |\
| | * fix bug #590756 - Renamed x_vnc service to rfbArnaud Maillet2009-08-101-1/+1
| * | Updated Galician translationAntón Méixome2009-08-101-142/+172
| |/
| * Minor fixes to Catalan translationGil Forcada2009-08-091-845/+1463
| * Added Catalan (Valencian) translationCarles Ferrando2009-08-092-0/+2874
| * Updated Spanish translationJorge González2009-08-081-37/+38
| * chat_window_help_contents_activate_cb: documentation doesn't have a 'chat' se...Guillaume Desmottes2009-08-071-1/+1
| * empathy_send_file_with_file_chooser: allow to send files from network locatio...Guillaume Desmottes2009-08-071-0/+2
| * Let messages with two slashes without spaces in between passFrédéric Péters2009-08-071-3/+12
| * Use the official MSN icon (#576467)Guillaume Desmottes2009-08-076-254/+126
| * 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
| * Updated Irish translationSeán de Búrca2009-08-071-197/+206
| * Merge commit 'jtellier/empathy-contact-widget-style'Guillaume Desmottes2009-08-071-2/+2
| |\
| | * Fixed styleJonathan Tellier2009-08-061-2/+2
| * | Move contact when drag'n'dropped (Fix #585443)Louis-Francis Ratté-Boulianne2009-08-071-0/+8
| * | Force skew method of clock slaving for alsa/osssrcOlivier Crête2009-08-071-0/+15
| * | Move the FsElementElementAddedNotifier over the main pipelineOlivier Crête2009-08-072-33/+30
| * | Correctly register the src/sink elementsOlivier Crête2009-08-072-2/+20
| * | Make it possible to set element properties from a config fileOlivier Crête2009-08-073-34/+36
| * | Put codec preferences in a configuration fileOlivier Crête2009-08-073-41/+52
| |/
| * Remove redundant == TRUE/FALSEPierre-Luc Beaudoin2009-08-061-9/+9
| * Fix reduced accuracy concernsPierre-Luc Beaudoin2009-08-062-19/+19
| * 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
| * | Set selectable status informationalinrus2009-08-061-0/+4
| * | Updated breton translationDenis Arnaud2009-08-061-131/+162
| * | Updated breton translation and added br in Linguas file.Denis Arnaud2009-08-061-0/+0
| * | Updated breton translation and added br in Linguas file.Denis Arnaud2009-08-062-0/+2508
| * | Updated Brazilian Portuguese translation.Rodrigo L. M. Flores2009-08-061-824/+1524
| * | Updated Arabic translationKhaled Hosny2009-08-051-121/+133
| * | Updated Hebrew translationMark Krapivner2009-08-051-537/+718
| * | Embolden tab labels when you're highlightedWill Thompson2009-08-051-1/+2
| * | Updated German translationMario Blättermann2009-08-051-5/+8
| * | Updated Spanish translationJorge González2009-08-051-213/+209
| * | Updated Spanish translationJorge González2009-08-051-105/+122
| |/
| * Updated Swedish translationDaniel Nylander2009-08-031-86/+116
| * Updated Norwegian bokmål translation.Kjartan Maraas2009-08-031-480/+659
| * Updating Estonian translationIvar Smolin2009-08-021-108/+174
| * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-08-022-1682/+2423
| * Updated Irish translationSeán de Búrca2009-08-011-671/+2081
| * Add type to UI file to catch missing stringsSeán de Búrca2009-08-011-1/+1
* | Rename empathy_account_get_connection_for to empathy_account_get_connection_f...Sjoerd Simons2009-08-223-4/+5
* | Don't hook up to invalidated when creating the connection failedSjoerd Simons2009-08-221-10/+11
* | Let the cached parameters asv own the key stringsSjoerd Simons2009-08-211-7/+9
* | Use g_strdup instead of casting a const gchar* to a gchar*.Xavier Claessens2009-08-211-1/+1
* | Use new api to get connectionsSjoerd Simons2009-08-211-4/+8
* | Add API to get teh TpConnection for an account on a certain pathSjoerd Simons2009-08-212-31/+61
* | When getting an account for an unknown path automagically create the new acco...Sjoerd Simons2009-08-211-14/+5
* | Set the RequestedPresence when creating a new commandSjoerd Simons2009-08-211-1/+36
* | Only set the current global requested on the initial set of accountsSjoerd Simons2009-08-211-13/+9
* | Add a function to get the requested global presence from the account managerSjoerd Simons2009-08-212-0/+21
* | Cache the icon inside EmpathyAccountSettingsSjoerd Simons2009-08-192-11/+9
* | Don't automagically remove invalid accountsSjoerd Simons2009-08-191-24/+1
* | replace UNIQUE_NAME_PREFIX by TP_ACCOUNT_OBJECT_PATH_BASESjoerd Simons2009-08-191-4/+3
* | the status in EmpathyIdle is the status_message not the status stringSjoerd Simons2009-08-191-5/+6
* | Add a debug message for tracking global statusSjoerd Simons2009-08-191-0/+3
* | displatcher -> dispatcherDavyd Madeley2009-08-191-2/+2
* | Get the DisplayName when the account is readySjoerd Simons2009-08-181-5/+8
* | Fix indentationSjoerd Simons2009-08-181-17/+22
* | Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db...Sjoerd Simons2009-08-183-3/+4
* | keep a ref on the selected accountSjoerd Simons2009-08-181-7/+15
* | Set gui to NULL after unreffing itSjoerd Simons2009-08-181-0/+1
* | Rename desired presence to requested presenceSjoerd Simons2009-08-181-19/+19
* | Remove dead codeSjoerd Simons2009-08-181-8/+0
* | rename status-reason to connection-status-reason and notify connection-status...Sjoerd Simons2009-08-181-2/+3
* | 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
* | Notify when display-name is updatedSjoerd Simons2009-08-171-0/+1
* | No need to check if create_results exists in disposeSjoerd Simons2009-08-171-18/+14
* | Plug some leaksSjoerd Simons2009-08-171-2/+8
* | Removed dead codeSjoerd Simons2009-08-171-10/+0
* | Only cancel the name owner watch if the dbus proxy still existsSjoerd Simons2009-08-171-2/+3
* | Fix coding style (tabs vs. spacesSjoerd Simons2009-08-171-5/+5
* | no need to check for the size of the hash tableSjoerd Simons2009-08-171-2/+1
* | Remove double check for connection == NULLSjoerd Simons2009-08-171-4/+0
* | If there is a failure in recognizing the protocol name, fallback to the gener...Sjoerd Simons2009-08-171-8/+1
* | Set presence on accounts when they become readyCosimo Cecchi2009-08-011-1/+8
* | Port to libuniqueCosimo Cecchi2009-08-015-578/+38
* | Make sure we always show the main windowCosimo Cecchi2009-08-011-0/+2
* | Merge branch 'master' into mc5Cosimo Cecchi2009-08-0118-164/+2135
|\|
| * Updated Simplified Chinese translation.Aron Xu2009-07-311-40/+42
| * Change the name to Empathy IM Client, which is more recognizableSjoerd Simons2009-07-314-7/+7
| * Updated Simplified Chinese translation.lyper2009-07-301-66/+67
| * Bump versionXavier Claessens2009-07-291-1/+1
| * Update ABI versionEMPATHY_2_27_5Xavier Claessens2009-07-291-4/+4
| * Update NEWSXavier Claessens2009-07-291-0/+34
| * Wrap text in contact label status (#589846)Nicolò Chieffo2009-07-291-0/+4
| * - Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding the...Xavier Claessens2009-07-292-36/+49
| * Wrap too long line.Xavier Claessens2009-07-291-1/+2
| * Init flags to 0 to make sure it is never undefinedXavier Claessens2009-07-291-4/+1
| * Accept gibing NULL widget to empathy_url_show()Xavier Claessens2009-07-291-2/+2
| * Do not have too complex code in var initialization.Xavier Claessens2009-07-291-2/+4
| * Little coding style cleanupXavier Claessens2009-07-291-4/+3
| * Set default for enable_webkit_developer_tools gconf keyXavier Claessens2009-07-291-1/+1
| * Added Estonian translation.Priit Laes2009-07-292-0/+1918
* | Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-0192-8288/+13234
|\ \
| * | Fix some coding style issuesSjoerd Simons2009-07-314-23/+30
| * | add some slightly nicer debug messagesSjoerd Simons2009-07-311-2/+3
| * | Add a small comment about emp_account_manager_update_global_presenceSjoerd Simons2009-07-311-0/+3
| * | Fix typoSjoerd Simons2009-07-311-2/+2
| * | Update python bindingsSjoerd Simons2009-07-301-4/+4
| * | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-3011-29/+26
| * | explicitely include libempathy/empathy-enum-types.hSjoerd Simons2009-07-301-0/+1
| * | Update python bindingsSjoerd Simons2009-07-302-66/+212
| * | remove usage of empathy_account_equalSjoerd Simons2009-07-3010-28/+13
| * | Remove empathy_account_hashSjoerd Simons2009-07-303-11/+2
| * | Unref the connection if it fails to become ready or is invalidatedSjoerd Simons2009-07-301-10/+17
| * | Fix some coding style issuesSjoerd Simons2009-07-291-3/+3
| * | Fix some leaksSjoerd Simons2009-07-291-1/+7
| * | Add a utility function to may protocols to their iconsSjoerd Simons2009-07-294-3/+10
| * | Update gitignoreXavier Claessens2009-07-281-1/+1
| * | Add missing includes in empathy-share-my-desktop.cXavier Claessens2009-07-281-0/+2
| * | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-2876-8109/+12906
| |\|
| | * Set status text first in presence chooser widget model.Frédéric Péters2009-07-281-6/+6
| | * correctly display contact names in a11y tools (GNOME bug 545282)Frédéric Péters2009-07-281-0/+4
| | * Updated Arabic translationKhaled Hosny2009-07-281-31/+35
| | * Updated Lithuanian translationŽygimantas Beručka2009-07-271-287/+329
| | * Updated German translationMario Blättermann2009-07-261-420/+360
| | * Updated Simplified Chinese translation.Aron Xu2009-07-261-905/+1487
| | * Updated Belarusian translationAlexander Nyakhaychyk2009-07-251-46/+39
| | * Updated Belarusian translationAlexander Nyakhaychyk2009-07-251-749/+1936
| | * Fixed copy/paste mistake (Remove members from the right set)Louis-Francis Ratté-Boulianne2009-07-231-2/+2
| | * Updated Swedish translationDaniel Nylander2009-07-231-22/+26
| | * remove trailing tabulationFrédéric Péters2009-07-221-1/+1
| | * Updated Galician Translation.Fran Diéguez2009-07-221-727/+1104
| | * 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-216-9/+9
| | * Updated Tamil translationdrtvasudevan2009-07-211-13/+16
| | * Updated Spanish translationJorge González2009-07-211-12/+16
| | * Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.hArnaud Maillet2009-07-201-0/+1
| | * Instantiate ShareMyDesktop feature in the contact menu of EmpathyArnaud Maillet2009-07-202-0/+32
| | * Add the new files in Makefile.amArnaud Maillet2009-07-201-0/+2
| | * Add ShareMyDesktop filesArnaud Maillet2009-07-202-0/+273
| | * Updated Spanish translationJorge González2009-07-181-128/+143
| | * Updated Spanish translationJorge González2009-07-181-138/+148
| | * Updated Tamil translationdrtvasudevan2009-07-181-226/+251
| | * Respect the button-images settingMatthias Clasen2009-07-183-142/+28
| | * Updated Arabic translationKhaled Hosny2009-07-181-816/+1433
| | * Only consider what's clicked a link when priv->hovered_uri is non-NULL (Fixes...Gustavo Noronha Silva2009-07-181-7/+9
| | * Validate parameters to fixup_url() and empathy_url_show()Nicolò Chieffo2009-07-181-1/+6
| | * Updated Swedish translationDaniel Nylander2009-07-171-225/+242
| | * Escape window names before saving them in geometry.iniNicolò Chieffo2009-07-171-4/+14
| | * Merge commit 'bigon/mc_free'Guillaume Desmottes2009-07-161-1/+1
| | |\
| | | * Free params glist with mc_protocol_free_params_list instead of g_slist_freeLaurent Bigonville2009-07-161-1/+1
| | * | Make WebKit web inspector available, when using Adium themes.Gustavo Noronha Silva2009-07-162-4/+135
| | |/
| | * Merge commit 'jtellier/video-call-button-sensitivity'Davyd Madeley2009-07-154-7/+35
| | |\
| | | * Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-034-7/+35
| | * | Chat window's tab label changes the font color when got an incoming msg. (Fix...Abner Silva2009-07-151-6/+26
| | * | start dev of 2.27.5Guillaume Desmottes2009-07-151-1/+1
| | * | upgrade NEWS for 2.27.4EMPATHY_2_27_4Guillaume Desmottes2009-07-151-0/+66
| | * | Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley2009-07-151-1/+8
| | * | Bump sonames for libempathy and libempathy-gtkSjoerd Simons2009-07-151-2/+2
| | * | Small style fixesDavyd Madeley2009-07-152-5/+2
| | * | Check CAN_ADD before returning an Add Contact... menu itemDavyd Madeley2009-07-151-0/+16
| | * | Handle the case where priv->list is not an EmpathyContactManagerDavyd Madeley2009-07-151-1/+5
| | * | Small coding style fixDavyd Madeley2009-07-151-1/+3
| | * | Remove deprecated call to g_mapped_file_free()Davyd Madeley2009-07-151-1/+1
| | * | have EmpathyContactWidget set the account on the account chooserDavyd Madeley2009-07-152-1/+7
| | * | Don't override empathy_account_chooser_set_account when setting filteringDavyd Madeley2009-07-151-1/+9
| | * | Set parent for new contact dialogDavyd Madeley2009-07-151-2/+9
| | * | Hook up the callback to throw up the standard Add Contact dialogDavyd Madeley2009-07-153-5/+28
| | * | Determine if the contact is not in the Contact List and add a menu item as ap...Davyd Madeley2009-07-152-0/+44
| | * | Implement CAN_GROUP by looking at RequestableChannelClassesDavyd Madeley2009-07-151-1/+53
| | * | Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are setDavyd Madeley2009-07-152-1/+20
| | * | Add empathy_contact_manager_initialized()Davyd Madeley2009-07-152-0/+18
| | * | call GetAliasFlags() to determine if an alias can be set on a ContactListDavyd Madeley2009-07-153-1/+39
| | * | Look up flags to determine whether or not to display the 'Remove' itemDavyd Madeley2009-07-152-15/+40
| | * | Add a FLAGS column to EmpathyContactListStoreDavyd Madeley2009-07-152-13/+28
| | * | Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flag...Davyd Madeley2009-07-153-6/+8
| | * | Remove redundant empathy_tp_contact_list_can_add()Davyd Madeley2009-07-152-20/+6
| | * | Expose channel group flags via EmpathyContactList ifaceDavyd Madeley2009-07-153-0/+46
| | * | add empathy-theme-adium.c to POTFILES.inGuillaume Desmottes2009-07-151-0/+1
| | * | empathy.doap: add bug-database element (#587958). Thanks to Florian Ludwig.Guillaume Desmottes2009-07-141-0/+1
| | * | Merge branch 'fix-585882'Gustavo Noronha Silva2009-07-141-4/+90
| | |\ \
| | | * | Fix Bug 585882: Can't easily copy URL's when using Adium themesGustavo Noronha Silva2009-07-011-4/+90
| | * | | empathy-message.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | * | | empathy-main-window.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | * | | empathy-theme-adium.c: remove trailing spacesGuillaume Desmottes2009-07-141-13/+13
| | * | | 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
| | * | | Merge branch 'label-align'Davyd Madeley2009-07-105-12/+152
| | |\ \ \
| | | * | | Make EmpathyContactWidget use EmpathyKludgeLabelDavyd Madeley2009-07-073-12/+10
| | | * | | EmpathyKludgeLabel is a child of GtkLabelDavyd Madeley2009-07-072-0/+142
| | * | | | Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-1017-56/+83
| | * | | | Fixed a copy/paste bug in configure.acKen VanDine2009-07-101-1/+1
| | * | | | Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-084-21/+150
| | * | | | Use atomic operations to manage EmpathyAdiumData refcountXavier Claessens2009-07-081-3/+2
| | * | | | can_add_contact_to_account: early return if connection is NULL (#587817)Guillaume Desmottes2009-07-071-0/+2
| | * | | | empathy_contact_manager_can_add: raise an error if connection is NULLGuillaume Desmottes2009-07-071-0/+1
| | * | | | Updated Swedish translationDaniel Nylander2009-07-071-1469/+1342
| | * | | | updating translation for PunjabiA S Alam2009-07-071-456/+604
| | * | | | Updated French translationClaude Paroz2009-07-061-776/+1327
| | |/ / /
| | * | | Don't check for Adium themes if Webkit isn't availableDavyd Madeley2009-07-061-0/+6
| | * | | Updated Spanish translationJorge Gonzalez2009-07-051-221/+248
| | * | | Updated Tamil translationdrtvasudevan2009-07-041-252/+265
| | * | | Updated Tamil translationdrtvasudevan2009-07-041-114/+168
| | * | | Sort themes by namePierre-Luc Beaudoin2009-07-031-0/+2
| | * | | List installed adium themesPierre-Luc Beaudoin2009-07-035-145/+142
| | | |/ | | |/|
| | * | Merge branch 'fix-585601'Gustavo Noronha Silva2009-07-022-0/+11
| | |\ \
| | | * | Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu...Gustavo Noronha Silva2009-07-012-0/+11
| | * | | Merge branch 'part-reasons'Will Thompson2009-07-022-24/+114
| | |\ \ \
| | | * | | Style: avoid marching off the right marginWill Thompson2009-06-191-9/+10
| | | * | | Style: use FIXME not TODOWill Thompson2009-06-191-3/+3
| | | * | | Coding style: one declaration per line.Will Thompson2009-06-191-1/+2
| | | * | | Move string manipulation into build_part_messageWill Thompson2009-06-191-17/+15
| | | * | | Reduce format string duplication for part notifications.Will Thompson2009-06-191-50/+33
| | | * | | Include actor in part message if possibleWill Thompson2009-06-181-21/+47
| | | * | | Include actor in members-changed if possibleWill Thompson2009-06-181-14/+51
| | | * | | Extract part message building to a functionWill Thompson2009-06-181-35/+44
| | | * | | Return early from chat_members_changed_cbWill Thompson2009-06-181-42/+43
| | | * | | Print part reasons to conversation windowWill Thompson2009-06-181-3/+37
* | | | | | Use proper display names in the chooserCosimo Cecchi2009-07-311-6/+40
* | | | | | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-313-6/+14
* | | | | | Don't try to lookup NULL connectionsCosimo Cecchi2009-07-311-0/+4
* | | | | | Fix trailing whitespaceCosimo Cecchi2009-07-303-18/+18
* | | | | | Update POTFILES.inCosimo Cecchi2009-07-301-1/+2
* | | | | | Don't try to unref the GtkBuilder object in _disposeCosimo Cecchi2009-07-301-6/+0
* | | | | | Hook up to the destroy signal in EmpathyAccountWidgetCosimo Cecchi2009-07-301-0/+11
* | | | | | Set the sensitivity to the forget buttonCosimo Cecchi2009-07-301-2/+3
* | | | | | Ignore default value for required paramsCosimo Cecchi2009-07-301-4/+0
* | | | | | Make account creation non-exclusiveCosimo Cecchi2009-07-301-22/+46
* | | | | | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-303-3/+3
* | | | | | Implement dispose and finalizeCosimo Cecchi2009-07-301-31/+75
* | | | | | Set apply button sensitivity on creationCosimo Cecchi2009-07-301-0/+1
* | | | | | Remove debug outputCosimo Cecchi2009-07-301-1/+0
* | | | | | Add a cosmetic comment to separate public and non-public methods.Cosimo Cecchi2009-07-301-0/+2
* | | | | | Use telepathy styleCosimo Cecchi2009-07-301-632/+657
* | | | | | Update copyright and authorCosimo Cecchi2009-07-301-1/+2
* | | | | | First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-3010-391/+513
* | | | | | Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-302-0/+61
* | | | | | Fix a typo.Cosimo Cecchi2009-07-301-3/+3