summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag beta135.0.beta13Alberto Mardegan2008-06-232-1/+3
* Rename symbols potentially conflicting with libmcclient: change the prefixAlberto Mardegan2008-06-239-3/+175
* Refactor example app a bit.Alberto Mardegan2008-06-191-15/+56
* Tag beta12.5.0.beta12Alberto Mardegan2008-06-183-221/+8
* Correct pointer casting so that no warning are emitted when GCC 4.2 is used.Alberto Mardegan2008-06-186-5/+11
* Explicitly link to DBus libraries. Fixes: #1988768.5.0.beta11Alberto Mardegan2008-06-182-2/+7
* Fix distribution of gquark-gen.pyAlberto Mardegan2008-06-181-0/+1
* Tag beta11Alberto Mardegan2008-06-172-1/+3
* Update example to make use of new MC APIs.Alberto Mardegan2008-06-172-82/+89
* Remove the "validity-changed" signal, as it didn't bring any benefit over theAlberto Mardegan2008-06-171-21/+0
* Update the account lists when an account is removed.Alberto Mardegan2008-06-171-7/+31
* Implement getting/monitoring of AccountManager properties.Alberto Mardegan2008-06-174-1/+191
* Watch for properties changes in the Avatar interface.Alberto Mardegan2008-06-175-12/+85
* Watch for properties changes in the Account interface, and emit properAlberto Mardegan2008-06-167-5/+304
* Add return value to _mc_iface_call_when_ready(), to know if this was the firstAlberto Mardegan2008-06-162-6/+20
* Make interface properties code more generic so that it can be used forAlberto Mardegan2008-06-139-151/+263
* Make only one DBus call per interface, regardless of the number of callbacks ...Alberto Mardegan2008-06-125-29/+81
* Add Conditions interface.Alberto Mardegan2008-06-126-0/+111
* Move away shared codeAlberto Mardegan2008-06-115-15/+18
* Remove useless g_debug()Alberto Mardegan2008-06-112-2/+0
* Fix some leaksAlberto Mardegan2008-06-113-0/+3
* Add Compat interfaceAlberto Mardegan2008-06-116-0/+149
* Remove unused macroAlberto Mardegan2008-06-111-1/+0
* Add getters for all the Account properties.Alberto Mardegan2008-06-116-18/+399
* Add code to retrieve the basic Account properties.Alberto Mardegan2008-06-113-1/+230
* Tag beta105.0.beta10Alberto Mardegan2008-06-032-1/+3
* Automatic changesAlberto Mardegan2008-06-032-19/+0
* Remove some unused code.Alberto Mardegan2008-06-035-456/+5
* Properly change Nickname on the connection, when it's changed on the Alberto Mardegan2008-06-024-60/+36
* Rewrite mapping of TpErrors to McErrors, fixing a crash.Alberto Mardegan2008-05-302-10/+13
* Use the new tp_XXX_call_when_ready() APIs.Alberto Mardegan2008-05-293-37/+23
* Update example program.Alberto Mardegan2008-05-292-2/+35
* Add McProfile APIs to access profiles.Alberto Mardegan2008-05-294-0/+1128
* Make libmissioncontrol-server not depend on libmissioncontrol-clientAlberto Mardegan2008-05-2819-267/+208
* Fix builddir5.0.beta9Alberto Mardegan2008-05-272-2/+2
* Tag beta9Alberto Mardegan2008-05-272-1/+3
* Add account conversion tool from accounts created with MC < 5.0.Alberto Mardegan2008-05-275-1/+762
* Remove references to accounts when they are deleted.Alberto Mardegan2008-05-272-0/+20
* Register signal marshallers, and avoid using the name ``unique_name''Alberto Mardegan2008-05-275-4/+19
* Move the Avatar property into a separate interface; add it toAlberto Mardegan2008-05-2315-39/+178
* Add call to FindAccounts.Alberto Mardegan2008-05-201-1/+40
* Automatically compute the value of the ``Interfaces'' DBus property.Alberto Mardegan2008-05-205-25/+39
* propAlberto Mardegan2008-05-190-0/+0
* Rewrite generation of code so that interfaces are correctlyAlberto Mardegan2008-05-198-26/+43
* Fix demarshalling of DBus type "ao".Alberto Mardegan2008-05-192-1/+5
* Add support for all known interfaces.Alberto Mardegan2008-05-192-0/+9
* Move the post-initialization code inside the constructor.Alberto Mardegan2008-05-193-9/+23
* Update to current libmcclientAlberto Mardegan2008-05-191-1/+2
* Remove the property retrival/monitoring code: the same functionalityAlberto Mardegan2008-05-192-245/+6
* Add a few APIs for retrieving DBus properties.Alberto Mardegan2008-05-163-3/+268