]> git.0d.be Git - empathy.git/history - libempathy/empathy-account-manager.c
Merge branch 'sjoerd-mc5' into mc5
[empathy.git] / libempathy / empathy-account-manager.c
2009-08-01 Cosimo CecchiMerge branch 'sjoerd-mc5' into mc5
2009-07-30 Sjoerd SimonsFix some coding style issues
2009-07-30 Sjoerd SimonsAdd a small comment about emp_account_manager_update_gl...
2009-07-30 Sjoerd SimonsChang the API of AccountManager to have the get lookup...
2009-07-29 Cosimo CecchiFix trailing whitespace
2009-07-29 Cosimo CecchiMake account creation non-exclusive
2009-07-29 Cosimo CecchiFix a typo in dispose()
2009-07-29 Cosimo CecchiCancel the creation thread in dispose()
2009-07-29 Cosimo CecchiEmit the ACCOUNT_CREATED signal at the right time
2009-07-29 Cosimo CecchiWhen an account is enabled, always align it to the...
2009-07-29 Cosimo CecchiPlug some leaks
2009-07-29 Cosimo CecchiRespect the global presence when enabling an account
2009-07-28 Sjoerd SimonsMerge commit 'upstream/master' into mc5
2009-07-21 Sjoerd SimonsAdd removed signal on EmpathyAccount
2009-07-21 Sjoerd SimonsMake the account manager listen to AccountValidityChanged
2009-07-21 Marco BarisioneUse the account manager when the service is running...
2009-07-21 Sjoerd SimonsCoding style fixes
2009-07-21 Sjoerd SimonsAdd API to add accounts
2009-07-16 Sjoerd SimonsDefault to OFFLINE instead of UNSET for the global...
2009-07-16 Sjoerd SimonsAdd a concept of ready to the account manager
2009-07-16 Sjoerd SimonsKeep track of ``global'' presence of all accounts
2009-07-16 Sjoerd SimonsRemove dead code
2009-07-16 Guillaume Desmottesempathy-account-manager.c: remove obsolte empathy-accou...
2009-07-14 Gustavo Noronha... Merge branch 'fix-585882'
2009-07-08 Sjoerd SimonsAdd a utility to set the presence on all requested...
2009-07-08 Sjoerd SimonsInitial port of Account and AccountManager to MC5
2009-07-06 Sjoerd SimonsAdd api to create accounts, by cm and proto name
2009-07-02 Gustavo Noronha... Merge branch 'fix-585601'
2009-07-01 Will ThompsonMerge branch 'part-reasons'
2009-07-01 Sjoerd SimonsMerge branch 'empathy-account'
2009-07-01 Sjoerd Simonsfix coding style
2009-07-01 Sjoerd SimonsClarify that we own the keys/values in the accounts...
2009-07-01 Sjoerd SimonsImplement EmpathyAccount
2009-06-28 Xavier ClaessensMerge commit 'elliot/bug-584703-c'
2009-06-26 Elliot Fairweatherdisconnect from invalidated signal before unreferencing...
2009-06-04 Jonny LambMerge branch 'debug'
2009-05-30 Sjoerd SimonsRemove usage of McPresence as much as possible
2009-05-21 Xavier ClaessensMerge commit 'istaz/python-empathy-fix'
2009-05-18 Guillaume Desmottesempathy-account-manager: fix coding style
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Davyd MadeleyMerge branch 'spelling-578399'
2009-04-23 Davyd MadeleyMerge branch 'presets-dialog'
2009-04-22 Xavier ClaessensAdd doc for empathy_account_manager_dup_connections.
2009-04-22 Xavier ClaessensMake explicit in the doc of empathy_account_manager_get...
2009-04-22 Xavier ClaessensAdd asserts in connection_invalidated_cb
2009-04-22 Xavier ClaessensDocument hash tables in EmpathyAccountManagerPriv
2009-04-22 Xavier ClaessensGet the connection for newly created accounts
2009-04-22 Xavier ClaessensKeep a ref to all TpConnection objects. Map account...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_account_manager_init. Do not...
2009-02-11 Olivier CrĂȘteFix type punned pointers warnings
2009-01-30 Frederic PetersAdded a new empathy_account_manager_get_count function...
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-06 Xavier ClaessensUse g_return_[val]_if_fail instead of g_assert in publi...
2009-01-06 Xavier ClaessensUse the right weak pointer location.
2009-01-06 Xavier Claessensdisconnect_monitor_signals function is quite useless.
2009-01-06 Xavier ClaessensDon't initialize the variable at declaration.
2009-01-06 Xavier ClaessensMove code handling the DBus signal in an idle callback.
2009-01-06 Xavier ClaessensUse TpConnectionStatus instead of guint.
2009-01-06 Xavier ClaessensSimplify code when initializing the store.
2009-01-06 Xavier ClaessensInsert a comment claryfing reference ownership.
2009-01-06 Xavier ClaessensDon't forget to unref the account object.
2009-01-06 Xavier ClaessensInitialize the connection numbers when creating the...
2009-01-06 Xavier ClaessensAdd a weak pointer ref inside the costructor.
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensAnother style nitpick.
2009-01-06 Xavier ClaessensYet more style fixes.
2009-01-06 Xavier ClaessensUse _constructor () override to implement singleton.
2009-01-06 Xavier ClaessensAdd newlines at the end of files.
2009-01-06 Xavier ClaessensRemember to set dispose_run after dispose has run.
2009-01-06 Xavier ClaessensDon't leak a reference to McAccount objects and don...
2009-01-06 Xavier ClaessensUnref objects in dispose and not in finalize; fully...
2009-01-06 Xavier ClaessensStyle fixes.
2009-01-06 Xavier ClaessensAlways disconnect signals for safety on _finalize ().
2009-01-06 Xavier ClaessensRemember to check if source_id is already there when...
2009-01-06 Xavier ClaessensAdd an API to EmpathyAccountManager to find out if...
2009-01-06 Xavier ClaessensAdd new API in EmpathyAccountManager to cache the numbe...
2009-01-06 Xavier ClaessensUse a invalid value when initializing.
2009-01-06 Xavier ClaessensUse the right marshallers for signals.
2009-01-06 Xavier ClaessensFix a typo.
2009-01-06 Xavier ClaessensDisconnect from the DBus signal on finalize.
2009-01-06 Xavier ClaessensAdd EmpathyAccountManager.