From f7230219521e7157837dde37f86ba0de62f5a773 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 8 Apr 2016 13:19:50 +0300 Subject: [PATCH] Updated measurement templates with all measurements. Added new template Aldrich/Women measurements. --HG-- branch : release --- ChangeLog.txt | 1 + .../tables/templates/t_Aldrich_Women.vit | 48 +++++++++++++++++++ .../templates/template_all_measurements.vit | 10 ++-- src/app/tables.pri | 4 +- 4 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 src/app/share/tables/templates/t_Aldrich_Women.vit diff --git a/ChangeLog.txt b/ChangeLog.txt index 2bf64be20..26d9798e1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,5 @@ # Version 0.4.4 +- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements. - Updated description measurements N06 and N07. Add new measurements A23 and J10. - Fixed GUI issue. After full parse some widgets was incorrectly reseted. - [#464] Crash. Issue with modeling node objects. diff --git a/src/app/share/tables/templates/t_Aldrich_Women.vit b/src/app/share/tables/templates/t_Aldrich_Women.vit new file mode 100644 index 000000000..44d676add --- /dev/null +++ b/src/app/share/tables/templates/t_Aldrich_Women.vit @@ -0,0 +1,48 @@ + + + + 0.3.3 + true + + cm + 998 + + + + 1800-01-01 + unknown + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/share/tables/templates/template_all_measurements.vit b/src/app/share/tables/templates/template_all_measurements.vit index 15f4fd5a1..d432f9c82 100644 --- a/src/app/share/tables/templates/template_all_measurements.vit +++ b/src/app/share/tables/templates/template_all_measurements.vit @@ -2,10 +2,10 @@ 0.3.3 - false + true cm - 41 + 998 @@ -36,6 +36,7 @@ + @@ -170,6 +171,7 @@ + @@ -224,8 +226,8 @@ - - + + diff --git a/src/app/tables.pri b/src/app/tables.pri index 972cc3db8..ecd75af47 100644 --- a/src/app/tables.pri +++ b/src/app/tables.pri @@ -2,6 +2,8 @@ INSTALL_STANDARD_MEASHUREMENTS += $$PWD/share/tables/standard/GOST_man_ru.vst # Keep path to all template files we have right now -INSTALL_STANDARD_TEMPLATES += $$PWD/share/tables/templates/template_all_measurements.vit +INSTALL_STANDARD_TEMPLATES += \ + $$PWD/share/tables/templates/template_all_measurements.vit \ + $$PWD/share/tables/templates/t_Aldrich_Women.vit copyToDestdir($$INSTALL_STANDARD_MEASHUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/standard))