summaryrefslogtreecommitdiffstats
path: root/qtools/qlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-27/+45
| | | | | | | | | - 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.
* 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.3-20001203Dimitri van Heesch2000-12-031-1/+0
|
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+140