Revision 75df4af...

Go back to digest for 17th March 2013

Bug Fixes in Utilities

Alexander Richardson committed changes in [okteta] /controllers:

structures: allow custom string representations of values + unit test

Also install a script that allows creating UUID/GUID structures with
such a custom to string function. It can be used by writing this:

var x = importScript('uuid.js')
var myUUID = x.UUID()
var myGUID = x.GUID()

File Changes

Added 2 files
  • /controllers/test
  •   kasten/customtostringtest.cpp
  •   kasten/resources/okteta/structures/uuid.js
Modified 15 files
  • /controllers
  •   kasten/CMakeLists.txt
  •   kasten/test/testutils.h
  •   kasten/view/structures/datatypes/additionaldata.h
  •   kasten/view/structures/datatypes/datainformation.cpp
  •   kasten/view/structures/datatypes/datainformation.h
  •   kasten/view/structures/parsers/datainformationfactory.cpp
  •   kasten/view/structures/parsers/datainformationfactory.h
  •   kasten/view/structures/parsers/osdparser.cpp
  •   kasten/view/structures/parsers/parserutils.h
  •   kasten/view/structures/parsers/scriptvalueconverter_p.cpp
  •   kasten/view/structures/script/scripthandler.cpp
  •   kasten/view/structures/script/scripthandler.h
  •   kasten/view/structures/script/scripthandlerinfo.h
  •   kasten/view/structures/script/classes/defaultscriptclass.cpp
  •   kasten/view/structures/script/classes/defaultscriptclass.h
17 files changed in total