Compare commits

...

6 Commits

Author SHA1 Message Date
Laurent Trinques
c7891bc4c2 Update changelog 2023-01-03 13:21:24 +01:00
Laurent Trinques
cbbe4a6cae Change displayed version 2023-01-03 12:58:43 +01:00
Laurent Trinques
46077144d3 Refresh splash image to 0.9 version 2023-01-03 12:56:05 +01:00
Laurent Trinques
49cfd6b753 Add array of unicode HEX codes from a string in Ukranian: "Імпортовані
елементи", thanks Yaroslav
2023-01-03 01:25:58 +01:00
joshua
c5b4e033c4 Remove terminal strip menu entry. 2023-01-02 19:57:02 +01:00
Laurent Trinques
9afef79629 Update Copyright date 2023-01-01 17:05:57 +01:00
525 changed files with 700 additions and 546 deletions

View File

@@ -1,3 +1,54 @@
====== ChangeLog from 0.8 to 0.9 ======
*Diagram editor :
Improved QElectroTech speed (launch qet, open project, function)
A drop-down list has been added to the toolbar to change the size of the resize handles.
*Element Editor:
The "keep visual rotation" property of element texts is editable from the element editor.
Thanks to the work of antonioaja it is now possible to import a dxf directly from the element editor in a completely transparent way for the user.
In the background QElectroTech uses the dxf2elmt software. https://qelectrotech.org/forum/viewtopic.php?id=2265 https://github.com/antonioaja/dxf2elmt
Improved responsiveness when multiple shapes are selected or deleted, especially when working on a large converted DXF element.
https://qelectrotech.org/forum/viewtopic.php?pid=16612#p16612
*Other:
Add a "side project" tab in the "about" window.
In the general QElectroTech configuration, a drop down list allows to choose the scaling method for hdpi screens.
Allow open polygons (i.e. polylines) when saving in dxf format.
https://qelectrotech.org/forum/viewtopic.php?pid=16611#p16611
Added 'Other' option for slave device contact type.
https://github.com/qelectrotech/qelectrotech-source-mirror/pull/222
https://qelectrotech.org/forum/viewtopic.php?id=2264
*Logs:
Added a QElapsedTimer to calculate the time used to reload the item collection.
Improved QElapsedTimer to calculate the time used to reload the item collection in seconds instead of ms.
Added Linux pc.gpu.RAM information, but requires mesa-utils dependency on the Linux OS.
Added information about mounted disk volumes.
Added CPU architecture for which Qt was compiled in the aboutqetdialog widget and in the logs.
Added MSVC support to MachineInfo.
Added RAM information on Windows of available RAM.
Added QElectroTech version to the log file.
* Elements collection :
Improve collection 8274 elements in 1097 categories (i.e. 9371 files).
* macOS :
Fix sqlite3 database export on macOS, now I use macports with Digikam scripts instead off Homebrew Package Manager.
See: https://invent.kde.org/graphics/digikam/-/tree/master/project/bundles/macports
*Bug fix:
see: https://git.tuxfamily.org/qet/qet.git/log/?h=0.8.1
====== ChangeLog from 0.7 to 0.8 ====== ====== ChangeLog from 0.7 to 0.8 ======

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2006-2021 The QElectroTech Team --> <!-- Copyright 2006-2023 The QElectroTech Team -->
<application> <application>
<id type="desktop">qelectrotech.desktop</id> <id type="desktop">qelectrotech.desktop</id>
<metadata_license>MIT</metadata_license> <metadata_license>MIT</metadata_license>

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify
@@ -49,9 +49,30 @@ XmlElementCollection::XmlElementCollection(QETProject *project) :
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) // ### Qt 6: remove #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) // ### Qt 6: remove
const QChar russian_data[24] = { const QChar russian_data[24] = {
0x0418, 0x043C, 0x043F, 0x043E, 0x0440, 0x0442, 0x0438, 0x0440, 0x0418,
0x043E, 0x0432, 0x0430, 0x043D, 0x043D, 0x044B, 0x0435, 0x0020, 0x043C,
0x044D, 0x043B, 0x0435, 0x043C, 0x0435, 0x043D, 0x0442, 0x044B}; 0x043F,
0x043E,
0x0440,
0x0442,
0x0438,
0x0440,
0x043E,
0x0432,
0x0430,
0x043D,
0x043D,
0x044B,
0x0435,
0x0020,
0x044D,
0x043B,
0x0435,
0x043C,
0x0435,
0x043D,
0x0442,
0x044B};
const QChar greek_data[18] = { const QChar greek_data[18] = {
0x0395, 0x0395,
0x03b9, 0x03b9,
@@ -84,6 +105,39 @@ XmlElementCollection::XmlElementCollection(QETProject *project) :
0x006C, 0x006C,
0x0065, 0x0065,
0x0072}; 0x0072};
const QChar ukrainian_data[20] = {
0x0406,
0x043c,
0x043f,
0x043e,
0x0440,
0x0442,
0x043e,
0x0432,
0x0430,
0x043d,
0x0456,
0x0020,
0x0435,
0x043b,
0x0435,
0x043c,
0x0435,
0x043d,
0x0442,
0x0438};
const QChar japanese_data[10] = {
0x30A4,
0x30F3,
0x30D0,
0x30FC,
0x30C8,
0x3055,
0x308C,
0x305F,
0x8981,
0x7D20};
names.addName("fr", "Éléments importés"); names.addName("fr", "Éléments importés");
names.addName("en", "Imported elements"); names.addName("en", "Imported elements");
names.addName("de", "Importierte elemente"); names.addName("de", "Importierte elemente");
@@ -100,8 +154,9 @@ XmlElementCollection::XmlElementCollection(QETProject *project) :
names.addName("ro", "Elemente importate"); names.addName("ro", "Elemente importate");
names.addName("tr", QString(turkish_data, 12)); names.addName("tr", QString(turkish_data, 12));
names.addName("da", "Importerede elementer"); names.addName("da", "Importerede elementer");
names.addName("hr", "Uvezeni elementi");
names.addName("sl", "Uvoženi elementi"); names.addName("sl", "Uvoženi elementi");
names.addName("ja", QString(japanese_data, 10));
names.addName("uk", QString(ukrainian_data, 20));
#else #else
# if TODO_LIST # if TODO_LIST
# pragma message("@TODO remove code for QT 6 or later") # pragma message("@TODO remove code for QT 6 or later")
@@ -122,6 +177,7 @@ XmlElementCollection::XmlElementCollection(QETProject *project) :
names.addName("da", "Importerede elementer"); names.addName("da", "Importerede elementer");
names.addName("hr", "Uvezeni elementi"); names.addName("hr", "Uvezeni elementi");
names.addName("sl", "Uvoženi elementi"); names.addName("sl", "Uvoženi elementi");
names.addName("uk", "Імпортовані елементи");
#endif #endif
import.appendChild(names.toXml(m_dom_document)); import.appendChild(names.toXml(m_dom_document));

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2022 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2006-2021 The QElectroTech Team Copyright 2006-2023 The QElectroTech Team
This file is part of QElectroTech. This file is part of QElectroTech.
QElectroTech is free software: you can redistribute it and/or modify QElectroTech is free software: you can redistribute it and/or modify

Some files were not shown because too many files have changed in this diff Show More