plc-user
d007035237
whitespace and comment
2025-03-28 20:21:09 +01:00
plc-user
c1559d2a99
Fix signal for KColorButton
2025-03-28 20:16:37 +01:00
plc-user
936a27500c
BugFix: Font for titleblock was hardcoded to Sans Serif
...
Because of a typo it was never read from settings.
2025-03-23 07:25:37 +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
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
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
plc-user
27cff81ee7
adjust zoom-factor to use cosmetic-line and fixed comments
2025-03-07 10:58:47 +01:00
plc-user
45afd9af0e
element-editor: fix jumping positions when rotate, mirror or flip
2025-03-07 07:43:20 +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
plc-user
6c52d95201
same simplifications as in #376 "use the same code for Qt5 & Qt6"
2025-03-03 22:41:44 +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
plc-user
513927424f
bordertitleblock: use same code for Qt5 & Qt6 for "numbering" rows
2025-03-02 08:48:19 +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
e987d8c271
fix typo in variable-name
2025-02-28 20:25:31 +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
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
plc-user
43386aa14f
unify calls to "setRotation" for element-primitives
2025-02-22 09:30:15 +01:00
plc-user
181680e6f1
add English comments
2025-02-22 09:20:46 +01:00
Laurent Trinques
667d25899f
Merge pull request #364 from elevatormind/conductor_texts
...
New variables for conductor text formulas
2025-02-21 17:13:18 +01:00
Magnus Hellströmer
78ee65a21b
Added option to only move dynamic texts
2025-02-19 21:33:29 +01:00
Magnus Hellströmer
68a2ddde18
New variables for conductor text formulas
2025-02-19 20:26:53 +01:00
Peter Kessen
2097b24d37
Fix typo for variable
2025-02-18 20:14:51 +01:00
Peter Kessen
5351746dc7
Fix typo within settings entry
2025-02-18 20:13:10 +01:00
Laurent Trinques
1af3c5b852
Merge pull request #361 from plc-user/master
...
element-editor: add mirror and flip for "text"
2025-02-18 06:27:14 +01:00
plc-user
c2a2e5f5eb
minor: whitespace and comments
2025-02-17 19:45:53 +01:00
plc-user
dc836248f0
element editor: add mirror and flip for “text”
...
Maybe not (yet) perfect, but it looks pretty good to me!
Why am I doing this to myself?
All this crap with fonts and stuff!
It's been crap for as long as I can remember.
2025-02-17 19:39:53 +01:00
Laurent Trinques
a3bf2e2800
minor for Swedish translation
...
Add translation for Imported elements in QET project widget
2025-02-17 16:00:46 +01:00
plc-user
0f647a5c38
fix: do not add "kindInformations" for thumbnail-elements
2025-02-17 09:48:51 +01:00
plc-user
67112bf8e5
fix typo in enum-entry and comments
2025-02-17 09:33:35 +01:00
Magnus Hellströmer
82d7bbda68
Added swedish language
2025-02-16 20:54:15 +01:00
Laurent Trinques
20e852cbaf
Merge pull request #358 from plc-user/master
...
some more rotation, mirror and flip
2025-02-16 17:24:33 +01:00
plc-user
51225d5f59
element-editor: add rotation with smaller increments for "line", "polygon", "text" and "dynamic_text" with shortcut <Ctrl>+<Space>
2025-02-16 16:31:18 +01:00
plc-user
3fc5469aee
element-editor: add mirror and flip for "dynamic_text"
2025-02-16 16:15:46 +01:00
plc-user
6fdc243552
fix indention - no code-change
2025-02-16 15:43:58 +01:00