summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/key-file.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Add \todos about removing KeyFile and possibly ManagerFile from our public APIOlli Salli1-0/+4
2011-04-12Add/standardize/improve docs.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2010-11-04KeyFile: Declare Qt metatype.Andre Moreira Magalhaes (andrunko)1-5/+26
2010-09-29Moved ManagerFile/KeyFile specific functions to the classes itself.Andre Moreira Magalhaes (andrunko)1-0/+83
2010-09-28KeyFile: Remove methods now exported in utils.h.Andre Moreira Magalhaes (andrunko)1-91/+4
2010-07-01KeyFile: Fixed code comment.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-07-01KeyFile: Proper parse string lists even if ; is not the last char.Andre Moreira Magalhaes (andrunko)1-0/+3
2010-07-01KeyFile: Accept space as key names, so we can parse RequestableChannelClasses...Andre Moreira Magalhaes (andrunko)1-1/+2
2010-03-30key-file: Improve documentation (bugfixes+additions)Andre Moreira Magalhaes (andrunko)1-3/+3
2010-03-17Added support to QT_NO_CAST_FROM_ASCII.Andre Moreira Magalhaes (andrunko)1-21/+21
2009-10-06Explicitly remove private methods/structs from shared library ABI.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-06-18KeyFile: Updated copyright.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-06-18KeyFile: Changed Q_FOREACH to foreach.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-04-13Renamed Telepathy namespace to Tp.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-04-13Renamed high-level classes namespace from Telepathy::Client to Telepathy.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-01-29Weed out includes in KeyFileOlli Salli1-2/+4
2009-01-19Changed KeyFile key validation to also accept ".", "_" and "@" as valid chara...Andre Moreira Magalhaes (andrunko)1-1/+6
2009-01-08Updated KeyFile documentation.Andre Moreira Magalhaes (andrunko)1-9/+9
2009-01-08key-file.cpp: include the public headerSimon McVittie1-2/+1
2009-01-06Fixed KeyFile/ManagerFile to proper parse list of strings.Andre Moreira Magalhaes (andrunko)1-22/+117
2009-01-05Proper parse key/values with spaces.Andre Moreira Magalhaes (andrunko)1-3/+4
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-05Renamed IN_TELEPATHY_QT4_INTERNALS to IN_TELEPATHY_QT4_HEADER.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-01-05Renamed escapedKey to validateKey and escapedString to unescapeString.Andre Moreira Magalhaes (andrunko)1-7/+7
2009-01-05Make including fancy headers mandatory.Andre Moreira Magalhaes (andrunko)1-0/+1
2009-01-05Moved debug-internal.hpp to debug-internal.h.Andre Moreira Magalhaes (andrunko)1-1/+1
2008-12-22Added KeyFile class.Andre Moreira Magalhaes (andrunko)1-0/+453