summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/account-set-internal.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-03-01Mark all private slots and methods with NO_EXPORTOlli Salli1-3/+3
2011-03-01Add missing NO_EXPORT directives to private structsOlli Salli1-1/+1
2011-02-11AccountSet::Private::filterValid variable isn't used, remove itOlli Salli1-1/+0
2010-11-16AccountManager/Set: Use Filter instead of List<Filter> now that we have AndFi...Andre Moreira Magalhaes (andrunko)1-4/+3
2010-11-08Use Connection/ContactCapabilities everywhere instead of Connection/ContactCa...Andre Moreira Magalhaes (andrunko)1-4/+2
2010-09-16Make the Filter objects be RefCounteds so we don't have to slice them by valueOlli Salli1-2/+2
2010-09-16AccountSet: Use filter objects to represent filters instead of using QVariant...Andre Moreira Magalhaes (andrunko)1-4/+10
2010-09-16Added Filter class - base class for all filtering classes.Andre Moreira Magalhaes (andrunko)1-1/+2
2010-09-16AccountSet: Use Account::capabilitiesChanged over custom implementation.Andre Moreira Magalhaes (andrunko)1-3/+1
2010-09-16AccountSet: Added support to filter accounts by RCC.Andre Moreira Magalhaes (andrunko)1-2/+10
2010-07-07AccountSet: Added isFilterValid method to indicate whether the filter used is...Andre Moreira Magalhaes (andrunko)1-0/+3
2010-06-28AccountSet: Use new API to check when accounts are created/removed.Andre Moreira Magalhaes (andrunko)1-2/+4
2010-06-28AccountSet: Added class to represent a set of accounts filtered by a given cr...Andre Moreira Magalhaes (andrunko)1-0/+67