Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-accounts-common: no need to include unique | Guillaume Desmottes | 2010-10-18 | 1 | -1/+0 |
| | |||||
* | stop importing MC4 accounts | Guillaume Desmottes | 2010-06-24 | 1 | -13/+0 |
| | |||||
* | Only create the EmpathyAccountsDialog if required | Danielle Madeley | 2010-06-03 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616 | ||||
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 1 | -1/+1 |
| | | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 | ||||
* | add empathy_accounts_has_accounts | Guillaume Desmottes | 2010-03-05 | 1 | -0/+13 |
| | |||||
* | Improve debugging and don't use g_debug | Sjoerd Simons | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Simplify empathy_accounts_import | Sjoerd Simons | 2010-03-02 | 1 | -19/+6 |
| | |||||
* | Make the empathy-account code be slightly more streamlined | Sjoerd Simons | 2010-03-02 | 1 | -55/+1 |
| | | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed. | ||||
* | empathy-accounts: Check to see if there are no accounts thus show the assistant | Danielle Madeley | 2010-02-26 | 1 | -0/+4 |
| | | | | Fixes: #611131 | ||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -0/+216 |
preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). |