aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-242-3/+3
* Move the logs to the new location after creating the accountSjoerd Simons2009-08-241-4/+92
* Make the dir names for the logs look nicerSjoerd Simons2009-08-241-4/+6
* 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-242-5/+44
* Overhaul the importer slightlySjoerd Simons2009-08-242-343/+179
* Don't override the display_name when creating the accountSjoerd Simons2009-08-241-6/+0
* Use g_str_has_prefix convenience function for claritySjoerd Simons2009-08-241-1/+2
* Make the gconf entry be false by defaultSjoerd Simons2009-08-242-17/+15
* 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
* Return the correct object when querying the dbus-daemon propertySjoerd Simons2009-08-241-2/+1
* Remove unused finalizeSjoerd Simons2009-08-241-16/+0
* 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 a new DEBUG domain for the mc4 account importerArnaud Maillet2009-08-242-0/+2
* Add a new gconf value to know if mc4 accounts have to be importedArnaud Maillet2009-08-241-0/+17
* Add empathy-import-mc4-accounts filesArnaud Maillet2009-08-242-0/+586
* Ignore tests/test-empathy-account-assistantXavier Claessens2009-08-241-0/+1
* Use better avatar location: ~/.cache/<cm>/<protocol>/<token>Xavier Claessens2009-08-241-7/+3
* Use the right default answer if we're not importing accountsSjoerd Simons2009-08-231-3/+6
* When creating an account use a connect button instead of an apply buttonSjoerd Simons2009-08-231-1/+2
* Clean up the dialog a bitSjoerd Simons2009-08-231-20/+5
* Make the layout more consistent with the other widgetsSjoerd Simons2009-08-231-15/+7
* Fix some leaks in _settings_discardSjoerd Simons2009-08-231-13/+13
* If the parameter wasn't known return NULL for the dbus signatureSjoerd Simons2009-08-231-0/+3
* Remove dead code and fix some coding style issuesSjoerd Simons2009-08-232-6/+1
* Don't leak a ref to EmpathyAccountSettingsSjoerd Simons2009-08-231-1/+1
* Make the alignment names in the sip.ui file uniqueSjoerd Simons2009-08-231-1/+1
* Don't free the icon name that we don't ownSjoerd Simons2009-08-221-2/+0
* Update python bindingsSjoerd Simons2009-08-221-1/+20
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-226-7/+26
* Fix errors revealed by make checkJonathan Tellier2009-08-227-13/+14
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-229-362/+628
* Enable entering more than an account from the wizard.Cosimo Cecchi2009-08-221-36/+131
* Add example labels to the simple widgetsCosimo Cecchi2009-08-227-21/+175
* Make the import system more future-proofCosimo Cecchi2009-08-2211-82/+213
* 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
* Update the testCosimo Cecchi2009-08-221-0/+3
* 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
* Make the set_enabled API asyncCosimo Cecchi2009-08-222-16/+48
* 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-224-6/+79
* Fix long lineCosimo Cecchi2009-08-221-1/+2
* Unref settings when changing the protocolCosimo Cecchi2009-08-221-0/+4
* Change labels when creating an accountCosimo Cecchi2009-08-223-4/+42
* Unify the enter and create page.Cosimo Cecchi2009-08-221-114/+205
* Support changing the filter func on the flyCosimo Cecchi2009-08-221-16/+20
* React to entry changes immediatelyCosimo Cecchi2009-08-221-9/+31
* Remove the parameters from the unset pool when we set them againCosimo Cecchi2009-08-221-1/+35
* Filter out IRC and local-xmpp in the wizardCosimo Cecchi2009-08-221-1/+5
* Implement a generic simple widgetCosimo Cecchi2009-08-222-3/+18
* Implement a simple SIP widgetCosimo Cecchi2009-08-221-30/+51
* Add simple implementations for many widgetsCosimo Cecchi2009-08-228-65/+615
* Update label layout and add an "apply" logicCosimo Cecchi2009-08-221-9/+57
* Add a way to hook up to the apply sensitivityCosimo Cecchi2009-08-222-4/+26
* Add the details page to the assistantCosimo Cecchi2009-08-221-5/+165
* Add an API to filter protocolsCosimo Cecchi2009-08-222-14/+78
* Add the concept of simple account widgetCosimo Cecchi2009-08-222-31/+85
* Fix long linesCosimo Cecchi2009-08-221-13/+22
* Remove dead codeCosimo Cecchi2009-08-221-4/+0
* 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-226-4/+8
* Implement first page in the assistantCosimo Cecchi2009-08-226-78/+120
* Add a first page to the assistantCosimo Cecchi2009-08-223-0/+34
* Add a test for the assistantCosimo Cecchi2009-08-222-0/+27
* 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
* 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
| * 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
| * [help] Set a fixed 2column style even for the index pageMilo Casagrande2009-08-2111-14/+17
| * 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
| * 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
| | * empathy-connectivity: assume status is offline if GetState failsJonny Lamb2009-08-201-0/+2
| | * empathy-connectivity: add ConnMan supportJonny Lamb2009-08-201-2/+120
| | * configure: enable connectivity building with nm, connman, auto or noneJonny Lamb2009-08-202-15/+47
| | * empathy-connectivity: small style fixJonny Lamb2009-08-201-4/+1
| | * all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-203-11/+19
| | * empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-193-15/+24
| | * empathy: unref Connectivity object at the end of the application lifeJonny Lamb2009-08-191-0/+1
| | * empathy-idle: no need to listen to use-connJonny Lamb2009-08-191-20/+0
| | * empathy-connectivity: remove dispose_runJonny Lamb2009-08-191-10/+0
| | * empathy-connectivity: be sure to get the initial presence on initJonny Lamb2009-08-191-0/+4
| | * empathy-connectivity: init priv->connected to TRUE if we're not using NMJonny Lamb2009-08-191-4/+2
| | * empathy-connectivity: remove useless assignmentJonny Lamb2009-08-191-1/+0
| | * empathy-connectivity: stop using the name "manager" when I mean "connectivity"Jonny Lamb2009-08-191-5/+5
| | * empathy-connectivity: disconnect from NM state change signal on finalizeJonny Lamb2009-08-191-0/+2
| | * empathy-connectivity: only unref the NM client if we're using NMJonny Lamb2009-08-191-0/+2
| | * empathy-connectivity: handle changes in use_conn correctlyJonny Lamb2009-08-191-1/+11
| | * empathy-presence-chooser: make chooser insensitive when there's no connectionJonny Lamb2009-08-191-0/+24
| | * empathy-idle: disconnect from connectivity signals before unreffingJonny Lamb2009-08-191-16/+21
| | * empathy: create a new EmpathyConnectivity object on startupJonny Lamb2009-08-191-10/+16
| | * empathy-idle: use EmpathyConnectivity instead of messing with NM itselfJonny Lamb2009-08-192-126/+49
| | * empathy-connectivity: add signals, properties and hook in NMJonny Lamb2009-08-192-12/+186
| | * empathy-conf: rename use_nm to use_connJonny Lamb2009-08-182-5/+5
| | * empathy-debug: add connectivity debug keyJonny Lamb2009-08-182-0/+2
| | * empathy-connectivity: add initial stubsJonny Lamb2009-08-183-0/+196
| * | Updated Galician TranslationAntón Méixome2009-08-201-30/+24
| * | empathy-chat: reformat 2 strings to allow translaters to reverse the order of...Guillaume Desmottes2009-08-201-2/+8
| * | 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
| * | Turn reduced accuracy mode by defaultPierre-Luc Beaudoin2009-08-201-1/+1
| * | 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
| * | | Don't check for smileys in urlsPierre-Luc Beaudoin2009-08-191-27/+26
| * | | 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
| * | 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
| * | 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
| * | 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
| * | Updated Spanish translationJorge González2009-08-151-241/+542
| * | [help] Remove comment sectionsMilo Casagrande2009-08-156-84/+23
| * | Updated Spanish translationJorge González2009-08-151-17/+75
| * | [help]Milo Casagrande2009-08-1513-129/+403
| * | 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
| * | Fixed documentation link with for the new Mallard structureMilo Casagrande2009-08-141-1/+1
| |/
| * 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
| * 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 the...Milo Casagrande2009-08-1312-172/+320
| | * 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 top...Milo Casagrande2009-08-134-9/+83
| | * Modified the audio-call page Written some contents for the audio-call page Re...Milo Casagrande2009-08-134-29/+49
| | * 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 video...Milo Casagrande2009-08-133-2/+57
| | * Fixed the note in the IRC nickname password Fixed pkgversion and version of a...Milo Casagrande2009-08-132-3/+3
| | * Reworked the index page to insert new topics Added stub pages for the new top...Milo Casagrande2009-08-1312-20/+95
| | * 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 to...Milo Casagrande2009-08-137-16/+247
| | * Add TODO comment on prob-conn-neterror.page * need to talk about IRC problemMilo Casagrande2009-08-134-2/+176
| | * Reworked the topics, now whould be more consistent and coherent with each oth...Milo Casagrande2009-08-136-98/+116
| | * Removed the SVG files of the status icons Reworked the send a file topic Comp...Milo Casagrande2009-08-138-546/+149
| | * Added a new stub file about description of the status icons Added a seealso l...Milo Casagrande2009-08-1312-38/+586
| | * Added set-custom-message.page: * Added first draf of how to set a custom mess...Jim Campbell2009-08-131-0/+62
| | * Update all the status of the document: * index.page is at incomplete * the ma...Milo Casagrande2009-08-1311-12/+15
| | * Work on add-contact file: * Reworked the procedure in a numbered list * Check...Milo Casagrande2009-08-1314-70/+160
| | * 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
| | * Use a different title style for each topic. The "How can I..." bit at the sta...Phil Bull2009-08-138-11/+13
| | * * Restructure problems-connecting into a guide and shorten names to "prob-con...Phil Bull2009-08-139-117/+207
| | * Updated xmlns links * Updated the xmlns links in all pages to reflect the new...Milo Casagrande2009-08-1310-10/+10
| | * Added "add contact" page. Needs work.Phil Bull2009-08-131-0/+42
| | * * Add a custom-message topic for setting a custom presence message (needs mor...Milo Casagrande2009-08-131-5/+18
| | * 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 s...Phil Bull2009-08-138-12/+29
| | * 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