summaryrefslogtreecommitdiffstats
path: root/qtools/qtextcodec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-2/+2
| | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-7/+7
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Fixed a number of compiler warnings reported by newer clang compilerDimitri van Heesch2013-09-181-1/+1
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-4/+4
|
* Release-1.7.0Dimitri van Heesch2010-06-151-18/+18
|
* Release-1.3-rc3-20030330Dimitri van Heesch2003-03-301-1/+1
|
* Release-1.2.6-20010422Dimitri van Heesch2001-04-221-1/+1
|
* Release-1.2.6-20010401Dimitri van Heesch2001-04-011-1/+1
|
* Release-1.2.4-20010107Dimitri van Heesch2001-01-071-38/+55
|
* Release-1.2.3-20001203Dimitri van Heesch2000-12-031-69/+104
|
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+2019