Age | Commit message (Expand) | Author | Files | Lines |
2008-06-27 | Rename GTypes that were conflicting with libmcclient. | Alberto Mardegan | 1 | -0/+5 |
2008-06-23 | Rename symbols potentially conflicting with libmcclient: change the prefix | Alberto Mardegan | 8 | -3/+169 |
2008-05-23 | Move the Avatar property into a separate interface; add it to | Alberto Mardegan | 4 | -5/+26 |
2008-04-15 | Fix a bug with display name clearing in the previous release. | Alberto Mardegan | 1 | -6/+4 |
2008-04-15 | If the display name is set to an empty string, consider it NULL. | Alberto Mardegan | 1 | -2/+8 |
2008-04-11 | Have the McAccountMonitor emit the Enabled and Disabled signals as | Alberto Mardegan | 1 | -1/+12 |
2008-04-11 | Forgive the caller. | Alberto Mardegan | 1 | -2/+0 |
2008-04-10 | Don't require any parameters on account creation. | Alberto Mardegan | 1 | -2/+2 |
2008-04-10 | Fix the mc-account tool so that accounts can be created. | Alberto Mardegan | 1 | -2/+6 |
2008-04-10 | Mark the end of output arguments of the DBus call. | Alberto Mardegan | 1 | -1/+2 |
2008-04-08 | Return if getting accounts fails. | Alberto Mardegan | 1 | -0/+1 |
2008-04-08 | Remove excessive debug | Alberto Mardegan | 2 | -8/+0 |
2008-04-08 | Implement libmissioncontrol's McAccount and McAccountMonitor using the new DB... | Alberto Mardegan | 11 | -1139/+1164 |
2008-03-10 | Fix version info | Alberto Mardegan | 1 | -1/+1 |
2008-03-10 | * libmissioncontrol/Makefile.am: | Alberto Mardegan | 1 | -1/+1 |
2008-03-07 | * src/Makefile.am, src/mcd-account-manager.h, src/mcd-account.h: | Alberto Mardegan | 1 | -0/+3 |
2008-03-06 | Complete migration to tp-glib. | Alberto Mardegan | 2 | -9/+152 |
2008-02-28 | Patch from Xavier Claessens <zdra@users.sourceforge.net>: | Alberto Mardegan | 1 | -1/+2 |
2008-02-28 | Remove every dependency on libtelepathy | Alberto Mardegan | 3 | -64/+31 |
2008-02-28 | Migrate from libtelepathy to telepathy-glib. | Alberto Mardegan | 2 | -0/+26 |
2008-02-18 | * libmissioncontrol.pc.in: require newer libtelepathy, telepathy-glib | Simon McVittie | 7 | -12/+379 |
2008-02-08 | Tag 4.594.59 | Alberto Mardegan | 1 | -1/+1 |
2008-02-06 | Invoke the callback from an idle function, so that the clients can get | Alberto Mardegan | 2 | -1/+59 |
2008-01-31 | Tag 4.584.58 | Alberto Mardegan | 1 | -1/+1 |
2008-01-31 | Introduce videp-p2p capability. | Alberto Mardegan | 2 | -0/+54 |
2008-01-24 | Tag 4.574.57 | Alberto Mardegan | 1 | -1/+1 |
2008-01-22 | If a GConf key is deleted, report its value as NULL. | Alberto Mardegan | 1 | -8/+9 |
2008-01-14 | Tag 4.534.53 | Alberto Mardegan | 1 | -1/+1 |
2008-01-14 | Register the PresenceChanged and ActualPresenceChanged signals. | Alberto Mardegan | 2 | -0/+20 |
2007-12-18 | Tag 4.524.52 | Alberto Mardegan | 1 | -1/+1 |
2007-12-18 | Use a timestamp as avatar ID, instead of a random number (which is not | Alberto Mardegan | 1 | -2/+2 |
2007-12-17 | Don't leak avatar data on mc_account_set_avatar(). | Alberto Mardegan | 1 | -1/+4 |
2007-12-11 | Tag 4.514.51 | Alberto Mardegan | 1 | -1/+1 |
2007-12-11 | Do not use deprecated libtp symbols. Fixes: #1831105. | Alberto Mardegan | 2 | -6/+8 |
2007-11-06 | Fix an error in a for cycle enumerating accounts and a GCC warning. | Alberto Mardegan | 1 | -2/+2 |
2007-10-17 | Tag 4.484.48 | Alberto Mardegan | 1 | -1/+1 |
2007-10-17 | Add mc_profile_get_avatar_mime_type() for getting the preferred avatar | Alberto Mardegan | 2 | -0/+26 |
2007-10-08 | When an account changes, update internal data before emitting the | Alberto Mardegan | 1 | -7/+7 |
2007-10-04 | Remove unused variable | Alberto Mardegan | 1 | -2/+0 |
2007-10-04 | Fix a crash: strcmp could be called with NULL parameters. | Alberto Mardegan | 1 | -1/+9 |
2007-10-04 | Unref the GConf client. | Alberto Mardegan | 1 | -0/+1 |
2007-09-28 | Fix so versions | Alberto Mardegan | 1 | -1/+1 |
2007-09-28 | 2007-09-28 Alberto Mardegan <alberto.mardegan@nokia.com> | Alberto Mardegan | 1 | -4/+4 |
2007-09-24 | Immediately update display/normalized name, without waiting for GConf | Alberto Mardegan | 1 | -5/+17 |
2007-09-20 | Fix library version information. | Alberto Mardegan | 1 | -1/+1 |
2007-09-20 | Set the account enabled flag to FALSE, before emitting the | Alberto Mardegan | 1 | -0/+1 |
2007-09-17 | Add signal marshallers list file to EXTRA_DIST. | Alberto Mardegan | 1 | -1/+4 |
2007-09-14 | Cache normalized and display name, instead of always retrieving them | Alberto Mardegan | 3 | -38/+71 |
2007-09-14 | Move account enabledness related code to McAccount, avoiding some | Alberto Mardegan | 3 | -24/+23 |
2007-09-14 | Cache the profile name, since it's not going to change. | Alberto Mardegan | 1 | -10/+11 |