index
:
~jonny/telepathy
master
omg
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qt4
/
TelepathyQt4
/
dbus-proxy-factory.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-15
DBusProxyFactory: Update docs.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2011-07-15
Properly document the form of the data returned.
Andre Moreira Magalhaes (andrunko)
1
-7
/
+9
2011-04-12
Add/standardize/improve docs.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2011-03-07
Use @copyright and @license tags.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+4
2011-03-01
Add missing NO_EXPORT directives to private structs
Olli Salli
1
-1
/
+1
2010-12-19
DBusProxyFactory: prevent useless cache drops from a race condition
Olli Salli
1
-0
/
+18
2010-11-11
PendingReady: Add a new proxy() method and make object() return the factory w...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2010-11-11
Make pending operations ref the object passed in the constructor.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2010-11-10
Removed WeakPtr.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2010-11-09
DBusProxyFactory: Make it a QObject.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2010-11-09
Factories: Use DBusProxyPtr and remove ugly casts.
Andre Moreira Magalhaes (andrunko)
1
-37
/
+24
2010-11-09
PendingReady: Use DBusProxyPtr.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+5
2010-09-10
Don't even cache already-invalid proxies in DBusProxyFactories
Olli Salli
1
-0
/
+9
2010-09-10
Split the DBusProxyFactory::prepare() hook into initialPrepare() and readyPre...
Olli Salli
1
-22
/
+27
2010-09-10
Doxyment the "no features" case for DBusProxyFactory::featuresFor() better
Olli Salli
1
-0
/
+6
2010-09-10
Remove trailing whitespace from a dbus-proxy-factory.cpp doc comment
Olli Salli
1
-1
/
+1
2010-09-10
Expand DBusProxyFactory documentation
Olli Salli
1
-2
/
+33
2010-09-10
Warn in DBusProxyFactory docs that prepare() is not currently really used
Olli Salli
1
-0
/
+1
2010-09-10
Remove the error-prone created param from DBusProxyFactory::nowHaveProxy
Olli Salli
1
-17
/
+9
2010-09-10
Don't ever double-connect to proxy invalidated in DBusProxyFactory::cache
Olli Salli
1
-4
/
+6
2010-09-10
Add basic docs for DBusProxyFactory
Olli Salli
1
-0
/
+68
2010-09-10
Allow DBusProxyFactory::Cache::put() to override an existing cache item
Olli Salli
1
-2
/
+0
2010-09-10
Don't set the proxy as a parent for the DBusProxyFactory::proxy() PendingReadys
Olli Salli
1
-2
/
+2
2010-09-10
Split FixedFeature/Account/ConnectionFactory into their own source/header files
Olli Salli
1
-112
/
+0
2010-09-10
Assert on the DBusProxyFactory dynamic_casts succeeding as appropriate
Olli Salli
1
-1
/
+8
2010-09-10
Reorder create methods/ctors/dtors in DBusProxyFactory etc to be consistent w...
Olli Salli
1
-30
/
+30
2010-09-10
Reorder FixedFeatureFactory::features() to be before the corresponding add* f...
Olli Salli
1
-5
/
+5
2010-09-10
Removed "get" from DBusProxyFactory (and its subclasses) method names
Olli Salli
1
-5
/
+5
2010-09-10
Add missing blank line after namespace begin in dbus-proxy-factory.cpp
Olli Salli
1
-0
/
+1
2010-09-10
Make PendingReady able to hold a ref to the proxy it's making ready
Olli Salli
1
-11
/
+9
2010-09-10
Refactor DBusProxyFactory a bit to make it more saner for ChannelFactory
Olli Salli
1
-81
/
+90
2010-09-10
Use the SharedPtr upcasting constructor everywhere
Olli Salli
1
-4
/
+15
2010-09-10
Add AccountFactory::coreFactory corresponding to the old default AM behavior
Olli Salli
1
-0
/
+9
2010-09-10
Make {Account,Connection}Factory more proper RefCounteds
Olli Salli
1
-6
/
+16
2010-09-10
Add {Account,Connection}Factory
Olli Salli
1
-0
/
+48
2010-09-10
Add DBusProxyFactory::bus()
Olli Salli
1
-1
/
+6
2010-09-10
Implement DBusProxyFactory::getProxy()
Olli Salli
1
-17
/
+56
2010-09-10
Add the cache to DBusProxyFactory
Olli Salli
1
-4
/
+54
2010-09-10
Add a DBusProxyFactory base-class stub
Olli Salli
1
-0
/
+93