plc-user
6dcb6ebcb7
fix typos and whitespace
2024-11-23 21:17:39 +01:00
plc-user
b9c9d0e31f
About-Dialog - Log: Scroll to most recent log-entry
2024-10-08 12:48:02 +02:00
plc-user
1454a8d4e7
About-Dialog - Log: Show most recent log file by default
2024-10-08 12:10:10 +02:00
plc-user
0d44933432
correct more indentations / whitespace
2024-04-24 18:02:00 +02:00
Laurent Trinques
e73cf633ce
2023->2024
2024-03-29 10:09:48 +01:00
Laurent Trinques
c88d2b45cc
Try to fix bug #274 #278
...
https://github.com/qelectrotech/qelectrotech-source-mirror/issues/274
2024-03-28 15:16:11 +01:00
plc-user
f12b11bee3
added folder "company-titleblocks" \(incl. language-files\)
2023-12-16 09:32:44 +01:00
plc-user
f519499a66
added a second user-collection
2023-12-09 12:02:04 +01: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
Laurent Trinques
0a7964209a
Merge pull request #266 from qelectrotech/terminal_strip
...
Terminal strip
2023-09-19 15:30:06 +02:00
Laurent Trinques
888c25ec02
Add Chinese switch
2023-08-27 12:36:08 +02:00
joshua
03094e1328
Fix wrong display in widget used to link folio report
2023-03-01 19:33:26 +01:00
Laurent Trinques
32e9ee9f36
Try to fix FTBS on not c++17 system
2023-02-27 10:42:13 +01:00
joshua
ec3ac92b5e
Fix minor bug
...
When two shapes item have line and filling color and the dock widget
used for edit the current selection is visible, switching selection
between the two shapes, the last selected shape filling color change
and become the filling color of the previous shape.
2023-02-24 19:08:10 +01:00
joshua
470e4a059b
Add widget to edit terminal strip item layout
...
The widget is available in the project properties editor.
WIP
2023-02-21 21:44:28 +01: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
Laurent Trinques
66614072a6
Typo
2022-12-27 17:36:59 +01:00
Laurent Trinques
4a568c4e89
Typo
2022-12-26 11:47:55 +01:00
Laurent Trinques
caf5dc5dd4
Add new Annex Projects
2022-12-26 11:36:44 +01:00
Laurent Trinques
eeadbde8d2
Add new Translators in aboutqetdialog.cpp
2022-12-26 09:06:16 +01:00
Laurent Trinques
0753bac62f
Add Ukrainian switch language
2022-12-19 13:04:19 +01:00
luz paz
a1f9d05f1c
Fix source typo 'Rigth'
2022-12-07 12:10:34 +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
e3d1467352
Remove minimum height of project properties dialog
2022-11-23 21:58:08 +01:00
joshua
6e81451b46
Add import dxf feature
...
Use dxf2elmt to import dxf.
See https://github.com/antonioaja/dxf2elmt
2022-07-23 21:54:23 +02:00
joshua
c9ebdace04
Update some code.
...
Update some part of class LinkSingleElementWidget with more modern
c++ and recent change of Qet.
2022-06-13 21:06:00 +02:00
joshua
3e6e38e566
Continue revamp of elementprovider
2022-06-13 20:46:22 +02:00
joshua
c83d4e5aea
Refactoring.
...
Refactor elementProvider class : Use the ElementData::Types instead of
deprecated Element::kind
2022-06-13 20:27:06 +02:00
joshua
3dd0986c4f
Fix some warning and write more modern c++
2022-05-25 23:40:08 +02:00
joshua
899caeabe9
Fix wrong behavior when edit the element information
...
In the diagram editor, when we edit the element information in the side
panel, each time we tip something in the text field the cursor always go
to the end if the "label" information is empty.
2022-05-25 23:16:13 +02:00
Laurent Trinques
db8c76c184
Element::Thumbnail WIP
2022-05-15 14:29:01 +02:00
joshua
021aea1d8b
Add the new element type : thumbnail
...
This type must be used for element who goal is to display a
thumbnail/front view of an element, notably used for cabinet contents
view and placement.
2022-05-13 20:02:29 +02:00
Laurent Trinques
61ff8884e0
Minor
2022-03-24 06:25:28 +01:00
Laurent Trinques
b8af2e9d1d
Minor : add informations in aboutqetdialog widget
2022-03-24 06:13:03 +01:00
joshua
7ba27ec9d9
Fix very weird bug
...
see
https://linuxfr.org/forums/programmation-c/posts/erreur-de-compilation-aucun-fichier-ou-dossier-de-ce-type
2022-02-05 11:40:47 +01:00
joshua
ae9faa2192
Add toolbar widget for edit size of handler in diagram editor.
...
Add a combo box in the tool bar of diagram editor
to quickly change the size of the graphics handler item.
The sarto commit :D
NOTE
only available for diagram editor, element editor will
come later.
2022-01-03 21:01:25 +01:00
joshua
c744356b0f
Add preprocessor to check Qt version
...
Use to check if Qt is 5.14 for using
QGuiApplication::setHighDpiScaleFactorRoundingPolicy
2021-12-04 19:12:11 +01:00
joshua
b94ec0938b
Add possibility to user to choose hdpi round policy
...
Add combo box in general configuration dialog to let user
choose the round policy to use with hdpi screen.
2021-12-04 14:38:41 +01:00
joshua
eed1223c1d
Minor improvement for function QETApp::customElementsDir() and QETApp::commonElementsDir()
...
the path is set the first time the function is called.
Each other call will immediately return the previously setted path
instead of check again what path to return.
2021-12-04 12:22:47 +01:00
Peter Keresztes Schmidt
e9a5fded5c
DiagramContextWidget: Fix verification of keys
2021-09-22 21:54:00 +02:00
joshua
f3811d3035
Add annex project
2021-08-20 17:41:08 +02:00
joshua
5288cd8c8b
Add tab "annex project" to about qelectrotech dialog
...
The goal is to list annex project of QElectroTech.
2021-08-20 17:31:37 +02:00
joshua
789e195ace
Fix include path from previous commit
2021-05-14 19:50:30 +02:00
joshua
3220a58b96
Move file
2021-05-14 19:37:36 +02:00
joshua
d53bb22509
Make MachineInfo a singleton class
...
Because on windows MachineInfo take a little time to init, we make it to
a singleton.
MachineInfo is build the first time in main.cpp.
Now all other places where we use MachineInfo (aboutqetdialog and
configdialog) gui don't hang anymore in waiting to MachineInfo finish to
build.
2021-03-22 19:20:07 +01:00
joshua
3d25beaea0
Rename class Machine_info to MachinInfo
...
Rename to follow the code style of QElectroTech
2021-03-22 19:01:46 +01:00
joshua
faf4235bed
Terminal element info
...
Provide only useful information for terminal
2021-03-03 21:28:22 +01:00
Lars Biskupek
b2782bc460
Tab-stop definitions inserted where appropriate
...
Tab stop definitions inserted in some dialogs, so that the order of tab-stops-moves corresponds as closely as possible to the fields' position in the window.
2021-02-22 13:47:39 +01:00
Laurent Trinques
ef58f34c14
Update Copyright date
2021-02-20 12:13:46 +01:00