Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Add a utility function to may protocols to their icons | Sjoerd Simons | 2009-07-29 | 4 | -3/+10 | |
| | | | | | | ||||||
| | * | | | | Update gitignore | Xavier Claessens | 2009-07-28 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Add missing includes in empathy-share-my-desktop.c | Xavier Claessens | 2009-07-28 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 2009-07-28 | 76 | -8109/+12906 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c | |||||
| * | | | | | | Use proper display names in the chooser | Cosimo Cecchi | 2009-07-31 | 1 | -6/+40 | |
| | | | | | | | ||||||
| * | | | | | | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 3 | -6/+14 | |
| | | | | | | | ||||||
| * | | | | | | Don't try to lookup NULL connections | Cosimo Cecchi | 2009-07-31 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 3 | -18/+18 | |
| | | | | | | | ||||||
| * | | | | | | Update POTFILES.in | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Don't try to unref the GtkBuilder object in _dispose | Cosimo Cecchi | 2009-07-30 | 1 | -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 EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 | |
| | | | | | | | ||||||
| * | | | | | | Set the sensitivity to the forget button | Cosimo Cecchi | 2009-07-30 | 1 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Ignore default value for required params | Cosimo Cecchi | 2009-07-30 | 1 | -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-exclusive | Cosimo Cecchi | 2009-07-30 | 1 | -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 Cecchi | 2009-07-30 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call it empathy_account_settings_has_account() instead | |||||
| * | | | | | | Implement dispose and finalize | Cosimo Cecchi | 2009-07-30 | 1 | -31/+75 | |
| | | | | | | | ||||||
| * | | | | | | Set apply button sensitivity on creation | Cosimo Cecchi | 2009-07-30 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Remove debug output | Cosimo Cecchi | 2009-07-30 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Add a cosmetic comment to separate public and non-public methods. | Cosimo Cecchi | 2009-07-30 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Use telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -632/+657 | |
| | | | | | | | ||||||
| * | | | | | | Update copyright and author | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 10 | -391/+513 | |
| | | | | | | | ||||||
| * | | | | | | Add empathy_account_settings_is_valid () | Cosimo Cecchi | 2009-07-30 | 2 | -0/+61 | |
| | | | | | | | ||||||
| * | | | | | | Fix a typo. | Cosimo Cecchi | 2009-07-30 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Even more cleanup + update header | Cosimo Cecchi | 2009-07-30 | 1 | -10/+13 | |
| | | | | | | | ||||||
| * | | | | | | Adapt to the current telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -1172/+1146 | |
| | | | | | | | ||||||
| * | | | | | | Use the right property name when getting the connection status. | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix a typo in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -3/+5 | |
| | | | | | | | ||||||
| * | | | | | | Cancel the creation thread in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 | |
| | | | | | | | ||||||
| * | | | | | | Emit the ACCOUNT_CREATED signal at the right time | Cosimo Cecchi | 2009-07-30 | 1 | -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 Cecchi | 2009-07-30 | 1 | -5/+8 | |
| | | | | | | | ||||||
| * | | | | | | Add empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 2 | -0/+17 | |
| | | | | | | | ||||||
| * | | | | | | Make sure the account dialog respects the initial selection | Cosimo Cecchi | 2009-07-30 | 1 | -30/+34 | |
| | | | | | | | ||||||
| * | | | | | | Implement _set_display_name | Cosimo Cecchi | 2009-07-30 | 3 | -2/+110 | |
| | | | | | | | ||||||
| * | | | | | | When an account is enabled, always align it to the global presence. | Cosimo Cecchi | 2009-07-30 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, this was only done for newly created accounts, and not every time any account was enabled. | |||||
| * | | | | | | Make remove work | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Plug some leaks | Cosimo Cecchi | 2009-07-30 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | Respect the global presence when enabling an account | Cosimo Cecchi | 2009-07-30 | 1 | -3/+36 | |
| | | | | | | | ||||||
| * | | | | | | Unref the dialog when destroying | Cosimo Cecchi | 2009-07-30 | 1 | -0/+10 | |
| | | | | | | | ||||||
| * | | | | | | Chain up dispose and remove useless finalize | Cosimo Cecchi | 2009-07-30 | 1 | -7/+2 | |
| | | | | | | | ||||||
| * | | | | | | Move some code off dispose | Cosimo Cecchi | 2009-07-30 | 1 | -18/+31 | |
| | | | | | | | ||||||
| * | | | | | | GObject-ify and clean-up the code; still WIP | Cosimo Cecchi | 2009-07-30 | 2 | -185/+387 | |
| | | | | | | | ||||||
| * | | | | | | Add an API to get the num of CMs | Cosimo Cecchi | 2009-07-30 | 2 | -0/+14 | |
| | | | | | | | ||||||
| * | | | | | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 3 | -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 signals | Sjoerd Simons | 2009-07-23 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Allow stop to be called if there isn't a backing channel | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Don't try to update the widgets if no account was selected | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Get the connection status, not the presence status string | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | If the requested property is missing, assume we didn't request it | Sjoerd Simons | 2009-07-22 | 1 | -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 dialog | Sjoerd Simons | 2009-07-22 | 2 | -171/+181 | |
| | | | | | | ||||||
| * | | | | | Add apply button for salut accounts | Sjoerd Simons | 2009-07-22 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Correctly implement empathy_account_is_valid | Sjoerd Simons | 2009-07-22 | 1 | -3/+2 | |
| | | | | | | ||||||
| * | | | | | Hook up removing accounts in the accounts dialog | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | Add api to remove accounts | Sjoerd Simons | 2009-07-22 | 2 | -0/+53 | |
| | | | | | | ||||||
| * | | | | | Add removed signal on EmpathyAccount | Sjoerd Simons | 2009-07-22 | 2 | -0/+64 | |
| | | | | | | ||||||
| * | | | | | Make the account manager listen to AccountValidityChanged | Sjoerd Simons | 2009-07-22 | 1 | -2/+33 | |
| | | | | | | ||||||
| * | | | | | Use the account manager when the service is running, not when we receive ↵ | Marco Barisione | 2009-07-22 | 1 | -15/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | NameOwnerChanged | |||||
| * | | | | | Disable tests that try to use MC4 related code | Sjoerd Simons | 2009-07-22 | 3 | -0/+10 | |
| | | | | | | ||||||
| * | | | | | Coding style fixes | Sjoerd Simons | 2009-07-22 | 8 | -15/+15 | |
| | | | | | | ||||||
| * | | | | | Unescape _ and _2d in the protocol from mission-control | Sjoerd Simons | 2009-07-22 | 1 | -1/+38 | |
| | | | | | | ||||||
| * | | | | | Port creating of of a salut account to then new apis | Sjoerd Simons | 2009-07-22 | 1 | -44/+90 | |
| | | | | | | ||||||
| * | | | | | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 7 | -268/+475 | |
| | | | | | | ||||||
| * | | | | | Make empathy_account_set_enable call out over d-bus | Sjoerd Simons | 2009-07-22 | 1 | -4/+26 | |
| | | | | | | ||||||
| * | | | | | Add API to Update an accounts parameters | Sjoerd Simons | 2009-07-22 | 2 | -0/+59 | |
| | | | | | | ||||||
| * | | | | | Remove the API to change the account parameters one by one | Sjoerd Simons | 2009-07-22 | 2 | -74/+10 | |
| | | | | | | ||||||
| * | | | | | Add an abstraction to buffer up changes to an account | Sjoerd Simons | 2009-07-22 | 3 | -0/+1122 | |
| | | | | | | ||||||
| * | | | | | Correct usage of priv | Sjoerd Simons | 2009-07-22 | 1 | -5/+4 | |
| | | | | | | ||||||
| * | | | | | Put (Haze) behind all protocols coming from haze | Sjoerd Simons | 2009-07-22 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Add API to add accounts | Sjoerd Simons | 2009-07-22 | 2 | -23/+106 | |
| | | | | | | ||||||
| * | | | | | reformat macros a bit | Sjoerd Simons | 2009-07-21 | 1 | -6/+11 | |
| | | | | | | ||||||
| * | | | | | Add singleton to cache TpConnectionManagers | Sjoerd Simons | 2009-07-20 | 3 | -0/+373 | |
| | | | | | | ||||||
| * | | | | | remove dead code | Sjoerd Simons | 2009-07-19 | 1 | -58/+0 | |
| | | | | | | ||||||
| * | | | | | Escape unique names by replacing / by % | Sjoerd Simons | 2009-07-16 | 1 | -8/+15 | |
| | | | | | | ||||||
| * | | | | | Ignore a log when the account it isn't found | Sjoerd Simons | 2009-07-16 | 1 | -1/+7 | |
| | | | | | | ||||||
| * | | | | | Put the logs in XDG_DATA_HOME instead of ~/.gnome2 | Sjoerd Simons | 2009-07-16 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Default to OFFLINE instead of UNSET for the global presence | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Escape the unique account name | Sjoerd Simons | 2009-07-16 | 1 | -3/+6 | |
| | | | | | | ||||||
| * | | | | | Move the responsibility of popping up the empathy accounts dialog out of the ↵ | Sjoerd Simons | 2009-07-16 | 2 | -20/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | status icon | |||||
| * | | | | | Add a concept of ready to the account manager | Sjoerd Simons | 2009-07-16 | 2 | -2/+74 | |
| | | | | | | ||||||
| * | | | | | Check the right variable for setting the ready property | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 20 | -116/+18 | |
| | | | | | | ||||||
| * | | | | | Remove profiles, they're not used anymore | Sjoerd Simons | 2009-07-16 | 18 | -224/+0 | |
| | | | | | | ||||||
| * | | | | | Temporarily disable account importing as it still depends on profiles | Sjoerd Simons | 2009-07-16 | 2 | -2/+15 | |
| | | | | | | ||||||
| * | | | | | Use default status identifiers when setting the presence | Sjoerd Simons | 2009-07-16 | 1 | -4/+20 | |
| | | | | | | ||||||
| * | | | | | Get the presence from the AccountManager instead of MC4 | Sjoerd Simons | 2009-07-16 | 1 | -52/+7 | |
| | | | | | | ||||||
| * | | | | | Keep track of ``global'' presence of all accounts | Sjoerd Simons | 2009-07-16 | 4 | -216/+163 | |
| | | | | | | ||||||
| * | | | | | Remove dead code | Sjoerd Simons | 2009-07-16 | 2 | -119/+2 | |
| | | | | | | ||||||
| * | | | | | Implement HandledChannels D-Bus property | Sjoerd Simons | 2009-07-16 | 1 | -0/+30 | |
| | | | | | | ||||||
| * | | | | | empathy-account-manager.c: remove obsolte empathy-account-priv.h include | Guillaume Desmottes | 2009-07-16 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Implement a first minimal version of a Client.Handler | Sjoerd Simons | 2009-07-10 | 2 | -116/+176 | |
| | | | | | | ||||||
| * | | | | | Use the account manager to set the presence | Sjoerd Simons | 2009-07-08 | 1 | -24/+11 | |
| | | | | | | ||||||
| * | | | | | Add a utility to set the presence on all requested accounts | Sjoerd Simons | 2009-07-08 | 2 | -1/+34 | |
| | | | | | | ||||||
| * | | | | | Add api to set the requested presence | Sjoerd Simons | 2009-07-08 | 2 | -0/+47 | |
| | | | | | | ||||||
| * | | | | | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 8 | -172/+457 | |
| | | | | | | ||||||
| * | | | | | Add an GType of ao | Sjoerd Simons | 2009-07-08 | 2 | -0/+13 | |
| | | | | | | ||||||
| * | | | | | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 18 | -32/+1 | |
| | | | | | | ||||||
| * | | | | | Update python bindings | Sjoerd Simons | 2009-07-06 | 4 | -70/+31 | |
| | | | | | | ||||||
| * | | | | | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 9 | -442/+455 | |
| | | | | | | ||||||
| * | | | | | Rework creating a salut account so it doesn't need profiles | Sjoerd Simons | 2009-07-06 | 1 | -43/+85 | |
| | | | | | | ||||||
| * | | | | | use newly deprecated API | Sjoerd Simons | 2009-07-06 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 3 | -3/+50 | |
| | | | | | | ||||||
| * | | | | | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 4 | -128/+117 | |
| | | | | | | ||||||
| * | | | | | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 7 | -14/+15 | |
| | | | | | | ||||||
| * | | | | | Add missing newline | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Add API to get the protocol and cm name from a account | Sjoerd Simons | 2009-07-05 | 2 | -11/+51 | |
| | | | | | | ||||||
* | | | | | | Update marker's label every second | Pierre-Luc Beaudoin | 2009-08-24 | 1 | -30/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is necessary for the time indication to stay accurate | |||||
* | | | | | | Updated breton translation | Denis Arnaud | 2009-08-24 | 1 | -20/+8 | |
| | | | | | | ||||||
* | | | | | | Updated breton translation | Denis Arnaud | 2009-08-24 | 1 | -13/+17 | |
| | | | | | | ||||||
* | | | | | | Updated Bulgarian translation | Alexander Shopov | 2009-08-24 | 1 | -16/+14 | |
| | | | | | | ||||||
* | | | | | | [help] Used figure for the image in the introduction | Milo Casagrande | 2009-08-24 | 1 | -2/+4 | |
| | | | | | | ||||||
* | | | | | | Updated Bulgarian translation | Alexander Shopov | 2009-08-23 | 1 | -769/+1220 | |
| | | | | | | ||||||
* | | | | | | [help] Fixed some indentation | Milo Casagrande | 2009-08-22 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | [help] Added the new topic to Makefile.am | Milo Casagrande | 2009-08-22 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [help] Added one more step to the import-account topic | Milo Casagrande | 2009-08-22 | 1 | -0/+7 | |
| | | | | | | ||||||
* | | | | | | [help] Added a seealso link to import-account | Milo Casagrande | 2009-08-22 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [help] Updated the import-account topic | Milo Casagrande | 2009-08-22 | 1 | -32/+34 | |
| | | | | | | ||||||
* | | | | | | [help] Added the import-account topic | Peter Haslam | 2009-08-22 | 1 | -0/+78 | |
| | | | | | | ||||||
* | | | | | | Updated Spanish translation | Jorge González | 2009-08-22 | 1 | -78/+90 | |
| | | | | | | ||||||
* | | | | | | Properly register video source gstreamer element too | Olivier Crête | 2009-08-22 | 1 | -1/+9 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Revert "Don't use deprecated g_mapped_file_free()" | Xavier Claessens | 2009-08-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 5a89234873d5c709ee852e2b43220f9c8c0a2033. | |||||
* | | | | | Updating Estonian translation | Ivar Smolin | 2009-08-21 | 1 | -25/+26 | |
| | | | | | ||||||
* | | | | | Don't use deprecated g_mapped_file_free() | Kjartan Maraas | 2009-08-21 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-21 | 1 | -206/+196 | |
| | | | | | ||||||
* | | | | | [help] Reworked the send-file topic | Milo Casagrande | 2009-08-21 | 1 | -18/+18 | |
| | | | | | ||||||
* | | | | | [help] Added topic about favorite rooms | Milo Casagrande | 2009-08-21 | 3 | -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 page | Milo Casagrande | 2009-08-21 | 11 | -14/+17 | |
| |_|_|/ |/| | | | | | | | | | | | Converted some notes into tips | |||||
* | | | | Updated Swedish translation | Daniel Nylander | 2009-08-21 | 1 | -83/+86 | |
| | | | | ||||||
* | | | | [help] Modified the description of a topic, removed useless spaces | Milo Casagrande | 2009-08-21 | 1 | -13/+13 | |
| | | | | ||||||
* | | | | empathy-contact-list-view.h: include empathy-enum-types.h | Guillaume Desmottes | 2009-08-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Python bindings need to use EMPATHY_TYPE_CONTACT_LIST_FLAGS which is defined in empathy-enum-types.h. | |||||
* | | | | upgrade Python bindings | Guillaume Desmottes | 2009-08-20 | 2 | -59/+92 | |
| | | | | ||||||
* | | | | [help] Moved license from US version to unported one | Milo Casagrande | 2009-08-20 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge branch 'connman' | Jonny Lamb | 2009-08-20 | 12 | -153/+630 | |
|\ \ \ \ | ||||||
| * | | | | configure: code clean up when choosing the connectivity | Jonny Lamb | 2009-08-20 | 1 | -17/+12 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: assume status is offline if GetState fails | Jonny Lamb | 2009-08-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: add ConnMan support | Jonny Lamb | 2009-08-20 | 1 | -2/+120 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | configure: enable connectivity building with nm, connman, auto or none | Jonny Lamb | 2009-08-20 | 2 | -15/+47 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: small style fix | Jonny Lamb | 2009-08-20 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | all: save the signal id and use that to disconnect from the signal | Jonny Lamb | 2009-08-20 | 3 | -11/+19 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: only send the new state in the state-change signal | Jonny Lamb | 2009-08-19 | 3 | -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 life | Jonny Lamb | 2009-08-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-idle: no need to listen to use-conn | Jonny Lamb | 2009-08-19 | 1 | -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_run | Jonny Lamb | 2009-08-19 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: be sure to get the initial presence on init | Jonny Lamb | 2009-08-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: init priv->connected to TRUE if we're not using NM | Jonny Lamb | 2009-08-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: remove useless assignment | Jonny Lamb | 2009-08-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: stop using the name "manager" when I mean "connectivity" | Jonny Lamb | 2009-08-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: disconnect from NM state change signal on finalize | Jonny Lamb | 2009-08-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: only unref the NM client if we're using NM | Jonny Lamb | 2009-08-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: handle changes in use_conn correctly | Jonny Lamb | 2009-08-19 | 1 | -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 connection | Jonny Lamb | 2009-08-19 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-idle: disconnect from connectivity signals before unreffing | Jonny Lamb | 2009-08-19 | 1 | -16/+21 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy: create a new EmpathyConnectivity object on startup | Jonny Lamb | 2009-08-19 | 1 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-idle: use EmpathyConnectivity instead of messing with NM itself | Jonny Lamb | 2009-08-19 | 2 | -126/+49 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: add signals, properties and hook in NM | Jonny Lamb | 2009-08-19 | 2 | -12/+186 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-conf: rename use_nm to use_conn | Jonny Lamb | 2009-08-18 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-debug: add connectivity debug key | Jonny Lamb | 2009-08-18 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
| * | | | | empathy-connectivity: add initial stubs | Jonny Lamb | 2009-08-18 | 3 | -0/+196 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
* | | | | | Updated Galician Translation | Antón Méixome | 2009-08-20 | 1 | -30/+24 | |
| | | | | | ||||||
* | | | | | empathy-chat: reformat 2 strings to allow translaters to reverse the order ↵ | Guillaume Desmottes | 2009-08-20 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | of the args if needed (#587803) | |||||
* | | | | | stock button labels should not be translatable | Christian Kirbach | 2009-08-20 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | [help] Wrote the previous conversations and the geolocation topics | Milo Casagrande | 2009-08-20 | 9 | -10/+366 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added al the new pages to Makefile * Fixed a typo in irc-manage | |||||
* | | | | | Turn reduced accuracy mode by default | Pierre-Luc Beaudoin | 2009-08-20 | 1 | -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 Desmottes | 2009-08-19 | 1 | -4/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Always add to publish list | Louis-Francis Ratté-Boulianne | 2009-08-19 | 1 | -4/+7 | |
| | | | | | | ||||||
* | | | | | | Updated Galician Translation | Antón Méixome | 2009-08-19 | 1 | -79/+92 | |
| | | | | | | ||||||
* | | | | | | Updated German translation | Michael Kanis | 2009-08-19 | 1 | -817/+1406 | |
| | | | | | | ||||||
* | | | | | | [help] Wrote most of the previous conversations topic, needs more work | Milo Casagrande | 2009-08-19 | 1 | -0/+103 | |
| | | | | | | ||||||
* | | | | | | Animate show in and out of markers | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Don't create a marker for contacts with empty location | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Use empathy_make_absolute_url to fix URLs that have no scheme | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -1/+6 | |
| | | | | | | ||||||
* | | | | | | Make empathy_make_absolute_url visible | Pierre-Luc Beaudoin | 2009-08-19 | 2 | -9/+14 | |
| | | | | | | ||||||
* | | | | | | Dim at 75% markers for location data older than a week | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -3/+11 | |
| | | | | | | ||||||
* | | | | | | Added Ukrainian translation | Maxim V. Dziumanenko | 2009-08-19 | 1 | -747/+1834 | |
| | | | | | | ||||||
* | | | | | | Don't assume that 'subscribe' exists. | Will Thompson | 2009-08-19 | 1 | -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 urls | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -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 Desmottes | 2009-08-19 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | [help] Fixed validity errors in audio-video and salut-protocol | Shaun McCance | 2009-08-18 | 2 | -29/+29 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Updated breton translation | Denis Arnaud | 2009-08-18 | 1 | -0/+0 | |
| | | | | | ||||||
* | | | | | Updated breton translation | Denis Arnaud | 2009-08-18 | 1 | -121/+136 | |
| | | | | | ||||||
* | | | | | [help] Reworked two topics, added a new one | Milo Casagrande | 2009-08-18 | 3 | -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.6 | Pierre-Luc Beaudoin | 2009-08-18 | 3 | -7/+8 | |
| | | | | | ||||||
* | | | | | Update Czech translation | Andre Klapper | 2009-08-17 | 1 | -746/+1412 | |
| | | | | | ||||||
* | | | | | [help] Wrote the group conversations topic | Milo Casagrande | 2009-08-17 | 2 | -4/+74 | |
| | | | | | | | | | | | | | | | | | | | | Removed one image from the Makefile, image removed yesterday | |||||
* | | | | | Use tp-glib Location stable API (#585843) | Guillaume Desmottes | 2009-08-17 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | remove Location from extensions | Guillaume Desmottes | 2009-08-17 | 3 | -332/+0 | |
| | | | | | ||||||
* | | | | | bump tp-glib dep to 0.7.34: we need for stable Location API | Guillaume Desmottes | 2009-08-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | sync Debug interface with undrafted version in spec (#585844) | Guillaume Desmottes | 2009-08-17 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | Updated Finnish translation | Tommi Vainikainen | 2009-08-17 | 1 | -765/+1355 | |
| | | | | | ||||||
* | | | | | [help] Removed unused picture (extended-away) | Milo Casagrande | 2009-08-17 | 1 | -0/+0 | |
| | | | | | ||||||
* | | | | | [help] Added new topic: small introduction | Milo Casagrande | 2009-08-17 | 3 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Updated the pictures of the main window Added the new file to help Makefile | |||||
* | | | | | Updating Estonian translation | Ivar Smolin | 2009-08-16 | 1 | -30/+22 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -2323/+792 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -59/+55 | |
| | | | | | ||||||
* | | | | | Updated Arabic translation | Khaled Hosny | 2009-08-15 | 1 | -105/+101 | |
| | | | | | ||||||
* | | | | | [help] Fixed last revision sections | Milo Casagrande | 2009-08-15 | 13 | -27/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed some revision sections * Added credit and copyright where missing | |||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -241/+542 | |
| | | | | | ||||||
* | | | | | [help] Remove comment sections | Milo Casagrande | 2009-08-15 | 6 | -84/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed comment sections as they show up in the po * Fixed some revision sections | |||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -17/+75 | |
| | | | | | ||||||
* | | | | | [help] | Milo Casagrande | 2009-08-15 | 13 | -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 translation | Jorge González | 2009-08-15 | 1 | -1/+29 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -92/+58 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -7/+38 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -100/+136 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-15 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Updated Spanish translation | Jorge González | 2009-08-14 | 1 | -5/+19 | |
| | | | | | ||||||
* | | | | | Added entry for Telugu [te] in LINGUAS file | krishnababu k | 2009-08-14 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Updated telugu translation | krishnababu k | 2009-08-14 | 1 | -0/+2813 | |
| | | | | | ||||||
* | | | | | Only call SetChatState if the Channel supports it | Will Thompson | 2009-08-14 | 1 | -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 structure | Milo Casagrande | 2009-08-14 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | * Colses bug 591602 | |||||
* | | | | Updated Spanish translation | Jorge González | 2009-08-14 | 1 | -1023/+2311 | |
| | | | | ||||||
* | | | | Updated Turkish translation. | Baris Cicek | 2009-08-14 | 2 | -806/+1706 | |
| | | | | ||||||
* | | | | empathy-preferences: use tp_strdiff instead of strcmp | Guillaume Desmottes | 2009-08-13 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | This should prevent the crash #591612 | |||||
* | | | | Updated Swedish translation | Daniel Nylander | 2009-08-13 | 1 | -78/+78 | |
| | | | | ||||||
* | | | | Updating Estonian translation | Mattias Põldaru | 2009-08-13 | 1 | -328/+297 | |
| | | | | ||||||
* | | | | Add streamingprefs_DATA to EXTRA_DIST (GNOME bug 591582) | Frédéric Péters | 2009-08-13 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'mallard-to-merge' | Frédéric Péters | 2009-08-13 | 38 | -1474/+2033 | |
|\ \ \ \ | ||||||
| * | | | | [help] remove trailing whitespaces | Frédéric Péters | 2009-08-13 | 24 | -112/+112 | |
| | | | | | ||||||
| * | | | | [help] let git ignore translated Mallard pages | Frédéric Péters | 2009-08-13 | 1 | -0/+11 | |
| | | | | | ||||||
| * | | | | [help] set required attributes on revision element | Frédéric Péters | 2009-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [help] embed answer to comment in another <comment> element | Frédéric Péters | 2009-08-13 | 1 | -5/+7 | |
| | | | | | ||||||
| * | | | | [help] fixed attribute name (versione -> version) | Frédéric Péters | 2009-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [help] remove invalid type attribute on <link> element | Frédéric Péters | 2009-08-13 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | [help] add missing <tbody> to <table> containing <thead> | Frédéric Péters | 2009-08-13 | 2 | -0/+4 | |
| | | | | | ||||||
| * | | | | [help] move <comment> below <title>, to validate against current schema | Frédéric Péters | 2009-08-13 | 6 | -13/+13 | |
| | | | | | ||||||
| * | | | | [help] update <comment>/<cite> tag contents to match current Mallard spec | Frédéric Péters | 2009-08-13 | 7 | -9/+9 | |
| | | | | | ||||||
| * | | | | [help] remove duplicated revision entry | Frédéric Péters | 2009-08-13 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | * wrote share-desktop * rewrote set-custom-status * some rewrote here and ↵ | Milo Casagrande | 2009-08-13 | 12 | -172/+320 | |
| | | | | | | | | | | | | | | | | | | | | there, mostly small fixes | |||||
| * | | | | use DOC_INCLUDES for included files, not DOC_ENTITIES | Frédéric Péters | 2009-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | update build system for the new Mallard help | Frédéric Péters | 2009-08-13 | 1 | -2/+40 | |
| | | | | | ||||||
| * | | | | remove invalid <license/> tag, and update legal.xml to cc by-sa | Frédéric Péters | 2009-08-13 | 24 | -123/+11 | |
| | | | | | ||||||
| * | | | | remove obsolete help file | Frédéric Péters | 2009-08-13 | 1 | -1395/+0 | |
| | | | | | ||||||
| * | | | | Added stub topic for password protected IRC channels Wrote the audio call ↵ | Milo Casagrande | 2009-08-13 | 4 | -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 Casagrande | 2009-08-13 | 4 | -29/+49 | |
| | | | | | | | | | | | | | | | | | | | | Reworked a little bit some seealso links | |||||
| * | | | | Added seealso links to audio and video call pages | Milo Casagrande | 2009-08-13 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | Added two new figures: * The icon for audio conversation * The icon for ↵ | Milo Casagrande | 2009-08-13 | 3 | -2/+57 | |
| | | | | | | | | | | | | | | | | | | | | video conversation Wrote the audio-video page | |||||
| * | | | | Fixed the note in the IRC nickname password Fixed pkgversion and version of ↵ | Milo Casagrande | 2009-08-13 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | a document | |||||
| * | | | | Reworked the index page to insert new topics Added stub pages for the new ↵ | Milo Casagrande | 2009-08-13 | 12 | -20/+95 | |
| | | | | | | | | | | | | | | | | | | | | topics Fixed the xref of various topics to move them in the new index page | |||||
| * | | | | Modified terminology | Milo Casagrande | 2009-08-13 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Small typos and corrections | Milo Casagrande | 2009-08-13 | 5 | -6/+7 | |
| | | | | | ||||||
| * | | | | * New topic: prob-conn-name for handling the "Name in use" IRC error * New ↵ | Milo Casagrande | 2009-08-13 | 7 | -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 problem | Milo Casagrande | 2009-08-13 | 4 | -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 Casagrande | 2009-08-13 | 6 | -98/+116 | |
| | | | | | | | | | | | | | | | | | | | | other Added a couple of seealso links | |||||
| * | | | | Removed the SVG files of the status icons Reworked the send a file topic ↵ | Milo Casagrande | 2009-08-13 | 8 | -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 Casagrande | 2009-08-13 | 12 | -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 Campbell | 2009-08-13 | 1 | -0/+62 | |
| | | | | | | | | | | | | | | | | | | | | message for your status | |||||
| * | | | | Update all the status of the document: * index.page is at incomplete * the ↵ | Milo Casagrande | 2009-08-13 | 11 | -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 Casagrande | 2009-08-13 | 14 | -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 typos | Paul Cutler | 2009-08-13 | 4 | -8/+8 | |
| | | | | | ||||||
| * | | | | New file salut-protocol.page: * Wrote small description of what the protocol ↵ | Milo Casagrande | 2009-08-13 | 2 | -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 Bull | 2009-08-13 | 8 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | start of each title was reducing readability. |