aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port empathy-import-pidgin to mc5Arnaud Maillet2009-08-221-16/+17
|
* Port empathy-import-dialog to mc5Arnaud Maillet2009-08-222-57/+93
|
* fix critical errors in the .hr translationSjoerd Simons2009-08-221-1/+2
|
* Update python bindingsSjoerd Simons2009-08-222-120/+33
|
* Fix trailing spacesSjoerd Simons2009-08-221-1/+0
|
* Add new files to the POTFILESSjoerd Simons2009-08-221-0/+3
|
* Merge back from masterSjoerd Simons2009-08-22128-15690/+34658
|\
| * Revert "Don't use deprecated g_mapped_file_free()"Xavier Claessens2009-08-211-1/+1
| | | | | | | | This reverts commit 5a89234873d5c709ee852e2b43220f9c8c0a2033.
| * Updating Estonian translationIvar Smolin2009-08-211-25/+26
| |
| * Don't use deprecated g_mapped_file_free()Kjartan Maraas2009-08-211-1/+1
| |
| * Updated Norwegian bokmål translation.Kjartan Maraas2009-08-211-206/+196
| |
| * [help] Reworked the send-file topicMilo Casagrande2009-08-211-18/+18
| |
| * [help] Added topic about favorite roomsMilo Casagrande2009-08-213-5/+141
| | | | | | | | | | Added new file to Makefile.am Removed some useless spaces from add-contact
| * [help] Set a fixed 2column style even for the index pageMilo Casagrande2009-08-2111-14/+17
| | | | | | | | Converted some notes into tips
| * Updated Swedish translationDaniel Nylander2009-08-211-83/+86
| |
| * [help] Modified the description of a topic, removed useless spacesMilo Casagrande2009-08-211-13/+13
| |
| * empathy-contact-list-view.h: include empathy-enum-types.hGuillaume Desmottes2009-08-201-0/+1
| | | | | | | | | | Python bindings need to use EMPATHY_TYPE_CONTACT_LIST_FLAGS which is defined in empathy-enum-types.h.
| * upgrade Python bindingsGuillaume Desmottes2009-08-202-59/+92
| |
| * [help] Moved license from US version to unported oneMilo Casagrande2009-08-201-3/+3
| |
| * Merge branch 'connman'Jonny Lamb2009-08-2012-153/+630
| |\
| | * configure: code clean up when choosing the connectivityJonny Lamb2009-08-201-17/+12
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: assume status is offline if GetState failsJonny Lamb2009-08-201-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: add ConnMan supportJonny Lamb2009-08-201-2/+120
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * configure: enable connectivity building with nm, connman, auto or noneJonny Lamb2009-08-202-15/+47
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: small style fixJonny Lamb2009-08-201-4/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-203-11/+19
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-193-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | It can be assumed that the old state was always the opposite to the new state, because the signal is only ever fired if the new state differs from the old state. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy: unref Connectivity object at the end of the application lifeJonny Lamb2009-08-191-0/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-idle: no need to listen to use-connJonny Lamb2009-08-191-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | If use_conn is set to FALSE, then EmpathyConnectivity will signal status-change with a new online status of TRUE, which will do the right thing. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: remove dispose_runJonny Lamb2009-08-191-10/+0
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: be sure to get the initial presence on initJonny Lamb2009-08-191-0/+4
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: init priv->connected to TRUE if we're not using NMJonny Lamb2009-08-191-4/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: remove useless assignmentJonny Lamb2009-08-191-1/+0
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: stop using the name "manager" when I mean "connectivity"Jonny Lamb2009-08-191-5/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: disconnect from NM state change signal on finalizeJonny Lamb2009-08-191-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: only unref the NM client if we're using NMJonny Lamb2009-08-191-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: handle changes in use_conn correctlyJonny Lamb2009-08-191-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | This is so that the presence chooser can get notified if use_conn turns to false, and NM still reports us as offline, so it can become sensitive again. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-presence-chooser: make chooser insensitive when there's no connectionJonny Lamb2009-08-191-0/+24
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-idle: disconnect from connectivity signals before unreffingJonny Lamb2009-08-191-16/+21
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy: create a new EmpathyConnectivity object on startupJonny Lamb2009-08-191-10/+16
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-idle: use EmpathyConnectivity instead of messing with NM itselfJonny Lamb2009-08-192-126/+49
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: add signals, properties and hook in NMJonny Lamb2009-08-192-12/+186
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-conf: rename use_nm to use_connJonny Lamb2009-08-182-5/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-debug: add connectivity debug keyJonny Lamb2009-08-182-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| | * empathy-connectivity: add initial stubsJonny Lamb2009-08-183-0/+196
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Updated Galician TranslationAntón Méixome2009-08-201-30/+24
| | |
| * | empathy-chat: reformat 2 strings to allow translaters to reverse the order ↵Guillaume Desmottes2009-08-201-2/+8
| | | | | | | | | | | | of the args if needed (#587803)
| * | stock button labels should not be translatableChristian Kirbach2009-08-202-3/+3
| | |
| * | [help] Wrote the previous conversations and the geolocation topicsMilo Casagrande2009-08-209-10/+366
| | | | | | | | | | | | | | | * Added al the new pages to Makefile * Fixed a typo in irc-manage
| * | Turn reduced accuracy mode by defaultPierre-Luc Beaudoin2009-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | There is a 10 seconds delay before any information is sent when enabling location publishing. Still, enabling the privacy mode by default can only make sure that precise location is never sent for people who want privacy.
| * | Merge commit 'lfrb/added'Guillaume Desmottes2009-08-191-4/+7
| |\ \
| | * | Always add to publish listLouis-Francis Ratté-Boulianne2009-08-191-4/+7
| | | |
| * | | Updated Galician TranslationAntón Méixome2009-08-191-79/+92
| | | |
| * | | Updated German translationMichael Kanis2009-08-191-817/+1406
| | | |
| * | | [help] Wrote most of the previous conversations topic, needs more workMilo Casagrande2009-08-191-0/+103
| | | |
| * | | 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
| | | |
| * | | Use empathy_make_absolute_url to fix URLs that have no schemePierre-Luc Beaudoin2009-08-191-1/+6
| | | |
| * | | Make empathy_make_absolute_url visiblePierre-Luc Beaudoin2009-08-192-9/+14
| | | |
| * | | Dim at 75% markers for location data older than a weekPierre-Luc Beaudoin2009-08-191-3/+11
| | | |
| * | | Added Ukrainian translationMaxim V. Dziumanenko2009-08-191-747/+1834
| | | |
| * | | Don't assume that 'subscribe' exists.Will Thompson2009-08-191-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes bug #591468, which is a crash when you open a tab to a contact from the user list in an IRC channel. Idle doesn't have a 'subscribe' list, so priv->subscribe is NULL, so this crashed. But if you don't have a subscribe list, obviously you can't add the contact to subscribe, so we can just guard this appropriately. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * | | Don't check for smileys in urlsPierre-Luc Beaudoin2009-08-191-27/+26
| | | | | | | | | | | | | | | | | | | | | | | | Moving the smiley detection after the url detection and only if not url is found. (similar to what regular themes do)
| * | | empathy-call-window: add 2 translators comments (#592052)Guillaume Desmottes2009-08-191-0/+3
| | | |
| * | | [help] Fixed validity errors in audio-video and salut-protocolShaun McCance2009-08-182-29/+29
| | |/ | |/|
| * | Updated breton translationDenis Arnaud2009-08-181-0/+0
| | |
| * | Updated breton translationDenis Arnaud2009-08-181-121/+136
| | |
| * | [help] Reworked two topics, added a new oneMilo Casagrande2009-08-183-9/+86
| | | | | | | | | | | | | | | | | | | | | * introduction: some wordings * group-conversations: moved from advanced to text conversations section reworked the topic * prev-conv: added stub topic for searching previous conversations
| * | Port to Clutter 1.0 and libchamplain 0.3.6Pierre-Luc Beaudoin2009-08-183-7/+8
| | |
| * | Update Czech translationAndre Klapper2009-08-171-746/+1412
| | |
| * | [help] Wrote the group conversations topicMilo Casagrande2009-08-172-4/+74
| | | | | | | | | | | | Removed one image from the Makefile, image removed yesterday
| * | Use tp-glib Location stable API (#585843)Guillaume Desmottes2009-08-171-7/+7
| | |
| * | remove Location from extensionsGuillaume Desmottes2009-08-173-332/+0
| | |
| * | bump tp-glib dep to 0.7.34: we need for stable Location APIGuillaume Desmottes2009-08-171-1/+1
| | |
| * | sync Debug interface with undrafted version in spec (#585844)Guillaume Desmottes2009-08-171-3/+2
| | |
| * | Updated Finnish translationTommi Vainikainen2009-08-171-765/+1355
| | |
| * | [help] Removed unused picture (extended-away)Milo Casagrande2009-08-171-0/+0
| | |
| * | [help] Added new topic: small introductionMilo Casagrande2009-08-173-0/+46
| | | | | | | | | | | | | | | Updated the pictures of the main window Added the new file to help Makefile
| * | Updating Estonian translationIvar Smolin2009-08-161-30/+22
| | |
| * | Updated Spanish translationJorge González2009-08-151-2323/+792
| | |
| * | Updated Spanish translationJorge González2009-08-151-59/+55
| | |
| * | Updated Arabic translationKhaled Hosny2009-08-151-105/+101
| | |
| * | [help] Fixed last revision sectionsMilo Casagrande2009-08-1513-27/+42
| | | | | | | | | | | | | | | * Fixed some revision sections * Added credit and copyright where missing
| * | Updated Spanish translationJorge González2009-08-151-241/+542
| | |
| * | [help] Remove comment sectionsMilo Casagrande2009-08-156-84/+23
| | | | | | | | | | | | | | | * Removed comment sections as they show up in the po * Fixed some revision sections
| * | Updated Spanish translationJorge González2009-08-151-17/+75
| | |
| * | [help]Milo Casagrande2009-08-1513-129/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | irc-nick-password: * wordings * added a note irc-start-conversation: * added topic for starting a private IRC conversation irc-send-file: * added topic for sending files via IRC (it's not possible) start-conversation: * added topic describing the Ctrl+N way to start a conversation prob-conn-neterror: * reworked the page adding the IRC problem prob-conn-name: * reworked the page prob-conn-acctdisabled: * reworked the page audio-video: * added a note * added table for supported services/protocols Makefile.am: * added new pages
| * | Updated Spanish translationJorge González2009-08-151-1/+29
| | |
| * | Updated Spanish translationJorge González2009-08-151-92/+58
| | |
| * | Updated Spanish translationJorge González2009-08-151-7/+38
| | |
| * | Updated Spanish translationJorge González2009-08-151-100/+136
| | |
| * | Updated Spanish translationJorge González2009-08-151-2/+2
| | |
| * | Updated Spanish translationJorge González2009-08-141-5/+19
| | |
| * | Added entry for Telugu [te] in LINGUAS filekrishnababu k2009-08-141-0/+1
| | |
| * | Updated telugu translationkrishnababu k2009-08-141-0/+2813
| | |
| * | Only call SetChatState if the Channel supports itWill Thompson2009-08-141-7/+10
| | | | | | | | | | | | | | | I'm sick of seeing spurious debug messages about this whenever I type anything into an IRC channel.
| * | Fixed documentation link with for the new Mallard structureMilo Casagrande2009-08-141-1/+1
| |/ | | | | | | * Colses bug 591602
| * Updated Spanish translationJorge González2009-08-141-1023/+2311
| |
| * Updated Turkish translation.Baris Cicek2009-08-142-806/+1706
| |
| * empathy-preferences: use tp_strdiff instead of strcmpGuillaume Desmottes2009-08-131-7/+8
| | | | | | | | This should prevent the crash #591612
| * Updated Swedish translationDaniel Nylander2009-08-131-78/+78
| |
| * Updating Estonian translationMattias Põldaru2009-08-131-328/+297
| |
| * Add streamingprefs_DATA to EXTRA_DIST (GNOME bug 591582)Frédéric Péters2009-08-131-0/+1
| |
| * Merge branch 'mallard-to-merge'Frédéric Péters2009-08-1338-1474/+2033
| |\
| | * [help] remove trailing whitespacesFrédéric Péters2009-08-1324-112/+112
| | |
| | * [help] let git ignore translated Mallard pagesFrédéric Péters2009-08-131-0/+11
| | |
| | * [help] set required attributes on revision elementFrédéric Péters2009-08-131-1/+1
| | |
| | * [help] embed answer to comment in another <comment> elementFrédéric Péters2009-08-131-5/+7
| | |
| | * [help] fixed attribute name (versione -> version)Frédéric Péters2009-08-131-1/+1
| | |
| | * [help] remove invalid type attribute on <link> elementFrédéric Péters2009-08-131-2/+1
| | |
| | * [help] add missing <tbody> to <table> containing <thead>Frédéric Péters2009-08-132-0/+4
| | |
| | * [help] move <comment> below <title>, to validate against current schemaFrédéric Péters2009-08-136-13/+13
| | |
| | * [help] update <comment>/<cite> tag contents to match current Mallard specFrédéric Péters2009-08-137-9/+9
| | |
| | * [help] remove duplicated revision entryFrédéric Péters2009-08-131-1/+0
| | |
| | * * wrote share-desktop * rewrote set-custom-status * some rewrote here and ↵Milo Casagrande2009-08-1312-172/+320
| | | | | | | | | | | | there, mostly small fixes
| | * use DOC_INCLUDES for included files, not DOC_ENTITIESFrédéric Péters2009-08-131-1/+1
| | |
| | * update build system for the new Mallard helpFrédéric Péters2009-08-131-2/+40
| | |
| | * remove invalid <license/> tag, and update legal.xml to cc by-saFrédéric Péters2009-08-1324-123/+11
| | |
| | * remove obsolete help fileFrédéric Péters2009-08-131-1395/+0
| | |
| | * Added stub topic for password protected IRC channels Wrote the audio call ↵Milo Casagrande2009-08-134-9/+83
| | | | | | | | | | | | topic Some work on the video call topic Added a seealso link in create account
| | * Modified the audio-call page Written some contents for the audio-call page ↵Milo Casagrande2009-08-134-29/+49
| | | | | | | | | | | | Reworked a little bit some seealso links
| | * Added seealso links to audio and video call pagesMilo Casagrande2009-08-132-0/+2
| | |
| | * Added two new figures: * The icon for audio conversation * The icon for ↵Milo Casagrande2009-08-133-2/+57
| | | | | | | | | | | | video conversation Wrote the audio-video page
| | * Fixed the note in the IRC nickname password Fixed pkgversion and version of ↵Milo Casagrande2009-08-132-3/+3
| | | | | | | | | | | | a document
| | * Reworked the index page to insert new topics Added stub pages for the new ↵Milo Casagrande2009-08-1312-20/+95
| | | | | | | | | | | | topics Fixed the xref of various topics to move them in the new index page
| | * Modified terminologyMilo Casagrande2009-08-131-3/+3
| | |
| | * Small typos and correctionsMilo Casagrande2009-08-135-6/+7
| | |
| | * * New topic: prob-conn-name for handling the "Name in use" IRC error * New ↵Milo Casagrande2009-08-137-16/+247
| | | | | | | | | | | | topic: irc-nick-password on setting the password for a registered nickname * New topic: irc-join-room on how to enter an IRC channel * Added the new topic in the IRC account page * Reworked the title of the guide page for common problems * Added a small paragraph to the add-account page
| | * Add TODO comment on prob-conn-neterror.page * need to talk about IRC problemMilo Casagrande2009-08-134-2/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new pages: * irc-manage: guide page for all IRC topics * irc-account: topic on how to set up an IRC account Linked the prob-conn-neterror topic from the irc-manage page Modified dialog instead of window for the account page
| | * Reworked the topics, now whould be more consistent and coherent with each ↵Milo Casagrande2009-08-136-98/+116
| | | | | | | | | | | | other Added a couple of seealso links
| | * Removed the SVG files of the status icons Reworked the send a file topic ↵Milo Casagrande2009-08-138-546/+149
| | | | | | | | | | | | Completed the status icons topic Completed and added into index the offline contacts topic Removed the comment from the add account page
| | * Added a new stub file about description of the status icons Added a seealso ↵Milo Casagrande2009-08-1312-38/+586
| | | | | | | | | | | | link in another document Added the status icons, taken from Empathy data/icons directory * Added SVG and PNG format
| | * Added set-custom-message.page: * Added first draf of how to set a custom ↵Jim Campbell2009-08-131-0/+62
| | | | | | | | | | | | message for your status
| | * Update all the status of the document: * index.page is at incomplete * the ↵Milo Casagrande2009-08-1311-12/+15
| | | | | | | | | | | | majority of the topics are draft * the salut-protocol is now review
| | * Work on add-contact file: * Reworked the procedure in a numbered list * ↵Milo Casagrande2009-08-1314-70/+160
| | | | | | | | | | | | Checked terminology with the app * Added a note about the connection * Added a seealso link Add a new topic offline-contacts: * Small topic on how to see offline contacts and hide them * Inserted only in the add-contact page as seealso Update the license line with the 3.0 number as talked via email Update some topic form stub to draft
| | * Fixed minor typosPaul Cutler2009-08-134-8/+8
| | |
| | * New file salut-protocol.page: * Wrote small description of what the protocol ↵Milo Casagrande2009-08-132-38/+114
| | | | | | | | | | | | is Work on the create account topic: * Checked all the links to service registration forms * Removed FWD, service closed up * Reworked terminology: avoided SIP in favor of Telephony * Created another section for Salut * Added link to salut-protocol
| | * Use a different title style for each topic. The "How can I..." bit at the ↵Phil Bull2009-08-138-11/+13
| | | | | | | | | | | | start of each title was reducing readability.
| | * * Restructure problems-connecting into a guide and shorten names to ↵Phil Bull2009-08-139-117/+207
| | | | | | | | | | | | "prob-conn" * Update xmlns where missed * Use the page type hint (topic/guide) correctly
| | * Updated xmlns links * Updated the xmlns links in all pages to reflect the ↵Milo Casagrande2009-08-1310-10/+10
| | | | | | | | | | | | new Mallard spec URL
| | * Added "add contact" page. Needs work.Phil Bull2009-08-131-0/+42
| | |
| | * * Add a custom-message topic for setting a custom presence message (needs ↵Milo Casagrande2009-08-131-5/+18
| | | | | | | | | | | | more work) * Modified the change-status topic
| | * Fixed the naming convention of files: use dash, not underscoresMilo Casagrande2009-08-134-7/+7
| | |
| | * Rework some sectionsMilo Casagrande2009-08-133-53/+80
| | |
| | * Add common problems sectionPhil Bull2009-08-132-1/+5
| | |
| | * Fixed description of disable-account topicMilo Casagrande2009-08-131-1/+1
| | |
| | * * 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
| |