Bisku
81ec28d1cf
Update of qet_de
...
Translation error fixed.
2025-03-15 21:11:02 +01:00
Laurent Trinques
3bbb6385b8
Merge pull request #387 from plc-user/master
...
only calculate grid-point-size, when min != max
2025-03-15 18:45:16 +01:00
plc-user
757df90951
minor: added some English comments
2025-03-13 21:05:21 +01:00
plc-user
eeb453f120
only calculate grid-point-size, when min != max
2025-03-13 20:46:04 +01:00
Laurent Trinques
6afd9fe48d
Merge pull request #386 from elevatormind/master
...
Mouse hover text for dynamic text items
2025-03-13 11:07:40 +01:00
Laurent Trinques
6eff69bc6b
Merge pull request #384 from plc-user/master
...
improvement: adjust size of grid-dots with zoom-factor
2025-03-13 11:06:30 +01:00
joshua
2c1b840f9c
Use same properties for every terminal level
...
Initially it was planned to have separate text configuration for every
terminal level. It's not useful, use same properties for every level is
sufficient and visually more consistent.
By consequent every QVector related to these properties was replaced by
a single value.
2025-03-12 21:48:18 +01:00
Magnus Hellströmer
c9304892e0
Mouse hover text for dynamic text items
...
- Added text for dynamic text item to indicate that shift needs to be held down to move the text.
2025-03-12 21:16:25 +01:00
joshua
2d89d70682
Add possibility to adjust terminal text position
...
The bounding rectangle used to define the position of the terminal text
can be edited. The y position and height can now be edited. The width is
not editable because is always the width of the rectangle of the of the
terminal.
2025-03-12 21:10:16 +01:00
joshua
7747223dfa
Terminal strip item font is editable
...
The font used in the terminal strip item can be edited
trough the terminal strip layout editor widget
2025-03-12 19:22:30 +01:00
joshua
ae5e188866
Add converter for dpi to pixel font size
...
Add a little function used to convert if needed the size of a font set
in dpi to pixel. Because the conversion from pdi to pixel can't
be exactly identical, the text size in the diagram can be a little
different, in the other side the switch between screens with different
dpi is no more a problem.
2025-03-12 19:14:45 +01:00
plc-user
59f547b4a2
unify German wording
2025-03-08 15:16:33 +01:00
plc-user
0084dcf289
fix typo with function-name
2025-03-07 20:53:07 +01:00
plc-user
0804d3524a
improvement: ajust size of grid-dots with zoom-factor
...
Introduced additional spinboxes in config-page for
setting min- and max-size of grid-dots separately for
diagram- and element-editor.
That assures maximal flexibility for setting the grids.
Don't want the grid-dots to change over zooming-levels?
Set min- and max-values to the same number.
Preset-values for all min-/max-values is "1".
If the adjustable range of 1 to 5 is not sufficient, it
can be easily adjusted. Only need feedback for this.
2025-03-07 20:16:21 +01:00
plc-user
2b0dd1b188
comments and whitespace
2025-03-07 18:13:53 +01:00
Laurent Trinques
3c2c889922
Merge pull request #383 from plc-user/master
...
adjust zoom-factor to use cosmetic-line and fixed comments
2025-03-07 11:07:31 +01:00
plc-user
27cff81ee7
adjust zoom-factor to use cosmetic-line and fixed comments
2025-03-07 10:58:47 +01:00
Laurent Trinques
40a7995993
Merge pull request #382 from plc-user/master
...
element-editor: fix jumping positions when rotate, mirror or flip
2025-03-07 07:57:16 +01:00
plc-user
45afd9af0e
element-editor: fix jumping positions when rotate, mirror or flip
2025-03-07 07:43:20 +01:00
Laurent Trinques
20b7e1763d
Merge pull request #379 from plc-user/master
...
unify some more code for Qt5 & Qt6 (and more)
2025-03-07 06:35:07 +01:00
plc-user
9044d532ac
corrected English comments
2025-03-06 08:07:49 +01:00
plc-user
50efc318e0
change to run code with Qt5 & Qt6 as described in forum
2025-03-06 08:06:36 +01:00
plc-user
e4d2dbd2a6
a minor change is enough to run code in Qt5 & Qt6 - no need to differentiate anymore
2025-03-05 15:24:07 +01:00
plc-user
ddf40854dc
fix comment
2025-03-05 11:54:58 +01:00
plc-user
ef0fa6e7ac
same change for polygons as for other primitives to support Qt5 & Qt6
2025-03-05 09:49:16 +01:00
plc-user
237c21bad8
use same code for Qt5 & Qt6 for XRef-list
2025-03-05 07:05:12 +01:00
plc-user
260ce2a8bc
unify NamesList "imported elements" to be used with Qt5 & Qt6; still need to decide whether to use list of QChars or written text in utf-8; kept both variants for now...
2025-03-05 07:03:38 +01:00
plc-user
6199367166
remove unused NamesList from qetproject.*
2025-03-05 06:59:09 +01:00
plc-user
d073e810b8
set default-value for QFont::Weight to prevent warning at runtime
2025-03-05 06:55:14 +01:00
Laurent Trinques
a1572be8fa
Merge pull request #377 from plc-user/master
...
same simplifications as in #376 "use the same code for Qt5 & Qt6"
2025-03-04 15:09:20 +01:00
plc-user
6c52d95201
same simplifications as in #376 "use the same code for Qt5 & Qt6"
2025-03-03 22:41:44 +01:00
Laurent Trinques
d3463def98
Merge pull request #376 from plc-user/master
...
simplify and use the same code for Qt5 & Qt6
2025-03-03 06:16:21 +01:00
plc-user
4009e6aaab
simplify and use the same code for Qt5 & Qt6
...
When reading and comparing Qt5-docs and Qt6-docs, I read,
that there are no differences in the functions!
So it is not necessary to have the differentiation
between the Qt-Versions.
Code compiles without errors or warnings for Qt5 and Qt6.
2025-03-02 18:56:34 +01:00
Laurent Trinques
6ff518ec3b
Merge pull request #375 from plc-user/master
...
bordertitleblock: use same code for Qt5 & Qt6 for "numbering" rows
2025-03-02 09:53:11 +01:00
plc-user
513927424f
bordertitleblock: use same code for Qt5 & Qt6 for "numbering" rows
2025-03-02 08:48:19 +01:00
Laurent Trinques
864a3f166f
Merge pull request #374 from plc-user/master
...
some minor changes
2025-03-01 07:19:28 +01:00
plc-user
6111d8ca2c
only write author-information, if available
2025-02-28 21:08:12 +01:00
plc-user
e0b26592c7
fix typos
2025-02-28 20:36:38 +01:00
plc-user
a17ceaba85
sort names in desktop-file by alphabet
2025-02-28 20:27:00 +01:00
plc-user
e987d8c271
fix typo in variable-name
2025-02-28 20:25:31 +01:00
Laurent Trinques
74e6657ca5
Add translations FR
2025-02-28 17:35:57 +01:00
Laurent Trinques
e1d15f3b77
Merge pull request #372 from plc-user/master
...
implement setting of point-size of grids
2025-02-28 17:30:58 +01:00
plc-user
81f51b3d58
update language-files
2025-02-28 16:55:18 +01:00
plc-user
a36de7de74
implement variable point-size of grid
2025-02-28 16:33:24 +01:00
plc-user
15ae8b0058
fix typo of variable
2025-02-28 16:02:58 +01:00
Laurent Trinques
e66061fdca
Merge pull request #370 from plc-user/master
...
some small changes for selective move
2025-02-28 09:57:41 +01:00
plc-user
e2e84a56f7
limit movement to int-values to be able to re-position to original position
2025-02-28 07:40:59 +01:00
plc-user
565374f174
additional ControlModifier does not work here as expected
2025-02-28 07:36:53 +01:00
plc-user
7bdca47d8e
use brackets to be more clear what is meant
2025-02-28 07:33:17 +01:00
Laurent Trinques
f0c954329f
git submodule update --remote elements
2025-02-25 16:49:12 +01:00