Tag version 0.6.1-alpha
This commit is contained in:
@@ -29,8 +29,7 @@ The following X/26 enhancement triplets are not rendered by the editor, although
|
|||||||
- Invocation of Objects from POP and GPOP pages.
|
- Invocation of Objects from POP and GPOP pages.
|
||||||
- DRCS characters.
|
- DRCS characters.
|
||||||
- Modified G0 and G2 character set designation using X/26 triplets with mode 01000.
|
- Modified G0 and G2 character set designation using X/26 triplets with mode 01000.
|
||||||
- Full screen and full row colours set by Active Objects.
|
- Proportional font spacing on Level 3.5
|
||||||
- Level 3.5 font style: bold, italic and proportional spacing.
|
|
||||||
|
|
||||||
## Using the X/26 triplet editor
|
## Using the X/26 triplet editor
|
||||||
The X/26 triplet editor sorts all the triplet modes available into categories, which are:
|
The X/26 triplet editor sorts all the triplet modes available into categories, which are:
|
||||||
|
|||||||
2
main.cpp
2
main.cpp
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
|
|||||||
QApplication::setApplicationDisplayName(QApplication::applicationName());
|
QApplication::setApplicationDisplayName(QApplication::applicationName());
|
||||||
QApplication::setOrganizationName("gkmac.co.uk");
|
QApplication::setOrganizationName("gkmac.co.uk");
|
||||||
QApplication::setOrganizationDomain("gkmac.co.uk");
|
QApplication::setOrganizationDomain("gkmac.co.uk");
|
||||||
QApplication::setApplicationVersion("0.6-alpha");
|
QApplication::setApplicationVersion("0.6.1-alpha");
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription(QApplication::applicationName());
|
parser.setApplicationDescription(QApplication::applicationName());
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
|
|||||||
Reference in New Issue
Block a user