plc-user
3d82aff4e7
FIX: shortcut for rotation in element-editor was hardcoded in UI
2025-02-12 15:35:45 +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
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
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
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
plc-user
1698e062ab
remove dead code (local variables that were never used)
2025-02-01 08:52:07 +01:00
plc-user
3051c225bb
minor: typos, witespace, comments
2025-02-01 08:49:12 +01:00
plc-user
30a6221e45
remove unused function
2025-01-28 18:56:16 +01:00
plc-user
9f8287206b
fix: "dxf2elmt" and "QET_ElementScaler" also read imported files from QETApp::documentDir() by default
2025-01-28 18:44:19 +01:00
Laurent Trinques
77bfe84a4c
One year
2025-01-04 13:37:40 +01:00
Achim
3438ba9ab3
composite text of report element corrected
...
In the ElementEditor, incorrect variables were displayed for
CompositeText in ReportElements. This is corrected here
2024-12-31 21:58:42 +01:00
Achim
7a617e72bd
a few small corrections
2024-12-31 08:40:56 +01:00
Achim
e73aa3b84d
ComboBox change sorting
...
alphabetical sorting in the ComboBox changed according to the order in
the elementInfoKeys list
2024-12-31 08:40:03 +01:00
Laurent Trinques
31ed09f185
Revert "Try to fix https://github.com/qelectrotech/qelectrotech-source-mirror/ "
...
This reverts commit 3992c60c45 .
2024-12-22 16:17:32 +01:00
Laurent Trinques
3992c60c45
Try to fix https://github.com/qelectrotech/qelectrotech-source-mirror/
...
pull/314
2024-12-22 14:25:30 +01:00
Laurent Trinques
34cc26a325
Revert "ElementEditor elmt_info_cb sorting changed"
2024-12-21 12:59:43 +01:00
Achim
15d9708c46
a few small corrections
2024-12-16 16:00:50 +01:00
Achim
7b50f10749
ElementEditor elmt_info_cb sorting changed
...
alphabetical sorting in the ComboBox changed according to the order in
the elementInfoKeys list
2024-12-08 19:36:22 +01:00
Laurent Trinques
4138b8998c
qetelementeditor: remove old plugin DXFtoQET
2024-09-29 14:33:14 +02:00
plc-user
85d10fc0e6
integrate "QET_ElementScaler" as external software
2024-08-19 09:19:28 +02:00
plc-user
4da78939d0
fix: editing SpinBoxes with keyboard lose focus
2024-06-09 15:26:18 +02:00
Laurent Trinques
774b604b50
Minor
2024-05-08 20:08:16 +02:00
Laurent Trinques
c7d6312997
Try to fix bug #303
2024-05-08 19:18:48 +02:00
plc-user
0d44933432
correct more indentations / whitespace
2024-04-24 18:02:00 +02:00
plc-user
fa68d545d0
correct more indentations / whitespace
2024-04-24 14:14:40 +02:00
plc-user
15b625021c
fix warnings: "control reaches end of non-void function"
2024-04-07 15:17:04 +02:00
Laurent Trinques
e73cf633ce
2023->2024
2024-03-29 10:09:48 +01:00
plc-user
06a6e5e5f4
fix font-size of graphical elements "input"
2024-03-14 08:55:59 +01:00
joshua
ff3b497da2
Element editor : minor fix
...
In the part list widget, the terminal name is empty if terminal haven't
got name.
Now "terminal" is always displayed and if the terminal have a name the
name is appended to "terminal".
Example :
if the terminal name is 24 then the the part list widget show "terminal
: 24"
2024-02-15 22:04:11 +01:00
Laurent Trinques
3d6ab1b050
Minor
2023-11-20 22:24:36 +01:00
Laurent Trinques
a9f6583189
Fix URL
2023-11-09 13:46:45 +01:00
Martin Marmsoler
8bc4053d35
fix compilation
2023-10-12 21:37:04 +02:00
Martin Marmsoler
e51ddbaa42
Give the user a possibility to set the maximum number of parts during import on an dxf file. Because sometimes the dxf file can contain more than 200 elements and the user is deleting some elements afterwards
2023-10-12 20:46:09 +02:00
joshua
a0970b37b9
Improve and simplify the use of versions
2023-01-19 20:18:21 +01:00
Laurent Trinques
9afef79629
Update Copyright date
2023-01-01 17:05:57 +01:00
luz paz
1994235bc5
Fix various typos in source documentation and comments (cont.)
...
Found via `codespell`
2022-12-04 20:46:32 +01:00
joshua
0d90defcfe
Remove unused include
2022-09-28 21:54:02 +02:00
joshua
ea1ede9cb3
Remove unnecessary assert
...
Just call :
void DynamicTextFieldEditor::disconnectConnections()
instead of use an assert if there is an active connection.
2022-09-28 21:53:30 +02:00
joshua
ffc2a7a7d7
Fix warning
2022-09-26 21:48:08 +02:00
joshua
3e75bedef0
Fix crash
...
https://qelectrotech.org/forum/viewtopic.php?pid=16647#p16647
2022-09-26 21:40:47 +02:00
joshua
d6e8a1c133
Element editor : improve deletion speed
2022-08-13 13:06:46 +02:00
joshua
eee1c7fff7
Element editor : Improve responsiveness when several shapes are selected.
2022-08-13 12:40:59 +02:00
joshua
02769fe881
Improve opening time of dxf
2022-08-03 13:54:39 +02:00
joshua
31466a65ba
Fix fail to build from sources
...
Fix ftbfs for :
ubuntu 18.04 bionic beaver
ubuntu 20.04 focal fossa
debian 11 bullseye
2022-07-27 14:15:32 +02:00
joshua
57695bbbea
Element editor : improve code
...
Better use of signal partsAdded and partsRemoved
2022-07-26 17:03:18 +02:00