Revision 1218708
Go back to digest for 6th February 2011Features in Development Tools
Alexander Richardson committed changes in /trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/parsers:
Allow setting the byte order of each element in the XML structure definitions.
An extra attribute is added to all elements named "byteOrder".
The following values are accepted: "inherit" (use value from parent, or if there is no parent the default setting), "fromSettings" (use the value from the settings), "littleEndian", "bigEndian".
The value is compared case-insensitively, so even "BiGENDian" will be accepted.
If no value is set it defaults to "inherit".
Bug 263496: add support for GUID
16 days
File Changes
Modified 3 files
- /trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/parsers
- /abstractstructureparser.cpp
- /abstractstructureparser.h
- /osdparser.cpp
3 files changed in total