damianCaceres
23c43e72b5
ElementEditor: texteditor.h improve code style
2020-08-06 11:08:08 +02:00
damianCaceres
b53c083d0a
ElementEditor: terminaleditor.cpp indentation, alignment and braces
2020-08-04 21:16:58 +02:00
damianCaceres
45edc34269
ElementEditor: terminaleditor.h indentation and alignment
2020-08-04 21:16:58 +02:00
damianCaceres
f8240558a0
ElementEditor: in PolygonEditor::setPart remove redundant calls to StyleEditor::setPart
2020-08-04 11:18:20 +02:00
damianCaceres
dd70637408
ElementEditor: in RectangleEditor::setPart remove redundant calls to StyleEditor::setPart
2020-08-04 11:18:20 +02:00
damianCaceres
45d1b489c4
ElementEditor: in ArcEditor::setPart remove redundant calls to StyleEditor::setPart
2020-08-04 11:18:20 +02:00
damianCaceres
72918a31db
ElementEditor: in EllipseEditor::setPart remove redundant calls to StyleEditor::setPart
2020-08-04 11:18:20 +02:00
damianCaceres
9d772b4091
ElementEditor: in LineEditor::setPart remove redundant calls to StyleEditor::setPart
2020-08-04 11:18:20 +02:00
damianCaceres
dd257c48d9
ElementEditor: always clear m_cep_list in StyleEditor::setPart bugfix 0197
2020-08-03 16:07:31 +02:00
Claveau Joshua
78992ee762
Fix backup file on windows
...
For unknown reason KautoSaveFile don't write the file on Windows if file
is open in another part of the code.
No error is returned and use the method :
qint64 QIODevice::write(const QByteArray &byteArray) return the good
number of bytes written but the real file stay empty.
Probably the problem don't come from KautoSaveFile but QFileDevice or
QIODevice on windows.
The fix consist to open the file just before write on it and close it
just after.
2020-08-02 22:24:46 +02:00
Simon De Backer
7a04788d54
Mod code to drop 2 inden
...
- if (isReadOnly()) return;
- if (dc.items(DiagramContent::All).isEmpty())
2020-08-02 20:52:52 +02:00
Simon De Backer
fa1abbd38d
Wrap code for better readability + Mod doc
2020-08-02 20:29:20 +02:00
Simon De Backer
effc86e72c
Translate documentation + Fix indentation
2020-08-02 20:29:06 +02:00
Simon De Backer
d4d364cfde
Fix wrap code for better readability
2020-08-02 19:36:12 +02:00
Claveau Joshua
1fc893157d
Minor fix
...
Fix : During the opening of a project, if the project contain a
nomenclature, the dialog used to inform user that the table is too small
is displayed
2020-08-02 18:20:30 +02:00
Simon De Backer
494a5f1df2
Mod Coding conventions + Wrap code
...
Wrap code for better readability
2020-08-02 17:38:21 +02:00
Simon De Backer
900b7e22aa
Mod CONTRIBUTING.md
...
add info Interactive Staging
2020-08-02 16:27:23 +02:00
Simon De Backer
4751934d68
New Signal Slot Syntax
2020-08-02 15:23:38 +02:00
Simon De Backer
510aa74266
Wrap code for better readability + Mod doc
2020-08-02 15:14:16 +02:00
Simon De Backer
e938673872
Add documentation
2020-08-02 15:09:21 +02:00
Simon De Backer
2a53f09a37
Translate documentation + Fix indentation
2020-08-02 12:09:08 +02:00
Laurent Trinques
6bece6fa84
Update Ru translation, thanks Aleksander
2020-07-29 21:31:55 +02:00
Simon De Backer
1372d1c8ba
Wrap code for better readability + Mod doc
2020-07-28 20:57:02 +02:00
Simon De Backer
70e54bc9b2
Translate documentation + Fix indentation
2020-07-28 20:56:41 +02:00
sdeffaux
e6eeef5cf5
update symbols
2020-07-27 21:33:58 +02:00
dlee99
96acd6ff95
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2020-07-26 23:22:49 +02:00
Laurent Trinques
9cdc023f31
Pugixml XML parser
...
Update to upstream master
2020-07-26 16:14:31 +02:00
pavelfric
a2eb92803a
Updated Czech translation
2020-07-26 13:13:23 +02:00
Simon De Backer
655e608268
Doxygen using dashes to create lists of items.
2020-07-26 11:55:51 +02:00
Simon De Backer
c401e93125
Wrap code for better readability + Mod doc
2020-07-26 11:36:27 +02:00
Simon De Backer
4d57e7fbfb
Mod get elementInfo from elementInfoKeys
2020-07-26 11:16:12 +02:00
Simon De Backer
0c62bf2b3b
Translate documentation + Fix indentation
...
- Mod doc set style de same
- Fix indentation code
2020-07-26 10:33:15 +02:00
Simon De Backer
1f78196fa6
Fix widget size
2020-07-25 22:00:19 +02:00
Simon De Backer
49cca54adc
Wrap code for better readability
2020-07-24 22:44:32 +02:00
Simon De Backer
c0df06c2ee
Mod doc set style de same
2020-07-24 22:44:10 +02:00
Simon De Backer
d087a8be66
Moved compilation_info to class Machine_info
...
This is preparation for making a dev log file
2020-07-23 21:57:30 +02:00
Simon De Backer
55beaa9be9
Mod ScrollArea on demand
...
QScrollArea is not asked if the screen is big enough.
2020-07-23 17:24:10 +02:00
Simon De Backer
c5eb5af47d
Fix name to clarify value is int
2020-07-23 17:05:48 +02:00
Simon De Backer
90e283902e
This adds ScrollArea to config dialog
...
Not everything is visible with low resolution screens.
https://qelectrotech.org/bugtracker/view.php?id=195
2020-07-23 16:55:42 +02:00
Simon De Backer
7420eeb60d
Mod name to clarify value is int
2020-07-23 16:49:31 +02:00
Simon De Backer
698db4e5c0
Add Copyright to machine_info class
2020-07-22 21:16:38 +02:00
Simon De Backer
6b95c6bf6f
Add QScrollArea to configdialog and resize to max_screen
2020-07-22 21:03:54 +02:00
Claveau Joshua
2b754cffb4
AddTableDialog : fix minor bug
2020-07-21 22:56:31 +02:00
Simon De Backer
03425bcb5b
Add gui resize depending on screen size
...
Init of request
https://qelectrotech.org/bugtracker/view.php?id=195
This is a start will have to be adjusted further.
2020-07-21 20:29:05 +02:00
Laurent Trinques
3a08e60856
aboutqetdialog.cpp minor
2020-07-21 16:01:28 +02:00
Laurent Trinques
e03e36fb2c
AboutQETDialog add Linux RAM Total and MemAvailable
2020-07-21 15:58:35 +02:00
Laurent Trinques
8f5e759528
AboutQETDialog add Linux RAM
2020-07-21 14:45:41 +02:00
Laurent Trinques
bddf10588f
AboutQETDialog add macOS cpuinfo 'model name'
2020-07-21 14:12:06 +02:00
Laurent Trinques
a33ae2bb13
AboutQETDialog add Linux gpu info 'model name'
2020-07-21 13:44:45 +02:00
Laurent Trinques
bd93e62341
AboutQETDialog add Linux cpuinfo 'model name'
2020-07-21 13:05:08 +02:00