plc-user
fc286cca22
fix one last hardcoded shortcut-translation
2025-02-14 19:52:39 +01:00
plc-user
4d5af028be
menu: move "About QElectroTech" in Help-Menu to bottom
...
If the version number of QElectroTech is requested in the forum in case of error messages or anomalies, the Qt version used is very often stated because the entry “About QElectroTech” does not appear very prominently in the help menu: The entry “About Qt” is used much more frequently because it appears eye-catchingly as the lowest entry. However, specifying the Qt version is often not helpful for troubleshooting: We need the QET version!
That's why I'm moving the “About QElectroTech” entry to the bottom, so that it is easier to see and find!
2025-02-14 19:47:19 +01:00
Laurent Trinques
9afc97108b
Merge pull request #355 from plc-user/master
...
minor: mostly typos
2025-02-14 17:39:43 +01:00
plc-user
a4a3733670
typos, whitespace and brackets
2025-02-14 16:59:23 +01:00
plc-user
3471140b64
fix typo in fuction-name (looked like a mixture of French and English)
2025-02-14 16:47:39 +01:00
Laurent Trinques
43f0107eb1
Revert "Try Clazy fix-its"
...
Segfault on old Qt versions!
This reverts commit dba7caed30 .
2025-02-14 16:17:58 +01:00
Laurent Trinques
dba7caed30
Try Clazy fix-its
...
clazy is a compiler plugin which allows clang to understand Qt
semantics. You get more than 50 Qt related compiler warnings, ranging
from unneeded memory allocations to misusage of API, including fix-its
for automatic refactoring.
https://invent.kde.org/sdk/clazy
2025-02-14 15:52:23 +01:00
Laurent Trinques
adcf77e34a
Replacing modules includes <QtConcurrent> with QtConcurrentRun and
...
QtConcurrentMap
Signed-off-by: Laurent Trinques <scorpio@qelectrotech.org >
2025-02-14 14:07:41 +01:00
Laurent Trinques
59236170b2
Merge pull request #354 from plc-user/master
...
a few translated shortcuts were still there ... fixed!
2025-02-13 08:14:09 +01:00
plc-user
3d82aff4e7
FIX: shortcut for rotation in element-editor was hardcoded in UI
2025-02-12 15:35:45 +01:00
plc-user
516eb9eb45
fixed English comments
2025-02-12 14:02:30 +01:00
plc-user
0b80d1b5b9
a few translated shortcuts were still there ... fixed!
2025-02-12 13:41:39 +01:00
Laurent Trinques
073e4080fd
Merge pull request #353 from plc-user/master
...
FIX: some shortcuts do not work with language set to local
2025-02-11 18:23:32 +01:00
plc-user
b512aee2bf
update language-files
2025-02-11 15:55:24 +01:00
plc-user
38f5547228
use "positive logic" for conditional compiling
2025-02-11 14:43:18 +01:00
plc-user
317c90c769
do not hardcode translations for shortcuts: let the system do it for you!
2025-02-11 14:36:15 +01:00
Laurent Trinques
f308ea6b93
Merge pull request #352 from plc-user/master
...
fix movement of element, when origin is outside of graphics
2025-02-11 12:54:37 +01:00
plc-user
4808b04a31
fix movement of element, when origin is outside of graphics
...
When saving an element it is checked, if the origin (0/0)
is inside the graphical parts. If outside, the element is
moved by integer values for x- and y-offset before saving.
Old calculation for offset could lead to "strange" new
values for positions.
Additionally: fix typos and English comments
2025-02-11 11:46:36 +01:00
Laurent Trinques
3a43fbfa61
Merge pull request #351 from plc-user/master
...
FIX copy-and-paste in element-editor: set paste-position to meaningful values
2025-02-11 06:41:40 +01:00
plc-user
29aee8e80c
copy-and-paste: set paste-position to meaningful values
2025-02-10 18:33:49 +01:00
plc-user
717b257fa0
added English comments
2025-02-10 18:26:14 +01:00
plc-user
13f432571d
comments: fixed typos and added English comments
2025-02-09 17:51:15 +01:00
Laurent Trinques
610f4d6dfa
Merge pull request #350 from plc-user/master
...
some cleaning for element-file
2025-02-09 13:32:59 +01:00
plc-user
a20d02f5f0
element-editor: remove leading and trailing whitespace from author-info
2025-02-09 12:43:35 +01:00
plc-user
1fc33aa1ba
element-editor: limit decimal places for sizes and positions to two, when saving file
2025-02-09 12:33:24 +01:00
plc-user
706eba6612
fix typos and whitespace
2025-02-09 12:25:09 +01:00
Laurent Trinques
f675ce3452
git submodule update --remote elements
2025-02-08 10:56:36 +01:00
Laurent Trinques
3ae47a714d
Merge pull request #348 from plc-user/master
...
fix: properties in project-file
2025-02-08 10:33:37 +01:00
plc-user
58aae63616
sorted translations \“imported elements\” in sourcecode and added some for Qt6
2025-02-08 07:45:48 +01:00
plc-user
b8e4fca09f
fix: remove empty elementInformation, but keep empty properties
2025-02-08 07:39:21 +01:00
Laurent Trinques
075289797a
Merge pull request #347 from plc-user/master
...
translation: update German and English
2025-02-08 07:11:13 +01:00
plc-user
f26733f34e
translation: update German and English
2025-02-07 20:47:16 +01:00
Laurent Trinques
ba9fea3fd1
Merge pull request #346 from plc-user/master
...
export: set maximum width / height according limitations in QPainter
2025-02-07 15:16:40 +01:00
plc-user
bbbf77597a
export: set maximum width / height according limitations in QPainter
2025-02-07 11:34:05 +01:00
Laurent Trinques
1cf156c47a
Merge pull request #345 from plc-user/master
...
export: set maximum width / height according specifications of export-type
2025-02-06 16:11:36 +01:00
plc-user
924d1c1b05
use "static const" - variables instead of multiple times values in source-code
...
use multiplication-sign "×" instead of asterisk "*" between widht and height
2025-02-06 15:16:19 +01:00
plc-user
33570ffceb
export: set maximum width / height according specifications of export-type
2025-02-06 12:58:32 +01:00
Laurent Trinques
40b7aa999f
git submodule update --remote elements
2025-02-06 07:18:42 +01:00
Laurent Trinques
c9ba7bee6c
ExportDialog increase spinBox limit 10 000px to 100 000px
...
See: https://qelectrotech.org/forum/viewtopic.php?pid=21002#p21002
2025-02-06 07:12:56 +01:00
Laurent Trinques
7466793e71
Merge pull request #344 from plc-user/master
...
some clean-up for element-file and in code
2025-02-05 19:26:24 +01:00
plc-user
408481a023
some clean-up for "elementInformations" in element-file
...
- for some time now and for whatever reason, element-editor
sometimes adds element-information without content –> do not
save info-lines without any content
- sort element-information alphabetically by name in element-file
- use trimmed strings for element-information to remove leading
and trailing whitestpace
2025-02-05 13:11:37 +01:00
plc-user
b0324bd6e8
fix typo
2025-02-05 12:58:49 +01:00
plc-user
812ac83ab6
NamesList: move while-loop into "else"-clause, to be more precise and added english text to comments
2025-02-05 12:57:50 +01:00
Laurent Trinques
d1c6fb7e3c
Merge pull request #343 from plc-user/master
...
minor: typos, comments, whitespace, translation
2025-02-04 18:15:26 +01:00
plc-user
9dad6963cb
minor: typos, comments, whitespace, translation
2025-02-04 13:48:35 +01:00
Laurent Trinques
28df44d1ba
Merge pull request #342 from plc-user/master
...
Sort names in element-file by language-code
2025-02-04 12:56:03 +01:00
plc-user
25a81f24fa
NamesList: Use ‘Qmap’ instead of ‘Qhash’
...
to automatically sort the names of an element by
language code before saving the element-file.
Added English comment in header-file.
2025-02-03 13:23:32 +01:00
plc-user
7a39e69a32
element-name: if no name is set, set to "en" / "NoName" (also adjusted comment)
2025-02-03 13:03:55 +01:00
Laurent Trinques
af33719995
Merge pull request #341 from plc-user/master
...
more precise Log-Text for search of "qet_tb_generator"
2025-02-02 15:48:48 +01:00
Laurent Trinques
4c12b3c679
Flatpak upgrade tkinter git to update to python 3.11
2025-02-02 15:16:53 +01:00