summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/dbus-proxy-factory.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-15DBusProxyFactory: Update docs.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-07-15Properly document the form of the data returned.Andre Moreira Magalhaes (andrunko)1-7/+9
2011-04-12Add/standardize/improve docs.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-03-01Add missing NO_EXPORT directives to private structsOlli Salli1-1/+1
2010-12-19DBusProxyFactory: prevent useless cache drops from a race conditionOlli Salli1-0/+18
2010-11-11PendingReady: Add a new proxy() method and make object() return the factory w...Andre Moreira Magalhaes (andrunko)1-1/+2
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-10Removed WeakPtr.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-09DBusProxyFactory: Make it a QObject.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-09Factories: Use DBusProxyPtr and remove ugly casts.Andre Moreira Magalhaes (andrunko)1-37/+24
2010-11-09PendingReady: Use DBusProxyPtr.Andre Moreira Magalhaes (andrunko)1-1/+5
2010-09-10Don't even cache already-invalid proxies in DBusProxyFactoriesOlli Salli1-0/+9
2010-09-10Split the DBusProxyFactory::prepare() hook into initialPrepare() and readyPre...Olli Salli1-22/+27
2010-09-10Doxyment the "no features" case for DBusProxyFactory::featuresFor() betterOlli Salli1-0/+6
2010-09-10Remove trailing whitespace from a dbus-proxy-factory.cpp doc commentOlli Salli1-1/+1
2010-09-10Expand DBusProxyFactory documentationOlli Salli1-2/+33
2010-09-10Warn in DBusProxyFactory docs that prepare() is not currently really usedOlli Salli1-0/+1
2010-09-10Remove the error-prone created param from DBusProxyFactory::nowHaveProxyOlli Salli1-17/+9
2010-09-10Don't ever double-connect to proxy invalidated in DBusProxyFactory::cacheOlli Salli1-4/+6
2010-09-10Add basic docs for DBusProxyFactoryOlli Salli1-0/+68
2010-09-10Allow DBusProxyFactory::Cache::put() to override an existing cache itemOlli Salli1-2/+0
2010-09-10Don't set the proxy as a parent for the DBusProxyFactory::proxy() PendingReadysOlli Salli1-2/+2
2010-09-10Split FixedFeature/Account/ConnectionFactory into their own source/header filesOlli Salli1-112/+0
2010-09-10Assert on the DBusProxyFactory dynamic_casts succeeding as appropriateOlli Salli1-1/+8
2010-09-10Reorder create methods/ctors/dtors in DBusProxyFactory etc to be consistent w...Olli Salli1-30/+30
2010-09-10Reorder FixedFeatureFactory::features() to be before the corresponding add* f...Olli Salli1-5/+5
2010-09-10Removed "get" from DBusProxyFactory (and its subclasses) method namesOlli Salli1-5/+5
2010-09-10Add missing blank line after namespace begin in dbus-proxy-factory.cppOlli Salli1-0/+1
2010-09-10Make PendingReady able to hold a ref to the proxy it's making readyOlli Salli1-11/+9
2010-09-10Refactor DBusProxyFactory a bit to make it more saner for ChannelFactoryOlli Salli1-81/+90
2010-09-10Use the SharedPtr upcasting constructor everywhereOlli Salli1-4/+15
2010-09-10Add AccountFactory::coreFactory corresponding to the old default AM behaviorOlli Salli1-0/+9
2010-09-10Make {Account,Connection}Factory more proper RefCountedsOlli Salli1-6/+16
2010-09-10Add {Account,Connection}FactoryOlli Salli1-0/+48
2010-09-10Add DBusProxyFactory::bus()Olli Salli1-1/+6
2010-09-10Implement DBusProxyFactory::getProxy()Olli Salli1-17/+56
2010-09-10Add the cache to DBusProxyFactoryOlli Salli1-4/+54
2010-09-10Add a DBusProxyFactory base-class stubOlli Salli1-0/+93