summaryrefslogtreecommitdiff
path: root/TelepathyQt4/profile.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting1-1216/+0
2011-11-22Rename TELEPATHY_QT4_NO_EXPORT to TP_QT_NO_EXPORT.Jeremy Whiting1-4/+4
2011-06-01Properly mention Telepathy and the spec where appropriate.Andre Moreira Magalhaes (andrunko)1-6/+6
2011-04-12Add/standardize/improve docs.Andre Moreira Magalhaes (andrunko)1-2/+4
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-02-18Profile: Also debug if profile created with createForFileName loads successfu...Andre Moreira Magalhaes (andrunko)1-2/+4
2011-02-18Profile: Improve debug messages.Andre Moreira Magalhaes (andrunko)1-32/+54
2011-02-14Profile: Deprecated Presence::message in favour of newly added Presence::canH...Andre Moreira Magalhaes (andrunko)1-2/+16
2010-11-08ProtocolInfo: Make it implicit shared and use ProtocolInfo everywhere instead...Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-08ProtocolParameter: Make it implicit shared and use ProtocolParameter everywhe...Andre Moreira Magalhaes (andrunko)1-5/+5
2010-11-08Profile: Removed deprecated methods.Andre Moreira Magalhaes (andrunko)1-17/+0
2010-11-01Profile: Renamed unsupportedClassSpecs to unsupportedChannelClassSpecs and fi...Andre Moreira Magalhaes (andrunko)1-10/+8
2010-11-01Profile: Use RequestableChannelClassSpec.Andre Moreira Magalhaes (andrunko)1-5/+24
2010-09-30Profile: Make "service" icon and provider attributes optional.Andre Moreira Magalhaes (andrunko)1-3/+5
2010-09-29Moved ManagerFile/KeyFile specific functions to the classes itself.Andre Moreira Magalhaes (andrunko)1-5/+6
2010-09-29Profile: Changed parsing to support new format as agreed in fd.o#24897 commen...Andre Moreira Magalhaes (andrunko)1-33/+26
2010-09-28Profile: Don't fail if type != IM when using createForFileName.Andre Moreira Magalhaes (andrunko)1-4/+11
2010-09-28Profile: Ignore elements with type != IM.Andre Moreira Magalhaes (andrunko)1-1/+10
2010-09-28Profile: Added docs.Andre Moreira Magalhaes (andrunko)1-0/+211
2010-09-28Profile: Don't fail parsing for unknown elements, just warn about them.Andre Moreira Magalhaes (andrunko)1-8/+6
2010-09-28Profile: Renamed allowOthersPresences to allowOtherPresences.Andre Moreira Magalhaes (andrunko)1-9/+8
2010-09-28Profile: Added isFake method to indicate whether this is a fake profile.Andre Moreira Magalhaes (andrunko)1-1/+10
2010-09-28Profile: Added new constructor used to create fake profiles.Andre Moreira Magalhaes (andrunko)1-0/+58
2010-09-28Profile: Renamed create(serviceName) to createForServiceName and added create...Andre Moreira Magalhaes (andrunko)1-48/+60
2010-09-28ProfileManager: Added class to manage Profile objects (create objects for eac...Andre Moreira Magalhaes (andrunko)1-19/+63
2010-09-28Profile: Added hasPresence method.Andre Moreira Magalhaes (andrunko)1-0/+10
2010-09-28Profile: Added hasParameter method.Andre Moreira Magalhaes (andrunko)1-0/+10
2010-09-28Profile: Added presence method to get a presence by id.Andre Moreira Magalhaes (andrunko)1-0/+10
2010-09-28Profile: Added parameter method to get a parameter by name.Andre Moreira Magalhaes (andrunko)1-0/+10
2010-09-28Profile: Make it a SharedPtr object.Andre Moreira Magalhaes (andrunko)1-0/+13
2010-09-28Profile: Implemented parsing.Andre Moreira Magalhaes (andrunko)1-10/+687
2010-09-28Profile: Added skeleton class used to read .profile files.Andre Moreira Magalhaes (andrunko)1-0/+102