Updated diagrams.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-09-03 11:58:34 +03:00
parent 882efbccf9
commit 9a5fa4b026
15 changed files with 121 additions and 113 deletions

View file

@ -414,6 +414,8 @@ QString DialogMDataBase::MapDiagrams(const QString &number) const
case 18: // A19
V_FALLTHROUGH
case 19: // A20
V_FALLTHROUGH
case 20: // A21
return QString("Ap2");
default:
break;
@ -576,13 +578,13 @@ QString DialogMDataBase::MapDiagrams(const QString &number) const
case 12: // E13
V_FALLTHROUGH
case 13: // E14
return QString("Ep5");
V_FALLTHROUGH
case 14: // E15
V_FALLTHROUGH
case 15: // E16
V_FALLTHROUGH
return QString("Ep5");
case 16: // E17
return QString("Ep6");
V_FALLTHROUGH
case 17: // E18
V_FALLTHROUGH
case 18: // E19
@ -590,39 +592,45 @@ QString DialogMDataBase::MapDiagrams(const QString &number) const
case 19: // E20
V_FALLTHROUGH
case 20: // E21
return QString("Ep7");
return QString("Ep6");
case 21: // E22
V_FALLTHROUGH
case 22: // E23
V_FALLTHROUGH
case 23: // E24
return QString("Ep8");
case 24: // E25
V_FALLTHROUGH
case 24: // E25
return QString("Ep7");
case 25: // E26
V_FALLTHROUGH
case 26: // E27
return QString("Ep9");
V_FALLTHROUGH
case 27: // E28
V_FALLTHROUGH
case 28: // E29
V_FALLTHROUGH
return QString("Ep8");
case 29: // E30
return QString("Ep10");
V_FALLTHROUGH
case 30: // E31
V_FALLTHROUGH
case 31: // E32
V_FALLTHROUGH
return QString("Ep9");
case 32: // E33
V_FALLTHROUGH
case 33: // E34
return QString("Ep11");
V_FALLTHROUGH
case 34: // E35
return QString("Ep12");
return QString("Ep10");
case 35: // E36
return QString("Ep13");
V_FALLTHROUGH
case 36: // E37
return QString("Ep14");
V_FALLTHROUGH
case 37: // E38
V_FALLTHROUGH
case 38: // E39
return QString("Ep11");
case 39: // E40
return QString("Ep12");
default:
break;
}
@ -712,6 +720,8 @@ QString DialogMDataBase::MapDiagrams(const QString &number) const
return QString("Hp9");
case 11: // H12
return QString("Hp10");
case 12: // H13
return QString("Hp11");
default:
break;
}

View file

@ -26,8 +26,6 @@
<file>diagrams/Ep10.png</file>
<file>diagrams/Ep11.png</file>
<file>diagrams/Ep12.png</file>
<file>diagrams/Ep13.png</file>
<file>diagrams/Ep14.png</file>
<file>diagrams/Fp1.png</file>
<file>diagrams/Fp2.png</file>
<file>diagrams/Fp3.png</file>
@ -49,6 +47,7 @@
<file>diagrams/Hp8.png</file>
<file>diagrams/Hp9.png</file>
<file>diagrams/Hp10.png</file>
<file>diagrams/Hp11.png</file>
<file>diagrams/Ip1.png</file>
<file>diagrams/Ip2.png</file>
<file>diagrams/Ip3.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -263,8 +263,6 @@ DIAGRAMS += \
$${PWD}/share/resources/diagrams/Ep10.png \
$${PWD}/share/resources/diagrams/Ep11.png \
$${PWD}/share/resources/diagrams/Ep12.png \
$${PWD}/share/resources/diagrams/Ep13.png \
$${PWD}/share/resources/diagrams/Ep14.png \
$${PWD}/share/resources/diagrams/Fp1.png \
$${PWD}/share/resources/diagrams/Fp2.png \
$${PWD}/share/resources/diagrams/Fp3.png \
@ -286,6 +284,7 @@ DIAGRAMS += \
$${PWD}/share/resources/diagrams/Hp8.png \
$${PWD}/share/resources/diagrams/Hp9.png \
$${PWD}/share/resources/diagrams/Hp10.png \
$${PWD}/share/resources/diagrams/Hp11.png \
$${PWD}/share/resources/diagrams/Ip1.png \
$${PWD}/share/resources/diagrams/Ip2.png \
$${PWD}/share/resources/diagrams/Ip3.png \