aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * * Change links to reflect index page categories * Add sentence on automatic ↵Phil Bull2009-08-138-12/+29
| | | | | | | | | | | | status change to change_status
| | * Added page on connection problems.Phil Bull2009-08-131-0/+113
| | |
| | * Added remove and disable account topics Added link to the add-account topicMilo Casagrande2009-08-133-0/+164
| | |
| | * Added the add-account topic Some cleaning of the index.page (empty line)Milo Casagrande2009-08-132-2/+96
| | |
| | * Add "send_message" topicPhil Bull2009-08-131-0/+28
| | |
| | * Change title, add link to indexPhil Bull2009-08-131-1/+3
| | |
| | * Change linksPhil Bull2009-08-132-5/+3
| | |
| | * Change capitalisationPhil Bull2009-08-131-2/+2
| | |
| | * 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
| |/ | | | | | | | | | | | | | | | | | | This meant that if a notification bubble for a tab had ever been updated, closing the tab would not destroy the EmpathyChat, or indeed close the Channel. New messages would be logged, but not presented to the user. Reopening a tab to the same channel would work, but sending a message would assert. I'm pretty sure this fixes #588840.
| * 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' ↵Guillaume Desmottes2009-08-071-1/+1
| | | | | | | | section anymore (#590029)
| * empathy_send_file_with_file_chooser: allow to send files from network ↵Guillaume Desmottes2009-08-071-0/+2
| | | | | | | | | | | | | | locations (#591058) Empathy can send file from network locations so there is no reason to not allow users to.
| * Let messages with two slashes without spaces in between passFrédéric Péters2009-08-071-3/+12
| | | | | | | | This makes it possible to send /unix/path (GNOME bug 589335)
| * 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
| | | | | | | | g_source_remove is not called twice on it.
| * 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
| | | | | | | | changed on a disconnected call.
| * status_icon_update_notification: don't crash if event->message is NULLGuillaume Desmottes2009-08-071-1/+4
| | | | | | | | | | g_markup_escape_text isn't NULL-safe so we should be sure that event->message is not NULL before calling it.
| * 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
| | | | | | | | | | | | | | | | As pointed out by users, the previous reduced accuracy mode was not the best. It is better to trunkate the coordinates rather than adding a random value to it. This patch also replaces strcmp by tp_strdiff
| * Merge branch 'escape-notifications'Will Thompson2009-08-062-22/+26
| |\ | | | | | | | | | | | | | | | Fixes #580134 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| | * Don't try to free NULL pixbufs.Will Thompson2009-08-052-16/+15
| | | | | | | | | | | | | | | | | | It's all very well to ensure that we don't pass a NULL pixbuf to libnotify, but we shouldn't then try to g_object_unref () the pointer without checking it's not NULL.
| | * Escape markup in notifications and icon tooltipWill Thompson2009-08-051-7/+12
| | | | | | | | | | | | | | | | | | 7730ffd fixed this for the notifications that are produced by the chat window, but not for the ones produced by the status icon. Why these are separate code paths eludes me.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | This is in addition to en-reddening them, which might not be enough if you can't distinguish red and black, and matches how names are highlighted in the conversation window. Ideally this would be theme-able, but this is a start.
| * | 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 ↵Sjoerd Simons2009-08-223-4/+5
| | | | | | | | empathy_account_get_connection_for_path
* | 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 ↵Sjoerd Simons2009-08-211-14/+5
| | | | | | | | account object
* | Set the RequestedPresence when creating a new commandSjoerd Simons2009-08-211-1/+36
| | | | | | | | | | | | When we create a new account set the initial value of RequestedPresence to the global requested presence, but don't enable it by default. This will cause its requested presence to always be in sync with the rest of empathy.
* | Only set the current global requested on the initial set of accountsSjoerd Simons2009-08-211-13/+9
| | | | | | | | | | | | Stop setting the presence automagically when an account gets enabled or becomes ready, in both cases this account might be created or be enabled by some other UI and that UI should make the decisions about it's requested presence.
* | 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
| | | | | | | | | | | | At some point we should set the Icon property in the account manager, for now just cache it in the settings so we can pass it by reference instead of needing to dup it as that's the API we want to have in the future
* | Don't automagically remove invalid accountsSjoerd Simons2009-08-191-24/+1
| | | | | | | | | | | | | | Automagic removal is slightly terrifying, if the user succeeded in creating the account it must have been valid at some point. So leave it there, the UI should indicate that there is a problem with the account so that the user can fix it instead.
* | 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 ↵Sjoerd Simons2009-08-183-3/+4
| | | | | | | | empathy_account_settings_get_dbus_signature
* | 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 ↵Sjoerd Simons2009-08-181-2/+3
| | | | | | | | connection-status{-reason,} when changes happen
* | 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 ↵Sjoerd Simons2009-08-171-8/+1
| | | | | | | | generic UI
* | 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 ↵Xavier Claessens2009-07-292-36/+49
| | | | | | | | | | | | the gconf key everywhere. - Code cleanup in EmpathyThemeAdium
| * 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
|\ \ | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account
| * | 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
| |\| | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| | * Set status text first in presence chooser widget model.Frédéric Péters2009-07-281-6/+6
| | | | | | | | | | | | | | | | | | | | | ATK will take the first column of the model to get the textual value of a row, so make it something useful (instead of icon-name); also fill that cell with a value for "custom message" commands, so they are also known to ATK. (GNOME bug 589830)
| | * 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
| | | | | | | | | | | | | | | Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810.
| | * Updated Arabic translationKhaled Hosny2009-07-181-816/+1433
| | |
| | * Only consider what's clicked a link when priv->hovered_uri is non-NULL ↵Gustavo Noronha Silva2009-07-181-7/+9
| | | | | | | | | | | | (Fixes: #588886)
| | * Validate parameters to fixup_url() and empathy_url_show()Nicolò Chieffo2009-07-181-1/+6
| | | | | | | | | | | | Using g_return{_val,}_if_fail(). Extra validation added by Davyd Madeley.
| | * Updated Swedish translationDaniel Nylander2009-07-171-225/+242
| | |
| | * Escape window names before saving them in geometry.iniNicolò Chieffo2009-07-171-4/+14
| | | | | | | | | | | | Fixes #586967
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities.
| | * | Chat window's tab label changes the font color when got an incoming msg. ↵Abner Silva2009-07-151-6/+26
| | | | | | | | | | | | | | | | (Fixes #588498)
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on.
| | * | 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
| | | | | | | | | | | | | | | | Change to g_mapped_file_unref()
| | * | 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 ↵Davyd Madeley2009-07-152-0/+44
| | | | | | | | | | | | | | | | appropriate
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new()
| | * | 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 ↵Davyd Madeley2009-07-153-6/+8
| | | | | | | | | | | | | | | | empathy_contact_manager_get_flags_for_connection()
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Track the last hovered link, and use it to copy/open addresses using the context menu.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | Now checks for wrong string in Sort criterium
| | * | | 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
| | | | | | | | | | | | | | | | | | | | 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
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmpathyKludgeLabel sets the PangoLayout width to the width of the GtkAllocation. It then fudges the allocation in the expose to make the alignment work correctly.
| | * | | | Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-1017-56/+83
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * | | | Fixed a copy/paste bug in configure.acKen VanDine2009-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes bug #588021.
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | This was breaking compile with -Werror
| | * | | 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 ↵Gustavo Noronha Silva2009-07-012-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | menu item The theme was deciding that new messages should be 'joined' to an already existing message bubble, because not enough time had passed, even after clearing the chat area. We now clear last_contact to make sure this never happens.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Xavier said he preferred this, and it's shorter, so...
| | | * | | Reduce format string duplication for part notifications.Will Thompson2009-06-191-50/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Xavier suggested that just appending " (%s)" to the common prefix when there is a message is probably okay from a translation point of view, as long as there's a comment to translators.
| | | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | This avoids the function marching to the right quite so much.
| | | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We take care of unreffing it before getting to dispose, as the object can have a variable lifecycle
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters should never have both the default and the required flags set, as required means the user has to fill in a value. When this happens anyway, the default dlag should be ignored, so we can avoid looking up the default value when checking for an account settings' validity.
* | | | | | Make account creation non-exclusiveCosimo Cecchi2009-07-301-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it's valid to create more than an account at the same time, we should permit it with subsequent calls to EmpathyAccountManager.
* | | | | | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Call it empathy_account_settings_has_account() instead
* | | | | | Implement dispose and finalizeCosimo Cecchi2009-07-301-31/+75
| | | | | |