Simon De Backer
32a90493bd
TEST a Merge branch 'XMLProperties'
...
it gets built let's test it for bugs
Conflicts:
sources/ElementsCollection/fileelementcollectionitem.cpp
sources/QetGraphicsItemModeler/qetgraphicshandleritem.h
sources/borderproperties.cpp
sources/conductorproperties.cpp
sources/conductorproperties.h
sources/diagram.cpp
sources/diagram.h
sources/diagramprintdialog.cpp
sources/diagramprintdialog.h
sources/editor/graphicspart/customelementgraphicpart.cpp
sources/editor/graphicspart/partarc.cpp
sources/editor/graphicspart/partdynamictextfield.cpp
sources/editor/graphicspart/partdynamictextfield.h
sources/editor/graphicspart/partellipse.cpp
sources/editor/graphicspart/partline.cpp
sources/editor/graphicspart/partpolygon.cpp
sources/editor/graphicspart/partrectangle.cpp
sources/editor/graphicspart/partterminal.cpp
sources/editor/graphicspart/partterminal.h
sources/editor/graphicspart/parttext.cpp
sources/properties/propertiesinterface.cpp
sources/properties/propertiesinterface.h
sources/properties/terminaldata.cpp
sources/properties/terminaldata.h
sources/properties/xrefproperties.cpp
sources/properties/xrefproperties.h
sources/qetgraphicsitem/conductor.cpp
sources/qetgraphicsitem/conductor.h
sources/qetgraphicsitem/conductortextitem.h
sources/qetgraphicsitem/dynamicelementtextitem.h
sources/qetgraphicsitem/element.cpp
sources/qetgraphicsitem/element.h
sources/qetgraphicsitem/elementtextitemgroup.h
sources/qetgraphicsitem/slaveelement.cpp
sources/qetgraphicsitem/slaveelement.h
sources/qetgraphicsitem/terminal.cpp
sources/qetgraphicsitem/terminal.h
sources/qetproject.cpp
sources/titleblockproperties.cpp
2020-10-13 22:31:58 +02:00
Simon De Backer
364012848c
Fix code style
2020-10-13 17:44:08 +02:00
Simon De Backer
106b17cf2f
QT6: QMutex::RecursionMode are obsolete
...
The default is QMutex::NonRecursive.
https://doc-snapshots.qt.io/qt6-dev/qmutex-obsolete.html
2020-10-13 17:43:26 +02:00
Claveau Joshua
d3da5a98a5
Minor : disable button for QPageSetupDialog on windows
2020-10-12 21:20:40 +02:00
Claveau Joshua
9b0e659300
Remove unused class
2020-10-12 21:02:48 +02:00
pavelfric
30f8989e3d
Updated Czech translation
2020-10-11 21:56:53 +02:00
Claveau Joshua
e878082b79
Fix bug 203
...
https://qelectrotech.org/bugtracker/view.php?id=203
Take advantage of this bugfix, to recode the widget with Qt designer.
2020-10-10 16:58:02 +02:00
Claveau Joshua
419585f97e
Add new QAction : export to pdf
2020-10-10 14:37:23 +02:00
Claveau Joshua
44e945489a
project print window : minor gui improvement
2020-10-10 12:12:50 +02:00
Claveau Joshua
b45c6b453e
Minor fix : QetGraphicsTableItem keep his size when model is reseted or when open from xml.
2020-10-10 11:18:21 +02:00
Claveau Joshua
5d47ecd8f6
Fix : can't open print dialog on windows
2020-10-09 19:25:41 +02:00
Remi Collet
639ccb25e2
use pkgconfig for sqlite3
2020-10-09 08:37:27 +02:00
Simon De Backer
746c5a81e3
Merge branch 'master' of ssh://debacker@git.tuxfamily.org/gitroot/qet/qet.git into master
2020-10-08 16:17:15 +02:00
Simon De Backer
4e44b4bcd4
QT6: Fix : dragging view don't work
2020-10-08 16:16:59 +02:00
dlee99
04125dcc55
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2020-10-06 23:32:40 +02:00
artgg7300
d6f08696bc
translated hungarian files
2020-10-06 06:19:03 +02:00
Claveau Joshua
9193e1c39b
Fix : dragging view don't work
2020-10-04 16:03:09 +02:00
David Varley
941aaf7087
Fix build for Qt < 5.10
2020-10-04 20:51:07 +11:00
Simon De Backer
f5d2fc3916
Merge branch 'QT6' into master
...
initial release to Qt6
TODO:
-remove KCoreAddons
-remove KWidgetsAddons
* QT6: (24 commits)
QT6: No Qt::AA_EnableHighDpiScaling in QT6
QT6: TeDo mod QList for DeleteQGraphicsItemCommand
QT6: Todo Fix QtConcurrent (remove KCoreAddons?)
QT6: Todo QVariant::setValue
QT6: std::min needs further tweaking
QPrinting class needs further tweaking
QT6: QStyleOptionGraphicsItem
Add QActionGroup
QT6: QStyleOptionGraphicsItem
QT6: QLibraryInfo
Totest QRegularExpression ok?
QT6: QStyleOptionGraphicsItem
QT6: QMouseEvent
QT6: QDropEvent
QT6: Fix deprecated QRegExp
QT6: hooks added
QT6: Mod unused function put in comments
Add missing include QActionGroup
QT6: set C++17
QT6: diagramitemweight set val to Font::Weight
...
2020-10-03 16:18:03 +02:00
Simon De Backer
9f3c173b9f
QT6: No Qt::AA_EnableHighDpiScaling in QT6
2020-10-03 16:08:55 +02:00
Simon De Backer
9a915c2ad0
QT6: TeDo mod QList for DeleteQGraphicsItemCommand
2020-10-03 16:07:55 +02:00
Simon De Backer
694cbfb1b7
QT6: Todo Fix QtConcurrent (remove KCoreAddons?)
2020-10-03 16:04:54 +02:00
Simon De Backer
f69e3a3fa7
QT6: Todo QVariant::setValue
2020-10-03 16:02:35 +02:00
Simon De Backer
8a5ba90d01
QT6: std::min needs further tweaking
2020-10-03 16:00:24 +02:00
Simon De Backer
32605e1377
QPrinting class needs further tweaking
2020-10-03 15:58:09 +02:00
Simon De Backer
0ab1b322d6
QT6: QStyleOptionGraphicsItem
2020-10-03 15:56:11 +02:00
Simon De Backer
a7920ea5fc
Add QActionGroup
2020-10-03 15:54:38 +02:00
Simon De Backer
937a6d740b
QT6: QStyleOptionGraphicsItem
2020-10-03 15:54:02 +02:00
Simon De Backer
a0b95ee944
QT6: QLibraryInfo
2020-10-03 15:51:53 +02:00
Simon De Backer
ad0df66ab1
Totest QRegularExpression ok?
2020-10-03 15:51:09 +02:00
Simon De Backer
c1e93fc442
QT6: QStyleOptionGraphicsItem
2020-10-03 15:48:40 +02:00
Simon De Backer
2e2a652343
QT6: QMouseEvent
2020-10-03 15:45:43 +02:00
Simon De Backer
074e2c8b2d
QT6: QDropEvent
2020-10-03 15:42:58 +02:00
Simon De Backer
9034d8d791
QT6: Fix deprecated QRegExp
2020-10-03 15:40:32 +02:00
Simon De Backer
0b5091b606
QT6: hooks added
2020-10-03 12:04:35 +02:00
Simon De Backer
b339dc2812
QT6: Mod unused function put in comments
2020-10-03 12:03:44 +02:00
Simon De Backer
ce11610d1d
Add missing include QActionGroup
2020-10-03 11:57:55 +02:00
Simon De Backer
10cc3cdbb7
QT6: set C++17
2020-10-03 11:57:55 +02:00
Simon De Backer
184560cc5d
QT6: diagramitemweight set val to Font::Weight
2020-10-03 11:57:55 +02:00
Simon De Backer
0e10b4adfa
QT6: QTextStream::setCodec use QTextStream::setEncoding
2020-10-03 11:57:54 +02:00
Simon De Backer
caac531de1
QT6: Mod QLibraryInfo::location use QLibraryInfo::path
2020-10-03 11:57:54 +02:00
Simon De Backer
bc0cb6b1b3
QT6: Mod Qt::MidButton Use Qt::MiddleButton
2020-10-03 11:57:54 +02:00
Simon De Backer
4f929ef3c9
QT6: Use the QByteArrayView overload.
2020-10-03 11:57:54 +02:00
Laurent Trinques
3b71cb7dfe
Revert "macOS : disable project database export"
...
This reverts commit fbe1c05c7d .
2020-10-03 07:06:05 +02:00
Laurent Trinques
fbe1c05c7d
macOS : disable project database export
2020-10-03 06:39:33 +02:00
Claveau Joshua
6437bf212a
Add macro to disable/enable project database export
2020-10-02 20:09:03 +02:00
Claveau Joshua
aa9266ab64
Minor : use Diagram::showMe() method instead of emit several signal to do the same thing
2020-10-02 19:41:17 +02:00
Claveau Joshua
8507040aa2
Improve how element editor is opened to edit an element in a diagram.
...
Before this commit :
ElementPropertiesWidget emit a signal of Diagram to edit an element, and
the signal goes up from Diagram -> DiagramView -> ProjectView ->
QetDiagramEditor and QetDiagramEditor call a static function.
Now :
ElementPropertiesWidget call the static function itself and that all.
All unnecessary signals are removed.
2020-10-02 19:28:52 +02:00
Claveau Joshua
e263264752
Minor : revamp code about shortcut for edit conductor color
2020-10-02 18:57:11 +02:00
Claveau Joshua
7038e6f796
Clean diagram view code
2020-10-02 18:38:24 +02:00
Claveau Joshua
e0201a8027
Remove old Backward compatibility: prior to version 0.3
2020-10-02 17:39:07 +02:00
Ole Carlsen
cbdbdd0ec6
Updated Danish translation
2020-10-02 16:37:17 +02:00
Claveau Joshua
9dda3e5997
Fix fail to build on windows
2020-10-01 19:29:09 +02:00
Laurent Trinques
94e29ef749
Fix installation-paths
2020-10-01 08:10:50 +02:00
Claveau Joshua
add11e7c7a
Print preview dialog : Add selection by date.
...
Add two news option for select diagrams to print :
select "from the date :" and select "at the date".
2020-09-30 21:29:17 +02:00
Laurent Trinques
930bb70f99
Update *TS files
2020-09-30 13:14:13 +02:00
Laurent Trinques
78ecc53b89
Minor
2020-09-30 13:09:56 +02:00
Laurent Trinques
6eec588eb9
Fix typo
2020-09-30 13:04:45 +02:00
Laurent Trinques
1e0ca043e7
Fix typo in comments
2020-09-30 12:58:14 +02:00
Laurent Trinques
191eabd0a2
Flatak build: Fix the installation paths
2020-09-30 06:07:03 +02:00
Claveau Joshua
18f536d801
Revamp the print preview window
2020-09-29 22:54:09 +02:00
Ole Carlsen
7f698bd826
Danish translation updated
2020-09-28 20:33:39 +02:00
Maximilian Federle
0907830d67
snap: Fix whitespace in snapcraft.yaml
2020-09-27 12:44:08 +02:00
Laurent Trinques
35fb45c280
Flatpak refresh 0001-build-Fix-the-installation-paths.patch
2020-09-26 22:54:51 +02:00
Laurent Trinques
ea5ba0ecc8
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 for Snap package
...
see :
https://snapcraft.io/qelectrotech/builds/1126332
2020-09-26 22:19:40 +02:00
Simon De Backer
f77255c762
Add position mouse cursor in DiagramView
2020-09-25 22:06:11 +02:00
Simon De Backer
546433cac2
WIP: Add Kabel to qet
2020-09-24 22:39:48 +02:00
Simon De Backer
30b8205f82
Mod some qWarning add QObject::tr
2020-09-24 22:39:11 +02:00
Simon De Backer
3b9ba6a261
WIP: Add Kabel to qet
2020-09-24 18:53:00 +02:00
Simon De Backer
36dbe65457
Add TODO compile var + Fix doxygen issue
...
You can make your code warn on compile time for the TODO's
In order to do so, uncomment the following line. in pro file
DEFINES += TODO_LIST
2020-09-24 17:01:33 +02:00
Laurent Trinques
65ba816859
Try to fix Snap package with sqite3 new depend
2020-09-24 12:19:30 +02:00
Simon De Backer
bfd487effe
Fix QRegularExpression pattern
2020-09-23 23:11:33 +02:00
Simon De Backer
d9f38f8a5d
Fix QRegularExpression
...
-add isValid
-add debug
2020-09-23 22:50:41 +02:00
Simon De Backer
2fe53ba6e8
Fix QRegularExpression
...
-add isValid
-add debug
2020-09-23 22:19:13 +02:00
Simon De Backer
b5ae1237e3
Fix QRegularExpression
...
-add isValid
-add debug
2020-09-23 21:36:48 +02:00
Simon De Backer
e0c8dd9585
Fix Revert deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
see https://qelectrotech.org/forum/viewtopic.php?pid=13406#p13406
2020-09-23 19:03:13 +02:00
artgg7300
86f7f98031
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-09-23 17:53:01 +02:00
artgg7300
c829a9eb2d
updated hungarian files
2020-09-23 17:39:39 +02:00
Laurent Trinques
1cf48f62e9
Fix commit "Change the way how the database is exported to file" :
...
produce a fail to build on OSX
2020-09-23 11:25:46 +02:00
David Varley
6a47fcddc9
Merge branch 'dxf'
2020-09-23 07:50:42 +10:00
Simon De Backer
77321f6b70
Revert "Fix deprecated QRegExp"
...
This reverts commit 0a46b83dca .
see https://qelectrotech.org/forum/viewtopic.php?pid=13378#p13378
2020-09-22 21:12:10 +02:00
David Varley
45137987ab
DXF - remove a couple of debug messages
2020-09-22 19:47:02 +10:00
David Varley
2d6bef71ae
DXF - Add some color
2020-09-22 19:41:47 +10:00
David Varley
bcc5846662
DXF - Cleaning up scaling
2020-09-22 12:16:32 +10:00
Simon De Backer
2a69e540d6
Fix Qt 6 definition of macro ‘Q_DECLARE_MOVABLE_CONTAINER’
...
adding #include <QHash>
+ code fail to compile if it uses deprecated APIs.
=> see .pro file
2020-09-21 21:19:50 +02:00
Simon De Backer
c958d54d01
Fix Qt 6 deprecated QDockWidget::AllDockWidgetFeatures
...
(Deprecated) The dock widget can be closed, moved, and floated.
Since new features might be added in future releases,
the look and behavior of dock widgets might change if you use this flag.
Please specify individual flags instead.
2020-09-21 21:16:05 +02:00
Simon De Backer
a917399950
Fix Qt 6 deprecated QComboBox::AdjustToMinimumContentsLength
...
Use
- QComboBox::AdjustToContents
- QComboBox::AdjustToContentsOnFirstShow
instead.
2020-09-21 20:42:40 +02:00
Simon De Backer
f671a63366
Fix Qt 6 deprecated QVBoxLayout::setMargin
...
Use QVBoxLayout::setContentsMargins instead.
2020-09-21 20:37:10 +02:00
Simon De Backer
c7ffae7918
Fix Qt 6 deprecated Qt::SystemLocaleShortDate
...
The format options
Qt::SystemLocaleDate, Qt::SystemLocaleShortDate
and Qt::SystemLocaleLongDate
shall be removed in Qt 6.
Their use should be replaced with
QLocale::system().toString(date, QLocale::ShortFormat)
or
QLocale::system().toString(date, QLocale::LongFormat).
2020-09-21 20:23:20 +02:00
Laurent Trinques
f21cdb4040
Update de translation, thanks Lars
2020-09-21 07:11:42 +02:00
Claveau Joshua
89f9f47174
Remove unused code
2020-09-20 11:40:18 +02:00
Simon De Backer
24d4885093
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:13:18 +02:00
Simon De Backer
b7c8ae88e2
Fix code style
2020-09-19 01:13:13 +02:00
Simon De Backer
176dcd376b
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:13:09 +02:00
Simon De Backer
813014ec33
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:13:01 +02:00
Simon De Backer
4c54335301
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:54 +02:00
Simon De Backer
3eca82baad
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:46 +02:00
Simon De Backer
93055c6a96
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:38 +02:00
Simon De Backer
7fb4033ece
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:29 +02:00
Simon De Backer
0b3238aac0
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:20 +02:00
Simon De Backer
859f6dd06d
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:13 +02:00
Simon De Backer
432e80cecb
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:12:05 +02:00
Simon De Backer
46e96f0a67
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:54 +02:00
Simon De Backer
0ee8f4187b
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:46 +02:00
Simon De Backer
402d2fbf4a
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:37 +02:00
Simon De Backer
271fd096e2
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:28 +02:00
Simon De Backer
c5be1a98ba
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:17 +02:00
Simon De Backer
0a46b83dca
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:11:08 +02:00
Simon De Backer
c7f138a0e3
Fix deprecated QRegExp
...
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
2020-09-19 01:10:54 +02:00
Claveau Joshua
215ddbd878
Minor : minimize code
2020-09-18 11:48:11 +02:00
David Varley
4d7ece07ab
DXF - Simplifying, WIP
2020-09-17 21:45:14 +10:00
Claveau Joshua
139241e773
Change the way how the database is exported to file
...
The export of internal database to file is now do by sqlite3 native
function instead of a dirty home made function.
For the moment, the export to file function is unavailable on macOSX (we
need some help to add sqlite3 lib on macOSX)
2020-09-16 21:28:47 +02:00
David Varley
07df62e362
DXF - Fix single shape rectangle scaling
2020-09-14 12:29:36 +10:00
David Varley
a68386c028
Merge branch 'cborn' of https://github.com/C-Born-Software/qelectrotech-source-mirror into cborn
2020-09-14 11:45:52 +10:00
Claveau Joshua
8e82dee8f0
Minor
2020-09-13 15:39:20 +02:00
Claveau Joshua
529027a350
Fix bug N°201: Line changes in the drawing area are not reflexted in the information area
2020-09-13 15:11:45 +02:00
Claveau Joshua
726b300999
Fix bug N°202 : Wrong bounding rect for primitive arc.
...
https://qelectrotech.org/bugtracker/view.php?id=202
2020-09-11 19:11:14 +02:00
Simon De Backer
989cd93a14
Remove old orientation for element Attribute in XML
2020-09-11 06:56:01 +02:00
David Varley
6b1d51bab8
DXF - Add Polylines, use for conductors and rectangles
2020-09-11 11:22:08 +10:00
David Varley
046d7c6b59
DXF - Add terminals to plot (optional)
2020-09-10 18:35:22 +10:00
David Varley
cd7f7eccec
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-09-10 00:18:39 +10:00
David Varley
45fb97f410
Start cborn branch - disable annoying startup warning
2020-09-10 00:16:03 +10:00
David Varley
d5d8181332
DXF - fine tune text item locations
2020-09-10 00:12:45 +10:00
Simon De Backer
0310cd2610
Revert "Add user warning on startup"
...
This reverts commit 87c957a062 .
2020-09-08 17:53:37 +02:00
David Varley
713d467fe4
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-09-08 22:10:31 +10:00
David Varley
cc8d0da0ac
DXF - Fix conductor number positioning, add junction dots
2020-09-08 21:44:58 +10:00
dlee99
c0ced6dc56
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into master
2020-09-07 23:02:22 +02:00
dlee99
288c89daa7
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2020-09-07 23:00:49 +02:00
Simon De Backer
dce83f480c
Add name to Terminal
...
now it is possible to enter the terminal name
2020-09-07 22:35:49 +02:00
Simon De Backer
5d92393ee7
Wrap code for better readability
2020-09-07 22:03:40 +02:00
Simon De Backer
8ee38fab9e
Fix Coding convention
...
Please download and use
https://qelectrotech.org/wiki_new/_media/doc/qtcreator-qet-style.xml
when you write code in Qt
2020-09-07 21:41:45 +02:00
David Varley
babf3d2cf2
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-09-07 22:14:07 +10:00
Laurent Trinques
82c8fb2d01
Update en fr translation
2020-09-07 10:51:56 +02:00
David Varley
68b4705630
Tidy up som comments
2020-09-07 16:27:59 +10:00
David Varley
d062175da7
Add tables to dxf export
2020-09-07 16:16:33 +10:00
Laurent Trinques
561209bc94
Update *TS files
2020-09-06 23:54:59 +02:00
Simon De Backer
87808df6c3
Moved message to QString
2020-09-05 20:09:08 +02:00
Simon De Backer
87c957a062
Add user warning on startup
...
notify the user of the use of dev software
ToDo: the text still needs to be adjusted
2020-09-05 00:27:24 +02:00
Simon De Backer
610a44c7cd
Removed some Q_UNUSED
2020-09-04 23:19:59 +02:00
Simon De Backer
1bc2536c06
Add documentation
2020-09-04 21:13:10 +02:00
Simon De Backer
1528e1ebe2
Add build git commit sha in log file
2020-09-04 21:10:43 +02:00
David Varley
f8611c1b6e
DXF Border Numbering - fix offset
2020-09-04 22:41:59 +10:00
David Varley
71d7f8bbe6
Fix some DXF issues
2020-09-04 16:06:06 +10:00
Ole Carlsen
ec464282f3
Updated Danish translation
2020-09-02 08:48:56 +02:00
Simon De Backer
81da7c6713
Fix dubbel // on log file dir
2020-08-31 22:26:03 +02:00
Simon De Backer
a4654dc6c2
remove old orientation for element Attribute in XML and code
2020-08-31 21:36:03 +02:00
Simon De Backer
504a061e71
Add loading time of collections inf to log
2020-08-31 21:22:26 +02:00
Simon De Backer
51c4b16836
Add log file's viewer in AboutQETDialog for user
2020-08-31 21:21:17 +02:00
Claveau Joshua
4a8e07b227
Fix csv export
2020-08-31 20:29:50 +02:00
sdeffaux
db4e8e3f5e
add symbols
2020-08-30 19:00:31 +02:00
Laurent Trinques
6274f65455
AboutQETDialog : add Authors
2020-08-29 23:45:25 +02:00
Simon De Backer
00eb139f73
This property is obsolete.
2020-08-29 19:34:45 +02:00
Simon De Backer
62d370c99a
Wrap code for better readability
2020-08-29 19:21:51 +02:00
Simon De Backer
cb0c0f8778
Fix Margin voor windows OS
2020-08-29 19:20:44 +02:00
Simon De Backer
f4550ab3b4
Wrap code for better readability
2020-08-28 18:32:24 +02:00
Simon De Backer
d8cbcf3b54
Restore add_new_diagram_button
2020-08-27 17:06:47 +02:00
Simon De Backer
63ad341b33
Fix add header file
2020-08-27 16:31:39 +02:00
Laurent Trinques
bd62f8768e
ProjectView add arrows key for quickly navigate in projects
...
disable momentary "add diagram" button
2020-08-27 14:24:02 +02:00
Laurent Trinques
d9fde9a3e4
Doxyfile restore QCH
2020-08-26 11:01:58 +02:00
Laurent Trinques
f4c5087dc0
Restore opening of projects on the first folio
2020-08-26 02:38:25 +02:00
Laurent Trinques
0959330adf
CSV export : Add "conductor_color & conductor_section" to
...
projectDataBase
2020-08-26 02:12:00 +02:00
Simon De Backer
4763eb92ec
Update Doxyfile
...
bron See
https://qelectrotech.org/forum/viewtopic.php?pid=12901#p12901
run
doxygen Doxyfile
in project dir or met Qt
2020-08-25 21:12:47 +02:00
Simon De Backer
9e4af439ef
Wrap code for better readability
2020-08-25 20:52:49 +02:00
Simon De Backer
dfadcb5523
Small change to TRANSLATIONS
2020-08-24 22:22:56 +02:00
Simon De Backer
995066916b
Decreases the number of declaring variables
...
for improve readability
2020-08-24 22:10:58 +02:00
Simon De Backer
debca09d5c
Translate documentation + Fix indentation
2020-08-24 22:02:22 +02:00
Simon De Backer
9dad8a5d01
Fix Bug Fill the combo box "element information" was not called
...
a typo it happens :)
See commit
216374d27c
2020-08-23 17:47:53 +02:00
artgg7300
347de4bcd3
updated hungarian files
2020-08-23 16:17:41 +02:00
Claveau Joshua
7960697b9e
Remove unused class
2020-08-21 14:39:35 +02:00
Claveau Joshua
0e6b385be2
Write backup improvement.
...
Remove the waitForFinished function to truly use the multi-threading.
2020-08-21 00:25:20 +02:00
Simon De Backer
4b4732a0a8
Fix doxygen issue
2020-08-20 22:35:25 +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
Laurent Trinques
8626ca5d1b
Minor fix
2020-08-20 19:45:20 +02:00
Laurent Trinques
e05754da29
Machine_info : improve code
2020-08-20 19:34:07 +02:00
Laurent Trinques
b4f733a5e5
Machine_info : add Windows RAM Available
2020-08-20 18:09:37 +02:00
Simon De Backer
9352905335
Remove some code not in a class or in a function (Q_OS_WIN)
2020-08-20 17:50:29 +02:00
Simon De Backer
88686b3cbf
Wrap code for better readability
2020-08-20 17:45:24 +02:00
Simon De Backer
d1c91a7fc2
Fix some doxygen issues
2020-08-20 17:44:59 +02:00
Laurent Trinques
f24f04084c
Machine_info : add Windows RAM informations
2020-08-20 06:05:55 +02:00
Simon De Backer
e3093bd06c
Fix doxygen issue, Mod to and from Settings
...
what does this code do?
2020-08-19 21:29:18 +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
f5725531c2
Fix some doxygen issues
2020-08-19 17:31:02 +02:00
Simon De Backer
5dd57cf003
Wrap code for better readability
2020-08-19 17:30:18 +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
Simon De Backer
ef15013715
Add QElectroTech Version in log file
2020-08-18 21:24:22 +02:00
sdeffaux
20896de561
Update hag_cds765f.elmt
2020-08-18 20:47:57 +02:00
sdeffaux
8cdcb59da2
add symbols
2020-08-18 20:47:57 +02:00
sdeffaux
35f206bc7e
Add symbols Hager et Legrand
2020-08-18 20:47:57 +02:00
Simon De Backer
99abc165d6
Wrap code for better readability
2020-08-18 20:08:32 +02:00
Simon De Backer
790cdc5229
Fix some doxygen issues (~100)
2020-08-18 20:07:55 +02:00
Simon De Backer
b5f212418c
Improve code style, Wrap code for better readability
2020-08-17 21:24:46 +02:00
Simon De Backer
b28ca0361d
Fix some doxygen issues
2020-08-17 21:24:20 +02:00
Simon De Backer
2482a0bd4c
Fix log files in wrong dir
...
when arguments are used,
the log file change from dir,
result 2 log files,
and 1 log file is not deleted by
void delete_old_log_files(int days)
2020-08-17 19:12: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
Laurent Trinques
bc0fecea6c
Merge branch 'C-Born-Software-dxf' into master
2020-08-17 10:23:29 +02:00
David Varley
a4c829fbcd
Merge branch 'master' into dxf
2020-08-17 16:02:06 +10:00
David Varley
73dd1e8299
Merge branch 'master' of https://github.com/qelectrotech/qelectrotech-source-mirror
2020-08-17 15:53:19 +10:00
David Varley
430ec27f36
Fix dxf export of autosize text cells in titleblock
2020-08-17 15:38:24 +10:00
David Varley
0cb98b2ee1
Adjust alignment of titleblock text in DXF export
2020-08-17 09:13:19 +10:00
Simon De Backer
41cef49453
Improve code style, Wrap code for better readability
2020-08-16 14:26:40 +02:00
Simon De Backer
c4bf492616
Improve code style
2020-08-16 14:26:04 +02:00
Simon De Backer
bc176da88d
Improve code style, Wrap code for better readability
2020-08-16 14:25:48 +02:00
Simon De Backer
e55d336dc1
Improve code style
2020-08-16 14:25:31 +02:00
Simon De Backer
6c806d151d
Improve code style
2020-08-16 14:25:14 +02:00
Simon De Backer
5e3e3aa4bd
Improve code style, Wrap code for better readability, Mod doc
2020-08-16 14:24:51 +02:00
Simon De Backer
3b3ce2cb7c
Improve code style, Wrap code for better readability
2020-08-16 14:24:12 +02:00
Simon De Backer
928b56f2bf
Improve code style, Wrap code for better readability
2020-08-16 14:23:59 +02:00
Simon De Backer
8144e9b21b
Wrap code for better readability
2020-08-16 14:23:42 +02:00
Simon De Backer
8a484ef901
Improve code style
2020-08-16 14:23:25 +02:00
Simon De Backer
574609abf5
Improve code style
2020-08-16 14:22:54 +02:00
Simon De Backer
76d16ab600
Improve code style, Wrap code for better readability
2020-08-16 14:22:36 +02:00
Simon De Backer
60a5a83320
Improve code style, Wrap code for better readability
2020-08-16 14:22:21 +02:00
Simon De Backer
e9fcd385d5
Improve code style, Wrap code for better readability
2020-08-16 14:22:12 +02:00
Simon De Backer
4ed33109f4
Improve code style, Wrap code for better readability
2020-08-16 14:21:55 +02:00
Simon De Backer
a83ee76f39
Fix Copyright indentation
2020-08-16 14:19:38 +02:00
Simon De Backer
3783a6a543
Fix warning 'setParts' is not marked 'override'
2020-08-16 14:07:46 +02:00
Laurent Trinques
070cc2e4ac
Typo
2020-08-16 12:34:49 +02:00
Yuki Atoh
012d969d92
Fix Japanese
2020-08-16 12:23:41 +02:00
Yuki Atoh
e22c618152
Add Japanese translations for IEC 60617
2020-08-16 12:23:41 +02:00
Yuki Atoh
93929399b6
Add Japanese translations of qet_directory
2020-08-16 12:23:41 +02:00
David Varley
ea9a230844
Fix dxf export for border
2020-08-16 12:22:36 +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
David Varley
2b396960d9
Merge branch 'master' of https://github.com/qelectrotech/qelectrotech-source-mirror
2020-08-16 15:57:55 +10:00
David Varley
ddc2afa427
Fix dxf export for border
2020-08-16 15:39:20 +10:00
Simon De Backer
5832e365e9
Fix log file Dir
2020-08-15 21:40:07 +02:00
Laurent Trinques
dff825810c
Update *TS files
2020-08-15 18:35:27 +02:00
Laurent Trinques
12ddd3256e
Update translations_stat.pl script
2020-08-15 15:10:06 +02:00
Laurent Trinques
7aaf0c0e58
Fix typo
2020-08-15 15:03:47 +02:00
David Varley
ceb2868b02
Fix dxf export for copied conductors
2020-08-15 14:15:57 +02:00
David Varley
02afb6c003
Fix dxf export for copied conductors
2020-08-15 22:00:14 +10:00
Laurent Trinques
6916736708
Merge branch 'yukia10-l10n_jp' into master
2020-08-15 13:52:01 +02:00
Yuki Atoh
4c51448c45
Merge branch 'l10n_jp' of https://github.com/yukia10/qelectrotech-source-mirror into l10n_jp
2020-08-15 18:42:16 +09:00
Yuki Atoh
770161ac57
Initial Japanese translation
2020-08-15 18:39:41 +09:00
sdeffaux
fa8917875b
Add symbols
2020-08-15 08:37:06 +02:00
Yuki Atoh
295e285067
Initial Japanese translation
2020-08-15 14:17:29 +09:00
Simon De Backer
574f5b94b0
Update Copyright date
2020-08-14 22:48:44 +02:00
Simon De Backer
70d024fe79
Update Copyright date
2020-08-14 22:00:42 +02:00
Simon De Backer
de8ccc543d
Fix no line number in debug
2020-08-14 18:35:53 +02:00
Simon De Backer
274108d509
Mod debuger to 7 days logs in .qet dir
...
the user can now read the log files
and/or send them to us for further investigation
2020-08-14 18:31:38 +02:00
Simon De Backer
d556206998
Fix to RAM Total info
2020-08-14 17:03:58 +02:00
Simon De Backer
84a2a25fa8
Mod get Screen info
...
get cpu info should not collect screen info
2020-08-14 17:03:08 +02:00
Laurent Trinques
6f82ac1df1
Mod Machine_info
...
Forgot QProcess::close()
2020-08-14 12:57:15 +02:00
Laurent Trinques
7616d11e9d
Mod Machine_info
...
Improve GPU RAM
2020-08-14 12:55:04 +02:00
Laurent Trinques
9486deb3de
Mod Machine_info
...
Add macOS RAM available
2020-08-14 12:51:50 +02:00
damianCaceres
e09bfa18b9
ElementEditor: partdynamictextfield.cpp code style fixes indentation
2020-08-14 01:37:41 +02:00
damianCaceres
fc4625fc0f
ElementEditor: partdynamictextfield.cpp code style
2020-08-14 01:37:41 +02:00
damianCaceres
943aa469c6
ElementEditor: partdynamictextfield.h code style
2020-08-14 01:37:41 +02:00
damianCaceres
ba1242d5bb
ElementEditor: parttext.cpp code style
2020-08-14 01:37:41 +02:00
damianCaceres
9bc6f7fa94
ElementEditor: parttext.h code style
2020-08-14 01:37:41 +02:00
damianCaceres
3b4237f21f
ElementEditor: partterminal.cpp code style
2020-08-14 01:37:41 +02:00
damianCaceres
ac5ec020a6
ElementEditor: partterminal.h code style
2020-08-14 01:37:41 +02:00
damianCaceres
0bae33e3f5
ElementEditor: ~TerminalEditor() suppress extra semicolon
2020-08-14 01:37:41 +02:00
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
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
Simon De Backer
119e12b1cf
Add Screen info user
2020-07-20 22:41:27 +02:00
Claveau Joshua
f242e1bccc
graphics table properties editor : minor
...
Add label to inform users that the number of row is less than the number
of information to display.
2020-07-20 20:29:13 +02:00
Claveau Joshua
709280e3c1
QetGraphicsTableItem : add dialog to inform user
...
When user edit the query of an existing table/s if the content to
display is bigger than the content who can be displayed by the table/s a
dialog is opened for inform user of the current situation.
2020-07-20 19:38:52 +02:00
Simon De Backer
3b14946421
Add compiler message @TODO + Mod doc set style de same
2020-07-19 22:19:21 +02:00
Simon De Backer
280e4605e8
Mod doc set style de same
2020-07-19 22:08:41 +02:00
Simon De Backer
fe4552200b
Add compiler message @TODO
2020-07-19 22:06:42 +02:00
Simon De Backer
d3b237d06c
Mod documentation + wrap code for better readability
2020-07-19 20:28:56 +02:00
Simon De Backer
26fd1a497c
Add ignore lines to .gitignore
...
if doxygen Doxyfile is run all file's of folder doc are added
Qt user file should not see either
2020-07-19 20:24:37 +02:00
Simon De Backer
bbd3085b8d
Fix indentation code + Mod doc
2020-07-19 20:06:22 +02:00
Simon De Backer
1251d7d9b0
Fix indentation code + Mod doc
2020-07-19 20:05:58 +02:00
Simon De Backer
2229a1938d
Add documentation
2020-07-19 20:05:13 +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
Simon De Backer
102629b86f
Mod doc set style de same + wrap code for better readability
2020-07-19 18:40:41 +02:00
Simon De Backer
7ddae811a5
Fix Wdeprecated-declarations QProcess::startDetached
...
QProcess::startDetached(const QString&)’ is deprecated
Use
QProcess::startDetached(const QString &program,
const QStringList &arguments)
instead
2020-07-19 18:30:28 +02:00
Simon De Backer
cecacfc769
Fix compiler warining non-virtual destructor
...
ref:
https://stackoverflow.com/questions/38407723/how-to-delete-an-object-of-derived-class-that-has-no-dstructor
2020-07-19 15:48:46 +02:00
Simon De Backer
8c9b30acd6
Mod doc + Update Copyright date
...
And wrap code for better readability
2020-07-16 22:06:56 +02:00
Simon De Backer
6aa6d055ec
Add translation for directory
2020-07-16 22:01:04 +02:00
Simon De Backer
495d9a5f51
Add documentation + wrap code for better readability
2020-07-16 22:00:33 +02:00