aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | 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
| * | | | | | 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
| | | | | | |
| * | | | | | 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
| | | | | | |
| * | | | | | Even more cleanup + update headerCosimo Cecchi2009-07-301-10/+13
| | | | | | |
| * | | | | | Adapt to the current telepathy styleCosimo Cecchi2009-07-301-1172/+1146
| | | | | | |
| * | | | | | Use the right property name when getting the connection status.Cosimo Cecchi2009-07-301-1/+1
| | | | | | |
| * | | | | | Fix a typo in dispose()Cosimo Cecchi2009-07-301-3/+5
| | | | | | |
| * | | | | | Cancel the creation thread in dispose()Cosimo Cecchi2009-07-301-0/+11
| | | | | | |
| * | | | | | Emit the ACCOUNT_CREATED signal at the right timeCosimo Cecchi2009-07-301-36/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I.e. emit it only after the account has been added to the relevant EmpathyAccountSettings object.
| * | | | | | Use the new API when getting the account iter.Cosimo Cecchi2009-07-301-5/+8
| | | | | | |
| * | | | | | Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-302-0/+17
| | | | | | |
| * | | | | | Make sure the account dialog respects the initial selectionCosimo Cecchi2009-07-301-30/+34
| | | | | | |
| * | | | | | Implement _set_display_nameCosimo Cecchi2009-07-303-2/+110
| | | | | | |
| * | | | | | When an account is enabled, always align it to the global presence.Cosimo Cecchi2009-07-301-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, this was only done for newly created accounts, and not every time any account was enabled.
| * | | | | | Make remove workCosimo Cecchi2009-07-301-1/+1
| | | | | | |
| * | | | | | Plug some leaksCosimo Cecchi2009-07-301-0/+6
| | | | | | |
| * | | | | | Respect the global presence when enabling an accountCosimo Cecchi2009-07-301-3/+36
| | | | | | |
| * | | | | | Unref the dialog when destroyingCosimo Cecchi2009-07-301-0/+10
| | | | | | |
| * | | | | | Chain up dispose and remove useless finalizeCosimo Cecchi2009-07-301-7/+2
| | | | | | |
| * | | | | | Move some code off disposeCosimo Cecchi2009-07-301-18/+31
| | | | | | |
| * | | | | | GObject-ify and clean-up the code; still WIPCosimo Cecchi2009-07-302-185/+387
| | | | | | |
| * | | | | | Add an API to get the num of CMsCosimo Cecchi2009-07-302-0/+14
| | | | | | |
| * | | | | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-303-48/+43
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser.
| * | | | | Ensure EmpathyConnectionManagers stays alive when still emitting signalsSjoerd Simons2009-07-231-0/+2
| | | | | |
| * | | | | Allow stop to be called if there isn't a backing channelSjoerd Simons2009-07-221-0/+4
| | | | | |
| * | | | | Don't try to update the widgets if no account was selectedSjoerd Simons2009-07-221-0/+4
| | | | | |
| * | | | | Get the connection status, not the presence status stringSjoerd Simons2009-07-221-1/+1
| | | | | |
| * | | | | If the requested property is missing, assume we didn't request itSjoerd Simons2009-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MC5 tries to handle channels only signalled by the old NewChannel signal, but the Requested property isn't set in that case. Assume that we didn't request it in that case
| * | | | | Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-222-171/+181
| | | | | |
| * | | | | Add apply button for salut accountsSjoerd Simons2009-07-221-0/+1
| | | | | |
| * | | | | Correctly implement empathy_account_is_validSjoerd Simons2009-07-221-3/+2
| | | | | |
| * | | | | Hook up removing accounts in the accounts dialogSjoerd Simons2009-07-221-0/+8
| | | | | |
| * | | | | Add api to remove accountsSjoerd Simons2009-07-222-0/+53
| | | | | |
| * | | | | Add removed signal on EmpathyAccountSjoerd Simons2009-07-222-0/+64
| | | | | |
| * | | | | Make the account manager listen to AccountValidityChangedSjoerd Simons2009-07-221-2/+33
| | | | | |
| * | | | | Use the account manager when the service is running, not when we receive ↵Marco Barisione2009-07-221-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | NameOwnerChanged
| * | | | | Disable tests that try to use MC4 related codeSjoerd Simons2009-07-223-0/+10
| | | | | |
| * | | | | Coding style fixesSjoerd Simons2009-07-228-15/+15
| | | | | |
| * | | | | Unescape _ and _2d in the protocol from mission-controlSjoerd Simons2009-07-221-1/+38
| | | | | |
| * | | | | Port creating of of a salut account to then new apisSjoerd Simons2009-07-221-44/+90
| | | | | |
| * | | | | Port to using EmpathyAccountSettingsSjoerd Simons2009-07-227-268/+475
| | | | | |
| * | | | | Make empathy_account_set_enable call out over d-busSjoerd Simons2009-07-221-4/+26
| | | | | |
| * | | | | Add API to Update an accounts parametersSjoerd Simons2009-07-222-0/+59
| | | | | |
| * | | | | Remove the API to change the account parameters one by oneSjoerd Simons2009-07-222-74/+10
| | | | | |
| * | | | | Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-223-0/+1122
| | | | | |
| * | | | | Correct usage of privSjoerd Simons2009-07-221-5/+4
| | | | | |
| * | | | | Put (Haze) behind all protocols coming from hazeSjoerd Simons2009-07-221-2/+2
| | | | | |
| * | | | | Add API to add accountsSjoerd Simons2009-07-222-23/+106
| | | | | |
| * | | | | reformat macros a bitSjoerd Simons2009-07-211-6/+11
| | | | | |
| * | | | | Add singleton to cache TpConnectionManagersSjoerd Simons2009-07-203-0/+373
| | | | | |
| * | | | | remove dead codeSjoerd Simons2009-07-191-58/+0
| | | | | |
| * | | | | Escape unique names by replacing / by %Sjoerd Simons2009-07-161-8/+15
| | | | | |
| * | | | | Ignore a log when the account it isn't foundSjoerd Simons2009-07-161-1/+7
| | | | | |
| * | | | | Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons2009-07-161-2/+4
| | | | | |
| * | | | | Default to OFFLINE instead of UNSET for the global presenceSjoerd Simons2009-07-161-1/+1
| | | | | |
| * | | | | Escape the unique account nameSjoerd Simons2009-07-161-3/+6
| | | | | |
| * | | | | Move the responsibility of popping up the empathy accounts dialog out of the ↵Sjoerd Simons2009-07-162-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | status icon
| * | | | | Add a concept of ready to the account managerSjoerd Simons2009-07-162-2/+74
| | | | | |
| * | | | | Check the right variable for setting the ready propertySjoerd Simons2009-07-161-1/+1
| | | | | |
| * | | | | Remove last references to mission-control 4Sjoerd Simons2009-07-1620-116/+18
| | | | | |
| * | | | | Remove profiles, they're not used anymoreSjoerd Simons2009-07-1618-224/+0
| | | | | |
| * | | | | Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-162-2/+15
| | | | | |
| * | | | | Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
| | | | | |
| * | | | | Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
| | | | | |
| * | | | | Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-164-216/+163
| | | | | |
| * | | | | Remove dead codeSjoerd Simons2009-07-162-119/+2
| | | | | |
| * | | | | Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
| | | | | |
| * | | | | empathy-account-manager.c: remove obsolte empathy-account-priv.h includeGuillaume Desmottes2009-07-161-1/+0
| | | | | |
| * | | | | Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-102-116/+176
| | | | | |
| * | | | | Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
| | | | | |
| * | | | | Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-082-1/+34
| | | | | |
| * | | | | Add api to set the requested presenceSjoerd Simons2009-07-082-0/+47
| | | | | |
| * | | | | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-088-172/+457
| | | | | |
| * | | | | Add an GType of aoSjoerd Simons2009-07-082-0/+13
| | | | | |
| * | | | | Remove useless mission-control includesSjoerd Simons2009-07-0618-32/+1
| | | | | |
| * | | | | Update python bindingsSjoerd Simons2009-07-064-70/+31
| | | | | |
| * | | | | Transform profile chooser into a protocol chooserSjoerd Simons2009-07-069-442/+455
| | | | | |
| * | | | | Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
| | | | | |
| * | | | | use newly deprecated APISjoerd Simons2009-07-061-1/+3
| | | | | |
| * | | | | Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-063-3/+50
| | | | | |
| * | | | | Remove usage of McProfilesSjoerd Simons2009-07-054-128/+117
| | | | | |
| * | | | | Get the icon name from the account object directlySjoerd Simons2009-07-057-14/+15
| | | | | |
| * | | | | Add missing newlineSjoerd Simons2009-07-051-1/+1
| | | | | |
| * | | | | Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-052-11/+51
| | | | | |
* | | | | | Update marker's label every secondPierre-Luc Beaudoin2009-08-241-30/+66
| | | | | | | | | | | | | | | | | | | | | | | | This is necessary for the time indication to stay accurate
* | | | | | Updated breton translationDenis Arnaud2009-08-241-20/+8
| | | | | |
* | | | | | Updated breton translationDenis Arnaud2009-08-241-13/+17
| | | | | |
* | | | | | Updated Bulgarian translationAlexander Shopov2009-08-241-16/+14
| | | | | |
* | | | | | [help] Used figure for the image in the introductionMilo Casagrande2009-08-241-2/+4
| | | | | |
* | | | | | Updated Bulgarian translationAlexander Shopov2009-08-231-769/+1220
| | | | | |
* | | | | | [help] Fixed some indentationMilo Casagrande2009-08-221-3/+3
| | | | | |
* | | | | | [help] Added the new topic to Makefile.amMilo Casagrande2009-08-221-0/+1
| | | | | |
* | | | | | [help] Added one more step to the import-account topicMilo Casagrande2009-08-221-0/+7
| | | | | |
* | | | | | [help] Added a seealso link to import-accountMilo Casagrande2009-08-221-0/+1
| | | | | |
* | | | | | [help] Updated the import-account topicMilo Casagrande2009-08-221-32/+34
| | | | | |
* | | | | | [help] Added the import-account topicPeter Haslam2009-08-221-0/+78
| | | | | |
* | | | | | Updated Spanish translationJorge González2009-08-221-78/+90
| | | | | |
* | | | | | Properly register video source gstreamer element tooOlivier Crête2009-08-221-1/+9
| |_|_|/ / |/| | | |
* | | | | 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.