Simon De Backer
e5b7aacea6
Add LibraryInfo to debuger
2020-08-14 00:36:59 +02:00
Simon De Backer
5ca7ff177b
Merge branch 'master'
...
# Conflicts:
# sources/machine_info.cpp
2020-08-13 22:56:40 +02:00
Simon De Backer
d5b7414b36
Mod Machine_info
...
add send_info_to_debug
Mod get data PC
send to debuger on startup
2020-08-13 22:50:58 +02:00
Laurent Trinques
34259a4749
Typo
2020-08-13 21:32:51 +02:00
Laurent Trinques
4d61166864
Restore Simmon previous commit
2020-08-13 21:31:33 +02:00
Laurent Trinques
d46d6709f3
Machine info :
...
remove braces
2020-08-13 21:13:12 +02:00
Simon De Backer
da4e31dfcb
Fix warning Wdeprecated
...
warning:
‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated
"Use QProcess::start(const QString &program,
const QStringList &arguments,
OpenMode mode = ReadWrite) instead"
2020-08-13 20:37:07 +02:00
Simon De Backer
21b7aa059a
rap code for better readability
2020-08-13 17:58:56 +02:00
Laurent Trinques
43a531fd2d
Typo
2020-08-13 17:18:28 +02:00
Laurent Trinques
c0d51ef445
Machine info :
...
Add Windows GPU RAM informations
2020-08-13 17:10:42 +02:00
Laurent Trinques
f0b475bd77
Machine info :
...
add Windows CPU & GPU informations
2020-08-13 17:05:46 +02:00
sdeffaux
984d9bc5de
Update symbols
2020-08-13 09:22:02 +02:00
Simon De Backer
288737af0d
Add Debugging Techniques
2020-08-12 23:54:09 +02:00
Simon De Backer
b0df6d3101
Remove code minium QT_VERSION 5.9
2020-08-12 23:53:52 +02:00
Simon De Backer
11a90d2f69
Remove code minium QT_VERSION 5.9
2020-08-12 22:04:46 +02:00
Simon De Backer
69ff437368
Mod doc, Improve code style
2020-08-12 21:59:00 +02:00
Simon De Backer
87db0e2020
Wrap code for better readability
2020-08-12 19:33:29 +02:00
Claveau Joshua
044c5310f5
minor
2020-08-12 15:48:37 +02:00
Claveau Joshua
86766a9090
Element editor : a copied/pasted terminal part have a new uuid.
2020-08-12 15:45:48 +02:00
Simon De Backer
1805ef300e
Add compiler message @TODO
2020-08-10 21:16:52 +02:00
Simon De Backer
e4033dd93c
Wrap code for better readability + Mod doc
2020-08-10 21:13:31 +02:00
Simon De Backer
53d89ce4f7
Add documentation
2020-08-10 21:08:52 +02:00
Simon De Backer
7834d6fb84
Mod doc, Improve code style
2020-08-08 23:58:17 +02:00
Laurent Trinques
d9ec9bf274
Update Changelog
2020-08-08 15:53:01 +02:00
Laurent Trinques
66eaf52002
Update Changelog
2020-08-08 15:35:51 +02:00
Laurent Trinques
2e3e65df5a
Update Changelog : WIP : you can add what i forgot
2020-08-08 15:08:23 +02:00
Laurent Trinques
b8daec441f
Fix bug 199:
...
ElementEditor parText changes in the drawing area are not reflexted in
the information area
2020-08-07 15:32:24 +02:00
Simon De Backer
06dc1570fc
Test writeToFile on a other Thread
...
to improve this for windows performance
2020-08-06 22:19:44 +02:00
Laurent Trinques
0ce001ea6e
Fix bug 198
...
Text input loose the focus after each single letter
2020-08-06 13:20:33 +02:00
damianCaceres
fa719cf8ff
ElementEditor: qetelementeditor fixes wrong braces introduced in previous commit
2020-08-06 11:08:08 +02:00
damianCaceres
0507336622
ElementEditor: qtelementeditor.cpp improve code style
2020-08-06 11:08:08 +02:00
damianCaceres
3d1e30b24e
ElementEditor: qtelementeditor.h indentation
2020-08-06 11:08:08 +02:00
damianCaceres
b3a74a8315
ElementEditor: texteditor.cpp surround arrows and more braces
2020-08-06 11:08:08 +02:00
damianCaceres
216374d27c
ElementEditor: dynamictextfieldeditor.cpp improve code style
2020-08-06 11:08:08 +02:00
damianCaceres
ce523b71e2
ElementEditor: dynamictextfieldeditor.h improve code style
2020-08-06 11:08:08 +02:00
damianCaceres
bb84bb2098
ElementEditor: texteditor.cpp improve code style
2020-08-06 11:08:08 +02:00
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