summaryrefslogtreecommitdiff
path: root/qt4
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Update to telepathy-spec 0.17.16Simon McVittie41-492/+2246
2009-01-06Improved manager-file test case.Andre Moreira Magalhaes (andrunko)2-2/+102
2009-01-06Fixed KeyFile/ManagerFile to proper parse list of strings.Andre Moreira Magalhaes (andrunko)3-66/+157
2009-01-06Moved ManagerFile::variantFromDBusSignature to ManagerFile::variantTypeFromDB...Andre Moreira Magalhaes (andrunko)4-68/+75
2009-01-05Added automated test for manager-file.Andre Moreira Magalhaes (andrunko)4-3/+122
2009-01-05Consider params with secret suffix as secret params.Andre Moreira Magalhaes (andrunko)1-0/+3
2009-01-05Merge branch 'header-cleanup'Simon McVittie17-57/+55
2009-01-05Clean up inclusions into .cpp filesSimon McVittie13-47/+42
2009-01-05connection-manager.h: turn #include of PendingOperation into forward declarationSimon McVittie1-1/+1
2009-01-05connection.h: turn inclusions into forward declarations where possibleSimon McVittie1-3/+4
2009-01-05dbus-proxy.h: remove unnecessary include of <QDBusAbstractInterface>Simon McVittie1-1/+0
2009-01-05Added automated test for key-file.Andre Moreira Magalhaes (andrunko)4-1/+95
2009-01-05Proper parse key/values with spaces.Andre Moreira Magalhaes (andrunko)1-3/+4
2009-01-05Reduce inclusions into channel.h via forward declarationsSimon McVittie3-6/+9
2009-01-05Fixed bug while searching for keys on on key file.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-01-05Fixed bug while setting error when parsing key files.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-01-05Make the global group an empty group instead of a group named "general".Andre Moreira Magalhaes (andrunko)1-6/+5
2009-01-05Avoid circular dependency between Connection and PendingChannel, fixing compi...Simon McVittie4-9/+4
2009-01-05Merge commit 'andrunko/misc'Simon McVittie92-170/+274
2009-01-05Merge commit 'andrunko/rearrangement'Simon McVittie97-158/+795
2009-01-05Removed debug.Andre Moreira Magalhaes (andrunko)1-1/+0
2009-01-05Renamed escapedKey to validateKey and escapedString to unescapeString.Andre Moreira Magalhaes (andrunko)1-7/+7
2009-01-05Added ProtocolParameter private data for future expansion.Andre Moreira Magalhaes (andrunko)1-0/+3
2009-01-05Merge commit 'andrunko/cm'Simon McVittie10-270/+1239
2009-01-05Renamed IN_TELEPATHY_QT4_INTERNALS to IN_TELEPATHY_QT4_HEADER.Andre Moreira Magalhaes (andrunko)91-220/+220
2009-01-05Added undef IN_TELEPATHY_QT4_INTERNALS to all fancy headers.Andre Moreira Magalhaes (andrunko)55-4/+108
2009-01-05Renamed escapedKey to validateKey and escapedString to unescapeString.Andre Moreira Magalhaes (andrunko)1-7/+7
2009-01-05Added ProtocolParameter private data for future expansion.Andre Moreira Magalhaes (andrunko)1-0/+3
2009-01-05Make including fancy headers mandatory.Andre Moreira Magalhaes (andrunko)95-6/+364
2009-01-05Removed debug.Andre Moreira Magalhaes (andrunko)1-1/+0
2009-01-05Added fancy headers for all generated classes.Andre Moreira Magalhaes (andrunko)32-0/+248
2009-01-05Moved debug-internal.hpp to debug-internal.h.Andre Moreira Magalhaes (andrunko)12-11/+10
2009-01-05Moved TelepathyQt4/cli-* to TelepathyQt4/Client/.Andre Moreira Magalhaes (andrunko)48-149/+181
2008-12-23Removed comment.Andre Moreira Magalhaes (andrunko)1-1/+0
2008-12-23Added missing call to continueIntrospection on CM.Andre Moreira Magalhaes (andrunko)1-0/+2
2008-12-22Fixed pinnochio test case.Andre Moreira Magalhaes (andrunko)1-32/+21
2008-12-22Enabled manager file parsing on CM.Andre Moreira Magalhaes (andrunko)1-20/+65
2008-12-22Added ManagerFile class.Andre Moreira Magalhaes (andrunko)4-0/+417
2008-12-22Added KeyFile class.Andre Moreira Magalhaes (andrunko)4-0/+533
2008-12-17Add URL of the KDELibs coding style description to HACKINGOlli Salli1-0/+3
2008-12-17Add a HACKING fileOlli Salli1-0/+34
2008-12-17Gain some robustness against misbehaving CMs and races in the GetStatus/Statu...Olli Salli1-6/+20
2008-12-11Changed ConnectionManager::cmName to name as we are already a CM.Andre Moreira Magalhaes (andrunko)2-5/+5
2008-12-11Changed ProtocolInfo::protocolName to name as we are already a protocol.Andre Moreira Magalhaes (andrunko)2-7/+7
2008-12-11Disable copy on ProtocolInfo and ConnectionManager classes;Andre Moreira Magalhaes (andrunko)1-0/+4
2008-12-11Moved ConnectionManager::Private code outside the class definition.Andre Moreira Magalhaes (andrunko)1-67/+86
2008-12-11Moved cmName from private class on ConnectionManager.Andre Moreira Magalhaes (andrunko)2-13/+7
2008-12-11Changed ConnectionManager class to return a list of protocols.Andre Moreira Magalhaes (andrunko)2-14/+28
2008-12-11Moved cmName and protocolName from ProtocolInfo private class.Andre Moreira Magalhaes (andrunko)2-24/+9
2008-12-11Moved ProtocolInfo parameters handling into a separate class.Andre Moreira Magalhaes (andrunko)2-147/+113