plc-user
07c34d7358
add and correct English comments
2025-10-19 15:37:07 +02:00
Laurent Trinques
58339f9016
Fix copyright years
2025-10-17 09:58:39 +02:00
joshua
f83a5b3a79
Merge branch 'terminal_strip'
2025-10-15 23:30:54 +02:00
joshua
7e5d41b474
Terminal strip Xref is clickable
...
When user hover the Xref string of a terminal, the string color change
to blue to advise user the xref is clickable. Double click on the blue
Xref go the folio of the terminal and zoom the view to the terminal.
2025-10-14 22:12:38 +02:00
joshua
f6ba47277d
Minor : revamp
...
Use QGIUtility::drawBoundingRectSelection for draw the selection rect
of element instead of a method of the element itself.
Less code.
2025-10-02 21:52:40 +02:00
plc-user
0f179a5d49
add and correct English comments
2025-08-09 09:05:34 +02:00
achim
f20ea041b6
correcting the visibility of Variables in CompositeText
...
When using composite text in report elements, the name of the variable
was displayed when inserting the reportElement into the drawing (e.g.
%{function}). This is corrected here.
Add missing variables to assignvariables.cpp
2025-08-02 22:16:12 +02:00
plc-user
757df90951
minor: added some English comments
2025-03-13 21:05:21 +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
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
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
237c21bad8
use same code for Qt5 & Qt6 for XRef-list
2025-03-05 07:05:12 +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
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
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
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
5351746dc7
Fix typo within settings entry
2025-02-18 20:13:10 +01:00
plc-user
c2a2e5f5eb
minor: whitespace and comments
2025-02-17 19:45:53 +01:00
plc-user
67112bf8e5
fix typo in enum-entry and comments
2025-02-17 09:33:35 +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
plc-user
516eb9eb45
fixed English comments
2025-02-12 14:02:30 +01:00
plc-user
13f432571d
comments: fixed typos and added English comments
2025-02-09 17:51:15 +01:00
plc-user
331cecc05c
remove dead code (local variables that were never used)
2025-02-02 12:16:28 +01:00
plc-user
940ae0c34a
formatting / whitespace - unify declarations
2025-01-26 14:29:52 +01:00
Laurent Trinques
77bfe84a4c
One year
2025-01-04 13:37:40 +01:00
plc-user
1062d217f0
move code into else-clause to avoid possible crashes
2024-07-15 00:01:20 +02:00
Laurent Trinques
cbd309ec5a

...
Fix :
Add element1_linked element2_linked informations to terminal-name
connected in qet-file
2024-06-30 15:02:42 +02:00
Laurent Trinques
23c4ba2a3e
Fix segfault in previous commit
2024-06-21 17:48:57 +02:00
Laurent Trinques
dd03f0eece
Add elements informations to terminal-name connected in qet-file
2024-06-21 15:28:57 +02:00
plc-user
f9073ca5fb
add terminal-names to connection in qet-file
2024-06-16 15:53:09 +02:00
plc-user
fa68d545d0
correct more indentations / whitespace
2024-04-24 14:14:40 +02:00
plc-user
f4c880dc9f
fix indention to get rid of warnings: "if/else does not guard"
2024-04-07 14:46:40 +02:00
Laurent Trinques
e73cf633ce
2023->2024
2024-03-29 10:09:48 +01:00
Laurent Trinques
902a976cc3
Change weighting of second conductor color
...
See: https://qelectrotech.org/bugtracker/view.php?id=292
On old project you replace in text editor
dash-size="10" by dash-size="5"
2023-11-05 16:09:48 +01:00
Laurent Trinques
de89997c4e
Improve changeover contact view in list mode
2023-04-28 16:43:14 +02:00
joshua
247b98da41
Fix minor bug : conductor text is not updated when folio id is used
...
See https://qelectrotech.org/forum/viewtopic.php?pid=18157#p18157
2023-04-17 22:09:18 +02:00
joshua
ec5cda10db
Minor : improve first and last segment position of conducteur
2023-01-31 23:13:05 +01:00