Simon De Backer
9e4af439ef
Wrap code for better readability
2020-08-25 20:52:49 +02:00
Simon De Backer
331918d143
Wrap code for better readability
2020-08-20 21:58:23 +02:00
Simon De Backer
0c00d83b27
Fix some doxygen issues
2020-08-20 21:57:35 +02:00
Simon De Backer
cdb2e7b523
Wrap code for better readability
2020-08-19 21:27:14 +02:00
Simon De Backer
666f20856e
Fix some doxygen issues
2020-08-19 21:26:36 +02:00
Simon De Backer
566747eb2b
Improve code style, Wrap code for better readability
2020-08-18 21:29:12 +02:00
Simon De Backer
8e956df8d8
Fix some doxygen issues
2020-08-18 21:28:52 +02:00
Claveau Joshua
319188e010
Export to csv improvement
...
Export to csv doesn't use is own datase, but the project database
instead.
2020-08-17 16:42:07 +02:00
Simon De Backer
928b56f2bf
Improve code style, Wrap code for better readability
2020-08-16 14:23:59 +02:00
Laurent Trinques
070cc2e4ac
Typo
2020-08-16 12:34:49 +02:00
Simon De Backer
d4ee161c07
Mod doc set style de same
2020-08-16 11:19:36 +02:00
Simon De Backer
90417ae509
Fix Copyright indentation
2020-08-16 09:40:14 +02:00
Yuki Atoh
770161ac57
Initial Japanese translation
2020-08-15 18:39:41 +09:00
Simon De Backer
11a90d2f69
Remove code minium QT_VERSION 5.9
2020-08-12 22:04:46 +02:00
Simon De Backer
7834d6fb84
Mod doc, Improve code style
2020-08-08 23:58:17 +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
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
Simon De Backer
119e12b1cf
Add Screen info user
2020-07-20 22:41:27 +02:00
Simon De Backer
fe4552200b
Add compiler message @TODO
2020-07-19 22:06:42 +02:00
Simon De Backer
ffcdccb469
Mod doc set style de same
2020-07-19 18:40:41 +02:00
Simon De Backer
5df6d7f403
Wrap code for better readability
2020-07-19 18:40:41 +02:00
Simon De Backer
4cd69a2450
Mod doc set style de same
2020-07-19 18:40:41 +02:00
Laurent Trinques
68e78a0de9
Fix indentation code
2020-07-15 20:20:07 +02:00
Laurent Trinques
53663e20e1
Remove old summary feature
2020-07-15 15:06:46 +02:00
Claveau Joshua
132f3ad1b4
Remove old summary feature
2020-07-14 20:00:28 +02:00
Laurent Trinques
fb75bf0a73
Add new variables for report folio and can be added in a composite text
...
{conductor_color}
{conductor_section}
2020-07-05 14:01:38 +02:00
Claveau Joshua
8ac8ff5384
Replace minus (-) by underscore (_)
2020-07-04 20:43:40 +02:00
Laurent Trinques
6d05038f71
minor
2020-07-02 15:20:27 +02:00
Laurent Trinques
4b117bb4d5
generalWidget : add Kindinformations
2020-07-02 14:45:28 +02:00
Laurent Trinques
7ace0e38ed
generalWidget : add link type information
2020-07-02 14:34:53 +02:00
Simon De Backer
e590c76251
add Vertical sparcer's
2020-06-22 05:26:12 +02:00
Laurent Trinques
34b4d11e53
Minor
2020-06-20 23:52:12 +02:00
Simon De Backer
ddf88bbed7
add font color of the conductors
2020-06-20 23:48:20 +02:00
Simon De Backer
47637c4779
another alternative ui for ConductorPropertiesWidget
2020-06-19 21:56:38 +02:00
Laurent Trinques
205c683d6f
Improve Simon patch :
...
The window of the properties of the conductor does not
exactly fit in height.
2020-06-19 09:40:45 +02:00
Simon De Backer
1278fe1124
The window of the properties of the conductor does not exactly fit in height.
...
On the laptop, the resolution is 1368 * 768.
2020-06-19 09:02:22 +02:00
Laurent Trinques
78a02af400
Minor : general_widget add TextEditorInteraction
2020-06-15 19:26:44 +02:00
Laurent Trinques
e10ae8ce2e
Update Copyright date
2020-06-15 17:42:53 +02:00
Simon De Backer
2aff40fd52
fix deprecated warning QTextStream& QTextStreamFunctions::endl(QTextStream&)
...
Use Qt::endl instead
QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl")
2020-06-13 05:42:05 +02:00
Simon De Backer
bb093ba0cd
Mod Copyright Date
...
from const to dynamic
benefit the date no longer needs to be translated
2020-06-12 19:52:31 +02:00
Simon De Backer
5d2d4a48a5
fix deprecated warning QButtonGroup::buttonClicked
...
This function is obsolete.
Use QButtonGroup::idClicked instead.
This function was introduced in Qt 5.15.
2020-06-12 05:52:50 +02:00
Simon De Backer
24528b0fdb
fix deprecated warning QModelIndex::child
...
Use
QModelIndex::index
instead.
This function was DEPRECATED_SINCE(5, 8)
2020-06-07 16:42:17 +02:00
Simon De Backer
74c3fc8dd9
fix deprecated warning QTreeWidgetItem::setBackgroundColor
...
Use
setBackground()
instead.
This function was introduced in Qt 4.2.
2020-06-01 11:53:38 +02:00
Laurent Trinques
6b16f5b46d
Add new conductors properties color and section
2020-05-31 22:33:25 +02:00
Claveau Joshua
0897ed43fe
Add table dialog : table config can saved and loaded.
...
The dialog used to edit the configuration of QetGraphicsTable item can
now save and load a configuration from graphics_table.json file located
in the user config dir.
2020-05-30 20:18:44 +02:00