Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-10-10 | Add \todos about removing KeyFile and possibly ManagerFile from our public API | Olli Salli | 1 | -0/+4 |
2011-04-12 | Add/standardize/improve docs. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+1 |
2011-03-07 | Use @copyright and @license tags. | Andre Moreira Magalhaes (andrunko) | 1 | -3/+4 |
2010-11-04 | KeyFile: Declare Qt metatype. | Andre Moreira Magalhaes (andrunko) | 1 | -5/+26 |
2010-09-29 | Moved ManagerFile/KeyFile specific functions to the classes itself. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+83 |
2010-09-28 | KeyFile: Remove methods now exported in utils.h. | Andre Moreira Magalhaes (andrunko) | 1 | -91/+4 |
2010-07-01 | KeyFile: Fixed code comment. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2010-07-01 | KeyFile: Proper parse string lists even if ; is not the last char. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+3 |
2010-07-01 | KeyFile: Accept space as key names, so we can parse RequestableChannelClasses... | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 |
2010-03-30 | key-file: Improve documentation (bugfixes+additions) | Andre Moreira Magalhaes (andrunko) | 1 | -3/+3 |
2010-03-17 | Added support to QT_NO_CAST_FROM_ASCII. | Andre Moreira Magalhaes (andrunko) | 1 | -21/+21 |
2009-10-06 | Explicitly remove private methods/structs from shared library ABI. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2009-06-18 | KeyFile: Updated copyright. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+2 |
2009-06-18 | KeyFile: Changed Q_FOREACH to foreach. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2009-04-13 | Renamed Telepathy namespace to Tp. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+2 |
2009-04-13 | Renamed high-level classes namespace from Telepathy::Client to Telepathy. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2009-01-29 | Weed out includes in KeyFile | Olli Salli | 1 | -2/+4 |
2009-01-19 | Changed KeyFile key validation to also accept ".", "_" and "@" as valid chara... | Andre Moreira Magalhaes (andrunko) | 1 | -1/+6 |
2009-01-08 | Updated KeyFile documentation. | Andre Moreira Magalhaes (andrunko) | 1 | -9/+9 |
2009-01-08 | key-file.cpp: include the public header | Simon McVittie | 1 | -2/+1 |
2009-01-06 | Fixed KeyFile/ManagerFile to proper parse list of strings. | Andre Moreira Magalhaes (andrunko) | 1 | -22/+117 |
2009-01-05 | Proper parse key/values with spaces. | Andre Moreira Magalhaes (andrunko) | 1 | -3/+4 |
2009-01-05 | Fixed bug while searching for keys on on key file. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2009-01-05 | Fixed bug while setting error when parsing key files. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+2 |
2009-01-05 | Make the global group an empty group instead of a group named "general". | Andre Moreira Magalhaes (andrunko) | 1 | -6/+5 |
2009-01-05 | Renamed IN_TELEPATHY_QT4_INTERNALS to IN_TELEPATHY_QT4_HEADER. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2009-01-05 | Renamed escapedKey to validateKey and escapedString to unescapeString. | Andre Moreira Magalhaes (andrunko) | 1 | -7/+7 |
2009-01-05 | Make including fancy headers mandatory. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+1 |
2009-01-05 | Moved debug-internal.hpp to debug-internal.h. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2008-12-22 | Added KeyFile class. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+453 |