Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger | |
Make dive.h a bit slimmer. It's only a drop in the bucket - but at least when modifying tag functions not the *whole* application is rebuilt anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2018-04-09 | Change taglist_get_tagstring to support 'unlimited' tag list size | Jeremie Guichard | |
Previous taglist_get_tagstring signature/implementation did not allow handling of cases where inputted buffer could not contain all tags. New implementation allocates buffer based on pre-computed size allowing to insert all tags in the returned string. Added get_taglist_string in qthelper to handle conversion to QString Added TestTagList with tests for taglist_get_tagstring Signed-off-by: Jeremie Guichard <djebrest@gmail.com> |