aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/dictionary.cpp (follow)
AgeCommit message (Collapse)Author
2022-03-31Added real exceptions based on QException.Mike Buland
These may not be stl compatible, which would be sad. They seem to work in practice, though.
2013-02-11Updated the copyright to 2013. Also, started the Gats::RpcHandler.Mike Buland
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-04-06The Qt API now supports cloning.Mike Buland
2012-03-31Gats for QT is here. It's a pretty basic conversion right now, it doesn'tMike Buland
support debugging formatting (Bu::sio), it doesn't support gats-text string parsing, and the exceptions need to be fixed to be real exceptions. The basic functions have been renamed to match the Qt API and we use QT types for everything (QHash, QList, QByteArray). It needs more testing, but it's a great start.