summaryrefslogtreecommitdiffstats
path: root/src/gui/RDFS.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-7/+7
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-3/+1
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-8/+8
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-2/+2
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard1-4/+11
2015-04-05Allow editing generic properties.David Robillard1-0/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-01Support adding datatype properties.David Robillard1-7/+29
2015-03-28Unify value widgets in properties dialog.David Robillard1-9/+43
2015-03-28Improve properties window.David Robillard1-2/+21
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2013-01-11Use range-based for loops where possible.David Robillard1-4/+4
2013-01-08Add support for URID ports.David Robillard1-0/+177